@charset "utf-8";

.first_step .clearfix ::after{
  content: "";
  clear: both;
  display: block;
}
.first_step .contents{
 margin-top: 15%;
 position: relative;
 font-family: m-plus-2p, sans-serif;
}
#intro {
margin-top: 8%;
}
#intro{
    background: url("images/bg_01.webp")top right no-repeat;
    background-size: 35%;
    /*background-position: 115% -3%;*/
}
#osusume{
    background:url("images/bg_02.webp")top left no-repeat;
    background-size: 30%;
}
#faq{
    background:url("images/bg_03.webp")top left no-repeat;
    background-size: 30%;
}
#wear{
    background:url("images/bg_04.webp")top right no-repeat;
    background-size: 30%;
}
#tour{
    background:url("images/bg_05.webp")top right no-repeat;
    background-size: 25%;
    margin-bottom: 20%;
}
.first_step .contents h2{
    font-family: "m-plus-2p", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 380%;
    text-align: left;
    color: #2c8534;
    line-height: 1.2em;
}
.first_step .contents span{
     display: inline-block;
}
.h2_sub{
    font-family: "rockwell-nova", sans-serif;    
    /*font-family: "zooja-pro", sans-serif;*/
    font-weight: 400;
    font-style: normal;
    font-size: 140%;
    letter-spacing: 0.15em;
    margin-top: 7px;    
    margin-left: 6px;
    color: #949780;
}
h3{
    color: #2c8534;    
    font-family: "m-plus-2p", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 300%;
    text-align: center;
    position: relative; 
}
h4 {
    font-size: 280%;
    color: #2c8534;    
    font-family: "m-plus-2p", sans-serif;
    font-weight: 800;
    font-style: normal;
    text-align: center;
    } 

#osusume .recom_box p{
    font-size: 15px;
}
#osusume h3{
    font-size: 250%;
    padding-top: 1%;
    padding-left: 10%; 
    position: relative;    
    /*background-image: url(images/ico_osusume01.png);
    background-repeat: no-repeat;
    background-position: 150px;*/
}
#osusume #summit h3::before{
    content: "";
    background-image: url("images/ico_osusume01.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20%;
    /*transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    */
}
#osusume #samerica h3::before{
    content: "";
    background-image: url("images/ico_osusume01.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 30%;
    /*transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    */
}
#osusume #junrei h3::before{
    content: "";
    background-image: url("images/ico_osusume05.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20%;
}
#osusume #himalaya h3::before{
    content: "";
    background-image: url("images/ico_osusume02.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20%;
}
#osusume #flower h3::before{
    content: "";
    background-image: url("images/ico_osusume06.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 20%;
}
#osusume h3 span{
    display: block;
    font-size: 16px;
    color: #000;
    transform: rotate(0.05deg);
	background: linear-gradient(transparent 40%, #f1ff22 90%);
	background-position: 0 -1px;
	width: fit-content;
    margin: 0px auto 5px auto;
}
ruby {
  ruby-position: under;
}
rt {
    font-size: 12px;
}
.block_r{
    float: right;
}
.first_step p{
    font-weight: 400;
    font-style: normal;
    font-size: 16px;    
    transform: rotate(0.05deg);    
}
.first_step .caption{
    font-size: 12px;
    margin: 4px 0px;
}
.fs_nav{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:1000;
}
.nav{
    font-family: "m-plus-2p", sans-serif;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;/*スマホ表示折り返し用なのでPCのみなら不要*/
    margin:0 auto;
    list-style: none;
    width: 980px;
    background-color: #fff;
}
.nav li+li{
    position: relative;
}
.nav li+li::before{
    content: "";
    display: block;
    height: 1.2em;
    border-left: 1px solid #D7E7C5;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav li a{
    display: block;
    text-decoration: none !important;
    color: #2b8f34;
    padding: 25px 0 20px 0;
}
.nav li{
    width: 20%;
    text-align: center;
    background-color: #fff;
}
.nav li:hover{
       opacity: 0.8;
    }
