@charset "utf-8";
/* CSS Document */
#wrapper {
/*font-family: -apple-system-body, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "游ゴシック  Medium", "Yu Gothic Medium", "メイリオ", meiryo, sans-serif;*/
	font-family: 'Noto Sans JP', sans-serif;
	
}
input[type=checkbox] {
  transform: scale(1.5);
}

#wrapper{
	max-width:1000px;
	margin:2% auto 0;
	font-family: 'Noto Sans JP';
	font-feature-settings: "palt";
}
.wrapper_inner {
	max-width: 840px;
	margin:0 auto;
	font-size: 100%;
	overflow: hidden;
	width:90%;
//	background:#000;
}


.wrapper_inner div img{
	margin:0 auto;
	width:100%;
}

header,footer{
	background:#fff;
}



#wrapper a {
	text-decoration: none;
}
a:link {
 color: #000;
 text-decoration: underline;
}

a:visited {
 color: #000;
 text-decoration: underline;
}

a:hover {}

a:active {
 color: #000;
 text-decoration: underline;
}

#wrapper img {
	vertical-align:top;
}

body *{
	box-sizing:border-box;
}

#wrapper *{
	box-sizing:border-box;
}

#wrapper .img_area{
	text-align:center;
	margin:0 auto;
}

#wrapper .img_area img{
	width:100%;
}




#wrapper a.black:link {
	color:#000;
}
#wrapper a.black:visited  {
	color:#000;
}

#wrapper a.red:link {
	color:#d32525;
}
#wrapper a.blue:link {
	color:#3391c4;
}
#wrapper a.red:visited  {
	color:#d32525;
}
#wrapper a.blue:visited  {
	color:#3391c4;
}

.swiper{
//	margin-top:10%;
}
.swiper--wrapper {
	/* wrapperのサイズを調整 */
	max-width:1000px;
	width: 100%;
//	height: 300px;
//	margin-top:10%;

}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #000;
  width: 100%;
//  height: 100%;
  padding-bottom:7%;

}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper .swiper-button-next,.swiper .swiper-button-prev{
    background-color: #666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
}

.swiper .swiper-button-next::after {
    content: '\f054'; /* FontAwesomeの右矢印 */
}

.swiper .swiper-button-prev::after {
    content: '\f053'; /* FontAwesomeの左矢印 */
}

