@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
 all: unset;
 display: revert;
}
*, *::before, *::after {
 margin: 0;
 padding: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
a {
 display: inline-block;
}
ul, ol {
 list-style: none;
}
sup {
 font-size: 0.5em;
 font-weight: 400;
 vertical-align: text-top;
}
suc {
 font-size: 0.9em;
 font-weight: 700;
 vertical-align: text-top;
}
sub {
 font-size: 0.5em;
 font-weight: 400;
 vertical-align: text-bottom;
}
img {
 max-width: 100%;
  width: 100%;
}
a {
 cursor: pointer;
}
table {
 border-collapse: collapse;
}
html {
 scroll-behavior: smooth;
}
body {
 font-size: 62.5%;;
 font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
 font-optical-sizing: auto;
 font-weight: 400;
 font-style: normal;
}
.noto-serif-jp {
 font-family: "Noto Serif JP", serif;
}
.noto-sans-jp {
 font-family: "Noto Sans JP", sans-serif;
}
.Times-New-Roman {
 font-family: "Times New Roman", serif;
}
/*.Noto-Sans {
	font-family: "Noto Sans JP", sans-serif;
}
.Noto-Serif {
	font-family: "Noto Serif JP", serif;
}
.Cormorant-G {
	font-family: "Cormorant Garamond", serif;
}*/
.pc {
 display: inline;
}
@media screen and (max-width: 768px) {
 .pc {
  display: none;
 }
}
.smp {
 display: none;
}
@media screen and (max-width: 768px) {
 .smp {
  display: inline;
 }
}
#op01.is-show {
 animation-name: fadeInAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: .25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op02.is-show {
 animation-name: fadeZoomOutAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: .75s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op03.is-show {
 animation-name: fadeLeftAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op04.is-show {
 animation-name: fadeUpAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1.25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op05.is-show {
 animation-name: fadeLeftAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1.25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op06.is-show {
 animation-name: fadeRightAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1.25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op01, #op02, #op03, #op04, #op05, #op06 {
 opacity: 0;
 display: inline-block;
}
@keyframes fadeInAnime {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
@keyframes fadeUpAnime {
 from {
  opacity: 0;
  transform: translateY(100px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes fadeLeftAnime {
 from {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
 }
 to {
  opacity: 1;
  transform: translateZ(0);
 }
}
@keyframes fadeRightAnime {
 from {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
 }
 to {
  opacity: 1;
  transform: translateZ(0);
 }
}
@keyframes fadeZoomOutAnime {
 from {
  opacity: 0;
  transform: scale(1.2);
 }
 to {
  opacity: 1;
  transform: scale(1);
 }
}

/*----------------------------
* loading画面
*----------------------------*/
.op-bg {
 width: 100%;
 height: 100%;
 background: #9FBACD;
 position: fixed;
 top: 0;
 left: 0;
 z-index: 9997;
}
.op-bg.is-active {
 animation: bgAnime 1s linear 1.8s forwards;
 will-change: transform;
}
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-family: "futura-pt", sans-serif;
}
@media screen and (max-width: 500px) {
  .loading {
    font-size: 1.2rem;
  }
}
.loading span:nth-child(1) {
    animation: letterAnim 0.6s ease-in-out infinite;
}
.loading span:nth-child(2) {
    animation: letterAnim 0.6s ease-in-out infinite 0.05s;
}
.loading span:nth-child(3) {
    animation: letterAnim 0.6s ease-in-out infinite 0.1s;
}
.loading span:nth-child(4) {
    animation: letterAnim 0.6s ease-in-out infinite 0.15s;
}
.loading span:nth-child(5) {
    animation: letterAnim 0.6s ease-in-out infinite 0.2s;
}
.loading span:nth-child(6) {
    animation: letterAnim 0.6s ease-in-out infinite 0.25s;
}
.loading span:nth-child(7) {
    animation: letterAnim 0.6s ease-in-out infinite 0.3s;
}
.loading span:nth-child(8) {
    animation: letterAnim 0.6s ease-in-out infinite 0.35s;
}
.loading span:nth-child(9) {
    animation: letterAnim 0.6s ease-in-out infinite 0.4s;
}
.loading span:nth-child(10) {
    animation: letterAnim 0.6s ease-in-out infinite 0.45s;
}
@keyframes letterAnim {
 0% {
  opacity: 1;
 }
 50% {
  opacity: 0.2;
 }
 100% {
  opacity: 1;
 }
}
/*keyframe*/
@keyframes textAnime1 {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(100%);
 }
}
@keyframes textAnime2 {
 0% {
  transform: rotate(0);
 }
 100% {
  transform: rotate(-8deg);
 }
}
@keyframes bgAnime {
 0% {
  opacity: 1;
 }
 90% {
  opacity: 0;
  /*transform: scale(1.2);*/
 }
 100% {
  opacity: 0;
  visibility: hidden;
  display: none;
 }
}
/*----------------------------
* メニュー
*----------------------------*/
header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
header::after {
    display: none;
}
header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 10%;
    margin: 0 auto;
    z-index: 100;
    background-color: rgba(82,80,84);
    height: 60px;
    display: flex;
    align-items: center;
}
.head-wrapper {
    position: relative;
    z-index: 101;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-wrapper .logo {
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}
.head-wrapper .logo p{
    font-family: "Meiryo", sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px;
}
.menu-flex{
    width: 12%;
    margin: 0;
    display: flex;
    align-items: center;
}
.insta-btn{
    margin-right: 20%;
    margin-top: 0.2rem;
    width: 33px;
}
.hamburger{
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 1000;
    margin: 0;
}
.hamburger .bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.hamburger .bar:nth-child(1) {
    top: 0;
}
.hamburger .bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger .bar:nth-child(3) {
    bottom: 0;
}

/* ハンバーガーメニューがアクティブ時の×印アニメーション */
.hamburger.is-active .bar:nth-child(1) {
    transform: rotate(45deg);
    top: 43%;
}
.hamburger.is-active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active .bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 43%;
}
@media (max-width: 1024px) {
    .hamburger {
        width: 25px;
        height: 22px;
    }
}
@media (max-width: 768px) {
    header nav {
    padding: 0.5rem 10%;
    height: 50px;
    }
    .menu-flex {
    width: 15%;
    }
    .head-wrapper .logo p{
    font-size: 20px;
    }
}
@media (max-width: 630px) {
    .menu-flex {
    width: 18%;
    }
}
@media (max-width: 500px) {
    header nav {
    padding: 0.5rem 5%;
    height: 45px;
    }
    header .head-wrapper .logo p{
    font-size: 18px;
    }
    .menu-flex {
    width: 20%;
    }
}
    @media (max-width: 425px) {
    .hamburger {
        width: 22px;
        height: 19px;
    }
    .insta-btn{
        width: 30px;
    }
}
/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    background: #fff;
}
.menu-box {
    position: relative;
    background-color:#000;
    opacity: 70%;
    width: 100%;
    overflow: auto;
}
.menu-minibox {
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: right;
    background-color: rgba(82, 80, 84);
}
@media (min-width: 769px) {
.menu-minibox {
    padding-top: 50px;
}
}
.menu-minibox .sec1 {
    width: 100%;
    position: relative;
    top: 0;
    padding: 3% 0;
}
.menu-minibox .sec1 ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding: 0 4%;
}
.menu-minibox .sec1 ul li {
    width: auto;
    padding: 6px 0;
    margin: 2% 0;
    color: #fff;
    font-size: 2rem;
    float: none;
    z-index: 1;
    font-weight: 400;
    font-family: "futura-pt","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-style: normal;
    text-align: right;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s, opacity 0.3s;
}
.menu-minibox .sec1 ul li:hover{
    border-bottom: 2px solid;
}
.menu-minibox .sec1 ul .coo-page {
    font-size: 1.2rem;
    border: solid 2px #ffffff; 
    margin-top: 3%;
    padding: 1.5% 6%;
    text-align: right;
    transition: border-color 0.3s, opacity 0.3s;
}
.menu-minibox .sec1 ul .coo-page:hover {
    background-color: #333;
}
.menu-minibox .sec1 ul div h5 img{
    width: 100%;
}
.menu-minibox .sec1 ul li h4, .menu-minibox .sec1 ul li a {
    text-align: right;
    margin: 0;
    float: none;
    width: auto;
}
.menu-minibox .sec1 ul div{
    display: flex;
    margin: 3% 0 auto;
    gap:10%;
    width: 12%;
    justify-content: flex-end;
}
.menu-minibox .sec1 ul div h5{
    width: 45%;
    display: block;
}
.menu-minibox .sec1 ul li img {
    /*width: 100%;*/
    height: 100%;
    max-height: 24.122px;
    margin: 0;
    text-align: right;
    float: none;
}
.menu-minibox .sec2 {
    width: 100%;
    position: relative;
    bottom: 0;
}
.menu-minibox .sec2 ul {
    width: 90%;
    margin: 0 auto;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    display: flex;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 6.25% 4.25% 0;
}
.menu-minibox .sec2 ul li img {
    width: 100%;
    max-width: 70px;
    margin-right: auto;
    text-align: left;
    display: inline-block;
}
.menu-minibox .sec2 ul li {
    font-weight: 600;
}
.menu-minibox .sec2 ul li:first-child {
    flex-basis: 45%;
}
.menu-minibox .sec2 ul li:nth-child(2) {
    flex-basis: 23.5%;
}
.menu-minibox .sec2 ul li:nth-child(3) {
    flex-basis: 9%;
}
.menu-minibox .sec2 ul li:nth-child(4) {
    flex-basis: 9%;
}
.menu-minibox .sec2 h1 {
    font-size: 1.2em;
}
.menu-minibox .sec2 h2, .menu-minibox .sec2 p, .menu-minibox .sec2 address {
    font-size: .9em;
}

@media screen and (max-width: 1200px) {
    .menu-minibox .sec1 ul li {
        padding: 3% 0;
    }
    .menu-minibox .sec1 ul div{
        width: 18%;
    }
}
@media screen and (max-width: 768px) {
    .menu-minibox .sec1 {
        margin-top: 10%;
    }
    .menu-minibox .sec1 ul li {
        font-size: 2rem;
    }
    .menu-minibox .sec1 ul .coo-page {
        margin-top: 5%;
    }
    .menu-minibox .sec1 ul li img {
        /*.max-height: 24.122px;*/
        height: calc(100vw / 26);
        max-height: 100%;
    }
    .menu-minibox .sec2 h1 {
        font-size: 2.7vw;
    }
    .menu-minibox .sec2 h2,
    .menu-minibox .sec2 p,
    .menu-minibox .sec2 address {
        font-size: 2.2vw;
    }
    .menu-minibox .sec2 ul li:nth-child(2) {
        flex-basis: 31.5%;
    }
    .menu-minibox .sec1 ul div{
        width: 24%;
    }
}
@media screen and (max-width: 500px) {
    .menu-minibox .sec1 ul li {
        font-size: 1.5rem;
        padding: 5% 0;
        font-weight: bold;
    }
    .menu-minibox .sec1 ul .coo-page {
        font-size: 1rem;
        margin-top: 10%;
    }
    .menu-minibox .sec1 ul div {
        margin: 10% 0 auto;
        width: 32%;
    }
}
/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu.is-active {
  pointer-events: auto;
  opacity: 1;
}
/*----------------------------
* ファーストビュー
*----------------------------*/
main {
 position: relative;
 width: 100%;
 margin: 0 auto;
 background-color: #ffffff;
 overflow: hidden;
 z-index: 1;
}
.main {
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}
.main-img{
  width: 100%;
  height: 100%;
  background-image: url(../img/cb-mv-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:bottom;
}
.main-txt {
  position: absolute;
    right: 0;
    top: 12%;
    z-index: 2;
    /* background-image: linear-gradient(45deg, rgba(255, 210, 144, 1), rgba(255, 181, 74, 1)); */
    padding: 1% 2%;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    text-align: left;
    background-color: #7aa6c6;
    color: #fff;
}
#mv .main-txt p {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
#mv .main-txt span {
  margin-right: 0.25em;
  font-size: 4rem;
}
@media screen and (max-width: 1440px) {
  #mv .main-txt p {
    font-size: 1.4rem;
  }
  #mv .main-txt span {
    font-size: 3rem;
  }
  .main-txt {
    padding: 1% 3%;
    right: 0;
    top: 12%;
  }
}
@media screen and (max-width: 1100px) {
  #mv .main-txt p {
    font-size: 1.2rem;
  }
  #mv .main-txt span {
    font-size: 2rem;
  }
  .main-txt {
    padding: 2% 3%;
    top: 14%;
  }
}
@media screen and (max-width: 768px) {
 .main-img{
    background-image: url(../img/cb-mv-sp.jpg);
  } 
  .main-txt{
    top: 10vh;
  }  
}
@media screen and (max-width: 450px) {
  .main-txt {
    top: 15vh;
  }
  .main {    
    width: 100vw;
    height: 95dvh;
  }
}
/*----------------------------
* about
*----------------------------*/
#about {
  position: relative;
  align-items: center;
  margin-top: 0;
  overflow: hidden;
  text-align: center;
}
#about h2{
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.5rem;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10% auto 5%;
}
#about h2 br:nth-child(2){
  display: none;
}
.about-box{
  display: flex;
  width: 90%;
  justify-content: center;
  margin: 5% auto;
  gap: 2rem;
  align-items: center;
}
.about-box > div{
  width: 40%;
}
.multi-role-title {
  padding: 1.5rem 4rem 1rem;
  background: #9FBACD;
  position: relative;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
.multi-role-title .role-number {
  position: relative;
}
.multi-role-title .role-number:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #5C90B5;
  border-radius: 50%;
  z-index: 1;
}
.multi-role-title h3 {
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.multi-role-list {
  display: grid;
  gap: 1.2em;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin: 1.5em auto;
}
.top-row {
  grid-template-columns: repeat(3, 1fr);
  max-width: 500px;
  margin-top: 8%;
}
.bottom-row {
  grid-template-columns: repeat(2, 1fr);
  max-width: 350px;
}
.multi-role-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #222;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  background: #fff;
  font-size: 1.4em;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.multi-role-list li .role-label {
  font-weight: bold;
  color: #222;
  font-size: 1.1em;
}
.multi-role-list li .role-desc {
  font-size: 0.65rem;
  color: #666;
  margin-top: 0.3em;
}
.about-txt p{
  font-size: 1.4rem;
  max-width: 570px;
  margin: 5% auto;
}
.cc-box{
  background-color: #9fbacd;
  height: 20vw;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}.cc-box p{
  background: #f2f2f2;
  padding: 2%;
  font-size: 1.6rem;
  FONT-WEIGHT: 600;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  z-index: 2;
  width: 100%;
}
.marquee-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 5vw;
  overflow: hidden;
}
.marquee {
  display: flex;
  width: 100%;
}
.marquee span {
  display: inline-block;
  white-space: nowrap;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fff;
  /* text-shadow: 0 2px 4px rgba(0,0,0,0.08); */
}
.spacer {
  display: inline-block;
  width: 2rem; /* ここで余白を調整 */
}
.marquee-top {
  animation: marquee-loop 18s linear infinite;
}
.marquee-bottom {
  animation: marquee-loop 22s linear infinite reverse;
}
@keyframes marquee-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1440px) {
  #about h2 {
    font-size: 1.6rem;
    margin: 8% auto;
  }
  .about-txt p {
    font-size: 1.2rem;
  }
  .multi-role-title h3 {
    font-size: 1.4rem;
  }
  .multi-role-title {
    padding: 1rem 3rem 0.75rem;
  }
  .cc-box p {
    font-size: 1.4rem;
    padding: 2.5%;
  }
  .marquee-bg {
    gap: 10vw;
  }
  .marquee span {
    font-size:1rem;
  }
}
@media screen and (max-width: 1100px) {
  #about h2 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .multi-role-title h3 {
    font-size: 1.2rem;
  }
  .multi-role-list li {
    width: 6rem;
    height: 6rem;
    font-size: 0.8rem;
  }
  .multi-role-list li .role-desc {
    font-size: 0.5rem;
  }
  .about-txt p {
    font-size: 1rem;
  }
  .about-box {
    margin-bottom: 10%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .about-box{
    flex-direction: column;
  }
  .about-box > div{
    width: 90%;
  }
  .about-txt{
    margin-top: 5%;
  }
  .top-row{
    max-width: 450px;
    margin-top: 5%;
  }
  .bottom-row{
    max-width: 300px;
  }
}
@media screen and (max-width: 500px) {
  #about h2{
    font-size: 1.2rem;
    margin: 8% 5%;
    letter-spacing: 0.3rem;
  }
  #about h2 br:nth-child(2){
    display: block;
  }
  .top-row{
    margin-top: 10%;
  }
  .about-txt p{
    margin: 10% auto;
  }
  .multi-role-list{
    gap: 0.5rem;
  }
  .bottom-row {
    max-width: 220px;
  }
  .cc-box p {
    font-size: 1.2rem;
    padding: 5%;
  }
  .marquee-bg {
    gap: 25vw;
  }
}
/*----------------------------
* ahieve
*----------------------------*/
.achieve-ttl{
  width: 70%;
  max-width: 1260px;
  margin: 8% auto 0%;
}
.achieve-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 2% auto 0 auto;
  gap: 2vw;
}
.achieve-left, .achieve-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.achieve-left {
  align-items: center;
  width: 30%;
  text-align: left;
}
.achieve-desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.achieve-desc span:nth-child(2) {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5%;
  display: block;
}
.achieve-period {
  font-size: 1rem;
  color: #666;
  margin-top: 1rem;
}
.achieve-right {
  align-items: flex-start;
  width: 40%;
  text-align: left;
  position: relative;
  max-width: 300px;
}
.achieve-rank {
  font-size: 5rem;
  font-weight: 900;
  color: #e94e77;
  line-height: 1;
  letter-spacing: 0.1em;
}
.achieve-award {
  font-size: 1.8rem;
  color: #222;
  font-weight: 600;
  margin-top: 0.2em;
}
@media screen and (max-width: 1440px) {
  .achieve-box {
    width: 90%;
  }
  .achieve-left {
    width: 35%;
  }
}
@media screen and (max-width: 1100px) {
  .achieve-box{
    margin-bottom: 10%;
  }
  .achieve-left {
    width: 40%;
  }
  .achieve-right {
    max-width: 260px;
  }
  .achieve-desc {
    font-size: 1rem;
  }
  .achieve-desc span:nth-child(2) {
    font-size: 1.6rem;
  }
  .achieve-rank {
    font-size: 4rem;
  }
  .achieve-period {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .achieve-ttl{
    margin-top: 10%;
    width: 90%;
    max-width: 620px;
  }
  .achieve-box {
    flex-direction: column;
    gap: 1.5vw;
    width: 90%;
    margin-top: 5%;
  }
  .achieve-left, .achieve-right {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .achieve-rank {
    font-size: 2.2rem;
  }
  .achieve-desc {
    font-size: 0.95rem;
  }
  .achieve-award {
    font-size: 1rem;
  }
}
/*----------------------------
* feature
*----------------------------*/
.feature-box{
  background-color: #f2f2f2;
  margin: 5% auto;
  padding-bottom: 3%;
}
.feature-box h3{
  text-align: center;
  padding: 5%;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
}
.feature-box h3 span{
  font-size: 1.2rem;
  font-weight: 400;
}
.feature-box h3 ::after{
  content: "";
  width: 1px;
  height: 4rem;
  background-color: #000;
  display: block;
  position: absolute;
  bottom: 5%;
  left: 50%;
}
.point-top {
  display: flex;
  width: 80%;
  justify-content: center;
  gap: 3rem;
  margin: 2% auto 10%;
}
.point-ttl{
  position: relative;
  background: transparent;
  width: 100%;
  max-width: 320px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.5em;
}
.point-ttl:hover.point-ttl a{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
    transition: all 0.25s ease-in-out;
}
.point-ttl:hover.point-ttl h4{
    transform: translateY(-5px);
    transition: all 0.25s ease-in-out;
}
.point-ttl:hover.point-ttl::after{
    transform: translate(-50%,-5px);
    transition: all 0.25s ease-in-out;
}
.point-ttl h4{
  position: absolute;
  top: 0.2em;
  left: 0.7em;
  font-size: 1.1rem;
  font-weight: 700;
  color: #555;
  margin: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  gap: 0.2em;
  background: transparent;
  padding: 0;
}
.point-ttl h4 .number{
  font-size: 2rem;
  font-weight: 900;
  color: #555;
  margin-left: 0.2em;
  line-height: 1;
}
.point-ttl a{
  background: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.10);
  padding: 15% 2rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  color: #7AA6C6;
}
.point-ttl a span{
  font-size: 1.2rem;
}
.point-ttl::after{
  content: '';
  display: block;
  background-image: url(../img/btn-d.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.2em;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .feature-box h3 ::after {
    bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .feature-box h3{
    font-size: 2rem;
  }
  .feature-box h3 ::after {
    bottom: -5%;
    height: 3rem;
  }
  .point-ttl a {
    font-size: 1.6rem;
  }
  .point-ttl a span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 950px) {
  .point-ttl a {
    padding: 15% 1rem;
  }
  .point-top{
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .point-top {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
    margin-top: 5%;
  }
  .point1-ttl, .point2-ttl {
    max-width: 90vw;
    min-width: 0;
    width: 100%;
  }
  .feature-box h3 ::after {
    bottom: -10%;
    height: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .point-ttl{
    width: 90%;
  }
  .feature-box h3 ::after {
    bottom: -25%;
    height: 2.5rem;
  }
  .point-top{
    margin: 15% auto;
  }
  .feature-box h3 span{
    font-size: 1rem;
  }
}
/* point1 */
#point1,#point2,#point3{
  width: 80%;
  max-width: 1260px;
  margin: 0 auto 10%;
}
.point1-section,.point2-section,.point3-section {
  background: #fff;
  border-radius: 24px;
  padding: 5%;
  position: relative;
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.point-header {
  position: absolute;
  top: 16px;
  right: 24px;
}
.point-label {
  color: #7AA6C6; 
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "futura-pt", sans-serif;
  padding: 2px 5px;
  border-bottom: 2px solid;
}
.point1-content {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 5%;
  justify-content: center;
}
.point1-img{
  width: 40%;
}
.point1-text {
  width: 40%;
}
.point1-text h5 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  padding-bottom: 1rem;
  font-weight: 600;
}
.point1-text .note{
  font-size: 0.8rem;
  margin-top: 0;
}
.point1-text p {
  margin: 5% 0 0;
  color: #333;
  font-size: 1.4rem;
}
/* MECHANISM部分 */
.mechanism {
  margin-top: 16px;
}
.mechanism h5 {
  font-size: 8rem;
  color: #9FBACD;
  text-align: center;
  font-weight: 800;
  font-family: "futura-pt", sans-serif;
}
.mechanism p{
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
.step-box {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  margin: 5% auto;
}
.step {
  flex: 1;
  background: #f7faff;
  border-radius: 16px;
  padding: 16px 8px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,116,217,0.04);
}
.step img {
  width: 80%;
  height: auto;
  max-width: 260px;
  margin-bottom: 1rem;
}
.step p {
  margin: 4px 0;
  font-size: 1rem;
  color: #7AA6C6;
}
.step p:first-of-type{
  font-weight: 600;
}
.step p span{
  font-size: 1.4rem;
}
.mechanism-desc {
  margin-top: 5%;
}
@media screen and (max-width: 1440px) {
  .point1-text h5 {
    font-size: 1.8rem;
  }
  .point1-text p{
    font-size: 1.2rem;
  }
  .mechanism h5 {
    font-size: 7rem;
  }
  .mechanism p{
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1100px) {
  #point1, #point2, #point3 {
    padding-top: 10%;
  }
  .point1-text h5 {
    font-size: 1.6rem;
  }
  .point1-text .note{
    font-size: 0.6rem;
  }
  .point1-text p{
    font-size: 1rem;
  }
  .mechanism h5 {
    font-size: 5rem;
  }
  .mechanism p{
    font-size: 1rem;
    font-weight: 500;
  }
}
@media  screen and (max-width:900px) {
  .point1-content{
    gap: 2rem;
  }
  .point1-text {
    width: 50%;
  }  
}
@media (max-width: 768px) {
  #point1{
    padding-top: 15%;
  }
  #point1, #point2, #point3 {
    padding: 10% 5%;
  }
  .point-label{
    font-size: 1.6rem;
  }
  .point1-content {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .point1-img{
    width: 90%;
  }
  .step-box {
    flex-direction: column;
    gap: 2rem;
    margin: 10% auto;
  }
  .point1-header {
    position: static;
    text-align: right;
    margin-bottom: 8px;
  }
  .point1-text {
    width: 80%;
    margin-bottom: 5%;
  }
  .mechanism{
    width: 90%;
    margin: 0 auto;
  }
  .mechanism h5{
    font-size: 4rem;
    padding-top: 5%;
  }
}
@media (max-width: 500px) {
  #point1, #point2, #point3 {
    width: 90%;
    padding-top: 20%;
  }
  .point-label{
    font-size: 1.4rem;
  }
  .point1-text h5 {
    font-size: 1.4rem;
  }
  .point1-text{
    width: 90%;
  }
  .point1-img{
    width: 100%;
  }
  .mechanism h5{
    font-size: 2.5rem;
  }
  .step-box{
    margin-bottom: 15%;
  }
}
@media (max-width: 375px) {
  .point1-text h5 {
    font-size: 1.2rem;
  }
  .mechanism p {
    font-size: 0.9rem;
  }
}
/* point2 */
.point2-section h5{
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
.point2-content {
  margin: 5% auto 0;
  position: relative;
}
.table1 {
  background: #7AA6C6;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  min-width: 220px;
  max-width: 1000px;
  width: 90%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(122, 166, 198, 0.08);
  border: 1px solid #7AA6C6;
  margin: 0 auto 2%;
}
.table1 .table-title {
  background: #fff;
  color: #7AA6C6;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0.5rem;
  letter-spacing: 0.05em;
}
.table1 .table-column1 {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0.5em;
  gap: 0.5rem;
}
.table1 .table-column1 > div {
  flex: 1 1 30%;
  min-width: 90px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.table1 .table-column1 > div:nth-child(-n+3) {
  margin-bottom: 0.5em;
}
.plus {
  font-size: 2.5rem;
  color: #555;
  font-weight: 900;
  text-align: center;
}
.table2 {
  background: #EDA235;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  min-width: 220px;
  max-width: 1000px;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 2% auto;
  box-shadow: 0 2px 8px rgba(122, 166, 198, 0.08);
  border: 1px solid #EDA235;
}
.table2 .table-title {
  background: #fff;
  color: #EDA235;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0.5rem;
  letter-spacing: 0.05rem;
}
.table2 .table-column2 {
  display: flex;
  justify-content: space-between;
  padding: 0.7em 0.5em;
  gap: 0.5em;
}
.table2 .table-column2 > div {
  flex: 1;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0 0.2em;
}
.table2 h6 {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 1rem 0 0.5rem;
  color: #fff;
}
.table2 ul {
  font-size: 0.8rem;
  padding-bottom: 1rem;
  text-align: center;
  width: 60%;
  margin: auto;
}
.table2 li {
  margin-bottom: 0.1rem;
}
.point2-txt{
  width: 90%;
  margin: auto;
}
.ppoint2-img{
  display: flex;
  gap: 3%;
  justify-content: center;
  margin-top: 3%;
}
.ppoint2-img img{
  width: 30%;
  box-shadow: 0 2px 8px rgba(0, 116, 217, 0.04);
}
.point2-txt p{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 5%;
}
.note-box {
  display: flex;
  justify-content: end;
}
.note-box p{
  font-size: 0.8rem;
  margin-left: 0.5rem;
}
.point2-btn{
  margin: 5% auto 0;
  text-align: center;
}
.point2-btn a{
  background-color: #7AA6C6;
  display: inline-block;
  padding: 1rem 2.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 40px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}
.point2-btn a:hover {
  background: #2d3a4a;
  color: #fff;
  box-shadow: 0 4px 24px rgba(159,186,205,0.18);
  transform: translateY(-2px) scale(1.04);
}
@media screen and (max-width: 1100px) {
  .point2-section h5{
    font-size: 1.6rem;
  }
  .table1 .table-title,.table2 .table-title{
    font-size: 1.4rem;
  }
  .table1 .table-column1 > div{
    font-size: 1rem;
  }
  .table2 h6{
    font-size: 1.2rem;
  }
  .table2 ul{
    font-size: 0.6rem;
  }
  .point2-txt p{
    font-size: 1rem;
    margin-top: 10%;
    font-weight: 500;
  }
  .note-box p {
    font-size: 0.7rem;
  }
}
  @media (max-width: 900px) {
    .point2-content {
      flex-direction: column;
      gap: 1.5rem;
      margin-top: 10%;
    }
    .plus {
      margin: 1rem 0;
    }
    .table1, .table2 {
      width: 90vw;
      min-width: 0;
      max-width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .table1 .table-column1 > div {
      flex: 1 1 40%;
    }
    .table2 .table-column2 {
      flex-direction: column;
    }
    .column1,.column2{
      border-bottom: 1px solid;
    }
    .ppoint2-img{
      flex-direction: column;
    }
    .ppoint2-img img{
      width: 100%;
      margin-bottom: 5%;
  }
}
@media screen and (max-width: 500px) {
  .point2-section h5 {
    font-size: 1.4rem;
  }
  .table1 .table-title, .table2 .table-title {
    font-size: 1.2rem;
  }
  .table1 .table-column1 > div{
    flex: 1 1 50%;
    border-bottom: 1px solid;
    padding-bottom: 0.5rem;
  }
  .table1 .table-column1 > div:last-of-type{
    border-bottom: 0;
  }
  .point2-txt{
    width: 100%;
  }
  .point2-btn{
    margin-top: 10%;
  }
  .point2-btn a{
    font-size: 1rem;
    padding: 1rem 2rem;
  }
  .note-box p{
    margin-top: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .point2-section h5 {
    font-size: 1.1rem;
  }
}
/* point3 */
.point3-section h5{
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
}
.point3-section h5 span{
  font-size: 2.2rem;
}
.point3-section .free-box{
  display: flex;
  margin: 5% auto 0;
  justify-content: center;
  gap: 1rem;
}
.free-img{
  width: 60%;
}
.free-img img{
  border-radius: 0 15% 0 15%;
}
.free-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  width: 40%;
}
.free-list > div {
  background-image: url(../img/point3-dez.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35%;
  height: 35%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 600; 
  text-align: center;  
}
@media (min-width:2000px) {
  .point-top {
    margin-bottom: 5%;
  }
  #point1, #point2, #point3 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 1300px) {
  .point3-section .free-box{
    flex-direction: column-reverse;
  }
  .free-img{
    width: 90%;
    margin: 0 auto;
  }
  .free-list{
    width: 90%;
    margin: 0 auto 5%;
  }
  .free-list> div{
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .point3-section h5{
    font-size: 1.2rem;
  }
  .point3-section h5 span {
    font-size: 1.8rem;
  }
  .free-list > div{
    font-size: 1rem;
  }
  .free-list{
    gap: 0.5rem;
  }
}
@media (max-width: 700px) {
  .free-list > div {
    width: 80px;
    height: 80px;
    font-size: 0.9rem;
  }
  #point3 .free-card {
    min-width: 0;
    font-size: 1.1rem;
    padding: 1.2rem 0.8rem;
  }
  #point3::before {
    width: 100px;
    height: 100px;
    right: 1vw;
    bottom: 1vw;
  }
}
@media (max-width: 500px) {
  .point2-txt p br{
    display: none;
  }
  .free-list > div{
    width: 100px;
    height: 100px;
  }
  .free-img{
    width: 100%;
  }
}
@media (max-width: 375px) {
  .point2-txt p {
    font-size: 0.9rem;
  }
}
/*----------------------------
* cleansing-type
*----------------------------*/
.type-ttl{
  text-align: center;
}
.type-ttl h3{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3%;
}
.type-ttl p{
  font-size: 1.6rem;
}
.type-ttl p span{
  color: #7AA6C6;
  font-weight: 600;
  font-size: 1.8rem;
}
.type-slider{
  background: #e6f0fc;
  padding-top: 1%;
  margin-top: 10%;
  position: relative;
}
.type-slider::before{
  content: "";
  display: block;
  width: 100vw;
  height: 15vh;
  background-image: url(../img/type-bg-top.png);
  background-size: cover;
  position: absolute;
  top: -5%;
}
.type-slider::after{
  content: "";
  display: block;
  width: 100vw;
  height: 15vh;
  background-image: url(../img/type-bg-top.png);
  background-size: cover;
  position: absolute;
  bottom: -5%;
  transform: scale(1, -1);
}
.type-flex{
 display: flex;
 width: 80%;
 margin: 5% auto 2%;
 max-width: 1280px;
  gap: 2rem;
  justify-content: center;
}
.slider-bl {
  padding-top: 5%;
}
.slider-bk {
  padding: 5% 0;
}
.type-img{
  width: 40%;
  align-content: end;
  max-width: 500px;
  position: relative;
}
.type-img::after{
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  background-image: url(../img/type-w-smell.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5%;
  left: -5%;
}
.slider-bl .type-img::after{
  background-image: url(../img/type-bl-smell.png);
}
.slider-bk .type-img::after{
  background-image: url(../img/type-bk-smell.png);
}
.type-txt{
  width: 45%;
}
.type-txt-top img{
  width: 50%;
  max-width: 330px;
}
.type-txt-top p{
  font-size: 1.6rem;
  margin-top: 3%;
  font-weight: 600;
}
.type-txt-top .note{
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
.type-txt-top .note span{
  margin-left: 0.25rem;
  font-weight: 400;
}
.type-txt-bottom{
  border: 1px solid;
  position: relative;
  border-radius: 15px;
  margin: 8% 0 5%;
  padding: 6% 2% 3%;
  display: flex;
  justify-content: center;
}
.type-txt-bottom h5{
  position: absolute;
  top: -18%;
  background: #7aa6c6;
  padding: 0.5rem 2rem;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 30px;
  left: 2%;
}
.slider-bl h5{
  background: #008a92;
  top: -25%;
}
.slider-bk h5{
  background: #eda235;
  top: -25%;
}
.type-txt-bottom div{
  width: 30%;
}
.type-txt-bottom div p{
  font-size: 1.1rem;
  font-weight: 600;
}
.type-txt-bottom div span{
  font-size: 0.7rem;
}
/* --- アコーディオンメニュー --- */
.standard-box{
  margin: 0 auto;
  width: 80%;
  max-width: 1080px;
}
.accordion-003 {
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}
.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #000000b3;
  border-right: 3px solid #000000b3;
  content: '';
  transition: transform .3s;
}
.accordion-003[open] summary::after {
  transform: rotate(225deg);
}
.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  font-size: 0.8rem;
}
.accordion-003[open] p {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 1300px) {
  .type-flex{
    width: 90%;
  }
  .type-img::after{
    width: 8rem;
    height: 8rem;
  }
  .type-txt-top p{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .type-ttl h3 {
    font-size: 1.8rem;
    padding-top: 5%;
  }
  .type-ttl p {
    font-size: 1.2rem;
  }
  .type-txt-top p{
    font-size: 1.2rem;
  }
  .type-ttl p span{
    font-size: 1.6rem;
  }
  .type-txt-top .note {
    font-size: 0.6rem;
  }
  .type-txt-bottom h5{
    top: -20%;
    font-size: 1rem;
    padding: 0.25rem 1.75rem;
  }
  .type-txt-bottom div p{
    font-size: 0.9rem;
    font-weight: 600;
  }
  .type-txt-bottom div span{
    font-size: 0.6rem;
  }
  .type-img::after{
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 900px) {
  .type-img::after{
    width: 6rem;
    height: 6rem;
  }
  .type-txt-bottom{
    gap: 0.5rem;
  }
  .type-slider::before,
  .type-slider::after{
    height: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .type-slider::before{
    top: -2%;
  }
  .type-flex{
    flex-direction: column-reverse;
    align-items: center;
  }
  .type-img{
    width: 80%;
    max-width: 360px;
  }
  .type-txt{
    width: 80%;
  }
  .type-txt-top br{
    display: none;
  }
  .type-img::after {
    width: 7rem;
    height: 7rem;
    bottom: 0%;
    left: -12%;
  }
  .type-txt-bottom{
    padding: 5% 2% 3%;
  }
  .type-slider::after{
    bottom: -2%;
  }
}
@media screen and (max-width: 500px) {
  .type-ttl h3{
    font-size: 1.4rem;
    padding-top: 10%;
  }
  .type-ttl p{
    margin-bottom: 10%;
    font-size: 1rem;
  }
  .type-ttl p span{
    font-size: 1.4rem;
  }
  .type-slider{
    margin-top: 20%;
  }
  .type-slider::before, .type-slider::after {
    height: 15vw;
  }
  .type-txt{
    width: 90%;
  }
  .type-txt-top img{
    width: 60%;
  }
  .type-txt-top p{
    margin: 5% auto;
  }
  .type-txt-bottom {
    padding: 10% 3% 6%;
  }
  .type-txt-bottom h5 {
    top: -14%;
  }
  .type-img::after {
    width: 6rem;
    height: 6rem;
    bottom: -5%;
  }
  .standard-box{
    width: 90%;
    margin: 5% auto;
  }
}
@media screen and (max-width: 375px) {
  .type-txt {
    width: 100%;
  }
  .type-img::after {
    width: 5rem;
    height: 5rem;
  }
  .type-txt-top br{
    display: block;
  }
}
/*----------------------------
* onne line store
*----------------------------*/
#on-line h3{
  margin-top: 10%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  font-family: "futura-pt", sans-serif;
}
#on-line h3 span{
  margin-right: 0.5rem;
}
.online-btn {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 3% 5%;
  flex-wrap: wrap;
}
.online-btn a {
  display: inline-block;
  background: #7aa6c6;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1em 2.5em;
  border-radius: 30px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  border: none;
  outline: none;
  margin-bottom: 0.5rem;
}
.online-btn a:hover {
  opacity: 1;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
@media screen and (max-width: 1100px) {
  #on-line h3{
    margin-top: 15%;
  }
}
@media (max-width: 840px) {
  #on-line h3 {
    font-size: 1.8rem;
  }
  .online-btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    max-width: 350px;
    margin: 5% auto;
  }
  .online-btn a {
    flex: 1 1 45%;
    min-width: 120px;
    max-width: 48%;
    box-sizing: border-box;
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .online-btn a:nth-child(odd) {
    margin-right: 0.7rem;
  }
  .online-btn a:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  #on-line h3 {
    margin: 25% 0 5%;
  }
  .online-btn{
    width: 90%;
    max-width: 280px;
  }
  .online-btn a:nth-child(odd){
    margin-right: 0;
  }
  .online-btn a{
    font-size: 0.9rem;
  }
}
/*----------------------------
* how to use
*----------------------------*/
#how-to{
  margin: 0 auto;
  text-align: center;
}
#how-to h3{
  margin-top: 5%;
  font-size: 2rem;
  font-weight: 600;
  font-family: "futura-pt", sans-serif;
}
#how-to h3 span{
  margin-right: 0.5rem;
}
#how-to > p{
  text-align: center;
  margin: 3% auto;
  font-size: 1.2rem;
}
.how-to-mv p {
  font-size: 1rem;
  font-weight: 600;
  color: #7aa6c6;
  text-align: center;
  animation: blinkLoop 2s ease-in-out infinite;
}
.how-to-mv p::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 1rem;
  background-color: #7AA6C6;
  transform: rotate(-30deg);
  left: -1rem;
  position: relative;
}
.how-to-mv p::after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 1rem;
  background-color: #7AA6C6;
  transform: rotate(30deg);
  left: 0.5rem;
  position: relative;
}
@keyframes blinkLoop {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.youtube {
  width: 40%;
  margin: 1% auto 5%;
}
.youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: none;
}
@media screen and (max-width: 1100px) {
  #how-to h3{ 
    margin-top: 10%;
  }
  #how-to > p{
    font-size: 1rem;
  }
  .youtube{
    margin-bottom: 10%;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #how-to h3{
    font-size: 1.8rem;
  }
  .youtube{
    margin-top: 3%;
    width: 70%;
  }
  #how-to > p{
    margin: 5% 10%;
  }
}
@media screen and (max-width: 500px) {
  #how-to > p {
    font-size: 0.9rem;
    margin: 5%;
  }
  .youtube{
    width: 80%;
    margin: 5% auto 15%;
  }
}
/*----------------------------
* footer
*----------------------------*/
footer {
  background: #9FBACD;
  color: #fff;
  padding: 3rem 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  z-index: 1;
  position: relative;
}