.nav li span{
    display: block;
    font-family: "Calibri","Candara","Arial","sans-serif";
    font-size: 80%;
}
.link-current {
  background: url(images/ico_nav.png) no-repeat;
  background-size: 50px;
  background-position: 50% 0%;      
}
.first_step .wrapper {
    background-color: #cfe5ed;
    /*background-image: url("images/bg.jpg");*/
    contain: paint;
    }
.first_step .container{
    width: 980px;
    margin: 0 auto;
}
.first_step .nav ul{
    display: flex;
}
.first_step .hero{
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
}
.first_step .hero img{
	max-width: 100%;
    width: auto; /* コンテンツの幅に応じて自動調整 */
    height: auto; /* アスペクト比を維持 */	
    margin: 0 auto;
}
.first_step .hero .ttl_logo{
  position: absolute;
  max-width: 700px;
  top: 30%;
  left: 50%; /* 修正: 中央に配置 */
  transform: translate(-50%, -50%);
}
.first_step .hero .ttl_logo img{
  animation: bound 5s;
}

@keyframes bound {
  0% { transform: translateY(-200px); } /* 初期位置を少し下げる */
  30% { transform: translateY(0); } /* 最初の戻り位置 */
  50% { transform: translateY(-10px); } /* 少し上に戻る */
  70% { transform: translateY(0); } /* 元の位置に戻る */
  100% { transform: translateY(0); } /* 終了位置 */
}

.first_step .hero .ttl_anime{
  position: absolute;
     top: 77%;
    left: 57%;
    transform: translate(-50%, -50%); /* 修正: 中央に固定 */
	width: 100%; /* 親要素の幅に合わせて設定 */
    height: auto;
}

.first_step .hero .ttl_anime .resize{
    max-width: 400px;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) and (max-width: 1300px) {
.first_step .hero .ttl_anime {
    left: 61%;
	}}

.first_step .box640{
    width: 600px;
}
.first_step .box600{
    width: 600px;
    margin: 0 auto;
}
.first_step .box340{
    width: 340px;
}
.first_step .img300{
    width: 300px;
    height: 400px;
    background-color: black;
}
.first_step .photo03{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  clear: both;    
}
.first_step .photo03 .item{
  width: 32%;
}
#osusume h3{
    padding-left: 0%;
}

#osusume .recom{
    clear: both;
    padding: 20px 40px 30px 40px;
    background-color: #fff;
    margin-top: 40px;
}
/*#osusume .recom:nth-child(2n+1){
    background-color: #ffffed;
}*/
#osusume .recom_box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0;
}
#osusume .recom_box{
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
#osusume .recom_box:last-child{
    background-image: none;
    padding: 25px 0 10px 0px;
}
#osusume .recom_box ul{
    display: flex;
    margin-top: 3px;
}
#osusume .recom_box ul > li{
    background-color: seagreen;
    color: #fff;
    margin-right: 5px;
    padding: 1px 6px 0px 6px;
    font-size: 100%;
    font-weight: 500;
    border: 2px solid transparent;
}
#osusume .recom_box ul > span{
    font-size: 130%;
    font-weight: 800;
    margin-right: 10px;
    margin-top: 2px;
}
/*
#osusume .recom_box li:first-child{
    background-color: #fff;
    color: seagreen;
    border: 2px solid seagreen;
    margin-right: 10px;
}
*/
#osusume .recom_box i{
    margin-right: 2px;
    color: seagreen;
}
#osusume .recom_box i .grey{
    color: #d8dee8;
}
#osusume .recom_box .recom_img{
    width: 42%;
    
}
#osusume .info{
    width: 55%;
    margin-top: -0.8%;
}
#osusume .ico_level{
    display: inline-block;
    mix-blend-mode: multiply;
}
#osusume .ico_level img{
    margin-top: -2px;
}
#osusume .pics{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#osusume .pics img:nth-of-type(1){
    width: 215px;
    height: 290px;
    float: left;
}
#osusume .pics img:nth-of-type(2){
    width: 215px;
    height: 145px;
}
#osusume .pics img:nth-of-type(3){
    width: 215px;
    height: 145px;
}
/* Flex container */
#osusume .flex-container {
    display: flex;
    justify-content: space-between;
    width: 48%;
}
/* Flex items */
#osusume .flex-item {
    ;
}
#osusume .big img{
    width: 215px;
    height: 290px;
}
#osusume .flex-column{
    display: flex;
    flex-direction: column; /* 2枚目と3枚目を縦に並べる */
    justify-content: space-between;
}
#osusume .small img{
    width: 211px;
    height: 143px;
}
#osusume .info .mtname{
    display: inline;
    font-size: 180%;
    font-weight: 800;
    margin-right: 8px;
}
#osusume .info span{
    font-size: 14px;
    transform: rotate(0.05deg);   
}
#osusume .info p{
    margin-top: 10px;
    transform: rotate(0.05deg);   
}
#osusume .info .country{
    display: inline;
    font-size: 14px;
    font-weight: 600;
    color: seagreen;;
}
#osusume .info .link{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    transform: rotate(0.05deg);   
}
#osusume .info a{
    font-size: 14px;
    text-decoration: underline;
    margin-left: 2px;
}

