@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800&display=swap');

@charset "UTF-8";

/**************************************************
Brakpoint
***************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style-image: none;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* Helper */
.valign_top {
  vertical-align: top;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
  color: #3E3A39;
}

select::-ms-expand {
  display: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;

}

::-webkit-scrollbar-track {
  background: #ddd;
   border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: var(--color_blue);
   border-radius: 5px;

}




/* COMMON
--------------------------------------------------- */
html {
 font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 100%;
  color: #8F96A0;
  background-color: #F0F0F0;
  font-size: .6944444444vw !important;
  line-height: 1.8;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 0.625vw !important;
  }
}
@media screen and (min-width: 1800px) {
  html {
    font-size: 0.556vw !important;
  }
}
@media screen and (min-width: 2000px) {
  html {
    font-size: 0.5vw !important;
  }
}
@media screen and (min-width: 2200px) {
  html {
    font-size: 0.4545vw !important;
  }
}
@media screen and (min-width: 2400px) {
  html {
    font-size: 0.4167vw !important;
  }
}
@media screen and (min-width: 2600px) {
  html {
    font-size: 0.3846vw !important;
  }
}

:root{
  --color_gray:#8F96A0;
  --color_blue:#72C2DD;

}



a,
button {
  color: var(--color_blue);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: underline;
}

a:hover,
button:hover {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}




.pc {
  display: block;
}

.sp {
  display: none;
}


img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


#wrap{
  position: relative;
}
.side_fixed_copy{
  position: fixed;
  left: -1.3rem;
  top: 50%;
   transform: translateY(-50%);
  width: 4.8rem;
  z-index: 100;
   display: inline-block;
}
.side_fixed_copy.right{
  left: auto;
  right: -1.3rem;
    transform-origin: center;
     top: 50%;
   transform: translateY(-50%);
}


.inner {
  max-width: 110rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
}
.inner760 {
  max-width: 76rem;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 2rem;
}


.common_ttl_en {
    margin: 0;
    line-height: 1;
    text-align: center;
}

.common_ttl_en span{
  display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    font-size: 4.0rem;
     font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
}
.common_ttl_en span::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.4rem;
  background: var(--color_blue);
  border-radius: 999px;

  transform-origin: left center;
  transform: scaleX(0);
}

/* 画面に入ったら付与 */
.common_ttl_en.is-active span::after {
  animation: lineDraw 1.5s cubic-bezier(.22,1,.36,1) .5s forwards;
}

@keyframes lineDraw {

  0%{
    transform: scaleX(0);
  }

  65%{
    transform: scaleX(1.1);
  }

  80%{
    transform: scaleX(.96);
  }

  92%{
    transform: scaleX(1.02);
  }

  100%{
    transform: scaleX(1);
  }

}

.common_ttl_jp {
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.05;
  text-align: center;
  margin-top: 1.8rem;
}

.common_ttl_wrap.white{
   color: #fff;
}



.common_lead_ttl{
  font-size: 3.2rem;
  margin-top: 5rem;
  text-align: center;
  line-height: 1.4;
  font-weight: 800;
}


.common_lead {
  font-size: 1.8rem;
  margin-top: 4rem;
  text-align: center;
  line-height: 1.7;
}

.common_lead a {
  text-decoration: underline;
}


.common_btn {
  background-color:var(--color_blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0rem;
  width: 100%;
  height: 7rem;
  color: #fff;
  border-radius: 20rem;
  font-weight: 800;
  overflow: hidden;
  position: relative;
  z-index: 1;
   text-decoration: none;
}

.common_btn::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #555;
  border-radius: 30rem;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s ease;
  z-index: -1;


}

.common_btn:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}







@media screen and (max-width:768px) {
  html {
    font-size: 2.6666666667vw !important;


  }




  a,
  button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover,
  button:hover {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1.0;
  }



  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .side_fixed_copy{
     display: none;
  }
  body {
    line-height: 1.8;
  }

  .inner,
  .inner760 {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem
  }


.common_ttl_en span{
    font-size: 3.4rem;
}


.common_ttl_jp {
  font-size: 1.6rem;
}




.common_lead_ttl{
  font-size: 2.2rem;
  margin-top: 4.5rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
}


.common_lead {
  font-size: 1.5rem;
  margin-top: 3.5rem;
  text-align: left;
  line-height: 1.6;
}


.common_btn {
  font-size: 1.6rem;
  height: 5rem;
}

.common_btn::after {
display: none;
}

.common_btn:hover::after {
display: none;
}





}