/*---------------------------*/
.header_t{
	width:100%;
	padding-top:0%;
	padding-left:3%;
	font-size:clamp(1rem, 0.355rem + 3.22vw, 2.37rem);
	font-weight:700;
}
.h1_tx{
	margin-top:10%;
	font-family: 'land_bold';
	font-size: clamp(2rem, 0.4rem + 8vw, 5.4rem);
}
.h_tx{
	margin-top:3%;
	font-weight:700;
	font-size: clamp(1rem, 0.153rem + 4.24vw, 2.8rem);
}
.sub_tx{
	margin-top:2%;
	font-family: 'land_bold';
	font-size: clamp(0.8rem, 4vw, 2.5rem);
}
.sub_tx span{
	font-size: clamp(0.7rem, 0.182rem + 2.59vw, 1.8rem);
}
.tx_00{
	margin-top:10%;
	font-size: clamp(0.6rem, -0.106rem + 3.53vw, 2.1rem);
	font-weight:500;
	line-height:1.5;
}
.tx_00 span{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.m_tx_01{
	margin-top:10%;
	border:0.25vw solid;
	padding-top:1%;
	padding-bottom:1%;
	line-height:1;
	font-size: clamp(0.9rem, -0.088rem + 4.94vw, 3rem);
	font-weight:700;
	width: 40%;
	text-align:center;
}
.m_tx_02{
	margin-top:2%;
	font-size: clamp(1.9rem, 0.265rem + 8.18vw, 5.375rem);
	font-weight:700;
}

.h3_tx4{
	margin-top:10%;
	font-size:clamp(1.1rem, 0.206rem + 4.47vw, 3rem);
	font-family: 'land_bold';
	vertical-align:-3%;
	line-height:1.2;
}
.img_box_img{
	margin-top:3%;

}
.img_box_img img{
	width:100%;
}
.detail_fl{
	margin-top:3%;
	display: flex;
}
.d_con{
	margin-left:3%;
}
.d_title{
	font-weight:500;
	font-size: clamp(0.45rem, 0.238rem + 1.06vw, 0.9rem);
}
.d_title span{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.d_tx{
	font-family: 'land_mid';
	font-size: clamp(1.1rem, -0.359rem + 7.29vw, 4.2rem);
	vertical-align:-3%;
}
.d_tx .t_jp{
	font-weight:500;
	font-size: clamp(0.7rem, 0.239rem + 2.31vw, 1.68rem);
}
.d_tx .t_en{
	font-family: 'land_mid';
	font-size: clamp(0.7rem, 0.239rem + 2.31vw, 1.68rem);
	vertical-align:-3%;
}

.con_info{
	margin-top:4%;
	text-align:center;
	font-weight:500;
	font-size: clamp(0.6rem, 0.224rem + 1.88vw, 1.4rem);
	background:#efefef;
	padding-top:3%;
	padding-bottom:3%;
}

.glay_bg{
	margin-top:9%;
	background:#595757;
	padding-top:6%;
	padding-bottom:6%;
	color:#fff;
	
}
.glay_bg_in{
	margin:0 auto;
	text-align:left;
	width: fit-content;
}
.gb_tx_1{
	font-weight:700;
	font-size: clamp(1.2rem, -0.024rem + 6.12vw, 3.8rem);
}
.gb_tx_2{
	margin-top:2%;
	font-weight:700;
	font-size: clamp(1.6rem, 8vw, 5rem);
}
.gb_tx_2 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.gb_tx_3{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.7rem, 0.182rem + 2.59vw, 1.8rem);
	line-height:1.3;
	padding-left:1em;
	text-indent:-1em;
}
.b_tx_01{
	margin-top:4%;
	font-weight:700;
	font-size: clamp(0.9rem, 0.147rem + 3.76vw, 2.5rem);
	text-align:center;
}
.b_tx_02{
	margin-top:4%;
	font-weight:700;
	font-size: clamp(1.4rem, -0.153rem + 7.76vw, 4.7rem);
	text-align:center;
}
.b_img_1{
	margin:5% auto 0;
	max-width:252px;
	width:29.3%;
}
.b_img_1 img{
	width:100%;
}
.b_tx_03{
	margin-top:4%;
	font-weight:700;
	font-size: clamp(0.7rem, 0.088rem + 3.06vw, 2rem);
	text-align:center;
}
.b_tx_03 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.b_tx_04{
	margin-top:4%;
	color:#d32d25;
	font-weight:700;
	font-size: clamp(3rem, 1.118rem + 9.41vw, 7rem);
	text-align:center;
}
.b_img_2{
	margin:3% auto 0;
	max-width:435px;
	width:50.5%;
}
.b_img_2 img{
	width:100%;
}

.b_img_3{
	margin:3% auto 0;
	max-width:435px;
	width:50.5%;
}
.b_img_3 img{
	width:100%;
}
.gray_bg2{
	margin-top:10%;
	margin-bottom:10%;
	background:#efefef;
	padding-top:9%;
	padding-bottom:9%;
}
.tr_tx_01{
	font-weight:700;
	font-size: clamp(1rem, 0.294rem + 3.53vw, 2.5rem);
	text-align:center;
}
.tr_tx_02{
	margin-top:3%;
	font-weight:700;
	font-size: clamp(1.6rem, 0.141rem + 7.29vw, 4.7rem);
	text-align:center;
}
.tr_tx_03{
	margin-top:3%;
	font-weight:700;
	font-size: clamp(0.7rem, 0.088rem + 3.06vw, 2rem);
	text-align:center;
}
.tr_tx_03 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.tr_tx_05{
	margin-top:20%;
	border-top:1px solid;
	padding-top:4%;
	font-weight:500;
	font-size: clamp(0.5rem, 0.265rem + 1.18vw, 1rem);
	text-align:center;
}
.tr_tx_05 span{
	font-family: 'land_mid';
	vertical-align:-3%;
}


.main_img img{
	margin-top:2%;
	width:100%;
}
.tx_00 .jp_red{
	color:#e60012;
	font-weight:700;
}
.tx_01{
	margin-top:10%;
	font-size: clamp(1.1rem, 0.465rem + 3.18vw, 2.45rem);
	font-weight:700;
}
.tx_01 span{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.wrapper_inner .image_b{
	margin:8% auto 0;
}
.image_b img{
	width:100%;
}
.red_back{
	background:#e60012;
	padding-top:7%;
	padding-bottom:7%;
}
.red_back_in{
	margin:0 auto;
	width:90%;
	color:#fff;
}
.rb_01{
	border:2px solid #fff;
	padding-top:1%;
	padding-bottom:2%;
	width:60%;
	font-size: clamp(1rem, -0.012rem + 5.06vw, 3.151rem);
	font-weight:700;
	text-align:center;
}
.rb_01 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.rb_02{
	margin-top:1%;
	font-size: clamp(2.6rem, 0.256rem + 11.72vw, 7.581rem);
	font-weight:700;
}
.rb_02 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.rb_02 .kome{
	font-size: clamp(0.5rem, 0.147rem + 1.76vw, 1.25rem);
	vertical-align:360%;
}
.rb_03{
	margin-top:2%;
	font-size: clamp(1rem, 0.059rem + 4.71vw, 3rem);
	font-weight:700;
}
.rb_03 .tx_small{
	font-size: clamp(0.5rem, 0.147rem + 1.76vw, 1.25rem);
}
.rb_03 .en{
	font-family: 'land_mid';
	vertical-align:-3%;
}

.h2_tx{
	margin-top:12%;
	font-weight:600;
	font-size: clamp(1.1rem, 0.147rem + 4.76vw, 3.125rem);
}
.h2_tx span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.tx_02{
	margin-top:3%;
	font-weight:600;
	font-size: clamp(0.6rem, 0.129rem + 2.35vw, 1.6rem);
}
.tx_02 span{
	font-size: clamp(0.5rem, 0.147rem + 1.76vw, 1.25rem);
}
.tx_03{
	margin-top:3%;
	font-weight:600;
	font-size: clamp(0.6rem, 0.176rem + 2.12vw, 1.5rem);
}
.img_box1{
	margin-top:3%;
	position: relative;
}
.img_box2{
	margin-top:3%;
	position: relative;
}
.img_box_img img{
	width:100%;
}
.img_box_tx{
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	white-space: nowrap;
	box-sizing:  border-box;
}
.img_box_tx .img_box_tx_01{
	font-weight:600;
	font-size: clamp(0.6rem, 0.129rem + 2.35vw, 1.6rem);
	border:1px solid #000;
	padding-top:1%;
	padding-bottom:1.5%;

}
.img_box_tx .img_box_tx_01 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.img_box_tx .img_box_tx_02{
	margin-top:1%;
	font-weight:600;
	font-size: clamp(0.5rem, 0.185rem + 1.58vw, 1.17rem);
}
.img_box_tx .img_box_tx_02 span{
	font-family: 'land_bold';
	font-size: clamp(0.65rem, 0.297rem + 1.76vw, 1.4rem);
	vertical-align:-3%;
}


.img_box_tx2{
	position: absolute;
	bottom: 2%;
	left: 2%;
	box-sizing:  border-box;
}
.img_box_tx2 .img_box_tx_01{
	font-weight:500;
	font-size: clamp(0.5rem, 0.171rem + 1.65vw, 1.2rem);

}
.img_box_tx2 .img_box_tx_01 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}

.c_name{
	margin-top:3%;
	font-size: clamp(0.6rem, 0.129rem + 2.35vw, 1.6rem);
	font-family: 'land_bold';
	vertical-align:-3%;
}
.bag{
	margin-top:6%;
	background:#dcdddd;
	padding-top:3%;
	padding-bottom:3%;
	
}
.bag_in{
	margin:0 auto;
	width:90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b_tx1{
	font-weight:700;
	font-size: clamp(0.6rem, 3vw, 1.875rem);
}
.b_tx2{
	margin-top:2%;
	font-weight:700;
	font-size: clamp(0.9rem, 0.147rem + 3.76vw, 2.5rem);
}
.b_tx3{
	margin-top:6%;
	font-weight:500;
	font-size: clamp(0.5rem, 0.265rem + 1.18vw, 1rem);
}
.b_tx3 span{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.bag_r{
	width:40%;
}
.bag_img{

}

.bag_img img{
	max-width:284px;
	width:100%;
}

.img_fl_1{
	margin-top:2%;
	display: flex;
	justify-content: space-between;
}
.img_fl_1_l,.img_fl_1_r{
	width:49%;
}
.img_fl_1 img{
	width:100%;
}
.ib_tx01{
	margin-top:1%;
	font-weight:500;
	line-height:1.3;
	font-size: clamp(0.5rem, 0.265rem + 1.18vw, 1rem);
}
.ib_tx01 span{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.ib_tx02{
	margin-top:1%;
	font-weight:500;
	font-size: clamp(0.4rem, 0.188rem + 1.06vw, 0.85rem);
	line-height:1.3;
}
.ib_tx02 span{
	font-family: 'land_mid';
	font-size: clamp(0.5rem, 0.218rem + 1.41vw, 1.1rem);
	vertical-align:-3%;
}
.img_fl_2{
	margin-top:2%;
	display: flex;
	justify-content: space-between;
	line-height:1.2;
}
.img_fl_2_l,.img_fl_2_c,.img_fl_2_r{
	width:33%;
}
.img_fl_2 img{
	width:100%;
}
.h3_tx{
	margin-top:10%;
	font-weight:700;
	font-size: clamp(0.8rem, 0.301rem + 2.49vw, 1.86rem);
	line-height:1.2;
}
.h3_tx span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.tx_04{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.55rem, 0.258rem + 1.46vw, 1.17rem);
	line-height:1.5;
}
.tx_04 span{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.h3_tx2{
	margin-top:10%;
	font-weight:700;
	font-size: clamp(0.9rem, 0.241rem + 3.29vw, 2.3rem);
}
.h3_tx3 span{
	font-family: 'land_bold';
	vertical-align:-3%;
}
.tx_05{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.8rem, 0.104rem + 3.48vw, 2.28rem);
}
.tx_05 span{
	font-family: 'land_mid';
	font-size: clamp(1rem, 0.233rem + 3.84vw, 2.63rem);
	vertical-align:-3%;
}
.p_fl_1{
	margin-top:3%;
	display: flex;
	justify-content: space-between;
}
.p_fl_1_l{
	width:44.8%;
}
.p_fl_1_r{
	width:53%;
}
.p_fl_bk{
	background:#000;
	color:#fff;
	text-align:right;
	padding-top:3%;
	padding-bottom:3%;
}
.p_fl_tx1{
	font-weight:500;
	font-size: clamp(0.5rem, 0.175rem + 1.62vw, 1.19rem);
	text-align:right;
	width: 90%;
	margin:0 auto 0;
}
.p_fl_tx1 .en{
	font-family: 'land_mid';
	font-size: clamp(0.65rem, 0.311rem + 1.69vw, 1.37rem);
	vertical-align:-3%;
}
.p_fl_tx1 .en_mid{
	font-family: 'land_bold';
	font-size: clamp(1rem, 0.435rem + 2.82vw, 2.2rem);
	vertical-align:-3%;
}
.p_fl_tx1 .en_big{
	font-family: 'land_bold';
	font-size: clamp(1.2rem, 0.212rem + 4.94vw, 3.3rem);
	vertical-align:-3%;
}
.p_fl_tx1 .jp_s{
	font-weight:700:
	font-size: clamp(0.6rem, 0.05rem + 2.75vw, 1.768rem);
}
.p_fl_red{
	background:#d32d25;
	color:#fff;
	padding-top:3%;
	padding-bottom:3%;
}
.p_fl_glay{
	background:#727171;
	color:#fff;
	padding-top:3%;
	padding-bottom:3%;
}
.p_fl_red_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 86%;
	margin:0 auto 0;
}
.p_fl_tx2{
	font-weight:500;
	font-size: clamp(0.7rem, 0.149rem + 2.75vw, 1.87rem);
}
.p_fl_tx3{
	font-family: 'land_bold';
	font-size: clamp(1.2rem, 0.447rem + 3.76vw, 2.8rem);
	vertical-align:-3%;
}
.p_fl_tx3 span{
	font-size: clamp(0.7rem, 0.182rem + 2.59vw, 1.8rem);
}
.p_fl_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:1.5%;
	margin-bottom:3%;
}
.p_fl_in_l{
	font-weight:700;
	font-size: clamp(0.5rem, 0.124rem + 1.88vw, 1.3rem);
}
.p_fl_in_r{
	font-family: 'land_bold';
	font-size: clamp(0.5rem, 0.124rem + 1.88vw, 1.3rem);
	vertical-align:-3%;
}
.p_fl_in2_l{
	font-weight:500;
	font-size: clamp(0.65rem, 0.264rem + 1.93vw, 1.47rem);
}
.p_fl_in2_r{
	font-family: 'land_bold';
	font-size: clamp(0.75rem, 0.011rem + 3.69vw, 2.32rem);
	vertical-align:-3%;
}
.p_fl_1_r_tx{
	text-align:right;
	font-weight:500;
	font-size: clamp(0.45rem, 0.191rem + 1.29vw, 1rem);
}
.p_fl_1_r_tx span{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.h3_tx3{
	margin-top:3%;
	border-bottom:1px solid;
	padding-bottom:1.5%;
	font-weight:700;
	font-size: clamp(0.7rem, 0.187rem + 2.56vw, 1.79rem);
}
.p_fl_3{
	margin-top:1%;
	display: flex;
	justify-content: space-between;
}
.p_fl_3_l{
	width:45%;
}
.p_fl_3_r{
	width:50%;
}
.p_fl_3_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:1.5%;
}
.t_red{
	color:#e60012;
}
.p_fl_3_in_l{
	font-weight:500;
	font-size: clamp(0.55rem, 0.221rem + 1.65vw, 1.25rem);
}
.p_fl_3_in_l span{
	font-family: 'land_mid';
	font-size: clamp(0.65rem, 0.278rem + 1.86vw, 1.44rem);
	vertical-align:-3%;
}
.p_fl_3_in_r{
	font-family: 'land_bold';
	font-size: clamp(0.55rem, 0.221rem + 1.65vw, 1.25rem);
	vertical-align:-3%;
}

.gentei{
	margin-top:3%;
	background:#e60012;
	width:35%;
	color:#fff;
	font-weight:700;
	font-size: clamp(0.7rem, 0.088rem + 3.06vw, 2rem);
	text-align:center;
	padding-top:1%;
	padding-bottom:1.5%;
}
.gentei span{
	font-family: 'land_bold';
	vertical-align:-3%;
}

.con_bt{
	margin-top:3%;
	position: relative;
	background-size:100%;
	background-repeat: no-repeat;
	color:#fff;
	text-align:center;
	font-weight:500;
	font-size: clamp(0.7rem, 0.088rem + 3.06vw, 2rem);
	padding-top:2%;
	padding-bottom:2.5%;
}
.con_bt img{
	width:100%;
}
.con_bt_in{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	box-sizing:  border-box; 
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:94%;
}
.con_bt_r{
	text-align:right;
}
.con_bt .en{
	font-family: 'land_mid';
	vertical-align:-3%;
}
.con_bt .en_b{
	font-family: 'land_bold';
	font-size: clamp(0.9rem, -0.135rem + 5.18vw, 3.1rem);
	vertical-align:-3%;
}
.con_bt_bk{
	margin-top:10%;
	background:#000;
	color:#fff;
	padding-top:9%;
	padding-bottom:8%;
}
.con_bt_bk_in{
	margin:0 auto;
	width: fit-content;
}
.con_bt_bk_tx1{
	text-align:center;
	font-weight:700;
	font-size: clamp(1.4rem, 0.256rem + 5.72vw, 3.83rem);
}
.con_bt_bk_tx2{
	margin-top:2%;
	text-align:center;
	font-weight:700;
	font-size: clamp(1.5rem, -0.147rem + 8.24vw, 5rem);
}
.con_bt_bk_tx2 span{
	font-family: 'land_bold';
	font-size: clamp(1.5rem, -0.665rem + 10.82vw, 6.1rem);
	vertical-align:-3%;
}
.con_bt_bk_tx3{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.7rem, 0.154rem + 2.73vw, 1.86rem);
	padding-left:1em;
	text-indent:-1em;
	line-height:1.3;
}

