﻿
  .main-area {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    box-sizing: border-box;
    overflow: clip;
    background-color: #fff;
    color: #555555;
    letter-spacing: 0.03em;
  }

  .main-area img {
    width: 100%;
    height: auto;
  }

  .main-area .sp_only {
    display: block;
  }

  .main-area .pc_only {
    display: none;
  }

  .main-area .sec {
    width: 100%;
    position: relative;
  }

  .main-area .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-area .grid_box {
    display: grid;
  }

  .main-area .position_box {
    position: relative;
  }


/************** js **************/
  .js_imgFadeIn {
    opacity: 0;
    transition: transform .8s ease-in-out, opacity .8s ease-in-out;
    transform: translateY(80px);
  }

  .imgAnimated{
    opacity: 1;
    transform: translateY(0);
  }

/************** common **************/
  .main-area {
    margin-bottom: calc(75* (100vw /375));
  }

  /*** font ***/
  .mv_text,
  .sec01 h2,
  .sec_text,
  .main-area h3,
  .main-area .look__caption .tag-list .color_ttl,
  .main-area .look__caption .tag-list li a {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
  }

  .main-area .sec_btn a {
    font-family: "fot-tsukuardgothic-std", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
  }

  .sec_text {
    font-size: calc(14* (100vw /375));
    letter-spacing: 0.025em;
    line-height: 1;
    text-align: center;
  }

  /*** video ***/
  .main-area .sec_img {
    position: relative;
  }

  .main-area .img_video {
    position: relative;
    pointer-events: none;
    padding:0 0 36.46%;
  }

  .main-area .img_video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    pointer-events: none;
  }

/************** before,after **************/

  
/************** mv **************/
  .main-area .mv {
    margin: 0 auto;
    padding-bottom: calc(25* (100vw /375));
    background-color: #E6ECEC;
  }

  .main-area .mv h2 {
    margin: 0 auto;
  }

  .main-area .mv_text {
    margin: 0 auto calc(25* (100vw /375));
    width: calc(246* (100vw /375));
  }
  
  .mv_sub_box {
    margin: 0 auto;
    width: calc(325* (100vw /375));
  }

  .mv_sub_box li {
    width: calc(155* (100vw /375));
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: calc(13* (100vw /375)) 0;
  }

  .mv .sec_text {
    line-height: 1.3;
  }

/************** sec01 **************/
  .sec01 {
    margin: 0 auto;
    padding: calc(167* (100vw /375)) 0 calc(118* (100vw /375));
    position: relative;
  }

  .sec01::before,
  .sec01::after  {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/sp/bg01.jpg);
    width: 100%;
    height: calc(73* (100vw /375));
  }

  .sec01::before {
    top: 0;
  }

  .sec01::after {
    top: auto;
    bottom: 0;
    transform:rotateX(180deg);
  }

  .sec01 h3 {
    margin-bottom: calc(16* (100vw /375));
  }

  .sec01 h3 p:nth-of-type(1) {
    margin-bottom: calc(15* (100vw /375));
    font-size: calc(25* (100vw /375));
    line-height: 1.5;
    text-align: center;
  }

  .sec01 h3 p:nth-of-type(2) {
    font-size: calc(14* (100vw /375));
    line-height: 1.5;
    text-align: center;
    color: #88ACAC;
    /* font-family: var(--yugothic); */
  }

  .img03 {
    margin: 0 auto calc(85* (100vw /375));
    width: calc(360* (100vw /375));
  }

  /*** sec01_sub_box ***/
  .sec01_sub_box {
    margin: 0 auto calc(50* (100vw /375));
    width: calc(325* (100vw /375));
    display: flex;
    align-items: center;
    gap: calc(50* (100vw /375)) 0;
    flex-direction: column;
  }

  .sec01_sub_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sec01_sub_box .number {
    margin-bottom: calc(10* (100vw /375));
  }

  .sec01_sub_box li p:nth-of-type(2) {
    margin-bottom: calc(17* (100vw /375));
  }

  .sec01_sub_box .sec_img {
    margin-bottom: calc(14* (100vw /375));
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);;
  }

  .sec01_sub_box .number {
    font-size: calc(60* (100vw /375));
    color: #BDD3D3;
  }

  .sec01_sub_box li p:nth-of-type(2) {
    font-size: calc(24* (100vw /375));
  }

  .sec01_sub_box li p:nth-of-type(3) {
    text-align: left;
    line-height: 1.8;
    width: 100%;
  }


