@charset "utf-8";
/* CSS Document */



/*-------------------------------
header
-------------------------------*/

header #section01,#section02,#section03,#section04,#section05,footer{
	width: 100%;
}

header > #mainVisual {
	-webkit-touch-callout: none; /* iOS長押しメニューを無効化 */
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;  /*画像の選択を無効化（ただし副作用あり） */
}

/*
header{
	background-image: url("../../images/img_test/header_bg_sp.png");
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 3;
}

header > #mainVisual{
	width: 100%;
	height: auto;
	height: clamp(13.438rem, -8.563rem + 110vw, 43rem);
	position: relative;
	display: block;
	z-index: 5;
}

header > #mainVisual{
	background-image: url("../../images/img_test/main_visual.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 5;
}

@media screen and (min-width:1025px){
header{
	background-image: url("../../images/img_test/header_bg_pc.png");
	
}	
	
header > #mainVisual{
	background-image: url("../../images/img_test/main_visual_pc.png");
	height: clamp(26.5rem, -0.413rem + 42.01vw, 50rem);
}
}
*/
header > #mainVisual::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0); /* 透明なレイヤー */
}


/*-------------------------------
Section
-------------------------------*/

#section01{
	height: 70vh;
	padding: 0;
	background-image: url("../../images/section01_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff2c5;
	z-index: 2;
	margin-top: -1rem;
}

#section01_s{
	height: 35vh;
	padding: 0;
	background-image: url("../../images/section01_bg_s.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #fff2c5;
	z-index: 1;
	margin-top: 0;
}

@media screen and (max-width:389px) and (min-width:320px){
#section01{
	height: clamp(32.5rem, 22.355rem + 50.72vw, 34.688rem);
}

#section01_s{
	height: 37vh;
}
}

@media screen and (max-width:540px) and (min-width:480px){
#section01{
	height: 50vh;
	min-height: 800px;
}
	
#section01_s{
	height: 50vh;
}	
}

/*@media screen and (max-width:479px){
#section01_s{
	min-height: 370px;
}	
}*/

@media screen and (max-width:1024px) and (min-width:751px){
#section01{
	height: clamp(54.375rem, 14.831rem + 84.25vw, 68.75rem);
	background-image: url("../../images/section01_bg_pc.png");
}
	
#section01_s{
	height: clamp(22.5rem, 1.696rem + 44.32vw, 30.063rem);
	background-image: url("../../images/section01_bg_pc_s.png");
	margin-top: -1rem;
}	
}

@media screen and (min-width:1025px){
#section01{
	height: 1094px;
	background-image: url("../../images/section01_bg_pc.png");
	margin-top: 0;
}
#section01_s{
	height: clamp(22.5rem, 1.696rem + 44.32vw, 30.063rem);
	background-image: url("../../images/section01_bg_pc_s.png");
	margin-top: -1rem;
}	
}

#section01 > .wrapper,#section01_s > .wrapper{
	width: 100%;
	height: auto;
	padding-top: clamp(2rem, 0.512rem + 7.44vw, 4rem);
	padding-bottom: 3rem;
	padding-left: clamp(1.5rem, 1.128rem + 1.86vw, 2rem);
	padding-right: clamp(1.5rem, 1.128rem + 1.86vw, 2rem);
	z-index: 5;
}

@media screen and (min-width:751px){
#section01 > .wrapper,#section01_s > .wrapper{
	width: 75%;
	padding-top: 4rem;
	margin: 0 auto;
}
}

#section01 > .wrapper h2 a{
	z-index: 10;
}

#section01 >　ul.cmArea{
	width: 100%;
	height: auto;
	padding-bottom: 3rem;
}

#section01 >　ul.cmArea li{
	width: 100%;
	height: auto;
}

.cmTitle{
	width: 100%;
	height: auto;
	padding-top: 2rem;
}

@media screen and (min-width:751px){
.cmTitle{
	padding-top: 3rem;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe,.youtube img{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube iframe,.youtube img{
	margin: 0;
	padding: 0.25rem;
	border: 1px solid #f6c33f;
	border-radius: 10px;
}

#section02{
	background-color: #fff2c5;
	z-index: 2;
}

#section02 > .wrapper{
	width: 100%;
	margin: 0;
	padding: 0 1rem;
}

#section02 > .wrapper .flexImages{
	width: 100%;
	margin: 0;
	padding: 0.5rem 0 1rem 0;
	flex-flow: column;
	justify-content: center;
}
	
