body{ 
              padding-top: 88px;
     }

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

body{ 
              padding-top: 80px;
     }

}

.pedal_gold{
color:#dd9500;
}

.pc { display: block !important;text-align: center;margin-left : auto ; margin-right : auto ; }
.sp { display: none !important; }


.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #dd9500;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.image_border_red03{
box-shadow: 4px 4px 0px #dd9500;
}

.carousel-control-next, .carousel-control-prev {
width:5%;
}

.spikes {
  position: relative;
  background: #fff;
  height: 10vh;
}

.spikes::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 95px;
  background-size: 95px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
}

.spikes_dark {
  position: relative;
  background: #151515;
  height: 10vh;
}

.spikes_dark::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 95px;
  background-size: 95px 100%;
  background-image: linear-gradient(135deg, #151515 25%, transparent 25%), linear-gradient(225deg, #151515 25%, transparent 25%);
  background-position: 0 0;
}

@media only screen and (max-width:480px){
.spikes {
  height: 2vh;

}
.spikes::after {
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
}
.spikes_dark {
  height: 2vh;

}
.spikes_dark::after {
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #151515 25%, transparent 25%), linear-gradient(225deg, #151515 25%, transparent 25%);
}
}


.section_title{
font-size:3.5rem;
}

@media only screen and (max-width:480px){
.section_title{
font-size:2.2rem;
}
}

.pickup_image_border{
border:solid 3px #dd9500;
}

.wave_wrap {
  position: relative;
  background: #fff;
  height: 5vh;
}

.wave {
  position: absolute;
  height: 56px;
  width: 100%;
  background: #fff;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #151515;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
}

.white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 500px;
        margin: 20px auto;
    }


.jumbotron {
margin:0;
}

.jumbotron_extend {
 position: relative;
 height: 100vh;
 background: url("../img/key_v.jpg") no-repeat center center ;
 background-size: cover;
}

.jumbotron-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

jumbotron_logo{
clear: both;
width:460px;
}

@media only screen and (max-width:480px){
.jumbotron_extend {
height: 300px;
 background-size: cover;
}
}

.font_900mx{font-family: 'Noto Sans JP', sans-serif;

}

@media only screen and (min-width: 768px) {
.w-100_pc {
width: 100%!important;
height:auto;
}
}


@media only screen and (max-width: 767.98px) {
.w-100_pc {
height:62px;
}
}

@media only screen and (max-width: 767.98px) {
.w-100_pc {
width: 260px !important;
margin-left:-10px;
}
}

@media only screen and (max-width: 768px) {
img { max-width: 100% !important; height:auto:
 }
.pc { display: none !important; }
.sp { display: block !important; }
}

html, body {
font-family: 'Noto Sans JP' !important;
background-color: #151515;
}


.link_noul a:hover{
text-decoration: none;
}

.yokoX{
	overflow: hidden;
}

h1{
	font-size: 80% !important;
	color: #FFF;
	position: relative;
}

.titlebox{
/*	background-color: #a4171e!important;*/
}

.teaser01{
	font-size: 2.8rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 6px;

}

.teaser02{
	font-size: 2.3rem;
	text-align: center;
	letter-spacing: -1px;
	margin-top: 6px;
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 116%;

}

.teaser03{
	color: #000;
}

table {
width: 86%; /* テーブルの横幅を指定する */
	margin-left: auto;
	margin-right: auto;
	
}
table th, table td {
padding: 10px 20px !important; /* セルの余白を指定する(上下左右) */
border: 1px solid #ddd; /* セルの境界線を実線で指定する */
	text-align: left;
	background-color: #fff;
}
table th {
background-color: #f9f9f9; /* ボックスの背景色を指定する */
width: 26%; /* テーブルの見出しの横幅を指定する */
white-space: nowrap;
}
@media only screen and (max-width:480px){
table {
width: 86%	
/*margin: 10px 5px;  */
}
table th, table td {
width: 98%; /* テーブルの見出しの横幅を指定する */
display: block; /* ブロックレベル要素化する */
border-top: 1px solid #ddd; /* セルの境界線を実線で指定する */
	margin-left: auto;
	margin-right: auto;	
		white-space:normal; 

}
}