footer .ft-flex {
  max-width: 1100px;
  margin: 0 auto 1rem auto;
  flex-wrap: wrap;
}

footer .ft-box1 ul,
footer .ft-box2 ul {
  display: flex;
  margin: 0 auto;
  gap: 2rem;
  justify-content: center;
}

footer .ft-box1 ul li,
footer .ft-box2 ul li {
  margin-bottom: 1.2rem;
}

footer .ft-box1 ul li a,
footer .ft-box2 ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.3em 0.7em;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
footer .ft-box1 ul li a:hover{
  color: #2d3a4a;
}
footer .ft-box2 ul li :hover {
  background: #2d3a4a;
}
footer .ft-box2 ul li a{
  border: 1px solid #fff;
  text-align: center;
  padding: 0.7em 1.2em;
  border-radius: 8px;
  margin-bottom: 0.7em;
}
footer .ft-box2 ul li a br{
  display: none;
}
footer .ft-info {
  text-align: center;
  color: #222;
  font-size: 0.95em;
}
footer .ft-info p {
  font-size: 0.9rem;
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
footer .ft-info address {
  font-style: normal;
  color: #222;
  margin-top: 0.2rem;
}
footer .ft-info li {
  margin-bottom: 0.7rem;
}
@media (max-width: 700px) {
  footer .ft-flex {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  footer .ft-box1 ul li,
  footer .ft-box2 ul li {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 500px) {
  footer .ft-box1 ul, footer .ft-box2 ul {
    width: 90%;
    gap: 1rem;
  }
}
@media (max-width: 375px) {
  footer .ft-info h2 {
    font-size: 0.8rem;
  }
  footer .ft-box2 ul li a{
    padding: 0.7em 1.8em;
  }
  footer .ft-box2 ul li a br{
    display: block;
  }
}



