@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

/*------------------------------------------------------------------------------------------
*
*
    common.css
*
*
------------------------------------------------------------------------------------------ */
#head,a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}#head,article,aside,details,figcaption,figure,footer,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}

:root {
  --bg-main-image: url(/seikatsunotanoshimi/2026_summer/common/images/bg1.webp);
}

body {
  font-family:"Noto Sans JP", "游ゴシック", "YuGothic", sans-serif;
  color: #000;
  font-size: 18px;
  letter-spacing: 0.05em;
  background-color: #000;
  background-position: center;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  word-wrap: break-word;
  text-spacing-trim: trim-start;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative !important;
  top: 0 !important;
  z-index: 1;
}

body,
html {
  width: 100%;
  height: 100%;
  scrollbar-gutter: stable;
  overflow-x: hidden;
}

a,
li,
p,
div,
button,
img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #0045c7;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

a[target="_blank"]:not(.ico_none)::after {
  margin: 0 3px 0 1px;
  font-family: "Hobonichi-Icons" !important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

a[target="_blank"]:has(img)::after,
a[target="_blank"]:has(picture)::after {
  content: none;
  display: none;
}

a.bd_none {
  border: none !important;
}

.indent_half_top {
  position: relative;
  margin-left: -0.5em !important;
}
.indent_half {
  position: relative;
  margin-left: -0.5em;
}
.text_indent {
  text-indent: -1em;
  padding-left: 1em;
}

img {
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a img {
  transition: opacity 0.15s ease 0s;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

img.s_a_100 {
  width: auto !important;
  height: 100% !important;
}
img.s_100_a {
  width: 100% !important;
  height: auto !important;
}
.fixed {
  position: fixed !important;
}
.ib {
  display: inline-block;
}
.bl {
  display: block !important;
}
.disabled,
.disabled a {
  cursor: default !important;
}

.bd_cine {
  text-decoration: underline;
}
.d_none {
  display: none !important;
  visibility: hidden !important;
}

.noscroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

a .hb-instagram {
  font-size: 180%;
  line-height: 33px;
  vertical-align: middle;
}
/* -------------------- font-face  --------------------*/
.ff_w-b {
  font-weight: 700 !important;
}
.ff_w-bl {
  font-weight: 900 !important;
}
.ff-m {
  font-family:
    "Shin Maru Go Bold", "游ゴシック", "YuGothic", sans-serif !important;
}
.ff-s {
  font-size: 80%;
  display: inline-block;
  line-height: 1.44;  
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.bg {
  background-image: var(--bg-main-image);
  background-size: 1440px 982px;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
}
.set_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  position: relative;
}

.set_bg .bg_inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.set_bg img {
  width: 100%;
  opacity: 0;
}

/* -------------------- layout  --------------------*/
.c_anim {
  opacity: 0;
}

body.low:after {
  content: "";
  display: block;
  width: 100%;
  min-width: 1060px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 1s ease;
  background-image: var(--bg-main-image);
  background-size: 1410px 1500px;
}

body.bg_off:after {
  opacity: 0.65 !important;
}

/* body#news:after{ display: none;} */

body#news {
  background-image: url(/seikatsunotanoshimi/2026_summer/common/images/parts_bg_dot.png);
}
/* 
#news #global_footer{ background-color: #fff;}
#news #global_footer .credit{ color: #000 !important;}
#news #global_footer .credit .col_l:after{ background-color: #000 !important;} */

.bg.swiper-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 1s ease;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
[v-cloak] {
  display: none;
}
/* #head.active {
    background-color: #fff;
} */
#head h1 svg,
#head .site_logo svg {
  fill: #fff;
  width: 40px;
  padding: 5px 12px;
}
/* #head.active h1 svg{
    fill:#333;
} */
/* #head.center a .hb-instagram {
    font-size: 180%;
    color: #333;
} */
#gnav ul {
  padding: 0 5px;
}
#head h1,
#head .site_logo {
  width: 64px;
  height: 46px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 100;
  background-color: #ea5415;
  border-radius: 0 0 10px 10px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
  will-change: filter;
}