/* HEADER
--------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 3rem 7rem;
  height: 10rem;
 /*  background: #fff;              
  box-shadow: 0 2px 6px rgba(0,0,0,0.08); */
  transition: transform 0.32s cubic-bezier(.2,.9,.3,1), opacity 0.32s linear;
  transform: translateY(0);
  will-change: transform;
  box-sizing: border-box;
   background: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease; /* ←重要 */
}

/* 隠すときは上へ移動させる */
.site-header.header--hidden {
  transform: translateY(-150%);
  pointer-events: none; /* 隠れているときは操作不可に */
  opacity: 0.95; /* optional: 少し透過させても良い */
}

#siteHeader.is-dark {
     transition: 0.3s ease-in-out;
}
#siteHeader.is-dark .nav-label {
    color: var(--color_gray);
     transition: 0.3s ease-in-out;
}
#siteHeader.is-dark .nav-item.insta svg path,
#siteHeader.is-dark .head_logo svg path{
  fill: var(--color_gray);
   transition: 0.3s ease-in-out;

}


header .header_inner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

header .header_inner .head_logo {
  width: 7rem;
}
header .header_inner .head_logo svg path{
  fill: #fff;
}




header .header_inner .global-nav {
  display: flex;
  align-items: center;
}

header nav ul {
  display: flex;
  align-items: center;
}

.nav-item{
  margin-left: 4.0rem;
}
header nav ul.main-nav li .nav-label {

  line-height: 1.4;
  font-weight: 800;
  color: #fff;
  font-size: 1.8rem;
  padding-top: 0.7rem;
  text-decoration: none;
}
.nav-item.insta{
  width: 2.2rem;

}
.nav-item.insta a{
  display: flex;
  align-items: center;

}
.nav-item.insta svg path{
  fill: #fff;

}
.nav-item.insta .nav-label {
  width: 2.2rem;
}
.nav-item.insta img{
  vertical-align: middle;

}
header nav ul.main-nav li .common_btn {
  width: 18rem;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: 800;
}


.menu-trigger {
  display: none;
}

@media screen and (max-width:768px) {

  header{
    width: 100%;
    
  }
  .site-header {
  padding: 2rem;
  box-sizing: border-box;
  
}



 



  header .header_inner .head_logo {
    width: 5rem;

  }

  header .header_inner .global-nav {
    display: block;
  }

  header nav ul {
    display: block;
  }

  header nav ul.main-nav {
    padding-right: 0;
  }

  header nav ul.sns {
    display: flex;
    margin-top: 1.5rem;
  }
 header nav ul.main-nav .nav-item {
    margin-left: 0rem;

}

.nav-item.insta {
    margin-top: 2.5rem;
}



 header nav ul.main-nav li .nav-label {
    margin-left: 0rem;
    margin-top: 1.5rem;
    font-size: 2.0rem;
    display: block;
}





  .global-nav-wrap {
    background: var(--color_gray);
    min-height: 100vh;
    overflow: scroll;
    padding: 4rem;
    position: fixed;
    right: -100vw;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100vw;
    z-index: 1000;

  }


  header nav ul.main-nav li .common_btn {
  width: 80%;
  height: 5rem;
  font-size: 1.6rem;
  margin-left: 0rem;
  margin-top: 3rem;
}



  .global-nav-wrap.show {
    bottom: 0;
    right: 0;
    top: 0rem;
     position: fixed;
  }

  .menu-trigger {
    display: block;
    height: 3rem;
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    width: 4rem;
    z-index: 1001;


  }

  .menu-trigger .trigger-inner {
    bottom: 0;
    height: 1.0rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;

  }

  .menu-trigger .trigger-inner span {
    background-color: #fff;
    height: 0.2rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
    width: 2.5rem;


  }
   #siteHeader.is-dark .menu-trigger .trigger-inner span {
    background-color:var(--color_gray);
    height: 0.2rem;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    -webkit-transition: All 0.5s ease;
    transition: All 0.5s ease;
    width: 2.5rem;

  }
#siteHeader.is-dark .nav-label {
    color: #fff;
     transition: none;
}



  .menu-trigger .trigger-inner span:first-child {
    top: 1px;
  }

  .menu-trigger .trigger-inner span:nth-child(2) {
    background-color: transparent;
  }
      #siteHeader.is-dark .menu-trigger .trigger-inner span:nth-child(2) {
    background-color: transparent;
  }
 #siteHeader.is-dark .menu-trigger.active .trigger-inner span{
   background-color:#fff
}
  .menu-trigger .trigger-inner span:nth-child(3) {
    bottom: 0;
  }

  .menu-trigger.active {
    background: transparent;
  }

  .menu-trigger.active:after {
    display: none;

  }

  .menu-trigger.active .trigger-inner span:first-child {
    -webkit-transform: translateY(0.4rem) rotate(45deg);
    transform: translateY(0.4rem) rotate(45deg);
    mix-blend-mode: none;
  
  }

  .menu-trigger.active .trigger-inner span:nth-child(2) {
    opacity: 0;
  }

  .menu-trigger.active .trigger-inner span:nth-child(3) {
    -webkit-transform: translateY(-0.3rem) rotate(-45deg);
    transform: translateY(-0.3rem) rotate(-45deg);
    mix-blend-mode: none;

  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
  }

  #siteHeader.is-dark .nav-item.insta svg path {
    fill: #fff;
}


}

