/*
Theme Name: weekend-liqueur
Author: cachiport
Version: 1.0
Description:weekend-liqueur theme
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* ===================================================================
// 基本スタイル
// ===================================================================*/

html {
  font-size: 62.5%;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  height: 100%;
}


body {
	/*テーマカラー*/
	--thema-color: #FAF5E8;
	/*フォントカラー*/
	--font-color:#611C0A;
	/*ボタン*/
	--btn-font-color:#210a0a;/*通常時文字色＆ホバー時背景色*/
	/*フォント体*/
	--en-font: Futura, sans-serif;
	--jp-font: "noto-sans-cjk-jp", sans-serif;
	--jp-font-sub: ab-hanamaki, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--themafont-color);
  font-weight: 400;
  overflow-x: hidden;
  height: 100%;
  max-width: 100%;
}
main{
	overflow-x: hidden;
	max-width: 100%;
}
  /*諸々*/

.wrapper{
	padding: 0 20.2rem;
}
@media screen and (max-width: 1536px) {
	.wrapper{
		padding: 0 16rem;
	}
}
@media screen and (max-width: 1020px) {
	.wrapper{
		padding: 0 10rem;
	}
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
.wrapper{
	padding: 0 4.65rem;
}
}


/* ボックスサイズ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 行間 */
p{
	line-height: 1.6;
	  font-size: 1.6rem ;
	  margin: 1rem 0;
	  font-family: var(--jp-font);
	  font-weight: 400;
	  font-style: normal;
	  color: var(--font-color);
}
@media screen and (max-width: 767px) {
	p{
		line-height: 1.6;
			  font-size: 1.6rem ;
			  margin: 1rem 0;
			  font-family: var(--jp-font);
			  font-weight: 300;
			  font-style: normal;
			  color: var(--font-color);
	  }
  }
div, h1, h2, h3, h4, h5, li {
  line-height: 1.2;
  font-family: var(--jp-font);
  font-weight: 600;
  font-style: normal;
  color: var(--font-color);
}
/* リンク */
a {
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: var(--jp-font);
  font-weight: 300;
  font-style: normal;
  color: var(--font-color);
  font-size: 2.2rem;
}

@media screen and (max-width: 1536px) {
	a {
		text-decoration: none;
		-webkit-transition: .3s;
		transition: .3s;
		font-family: var(--jp-font);
		font-weight: 300;
		font-style: normal;
		color: var(--font-color);
		font-size: 1.6rem;
	  }
}
@media screen and (max-width: 767px) {
	a{
		font-size: 1.5rem;
	}

}
  a:hover {
    opacity: .7;
  }



/*  パンくずリスト　*/
.breadcrumbs{
	background-color: rgba(157, 119, 163, 10%);
	color: #9D77A3;
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-weight: 400;
}
.breadcrumbs  span{
	color: #9D77A3;
	font-weight: 400;
}
/* img */
img {
  max-width: 100%;
  height: auto;
}

.object_fit_img {
  -o-object-fit: cover;
     object-fit: cover;
 font-family: 'Noto Sans JP', sans-serif;
}
/* flex */
.flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 1020px) {
  .flex_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* pc & sp */
.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}
/*font*/
.en{
	font-family: var(--en-font);
}
.jp{
	font-family: var(--jp-font);
}
.jp_sub{
	font-family: var(--jp-font-sub);
}
/*btn*/
.btn_area {
  z-index: 3;
  position: relative;
}

.btn_area p {
  text-align: center;
}


.btn {
	color: #fff;
	background-color: #611C0A;
	border-radius: 50px;
  position: relative;
  min-width: 180px;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
  width: 40rem;
  height: 7.5rem;
}
.btn_txt{
	  font-size: 2.5rem;
	font-family: var(--jp-font);
	font-weight: 400;
	text-align: center;
}
.btn:hover .btn_txt::after{
    right: 5%;
}
@media screen and (max-width: 1020px) {
	.btn {
		height: 6.5rem;
	}
	.btn_txt {
		font-size: 2rem;
	}
}
@media screen and (max-width: 767px){
	.btn {
		width: 21.8rem;
		height: 4.2rem;
		border-radius: 75px;

	}
	.btn_txt {
		font-size: 1.4rem;
	}
}

  /*fadein*/
  
  .fadein {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 3rem);
  }
  
  .scroll-in {
	opacity: 1;
	transform: translate(0, 0);
  }
  /*ページナビ*/