/* --------------------------------------------------
*
    #global_footer
*
-------------------------------------------------- */
#global_footer {
  background: url(/seikatsunotanoshimi/2026_summer/common/images/bg2.webp);
  background-size: 1440px 1240px;
  text-align: center;
  padding-bottom: 50px;
  color: #3c3c3c;
  position: relative;
  z-index: 2;
}
#global_footer::before {
  content: "";
  display: block;
  height: 60px;
  background: #fdf4cb;
}
#global_footer .il {
  position: absolute;
}
#global_footer .il img {
  filter: drop-shadow(0 6px 8px rgba(80, 123, 152, 0.8));
}
#global_footer div.il:nth-of-type(1) {
  top: -200px;
  left: 14vw;
}
#global_footer div.il:nth-of-type(2) {
  top: -192px;
  right: 14vw;
}
#global_footer .global_footer_inner {
  max-width: 500px;
  width: 90%;
  margin: -100px auto 0;
  font-size: 16px;
  line-height: 2;
  font-family: "Shin Maru Go DemiBold", sans-serif;
  position: relative;
}

#global_footer .global_footer_inner ul {
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
  column-gap: 8px;
}

#global_footer .global_footer_inner .share h5 {
  text-shadow: 2px 2px 8px;
}
#global_footer .global_footer_inner ul.sns {
  margin: 10px auto 80px;
  gap: 30px;
}
#global_footer .global_footer_inner ul.sns img {
  filter: drop-shadow(0 6px 8px rgba(80, 123, 152, 0.8));
  will-change: filter;
}
#global_footer .global_footer_inner .link li {
  width: calc((100% - 8px) / 2);
}
#global_footer .global_footer_inner .btn {
  background-color: #ffe200;
  border-radius: 30px;
  padding: 1em 0;
  margin: 0 auto 25px;
  position: relative;
  text-box: trim-both cap alphabetic;
}
#global_footer .global_footer_inner .btn.past {
  background-color: #333333;
  border-radius: 5px;
}
#global_footer .global_footer_inner .btn.past a {
  color: #fff;
}
#global_footer .global_footer_inner .btn.hobo {
  background-color: #fff;
  border-radius: 5px;
}
#global_footer .global_footer_inner .btn.hobo a {
  color: #000;
  border-radius: 5px;
}
#global_footer .global_footer_inner .link > .btn:last-of-type {
  background-color: #fff;
}
#global_footer .global_footer_inner .link > .btn:last-of-type a {
  color: #3c3c3c;
}
#global_footer .global_footer_inner .btn a {
  display: block;
  color: #000;
}
#global_footer .global_footer_inner .btn:hover,
#global_footer .global_footer_inner .btn:focus-visible {
  opacity: 0.5;
  -webkit-transition: 0.16s;
  transition: 0.16s;
}
#global_footer .copyright {
  font-size: 12px;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-weight: 700;
}
#global_footer .produced {
  margin-bottom: 30px;
}
#global_footer .produced p {
  font-size: 14px;
  color: #fff;
  padding-bottom: 1em;
}
#global_footer .produced img {
  display: inline-block;
}
.sub #contents_inner {
  filter: drop-shadow(0 20px 10px rgba(0, 0, 0, 0.6));
}