.table-bordered {
    border: 0px;
}

table.tbl-r05 {
width:100%
}

.tbl-r05 th {
border: 0px;
text-align:center;
width:10%;
font-size:0.5rem;
background-color: transparent;
padding:5px !important;
}

.tbl-r05 td {
text-align:center;
border: 0px;
padding:5px !important;
background-color: transparent;
}


.tbl-r05 td:first-child {
  background: #f9f9f9;
font-weight: bold;
		text-align:left;

}


.r05_cell_place{
border: 2px solid #ddd;
width:100%;
padding:4px 0px;
}

.r05_cell_place_red{
border: 1px solid #e60012;
color:#e60012;
width:100%;
padding:4px 0px;
}

.r05_cell_place_red_z{
border: 1px solid #e60012;
color:#e60012;
width:100%;
padding:4px 0px;
font-size:0.7rem;
}


.r05_cell_place_yellow{
border: 1px solid #f7b142;
color:#f7b142;
width:100%;
padding:4px 0px;
}

.r05_cell_place_green{
border: 1px solid #b3ba5b;
color:#b3ba5b;
width:100%;
padding:4px 0px;
}

.r05_cell_name{
text-align:left !important;
font-size:1.6rem;
font-weight:bold;
}

.r05_cell_name_z{
font-size:1.6rem;
font-weight:bold;
color:#fff;
}




.r05_imgic{
width:30%;
border-radius:4px;
}


.r05_imgic_z{
width:12%;
border-radius:4px;
}

.r05_cell_icon{
width:20%;
text-align:left !important;
}

.r05_cell_arrow{
width:1rem;
white-space: nowrap;
}

@media screen and (max-width: 1024px) {
  .tbl-r05 {
    width: 100%;
  }
  .tbl-r05 .thead {
    display: none;
  }

 .tbl-r05 tr {
    width: 100%;
  }

.tbl-r05 th {
width:100%;
}

  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #f9f9f9;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    margin-right: 10px;
  }


  .tbl-r10 {
    width: 100%;
  }
  .tbl-r10 .thead {
    display: none;
  }
  .tbl-r10 tr {
    width: 100%;
  }
  .tbl-r10 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r10 td:first-child {
display: none;
  }
  .tbl-r10 td:before {
    content: attr(data-label);
    float: left;
    margin-right: 10px;
  }

.r05_cell_name{
font-size:1.2rem;
color:#fff;
}



.r05_cell_place_icon{
width:1.55rem;
float:left;
margin-left:4px;
}

.r05_imgic{
width:100%;
border-radius:4px;
}

.r05_cell_arrowlink{
font-size:0.8rem;
float:right;
margin-top:9px;
}
	
}

.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

@media only screen and (max-width: 768px) {
.GoogleMap{
    padding-top: 80.00%;
}
}

.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.contentsWrapper {
	    height: 100%;
	}
.contentsWrapper {
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

.container-fluid{
	padding-left: 0 !important;
	padding-right: 0 !important;
}



.botm_border_dashed{
	border-bottom: 1px dashed #CCC;
}

.botm_border_dashed_white{
	border-bottom: 1px dashed #FFF;
}


.navbar-brand>img {
minx-height:62px;
max-height:62px;
  height: 100%;
  width: auto;
}

@media only screen and (max-width: 768px) {
.navbar-brand>img {
minx-height:62px;
max-height:42px;
  height: 100%;
  width: auto;
}
}

.font38{
	font-size: 32px;
}

#footer{
margin-top:0px;
}

/****ロゴアニメーション****************************/