/* KV
--------------------------------------------------- */



#kv {
  position: relative;
  overflow: hidden;
      background-color: var(--color_gray);
      padding-bottom: 10rem;
}

.kv_wrap {
  position: relative;
  height: max(65rem, 48vw);
  padding-top: 10rem;
}

/* コピー・ロゴは写真より前面 */
.kv_copy,
.kv_logo {
  position: absolute;
  z-index: 5;
}

.kv_copy {
  top: 19%;
  left: 32%;
  width: 6.5rem
}

.kv_logo {
  left: 50%;
  bottom: -4%;
  width: min(36vw, 53rem);
  transform: translateX(-50%);
}

.kv_copy img,
.kv_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.kv_slide_list {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

/* JSで生成される3つの固定枠 */
.kv_slide_slot {
  position: absolute;
}

/* 左画像 */
.kv_slide_slot--left {
  top: 24%;
  left: -4%;
  width: 31%;
}

/* 中央画像 */
.kv_slide_slot--center {
  top: 14%;
  left: 50%;
  width: 37%;
  transform: translateX(-50%);
  z-index: 2;
}

/* 右画像 */
.kv_slide_slot--right {
  top: 24%;
  right: -4%;
  width: 31%;
}

/* クロスフェード用の画像 */
.kv_slide_slot img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1.2s ease;
}

.kv_slide_slot img.is-active {
  position: relative;
  opacity: 1;
}

/*
is-activeを外した画像も、
フェード中は同じ位置に重ねておく
*/
.kv_slide_slot img.is-leaving {
  position: absolute;
  opacity: 0;
}

@media screen and (min-width: 2000px) {
.kv_copy {
  left: 34%;
  width: 7rem
}
.kv_logo {
  bottom: -3%;
  width: min(36vw, 60rem);
}
.kv_wrap {
    padding-top: 8rem;
}

}
@media screen and (min-width: 2400px) {
.kv_copy {
  top: 20%;
  left: 36%;
  width: 7.5rem
}

}


@media screen and (max-width:768px) {

#kv {
    padding-bottom: 2rem;
}

  .kv_wrap {
    height: 145vw;
    min-height: 580px;
    max-height: 760px;
        padding-top: 6rem;
  }

  .kv_slide_slot--left {
    top: 31%;
    left: -100%;
    width: 55%;
  }

  .kv_slide_slot--center {
    top: 9%;
    width: 93%;
  }

  .kv_slide_slot--right {
    top: 31%;
    right: -100%;
    width: 55%;
  }

  .kv_logo {
    bottom: 4%;
    width: 88%;
  }

  .kv_copy {
    top: 13%;
    left: auto;
    right: 7%;
    width: 4.2rem;
  }
}