#head .gnav_ico,
#head .overlay {
  display: none;
}
#bottom {
    background: url(/seikatsunotanoshimi/2026_summer/common/images/pre/bg_content.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    border-radius: 0 0 40px 40px;
    width: 100%;
    height: 200px;
}
@media (min-width: 769px) {
  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  /* br.sp{ display: none;}
img.sp{ display: none;} */
  .switch_sp {
    display: none !important;
  }
  a img:hover {
    transition: opacity 0.15s ease 0.05s;
    opacity: 0.7;
  }

  #wrap {
    width: 100%;
    /* min-width: 1060px; */
    height: 100%;
    position: relative;
    /* overflow-x: hidden; */
  }

  #contents_area {
    /* min-width: 1024px; */
    /* overflow: hidden; */
    padding: 0 20px;
  }

  #contents_area.t {
    max-width: 1400px;
    margin: 0 auto;
    background: none;
  }

  #contents_inner {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 40px;
  }

  .sub #contents_inner {
    max-width: 1400px;
    margin: 90px auto 60px;
    padding: 70px 0 0 0;
    border-top: 2px solid #fff;
    overflow: visible !important;
    position: relative;
  }

  .t #contents_inner {
    border-radius: 40px;
    border-color: #fff;
  }

  #topic_path {
    width: auto;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background-color: #0045c7;
    display: block;
    position: absolute;
    top: -32px;
    left: 90px;
  }

  #topic_path ul {
    padding: 8px 12px;
  }

  #topic_path li {
    margin: 0 1em 0 0;
    display: inline-block;
    position: relative;
  }

  #topic_path li:last-child {
    margin: 0;
  }

  #topic_path li:after {
    content: ">";
    display: block;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -1em;
  }

  #topic_path li:last-child:after {
    display: none;
  }

  #topic_path a {
    color: #fff;
    transition: opacity 0.1s ease 0s;
  }

  #topic_path a:hover,
  #topic_path a.touch,
  #topic_path a:focus-visible {
    opacity: 0.7;
    transition: opacity 0.15s ease 0.05s;
  }

  #p_title {
    min-width: 200px;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 30px;
    display: block;
    background-color: #fff;
    border: 2px solid #0045c7;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  #p_title:before {
    content: "";
    display: block;
    width: 110%;
    height: 40px;
    background-color: #fff;
    position: absolute;
    left: -5%;
    bottom: -10px;
    z-index: -1;
  }

  #p_title h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1em;
    color: #0045c7;
  }

  /* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
  #kv {
    width: 100%;
    position: relative;
    padding: 90px 0 80px;
  }

  #kv h1 {
    background-image: url(/seikatsunotanoshimi/2026_summer/common/images/teaser/main_title.png);
    width: 444px;
    height: 535px;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-left: 6.25vw;
  }
  /* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
  #head {
    max-width: 1440px;
    box-sizing: border-box;
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100;
    transition: 0.4s;
  }

  .sub #head,
  #teaser #head,
  #news #head {
    padding: 0 20px;
    height: 42px;
    top: 0;
  }

  #home #head h1 a,
  #home #head .site_logo a {
    /* opacity: 0; */
    cursor: default;
    transition: opacity 0.35s ease;
  }

  #head h1 a,
  #head .site_logo a {
    /* opacity: 1; */
    cursor: pointer;
  }
  #head h1 a:hover,
  #head .site_logo a:hover,
  #head h1 a:focus-visible,
  #head .site_logo a:focus-visible {
    opacity: 0.5;
    transition: opacity 0.25s ease 0.05s;
  }
  #gnav ul {
    position: absolute;
    right: 20px;
    letter-spacing: -0.4em;
    background-color: #0045c7;
    border-radius: 0 0 10px 10px;
    filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
  }
  #head.center #gnav ul {
    line-height: 33px;
    text-align: center;
  }
  #head.center #gnav a:after {
    content: "";
    width: 100%;
    height: 4px;
    opacity: 0;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition:
      opacity 0.15s ease 0.15s,
      bottom 0.15s ease 0.15s;
  }
  #head.center #gnav a:hover:after,
  #head.center #gnav a.touch:after,
  #head.center #gnav a:focus-visible:after {
    opacity: 1;
    bottom: 0;
    transition:
      opacity 0.25s ease 0.05s,
      bottom 0.25s ease 0.05s;
  }
  #head.center #gnav .n_instagram a:after {
    display: none;
  }
  #gnav li {
    display: inline-block;
    letter-spacing: 0.05em;
    margin: 0 16px;
    vertical-align: middle;
  }

  #gnav a {
    padding: 7px 0;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    color: #fff;
    position: relative;
    transition: opacity 0.25s ease 0.05s;
  }

  #gnav a:hover,
  #gnav a:focus-visible {
    opacity: 0.5;
    transition: opacity 0.25s ease 0.05s;
  }
  /* #head.center {
    border-bottom: 1px solid #e1e8ed;
} */
  #head.center #gnav ul a:hover,
  #head.center #gnav ul a:focus-visible {
    opacity: 1;
  }

  /*
*
    #date_nav
*
*/
  #date_nav {
    height: 33px;
    text-align: center;
    background-color: #fa6b18;
    color: #fff;
    letter-spacing: -0.4em;
  }

  #date_nav .inner {
    width: auto !important;
  }

  #date_nav ul,
  #date_nav p {
    display: inline-block;
    vertical-align: middle;
  }

  #date_nav li,
  #date_nav p {
    display: inline-block;
    letter-spacing: 0.05em;
    vertical-align: middle;
    position: relative;
  }

  #date_nav p {
    height: 33px;
    font-size: 14px;
    padding: 9px 15px;
    box-sizing: border-box;
    position: relative;
  }

  #date_nav p:before,
  #date_nav p:after {
    content: "";
    width: 1px;
    height: 24px;
    display: block;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 4px;
  }

  #date_nav p:after {
    left: inherit;
    right: 0;
  }

  #date_nav a {
    padding: 5px 10px;
    line-height: 32px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    transition: color 0.15s ease 0s;
  }

  #date_nav li:hover a,
  #date_nav li.touch a,
  #date_nav li:focus-within a,
  #date_nav .current a {
    color: #fa6b18;
    transition: color 0.15s ease 0.05s;
  }

  #date_nav li:before {
    content: "";
    width: 33px;
    height: 28px;
    opacity: 0;
    border-radius: 10px 10px 0 0;
    display: block;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 17px);
    bottom: -1px;
    z-index: 0;
    transition: opacity 0.1s ease 0.05s;
  }

  #date_nav li.current:before,
  #date_nav li:hover:before,
  #date_nav li.touch:before,
  #date_nav li:focus-within:before {
    opacity: 1;
    transition: opacity 0.15s ease 0.05s;
  }

  #date_select_nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fa6b18;
    text-align: center;
    position: relative;
    padding-right: 0;
  }

  .select_wrap {
    position: relative;
    display: inline-block;
  }

  #date_select_nav select {
    width: 420px;
    height: 35px;
    overflow: hidden;
    border: none;
    background-color: #fff;
    background-image: url(/seikatsunotanoshimi/2026_summer/common/images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    background-size: 10px;
    background-position: calc(100% - 13px) center;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #fff;
    font-size: 13px;
    padding: 5px 40px 5px 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border 0.1s ease 0s;
    opacity: 0;
  }

  #date_select_nav select.on {
    opacity: 1;
  }

  #date_select_nav select:hover,
  #date_select_nav select.touch,
  #date_select_nav select:focus-visible {
    border: 1px solid #333;
    transition: border 0.15s ease 0.05s;
  }

  .cart_attention {
    width: 480px;
    margin: 0 auto;
    padding: 40px 60px;
    background-color: #fff;
    border: 3px solid #fa6b18;
    border-radius: 40px;
  }

  .cart_attention p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2em;
  }

  .cart_attention .btn_list a {
    transform: scale(0.8);
  }

  .cart_attention .btn_list .close a {
    background-color: #888;
  }

  #global_footer .tori {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 40vw;
    position: absolute;
    top: -175px;
    left: 0;
    right: 0;
  }
  #global_footer .tori img {
    filter: drop-shadow(0 6px 8px rgba(80, 123, 152, 0.8));
  }
  #global_footer .tori div:nth-of-type(1) img {
    max-width: 408px;
  }
  #global_footer .tori div:nth-of-type(2) img {
    max-width: 427px;
  }
} /* ----- min-width : 769px ----- */
@media (min-width: 1025px) {
  #global_footer .tori {
    gap: 30vw;
  }
}
@media (max-width: 1400px) {
  #global_footer div.il:nth-of-type(1) {
    left: 50px;
  }
  #global_footer div.il:nth-of-type(2) {
    right: 50px;
  }
}
@media (max-width: 768px) {
  /* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
  body {
    z-index: 10;
    overflow-x: hidden;
    overflow-y: scroll;
    letter-spacing: 0.025em;
    position: relative;
    top: 0;
  }

  body,
  html {
    width: 100%;
    min-width: 100%;
    font-size: clamp(13px, 0.9vw + 10px, 17px);
  }
  /* body.low:after {
    left: 50%;
    transform: translate(-50%, 0);
} */
  body.low:after {
    background-image: url(/seikatsunotanoshimi/2026_summer/common/images/bg1.webp);
  }
  br:not(.sp) {
    display: none;
  }
  .switch_pc {
    display: none !important;
  }
  .switch_sp {
    display: block !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 46px;
    margin-top: -23px;
    background-size: contain;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0;
  }
  #wrap {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }

  #contents_area {
    overflow: hidden;
    background-position: center 0;
    background-attachment: fixed;
  }

  #contents_inner {
    margin: 0 10px 4% 10px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #contents_area.t {
    background: none;
  }

  .t #contents_inner {
    margin-top: 60px !important;
    border-radius: 20px;
    border-color: #fff !important;
  }

  /* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
  #kv {
    width: 100%;
    height: 74.9333vw;
    min-height: 290px;
    margin: 0 auto;
    line-height: 0;
    background-image: url(/seikatsunotanoshimi/2026_summer/common/images/home/img_kv_sp.jpg);
    background-position: center top;
    background-size: auto 100%;
    text-align: center;
    text-indent: -999999px;
  }
  #kv img {
    width: 100%;
  }
  .sub #contents_inner {
    margin-top: 90px;
    padding: 40px 0 0 0;
    border-top: 2px solid #fff;
    overflow: visible !important;
    position: relative;
    z-index: 2;
    border-radius: 20px;
  }

  #topic_path {
    display: none;
  }

  #topic_path li:last-child {
    margin: 0;
  }

  #topic_path li:after {
    content: ">";
    display: block;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: -1em;
  }

  #topic_path li:last-child:after {
    display: none;
  }

  #topic_path a {
    color: #fff;
    transition: opacity 0.1s ease 0s;
  }

  #topic_path a:hover,
  #topic_path a.touch,
  #topic_path a:focus-visible {
    opacity: 0.7;
    transition: opacity 0.15s ease 0.05s;
  }

  #p_title {
    width: 80%;
    max-width: 360px;
    text-align: center;
    padding: 12px 20px;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    border: 2px solid #0045c7;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  #p_title:before {
    content: "";
    display: block;
    width: 102%;
    height: 15px;
    background-color: #fff;
    position: absolute;
    left: -1%;
    bottom: -10px;
    z-index: -1;
  }

  #p_title h2 {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-weight: 700;
    color: #0045c7;
  }

  .t #p_title {
    border-color: #fff;
  }

  /* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
  #head {
    width: 100%;
    height: 44px;
    z-index: 100;
    position: fixed;
    top: 0;
  }
  #head h1,
  #head .site_logo {
    left: 10px;
  }

/**
    #gnav
**/
  #head #gnav {
    width: 100%;
    height: calc(100vh - 45px);
    text-align: center;
    position: fixed;
    top: 45px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    display: block;
    overflow: auto;
    z-index: 100;
    transform: translateX(5%);
    transition:
      transform 0.4s,
      opacity 0.2s;
    /* transform: translateX(10%);
    transition: all .5s; */
  }

  #head.on #gnav {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }

  #head .gnav #gnav {
    display: block !important;
    visibility: visible;
  }

  #head #gnav_inner {
    width: 100%;
    height: 100%;
    padding: 0;
    display: table;
    position: relative;
    top: 0;
  }

  #head #nav_wrap {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: -18px;
  }

  #head #gnav ul {
    padding: 40px 0;
  }

  #head #gnav li {
    margin: 0 0 25px 0;
  }

  #head #gnav li.n_instagram {
    margin: 10vh 0 0 0;
  }

  #head #gnav li a {
    font-size: 1.15rem;
    font-weight: bold;
    color: #333333;
    transition: opacity 0.1s ease 0s;
    letter-spacing: 0.1em;
  }

  #head #gnav li a:hover,
  #head #gnav li a.touch,
  #head #gnav li a:focus-visible {
    opacity: 0.7;
    transition: opacity 0.15s ease 0.05s;
  }

  /*
    .gnav_ico
*/
  #head .gnav_ico {
    width: 50px;
    height: 46px;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: right;
    display: block;
    cursor: pointer;
    z-index: 10000;
    transition:
      transform 0.1s ease 0s,
      top 0.25s ease;
    background-color: #0045c7;
    border-radius: 0 0 10px 10px;
    border: 0;
    padding: 0;
    appearance: none;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
  }

  #head .gnav_ico span {
    width: 28px;
    border-radius: 5px;
    border-color: #fff !important;
    top: 15px;
    right: 11px;
  }

  #head .gnav_ico span.top {
    border-top: 2px solid #fff;
    position: absolute;
    top: 13px;
  }

  #head .gnav_ico span.mid {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    position: absolute;
    top: 22px;
  }

  #head .gnav_ico span.btm {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    position: absolute;
    color: #fff;
    top: 31px;
  }

  #head.on .gnav_ico span {
    border-color: #fa6b18;
  }

  /* open */
  #head.on .gnav_ico span.top {
    top: 22px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition:
      top 0.17s ease,
      -webkit-transform 0.13s ease-out 0.23s,
      transform 0.13s ease-out 0.23s;
  }

  #head.on .gnav_ico span.btm {
    opacity: 0;
    top: 31px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition:
      all 0.17s ease,
      -webkit-transform 0.13s ease-out 0.23s,
      transform 0.13s ease-out 0.23s;
  }

  #head.on .gnav_ico span.mid {
    opacity: 1;
    top: 22px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition:
      top 0.17s ease,
      -webkit-transform 0.13s ease-out 0.23s,
      transform 0.13s ease-out 0.23s;
  }

  /* close */
  #head .gnav_ico span.top {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition:
      top 0.17s ease 0.13s,
      -webkit-transform 0.13s ease-in,
      transform 0.13s ease-in;
  }

  #head .gnav_ico span.btm {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition:
      top 0.17s ease 0.13s,
      -webkit-transform 0.13s ease-in,
      transform 0.13s ease-in;
  }

  #head .gnav_ico span.mid {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition:
      top 0.17s ease 0.13s,
      -webkit-transform 0.13s ease-in,
      transform 0.13s ease-in;
  }

  #head .overlay {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    position: fixed;
    display: none;
    background-color: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    border: 0;
    padding: 0;
  }
  #head.on .overlay {
    display: block;
    z-index: 10;
  }