.tel_box{
	margin-top:10%;
}
.tel_img{
	width:13%;
}
.tel_img img{
	max-width:110px;
	width:100%;
}
.tel_fl{
	margin-top:3%;
	display: flex;
	align-items: center;
}
.arrow_r{
	width:2.86%;
}
.arrow_r img{
	max-width:24px;
	width:100%;
}
.tel_tx1{
	margin-left:2%;
	font-weight:700;
	font-size: clamp(0.8rem, 0.16rem + 3.2vw, 2.16rem);
}
.tel_tx2{
	margin-top:2%;
	font-weight:500;
	font-size: clamp(0.65rem, 0.109rem + 2.71vw, 1.8rem);
}

#wrapper .raiten{
	text-align:center;
	background:#dcdddd;
	color:#000;
	font-weight:600;
	padding:4%;
	font-size: clamp(1rem, 0.527rem + 2.36vw, 2.3rem);
	margin:15% auto 4%;
	width:100%;
	line-height:1.5;
}

#wrapper .wrapper_inner .margin_top100{
	margin-top:100px;
}

#wrapper .margin_top05{
	margin-top:1.5%;
}
#wrapper .margin_top10{
	margin-top:3%;
}
#wrapper .margin_top20{
	margin-top:6%;
}

#wrapper .margin_top30{
	margin-top:9%;
}