#osusume .season{
    margin-top: 70px;
}
#wear .wear_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#wear .wear_box > .block{
    width: 23%;
    margin-top: 25px;
}
#wear .wear_box > .block img{
    width: 80%;
}
#wear .wear_box>.block>.desc>.item{
    font-size: 140%;
    font-weight: 600;
	text-align: center;
}
#wear .wear_box>.block>.desc>p{
    font-size: 14px;
    line-height: 1.4em;
}
#faq .faq_box{
    display: flex;
    /*flex-direction: column;
    max-height: 400px;*/
    justify-content: space-between;
    flex-wrap: wrap;
    clear: both;
    margin-top: 50px;
}
#faq .faq_box .q{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
    background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
    background-size: 4px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
}
#faq .faq_box i{
    color: #2b8f34;
    margin-right: 5px;
}
#faq .faq_box .a{
    font-size: 14px;
    padding-top: 10px;
}
#faq .faq_box>.block{
    width: 48%;
    height: auto;
    margin-top: 12px;
}
#tour {
    font-family:'メイリオ', 'Meiryo', sans-serif;
}
#tour .tour_box{
    width: 100%;
    background: #fff;
    padding: 50px;
}
#tour .recommended-list{
    width: 90%;
    margin: 0 auto;
}

#tour .recommended-list .list >li:last-child {
    background-image: none;
}
#tour .recommended-list .list .red{
    display: none;
}

.simply-scroll-container {
    position: relative;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    padding: 0;
    margin:5px 5px;
    width: 300px;
    height: 203px;
}
.simply-scroll-list li img {
    display: block;
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .first_step .hero .ttl_logo {
    width: 100%;
    }
    .first_step .hero .ttl_logo {
    top: 50%;
    }
    .first_step .hero img {
    width: 100%;
}
	.first_step .hero .ttl_anime img {
	display: none;
}
	.first_step .hero .ttl_logo img {
    animation: boundMobile 4s ease; /* スマホ用アニメーション */
  }
    .nav {
    width: 100%;
    line-height: 1.3em;    
}

    .nav li:nth-of-type(1){
    width:calc(100%/2);
    border-bottom: 1px solid #D7E7C5;    
}
    .nav li:nth-of-type(2){
    width:calc(100%/2);
    border-bottom: 1px solid #D7E7C5;     
}
    .nav li:nth-of-type(3){
    width:calc(100%/3);
}
    .nav li:nth-of-type(4){
    width:calc(100%/3);
}
    .nav li:nth-of-type(5){
    width:calc(100%/3);
}
    .link-current {
        background: none;      
}
    .first_step .container {
    width: 100%;
}
    .first_step .contents{
width: 90%;
margin: 0 auto;
}

#osusume, #wear, #faq, #tour {
    background: none;
    margin-top: 25%;
}
    