/**
    #date_nav
**/
  #date_nav {
    min-width: 100vw;
    height: 33px;
    text-align: center;
    overflow: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    color: #fa6b18;
    letter-spacing: -0.4em;
  }

  #date_nav.teaser {
    color: #fff;
    background-color: #fa6b18;
  }

  .is_pc #date_nav.sc {
    padding-bottom: 15px;
  }

  #date_nav .inner {
    display: table;
    margin: 0 auto;
    padding: 0 25px 0 10px;
  }

  #date_nav ul,
  #date_nav p {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }

  #date_nav li,
  #date_nav p {
    display: table-cell;
    letter-spacing: 0.05em;
    vertical-align: middle;
    position: relative;
  }

  #date_nav p {
    height: 33px;
    font-size: 13px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
  }

  #date_nav p:before,
  #date_nav p:after {
    content: "";
    width: 1px;
    height: 24px;
    display: block;
    background-color: #fa6b18;
    position: absolute;
    left: 0;
    bottom: 4px;
  }

  #date_nav.teaser p:before,
  #date_nav.teaser p:after {
    background-color: #fff;
  }

  #date_nav p:after {
    left: inherit;
    right: 0;
  }

  #date_nav a {
    padding: 8px 15px;
    display: block;
    box-sizing: border-box;
    font-size: 13px;
    font-weight: 400 !important;
    color: #fa6b18;
    position: relative;
    transition: color 0.1s ease 0s;
  }

  #date_nav.teaser a {
    color: #fff;
  }

  #date_nav a:before {
    content: "";
    width: 1px;
    height: 24px;
    display: block;
    background-color: #fa6b18;
    position: absolute;
    right: 0;
    bottom: 2px;
  }

  #date_nav li:hover a,
  #date_nav li.touch a,
  #date_nav li:focus-within a,
  #date_nav .current a {
    color: #fff;
    transition: color 0.15s ease 0.05s;
  }

  #date_nav.teaser li:hover a,
  #date_nav.teaser li.touch a,
  #date_nav.teaser li:focus-within a,
  #date_nav.teaser .current a {
    color: #fa6b18;
    transition: color 0.15s ease 0.05s;
  }

  #date_nav li:before {
    content: "";
    width: 33px;
    height: 28px;
    opacity: 0;
    border-radius: 10px 10px 0 0;
    display: block;
    background-color: #fa6b18;
    position: absolute;
    left: calc(50% - 16px);
    bottom: -2px;
    z-index: 0;
    transition: opacity 0.1s ease 0.05s;
  }

  #date_nav.teaser li:before {
    background-color: #fff;
  }

  #date_nav li.current:before,
  #date_nav li:hover:before,
  #date_nav li.touch:before,
  #date_nav li:focus-within:before {
    opacity: 1;
    transition: opacity 0.15s ease 0.05s;
  }

  #date_select_nav {
    height: 40px;
    line-height: 40px;
    background-color: #fa6b18;
    text-align: center;
    position: relative;
    padding-right: 0;
  }

  .select_wrap {
    position: relative;
    display: inline-block;
  }

  #date_select_nav select {
    width: 96%;
    max-width: 420px;
    height: 30px;
    overflow: hidden;
    border: none;
    background-color: #fff;
    background-image: url(/seikatsunotanoshimi/2026_summer/common/images/parts_arrow_btm.png);
    background-repeat: no-repeat;
    text-overflow: ellipsis;
    background-size: 10px;
    background-position: calc(100% - 13px) center;
    border-radius: 5px;
    text-align: left;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 5px 40px 5px 10px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border 0.1s ease 0s;
    opacity: 0;
  }

  .is_sp #date_select_nav select {
    font-size: 16px;
    padding: 0 40px 0 10px;
    top: 6px;
  }

  #date_select_nav select.on {
    opacity: 1;
  }

  #date_select_nav select:hover,
  #date_select_nav select.touch,
  #date_select_nav select:focus-visible {
    border: 1px solid #333;
    transition: border 0.15s ease 0.05s;
  }
  #bottom {
      background-size: 1000px auto;
      border-radius: 0 0 20px 20px;
      height: 80px;
  }
  /* --------------------------------------------------
*
    #global_footer
*
-------------------------------------------------- */
  #global_footer {
    background-size: 160% auto;
  }
  #global_footer .global_footer_inner {
    font-size: min(3.7vw, 14px);
  }
  #global_footer .switch_sp img {
    width: 100%;
  }
  #global_footer .tori {
    position: absolute;
    top: -24vw;
    left: 0;
    right: 0;
  }
  #global_footer .tori img {
    width: 88%;
    margin: 0 auto;
    filter: drop-shadow(0 6px 8px rgba(80, 123, 152, 0.8));
  }
} /* ----- max-width: 768px ----- */