#wrapper .margin_top40{
	margin-top:12%;
}

#wrapper .margin_top50{
	margin-top:15%;
}

#wrapper .margin_top60{
	margin-top:18%;
}

#wrapper .margin_top70{
	margin-top:21%;
}
#wrapper .margin_top80{
	margin-top:24%;
}
#wrapper .margin_top90{
	margin-top:27%;
}
#wrapper .margin_top100{
	margin-top:30%;
}

/*ページトップスクロールボタン*/
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}
/*---------------------------------------------------------------------------------*/


.footer {
	font-size:10px;
	line-height:150%;
	padding:5px;
	max-width: 1025px;
	width:100%;
	margin:20px auto 10px;
	border-top:1px dotted #666;
	text-align:right;
}

#wrapper #footer p{

}


.f_box{
	max-width:900px;
	width:90%;
	text-align:center;
	margin:0 auto;
//	border-top:1px solid #000;
	padding-top:1%;
	font-family: 'Noto Sans JP';
}
.f_box .f_txt_00{
	font-size: clamp(1.2rem, 0.691rem + 2.55vw, 2.6rem);
	text-align:left;
	line-height:1.3;
	font-weight:500;
	margin:0 auto;
}
.f_box .f_txt_01{
	font-size: clamp(0.6rem, -1.457rem + 4.57vw, 1.4rem);
	text-align:left;
	line-height:1.3;
	font-weight:550;
	margin:3% auto 0;
}
.f_box .f_txt_02{
	font-size: clamp(1.2rem, -2.143rem + 7.43vw, 2.5rem);
	text-align:left;
	line-height:1.3;
	font-weight:600;
	margin:1% auto 0;
}
.f_box .f_txt_03{
	font-size: clamp(0.8rem, -1rem + 4vw, 1.5rem);
	text-align:left;
	line-height:1.3;
	font-weight:600;
	margin:1.5% auto 0;
	font-feature-settings: "palt";
}