#intro {
    background: none;
    margin-top: 10%;
}
#intro #loopSlide{
    margin-top: 5%;
}
#intro.contents::after {
    content: "";
    width: 80px;
    height: 100px;
    bottom: -100px;
}
#osusume.contents::after {
    content: "";
    width: 80px;
    height: 100px;
    bottom: -100px;
}
#wear.contents::after {
    content: "";
    width: 80px;
    height: 100px;
    bottom: -100px;
}
#faq.contents::after {
    content: "";
    width: 80px;
    height: 100px;
    bottom: -100px;
}    
/*#intro #loopSlide2{
    display: none;
}  */
.first_step p{
    line-height: 1.5em;
}    
.first_step .contents h2{
    font-size: 250%;
    text-align: center;
    line-height: 1.2em;
}
.h2_sub {
    font-size: 110%;
    letter-spacing: 0.1em;
    text-align:  center;
    margin: 0 auto;
}
.first_step .box640 {
    width: 100%;
}
.first_step .box600{
    width: 100%;
}    
.block_r {
    float: none;
}
#osusume h3 {
    font-size: 200%;
    line-height: 1.2em;
    }
#osusume #summit h3::before,
#osusume #himalaya h3::before,
#osusume #junrei h3::before,
#osusume #flower h3::before,
#osusume #samerica h3::before	
	{
	    top: -65%;
        left: 75%;
} 
#osusume .recom {
    padding: 20px;
}
#osusume #summit.recom{
    margin-top: 0px;
}
#osusume .recom_box {
    flex-direction: column;
}    
#osusume .flex-container {
    width: 100%;
}
#osusume .recom_box .recom_img {
    width: 100%;
}    
#osusume .info {
    width: 100%;
    margin-top: 3%;
}
#osusume .info .country {
	margin-right: 10px;
    margin-top: 5px;
}
.infoico {
        display: flex;
        align-items: center;
    }
    .infoico ul li{
        display: none;
    }
	.infoico span{
    padding: 0px 5px; /* 内側の余白（座布団のような感覚） */
	color: white;	
    background-color: seagreen; /* 背景色を薄い緑に設定（座布団っぽく） */
    }	
#wear .wear_box > .block {
    width: 48%;
}
#faq .faq_box {
    margin-top: 5%;
}
#faq .faq_box>.block {
    width: 100%;
}
#tour .tour_box {
    padding: 20px;
}
#tour .recommended-list {
    width: 100%;
} 
#tour .tour-sub-list .tour-sub-list li .title {
        margin: 0px 0px 0px 0px;
    }	
	
#tour .recommended-list .tour-sub-list li .img {
        position: absolute;
        top: 16px;
        right: 16px;
        width: 120px;
    }
}