/************** sec02 **************/
  .sec02 {
    margin: 0 auto ;
    padding: calc(32* (100vw /375)) 0 0;
    background-color: #E6ECEC;
    position: relative;
  }

  .sec02 h3 {
    margin-bottom: calc(24* (100vw /375));
    font-size: calc(25* (100vw /375));
    line-height: 1.5;
    text-align: center;
  }

  /*** box01 ***/
  .sec02 .sec_box {
    margin: 0 auto calc(75* (100vw /375));
    width: calc(325* (100vw /375));
  }

  .sec02 .sec_box:nth-of-type(1) {
    margin: 0 auto calc(56* (100vw /375));
  }

  .sec02 .sec_box:nth-of-type(2) {
    margin: 0 auto calc(76* (100vw /375));
  }

  .sec02 .sec_box:nth-of-type(3) {
    margin: 0 auto calc(45* (100vw /375));
  }

  .sec02 .sec_box .sec_img {
    margin-bottom: calc(13* (100vw /375));
  }
  
  .sec02 .sec_box .sec_text {
    /* font-family: var(--yugothic); */
    line-height: 1.8;
  }
  
  .sec02 .sec_box .sec_img.img10 {
    margin-bottom: calc(108* (100vw /750));
  }


/************** Summary_box **************/
  .Summary_box {
    margin: 0 auto calc(80* (100vw /375));
    padding-top: calc(173* (100vw /375));
    position: relative;
  }

  .Summary_box::after {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/sp/bg01.jpg);
    width: 100%;
    height: calc(73* (100vw /375));
  }

  .Summary_box::after {
    top: 0;
  }

  .Summary_box .sec_inner {
    margin: 0 auto;
    width: calc(325* (100vw /375));
  }

  .Summary_box h3 {
    margin-bottom: calc(47* (100vw /375));
    font-size: calc(25* (100vw /375));
    text-align: center;
  }

  .img11 {
    margin-bottom: calc(28* (100vw /375));
  }

  .Summary_box .sec_box dl {
    margin-bottom: calc(73* (100vw /375));
    /* font-family: var(--yugothic); */
  }

  .Summary_box .sec_box dl dt:not(:first-child) {
    margin-top: calc(14* (100vw /375));
  }

  .Summary_box .sec_box dl dt {
    margin-bottom: calc(8* (100vw /375));
    font-size: calc(18* (100vw /375));
    font-weight: 700;
  }

  .Summary_box .sec_box dl .text_bold {
    font-weight: 600;
  }

  .Summary_box .sec_box dl dd {
    font-size: calc(14* (100vw /375));
    font-weight: 500;
    line-height: 1.64;
  }

  .Summary_box .sec_box  {
    margin: 0 auto calc(114* (100vw /375));
  }

/************** btn **************/
  .main-area .sec_btn {
    margin: 0 auto;
    padding: 0 0 calc(26* (100vw /375));
  }

  .main-area .sec_btn a {
    margin: 0 auto;
    font-size: calc(17* (100vw /375));
    letter-spacing: 0.03em;
    font-weight: 700;
    width: calc(325* (100vw /375));
    max-width: calc(325* (100vw /375));
    height: calc(80* (100vw /375));
    max-height: calc(80* (100vw /375));
    background-color: #88ACAC;
    font-family:var(--noto-sans);
    color: #fff;
    border-radius: 80px;
    border: #88ACAC 2px solid;
    gap: 0 calc(25* (100vw /375));
  }

  .main-area .sec_btn a .triangle {
    background: #ffffff;
    height: calc(10px / 2 * tan(60deg));
    width: 5px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: inline-block;
  }

  /* .main-area .sec_btn a:last-child {
    margin-top: calc(25* (100vw /375));
    background-color: transparent;
    color: #6A5445;
  } */
  