.f_box .f_txt_03 span{
	font-size: clamp(0.9rem, -1.414rem + 5.14vw, 1.8rem);
	font-family: 'land_bold';
	vertical-align:-3%;
}
.f_box .f_txt_04{
	font-size: clamp(0.6rem, 0.382rem + 1.09vw, 1.2rem);
	text-align:left;
	line-height:1.3;
	margin:3% auto 2%;
}

.contact_m_title{
	width:90%;
	margin:50px auto 0;
	background:#f5aa3b;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color:#fff;
  padding:20px;
}

.contact_box .contact_m_title2{
	width:90%;
	margin:0;
	font-size:2.2rem;
	font-weight:bold;
	text-align:left;
	color:#000;
	padding-bottom:12px;
	background:#;
	border-bottom:1px solid #000;
}

.wrapper_inner .thanks_title{
	width:90%;
	margin:80px auto 0;
	font-size:2.0rem;
	line-height:150%;
	font-weight:bold;
	text-align:left;
	color:#000;
	
}

.wrapper_inner .thanks_txt{
	width:90%;
	margin:30px auto;;
	font-size:1.0rem;
	font-weight:bold;
	text-align:left;
	color:#000;
	padding-left:20px;
}


.contact_m_title3{
	width:90%;
	margin:50px auto 0;
	background:#000000;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color:#fff;
  padding:20px;
}