.logoani_wrap
{
	width: 800px;
	height: 491px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.logoani_001{
	position: absolute;
	bottom: 0;
	left:90px;
}

.logoani_002{
	position: absolute;
	bottom: 51px;
	left:2px;
}

.logoani_003{
	position: absolute;
	right: 9px;
	bottom: 49px;
}

.logoani_004{
	position: absolute;
	right:29px;
}

.logoani_005{
	position: absolute;
	left: 6px;
	top:5px;
}

.logoani_006{
	position: absolute;
	border-radius: 6px;
}


/***********************************************/

.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar-dark .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #dd9500;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:7px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:21px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:13px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:13px;
transform: rotate(-45deg);
}

.bg-dark {
    background-color:rgba( 0, 0, 0, 0.85 ) !important;
}


/*****************************************************************************/

.head_bt001{
	border-bottom:1px solid #ccc;
	padding-top:20px;
	padding-bottom:20px;
}

.head_bt002{
	border-right:1px solid #ccc;
}

.btn_16{
font-size:16px !important;
font-weight:bold;
line-height:200%;
padding-top:16px;
}

.btn_16_top{
font-size:16px !important;
font-weight:bold;
line-height:200%;
margin-top:16px;
padding-top:16px;
}

.foot_bg{
	background-color: #000;
	text-align: center;
	color: #FFF;
	padding-top: 16px;
}

.foot_bg_white{
	background-color: #FFF;
	text-align: center;
	color: #000;
	padding-top: 16px;
}



.slider .slick-prev
{
    /* デフォルトでは-25px(= スライダーの外側) */
    left: 10px;
}
.slider .slick-next
{
    /* デフォルトでは-25px(= スライダーの外側) */
    right: 10px;
}
 
.slider .slick-prev,
.slider .slick-next
{
    /* スライド画像の後ろに隠れないようにする */
/*    z-index: 100;*/
}
 
.slider .slick-prev::before,
.slider .slick-next::before {
    /* フォントと色の設定はbefore内で行う */
    /* font-size: 28px; */
    /* color: black; */
}

.bg_news{
background: url("../img/bg_ill_line.png") repeat-x center;


}



.bg_newslist{
background-color:rgba( 255, 255, 255, 1 );
}




.bg_shoplist{
background-color:rgba( 245, 245, 245, 1 );
}

@media only screen and (max-width: 768px) {
.bg_newslist{
background-color:rgba( 255, 255, 255, 1 );
}

.bg_shoplist_ill01{
background: url("../img/bg_s_shoplist_01.png");
background-repeat: no-repeat;

}

.bg_shoplist_ill02{
background: url("../img/bg_s_shoplist_02.png");
background-repeat: no-repeat;

}

.bg_shoplist_ill03{
background: url("../img/bg_s_shoplist_03.png");
background-repeat: no-repeat;

}
.bg_shoplist_ill04{
background: url("../img/bg_s_shoplist_04.png");
background-repeat: no-repeat;

}

.bg_shoplist_ill05{
background: url("../img/bg_s_shoplist_05.png");
background-repeat: no-repeat;

}

.bg_shoplist{
background-color:rgba( 245, 245, 245, 1 );

}



}

.bg_shoplist_wrap{
background: url("../img/bg_icon_blk.svg");
background-size: 30% auto;
}

.bg_shoplist_wrap_white{
background: url("../img/bg_icon_white.svg");
background-size: 30% auto;
}


.box_title_marginclear{
margin-top:0px !important;
}

.box_title_lineheight{
line-height:1.2rem;
}

.box_title_small{
font-size:0.8rem;
}

.pd_lr_5{
padding-right: 5px;
padding-left: 5px;
}

.bg_keyb{
/*background: url("../img/bg_big.png") right;
background-repeat: no-repeat;
background-color: #fff;*/
}