/* about
--------------------------------------------------- */
#about{
  padding: 6rem 0 27rem;
  background-color: var(--color_gray);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.about_wrap{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.about_img{
 width: 27.5rem;
}
.about_txt{
 padding-left: 7rem;
 padding-top: 7.5rem;
}
.about_subttl{
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
.about_ttl{
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.3;
  margin-top: 1.0rem;
}
.about_detail{
  font-size: 1.8rem;
  line-height: 1.8;
  padding-top: 2.2rem;
}

.about_togura{
  border: 2px solid #fff;
  margin-top: 8rem;
  position: relative;
  padding: 4rem 4rem 3rem;
}

.about_togura_ttl{
 position: absolute;
 top: -2rem;
 left: 2.5rem;
}
.about_togura_ttl span{
 background-color: var(--color_gray);
 padding: 0 1.5rem;
 font-size: 2.2rem;
  font-weight: 800;
}

.about_togura_wrap{
  display: flex;
}
.about_togura_detail{
   font-size: 1.6rem;
  line-height: 1.8;
  width: calc(100% - 30rem);
}
.about_togura_detail a{
   color: #fff;
}

.about_togura_img{
  width: 30rem;
  padding-left: 3rem;
}

.about_togura_btn{
  margin: 6rem auto 0;
  max-width:60rem;
}

.about_togura_btn .common_btn{
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4;
}


@media screen and (max-width:768px) {
  #about{
  padding: 4.5rem 0 20rem;
}
.about_wrap{
  display: block;
  margin-top: 3rem;
}
.about_img{
 width: 50%;
 margin: 0 auto;
}
.about_txt{
 padding-left: 0rem;
 padding-top: 3rem;
}
.about_subttl{
  font-size: 1.8rem;
}
.about_ttl{
  font-size: 2.6rem;
  margin-top: 0.8rem;
}
.about_detail{
  font-size: 1.5rem;
  line-height: 1.7;
  padding-top: 1.6rem;
}

.about_togura{
  margin-top: 6rem;
  padding: 3.5rem 3rem 3rem;
}

.about_togura_ttl{
 position: absolute;
 top: -1.8rem;
 left: 2rem;
}
.about_togura_ttl span{
 background-color: var(--color_gray);
 padding: 0 1.0rem;
 font-size: 2.0rem;
  font-weight: 800;
}

.about_togura_wrap{
  display: block;
}
.about_togura_detail{
   font-size: 1.5rem;
  line-height: 1.7;
  width: 100%;
}
.about_togura_detail a{
   color: #fff;
}

.about_togura_img{
 width: 100%;
  padding-left: 0rem;
  margin-top: 2.5rem;
}
.about_togura_btn {
    margin: 4rem auto 0;
}

.about_togura_btn .common_btn {
    font-size: 1.5rem;
    height: 7rem;
}


}

/* message
--------------------------------------------------- */
#message{
  padding: 12rem 0 27rem;
  position: relative;
  overflow: hidden;
}

.message_list{
display: grid;
   grid-template-columns: repeat(3, 1fr);
  gap:   5.5rem;
  margin-top: 5rem;
}
.message_icon{
  width:18rem ;
  margin: 0 auto;
}
.message_ttl_wrap {
    background-color: #8F96A0;
    margin-top: 2rem;
    z-index: 1;
    color: #fff;
    position: relative;
    padding: 1rem 2.5rem 1.2rem;
    text-align: center;
}
.message_subcopy {
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.7rem;
    line-height: 1.5;
     font-weight: 800;
}
.message_ttl {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 800;
    padding-top: 0.7rem;
}
.message_detail{
   font-size: 1.6rem;
   line-height: 1.7;
   margin-top: 1.3rem;
}
.original_wrap{
  margin-top: 5rem;
}
.original_ttl{
   font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 800;
    position: relative;
    padding-left: 6.2rem;
}
.original_ttl span{
   font-size: 3.2rem;
    color: var(--color_blue);
    font-weight: 800;
}
.original_ttl::before{
content: "";
    position: absolute;
    width: 4.8rem;
    height: 5rem;
    top: -00rem;
    left: 0;
    vertical-align: middle;
    background: url(../img/icon_graphic.svg) no-repeat center center;
    background-size: contain;
}

.original_ttl::after{
content: "";
    position: absolute;
    width: calc(100% - 4.2rem);
    height: 0.2rem;
    bottom: -1.1rem;
    right: 0;
    background-color: #8F96A0;
}

.original_detail{
    font-size: 1.6rem;
   line-height: 1.7;
   margin-top: 2.8rem;
}

@media screen and (max-width:768px) {
  #message{
  padding: 6rem 0 20rem;
}

.message_list{
display: block;
  margin-top: 4rem;
}
.message_item{
  margin-top: 3rem;
}

.message_icon{
  width:14rem ;
}
.message_ttl_wrap {
    margin-top: 1.5rem;
}
.message_subcopy {
    font-size: 1.4rem;
}
.message_ttl {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 800;
    padding-top: 0.7rem;
}
.message_detail{
   font-size: 1.5rem;
   line-height: 1.6;
   margin-top: 1.2rem;
}
.original_wrap{
  margin-top: 5rem;
}
.original_ttl{
   font-size: 1.8rem;
    padding-left: 4.5rem;
}
.original_ttl span{
   font-size: 2.4rem;
}
.original_ttl::before{
    width: 3.6rem;
    height: 3.8rem;
    top: -0.0rem;
}

.original_ttl::after{
    width: calc(100% - 3.1rem);
    height: 0.15rem;
    bottom: -0.8rem;
    right: 0;
    background-color: #8F96A0;
}

.original_detail{
    font-size: 1.5rem;
   line-height: 1.7;
   margin-top: 2.0rem;
}
}