.wp-pagenavi .pages{
	background-color: transparent;
	border: none;
	margin: 0;
}
.wp-pagenavi{
	text-align: center;
    margin: 9rem 0 14rem;
}
.wp-pagenavi span.current {
	background-color: #A1BF5B;
	border: none;
	font-weight: initial;
}
.wp-pagenavi a, .wp-pagenavi span{
    text-decoration: none;
    margin: 0 1rem;
	font-size: 3.4rem;
	padding: 3rem 3.5rem;
    border-radius: 100px;
	background-color: #CCE29B;
	border: none;
}
.wp-pagenavi .extend{
	display: none;
}

.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
	padding: 3rem 3rem;
}
@media screen and (max-width: 1536px){
	.wp-pagenavi a, .wp-pagenavi span{
		font-size: 2.4rem;
		padding: 2rem 2.5rem;
	}
	.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{
		padding: 2rem 2rem;
	}
}
@media screen and (max-width: 767px){
	.wp-pagenavi .pages {
		padding: 0 1rem;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 1.7rem;
		padding: 1.5rem 2rem;
		margin: 0 0.5rem;

	}
	.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
		padding: 1.5rem 1.5rem;
	}
}
/* ===================================================================
// ヘッダー
// ===================================================================*/


/*ナビゲーション*/

#header{
	width: 100%;
	  position: fixed;
	  z-index: 99;
	  background-color: var(--thema-color);
  }
  #header .header_nav{
	height: 8.2rem;
	justify-content: space-between;
	flex-wrap: nowrap;
  }
#header .logo{
	margin-left: 4.1rem;
	height: 100%;
	z-index: 1000;
}
#header .logo h1{
	height: 100%;
}
#header .logo img{
	width: 20.8rem;
	height: 100%;
}
#header .header_ul li{
	margin: 0 1.5vw;
	justify-content: center;
	align-items: center;
	display: flex;
}
#header .header_ul li:nth-last-of-type(1){
	margin-right: 3.3rem;
}
.header_ul a{
	padding: 0;
	font-family: var(--en-font);
	font-weight: 500;
	font-size: 1.9rem;
}
.header_ul p{
	margin:  0;
	padding: 0.5rem 0 0;
	font-family: var(--fot-font);
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}
.header_ul .btn{
	background-color: #E25034;
    width: 23rem;
    height: 6.5rem;
	gap: 0.5rem;
}
.header_ul .btn .btn_txt{
	font-size: 1.8rem;

}
.header_ul .btn img{
	height: 3rem;
}
@media screen and (max-width: 1020px) {

	#header .header_ul li {
		margin: 0 1rem;
	}
	.header_ul .btn {
		width: 21rem;
		height: 5.5rem;
	}
	.header_ul .btn img {
		height: 2rem;
	}
	.header_ul .btn .btn_txt {
		font-size: 1.6rem;
	}
	.header_ul a {
		font-size: 1.7rem;
	}
	#header .header_ul li:nth-last-of-type(1) {
		margin-right: 1.5rem;
	}
	#header .logo {
		margin-left: 2rem;
	}
}
@media screen and (max-width: 767px) {
	.header_ul{
		display: none;
	}
	#header .logo img {
		width: 13.8rem;
		height: 100%;
	}
	
	  }
/* 
ハンバーガーメニュー　
*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	width: 100%;
    height: 100vh;/*ナビの高さ*/
	background: #FFDE63;
	visibility: hidden;
	opacity: 0;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
	background-color: rgba(255, 222, 99, 90%);
    height: 100%;
	visibility: visible;
	opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
	position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
	position: absolute;
    z-index: 999;
    top: 3rem;
    font-size: 2rem;
    line-height: 1.7;
    width: 100%;
}

/*リストのレイアウト設定*/
#g-nav .g-nav_ul{
	padding: 0;
}
#g-nav li{
	list-style: none;
	width: 100%;
    display: grid;
	position: relative;
	transition: .3s;
}
  #g-nav li a{
	text-decoration: none;
    letter-spacing: 0.1em;
    padding: 1.5rem 3rem;
    color: var(--font-color);
    border-bottom: 1px solid rgba(97, 28, 10, 20%);
	display: flex;
	justify-content: center;
	cursor: pointer;
	transition: .3s;
	line-height: 1.5;
	font-size: 2rem;
	font-weight: 500;
  }

/*========= ボタンのためのCSS ===============*/
.openbtn{
	display: none;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    /* background-color: #fff; */
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.openbtn {
		display:block;
	}
  }