/* ===============================================
### PC用デザイン###
=============================================== */
@media screen and (min-width:768px) {

  .main-area .sp_only {
    display: none;
  }

  .main-area .pc_only {
    display: block;
  }

  .main-area .sec {
    /* width: min(100%, 124rem); */
    /* padding: 0 2rem; */
  }

  .main-area .flex_box_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }


/************** js **************/
  .sec01_sub_box li:nth-of-type(2).js_imgFadeIn {
    transition-delay: .2s!important;
  }

  .sec01_sub_box li:nth-of-type(3).js_imgFadeIn {
    transition-delay: .4s!important;
  }

/************** common **************/
  .main-area {
    margin-bottom: 13rem;
  }

  .sec_text {
    font-size: 1.6rem;
  }


/************** mv **************/
  .main-area .mv {
    margin: 0 auto;
    padding: 3.0rem 0 12.5rem;
    background: url(../img/pc/bg01.jpg) no-repeat bottom / 100% 45%;
    background-color: #E6ECEC;
  }

  .main-area .mv h2 {
    margin: 0 auto ;
    /* width: min(100%, 144rem);
    padding: 0 2rem; */
  }

  .main-area .mv_text {
    margin: 0 auto 4.7rem;
    width: 36.6rem;
  }

  .mv_sub_box {
    margin: 0 auto;
    width: 65.5rem;
  }

  .mv_sub_box li {
    width: 31rem;
    gap: 2.5rem 0;
  }

  .mv .sec_text {
    font-size: 2.4rem;
    line-height: 1.3;
  }

/************** sec01 **************/
  .sec01 {
    margin: 0 auto;
    padding: 12.2rem 0 10.7rem;
    position: relative;
  }

  .sec01::before,
  .sec01::after  {
    content: none;
  }

  .sec01::after {
    content: none;
  }

  .sec01 h3 {
    margin: 0;
  }

  .sec01 h3 p:nth-of-type(1) {
    margin-bottom: 1.6rem;
    font-size: 3.4rem;
    line-height: 1.5;
  }

  .sec01 h3 p:nth-of-type(2) {
    font-size: 1.8rem;
    line-height: 1;
  }

  .img03 {
    margin: 0 auto 14rem;
    width: 100rem;
  }

  /*** sec01_sub_box ***/
  .sec01_sub_box {
    margin: 0 auto 5.0rem;
    width: 100rem;
    display: flex;
    align-items: flex-start;
    gap: 0;
    justify-content: space-between;
    flex-direction: row;
  }

  .sec01_sub_box li {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 31rem;
  }

  .sec01_sub_box .number {
    margin-bottom: .8rem;
    font-size: 6.0rem;
  }

  .sec01_sub_box li p:nth-of-type(2) {
    margin-bottom: 1.8rem;
    font-size: 2.4rem;
  }

  .sec01_sub_box li p:nth-of-type(3) {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .sec01_sub_box .sec_img {
    margin-bottom: 1.4rem;
  }


/************** sec02 **************/
  .sec02 {
    margin: 0 auto 0;
    padding: 12.4rem 0 12.8rem;
    background-color: #E6ECEC;
    background: url(../img/pc/bg02.jpg) no-repeat top / 100% 100%;
  }

  .sec02 h3 {
    margin-bottom: 5.5rem;
    font-size: 3.4rem;
    line-height: 1.25;
    text-align: center;
  }

  /*** box01 ***/
  .sec02 .sec_box {
    margin: 0 auto 9.2rem;
    width: 100rem;
  }

  .sec02 .sec_box:nth-of-type(1) {
    margin: 0 auto 7.3rem;
  }

  .sec02 .sec_box:nth-of-type(2) {
    margin: 0 auto 12.3rem;
  }

  .sec02 .sec_box:nth-of-type(3) {
    margin: 0 auto 5.2rem;
  }

  .sec02 .sec_box .sec_img {
    margin: 0 auto 1.3rem;
    width: 100rem;
  }

  .sec02 .sec_box .sec_img.img10 {
    margin-bottom: 6.3rem;
  }

  .sec02 .sec_box .sec_text {
    line-height: 1.8;
    font-size: 1.8rem;
  }


/************** Summary_box **************/
  .Summary_box {
    padding-top: 13rem;
    margin-bottom: 0;
    width: 100%;
  }

  .Summary_box::after  {
    content: none;
  }

  .Summary_box .sec_inner {
    margin: 0 auto 8rem;
    width: 107.4rem;
  }

  .Summary_box h3 {
    margin-bottom: 7.6rem;
    font-size: 3.4rem;
    text-align: center;
  }

  .img11 {
    margin: 3.7rem 0 0 3.7rem;
    width: 50rem;
  }

  .Summary_box .sec_box dl {
    margin-bottom: 0;
    width: 49.2rem;
    /* font-family: var(--yugothic); */
  }

  .Summary_box .sec_box dl dt:not(:first-child) {
    margin-top: 2.3rem;
  }

  .Summary_box .sec_box dl dt {
    margin-bottom: .8rem;
    font-size: 2.2rem;
    font-weight: 700;
  }

  .Summary_box .sec_box dl dd {
    margin-bottom: .75rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
  }

  .Summary_box .sec_box dl dd p {
    width: max-content;
    line-height: 1.5;
  }

  .Summary_box .sec_box dl dd p:nth-of-type(1) {
    width: 26.5%;
  }

  .Summary_box .sec_box  {
    margin: 0 auto 13rem;
  }


/************** btn **************/
  .main-area .sec_btn {
    margin: 0 auto;
    padding: 0;
  }

  .main-area .sec_btn a {
    margin: 0 auto;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    font-weight: 700;
    width: 33rem;
    max-width: 33rem;
    height: 8.0rem;
    max-height: 8.0rem;
    border-radius: 80px;
    border: #88ACAC 2px solid;
    gap: 0 2rem;
  }

  .main-area .sec_btn a .triangle {
    background: #ffffff;
    height: calc(10px / 2 * tan(60deg));
    width: 5px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: inline-block;
  }

  /* .main-area .sec_btn a:last-child {
    margin-top: 2.5rem;
    background-color: transparent;
    color: #6A5445;
  } */


  
}
/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}