/* point
--------------------------------------------------- */
#point{
  padding: 6rem 0 27rem;
  background-color: var(--color_gray);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.point_wrap{
  display: flex;
  align-items: center;
  margin-top: 7rem;
}
.point_img{
  width:68rem ;
}
.point_txt{
  width:calc(100% - 68rem);
  padding: 0 15rem 0 5rem;
}
.point_item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #fff;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.point_item:last-child{
  border-bottom:none;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
}
.point_txt_left{
  width: 15rem;
}
.point_txt_right{
  width: calc(100% - 15rem);
  padding-left: 2.5rem;
}
.point_txt_number span{
  background-color: var(--color_blue);
  font-size: 1.3rem;
  font-weight: 800;
  padding: 0.3rem 1.2rem;
  border-radius: 0.5rem;
}
.point_txt_ttl{
   font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 1.0rem;
  margin-bottom: 0.8rem;
}
.point_txt_detail{
   font-size: 1.6rem;

  line-height: 1.7;
}
@media screen and (max-width:768px) {
#point{
  padding: 6rem 0 20rem;
}
.point_wrap{
  display: block;
  margin-top: 4.5rem;
}
.point_img{
  width:100%;
}
.point_txt{
  width:100%;
  padding: 3.5rem 2rem 0
}
.point_item{
  align-items: flex-start;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.point_txt_left{
  width: 11rem;
}
.point_txt_right{
  width: calc(100% - 11rem);
  padding-left: 2.0rem;
}
.point_txt_number span{
  font-size: 1.2rem;
  padding: 0.2rem 1.0rem;
}
.point_txt_ttl{
   font-size: 1.8rem;
}
.point_txt_detail{
   font-size: 1.5rem;

  line-height: 1.6;
}
}


/* lineup
--------------------------------------------------- */
#lineup{
  padding: 12rem 0 27rem;
  position: relative;
  overflow: hidden;
}
.lineup_list{
  display: grid;
   grid-template-columns: repeat(2, 1fr);
  gap:  5.5rem;
  margin-top: 5rem;
}
.lineup_name{
  font-size:2.6rem ;
  text-align: center;
  font-weight: 800;
  margin-top: 3.2rem;
  line-height: 1.0;
}

.product_detail_list{
margin-top: 3rem;
}

.product_detail_item{
  display: flex;
  border-top: 1px dotted #BEBEBE;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
.product_detail_item:last-child{
  border-bottom: 1px dotted #BEBEBE;
}
.product_detail_ttl{
  width: 23%;
}
.product_detail_content{
  width: 77%;
  padding-left: 2rem;
}
.product_season{
  color: #2D97C5;
  border: 1px solid #2D97C5;
  text-align: center;
  font-size: 1.4rem;
  padding: 0.2rem 2rem;
  margin-top: 3rem;
}
.product_season.anzu{
  color: #EE8042;
  border: 1px solid #EE8042;
}

.product_fcp_link{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1.5rem;
  line-height: 1.4;
}

.recipe_wrap{
    overflow: hidden;
    margin-top: 8rem;
}

.recipe_list{
    display: flex;
    width: max-content;
    animation: recipeLoop 25s linear infinite;
}

.recipe_item{
    flex-shrink: 0;
    width: 32rem; /* お好み */
    margin-right: 4rem;
}
.recipe_img{
   position: relative;
}
.recipe_img img{
    width: 100%;
    display: block;
}
.recipe_txt{
  background-color: var(--color_gray);
  margin: -1.5rem auto 0;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  width: fit-content;
  padding: 0.3rem 1.5rem;
  border-radius: 50rem;
}


@keyframes recipeLoop{
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-50%);
    }
}


@media screen and (max-width:768px) {
#lineup{
  padding: 6rem 0 20rem;
}
.lineup_list{
  gap:  2rem;
  margin-top: 3.5rem;
}
.lineup_name{
  font-size:1.8rem ;
  margin-top: 2.2rem;
}

.product_detail_list{
margin-top: 2rem;
}

.product_detail_item{
  display: block;
  border-top: 1px dotted #BEBEBE;
  padding: 0.8rem 0rem;
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.3;
}
.product_detail_item:last-child{
  border-bottom: 1px dotted #BEBEBE;
}
.product_detail_ttl{
  width: 100%;
  font-weight: 800;
   font-size: 1.1rem;
}
.product_detail_content{
  width: 100%;
  padding-left: 0rem;
  padding-top: 0.2rem;
   font-size: 1.3rem;
}
.product_season{
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0.1rem 1rem;
  margin-top: 2rem;
}

.recipe_wrap{
    margin-top: 5rem;
}


.recipe_item{
    width: 24rem; /* お好み */
    margin-right: 2rem;
}

.recipe_txt{
  margin: -1.5rem auto 0;
  font-size: 1.4rem;
  padding: 0.3rem 1.2rem;
}




}