/****ロゴアニメーション****************************/
.sp_logoani_wrap
{
	width: 340px;
	height: 209px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.sp_logoani_001{
	position: absolute;
	bottom: 0;
	left:41px;
}

.sp_logoani_002{
	position: absolute;
	bottom: 24px;
}

.sp_logoani_003{
	position: absolute;
	right: 4px;
	bottom: 22px;
}

.sp_logoani_004{
	position: absolute;
	right:13px;
}

.sp_logoani_005{
	position: absolute;
	left: 2px;
	top:2px;
}

.sp_logoani_006{
	position: absolute;
	border-radius: 6px;
}


/***********************************************/

.box_title {
    background: #BF9224;
    padding: 4px 0px 4px 0px !important;
    font-size: 150% !important;
    color: #000;
    text-align: center;
	margin-top:20px;
margin-bottom:0px;
  background-image: linear-gradient(
    45deg, 
    #BF9224 25%,
    #b58715 25%, #b58715 50%,
    #BF9224 50%, #BF9224 75%,
    #b58715 75%, #b58715 100%
  );
  background-size: 40px 40px;
position: relative;
}

.box_title_naka{
padding: 12px 0px 10px 0px !important;
border-top:2px dashed #8a6408;
border-bottom:2px dashed #8a6408;
}

.box_title_clover{
position: absolute;
width:50px;
top:12px;
left:50%;
margin-left:-110px;

}

.box_title_clover_about{
position: absolute;
width:50px;
top:12px;
left:50%;
margin-left:-155px;

}

.box_title_clover_pp{
position: absolute;
width:50px;
top:12px;
left:50%;
margin-left:-185px;

}

.box_title_clover_shoplist{
position: absolute;
width:50px;
top:12px;
left:50%;
margin-left:-110px;

}

.box_title_clover_kodawari{
position: absolute;
width:50px;
top:12px;
left:50%;
margin-left:-225px;

}

.box_title_shadow{
box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.8);
}

.box_title_shadow_light{
box-shadow: 0px 4px 1px 0px rgba(0,0,0,0.2);
}



@media only screen and (max-width: 768px) {
.box_title_clover{
position: absolute;
width:40px;
top:18px;
left:50%;
margin-left:-100px;

}

.box_title_clover_about{
position: absolute;
width:40px;
top:18px;
left:50%;
margin-left:-125px;

}

.box_title_clover_shoplist{
position: absolute;
width:40px;
top:18px;
left:50%;
margin-left:-90px;

}

.box_title_clover_kodawari{
position: absolute;
width:40px;
top:18px;
left:50%;
margin-left:-165px;

}

.box_title {
    background: #BF9224;
    padding: 4px 0px 4px 0px !important;
    font-size: 108% !important;
    color: #000;
    text-align: center;
	margin-top:20px;
  background-image: linear-gradient(
    45deg, 
    #BF9224 25%,
    #b58715 25%, #b58715 50%,
    #BF9224 50%, #BF9224 75%,
    #b58715 75%, #b58715 100%
  );
  background-size: 40px 40px;
}
}

.box_title02 {
    background: #e60012;
    padding: 11px 0 !important;
    height: 45px;
    font-size: 108% !important;
    font-weight: bold;
    color: #fff;
    text-align: center;
	margin-top:20px;
	border-radius: 6px;
	position: relative;
}

.box_title03 {
	position: absolute ;
	width: 100px;
	top:0px;
	left: 10px;
}

.box_title04 {
	position: absolute ;
	width: 100px;
	top:0px;
	left: -10px;
}

.box_title05 {
	position: absolute ;
	width: 100px;
	top:-90px;
	left: 10px;
}

.box_wrap{
	width: 100%;
	margin-top: 10px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;
	padding: 6px 20px 20px 20px;
	background-color: #fef8e5;
}

.news_pace{
	margin-top: 12px;
	margin-bottom: 2px;
	font-size: 16px !important;
}

.top_menu_image{
	border-radius: 6px;
	margin-top: 0px;
}


.navbar {
font-size:1.4rem;
}

@media only screen and (max-width: 768px) {
.navbar {
font-size:1rem;
}
}
}


/*************************bgAni***********************/