/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
	background-color: #000;
  	width: 60%;
  }
.openbtn span:nth-of-type(1) {
	top:17px;	
}

.openbtn span:nth-of-type(2) {
	top:30px;
}

.openbtn span:nth-of-type(3) {
	top:44px;
}

.openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 35px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.fixed_btn{
	display: none;
	transition: .3s;
}
.is-hidden{
	opacity: 0;
	visibility: hidden;

}
@media screen and (max-width: 767px) {
.fixed_btn{
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #E25034;
	display: block;
	z-index: 999;
	height: 7rem;
}
.fixed_btn a{
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.fixed_btn p{
	color: #fff;
	font-size: 2.4rem;
}
.fixed_btn img{
	height: 4rem;
}
}
/* ===================================================================
// TOPページ
// ===================================================================*/
/*FV*/
.fv{

	position: relative;
}
.fv .fv_back{
	position: absolute;
	z-index: -1;
	width: 100%;
    padding-top: 7rem;
}
.fv .mainimg{
	padding: 10rem 3.3rem 0;
	position: relative;
}
.fv .mainimg .object_fit_img{
	width: 100%;
	border-radius: 30px;
}

.fv_txt1{
    position: absolute;
    top: 12.5rem;
    left: 5.7rem;
    width: 31vw;
}
.fv_txt2{
	position: absolute;
    top: 13rem;
    right: 1.3rem;
    width: 27vw;
}
.fv_txt3{
	font-size: 3vw;
    padding: 0 3rem;
    letter-spacing: 2.2px;
    position: absolute;
    bottom: 3%;
    left: 3%;
    display: flex;
    align-items: center;
    color: #fff;
}



@media screen and (max-width: 767px) {
	.fv {
		padding: 6rem 0 0;
	}
	.fv .mainimg{
		padding: 4rem 2rem 0;
		position: relative;
	}
	.fv .fv_back {
		padding-top: 1rem;
	}
	.fv_txt1 {
		top: 7.5%;
		left: 6%;
		width: 19.8rem;
	}
	.fv_txt2 {
		position: absolute;
		top: 7.5%;
		right: 4%;
		width: 16.1rem;
	}
	.fv_txt3 {
		font-size: 2.5rem;
		bottom: 2%;
		left: 1.5%;
}
}
@media screen and (max-width: 767px) {
	.pc_br{
		display: none;
	}
}
  @media screen and (min-width: 767px) {
	.sp_br{
		display: none;
	}
  }
/*----------concept----------*/
.concept{
	padding-top: 9rem;
    padding-bottom: 24rem;
	position: relative;
}
.concept .concept_box{
	background-color: #fff;
    text-align: center;
    padding: 6rem 4rem;
    margin: 0 auto;
    width: 49vw;
    border-radius: 40px;
}
.concept .concept_box span.en{
	color: #A8CEA4;
	font-size: 2.4rem;
	font-weight: 500;
}
.concept .concept_box h2{
    font-size: 3.6rem;
	letter-spacing: 2px;
    margin: 1rem 0 4rem;
    font-family: "variex", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}
.concept img{
	position: absolute;
}

.concept .concept_wine{
	top: 9rem;
    left: 8%;
	width: 7.8vw;
}
.concept .concept_note1{
	top: 22rem;
    left: 14%;
    width: 4.9vw;
}
.concept .concept_bird_sitting{
	bottom: 18rem;
    left: 6%;
	width: 12.5vw;
}
.concept .concept_bird_with_cup{
	top: 9rem;
    right: 6.5%;
	width: 14.5vw;
}
.concept .concept_note2{
	bottom: 34rem;
    right: 13%;
	width: 5vw;
    rotate: -15deg;
}
.concept .concept_bottle{
    bottom: 19rem;
    right: 5%;
	width: 9.7vw;
}

@media screen and (max-width: 767px) {
	.concept {
		padding: 12.5rem 2rem 26rem;
	}
	.concept .concept_box {
		padding: 4.7rem 1.85rem 3.8rem;
		margin: 0 auto;
		width: 34.6rem;
		border-radius: 26px;
	}
	.concept .concept_box h2 {
		font-size: 2.5rem;
		margin: 0.8rem 0 3.3rem;
	}
	.concept .concept_box span.en {
		font-size: 1.6rem;
	}
	.concept .concept_wine{
		top: 4.57rem;
		left: initial;
		right: 6.2rem;
		width: 4rem;
	}
	.concept .concept_note1{
		top: 8.5rem;
		left: initial;
		right: 4.1rem;
		width: 2.5rem;
	}
	.concept .concept_bird_sitting{
		top: 3.3rem;
		right: initial;
		left: 2.25rem;
		width: 10.2rem;
		bottom: initial;
	}
	.concept .concept_bird_with_cup{
		top: initial;
		bottom: 12rem;
		right: 3.33rem;
		left: initial;
		width: 12.4rem;
	}
	.concept .concept_note2{
	    bottom: 19rem;
		right: initial;
		left: 3.33rem;
		width: 3rem;
		rotate: -15deg;
	}
	.concept .concept_bottle{
		bottom: 13rem;
		right: initial;
		left: 5.56rem;
		width: 5.5rem;
	}
}
/*----------products----------*/
.products{
	position: relative;
	padding-top: 5rem;
	padding-bottom: 24rem;
}
.products_top{
	position: absolute;
	top: -15rem;
	z-index: 0;
}
.products .flex_wrap{
	align-items: center;
}
.products .flex_wrap .products_img{
    width: 44%;
	position: relative;
	height: min-content;
}
.products .flex_wrap .products_img img{
	width: 100%;
	border-radius: 0 30px 30px 0;
	z-index: 2;
	position: relative;
}
.products .flex_wrap .products_img::after{
	content: '';
	display: block;
	position: absolute;
	width: 110%;
	height: 100%;
	border: solid 3px #611C0A;
	border-radius: 0 30px 30px 0;
    top: 1.7%;
    right: -1.7%;
	background-color: transparent;
	z-index: 0;
}
.products .flex_wrap .products_txt{
	width: 50%;
	padding-right: 11.1vw;
	position: relative;
	z-index: 1;
}
.products .flex_wrap .products_txt h2{
	color: #fff;
	font-size: 5.8rem;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #611C0A;
}
.products .flex_wrap .products_txt span.jp_sub{
	font-size: 2.1rem;
}
.products .flex_wrap .products_txt .btn{
	margin: 0 0 auto;
}
.products .flex_wrap .products_txt p{
	margin-bottom: 6rem;
}
.products .flex_wrap .products_txt .products_border{
    margin: 2rem 0 3rem;
}
.products .flex_wrap .products_txt .products_back{
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: -6%;
    margin: auto 0;
    width: 67rem;
}
.products .bird{
    position: absolute;
    bottom: 7rem;
    right: 5rem;
    width: 19rem;
}

@media screen and (max-width: 767px) {
	.products {
		position: relative;
		padding-top: 0rem;
		padding-bottom: 20rem;
	}
	.products_top {
		position: absolute;
		top: -10rem;
		z-index: 0;
		width: 100%;
	}
	.products .flex_wrap {
		align-items: initial;
		flex-direction: column;
	}
	.products .flex_wrap .products_img {
		width: 95%;
	}
	.products .flex_wrap .products_txt {
		width: 100%;
		padding: 3.5rem 2rem 0;
	}
	.products .flex_wrap .products_txt .products_back {
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		width: 35.2rem;
	}
	.products .flex_wrap .products_txt .products_border {
		margin: 1.65rem 0 0.85rem;
	}
	.products .flex_wrap .products_txt p {
		margin-bottom: 3.28rem;
	}
	.products .flex_wrap .products_txt .btn {
		margin: 0 auto;
	}
	.products .bird {
		position: absolute;
		bottom: 9rem;
		right: 2.3rem;
		width: 8.9rem;
	}
	.products .flex_wrap .products_txt h2 {
		font-size: 3.8rem;
		-webkit-text-stroke-width: 2px;
	}
	.products .flex_wrap .products_txt .products_border {
		margin: 1.1rem 0 1.4rem;
	}
	
}

/*chai*/
.chai{
	background-color: var(--thema-color);
}
/*anko*/
.anko{
	background-color: #C48F85;
}
.anko .flex_wrap{
	flex-direction: row-reverse;
}
.anko .flex_wrap .products_txt{
	padding-left: 16rem;
	padding-right: 0;
}
.anko .flex_wrap .products_img img{
	border-radius: 30px 0 0 30px;
}
.anko .flex_wrap .products_img::after{
	content: '';
	border-radius: 30px 0 0 30px;
	right: initial;
    left: -1.7%;
}
.anko .flex_wrap .products_txt .btn{
	background-color: #BC260A;
}
.anko .flex_wrap .products_txt h2{
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #BC260A;
}
.anko .flex_wrap .products_txt .products_back {
    left: 5%;
}
.anko .bird{
    position: absolute;
    bottom: 6rem;
    left: 10rem;
    width: 18rem;
}
@media screen and (max-width: 767px) {
	.anko .flex_wrap .products_txt {
		padding: 2rem;
	}
	.anko .bird {
		position: absolute;
		bottom: 6rem;
		left: 2rem;
		width: 9.6rem;
	}
	.anko .flex_wrap .products_txt h2{
		-webkit-text-stroke-width: 2px;
	}
	.anko .flex_wrap .products_txt .products_back {
		left: -10%;
		right: 0;
		margin: auto;
		width: 45rem;
		max-width: none;
	}
}
/*peach_herb*/
.peach_herb{
	background-color: #F9CFD0;
}
.peach_herb .flex_wrap .products_txt .btn{
	background-color: #63B15B;
}
.peach_herb .flex_wrap .products_txt h2{
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #63B15B;
}
.peach_herb .flex_wrap .products_txt .products_back {
    top: -10%;
    bottom: 0;
    left: 1%;
    width: 57rem;
}
.peach_herb .bird{
	position: absolute;
    bottom: 7rem;
    right: 5rem;
    width: 15rem;
}
@media screen and (max-width: 767px) {
	.peach_herb .bird{
		bottom: 5rem;
		right: 3rem;
		width: 9rem;
	}
	.peach_herb .flex_wrap .products_txt h2{
		-webkit-text-stroke-width: 2px;
	}
}
/*----------insta----------*/
.instagram{
	position: relative;
	padding-top: 5rem;
	padding-bottom: 24rem;
	background-color: var(--thema-color);
}
.instagram .insta_top{
	position: absolute;
	top: -15rem;
	z-index: 0;
}
.instagram .insta_title{
	position: relative;
	text-align: center;
}
.instagram h2{
	font-size: 4rem;
    font-weight: 500;
	position: relative;
	z-index: 1;
}
.instagram .insta_title img{
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 19rem;
}
.instagram #sb_instagram {
    width: 100%;
    margin: 0 auto;
	padding: 7rem 16rem;
}
.instagram #sb_instagram .sbi_photo {
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.instagram h2 {
		font-size: 3.2rem;
	}
	.instagram .insta_top {
		top: -8rem;
		width: 100%;
	}
	.instagram .insta_title img {
		width: 11.4rem;
	}
	.instagram {
		padding-top: 5rem;
		padding-bottom: 12rem;
	}
	.instagram #sb_instagram {
		padding: 5rem 2rem;
	}
	.instagram .btn{
		margin-top: 0;
	}
}
/*----------company----------*/
.company{
	position: relative;
	padding-top: 5rem;
	padding-bottom: 7rem;
	background-color: #A8CEA4;
}
.company .company_top{
	position: absolute;
	top: -15rem;
	z-index: 0;
}
.company h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 3.7rem;
    font-weight: 500;
}
.company .company_border{
	z-index: 1;
	position: relative;
	display: block;
	margin: 0 auto;
    width: 40rem;
}
.company .company_border.sp {
	display: none;
}
.company .flex_wrap{
	margin-top: 1rem;
	align-items: center;
}
.company .company_img{
	position: relative;
	z-index: 1;
	width: 44%;
	object-fit: contain;
}
.company .company_txt{
	position: relative;
	z-index: 1;
	width: 50%;
	padding-right: 11.1vw;
}
.company .company_txt .btn{
	margin: 0 0 auto;
	background-color: var(--thema-color);
}
.company .company_txt .btn_txt{
	color: #611C0A;
}
.company .company_txt p{
    margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
	.company .company_top {
		top: -9rem;
		width: 100%;
	}
	.company h2 {
		position: relative;
		z-index: 1;
		text-align: center;
		font-size: 2.7rem;
	}
	.company_border.pc{
		display: none;
	}
	.company .company_border.sp {
		z-index: 1;
		position: relative;
		display: block;
		margin: 0 auto;
		width: 26rem;
	}
	.company .flex_wrap {
		margin-top: 0.5rem;
		flex-direction: column;
	}
	.company .company_img {
		width: 100%;
		padding: 0 2rem;
	}
	.company .company_txt {
		width: 100%;
		padding: 0 2rem;
		margin-top: 1rem;
	}
	.company .company_txt .btn {
		margin: 0 auto;
	}
	.company {
		position: relative;
		padding-top: 2rem;
		padding-bottom: 5.4rem;
	}

}
/* ===================================================================
// フッター
// ===================================================================*/
#footer{
	background-color: #FFDE63;
	padding: 4rem 3.3rem 0;
}
#footer .footer_icon{
	margin: 0 auto  4rem;
	display: block;
	width: 15rem;
}
#footer .footer_menu .flex_wrap{
	justify-content: center;
	gap: 4rem;
	margin: 1.8rem 0;
}
#footer .footer_menu .flex_wrap li a{
	font-weight: 500;
	font-size: 1.7rem;
}
#footer .footer_com{
	text-align: center;
}
#footer .footer_com p{
	padding: 1rem 0;
	margin: 0;
	font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
	#footer {
		background-color: #FFDE63;
		padding: 4rem 2rem 0;
	}
	#footer .footer_menu .flex_wrap li a {
		font-size: 1.6rem;
	}
	#footer .footer_menu .flex_wrap li {
		width: 45%;
		text-align: center;
	}
	#footer .footer_menu .flex_wrap {
		justify-content: center;
		gap: 2rem;
	}
}
/* ===================================================================
// indexページ
// ===================================================================*/