/* howto
--------------------------------------------------- */
#howto{
  padding: 6rem 0 27rem;
  background-color: var(--color_gray);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.howto_list{
  display: grid;
   grid-template-columns: repeat(2, 1fr);
  gap:  4.5rem 5.5rem;
  margin-top: 5rem;
}
.howto_txt{
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.6rem;
}

@media screen and (max-width:768px) {
  #howto{
  padding: 5rem 0 20rem;

}

.howto_list{
  display: block;

  margin-top: 4rem;
}
.howto_item{

  margin-top: 3.5rem;
}

.howto_img{
 width: 80%;
 margin: 0 auto;
}
.howto_txt{
  font-size: 1.5rem;
  margin-top: 1.2rem;
}
}

/* support
--------------------------------------------------- */
#support{
  padding: 12rem 0 27rem;
  position: relative;
  overflow: hidden;
}
.support_list{
  display: grid;
   grid-template-columns: repeat(3, 1fr);
  gap: 5.5rem;
  margin-top: 5.5rem;
  text-align: center;
}
.support_img{
 position: relative;
 z-index: 0;
}
.support_txt{
  background-color: #8F96A0;
  margin-top: -7rem;
  z-index: 1;
  color: #fff;
  position: relative;
  padding: 0.8rem 2.5rem 1.2rem;
}
.support_position{
 font-size: 1.6rem;
 border-bottom: 1px solid #fff;
 padding-bottom: 0.7rem;
 line-height: 1.5;
}
.support_name{
 font-size: 2.4rem;
line-height: 1.2;
font-weight: 800;
padding-top: 0.7rem;
}
.support_name span{
 font-size: 1.3rem;
font-weight: 800;
}
.support_link{
  font-size: 1.4rem;
  margin-top: 1.2rem;
}

.support_ambassador_wrap{
  border: 2px solid var(--color_gray);
  margin-top: 8rem;
  position: relative;
}

.support_ambassador_img{
  position: absolute;
  left: 3rem;
  width: 20rem;
  bottom: 1rem;
}

.support_ambassador_book{
  position: absolute;
  right: 4rem;
  width: 10rem;
  top: 3.1rem;
}
.support_ambassador_txt{
  text-align: left;
  padding: 3.5rem 16rem 3.5rem 26rem;
}

.support_ambassador_txt .common_ttl_en span{
  font-size: 2.4rem;
      gap: 0.5rem;
}
.support_ambassador_txt .common_ttl_en{
    text-align: left;
    margin-bottom: 1.6rem;
}
.ambassador_name{
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.2;
}
.ambassador_name span{
  font-weight: 800;
  font-size: 2.2rem;
}
.ambassador_detail{
   font-size: 1.6rem;
   letter-spacing: 0;
   padding-top: 0.5rem;
}
.ambassador_book{
  display: flex;
   font-size: 1.4rem;
   letter-spacing: 0;
}

@media screen and (max-width:768px) {
  #support{
  padding: 6rem 0 20rem;
}
.support_list{
 display: flex;
        gap: 2.5rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 1rem;
        margin: 3rem calc(50% - 50vw) 0;
        padding-left: 2rem;
        padding-right:2rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
}
   .support_list::-webkit-scrollbar{
        display: none;
    }

    .support_list > *{
        flex: 0 0 70%;
    }
.support_txt{
  margin-top: -4rem;
}

.support_position{
 font-size: 1.4rem;
}
.support_name{
 font-size: 2.0rem;
}
.support_name span{
 font-size: 1.2rem;
}
.support_link{
  margin-top: 1.0rem;
}

.support_ambassador_wrap{
  margin-top: 5rem;
}

.support_ambassador_img{
  position:relative;
  left: auto;
  width: 16rem;
  margin: -3rem auto 0;
  bottom: auto;
}

.support_ambassador_book{
  position: absolute;
  right: 2.5rem;
  width: 5rem;
  top: auto;
  bottom: 2.5rem;
}
.support_ambassador_txt{
  padding: 2.5rem 2.5rem 3.0rem 2.5rem;
}

.support_ambassador_txt .common_ttl_en span{
  font-size: 2.1rem;
  letter-spacing: 0;
}

.ambassador_name{
  font-size: 1.4rem;
  line-height: 1.2;
}
.ambassador_name span{
  font-weight: 800;
  font-size: 2.0rem;
  margin: 0 0.3rem;
}
.ambassador_detail{
   font-size: 1.5rem;
   letter-spacing: 0;
   line-height: 1.5;
   padding-top: 1.5rem;
}
.ambassador_book{
  display: block;
   font-size: 1.3rem;
   line-height: 1.4;
   letter-spacing: 0;
   margin-top: 2.5rem;
   padding-right: 6rem;
}
}