.cd_ani { background:#C0DEED}

#awan {
top:0px;left:0px;
width:100% !important;
height:100% !important;
text-align:center;
margin:0px;
padding:0px;
background-color:#C0DEED !important;
background: url(../img/bg_kumo.png) center top repeat-x;
padding-top:10px;
padding-bottom:10px;
  width: 100% !important;
  height: auto !important;
  animation: awan-animasi 30s linear infinite;
  -ms-animation: awan-animasi 30s linear infinite;
  -moz-animation: awan-animasi 30s linear infinite;
  -webkit-animation: awan-animasi 30s linear infinite;

}

@keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 500% 0;
  };
}

@-webkit-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 500% 0;
  };
}

@-ms-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 500% 0;
  };
}

@-moz-keyframes awan-animasi {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 500% 0;

  };
}



@media only screen and (max-width: 768px) {
.font_sp_08{
font-size:0.8rem;
}
}


.r05_cell_name_en{
text-align:left !important;
font-size:0.8rem;
font-weight:normal !important;

margin-left:1rem;
color:#666;
}

.r05_cell_name_add{
text-align:left !important;
font-size:1rem;
font-weight: 500!important;
}

.shoplist_60{
width:60%;
display: inline-block;
vertical-align: middle;
}

.shoplist_40{
width:39%;
display: inline-block;
vertical-align: middle;
text-align: right;
}

.shoplist_001{
width:14%;
font-size:0.7rem;
display: inline-block;
vertical-align: middle;
}

.shoplist_002{
font-size:1.5rem;
display: inline-block;
vertical-align: middle;
line-height:1.3rem;

}

.shoplist_003{
width:70%;
display: inline-block;
vertical-align: middle;
}

.shoplist_003 img{
width:50px;
border-radius:4px;
margin-left:5px;
}
.shoplist_004{
width:10px;
display: inline-block;
vertical-align: middle;
color: #dc3545!important;
font-size:1.2rem;
margin-left:6px;
}

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


.r05_cell_name_en{
text-align:left !important;
font-size:1rem;
font-weight:normal !important;
margin-left:1rem;
}

.shoplist_60{
width:100%;
display: inline-block;
vertical-align: middle;
}

.shoplist_40{
width:100%;
display: inline-block;
vertical-align: middle;
text-align: right;
}

.shoplist_001{
width:16%;
font-size:0.8rem !important;
display: inline-block;
vertical-align: middle;
}

.shoplist_002{
width:100%;
font-size:1.4rem;
display: inline-block;
vertical-align: middle;

}

.shoplist_003{
width:70%;
display: inline-block;
vertical-align: middle;
}

.shoplist_003 img{
width:40px;
border-radius:4px;
margin-left:5px;
}
.shoplist_004{
display: inline-block;
vertical-align: middle;
color: #dc3545!important;
font-size:1.2rem;
margin-left:6px;
}

}


.top_sub01{
font-size:1.6rem;
}

.top_sub02{
font-size:1rem;
line-height:2.0rem;
}

.btn-dark {
background-color: #000 !important;
text-decoration: none;
}

.btn-dark:hover {
background-color: #000 !important;
text-decoration: none;
}

.btn:disabled {
opacity: 1;
}

.btn-dark.disabled, .btn-dark:disabled {
border-color: #AAA;
}

.btn-light:hover {
text-decoration: none;
}


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

.top_sub01{
font-size:1.45rem;
}

.sp_padding_0{
padding-left:0px;
padding-right:0px;
}

.sp_rounded_0{
border-radius:0px !important;
}

}

.navbar-brand {
margin-right: 0rem;
}


.overlay {
display: none;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
z-index: 1000000
}
.btn_area {
width: 400px;
height: 250px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2
}
.btn_area .ttl {
font-weight: bold
}
.btn_area p {
padding: 15px
}
.btn_area button {
display: block;
margin: 0 auto;
background: #333;
color: #fff;
padding: 20px 40px;
border: none
}
.btn_area button:hover {
background: #777
}



.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before,
.img-wrap:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.img-wrap:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}

.img-wrap:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}

@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}

@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}



.img-wrap02 {
  overflow: hidden;
  position: relative;
}