.index_main p{
	font-size: 1.7rem;
}
.index_main h1{
	font-size: 3.5rem;
	margin: 3rem 0;
}
.index_main h2{
	font-size: 4.5rem;
	padding: 3.2rem 4rem ;
	background-color: var(--service-color);
	border-radius: 15px;

}
.index_main h3{
	font-size: 2.8rem;
	padding: 2.25rem 0 2.25rem 4rem;
	border-bottom: 6px solid var(--service-color);
}
.index_main h4{
	font-size: 2.5rem;
	padding: 3.2rem 0 3.2rem 3.5rem;
	border-left: 6px solid var(--service-color);
}
.index_main p{
	margin: 5.6rem 0;
}

@media screen and (max-width: 767px){

	.index_main h1{
		font-size: 2.5rem;
		margin: 3rem 0;
	}
	.index_main h2{
		font-size: 3rem;
		padding: 2.7rem 2rem 2.7rem ;
		background-color: var(--service-color);
	}
	.index_main h3{
		font-size: 2.5rem;
		border-bottom: 6px solid var(--service-color);
		padding: 2.25rem 0 2.25rem 2rem;
	}
	.index_main h4{
		font-size: 2rem;
		border-left: 6px solid var(--service-color);
		padding: 3.2rem 0rem 3.2rem 2rem;
	}
}
/*プライバシーポリシー*/
.pp_page .privacy_policy{
	margin: 5rem 0;
}
.pp_page .privacy_policy div{
	padding: 3rem 0;
}
.pp_page .privacy_policy h2{
	font-size: 2.5rem;
	margin: 2rem 0;
}
.pp_page .privacy_policy p{
	font-size: 1.7rem;
}
@media screen and (max-width: 767px){
	.pp_page .privacy_policy p {
		font-size: 1.5rem;
	}
	.pp_page .privacy_policy h2{
		font-size: 2rem;
	}
	.pp_page .mainttl h1{
		font-size: 3rem;
	}
	.pp_page .mainttl h2{
		font-size: 2rem;
	}
}
	/*404*/
	.page_404 .content_404{
		text-align: center;
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
	.page_404 h2{
		font-size: 3rem;
		color: var(--thema-color);
		margin-bottom: 2rem;
	
	}
	.page_404 p{
		margin-bottom: 5rem;
	}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
	}
	
	@keyframes fadeUpAnime{
	  from {
		opacity: 0;
		transform: translateY(100px);
	  }
	
	  to {
		opacity: 1;
		transform: translateY(0);
	  }
	}


/* ---- インスタ ---*/
.lightwidget-widget{
	position: relative;
	z-index: 10;
	margin: 10% 10% 5%;
	width: 80%!important;
}
.lightwidget ul li img{
	border-radius: 15px;
}
.lightwidget ul li{
	border-radius: 15px;
	overflow: hidden;
}
.lightwidget__posts--image-format-square .lightwidget__image{
	border-radius: 10px!important;
}
@media screen and (max-width: 767px){
	.lightwidget-widget{
		position: relative;
		z-index: 10;
		margin: 10% 5%;
		padding: 5%;
		width: 90%!important;
	}
}