/************** youtube **************/
  .Summary_box .sec_inner:nth-of-type(2) h3 {
    margin-bottom: calc(34* (100vw /375));
    white-space: nowrap;
  }

  .Summary_box .sec_inner:nth-of-type(2) .sec_text {
    margin-bottom: calc(20* (100vw /375));
  }

  .Summary_box .sec_inner:nth-of-type(2) .sec_text a {
    color: #88ACAC;
  }

  /*** movie ***/
  .main-area .movie_box {
    max-width: none;
    width: calc(656* (100vw /750));
    height: auto;
  }

  .main-area .youtube {
    height: calc(369* (100vw /750));
    overflow: hidden;
  }

  .main-area .youtube iframe {
    display: block;
    width: calc(656* (100vw /750));
    height: calc(369* (100vw /750));
  }

  .main-area .youtube_box:nth-of-type(1) {
    margin-bottom: calc(14* (100vw /375));
  }

  .main-area iframe {
    width: calc(656* (100vw /750));
    height: calc(369* (100vw /750));
  }

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

  .Summary_box .sec_inner:nth-of-type(2) h3 {
    margin-bottom: 5.5rem;
  }

  .Summary_box .sec_inner:nth-of-type(2) .sec_text {
    margin-bottom: 3.3rem;
  }

  /*** movie ***/
  .main-area .movie_box {
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    border: none;
  }

  .main-area .youtube_box:nth-of-type(1) {
    margin-bottom: 0;
  }

  .main-area .movie {
    width: 100%;
    height: auto;
  }

  .main-area .youtube_box {
    width: 52rem;
  }

  .main-area .youtube {
    position: relative;
    top: auto;
    padding-bottom: 0;
    height: 0;
    z-index: 2;
  }

  .main-area .youtube iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 64rem;
    height: 36rem;
  }

  .main-area iframe {
    width: 52rem;
    height: 36rem;
  }
}