/* store
--------------------------------------------------- */
#store{
  padding: 6rem 0 27rem;
  background-color: var(--color_gray);
  position: relative;
  overflow: hidden;
  color: #fff;
}
#store .common_lead,
#message .common_lead{
 margin-top: 1.5rem;
}


.store_list{
  display: grid;
   grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-top: 5.5rem;
}
.store_item{
  border: 3px solid #fff;
  position: relative;
  padding: 0 5.5rem 6rem;
}
.store_ttl{
 font-size: 2.2rem;
 font-weight: 800;
 line-height: 1.0;
 margin-top: -1.2rem;
 text-align: center;
}
.store_ttl span{
background-color: var(--color_gray);
padding: 0 2rem;
}

.store_shop_list{
  padding-top: 3rem;
  font-size: 1.8rem;
}

.store_shop_item{
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.4;
  margin-top: 2rem;
}
.store_shop_item::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.store_btn{
  margin-top: 10rem;
  text-align: center;
  font-size: 2.2rem;
}
@media screen and (max-width:768px) {
  #store{
  padding: 4rem 0 20rem;
}
#store .common_lead,
#message .common_lead{
 margin-top: 1.5rem;
}


.store_list{
  display: block;
  margin-top: 4.5rem;
}
.store_item{
  border: 3px solid #fff;
  position: relative;
  padding: 0 0rem 3.5rem;
  margin-top: 3.5rem;
}
.store_ttl{
 font-size: 1.7rem;
 letter-spacing: 0;
 margin-top: -1.0rem;
}
.store_ttl span{
padding: 0 1rem;
}

.store_shop_list{
  padding: 1.5rem 2.5rem 0rem;
  font-size: 1.5rem;
}

.store_shop_item{
  padding-left: 1.6rem;
  margin-top: 1.5rem;
}
.store_shop_item::before{
  content: "・";
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.store_btn{
  margin-top: 3.0rem;
  padding: 0 2.5rem;
      font-size: 1.8rem;

}
}


/* faq
--------------------------------------------------- */
#faq{
  padding: 12rem 0;
}

.faq_list{
    margin-top: 5rem;
}

.faq_item:first-child{
    border-top: 1px solid #BEBEBE;
}
.faq_item{
    padding: 2.8rem 0;
    border-bottom: 1px solid #BEBEBE;
}

.faq_question,
.faq_answer{
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.faq_answer{
    margin-top: 1.0rem;
    margin-left: 2rem;
}

.faq_common_icon{
    flex-shrink: 0;
    width: 4rem;
    height:  4rem;
    border-radius: 1.5rem;
    background:var(--color_gray);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq_common_icon.answer{
    background:var(--color_blue)
}

.faq_common_icon span{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.faq_question_txt{
    flex: 1;
    padding-top: 0.4rem;
    font-size: 2.0rem;
    font-weight: 800;
    line-height: 1.5;
}

.faq_answer_txt{
    flex: 1;
    padding-top: 0.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
}

.faq_btn{
  margin: 2.5rem auto 0;
  max-width: 30rem;
}
.faq_btn .common_btn{
 font-size: 1.6rem;
 height: 5.5rem;
}
@media screen and (max-width:768px) {

#faq{
  padding: 6rem 0 10rem;
}
    .faq_item{
        padding: 2.5rem 0;
    }

    .faq_question,
    .faq_answer{
        gap: 1.0rem;
    }


    .faq_answer{
        margin-top: 1.4rem;
         margin-left: 1.2rem;
    }

    .faq_common_icon{
        width: 3rem;
        height:3rem;
        border-radius: 0.8rem;
    }

    .faq_common_icon span{
        font-size: 1.8rem;
    }

    .faq_question_txt{
        padding-top: 0.2rem;
        font-size: 1.8rem;
    }

    .faq_answer_txt{
          padding-top: 0.2rem;
        font-size: 1.5rem;
        line-height: 1.6;
    }
.faq_btn {
    margin: 2.0rem auto 0;
    max-width: 100%;
}



    .faq_btn .common_btn {
    font-size: 1.5rem;
    height: 5.0rem;
}



}




/* fin
--------------------------------------------------- */
#fin {
  position: relative;
}

.fin_bg {
 position: relative;
}



.fin_txt {
 position: absolute;
 left: 8rem;
 top: 6rem;
 width: 7.4rem;

}



@media screen and (max-width:768px) {




.fin_txt {
 position: absolute;
 left: 3rem;
 top: 3rem;
 width: 4.8rem;

}

}


/* footer
--------------------------------------------------- */

footer {
  position: relative;
  padding: 5rem 0 3rem;
  background-color:var(--color_gray);
  color: #fff;
  text-align: center;
}

.footer_logo {
  max-width: 7.5rem;
  margin: 0 auto;
}


.footer_company_seller {
  font-size: 1.3rem;
  margin-top: 3.5rem;
}

.foonter_company_name {
  font-size: 1.6rem;
  line-height: 1.4;
}
.footer_sns{
 margin: 3rem auto 0;
}

.footer_sns_icon {
 width: 2.6rem;
 display: inline-block;
 margin: 0 1.0rem;
  vertical-align: middle;
}
.footer_sns_icon.note {
 width: 2.0rem;

}

.foonter_sns_info {
font-size: 1.4rem;
margin-top: 0.8rem;
}



.cr {
  font-size: 1.2rem;
  margin-top: 3.5rem;
}

#page_top {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 100;
}

