@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+JP:wght@100;400;500;700&family=Noto+Serif+JP:wght@200..900&display=swap");

/* ========== Base ========== */
.c5-featureWrap{font-family:'Noto Sans JP',sans-serif;overflow-x:hidden;}
.c5-serif{font-family:"Noto Serif JP",serif;}
a{margin:0;padding:0;}
.s5-returnToTop{margin:0!important;}
.c5-only-sp{display:none!important;}
.c5-container{padding-top:0!important;}

@media screen and (max-width:640px){
  .c5-only-pc{display:none!important;}
  .c5-only-sp{display:block!important;}
}

/* ========== Spacing utils ========== */
.c5-mgtop230{margin-top:230px!important;}
.c5-mgtop190{margin-top:190px!important;}
.c5-mgtop170{margin-top:170px!important;}
.c5-mgtop155{margin-top:155px!important;}
.c5-mgtop150{margin-top:150px!important;}
.c5-mgtop140{margin-top:140px!important;}
.c5-mgtop120{margin-top:120px!important;}
.c5-mgtop110{margin-top:110px!important;}
.c5-mgtop100{margin-top:100px!important;}
.c5-mgtop95{margin-top:95px!important;}
.c5-mgtop90{margin-top:90px!important;}
.c5-mgtop80{margin-top:80px!important;}
.c5-mgtop70{margin-top:70px!important;}
.c5-mgtop65{margin-top:65px!important;}
.c5-mgtop60{margin-top:60px!important;}
.c5-mgtop50{margin-top:50px!important;}
.c5-mgtop45{margin-top:45px!important;}
.c5-mgtop40{margin-top:40px!important;}
.c5-mgtop35{margin-top:35px!important;}
.c5-mgtop30{margin-top:30px!important;}
.c5-mgtop25{margin-top:25px!important;}
.c5-mgtop20{margin-top:20px!important;}
.c5-mgtop15{margin-top:15px!important;}
.c5-mgtop10{margin-top:10px!important;}
.c5-mgtop8{margin-top:8px!important;}
.c5-mgtop5{margin-top:5px!important;}

/* ========== Main visual ========== */
.c5-cr-mainvisual{position:relative;overflow:hidden;margin:0 auto;font-size:0;width:100%;max-width:1200px;}
@media screen and (max-width:640px){
  .c5-cr-mainvisual{width:100%;height:auto;background:none;margin-top:0!important;}
}

/* ========== Containers & headings ========== */
.c5-read-bg{width:100%;min-width: 1625px; padding: .1px;background-image: url(../img/read-bg01.jpg),url(../img/read-bg02.jpg);background-repeat: no-repeat,no-repeat;background-size: 730px auto,765px auto;background-position: right top,left bottom;}
.c5-inner-700{width:90%;max-width:700px;margin:0 auto;padding:.1px;}
.c5-read-title{font-size:24px;line-height:1.875;text-align: center;font-weight: 500;}
.c5-read-text{font-size:16px;line-height:2;font-weight:500;}

@media screen and (max-width:1625px){
  .c5-read-bg{margin-left: calc(50% - 812.5px);}
}
@media screen and (max-width:780px){
  .c5-read-bg{margin-left:0;min-width:100%;background-image: url(../img/read-bg01_sp.jpg),url(../img/read-bg02_sp.jpg);background-size: 100% auto,100% auto;}
}
@media screen and (max-width:640px){
  .c5-read-title{font-size:5.2vw;margin-top:9.3vw!important;line-height:1.75;text-align: left;}
  .c5-read-text{font-size:3.59vw;line-height:2;margin-top:7vw!important;}
}