.contact_m_title4{
	width:90%;
	margin:50px auto 0;
	background:#efefef;
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	border:1px dotted #666;
  color:#000;
  padding:20px;
}


.contact_box .contact_m_title5{
	width:90%;
	margin-top:70px;
	margin-bottom:20px;
	margin-left:0;
	font-size:1.6rem;
	font-weight:bold;
	text-align:left;
	color:#000;
}
.contact_box{
	width:90%;
	margin:0 auto 50px;
	background: rgba(255,255,255,0.5);
	border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align:center;
}
.contact_txt{
	width:80%;
	margin:50px auto;
	text-align:left;
	padding:20px;
	border:1px solid #000;
}

.contact_txt2{
	width:90%;
	margin:20px auto 10px;
	text-align:left;
	line-height:150%;
	
}
.contact_txt3{
	width:100%;
	margin-top:80px;
	
	margin-bottom:60px;
	text-align:left;
	line-height:180%;
	font-size:1.4rem;
	font-weight:bold;
}

.contact_box .contact_title{
	width:100%;
	margin:20px auto 10px;
	text-align:left;
	padding-top:20px;
	font-size:1.2rem;
	font-weight:bold;
	vertical-align: baseline;
}


.contact_box .contact_title .hisu{
	color:#e71c24;
	font-size:1.2rem;
	vertical-align:-20%;
	margin: 0 5px;

}
/*
.contact_title .hisu{
	border-radius: 5px;
	background:#e71c24;
	padding:3px 10px;
	color:#fff;
	font-size:0.9rem;
	vertical-align:2px;
}
*/



.contact_in{
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:1.4rem;
	line-height:150%;
}

.contact_image{
	width:80%;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	font-size:1.4rem;
}

.contact_image img{
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
}


.contact_in p{
	width:100%;
	margin:10px 0;
	font-size:1.0rem;
	line-height:150%;
}

.contact_pp{
	width:70%;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	font-size:1.2rem;
}

.contact_bt{
	width:50%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	font-size:1.2rem;
}



#contact_f{
	margin:0 auto;
	padding-bottom:30px;
}

#contact_f input[type=text], #contact_f textarea {
	font-size:16px;			/*フォントサイズ*/
	border:1px solid #999999;	/*ボーダー*/
	padding:10px;			/*パディング*/
	border-radius:3px;		/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	width:100%;
	background:#fff;

}

#contact_f input[type=text]:focus, #form1 textarea:focus {
	box-shadow: 0px 0px 5px 2px #ccccee;		/*影を付ける*/
	outline-style:none;				/*アウトライン無しにする*/
}



#contact_f input[type="radio"] {
   -webkit-transform: scale(1.5);
   transform: scale(1.5);
   margin-right: 0.5em;
   margin-top:-5px;
}