.gantt_header {
  color: #2e7134;
}
.gantt_header h2 {
  font-weight: 600;
}
.gantt_header p {
  font-weight: 300;
}
.gantt_wrapper {
  padding-top: 20px;        
  width: calc(100% + 100px);
  margin: 0 -50px;    
}
.gantt {
  display: grid;
  border: 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.gantt__row {
  display: grid;
  grid-template-columns: 150px 1fr;
  background-color: #fff;
}
.gantt__row:nth-child(odd) {
  background-color: #f5f5f5;
}
.gantt__row:nth-child(odd) .gantt__row-first {
  background-color: #f5f5f5;
}
.gantt__row:nth-child(3) .gantt__row-bars {
  border-top: 0;
}
.gantt__row:nth-child(3) .gantt__row-first {
  border-top: 0;
}
.gantt__row--empty {
  background-color: #ffd6d2 !important;
  z-index: 1;
}
.gantt__row--empty .gantt__row-first {
  border-width: 1px 1px 0 0;
}
.gantt__row--lines {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: transparent;
  grid-template-columns: 150px repeat(12, 1fr);
}
.gantt__row--lines span {
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.gantt__row--lines span.marker {
  background-color: rgba(10, 52, 68, 0.13);
  z-index: 2;
}
.gantt__row--lines:after {
  grid-row: 1;
  grid-column: 0;
  background-color: #1688b345;
  z-index: 2;
  height: 100%;
}
.gantt__row--months {
  color: #fff;
  background-color: #3ba544 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  grid-template-columns: 150px repeat(12, 1fr);
}
.gantt__row--months .gantt__row-first {
  border-top: 0 !important;
  background-color: #3ba544 !important;
}
.gantt__row--months span {
  text-align: center;
  font-size: 13px;
  align-self: center;
  font-weight: bold;
  padding: 20px 0;
}
.gantt__row-first {
  background-color: #fff;
  border-width: 1px 0 0 0;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  padding: 15px 0;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.gantt__row-bars {
  list-style: none;
  display: grid;
  padding: 9px 0;
  margin: 0;
  grid-template-columns: repeat(24, 1fr);
  grid-gap: 8px 0;
  border-top: 1px solid rgba(221, 221, 221, 0.8);
}
.gantt__row-bars li {
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  min-height: 15px;
  background-color: #55de84;
  padding: 5px 12px;
  color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 30px;
}
.gantt__row-bars li.stripes {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.1) 5px, rgba(255, 255, 255, 0.1) 12px);
}
.gantt__row-bars li:before, .gantt__row-bars li:after {
  content: "";
  height: 100%;
  top: 0;
  z-index: 4;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.gantt__row-bars li:before {
  left: 0;
}
.gantt__row-bars li:after {
  right: 0;
}
.gantt span.flower {
    font-size: 12.5px;
	padding: 10px 0px;	
}
.tour-sub-list li .text p {
    font-size: 13px;
}
.toggle-btn {
	display: none;
}

@media only screen and (max-width: 767px) {
    .gantt_wrapper{
        width: 100%;
        margin: 0 auto;
        overflow-x: scroll;
    }  
    .gantt{
    width: 900px;
}
}
@media (min-width: 767px) and (max-width: 980px) {
    .first_step .hero {
        margin-left: 0; /* 左側のマージンをゼロに設定 */
        margin-right: 0; /* 右側のマージンをゼロに設定 */
        width: 100%; /* 幅を100%に設定 */
    }
}
@keyframes boundMobile {
  0% { transform: translateY(-100px); } /* スマホ用に少し小さな移動 */
  30% { transform: translateY(0); }
  50% { transform: translateY(-5px); } /* 小さなバウンス */
  70% { transform: translateY(0); }
  100% { transform: translateY(0); }
}

/* 雲のスタイル */
.cloud {
  position: absolute;
  background-size: cover;
  animation: moveClouds 20s linear infinite; 
}
.cloud1 {
  top: 2%;	
  left: -200px; /* 初期位置を画面外の左に設定 */
  width: 180px;
  height: 77.76px;
  background-image: url('images/kumo01.png');
  animation-duration: 25s;
}
.cloud2 {
  top: 10%;		
  left: -150px; /* 初期位置を画面外の左に設定 */
  width: 220px;
  height: 100px;
  background-image: url('images/kumo02.png');
  animation-duration: 30s;
}
.cloud3 {
  top: 15%;	
  left: -180px; /* 初期位置を画面外の左に設定 */
  width: 160px;
  height: 80px;
  background-image: url('images/kumo03.png');
  animation-duration: 40s;
}
.cloud4 {
  top: 4%;	
  left: -200px; /* 初期位置を画面外の左に設定 */
  width: 180px;
  height: 77.76px;
  background-image: url('images/kumo01.png');
  animation-duration: 10s; 
}

@keyframes moveClouds {
 0% {
    transform: translateX(0); /* 開始位置 */
  }
  100% {
    transform: translateX(100vw);
	opacity: 0.5; /* 画面外右端でフェードアウト */   
  }
}
@media screen and (max-width: 768px) {
  .cloud1 {
    display: none; 
}}