/* ========== Profile ========== */
.c5-profile-wrap{padding:30px 30px 30px 40px;background:#f2f2f2;display:flex;justify-content:space-between;align-items:flex-end;}
.c5-profile-text-wrap{width:70%;}
.c5-profile-title{font-size:16px;line-height:1.5;}
.c5-profile-text{font-size:12px;line-height:1.833;}
.c5-profile-img{width:25%;}

@media screen and (max-width:640px){
  .c5-profile-wrap{align-items:center;padding:4.93vw;flex-wrap:wrap;margin-top: 10vw!important;}
  .c5-profile-text-wrap{width:55%;}
  .c5-profile-title{font-size:4vw;line-height:1.83;}
  .c5-profile-img{width:40%;}
  .c5-profile-text{width:100%;line-height:1.75;font-size:2.78vw;margin-top:2.66vw!important;}
}

/* ========== Contents list ========== */
.c5-inner-477{width:100%;max-width:477px;margin:0 auto;padding-bottom:20px;border-bottom:1px solid #73632f;}
.c5-contents-img{width:115px;margin:0 auto;}
.c5-contents-list{font-size:16px;line-height:1.5;overflow: hidden;}
.c5-contents-list li{margin-top:10px;padding-left:23px;position:relative;transition:.5s;}
.c5-contents-list li::before{content:"";position:absolute;top:6px;left:0;width:15px;height:15px;background:linear-gradient(125deg,#875E00,#E4CD99);border-radius:40px;}
.c5-contents-list li a{text-decoration:underline;text-decoration-color:transparent;text-decoration-thickness:1px;transition:.3s;}
.c5-contents-list li a:hover{text-decoration-color:currentColor;}
.c5-contents-trivia-title {
  color: #73632f;font-size: 12px;font-weight: bold;position: relative;
}
.c5-contents-trivia-title::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #73632f;
  margin-left: 10px;
}
.c5-trivia-flex {
  display: flex;
  justify-content: space-between;
}
.c5-trivia-flex-reverse {
  display: flex;
  justify-content: space-between;
  flex-direction:row-reverse;
}
.c5-trivia-text {
  width: 64%;
}
.c5-trivia-text61 {
  width: 61%;
}
.c5-trivia-text31 {
  width: 31%;
}
.c5-trivia-text80 {
  width: 80%;
}
.c5-trivia-img {
  width: 33%;
}
.c5-trivia-img18 {
  width: 18%;
}
.c5-trivia-inner-flex {
  display: flex;
  align-items: center;
}
.c5-trivia-q {
  font-size: 16px;
  border: solid 1px #000;
  border-radius: 10px;
  padding: 17px 10px;
  white-space: nowrap;
}
.c5-triviak-q-text {
  font-size: 19px;
  margin-left: 15px;
  line-height: 1.5;
}


@media screen and (max-width:640px){
  .c5-inner-477{padding-bottom:4vw;}
  .c5-contents-img{width:27vw;margin-top:10vw!important;}
  .c5-contents-list{font-size:3.59vw;margin-top:3vw!important;}
  .c5-contents-list li{margin-top:3vw;padding-left:6vw;}
  .c5-contents-list li::before{width:3.46vw;height:3.46vw;top:1vw;}
  .c5-contents-trivia-title {font-size: 3.46vw;margin-top: 4.5vw!important;}
  .c5-trivia-flex,
  .c5-trivia-flex-reverse {display: block;margin-top: 10.6vw!important;}
  .c5-trivia-text,
  .c5-trivia-text61,
  .c5-trivia-text31,
  .c5-trivia-text80,
  .c5-trivia-img {
    width: 100%;
  }
  .c5-trivia-text61 {
    margin-top: 10.6vw;
  }
  .c5-trivia-text31 {
    margin-top: 10.6vw;
  }
  .c5-trivia-text31 .c5-cont-text {
    margin-top: 2vw!important;
  }
  .c5-trivia-img {
    margin-top: 6vw!important;
  }
  .c5-trivia-q {
    font-size: 3.46vw;
    padding: 3.8vw 2.13vw;
  }
  .c5-triviak-q-text {
    margin-left: 3.3vw;
    font-size: 4.18vw;
  }
  .c5-trivia-inner-flex {
    margin-top: 6vw!important;
  }
  .c5-trivia-sub-title {
    margin-top: 10.6vw!important;
  }
  .c5-trivia-flex.c5-mgtop15 {
    margin-top: 6.4vw!important;
  }
  .c5-trivia-img18 {
    margin-top: 0!important;
    width: 45%;
    margin-left: auto;
  }
  .c5-trivia-flex.c5-mgtop50{
    margin-top: 0!important;
  }
}

/* ========== Section backgrounds ========== */
#cont01{background:url(../img/cont01-bg.jpg) no-repeat top center;background-size:1160px;}
.cont02-03-bg{background:url(../img/cont02-03-bg.jpg) no-repeat;background-position:top 800px center;background-size:1600px;}
.cont05-06-bg{background:url(../img/cont05-06-bg.jpg) no-repeat;background-position:top 100px center;background-size:1460px;}

@media screen and (max-width:640px){
  #cont01{background:url(../img/cont01-bg_sp.jpg) no-repeat;background-position: top 30vw center; background-size:100%;}
  .cont02-03-bg{background:url(../img/cont02-03-bg_sp.jpg) no-repeat;background-position:top 200vw center;background-size:100%;}
  .cont04-05-bg{background:url(../img/cont04-05-bg_sp.jpg) no-repeat;background-position:top 208vw center;background-size:100%;}
}

/* ========== Content headings & text ========== */
.c5-cont-read{font-size:26px;line-height:1.615;text-align:center;color:#73632f;}
.c5-cont-title{font-size:22px;line-height:1.5;font-weight:500;text-align:center;padding-top:70px;position:relative;}
.c5-cont-title::before{content:"";position:absolute;width:2px;height:67px;top:0;left:calc(50% - 1px);background:linear-gradient(to bottom,#fff,#875E00);}
.c5-cont-text{font-size:16px;line-height:2;}
.c5-extra-cont-text{font-size:16px;line-height:1.9;}
.c5-inner-1200{width:100%;max-width:1200px;margin:0 auto;}
.c5-inner-1000{width:90%;max-width:1000px;margin:0 auto;}

@media screen and (max-width:640px){
  .c5-cont-read{font-size:4.53vw;margin-top:10.66vw!important;}
  .c5-cont-title{font-size:4.93vw;padding-top:17vw;margin-top: 10vw!important;}
  .c5-cont-title::before{width:.5vw;height:15vw;left:calc(50% - .25vw);}
  .c5-cont-text{font-size:3.5999999999999vw;margin-top:6.4vw!important;}
  .c5-extra-cont-text{font-size:3.2vw;margin-top:6.4vw!important;}
  .c5-inner-1200{width: 90%;margin-top: 6.6vw!important;}
  #cont02 img {
    margin-top: 6.6vw!important;
  }
  .cont05-06-bg {
    background:url(../img/cont05-06-bg_sp.jpg) no-repeat;background-position:top 7vw center;background-size:100%;
  }
}

/* ========== Asymmetry flex blocks ========== */
.c5-asy-flex{display:flex;justify-content:space-between;}
.c5-asy-flex-reverse {display:flex;justify-content:space-between;flex-direction:row-reverse;}

.c5-asy-flex li,
.c5-asy-flex-reverse li{width:48.5%;}
.c5-asy-min-text{width:90%;max-width:334px;}
.c5-asy-min2-text{width:90%;max-width:335px;margin-left:auto;}
.c5-asy-min3-text{width:90%;max-width:490px;margin-left:auto;}

@media screen and (max-width:640px){
  .c5-asy-flex,
  .c5-asy-flex-reverse{display:block;margin-top: 6.6vw!important;}
  .c5-asy-flex li,
  .c5-asy-flex-reverse li{width:100%;}
  .c5-asy-min-text,
  .c5-asy-min2-text,
  .c5-asy-min3-text{max-width:none;width:100%;}
}

/* ========== Figures & long text ========== */
.c5-asy-flex-text61{
  width: 61%!important;
}

.c5-asy-flex-img37 {
  width: 37%!important;
}

.c5-asy-flex-img43 {
  width: 43%!important;
}
.c5-asy-flex-img53 {
  width: 53%!important;
}

.c5-fixd-bg{width:100%;height:400px;clip-path:inset(0);}
.c5-fixd-bg::before{
  content:"";display:block;width:100%;height:100vh;position:fixed;top:0;left:0;z-index:-10;
  background-image:url(../img/fixd-bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;
}
@media screen and (max-width:640px){
  .c5-fixd-bg{height:53vw;margin-top:8.6vw!important;}
  .c5-fixd-bg::before{background-image:url(../img/fixd-bg_sp.jpg);}
  .c5-asy-flex-img37,
  .c5-asy-flex-img43,
  .c5-asy-flex-img53,
  .c5-asy-flex-text61 {
    width: 100%!important;
  }
  .c5-asy-flex-img37 {
    margin-top: 6.6vw;
  }
  .c5-asy-flex-img53 {
    margin-top: 8vw;
  }
  #cont06 .c5-inner-960 img{
    margin-top: 6.6vw;
  }
}

/* ========== Mid containers & captions ========== */
.c5-inner-935{width:100%;max-width:935px;margin:0 auto;}
.c5-img-caption{font-size:13px;line-height:1.5;}

@media screen and (max-width:640px){
  .c5-inner-935{width: 90%;}
  .c5-img-caption{margin-top:3.59vw!important;font-size:2.66vw;}
}

.c5-inner-width1060{width:90%;max-width:1060px;margin:0 auto;}
.c5-closing-text{font-size:19px;font-weight:500;line-height:2.2;}

@media screen and (max-width:640px){
  .c5-closing-text{font-size:4.26vw;margin-top:18.6vw!important;}
}

/* ========== Inner widths / banners ========== */
.c5-inner-800{width:90%;max-width:800px;margin:0 auto;padding:.1px;}
.c5-inner-960{width:90%;max-width:960px;margin:0 auto;padding:.1px;}
.c5-footer-bn-flex{display:flex;justify-content:space-between;}
.c5-footer-bn-flex li{width:32%;margin-top: 30px;}

@media screen and (max-width:640px){
  .c5-footer-bn-flex{flex-wrap: wrap;justify-content: center;}
  .c5-footer-bn-flex li{width:48%;margin-top: 3.8vw;}
  .c5-footer-bn-flex li:first-child{margin-right: 4%;}
  .c5-inner-960 {
    margin-top: 0!important;
  }
}

.c5-youtube-title {
  font-size: 21px;
  line-height: 2;
  color: #73632f;
  text-align: center;
  font-weight: 500;
}

/* ========== Recipe block ========== */
.c5-trivia-wrap{border:1px solid #73632f;padding-bottom:65px;margin: 0 auto;}
.c5-trivia-title{width:90%;max-width:810px;margin:0 auto;}
.c5-movie-text-btn{text-align:center;}
.c5-movie-text-btn a{font-size:16px;color:#73632f;padding:15px 40px;border:1px solid #73632f;border-radius:25px;display:inline-block;position:relative;}
.c5-movie-text-btn a::after{content:'';width:0;height:0;border-style:solid;border-width:6px 0 6px 8px;border-color:transparent transparent transparent #333;position:absolute;top:0;right:10px;bottom:0;margin:auto;}
@media screen and (max-width:1200px){
  .c5-trivia-wrap{width: 90%;}
}


@media screen and (max-width:640px){
  .c5-food-recipe-wrap{margin-top:11.73vw!important;padding-bottom:6.26vw;}
  .c5-youtube-inner{margin-top:5vw!important;}
  .c5-movie-text-btn-wrap{margin-top:6vw!important;}
  .c5-movie-text-btn{margin-top:6vw!important;}
  .c5-movie-text-btn a{font-size:3.2vw;padding:3.2vw 8vw;}
  .c5-movie-text-btn a::after{border-width:1.5vw 0 1.5vw 2vw;right:2vw;}
  .c5-youtube-title {
    font-size: 4.6vw;margin-top: 10vw!important;
  }
  .c5-trivia-wrap{width: 100%;margin-top: 19.3vw!important;padding-bottom: 8vw;}
  .c5-trivia-title {
    margin-top: 10.6vw!important;
  }
}

/* ========== Supervision block ========== */
.c5-supervision-read{font-size:21px;line-height:1.8;text-align:center;}
.c5-supervision-title{font-size:30px;line-height:1.8;}
.c5-supervision-flex{display:flex;justify-content:space-between;}
.c5-supervision-img{width:27%;}
.c5-supervision-text{width:70%;}

@media screen and (max-width:640px){
  .c5-supervision-read{font-size:4.6vw;margin-top:11.7vw!important;}
  .c5-supervision-title{font-size:6vw;margin-top: 6vw!important;text-align: center;}
  .c5-supervision-flex{display:block;margin-top:6.6vw!important;}
  .c5-supervision-flex.c5-mgtop80{
    margin-top: 14.7vw!important;
  }
  .c5-supervision-img{width:55%;margin:0 auto;}
  .c5-supervision-text{width:100%;}
}
.c5-supervision-ann{font-size:13px;line-height:1.92;}
.c5-supervision-ann span{font-size:12px;}
@media screen and (max-width:640px){
  .c5-supervision-ann{font-size:2.8vw;margin-top:5.3vw!important;}
  .c5-supervision-ann span{font-size:2.8vw;}
}

.c5-vod-ann{font-size:13px;line-height:1.5;}

@media screen and (max-width:640px){
  .c5-vod-ann{font-size:2.6vw;margin-top:4vw!important;}
}


/* ========== Extra (recommendations) ========== */
.c5-extra-outer{width:100%;background:#f0f0dc;padding:.1px .1px 120px;}
.c5-extra-title-wrap{text-align:center;}
.c5-extra-read{font-size: 24px;font-weight:500;color:#73632f;line-height: 1.35;}
.c5-extra-title{font-size:22px;font-weight:500;line-height:1;text-align:center;position:relative;padding:0 30px;display:inline-block;}
.c5-extra-title::before,
.c5-extra-title::after{content:'';width:16px;height:45px;background:url(../img/extra-title.svg) no-repeat;top:8px;position:absolute;}
.c5-extra-title::before{left:0;}
.c5-extra-title::after{right:0;transform:rotate(180deg);}
.c5-extra-title span{
  font-size: 42px;
}

.c5-extra-text{font-size:20px;line-height:1.95;}

@media screen and (max-width:640px){
  .c5-extra-outer{padding:.1px .1px 9.3vw;margin-top:10vw!important;}
  .c5-extra-title-wrap{margin-top:10vw!important;}
  .c5-extra-read{font-size: 5.3vw;}
  .c5-extra-title{font-size:4.93vw;padding:0 5vw;margin-top: 6vw!important;}
  .c5-extra-title::before,
  .c5-extra-title::after{width:3.59vw;height:10vw;top:.6vw;}
  .c5-extra-text{font-size:4.26vw;margin-top:8vw!important;}
  .c5-extra-title span{font-size: 8vw;}
}

.c5-extra-info{position:relative;width:100%;margin-top:40px;padding:90px 0 45px;background:#fff;}
.c5-extra-info-header{position:absolute;width:100%;top:0;left:0;}
.c5-extra-info-flex{display:flex;justify-content:space-between;}
.c5-extra-info-flex-img{width:26%;}
.c5-extra-info-flex-text{width:70%;}
.c5-extra-info-title{font-size:23px;font-weight:500;line-height:1.5;padding:20px 0;border-top:1px solid #000;border-bottom:1px solid #000;margin-top:30px;}
.c5-extra-info-title span{font-size:17px;}

@media screen and (max-width:640px){
  .c5-extra-info{margin-top:9.3vw;padding-top:18vw;padding-bottom:7vw;}
  .c5-extra-info-flex-img{width:45%;margin-top:6.4vw;}
  .c5-extra-info-flex-text{width:50%;}
  .c5-extra-info-title{font-size:4.6vw;padding:4vw 0;margin-top:0;}
  .c5-extra-info-title span{font-size:3.46vw;}
}

.c5-extra-info-inner-flex{display:flex;justify-content:space-between;}
.c5-extra-info-inner-text{width:63%;}
.c5-extra-info-inner-img{width:32%;}
.c5-extra-info-caption{text-align:right;font-size:12px;line-height:1.666;margin-top:5px;}
.c5-extra-info-caption span{font-weight:400;}
.c5-extra-info-ann{font-size:11px;line-height:1.666;font-weight:400;}

.c5-extra-info-ann .c5-bold{
  font-weight: 600;
}

@media screen and (max-width:640px){
  .c5-extra-info-inner-flex{display:block;margin-top:0;}
  .c5-extra-info-inner-text{width:100%;margin-top:-3.4vw;}
  .c5-extra-info-inner-img{width:100%;margin-top:5vw;}
  .c5-extra-info-caption{font-size:2.6vw;margin-top:2vw;}
  .c5-extra-info-ann{font-size:2.6vw;margin-top:2vw!important;}
  .c5-extra-info-ann .c5-bold{
    display: block;
  }
  .c5-extra-info-ann .c5-small{
    display: block;
    font-size: 2vw;
    line-height: 2;
  }
}

.c5-extra-vod-wrap{background:#fff;margin-top:5px;padding-bottom:30px;}
@media screen and (max-width:640px){
  .c5-extra-vod-wrap{margin-top:2.4vw;padding-bottom:6.26vw;}
}

/* ========== Footer profile ========== */
.c5-footer-profile-wrap{border:1px solid #000;display:flex;align-items:center;justify-content:space-between;padding:27px 25px;}
.c5-footer-profile-text{width:74%;}
.c5-footer-profile-img{width:24%;}
.c5-footer-profile-title{font-size:16px;line-height:1.5;}
.c5-footer-profile-info{font-size:12px;line-height:1.8;}

@media screen and (max-width:640px){
  .c5-footer-profile-wrap{border:none;padding:0;margin-top:3.7vw!important;align-items:flex-start;}
  .c5-footer-profile-title{margin-top:13vw;font-size:3.59vw;text-align:center;}
  .c5-footer-profile-text{width:65%;}
  .c5-footer-profile-img{width:32%;}
  .c5-footer-profile-info{font-size:2.6vw;margin-top:0!important;}
}

/* ========== Footer backnumbers ========== */
.c5-footer-bn-read{font-size:17px;font-weight:500;text-align:center;line-height:1.5;color: #73632f;}
.c5-footer-bn-title{font-size:25px;font-weight:500;text-align:center;line-height:1.5;color: #73632f;}

@media screen and (max-width:640px){
  .c5-footer-bn-read{font-size:3.3vw;margin-top:13vw!important;}
  .c5-footer-bn-title{font-size:5.3vw;margin-top:1vw!important;}
}

/* ========== Footer CTA ========== */
.c5-footer-cont{width:100%;background:#F5F5F5;overflow:hidden;position:relative;padding-bottom:100px;font-family:'Noto Sans JP',sans-serif;}
@media screen and (max-width:640px){
  .c5-footer-cont{margin-top:13.333333333333334vw!important;}
}
.c5-detail-info-btn-wrap{text-align:center;}
.c5-questionnaire-btn{font-size:1.125rem;color:#fff;background:#000;padding:20px 0;max-width:630px;display:inline-block;width:100%;line-height:1.3;}
.c5-questionnaire-btn:hover{color:#fff!important;}
.c5-questionnaire_title{font-weight:400;text-align:center;font-size:2.1875rem;color:#444;line-height:1.3;}
.c5-questionnaire_read{color:#444;font-weight:500;text-align:center;font-size:1.125rem;line-height:2;}
@media screen and (max-width:640px){
  .c5-questionnaire_title{font-size:6vw!important;margin-top:8vw!important;}
  .c5-questionnaire_read{font-size:4vw!important;text-align:left;margin-top:6vw!important;}
}

.c5-name {
  font-weight: 700;
  color: #73632f;
}

/* ========== Misc ========== */
sup{font-size:13px;}
@media screen and (max-width:640px){sup{font-size:2.666666666666667vw!important;}}


.c5-extra-spc-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c5-spc-logo {
  width: 12.5%;
}
.c5-spc-text-wrap {
  width: 83.5%;
}

.c5-spc-title {
  font-size: 17px;
  line-height: 1.65;
  font-weight: 500;
}
.c5-spc-ann {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 3px;
}
.c5-spc-info-link{width:100%;padding-left:25px;font-size:13px;font-weight:500;line-height:1.46;position:relative;margin-top: 10px;}
.c5-spc-info-link a{text-decoration:underline;}
.c5-spc-info-link::before{content:'';width:21px;height:21px;background:linear-gradient(135deg,#29abe2 0%,#662d91 100%);border-radius:50%;position:absolute;top:0;left:0;margin:auto;}
.c5-spc-info-link::after{content:'';width:0;height:0;border-style:solid;border-width:4px 0 4px 6px;border-color:transparent transparent transparent #fff;position:absolute;top:6px;left:9px;margin:auto;transition:.3s;}

.c5-extra-spc-flex-sp {
  display: none;
}
@media screen and (max-width:640px){
  .c5-extra-spc-flex {
    margin-top: 3.3vw!important;
  }
  .c5-extra-spc-flex-sp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 3vw;
  }
  .c5-spc-info-link-wrap {
    width: 75%;
  }
  .c5-spc-info {
    width: 24%;
  }
    .c5-spc-logo {
    width: 23%;
  }
  .c5-spc-text-wrap {
    width: 72%;
  }
  .c5-spc-title {
    font-size: 3.8vw;
    line-height: 1.4;
  }
  .c5-spc-ann {
    font-size: 2.9vw;
    margin-top: 0;
  }
  .c5-spc-info-link{padding-left:5.3vw;font-size:2.6vw;margin-top: 1.7vw;line-height: 1.3;}
  .c5-spc-info-link::before{width:4.39vw;height:4.39vw;}
  .c5-spc-info-link::after{border-width:1.3vw 0 1.3vw 1.5vw;top:.9vw;left:1.6vw;}
}
.c5-youtube-inner {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.c5-youtube-inner iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.c5-asy-flex img,
.c5-asy-flex-reverse img,
.c5-asy-flex2-img img,
.c5-asy-flex3-img img,
.c5-asy-flex4-img img,
.c5-supervision-img img {
  margin-top: 10px;
}
@media screen and (max-width:640px){
  .c5-asy-flex img,
  .c5-asy-flex-reverse img,
  .c5-asy-flex2-img img,
  .c5-asy-flex3-img img,
  .c5-asy-flex4-img img,
  .c5-supervision-img img {
    margin-top: 0;
  }
}