#contact_f select {
	font-size:16px;			/*フォントサイズ*/
	border:1px solid #999999;	/*ボーダー*/
	padding:10px;			/*パディング*/
	border-radius:3px;		/*角丸にする*/
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	width:100%;
	background:#fff;

}

#contact_f select:focuss {
	box-shadow: 0px 0px 5px 2px #ccccee;		/*影を付ける*/
	outline-style:none;				/*アウトライン無しにする*/
}

#contact_f LABEL{
	font-size:1.2rem;
}

#contact_f 



/* ラベルのスタイル　*/
.contact_pp label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		1.2rem;
	line-height:		;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
}

/* ボックスのスタイル */
.contact_pp label:before {
	content:		'';
	width:			20px;			/* ボックスの横幅 */
	height:			20px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	background-color:	#fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	border-radius:3px;		/*角丸にする*/
	border:1px solid #999999;	/*ボーダー*/
}
/* 元のチェックボックスを表示しない */
.contact_pp input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.contact_pp input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		1.2rem;			/* チェックのサイズ */
	color:			#000;			/* チェックの色 */
	background-color:	#ccc;			/* チェックした時の色 */
}



/* ラベルのスタイル　*/

.buy_check{

background:#ccc;
padding:10px;
width:94%;
margin:0 auto 6px;
}
.buy_check label {
	padding-left:		38px;			/* ラベルの位置 */
	font-size:		1.2rem;
	line-height:		;
	display:		inline-block;
	cursor:			pointer;
	position:		relative;
	margin-top:3px;
}

/* ボックスのスタイル */
.buy_check label:before {
	content:		'';
	width:			20px;			/* ボックスの横幅 */
	height:			20px;			/* ボックスの縦幅 */
	display:		inline-block;
	position:		absolute;
	left:			0;
	top:-2px;
	background-color:	#fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;	/*影を付ける*/
	border-radius:3px;		/*角丸にする*/
	border:1px solid #999999;	/*ボーダー*/
}
/* 元のチェックボックスを表示しない */
.buy_check input[type=checkbox] {
	display:		none;
}
/* チェックした時のスタイル */
.buy_check input[type=checkbox]:checked + label:before {
	content:		'\2713';		/* チェックの文字 */ 
	font-size:		1.2rem;			/* チェックのサイズ */
	color:			#000;			/* チェックの色 */
	background-color:	#ccc;			/* チェックした時の色 */
}



/*-------ボタン-----------------------------*/
.contact_bt .bw-arrow,.contact_bt2 .bw-arrow {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 15px 15px 15px 30px;
	text-align: right;
	width:80%;
	max-width: 400px;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	margin:20px auto;
	border: none;
	cursor: pointer;
}


.bw-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);

}

.bw-arrow:hover {
	opacity: 0.5;
}

a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
	color: #FFFFFF;
	text-decoration: none;
}




.contact_bt2 .bw-arrow2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
//	justify-content: space-between;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 1px;
	color: #FFFFFF;
	font-size: 1.6rem;
	padding: 15px 15px 15px 30px;
	text-align:left;
	width:80%;
	max-width: 400px;
	-webkit-transition: 0.3s linear 0s;
	-o-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
	margin:20px auto;
	border: none;
	cursor: pointer;
}


.bw-arrow2::before {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-bottom: solid 2px #FFFFFF;
	border-left: solid 2px #FFFFFF;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	-ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);

}

.bw-arrow2:hover {
	opacity: 0.5;
}

a.bw-arrow2:link, a.bw-arrow2:active, a.bw-arrow2:hover, a.bw-arrow2:visited {
	color: #FFFFFF;
	text-decoration: none;
}


.contact_in2{
	width:100%;
	margin:10px auto;
	text-align:left;
	padding:10px;
	font-size:1.4rem;
	border:1px solid #666;
	background:#fff;
	line-height:150%;
}


.contact_bt2{
	width:90%;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	font-size:1.2rem;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}
/*--------------------------------*/
.error_txt{
	color:#e71c24;
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:1.0rem;
}


/*----------------------------------------------*/

#wrapper .multiple-item{
	border-right:1px solid #ccc;
	font-size:18px;
	font-weight:bold;;
}


#wrapper .multiple-item li{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #000;

	height:50px;
	vertical-align:middle;
	line-height: 50px;
	background:#fff;
}
#wrapper .multiple-item li a{
	display: block;
	color:#ccc;
}


#wrapper .multiple-item .active_mn{
	border-bottom:1px solid #fff;
	border-top:1px solid #000;
	border-left:1px solid #000;
}


#wrapper .multiple-item .active_mn span{
	border-bottom:4px solid #ff0000;
}