#section02 > .wrapper .flexImages img{
	width: 100%;
	padding-bottom: 2rem;
}

#section02 > .wrapper .flexImages img:nth-of-type(2){
	padding-bottom: 0;
}

@media screen and (min-width:751px){
#section02 > .wrapper {
	width: 88%;
	margin: 0 auto;
	padding: 0 2rem;
}
	
#section02 > .wrapper .flexImages{
	width: 100%;
	padding: 2rem 0 1rem 0;
	flex-flow: row nowrap;
	justify-content: space-between;
}	
	
#section02 > .wrapper .flexImages img{
	width: 49%;
	padding-bottom: 0;
}
}

#section02 > .wrapper .textBox{
	width: 100%;
	margin: 0;
	padding:0 1rem 3rem 1rem;
}

@media screen and (min-width:751px){
#section02 > .wrapper .textBox{
	padding: 0 1.5rem 6rem 1.5rem;
}
}

#section02 > .wrapper .textBox p{
	font-size: 0.8rem;
	line-height: 1.4rem;
}

#section03{
	position: relative;
}

#section03{
	background-color: #fff9e3;
	z-index: 2;
}

#section03 > .wrapper{
	width: 100%;
	margin: 0;
	padding: 0 3rem;
}

#section03 > .wrapper .flexImages{
	width: 100%;
	margin: 0;
	padding: 0.5rem 0 0.3rem 0;
	flex-flow: column;
	justify-content: center;
}
	
#section03 > .wrapper .flexImages img{
	width: 100%;
	padding: 0;
	text-align: center;
	border-bottom: dotted 4px #b99061;
	border-top: dotted 4px #b99061;
}

@media screen and (max-width:750px){	
	
#section03 > .wrapper .flexImages img:last-child{
	border-bottom: dotted 4px #b99061;
	border-top: none;
}		
}

@media screen and (min-width:751px){
#section03 > .wrapper {
	width: 85%;
	margin: 0 auto;
	padding: 0 2rem;
}
	
#section03 > .wrapper .flexImages{
	width: 100%;
	margin: 0;
	padding: 0.5rem 0 2rem 0;
	flex-flow: row nowrap;
	justify-content: space-between;
}	
	
#section03 > .wrapper .flexImages img{
	width: 45%;
	margin: 0 1rem;
}
}

#section04{
	position: relative;
	background-color: #ffd463;
}

#section04 > .wrapper {
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding: 0 1rem;
	z-index: 2;
}

.postButtonWrap{
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 0 1rem;
}

.postButton{
	padding: 15px 0;
}

.postButton span img{
	width: 80%;
	padding-right: 1rem;
}

@media screen and (min-width:751px){
.postButtonWrap{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 0 1rem;
}	

.postButton{
	padding: 20px 0;
}	
	
.postButton span img{
	width: 73%;
}
}


#section05{
	background-color: #78522f;
	position: relative;
	margin-top: -3px;
}

#section05 > .wrapper{
	padding: 3rem 1rem;
}

@media screen and (min-width:751px){
#section05 > .wrapper{
	padding: 1.2rem 2rem 2.5rem 2rem;
}
}

/*----------フローティングボタン----------*/

footer > .floatingButtonWrap{
	width: 100%;
	height: auto;
	margin: auto;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0.5%;
	z-index: 99;
}

.is-hidden {
	visibility: hidden;
	opacity: 0;
	transition-duration: .6s;
}

@media screen and (min-width:751px){
footer > .floatingButtonWrap{
    max-width: 724px;
	bottom: 1%;
  }

.button{
    padding: 20px 0;	
	}
	
.button span img{
	margin: 0 auto 0 9rem;
}
}

/*----------ボタン色変化 ベージュ----------*/

.bgskew_beige::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -150%;
    /*色や形状*/
  background: #cf8616;
  width: 120%;
  height: 110%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew_beige:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}