.img-wrap02:before,
.img-wrap02:after {
  animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.img-wrap02:before {
  animation-name: img-wrap02-before;
  left: 0;
  right: 50%;
}

.img-wrap02:after {
  animation-name: img-wrap02-after;
  left: 50%;
  right: 0;
}

@keyframes img-wrap02-before {
  100% {
    transform: translateY(100%);
  }
}

@keyframes img-wrap02-after {
  100% {
    transform: translateY(-100%);
  }
}


.img-wrap03 {
  overflow: hidden;
  position: relative;
}

.cover1,
.cover2,
.cover3 {
  animation: cover 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  height: calc(100%/3);
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}

.cover1 {
  top: 0;
}

.cover2 {
  animation-delay: .2s;
  top: calc(100%/3);
}

.cover3 {
  animation-delay: .4s;
  top: calc(100%/3*2);
}

@keyframes cover {
  100% {
    transform: translateX(100%);
  }
}


.img-wrap04 {
  animation: img-wrap04 2s cubic-bezier(.4, 0, .2, 1);
}

@keyframes img-wrap04 {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}

.pickup_font01{
font-size:1.4rem;
}
.pickup_height{
line-height:220%;
}

@media only screen and (max-width: 768px) {
.pickup_font01{
font-size:1.35rem;
margin-bottom:16px;
}

.pickup_height{
line-height:180%;
}
}

.fc_bg{
background: #e50a11;
}


/* 通常のボタン色 */
.btn-gold,
.btn-gold.disabled, .btn-gold:disabled {
  color: #fff;
  background-color: #dd9500;
  border-color: #dd9500;
}

/* focusされた時の枠線の色 */
.btn-gold:focus, .btn-gold.focus,
.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus,
.show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #c68500
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定） */
.btn-gold:hover {
  color: #fff;
  background-color: #c68500;
  border-color: #c68500;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active,
.show > .btn-gold.dropdown-toggle {
  color: #fff;
  background-color: #c68500;
  border-color: #c68500;
}



.fb_bticon{
font-size:2rem;
}




.keyv_bt_scroll a {
  padding-top: 70px;
}
.keyv_bt_scroll a span {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

.thumbs{
  width: 100%;
  height: 100%;
  position: relative;
}
.thumbs::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbs a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.thumbs img{
  width: 100%;
  height: auto;
  line-height: 0;
  position: absolute;
  bottom: 0;
}

.section_icon{
font-size:3rem;
}

@media only screen and (max-width: 768px) {
.section_icon{
font-size:2rem;
}
}

.recruit01{
font-size:1.2rem;
}

.recruit_kj{
font-size:2rem;
}

.recruit_pedal{
font-size:1.5rem;
}

.recruit_add{
font-size:1.0rem;
}

.recruit_tel{
font-size:3rem;
}

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


.recruit01{
font-size:1.0rem;
}

.recruit_kj{
font-size:1.8rem;
}

.recruit_pedal{
font-size:1.2rem;
}

.recruit_add{
font-size:0.8rem;
}


.recruit_tel{
font-size:1.6rem;
}

}

.flow01{
font-size:3rem;
}

.flow02{
position:relative;
}

.flow03{
position:absolute;
top:50px;
right:-7px;
}

.flow04{
font-size:1.2rem;
}

.menu_list01{
font-size:1.5rem;
}

.shadow_gold {
    text-shadow:
        0 0.03em 0.03em #FFAB91,
        0 0.03em 0.03em #000,
        0 0.03em 0.03em #FBE9E7;
}


.unker{
   display: block;
   margin-top:-70px;
   padding-top:70px;
}

.googleform-wrapper {
  position: relative;
  width: 100%;
  height: 1320px;
  overflow-y: scroll;
}

.googleform-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 768px) {
.googleform-wrapper {
  height: 1420px;
}

}


div.wpcf7 input[type="text"],
div.wpcf7 input[name="your-email"],
div.wpcf7 input[name="tel"],
textarea{
width: 100%;
}

button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link{
background-color: #000;
padding:8px 18px;
}