#wrapper .multiple-item .none_mn{
	border-left:1px solid #000;
}


#wrapper .multiple-item a:hover{
	color:#ccc;
	background:#999;
}

/*----------*/

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}

nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav.globalMenuSp ul li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active2 {
    transform: translateY(0%);
}


.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 13px;
    top: 12px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/* 最初のspanをマイナス45度に */
.navToggle.active2 span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.navToggle.active2 span:nth-child(2),
.navToggle.active2 span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navToggle{
	display:none;
}

.head_logo_con{ 
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: flex-end;
	max-width:900px;
	text-align:center;
	margin:40px auto 20px;
	width:100%;
}

.head_logo_con_l{
	text-align:left;
}
.head_logo_con_r{
	text-align:right;
}

.maker_name_01{
	font-size:1.5rem;
}
.shop_name_01{
	font-weight:bold;
	font-size:1.3rem;
}
.h_text_a{
	max-width:900px;
	margin:0 auto 30px;
	line-height:150%;
	padding:0 20px;
}
.p_01_a{
	margin-top:30px;
	font-weight:bold;
	font-size:2.2rem;
	line-height:120%;
}
.p_02_a{
	margin-top:30px;
	font-weight:bold;
	font-size:4.0rem;
	line-height:120%;
}
.p_03_a{
	margin-top:30px;
	font-weight:bold;
	font-size:2.0rem;
	line-height:120%;
}


.select_input{
	margin-top:10px;
}
.select_input ul{ 
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	border-top:2px solid #666;
	padding:10px 0;
}

.select_input input[type="radio"]  {
    -webkit-transform: scale(2);
    -webkit-transform-origin:100% 50%;
    -moz-transform: scale(2);
    -moz-transform-origin:100% 50%;
    -ms-transform: scale(2);
    -ms-transform-origin:100% 50%;
    width:20px;
    height:20px;
    vertical-align: middle;
}

.foot_title_a{
	max-width:1000px;
	margin:50px auto 50px;
	text-align:center;
	width:100%;
}

.foot_title_a img{
	text-align:center;
	width:100%;
}


.arrow{
  width: 22px;
  height: 22px;
  border: 4px solid;
  border-color: #ffffff #ffffff transparent transparent;
  transform: rotate(45deg);
}


.sankaku_arrow{
	display: flex;
}


.link_box{
	position:relative;
	height:100%;
}
.link_inn{
	position: absolute;
	top:50%;
	z-index:1;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: auto;
}

.link_inn2{
	position: absolute;
	top:64%;
	z-index:1;
    right: 0%;
    bottom: 0%;
    width: 50%;
    height: auto;
}


.bt_links{
	width:100%;
	margin:4% auto 0;
	text-align:center;
}


.bt_links img{
	width:100%;
	margin:20px auto;
}



.bt_links a {
//	max-width:839px;
	width:100%;
	margin:0 auto 7%;
	color: #fff;
	font-size: clamp(0.65rem, 0.305rem + 1.73vw, 1.6rem);
	font-weight: bold;
	text-align:center;
	background: #000;
//	padding:20px;
//	border-radius: 6px;
	position: relative;
	z-index: 1;
	display: inline-block;
	transition: .3s;
	padding-top:4%;
	padding-bottom:4%;
}

.bt_links a::before {
	content: "";
	width: 100%;
	height: 10px;
	position: absolute;
	top: 100%;
	left: 5%;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	z-index: -1;
	opacity: 0;
	transition: .3s;
}
.bt_links a:hover {
	transform: translateY(-7px);
}
.bt_links a:hover::before {
	transform: translateY(7px);
	opacity: 1;
}
.sp_on{
	display:none;
}
/* ************************************************************************************************ */
@media screen and (max-width: 980px) {


}
/* ************************************************************************************************ */
@media screen and (max-width: 768px) {
.sp_on{
	display: block !important;
}
.sp_none{
	display:none;
}
.img_fl_2{
	flex-wrap: wrap;
}
.img_fl_2_l,.img_fl_2_c,.img_fl_2_r{
	width:49%;
}

.p_fl_1{
	display: block;
}
.p_fl_1_l{
	margin-top:2%;
	width:100%;
}
.p_fl_1_r{
	margin-top:2%;
	width:100%;
}
.p_fl_bk,.p_fl_tx1 {
	text-align:center
}
.p_fl_red_in{
	justify-content: center;
}
.p_fl_3{
	display: block;
}
.p_fl_3_l{
	width:100%;
}
.p_fl_3_r{
	width:100%;
}
.footer {
	font-size:11px;
	line-height:14px;
	margin-top:;
	padding:15px 10px 25px;
	text-align:center;
}
}

@media screen and (max-width: 600px) {
.navToggle{
	display:block;
}
}