#page_top a{
position: relative;
text-decoration: none;
padding-top: 0.5rem;
display: block;
 width: 4.0rem;
    height: 4.0rem;
    border-radius: 500px;
    background: #000;
          display: flex;
justify-content: center;
align-items: center;
}



#page_top a span::after {
content: '';
display: block;
width: 1.0rem; 
height: 1.0rem; 
border-top: 0.2rem solid #fff; /* 矢印の太さの指定 */
border-left: 0.2rem solid #fff; /* 矢印の太さの指定 */
transform: rotate(45deg);
}


@media screen and (max-width:768px) {

footer {
  padding: 5rem 0 3rem;
}

.footer_logo {
  max-width: 6rem;
  margin: 0 auto;
}


.foonter_company_name {
  font-size: 1.5rem;
  line-height: 1.4;
}

.footer_sns_icon {
 width: 2.4rem;
}
.footer_sns_icon.note {
 width: 1.8em;

}

.foonter_sns_info {
font-size: 1.3rem;
line-height: 1.4;
margin-top: 1.2rem;
}

}


/* ANIMETION
--------------------------------------------------- */


.fadein {
  -webkit-transition: .7s;
  -o-transition: .7s;
  transition: 7.s !important;
  opacity: 0;
  -ms-transform: translate(0, 4rem);
  transform: translate(0, 4rem);
  -webkit-transform: translate(0, 4rem);
}

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.fadein_kv {

   display: none;        /* 初期は見えない */
  transform: scale(0); /* 小さくしておく */
}
.fadein_kv.show  {
  animation: kv_animation 2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
  display: block;
}

@keyframes kv_animation {
  0% {
    transform: scale(0.0);
 display: none;    
  }
   100% {
    transform: scale(1.0);
    opacity: 1.0;
    display: block;

  }

  
}


.del_01 {
  animation-delay: 0.20s !important;
}

.del_02 {
  animation-delay: 0.26s !important;
}
.del_03 {
  animation-delay: 0.32s !important;
}
.del_04 {
 animation-delay: 0.38s !important;
}
.del_05 {
  animation-delay: 0.26s !important;
}




@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }

  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
  }
}








.ocean {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: -0.2rem;
  left: 0;
  background: #fff;
  z-index: 10;
  outline: none;
}

.ocean .wave {
  background: url(../img/wave02.svg) repeat-x;
 position: absolute;
  top: -121px;
  width: 6000px;
  height: 120px;
  animation: wave 70s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  outline: none;
  backface-visibility: hidden;
}



.ocean.bottom {
  top: auto;
  bottom: -0.2rem;
  background: #fff;
}

.ocean.bottom .wave {
  background: url(../img/wave.svg) repeat-x;
  position: absolute;
  bottom: -121px;
  width: 6000px;
  height: 120px;
  animation: wave-head 60s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}




@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1000px;
  }
}
@keyframes swell {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes wave-head {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1000px;
  }
}
@keyframes swell-head {
  0%, 100% {
    transform: translate3d(0, -25px, 0);
  }
  50% {
    transform: translate3d(0, 5px, 0);
  }
}


@media screen and (max-width: 768px) {
  .ocean .wave{
    top: -100px;
    width: 3400px;
    height: 100px;
    background-size: auto 100px;
  }



  .ocean.bottom .wave {
    bottom: -100px;
    width: 3400px;
    height: 100px;
    background-size: auto 100px;
    animation: wave-head-sp-px 60s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  }


  @keyframes wave-sp-px {
    0% { margin-left: 0; }
    100% { margin-left: -833.333px; }
  }

  @keyframes wave-head-sp-px {
    0% { margin-left: 0; }
    100% { margin-left: -833.333px; }
  }
}

