@charset "UTF-8";
/*
    font-family: 'Zen Maru Gothic', sans-serif;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
spi_img
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8em;
    color: #333333;
    font-size: 16px;
    min-width: 1140px;
}

p {
    line-height: 1.8em;
    color: #333333;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333333;
    -webkit-transition: all 0.s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul li {
    list-style-type: none;
}

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

a:hover {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);

}

b,
strong {
    font-weight: 600 !important;
}


.shadow_i img {
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    border-radius: 10px;
}

.shadow_i_a img {
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);

}


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

.back_next{
	margin-top: 30px;
}

.back_next .float_sb {
	display: flex;
	justify-content: space-between;
}
.back_next .float_sb > div {
	width: 50%;
	position: relative;
	background-color: #EDF2F2;
	border: 1px solid #ACACAC;
	display: flex;
	align-items: center;
}
.back_next .float_sb > div + div {
	border-left: none;
}
.back_next .float_sb > div a {
	background-color: #EDF2F2;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4em;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
}
.back_next .float_sb > div a:hover {
	opacity: 0.6;
}
.back_next .back_btn a {
	padding: 40px 20px 40px 50px;
	position: relative;
}
.back_next .back_btn a:before {
	position: absolute;
	content: "";
	background-image: url("../images/common/back_next_l.png");
	background-size: 100%;
	width: 24px;
	height: 24px;
	left: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.back_next .next_btn {
	margin-left: auto;
	border-left: none;
}
.back_next .next_btn a {
	padding: 40px 50px 40px 20px;
	position: relative;
}
.back_next .next_btn a:after {
	position: absolute;
	content: "";
	background-image: url("../images/common/back_next_r.png");
	background-size: 100%;
	width: 24px;
	height: 24px;
	right: 15px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.back_next .pc_on{
	display: block;
}
.back_next .sp_on{
	display: none !important;
}

/**************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 0.08em;
}


.fw_b {
    font-weight: 600;
}

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



.c_01 {
    color: #FF0000;
    font-weight: 600;
}


.c_02 {
    color: #E95504;
    font-weight: 600;
}

/**************/
.f10 {
    font-size: 10px !important;
}

.f11 {
    font-size: 11px !important;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f15 {
    font-size: 15px !important;
}

.f16 {
    font-size: 16px !important;
}

.f17 {
    font-size: 17px !important;
}

.f18 {
    font-size: 18px !important;
}

.f19 {
    font-size: 19px !important;
}

.f20 {
    font-size: 20px !important;
}

.f21 {
    font-size: 21px !important;
}

.f22 {
    font-size: 22px !important;
}

.f23 {
    font-size: 23px !important;
}

.f24 {
    font-size: 24px !important;
}

.f25 {
    font-size: 25px !important;
}

.f26 {
    font-size: 26px !important;
}

.f27 {
    font-size: 27px !important;
}



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

.pt10 {
    padding-top: 10px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mt70 {
    margin-top: 70px !important;
}

.mt80 {
    margin-top: 80px !important;
}



.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb70 {
    margin-bottom: 70px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

/**************/
.txt_c {
    text-align: center !important;
}

.txt_r {
    text-align: right !important;
}

.txt_l {
    text-align: left !important;
}


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









.ttl_02 {
    font-size: 28px;
    line-height: 1.4em;
    border-bottom: 1px solid #EAE7E7;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 30px;
    font-weight: 600;
}

.ttl_02:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 30px;
    border-top: 6px solid #E95504;
    height: 6px;
}


.ttl_03 {
    font-size: 24px;
    line-height: 1.4em;
    border-left: 4px solid #E95504;
    font-weight: 600;
    margin-bottom: 17px;
    padding-left: 7px;
}
.ttl_03_g{
    font-size: 24px; 
    line-height: 1.4em;
    text-align: center;
}


.ttl_04 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3em;
    border-bottom: 4px solid #333333;
    background-color: #F0EEEC;
    display: flex;
    align-items: flex-start;
    padding: 15px 15px 0 15px;
}

.ttl_04 span {
    padding: 15px 0;
    text-align: center;
    background-color: #E95504;
    font-size: 24px;
    color: #fff;
    line-height: 1em;
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
    max-width: 50px;
    min-width: 50px;
}

.ttl_04 strong {
    padding: 12px 15px 21px 10px;
}



.ttl_05 {
    font-size: 28px;
    line-height: 1.5em;
    border-top: 4px solid #333333;
    border-bottom: 4px solid #333333;
    position: relative;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;

}

.ttl_05:before {
    content: "";
    background-image: url("../images/common/ttl_icon.png");
    position: absolute;
    background-size: 100%;
    width: 20px;
    height: 12px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

.ttl_05 span {
    color: #E95504;
}


.ttl_05 small {
    color: #3D6879;
    font-size: 20px;
    display: block;
    line-height: 1.5em;
    margin-bottom: 3px;
    letter-spacing: 0.06em;
}



.ttl_06 {
    font-size: 18px;
    line-height: 1.4em;
    background-image: url("../images/common/icon_06.png");
    background-size: 17px;
    background-position: left 1px;
    padding-left: 23px;
    font-weight: 600;
    margin-bottom: 20px;
}











.ttl_07 {
    background-color: #547886;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    padding: 7px 10px 7px;
    text-align: center;
}


.ttl_08 {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.4em;
    padding: 4px 10px 5px;
    text-align: center;
    margin-bottom: 15px;
}

.ttl_09 {
    background-color: #EDEDED;
    color: #333;
    font-size: 14px;
    line-height: 1.3em;
    padding: 4px 10px 5px;
    text-align: center;
    margin-bottom: 15px;
}

.ttl_10 {
    background-color: #5A5A5A;
    color: #fff;
    font-size: 12px;
    line-height: 1.3em;
    padding: 4px 10px 5px;
    text-align: center;
    letter-spacing: -0.01em;
    font-weight: 500;
}

.ttl_11 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ttl_12 {
    font-size: 14px;
    font-weight: 500;
}


.ttl_13 {
    color: #547886;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}


.ttl_14 {
    background-image: url("../images/common/icon_07.png");
    background-size: 40px;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4em;
    text-align: center;
    font-weight: 600;
}


.ttl_15 {
    border-bottom: 2px solid #547886;
    font-size: 20px;
    line-height: 1.5em;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: 600;
}


.ttl_16 {
    font-size: 14px;
    line-height: 1.3em;
    background-image: url("../images/common/icon_05.png");
    background-size: 13px;
    background-position: left 4px;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}


.ttl_17 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.6em;
}



.ttl_18 {
    background-color: #231815;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    display: block;
    margin-bottom: 30px;
}


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

.float_sb {
    display: flex;
    justify-content: space-between;
}

.float_sa {
    display: flex;
    justify-content: space-around;
}

.float_ce {
    display: flex;
    justify-content: center;
}

.float_ft {
    display: flex;
    justify-content: flex-start;
}

.float_en {
    display: flex;
    justify-content: flex-end;
}


.type_01,
.type_02 {
    display: flex;
    justify-content: space-between;
}

.type_01 .l_box {
    max-width: 520px;
    width: 48%;
}

.type_01 .r_box {
    max-width: 520px;
    width: 48%;
}

.type_02 .l_box {
    max-width: 520px;
    width: 48%;
    order: 2;
}

.type_02 .r_box {
    max-width: 520px;
    width: 48%;
    order: 1;
}

.type_01 .r_box img,
.type_01 .l_box img,
.type_02 .r_box img,
.type_02 .l_box img {
    max-width: 520px;
    width: 100%;
}




.type_01_a,
.type_02_a {
    display: flex;
    justify-content: space-between;
}

.type_01_a .l_box {
    max-width: 490px;
    width: 48%;
}

.type_01_a .r_box {
    max-width: 490px;
    width: 48%;
}

.type_02_a .l_box {
    max-width: 490px;
    width: 48%;
    order: 2;
}

.type_02_a .r_box {
    max-width: 520px;
    width: 48%;
    order: 1;
}

.type_01_a .r_box img,
.type_01_a .l_box img,
.type_02_a .r_box img,
.type_02_a .l_box img {
    max-width: 490px;
    width: 100%;
}







.type_03 {
    display: flex;
    justify-content: space-between;
}

.type_03 .r_box {
    max-width: 850px;
    width: 72%;
}

.type_03 .l_box {
    max-width: 250px;
    width: 23%;
}



.type_04 {
    display: flex;
    justify-content: space-between;
}

.type_04 .r_box {
    max-width: 400px;
    width: 37%;
}

.type_04 .l_box {
    max-width: 660px;
    width: 60%;
}

.type_04 .r_box img,
.type_04 .l_box img {
    max-width: 400px;
}

.type_04_a {
    display: flex;
    justify-content: space-between;
}

.type_04_a .l_box {
    max-width: 400px;
    width: 37%;
}

.type_04_a .r_box {
    max-width: 660px;
    width: 60%;
}

.type_04_a .l_box img {
    max-width: 400px;
}

.type_05 {
    display: flex;
    justify-content: space-between;
}

.type_05 .r_box {
    max-width: 680px;
    width: 66%;
}

.type_05 .l_box {
    max-width: 300px;
    width: 30%;
}

.type_05 .l_box img {
    max-width: 300px;
}


.type_06 {
    display: flex;
    justify-content: center;
}

.type_06 > div {
    width: 40%;
    max-width: 320px;
    margin: 0 15px 30px;
}

.type_06_a {
    display: flex;
    justify-content: space-between;
}

.type_06_a > div {
    width: 49%;
    max-width: 320px;
}

.type_07 {
    display: flex;
    justify-content: space-between;
}

.type_07 .r_box {
    max-width: 580px;
    width: 70%;
}

.type_07 .l_box {
    max-width: 200px;
    width: 24%;
}

.type_07 .l_box img {
    max-width: 200px;
}



.type_08 {
    display: flex;
    justify-content: space-between;
}

.type_08 .r_box {
    max-width: 650px;
    width: 73%;
}

.type_08 .l_box {
    max-width: 220px;
    width: 25%;
}

.type_08 .l_box .up_img {
    max-width: 220px;
    width: 100%;
}

.type_08 .l_box img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}


.type_08_a {
    display: flex;
    justify-content: space-between;
}

.type_08_a .r_box {
    max-width: 650px;
    width: 73%;
}

.type_08_a .l_box {
    max-width: 220px;
    width: 25%;
}

.type_08_a .l_box .up_img {
    max-width: 220px;
    width: 100%;
}




.type_09 {
    display: flex;
    justify-content: space-between;
}

.type_09 .l_box {
    max-width: 40px;
    min-width: 40px;
    width: 6%;
}

.type_09 .r_box {
    max-width: 770px;
    width: 94%;
}

/**************/
article {
    padding-top: 60px;
}

article.top {
    padding-top: 0;
}

.frame {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
}

.w900 {
    max-width: 900px;
    margin: auto;
}

.w800 {
    max-width: 800px;
    margin: auto;
}


.bg_01 {
    background-color: #fff;

}

.bg_02 {
    background-color: #F7F7F5;
}

.bg_02_a {
    background-color: #F7F7F5;
    padding: 40px;
}

.bg_03 {
    background-image: url("../images/common/bg_img_01.png");
    background-position: top center;
    background-repeat: repeat;
    background-size: 40px;
    padding: 80px 0;
}

.bg_04 {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    border-radius: 10px;
    border: 4px solid #F0F0F0;
    padding: 38px;
}

.bg_05 {
    background-color: #EDF2F2;
    padding: 20px;
}

.bg_05_a {
    background-color: #EDF2F2;
    padding: 40px;
}

.bg_06 {
    padding: 80px 0;
    background-image: url("../images/common/bg_img_02.png");
    background-size: 2240px;
    background-position: center top;
    background-color: #F7F7F5;
}



.bg_yaji {
    text-align: center;
    margin: 20px 0 20px;
}

.bg_yaji img {
    max-width: 200px;
}

.line_a {
    border-top: 5px solid #D5D5D5;
}

.iw200 img {
    max-width: 200px !important;
    width: 100%;
}



.iw320 img {
    max-width: 320px !important;
    width: 100%;
}

.iw450 img {
    max-width: 450px !important;
    width: 100%;
}

.iw470 img {
    max-width: 470px !important;
    width: 100%;
}

.iw475 img {
    max-width: 470px !important;
    width: 100%;
}

.iw490 img {
    max-width: 490px !important;
    width: 100%;
}

.iw500 img {
    max-width: 500px;
    width: 100%;
}

.iw600 img {
    max-width: 600px;
    width: 100%;
}

.iw700 img {
    max-width: 700px !important;
    width: 100%;

}

.iw800 img {
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.iw900 img {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.iw100 {
    max-width: 100%;
    width: 100%;
}


.bnr_box_01 {
    display: flex;
    justify-content: space-between;
}

.bnr_box_01 a {
    width: 48%;
    display: block;
}

.bnr_box_01 img {
    max-width: 430px;
    width: 100%;
}



.bnr_area {
    text-align: center;
}








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



.bnr_pop_up img {
    max-width: 470px;
    width: 100%;
    cursor: pointer;
}

.bnr_pop_up_a img {
    max-width: 470px;
    width: 100%;
    cursor: pointer;
}


.pop_up_box,
.pop_up_box_a {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 1100px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.bnr_pop_area::before {
    content: '';
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.h_pop_area::before {
    content: '';
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.h_pop_up {
    cursor: pointer;
}


.overlay_close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 9999;
}

.bnr_pop_area_a.active .overlay_close {
    display: block;
}

body.popup_scroll_lock {
    position: fixed;
    width: 100%;
}




.bnr_pop_area_a.active .pop_up_box {
    z-index: 10000;
}

/* 表示中に背景を出す */
.bnr_pop_area.active .pop_up_box,
.bnr_pop_area_a.active .pop_up_box,
.h_pop_area.active .pop_up_box_a {
    display: block;
}

.bnr_pop_area.active::before,
.bnr_pop_area_a.active::before,
.h_pop_area.active::before {
    display: block;
}

.bnr_pop_area_a .pop_img img,
.bnr_pop_area .pop_img img {
    max-width: 1030px;
    width: 100%;
}

.h_pop_area .pop_img img {
    max-width: 1030px;
    width: 100%;
}

body.no_scroll {
    overflow: hidden;
    //    height: 100vh;
}

.bnr_pop_area_a button.btn_off_aa,
.bnr_pop_area button.btn_off_aa,
.bnr_pop_area button.btn_off_a,
.h_pop_area button.btn_off_a,
.order_pop button.btn_off_b {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    background-color: #E95504;
    font-weight: 600;
    border-radius: 50px;
    min-width: 240px;
    text-align: center;
    padding: 6px 15px 6px 15px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    margin: 30px auto 0;
    position: relative;
}

.bnr_pop_area_a button.btn_off_aa:before,
.bnr_pop_area button.btn_off_aa:before,
.bnr_pop_area button.btn_off_a:before,
.h_pop_area button.btn_off_a:before,
.order_pop button.btn_off_b:before {
    content: "";
    position: absolute;
    background-image: url("../images/common/icon_btn_off.png");
    width: 14px;
    height: 20px;
    background-size: 100%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}


.h_pop_area p {
    color: #333 !important;
    margin-left: 0 !important;
}

.h_pop_area h4.ttl_15 {
    margin-top: 20px;
}

.h_pop_area .pop_up_box_a,
.bnr_pop_area .pop_up_box,
.bnr_pop_area_a .pop_up_box {
    height: calc(100% - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99999;
}

.order_pop .pop_up_box.active {
    display: block !important;
    z-index: 99999;
}

.order_pop .pop_up_box {
    height: calc(100% - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.order_pop .bnr_pop_area.active {}

/**************/
.btn_01 {
    text-align: center;
    margin-top: 40px;
}

.btn_01 span {
    position: relative;
    width: 100%;
    display: block;
}

.btn_01 span:after {
    content: "";
    background-image: url("../images/common/icon_btn.png");
    right: 5px;
    top: 4px;
    position: absolute;
    width: 16px;
    height: 18px;
    background-size: 100%;
}



.btn_01 a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    background-color: #E95504;
    font-weight: 600;
    border-radius: 50px;
    min-width: 270px;
    text-align: center;
    padding: 12px 15px 12px 15px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}






.btn_03 {
    background-color: #E95504;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    max-width: 270px;
    margin: 30px auto 0;
}


.btn_parent {
    text-align: center;
}

.btn_04 {
    width: 100%;
    max-width: 200px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #E95504;
    padding: 7px 5px 7px 24px;
    color: #E95504;
    font-size: 16px;
    line-height: 1.4em;
    background-image: url("../images/common/icon_09.png");
    background-size: 34px;
    background-position: 15px 6px;
    border-radius: 50px;
    font-weight: 600;
}




.btn_05 {
    background-color: #E95504;
    padding: 10px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3em;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}

.btn_05:hover {
    opacity: 0.7;
}




.btn_box {
    margin-top: 15px;
}

.btn_delete {
    background-color: #547886;
    color: #fff;
    font-size: 16px;
    line-height: 1.3em;
    display: block;
    max-width: 200px;
    width: 100%;
    font-weight: 500;
    padding: 6px 15px 6px 40px;
    position: relative;
    margin-bottom: 20px;
    margin-left: auto;

}

.btn_delete:hover {
    opacity: 0.7;
}

.btn_delete:before {
    content: "";
    position: absolute;
    background-image: url("../images/order/delete_icon.png");
    width: 14px;
    height: 20px;
    background-size: 100%;
    left: 20px;
    top: 7px;

}


.btn_add {
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    background-color: #fff;
    font-size: 18px;
    border: 3px solid #ADADAD;
    border-radius: 50px;
    font-weight: 500;
    padding: 5px 20px;
    max-width: 200px;
    width: 100%;
}


.btn_add:hover {
    background-color: #eee;

}






.tag_a a {
    background-color: #fff;
    border: 2px solid #E95504;
    color: #E95504;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 1.3em;
    margin-right: 15px;
}


.tag_a a.col_a {
    border: 2px solid #231815;
    color: #231815;
}




.tag_b {
    display: flex;
    flex-wrap: wrap;
}

.tag_b > div {
    display: flex;
    align-items: flex-start;
    margin-right: 30px;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 7px;
}

.tag_b > div span {
    background-color: #000;
    display: inline-block;
    padding: 4px 9px;
    line-height: 1.2em;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    white-space: nowrap;

}



.tag_c {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 10px 5px;
    line-height: 1.3em;
}



.tag_d {
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 4px 10px;
    line-height: 1.3em;
}


.tag_e {
    background-color: #333333;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    padding: 2px 10px;
}






.txt_link a {
    color: #E95504;
    font-weight: 600;
    text-decoration: underline;
}



.txt_link_a a {
    color: #E95504;
    font-size: 12px;
    font-weight: 400;
}

.txt_link_b a {
    color: #E95504;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.txt_link_c a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    background-image: url("../images/common/icon_l_ob.png");
    background-size: 10px;
    background-position: left 5px;
    padding-left: 12px;
}

.txt_link_d a {
    color: #E95504;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
}



.icon_link_a {
    margin-bottom: 10px;
}

.icon_link_a a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    background-image: url("../images/common/icon_04.png");
    background-size: 8px;
    background-position: left 8px;
    padding-left: 15px;
    text-decoration: underline;
}

.icon_link_a a:hover {
    text-decoration: none;
    opacity: 1;
}


.icon_pop {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    background-image: url("../images/common/icon_04.png");
    background-size: 8px;
    background-position: left 8px;
    padding-left: 15px;
    text-decoration: underline;
    cursor: pointer;
}




.icon_link_b a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background-image: url("../images/common/icon_01.png");
    background-size: 10px;
    background-position: left 2px;
    padding-left: 15px;
    line-height: 1.3em;
    margin-right: 30px;
    display: inline-block;
}



.icon_link_c a {
    padding-left: 10px;
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    background-image: url("../images/common/icon_l_o.png");
    background-size: 8px;
    background-position: left 4px;
    line-height: 1.5em;
    display: block;
    margin-bottom: 10px;
}










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







.open_box {}

.open_box .click_btn {
    padding: 12px 50px 12px 20px;
    position: relative;
    background-color: #E95504;
    line-height: 1.6em;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    font-size: 20px;
    letter-spacing: 0.05em;
}

.open_box .open_area {
    padding: 20px 20px 20px 20px;
    position: relative;
    display: none;
    background-color: #fff;
    line-height: 1.7em;
    color: #000;
    font-size: 16px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}


.open_box .click_btn:after {
    position: absolute;
    content: "";
    background-image: url("../images/common/open_on_btn.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
}




.open_box .btn_off:after {
    position: absolute;
    content: "";
    background-image: url("../images/common/open_off_btn.png");
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    height: 2px;
    width: 18px;
}
.open_box .open_area .inner {
    margin-bottom: 30px;
}

.open_box .open_area .inner:last-child {
    margin-bottom: 0;
}
.search_box {}

.search_box input,
.search_box textarea {
    padding: 15px 10px;
    width: 100%;
    background-color: #F7F7F7;
    font-size: 14px;
    color: #333333;
}

::placeholder {
    color: #7C7C7C;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1.4em;
}

input,
textarea,
select,
input:focus, 
textarea:focus, 
select:focus {
    font-size: 16px !important;
}

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



.table_01 {
    border-collapse: collapse;
    border: 2px solid #333333;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
}

.table_01 th {
    background-color: #547886;
    color: #fff;
    padding: 12px;
    border-bottom: 1px solid #333333;
    text-align: center;
    width: 200px;
}

.table_01 td {
    border-bottom: 1px solid #333333;
    padding: 10px;
}

.table_01 td a {
    color: #E95504;
    font-weight: 600;
    text-decoration: underline;
}








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




.table_a {
    border-collapse: collapse;
    border: 2px solid #333333;
    width: 100%;
    background-color: #fff;
}

.table_a th {
    background-color: #547886;
    padding: 5px 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #231815;
    white-space: nowrap;
}

.table_a td {
    padding: 15px 10px 17px;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    line-height: 1em;
    width: 4%;
}

.table_a td.no_icon {
    background-color: #F8F8F8;
    min-width: 300px;
    text-align: left;
    width: 9%;
    border-left: 1px solid #231815;
}

.table_a td.no_icon span {
    background-color: #E95504;
    font-size: 24px;
    color: #fff;
    line-height: 1em;
    padding: 5px 4px 7px;
    font-weight: 600;
    margin-right: 5px;
    display: inline-block;
}

.table_a td.no_icon p {
    line-height: 1.4em;
    display: inline-flex;
    width: 85%;
}

.table_a td.no_icon a,
.table_a td.no_icon p a {
    text-decoration: underline;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
}

.table_a td img {
    width: 34px;
    display: block;
    margin: auto;
}

.table_a .join {}











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



.table_b {
    border-collapse: collapse;
    border: 2px solid #333333;
    width: 100%;
    background-color: #fff;
    text-align: center;
    table-layout: fixed;
}

.table_b tr:nth-child(odd) td {
    background-color: #EFF5F5;
}

.table_b th {
    background-color: #547886;
    padding: 7px 5px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #231815;
    line-height: 1.4em;
    white-space: nowrap;
}









.table_b td {
    padding: 7px 7px 7px;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    width: 5%;
    font-size: 16px;
    line-height: 1.4em;
    white-space: nowrap;
}

.table_b th .t_small {
    display: block;
    font-size: 12px;
    line-height: 1.4em;
}

.table_b td .t_small {
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
}


.table_b td del {
    color: #B5B5B5;
}

.table_b .t_001 {
    font-weight: 900;
    background-color: #F8F8F8 !important;
}

.table_b .t_001 .t_txt {
    display: block;
    font-weight: 400;

}

.table_b .t_002 {
    font-size: 18px;
    font-weight: 600;
}


.table_b .t_003 {
    color: #FF6600;
    font-size: 18px;
    font-weight: 400;
}

.table_b .text-muted {
    font-size: 16px;
    font-weight: 400;
}

.table_b .sold_out {
    color: red;
    font-size: 16px;
    font-weight: 400;
}





/*
.table_b .t_cart td {
    background-color: #E95504;
    padding: 10px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3em;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
}
    */
.table_b .t_cart a {
    background-color: #E95504;
    padding: 10px 4px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3em;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    border-radius: 8px;
    letter-spacing: -1px;
}

.table_b td:nth-child(1),
.table_b th.table_fix {
    width: 9%;
    max-width: 100px;
    min-width: 100px;
    white-space: normal;
}

.th_01 {
    width: 6%;
    max-width: 60px;
    min-width: 60px;
}

.th_02 {
    width: 8%;
    max-width: 80px;
    min-width: 80px;
}

.th_03 {
    width: 12%;
    max-width: 140px;
    min-width: 140px;
}

.th_04 {
    width: 12%;
    max-width: 140px;
    min-width: 140px;
}

.th_05,
    {
    width: 15%;
    max-width: 180px;
    min-width: 180px;
}

.th_06 {
    width: 12%;
    max-width: 140px;
    min-width: 140px;
}

.th_07 {
    width: 15%;
    max-width: 220px;
    min-width: 220px;
}










/*

.table_b th.t_0a {
    width: 4%;
}

.table_b th.t_0b {
    width: 2%;
}

.table_b th.t_0c {
    width: 6%;
}

.table_b th.t_0d {
    width: 2%;
}

.table_b th.t_0e {
    width: 3%;
}
*/
.table_b strike {
    color: #B5B5B5;
}

.table_b .t_sale {
    color: #FF6600;
    display: block;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 900;
}

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

.check_box {
    max-width: 900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.check_box .l_box {
    min-width: 100px;
    width: 11%;
    margin-right: 35px;
}

.check_box .r_box {
    background-color: #fff;
    border: 2px solid #333333;
    width: auto;
    padding: 15px 20px;
    position: relative;
    letter-spacing: -0.1px;
    width: 85%;
}

.check_box .r_box:before {
    content: "";
    background-image: url("../images/common/fukidashi_a.jpg");
    width: 20px;
    height: 30px;
    background-size: 100%;
    position: absolute;
    top: 25px;
    left: -22px;
}

.check_box .r_box span {
    color: #FF0000;
    font-weight: 600;
}

/**************/
.pan_list {
    width: 100%;
    padding: 2px 0px 8px;
    background-color: #F4F4F4;
}

.pan_list ul {
    max-width: 1120px;
    padding: 0 10px;
    margin: 0 auto;
    line-height: 1.4em;
}


.pan_list ul li {
    display: inline;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3em;
    position: relative;
    padding-left: 15px;
    margin-left: 8px;
}


.pan_list ul li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.pan_list ul li:last-child a {
    margin-right: 0;
    color: #333;
    font-weight: 600;
}

.pan_list ul li a {
    position: relative;
    display: inline;
    color: #333333;
    font-size: 11px;
    font-weight: 600;
}

.pan_list ul li:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url("../images/common/icon_l_o.png");
    width: 8px;
    height: 13px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.pan_list ul li:first-child:after {
    content: "";
    right: 0;
    background-image: none;
}


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


.item_table_area {
    margin-bottom: 80px;
}

.item_table_area .tag_a,
.item_table_area .tag_b {
    margin-bottom: 15px;
}

.item_table_area .up_img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 5px;

}

.item_table_area .up_img img {
    max-width: 90px;
    aspect-ratio: 1 / 1;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin-right: 15px;
    margin-bottom: 10px;
}


.cp_ipselect {

    text-align: center;
}

.cp_ipselect select {
    padding: 15px 10px;
    width: 40%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}


.cp_ipselect select::-ms-expand {
    display: none;
}

.cp_ipselect.cp_sl01 {
    position: relative;
    text-align: left;
}

.cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 13px;
    padding: 0;
    color: #333333;
    content: "";
    background-image: url("../images/common/icon_select.png");
    width: 8px;
    height: 12px;
    background-size: 100%;
    pointer-events: none;
    font-weight: bold;
}

.cp_ipselect.cp_sl01 select {
    padding: 8px 17px 8px 10px;
    color: #333333;
    font-weight: normal;
    border: 2px solid #333333;
    width: 100%;
    background-color: #fffecc;
}






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

.list_no {}

.list_no > li {
    background-image: url("../images/common/icon_no_01.jpg");
    background-position: left center;
    background-size: 50px;
    padding: 17px 0 17px 60px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
    border-bottom: 2px solid #EAE7E7;
}


.list_no > li:nth-child(2) {
    background-image: url("../images/common/icon_no_02.jpg");
}

.list_no > li:nth-child(3) {
    background-image: url("../images/common/icon_no_03.jpg");
}

.list_no > li:nth-child(4) {
    background-image: url("../images/common/icon_no_04.jpg");
}

.list_no > li:nth-child(5) {
    background-image: url("../images/common/icon_no_05.jpg");
}

.list_no > li:nth-child(6) {
    background-image: url("../images/common/icon_no_06.jpg");
}

.list_no > li:nth-child(7) {
    background-image: url("../images/common/icon_no_07.jpg");
}

.list_no > li:nth-child(8) {
    background-image: url("../images/common/icon_no_08.jpg");
}

.list_no > li:nth-child(9) {
    background-image: url("../images/common/icon_no_09.jpg");
}

.list_no > li:nth-child(10) {
    background-image: url("../images/common/icon_no_10.jpg");
}









.list_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_01_a::after,
.list_01_a::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    max-width: 250px;
}

.list_01_a::before {
    order: 1;
}

.list_01 > li {
    max-width: 250px;
}

.list_01 > li img {
    max-width: 250px;
    width: 100%;
}

.list_01_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_01_a > li {
    max-width: 250px;
    width: 24%;
    margin-bottom: 45px;
}

.list_01_a > li img {
    max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
}

.list_01_a p {
    text-indent: -0.8em;
    line-height: 1.3em;
    margin-bottom: 7px;
    padding-left: 17px;
}

.list_01_a .icon_a a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    background-image: url("../images/common/icon_l_o.png");
    background-size: 8px;
    background-position: left 4px;
    padding-left: 12px;
    line-height: 1.3em;
}

.list_01_a .icon_b {
    padding-left: 30px;
}

.list_01_a .icon_b a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    background-image: url("../images/common/icon_01.png");
    background-size: 10px;
    background-position: left 2px;
    padding-left: 15px;
    line-height: 1.3em;
}






.list_02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_02::after,
.list_02::before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}

.list_02::before {
    order: 1;
}

.list_02 > li {
    width: 23%;
    max-width: 250px;
}

.list_02 .up_img {
    max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
}

.list_02 .up_img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}

.list_02 .ctg_a {
    margin-bottom: 10px;
}


.list_02 .icon_link_a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    background-image: url("../images/common/icon_04.png");
    background-size: 8px;
    background-position: left 8px;
    padding-left: 15px;
    text-decoration: underline;
}

.list_02 .tag_d {
    margin-bottom: 8px;
}


.guest_a {}

.guest_b a {
    color: #E95504;
    font-size: 18px;
    text-decoration: underline;

}

.list_02 > li .ttl_12 {
    line-height: 1.6em;
    margin-bottom: 3px;
}





.list_03 {}

.list_03 > li {
    border-bottom: 2px solid #E2E2E2;
    padding: 15px 0;
}

.n_day {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.n_day span {
    border: 1px solid #547886;
    color: #547886;
    padding: 4px 6px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 1em;
}

.n_day .day_txt {
    border: 0;
    color: #727272;
    padding: 0;
    margin-left: 0;
    margin-right: 18px;
    font-size: 14px;
    font-weight: 400;

}

.list_04 {
    display: flex;
    flex-wrap: wrap;
}

.list_04 > li {
    line-height: 1.4em;
    background-image: url("../images/common/icon_04.png");
    background-size: 8px;
    background-position: left 8px;
    padding-left: 15px;
    margin-right: 30px;
}

.list_04 > li > a {
    font-size: 18px;
    line-height: 1.4em;
    text-decoration: underline;
    font-weight: 600;
}

.list_04 > li > a:hover {
    color: #E95504;
    opacity: 1;
}

.list_04 > li.active a {
    color: #547886;
}



.list_05 li {
    margin-bottom: 15px;
}


.list_06 {}



.list_06 > li {
    margin-bottom: 10px;
}

.list_06 > li p {
    text-indent: -0.8em;
    padding-left: 16px;
    line-height: 1.4em;
    font-size: 16px;
    margin-bottom: 0 !important;
}

.list_06 > li span {
    color: #E95504;
    font-size: 16px;
    font-weight: 700;
}




.list_07 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_07:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

.list_07 > li {
    width: 31%;
    max-width: 240px;
    margin-bottom: 40px;
}

.list_07 .up_img {
    max-width: 250px;
    width: 100%;
    margin-bottom: 15px;
}

.list_07 .up_img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}

.list_07 .ctg_a {
    margin-bottom: 10px;
}


.guest_b a {
    color: #E95504;
    font-size: 18px;
    text-decoration: underline;

}

.list_07 > li .ttl_12 {
    line-height: 1.6em;
    margin-bottom: 3px;
}





.list_08 {}

.list_08 li {
    margin-bottom: 15px;
}

.list_08 li a {
    display: flex;
    justify-content: space-between;
}


.list_08 li .up_img {
    max-width: 90px;
    width: 37%;
}

.list_08 li .up_img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
}

.list_08 li .r_box {
    width: 60%;
}

.list_08 li .r_box p {
    padding-left: 10px;
    color: #333;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    background-image: url("../images/common/icon_l_o.png");
    background-size: 8px;
    background-position: left 4px;
    line-height: 1.5em;
    display: block;
}




.list_09 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_09 > li {
    width: 31%;
    max-width: 340px;
    margin-bottom: 20px;
}


.list_09 > li img {
    width: 100%;
    max-width: 340px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    border-radius: 10px;
}





.list_09_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_09_a:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

.list_09_a > li {
    width: 31%;
    max-width: 340px;
    margin-bottom: 60px;
}

.list_09_a li .up_img {
    max-width: 340px;
    width: 100%;
}

.list_09_a li .up_img img {
    /*aspect-ratio: 170 / 113;*/
    width: 100%;
    object-fit: cover;
    height: auto;
}


.list_09_a > li img {
    width: 100%;
    max-width: 340px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}


.list_09_a .btn_01 {
    margin-top: 30px;
}



.list_10 li {
    border-bottom: 2px solid #707070;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: flex;
}

.list_10 li span {
    font-weight: 600;
    min-width: 220px;
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.list_10 li span:before {
    position: absolute;
    content: "：";
    right: 5px;
    top: 2px;
}


.list_11 > li {
    display: flex;
    border-bottom: 2px solid #707070;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.list_11 > li span {
    min-width: 200px;
    font-weight: 600;
    position: relative;
    width: 200px;
    display: inline-block;
}

.list_11 > li span:before {
    content: "：";
    position: absolute;
    right: 0;
}






.list_12 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_12::after,
.list_12::before {
    content: "";
    display: block;
    width: 23%;
    height: 0;
}

.list_12::before {
    order: 1;
}

.list_12 li {
    max-width: 190px;
    width: 23%;
}

.list_12 li .up_img {
    position: relative;
    overflow: hidden;
    margin-bottom: 18px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}



.list_12 li .up_img img {
    aspect-ratio: 95 / 71;
    width: 100%;
    object-fit: cover;
    height: auto;
}



.list_12 li .up_img:after {
    content: "";
    background-image: url("../images/common/icon_zoom.jpg");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-size: 100%;
}









.lb-outerContainer {
    margin-top: 6% !important;
}

.lb-prev,
.lb-next {
    position: absolute;
    top: 50%;
    /* 常にこの位置 */
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lb-outerContainer:hover .lb-prev,
.lb-outerContainer:hover .lb-next {
    opacity: 1;
    visibility: visible;
}






.list_13 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_13 li {
    width: 10.2%;
    margin-bottom: 20px;
}

.list_13 li img {
    max-width: 100px;
    width: 100%;
}

.list_13 li.acting_a {
    margin-bottom: 0;
    height: 1px;
}




.list_14 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_14:after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}

.list_14 > li {
    width: 31%;
    max-width: 340px;
    margin-bottom: 60px;
}

.list_14 li .up_img {
    max-width: 340px;
    width: 100%;
}







.list_15 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_15 li {
    width: 24%;
    margin-bottom: 20px;
}


.list_15 li img {
    max-width: 230px;
    width: 100%;
}




.list_16 {}

.list_16 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_16 li {
    width: 32%;
    max-width: 210px;
}


.list_16 li img {
    max-width: 210px;
    width: 100%;
}

.list_16 li .ttl_10 {
    margin-bottom: 15px;
    padding: 6px 5px 7px;
}

.list_16 li p.txt_c {
    line-height: 1.4em;
}



.list_17 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list_17::after,
.list_17::before {
    content: "";
    display: block;
    width: 22.5%;
    height: 0;
}

.list_17::before {
    order: 1;
}

.list_17 li {
    width: 22.5%;
}


.list_17 li img {
    max-width: 200px;
    width: 100%;
}










.list_a p {
    color: #333;
    font-size: 16px;
    background-image: url("../images/common/icon_08.png");
    background-size: 14px;
    background-position: left 5px;
    padding-left: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.list_a p:last-child {
    margin-bottom: 0;
}




.list_b p {
    font-size: 16px;
    line-height: 1.3em;
    background-image: url("../images/common/icon_05.png");
    background-size: 13px;
    background-position: left 4px;
    padding-left: 20px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
}

.list_b p:last-child {
    margin-bottom: 0;
}



.list_c {
    display: flex;
    justify-content: space-around;
}

.list_c li {
    width: 31%;
}

.list_c span {
    position: relative;
    display: block;
}

.list_c span:after {
    content: "";
    background-image: url("../images/common/icon_10.png");
    width: 14px;
    height: 14px;
    background-size: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.list_c a {
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}







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




.ctg_a {
    background-color: #547886;
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    padding: 6px 10px 5px;
    display: inline-block;
}

.ctg_b span {
    border: 1px solid #547886;
    color: #547886;
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    line-height: 1.2em;
    margin-right: 5px;
}


.ctg_c {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
}







.day_a {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    color: #727272;
}


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


.item_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item_list > li {
    width: 11.3%;
    margin-bottom: 15px;
}

.item_list img {
    max-width: 100px;
    width: 100%;
}

.item_list li.item_00 {
    margin-bottom: 0;
}












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

.pc_area {
    border-top: 8px solid #231815;
}

.pc_area img {
    width: 100%;
}

.pc_area .h_top {
    padding: 15px 0;
    border-bottom: 4px solid #F0F0F0;
}

.pc_area .h_top .frame {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px; /* 本来不要だが、CLSの発生を防ぐための処置 */
}

header .logo {
    margin-right: auto;
}

header .logo img {
    max-width: 210px;
}


.pc_area .h_img_a img {
    max-width: 546px;
    width: 100%;
}

.pc_area .h_img_b img {
    max-width: 230px;
    margin-left: 20px;
}




.pc_area .h_bottom {
    padding: 15px 0 0;

}

.pc_area .h_bottom ul {
    display: flex;
    justify-content: space-between;
}

.pc_area .h_bottom ul > li {
    max-width: 230px;
    width: 21%;
}

.pc_area .h_bottom ul > li:nth-child(-n+3) {
    margin-right: 18px;
}

.pc_area .h_bottom ul > li:nth-child(3) {
    margin-right: auto;
}

.pc_area .h_bottom ul > li.h_img_d {
    max-width: 170px;
    width: 16%;
}

.pc_area .h_bottom p {
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.pc_area .h_img_c img {
    max-width: 230px;
}

.pc_area .h_img_d {
    max-width: 170px;
    margin-left: 10px;
}

.pc_area .h_bottom .ttl_10 {
    margin-bottom: 8px;
}

.pc_area .h_bottom .txt_link_a a {
    text-decoration: underline;
}


.pc_area .h_log {
    margin-top: -32px;
    padding-bottom: 15px;
}

.pc_area .h_log .pc_cart {
    margin-left: 10px;
}

.pc_area .h_log .pc_login img {
    max-width: 111px;
}

.pc_area .h_log .pc_cart img {
    max-width: 139px;
}

/***********************/
.pc_nav {
    background-color: #231815;
    padding: 20px 0;
}

.pc_nav > ul {
    max-width: 1140px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_nav > ul > li {
    text-align: center;
    line-height: 1.2em;
    position: relative;
}

.pc_nav > ul > li:before {
    content: "";
    width: 2px;
    height: 44px;
    position: absolute;
    background-image: url("../images/common/nav_line.png");
    background-size: 2px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;

}

.pc_nav > ul > li:first-child:before {
    background-image: none;
}

.pc_nav > ul > li a {
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
    font-size: 15px;
}



.nav_fixed {
    position: fixed;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 10;
}




.nav_fixed_a .h_bottom {
    margin-bottom: 68px;
}




.top_scroll {
    margin: 0 auto;
    display: none;
    background-color: #fff;
    background-repeat: repeat-x;
    z-index: 9998;
    padding: 6px 0 5px;
    min-width: 1140px;
    box-shadow: 0 3px 10px rgba(000, 000, 000, 0.2);
}


.top_scroll h1 {
    margin-right: auto;
}

.fixed_a {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block !important;
}

.top_scroll > .frame {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_scroll .h_htel {
    font-size: 33px;
    background-size: 35px;
    letter-spacing: 0;
    padding: 15px 0 15px 39px;
}

.top_scroll .scroll_area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top_scroll .scroll_area > li {
    text-align: right;
    line-height: 1em;
    margin-left: 10px;
}

.top_scroll .scroll_area > li > a > img {
    max-width: 100px;
}

.top_scroll .scroll_area > li:first-child img {
    max-width: 147px;
}

.scroll_area .btn_menu {
    background-image: url("../images/common/scroll_btn_on.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.scroll_area .active {
    background-image: url("../images/common/scroll_btn_off.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    background-size: 100%;
}

.scroll_area .btn_menu .nav_btn_link {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.scroll_area .btn_menu .nav_btn_link img {
    max-width: 280px;
    width: 100%;
}



.pc_scroll_nav {
    display: none;
    position: fixed;
    top: 53px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 30px 15px;
    z-index: 10000;
    overflow: hidden;
    height: 100vh;
}



.pc_scroll_nav .frame {
    background-color: #fff;
    padding: 30px;
    overflow-y: auto;
    height: 700px;
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.pc_scroll_nav .frame .w900 {}

.pc_scroll_nav .float_sb {
    margin-bottom: 15px;
}

.pc_scroll_nav .float_sb > div {
    width: 50%;
}

.pc_scroll_nav .float_sb img {
    max-width: 440px;
    width: 100%;
}


.pc_scroll_nav .scroll_nav_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.pc_scroll_nav .scroll_nav_inner > div {
    width: 23%;
    text-align: left;
}

.pc_scroll_nav .scroll_nav_inner > div > ul {}

.pc_scroll_nav .scroll_nav_inner > div > ul > li {
    background-image: url("../images/common/icon_l_o.png");
    background-size: 8px;
    background-position: left 3px;
    padding-left: 12px;
    margin-bottom: 10px;
}

.pc_scroll_nav .scroll_nav_inner > div > ul > li > a {
    font-size: 14px;
    font-weight: 600;
}

.pc_scroll_nav .scroll_nav_inner .icon_01 {
    background-image: url("../images/common/icon_01.png");
    background-size: 10px;
    background-position: left 3px;
    padding-left: 15px;
    margin-left: 10px;
}


.pc_scroll_nav button.btn_off {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    background-color: #E95504;
    font-weight: 600;
    border-radius: 50px;
    min-width: 250px;
    text-align: center;
    padding: 6px 15px 6px 15px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    margin: 0 auto 100px;
    position: relative;
}

.pc_scroll_nav button.btn_off:before {
    content: "";
    position: absolute;
    background-image: url("../images/common/icon_btn_off.png");
    width: 14px;
    height: 20px;
    background-size: 100%;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

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




.sp_head {
    padding: 10px 15px;
    height: 65px;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.15);

}

.sp_nav.on {
    height: 100% !important;

}

.sp_nav {

    height: auto;
}

.sp_nav {
    overflow-y: scroll;
    position: fixed;
    height: auto;
    left: 0;
    z-index: 2000;
    background-color: #fff;
    top: 0;
    width: 100%;
}

.sp_nav > ul {
    display: none;
    padding-bottom: 200px;
    padding-top: 62px;
}

.sp_nav > ul > li {
    border-bottom: 2px solid #547886;
    position: relative;
    background-image: url("../images/common/icon_l_o.png");
    background-size: 8px 13px;
    background-position: 16px 18px;

}

.sp_nav > ul > li:first-child {
    background-image: none;
    background-color: #EDF2F2;
}

.sp_nav > ul > li > a {
    color: #333333;
    padding: 10px 40px 10px 30px;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}





.sub_nav > span {
    display: block;
    padding: 10px 40px 10px 30px;
    font-size: 18px;
}

.sub_nav > span a {
    color: #333333;
    font-weight: 400;
}

.sub_nav_list {
    display: none;
    padding-left: 30px;
}

.sub_nav_list > li {
    margin-top: -5px;
    padding-bottom: 5px;
}

.sub_nav_list > li a {
    font-weight: 400;
    color: #333333;
    padding: 5px 40px 5px 14px;
    display: block;
    background-color: #fff;
    background-image: url("../images/common/icon_03.png");
    background-size: 6px 5px;
    background-position: center left;
    font-size: 16px;
    line-height: 1.3em;
}

.sub_nav_list > li:last-child {
    padding-bottom: 15px;
}

.s_nav_open {
    position: relative;
}

.sub_nav > span:before {
    content: "";
    background-image: url("../images/common/sp_nav_on.png");
    width: 14px;
    height: 14px;
    background-size: 100%;
    position: absolute;
    right: 13px;
    top: 18px;
}

.sub_nav .s_nav_open:before {
    content: "";
    background-image: url("../images/common/sp_nav_off.png");
    width: 14px;
    height: 2px;
    background-size: 100%;
    position: absolute;
    right: 13px;
    top: 24px;
}

button {
    cursor: pointer;
}

.sp_nav > ul > li:first-child {
    padding: 30px 20px;
    text-align: center;
}

.sp_nav .sp_bnr_01 img {
    max-width: 280px;
    width: 100%;
}

.sp_btn_01 {
    max-width: 400px;
    margin: 18px auto;
}

.sp_btn_01 img {
    max-width: 76px;
    width: 100%;
}

.sp_btn_01 {
    display: flex;
    justify-content: center;
}

.sp_btn_01 a {
    width: 20%;
    display: block;
    margin: 0 2%;
}



.sp_btn_02 {
    max-width: 400px;
    margin: auto;
}

.sp_btn_02 button {
    margin: 0 1%;
    width: 40%;

}

.sp_btn_02 img {
    max-width: 160px;
    width: 100%;
}







.sp_head_btn {
    display: none;
    position: fixed;
    top: 10px;
    right: 75px;
}

.sp_head_btn > .inner {
    display: flex;
}

.sp_head_btn > .inner > div {
    margin-left: 10px;
}

.sp_head_btn > .inner > div img {
    max-width: 38px;

}






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

#navToggle {
    display: block;
    position: fixed;
    right: 15px;
    top: 7px;
    width: 50px;
    padding: 10px 13px;
    height: 50px;
    cursor: pointer;
    z-index: 1000000;
    background-color: #E95504;
    border-radius: 100px;
}

#navToggle:after {
    content: "MENU";
    font-size: 11px;
    color: #fff;
    position: absolute;
    font-weight: bold;
    text-align: center;
    width: 30px;
    left: 0;
    right: 2px;
    margin: 0 auto;
    bottom: 9px;
    letter-spacing: -0.01em;
    line-height: 1em;
}

#navToggle div {
    position: relative;
}

#navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    margin: o auto;
}

#navToggle span:nth-child(1) {
    top: 0;
}

#navToggle span:nth-child(2) {
    top: 7px;
}

#navToggle span:nth-child(3) {
    top: 14px;
}

.openNav #navToggle span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg)
}


/*2番目と3番目のspanを45度に*/

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

.openNav #navToggle:after {
    content: "";
}


.s_logo {
    padding-top: 8px;
}

.s_logo img {
    max-width: 76px;
}


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


.page_ttl_area {
    position: relative;
    height: 200px;
    background-position: center;
    background-size: cover;
}

.page_ttl_area .frame {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.page_ttl {
    background-color: #547886;
    color: #fff;
    font-size: 32px;
    line-height: 1.3em;
    padding: 10px 30px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

.page_ttl_area.page_01 {
    background-image: url("../images/common/page_ttl_01.jpg");
}

.page_ttl_area.page_02 {
    background-image: url("../images/common/page_ttl_02.jpg");
}

.page_ttl_area.page_03 {
    background-image: url("../images/common/page_ttl_03.jpg");
}

.page_ttl_area.page_04 {
    background-image: url("../images/common/page_ttl_04.jpg");
}

.page_ttl_area.page_05 {
    background-image: url("../images/common/page_ttl_05.jpg");
}

.page_ttl_area.page_06 {
    background-image: url("../images/common/page_ttl_06.jpg");
}

.page_ttl_area.page_07 {
    background-image: url("../images/common/page_ttl_07.jpg");
}

.page_ttl_area.page_08 {
    background-image: url("../images/common/page_ttl_08.jpg");
}

.page_ttl_area.page_09 {
    background-image: url("../images/common/page_ttl_09.jpg");
}

.page_ttl_area.page_10 {
    background-image: url("../images/common/page_ttl_10.jpg");
}

.page_ttl_area.page_11 {
    background-image: url("../images/common/page_ttl_11.jpg");
}

.page_ttl_area.page_12 {
    background-image: url("../images/common/page_ttl_12.jpg");
}

.page_ttl_area.page_13 {
    background-image: url("../images/common/page_ttl_13.jpg");
}

.page_ttl_area.page_14 {
    background-image: url("../images/common/page_ttl_14.jpg");
}

.page_ttl_area.page_15 {
    background-image: url("../images/common/page_ttl_15.jpg");
}

.page_ttl_area.page_16 {
    background-image: url("../images/common/page_ttl_16.jpg");
}

.page_ttl_area.page_17 {
    background-image: url("../images/common/page_ttl_17.jpg");
}

.page_ttl_area.page_18 {
    background-image: url("../images/common/page_ttl_18.jpg");
}

.page_ttl_area.page_19 {
    background-image: url("../images/common/page_ttl_19.jpg");
}

.page_ttl_area.page_20 {
    background-image: url("../images/common/page_ttl_20.jpg");
}

.page_ttl_area.page_21 {
    background-image: url("../images/common/page_ttl_21.jpg");
}

.page_ttl_area.page_22 {
    background-image: url("../images/common/page_ttl_22.jpg");
}

.page_ttl_area.page_23 {
    background-image: url("../images/common/page_ttl_23.jpg");
}

.page_ttl_area.page_24 {
    background-image: url("../images/common/page_ttl_24.jpg");
}

.page_ttl_area.page_25 {
    background-image: url("../images/common/page_ttl_25.jpg");
}

.page_ttl_area.page_26 {
    background-image: url("../images/common/page_ttl_26.jpg");
}

.page_ttl_area.page_27 {
    background-image: url("../images/common/page_ttl_27.jpg");
}





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



.shipping_box {
    padding: 10px 0;
    background-color: #231815;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
    min-width: 1140px;

}

.shipping_box h2 {
    background-image: url("../images/common/icon_ll_w.png");
    background-size: 30px;
    background-position: right 15px;
    padding-right: 45px;
    display: inline-block;
}

.shipping_box h2 img {
    max-width: 160px;
}


.shipping_box .w900 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 51px; /* 本来不要だが、CLSの発生を防ぐための処置 */
}


.shipping_box p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 20px;
}

.shipping_box p span {
    font-size: 20px;
}


.shipping_box .h_img_e img {
    max-width: 183px;
}

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

.pc_sp_mv_area {
    width: 100%;
    min-width: 1140px;
    position: relative;
}

.pc_sp_mv_area .mv_bg {
    display: flex;
    justify-content: center;
    width: 100%;
}

.pc_sp_mv_area .mv_bg > div a {
    display: block;
}

.pc_sp_mv_area .mv_bg .l_box {
    width: 61.9%;
}

.pc_sp_mv_area .mv_bg .r_box {
    width: 46%;
}


/* 後から消すこと　ここから */
.mv_area {
    width: 100%;
    min-width: 1140px;
    position: relative;
}

.mv_area .mv_bg {
    display: flex;
    justify-content: center;
    width: 100%;
}

.mv_area .mv_bg > div a {
    display: block;
}

.mv_area .mv_bg .l_box {
    width: 61.9%;
}

.mv_area .mv_bg .r_box {
    width: 46%;
}
/* 後から消すこと　ここまで */





/**************/
.top .iw700 {
    text-align: center;
    margin-bottom: 30px;
}

.top .box01 {
    padding: 60px 0 80px;
    background-image: url("../images/top/bg_img_01.png");
    background-size: 2240px;
    background-position: center top;
}

.top .box01 .bnr_pop_area_a {
    margin-bottom: 40px;
}


.top .box02 .type_04 {
    margin-bottom: 60px;
}

.top .box02 .sample_cart {
    margin-top: 10px;
}




.top .box03 {
    background-color: #fff;
    padding: 80px 0 10px;
}

.top .box04 {
    padding: 80px 0;
    background-image: url("../images/common/bg_img_02.png");
    background-size: 2240px;
    background-position: center top;
    background-color: #F7F7F5;
}

.top .box04 .type_01 {
    margin-top: 50px;
}

.top .box05 {
    padding: 80px 0;
}

.top .box05 .line_a {
    margin-top: 40px;
    padding-top: 40px;
}


.top .box06 {
    background-image: url("../images/common/bg_line_img_w.png");
    background-size: 1100px;
    background-position: top center;
    padding: 100px 0;
}

.top .box06 .type_04 {
    align-items: center;
}


.top .box07 {
    background-image: url("../images/common/bg_line_img_g.png");
    background-size: 1100px;
    background-position: top center;
    padding: 100px 0 20px;
}


.sample_cart {
    border: 2px solid #333333;
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
}

.sample_cart th {
    font-size: 18px;
    font-weight: 500;
    background-color: #F8F8F8;
    text-align: center;
    padding: 8px 10px;
    line-height: 1.2em;

}

.sample_cart td {
    padding: 8px 10px;
}

.sample_cart .sap_price {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
}

.sample_cart .sap_price span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1.2em;
    padding-top: 2px;
}

.sample_cart .sap_cart {
    padding: 10px;
}



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

.history .box01 {
    margin-bottom: 50px;
}

.history .box02 {
    margin-bottom: 70px;
}


.history .box03 {
    margin-bottom: 160px;
}

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

.faq .box01 {
    margin-bottom: 80px;
}

.faq .ttl_02 {
    margin-bottom: 30px;
}


.faq .box02 .type_04 {
    margin-bottom: 80px;
}

.faq .box03 {
    padding-bottom: 50px;
}

.faq .faq_box .editor {
    margin-bottom: 20px;
}


.faq_a .box01 {}

.faq_a .box02 {
    margin-bottom: 180px;
}


.faq_a .btn_01 {
    margin-top: 40px;
}


.faq_box dt {
    font-size: 20px;
    position: relative;
    letter-spacing: 0.08em;
    cursor: pointer;
    background-color: #F4F4F4;
    color: #333333;
    font-weight: 500;
    margin-top: 30px;
    display: flex;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}

.faq_box dt span {
    background-color: #E95504;
    color: #fff;
    font-size: 20px;
    line-height: 1.4em;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/faq/icon_q.png");
    background-position: center;
    background-size: 20px;
    padding: 5px 10px;
}

.faq_box dt p {
    padding: 9px 50px 9px 20px;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}

.faq_box dt:after {
    position: absolute;
    content: "";
    background-image: url("../images/faq/on_btn.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
}


.faq_box dd {
    padding: 20px 30px 5px;
    position: relative;
    display: none;
    background-color: #fff;
    line-height: 1.7em;
    color: #000;
    font-size: 16px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}


.faq_box dd p {
    margin-bottom: 20px;
}

.faq_box dt:first-child {
    margin-top: 0;
}

.faq_box .btn_off:after {
    position: absolute;
    content: "";
    background-image: url("../images/faq/off_btn.png");
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    height: 2px;
    width: 18px;
}







#form1 {
    display: flex;
    justify-content: center;
    height: 50px;
}

#sbox1 {
    width: 80%;
    padding: 0 15px;
    background: #F4F4F4;
    border: none;
    outline: 0;
}

#sbtn1 {
    width: 20%;
    background: #E95504;
    border: none;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    cursor: pointer;
}

#sbtn1:hover {
    background: #FF8C4D;
}


#form2 {
    display: flex;
    justify-content: center;
    height: 50px;
}

#sbox2 {
    width: 78%;
    padding: 0 15px;
    background: #F4F4F4;
    border: none;
    outline: 0;
}

#sbtn2 {
    width: 22%;
    background: #F4F4F4;
    border: none;
    color: #E95504;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background-image: url("../images/common/icon_search.png");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 0px 20px;
    padding-left: 10px;

}


#sbtn2:hover {}



#sbtn3 {
    width: 260px;
    background: #E95504;
    border-radius: 50px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}

#sbtn3:hover {
    background: #FF8C4D;
}

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

.support .bg_04 {
    margin-top: 30px;
    margin-bottom: 80px;
}





.support_a {
    padding-bottom: 40px;
}

.support_a .box01 {
    margin-bottom: 80px;
}




.support_a .ttl_03 {
    margin-bottom: 25px;
}

.support_a .box02 {
    margin-bottom: 80px;
}

.support_a .box02 .frame .w900 .inner {
    margin-bottom: 80px;
}

.support_a .box02 .btn_01 {
    margin-top: -35px;
}



.support_a .box01 .list_01_a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.support_a .box01 .list_01_a > li {
    max-width: 250px;
    width: 24%;
    margin-bottom: 45px;
}










/**************/
.privacy .box01 {
    margin-bottom: 150px;
}

.privacy .w900 p {
    margin-bottom: 40px;
}

.privacy .w900 .list_06 {
    margin-bottom: 40px;
    margin-top: -20px;
}












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

.transaction .box01 {
    margin-bottom: 170px;
}


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



.main_area .tag_a {
    margin-bottom: 15px;
}


.day {
    color: #727272;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4em;
}

.column_area {
    padding-bottom: 30px;
}

.column_area > .frame {
    display: flex;
    justify-content: space-between;
}



.column_area .main_area {
    max-width: 780px;
    width: 71%;
    order: 2;
}

.column_area .side_area {
    max-width: 250px;
    width: 23%;
    order: 1;
}

.column_area .side_area .s_box {
    margin-bottom: 50px;
}

.column_area .side_area .s_box:nth-child(2) {
    margin-bottom: 35px;
}

.column_area .side_area .s_box:nth-child(n+3) {
    background-image: url("../images/common/line_01.png");
    background-size: 250px;
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 20px;
}

.column_area .side_area h3 {
    margin-bottom: 15px;
}

.blog_single .main_area .float_ft {
    align-items: center;
    margin-bottom: 10px;
}

.news_single .main_area .float_ft {
    align-items: center;
    margin-bottom: 20px;
}

.blog_single .main_area .float_ft .day_a,
.news_single .main_area .float_ft .day_a {
    margin-right: 10px;
    margin-bottom: 0;
}

.blog_single .main_area .tag_c {
    margin-bottom: 20px;
}

.blog_single .bg_04 {
    padding: 20px 20px 10px;
}

.blog_single .bg_04 .icon_link_c,
.faq .bg_04 .icon_link_c {
    display: flex;
    flex-wrap: wrap;
}

.blog_single .bg_04 .icon_link_c a,
.faq .bg_04 .icon_link_c a {
    text-decoration: none;
    margin-right: 35px;
}



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

.not_found {
    text-align: center;
}

.not_found .iw600 {
    margin-bottom: 40px;
}

/**************/
.choice .box01 {
    margin-bottom: 80px;
}

.choice .box01 .iw100 {
    margin-bottom: 50px;
}


.choice .box02 {
    padding-bottom: 70px;
}

.choice .box02 .type_01 {
    margin-bottom: 40px;
}

.choice .box02 .list_01 {
    margin-bottom: 20px;
}

.choice .box02 .list_01 li {
    margin-bottom: 28px;
}

.choice .box02 .list_01 li p {
    font-size: 14px;
    letter-spacing: -0.9px;
}

.choice .box02 .w900 {
    margin-bottom: 50px;
}

.choice .box03 .bnr_pop_area_a {
    margin-bottom: 60px;
}

.choice .box03 .ttl_14 {
    margin-top: 80px;
}

.choice .box03 .type_04_a {
    margin-top: 30px;
    margin-bottom: 50px;
}

.choice .box03 .check_box {
    margin-top: 30px;
}

.choice .box04 {
    padding: 100px 0;
}

.choice .box04 .txt_c {
    margin-bottom: 30px;
}

.choice .box04 .iw470 {
    margin-bottom: 20px;
}


.choice .box04 .bnr_area {
    margin-bottom: 50px;
}

.choice .box04 .bg_04 {
    margin-bottom: 40px;
}

.choice .box04 .bg_04:last-child {
    margin-bottom: 0;
}





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

.company .box01 {
    margin-bottom: 80px;
}


.company .box02 {
    margin-bottom: 80px;
}

.company .box03 {
    margin-bottom: 80px;
}

.company .box03 .type_04_a {
    margin-bottom: 40px;
}

.company .box03 .inner,
.company .box04 .inner {
    margin-bottom: 40px;
}

.company .box03 .inner:last-child,
.company .box04 .inner:last-child {
    margin-bottom: 0;
}

.gmap {
    margin-bottom: 60px;
}

.gmap iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.2);
}


.company .box04 {
    margin-bottom: 80px;

}

.company .box04 .table_01 {
    margin-bottom: 50px;
}

.company .box04 .iw600 {
    margin-bottom: 60px;
}

.company .box05 {
    margin-bottom: 160px;
}

/**************/
.staff .box01 {
    margin-bottom: 80px;
}

.staff .box02 {
    margin-bottom: 80px;
}

.staff .box02 .bg_04 {
    margin-bottom: 40px;
}

.staff .box02 .bg_04:last-child {
    margin-bottom: 0;
}

.staff .box02 .bg_04 .iw450 {
    margin-bottom: 15px;
}

.staff .box03 {
    margin-bottom: 160px;
}

.staff .type_05 {
    align-items: center;
}

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


.news .list_03 li {
    padding: 0 0 30px;
    margin-bottom: 30px;
}

.news .list_03 .n_day {
    margin-bottom: 20px;
}

.news .list_03 .icon_link_a {
    text-align: right;
    margin-top: 20px;
}











/**************/
.feature {
    padding-bottom: 30px;
}

.feature .box01 .txt_c {
    margin-bottom: 50px;
}

.feature .list_09_a .up_img {
    margin-bottom: 20px;
}

.feature .list_09_a .tag_d {
    margin-bottom: 10px;
}

.feature .list_09_a .icon_link_a {
    margin-bottom: 15px;
}

.feature .list_09_a .bg_05 {
    margin-bottom: 15px;
}




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

.page_type_a_01 {
    padding-bottom: 30px;
}

.page_type_a_01 .box01 {
    margin-bottom: 80px;
}

.page_type_a_01 .box02 {
    padding: 80px 0;
}

.page_type_a_01 .box02 .list_02 li,
.page_type_a_02 .list_02 li{
    margin-bottom: 40px;
}

.page_type_a_01 .tag_e {
    margin-bottom: 10px;
}

.page_type_a_02 {
    padding-bottom: 50px;
}

.page_type_a_02 .bg_05 div > p {
    margin-bottom: 5px;
    font-size: 14px;
}

.page_type_a_02 .bg_05 div > p:last-child {
    margin-bottom: 0;
}

.page_type_a_02 .list_02 {

}

.page_type_a_02 .result_box span {
    font-weight: 500;
    padding-right: 3px;
}

.page_type_a_02 .wp-pagenavi{
    margin-bottom: 50px;
}
.page_type_a_02 .list_02 .tag_e,
.page_type_a_03 .list_02 .tag_e{
    margin-bottom: 8px;
}

.page_type_a_02{

}

.page_type_a_03 {
    padding-bottom: 80px;
}

.page_type_a_03 .box01 .tag_e {
    margin-bottom: 15px;
}

.page_type_a_03 .box01 .list_11 {
    margin-bottom: 30px;
}

.page_type_a_03 .n_day {
    color: #B5B5B5;
    margin-bottom: 17px;
}

.eyecatch_img {
    max-width: 300px;
    width: 100%;
    margin: auto;
}

.eyecatch_img img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    height: auto;
    border: 1px solid #BABABA;
}

.page_type_a_03 .editor {
    margin-top: 30px;
}
.page_type_a_03 .editor table{
	margin-bottom: 30px;
}
.use_single .box02 {
    padding: 80px 0;
    background-image: url("../images/common/bg_img_02.png");
    background-size: 2240px;
    background-position: center top;
    background-color: #F7F7F5;
    margin-bottom: 80px;
}

.use_single .box02 .type_08 .n_day {
    margin-bottom: 2px;
}

.use_single .box02 .type_08 .tag_c {
    margin-bottom: 5px;
}

.use_single .box03 .list_02 {
    margin-bottom: 40px;
}



.comics_single .editor img {
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    border-radius: 0;
}

.comics_single .box02,
.voice_single .box02,
.gallery_single .box02 {
    text-align: center;
}

.comics_single .box02 .txt_link_b a,
.voice_single .box02 .txt_link_b a,
.gallery_single .box02 .txt_link_b a {
    font-size: 20px;
}

.comics_single .box02 .iw200,
.voice_single .box02 .iw200,
.gallery_single .box02 .iw200 {
    margin-bottom: 20px;
}

.comics_single .box02 .iw600,
.voice_single .box02 .iw600,
.gallery_single .box03 .iw600 {
    margin-top: 40px;
}

.voice_single .n_day {
    color: #B5B5B5;
}


.voice_single .editor {
    margin-bottom: 50px;
}



.gallery .box02 .list_02 .txt_link_d,
.gallery_category .list_02 .txt_link_d,
.gallery_single .list_02 .txt_link_d {
    color: #E95504;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 5px;
}

.gallery_single .list_02 .tag_e {
    margin-bottom: 10px;
}

.gallery .box02 .list_02 .ctg_a,
.gallery_category .ctg_a {
    margin-bottom: 15px;
}

.gallery .box02 .list_02 .ctg_c,
.gallery_category .list_02 .ctg_c {
    margin-bottom: 3px;
}

.gallery .box02 .list_02 p,
.gallery_category .list_02 p {
    line-height: 1.4em;
}


.gallery_single .n_day span {
    border: 1px solid #547886;
    color: #fff;
    background-color: #547886;
    padding: 8px 8px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 1em;
}

.gallery_single .eyecatch_img {
    max-width: 500px;
}

.gallery_single .box02 {
    margin-bottom: 40px;
}

/**************/
.strength {
    padding-bottom: 30px;
}

.strength .box01 .iw100 {
    margin-bottom: 50px;
}

.strength .box01 .iw100:last-child {
    margin-bottom: 0;
}



/**************/
.quick_delivery {
    padding-bottom: 30px;
}

.quick_delivery .box01 {
    padding-top: 0;
    margin-bottom: 80px;
}

.quick_delivery .iw700.txt_c {
    margin-bottom: 45px;
}

.quick_delivery .iw500.txt_c,
.quick_delivery .iw600.txt_c {
    margin-bottom: 30px;
}

.quick_delivery .box01 .w900 {
    margin-top: 40px;
}

.quick_delivery .type_02_a {
    margin-bottom: 40px;
}





/**************/
.case {
    margin-bottom: -80px;
}

.case .box01 {
    margin-bottom: 80px;
}


.case .box02 .inner {
    margin-bottom: 50px;
}
















/**************/
.order {
    margin-bottom: -80px;
}

.order .box01 {
    margin-bottom: 80px;
}

.order .box01 .txt_c {
    margin-bottom: 60px;
}

.order .box01 .ttl_15 {
    margin-bottom: 30px;
}


.order .box01 .inner p {
    margin-bottom: 20px;
}

.order .box01 .inner {
    margin-bottom: 50px;
}

.order .box01 .inner .iw900 {
    text-align: center;
}

.order .box01 .list_01 {
    margin-bottom: 70px;
}

.order .box01 .list_09 img {
    box-shadow: none;
    margin-bottom: 10px;
}

.order .box02 p.txt_link {
    margin-bottom: 35px;
}



.order .box02 .w900 .inner,
.order_pop .inner {
    margin-bottom: 35px;
}

.order .box02 .w900 .inner_a,
.order_pop .inner_a {
    margin-bottom: 70px;
}

.order .box02 .w900 .inner .r_box p,
.order_pop .inner .r_box p {
    margin-bottom: 15px;
    line-height: 1.6em;
}

/*
.order .box02 .list_13 {
    justify-content: flex-start;
}

.order .box02 .list_13 li {
    position: relative;
    width: 100px;
    aspect-ratio: 100 / 146;
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-right: 20px;

}

.order .box02 .list_13 li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    transition: .4s ease-in-out;
    display: block;
}

.order .box02 .list_13 li:hover img:nth-of-type(2),
.order .box02 .active_on img:nth-of-type(2) {
    opacity: 0;
}

.order .box02 .list_13 li a {
    opacity: 1;
}
*/

.order .box02 .inner {
    margin-bottom: 30px;
}


.order .box02 .inner_a {
    margin-bottom: 60px;
}

.order .box02 .inner_a .cont_form th {
    padding: 25px 70px 5px 10px;
    font-size: 14px;
    min-width: 230px;
}

.order .box02 .inner_a .cont_form th span {
    top: 26px;
}

.order .box02 .inner_a .cont_form td {
    padding: 20px 10px 20px 10px;
    display: flex;
    flex-wrap: wrap;
}

.order .box02 .inner_a .cont_form .cp_ipselect {
    width: 100%;
}

.order .box02 .inner_a .cont_form .cp_ipselect.cp_sl01 select {
    padding: 12px 27px 12px 7px;
    background-color: #fff;
}

.order .box02 .inner_a .cont_form input[type="number"],
.order .box02 .inner_a .cont_form input,
.order .box02 .inner_a .cont_form textarea {
    padding: 7px 5px 7px 5px;
    line-height: 1.4em;
}

.order .box02 .inner_a .cont_form td .unit_a,
.order .box02 .inner_a .cont_form td .unit_b {
    font-size: 12px;
    white-space: nowrap;
}

.order .box02 .inner_a .cont_form .check_area label span {
    font-size: 12px;
}

.order .box02 .bnr_pop_area {
    margin-bottom: 30px;
}

.order .box02 .bnr_pop_area .bnr_pop_up.icon_pop {
    display: inline;
}

.order .box02 .input_group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.order .box02 .input_group .input_item {
    margin-right: 10px;
    white-space: nowrap;
    width: 30%;
    margin-bottom: 5px;
}

.order .box02 .input_group .type04 {
    min-width: 50px;
}


.order .box02 .input_group .unit_a {
    padding-left: 3px;
}


.order .box02 .inner_a .type01_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
    position: relative;
}

.order .box02 .inner_a .type02_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
    width: 30%;
    margin-bottom: 7px;
    position: relative;
}

.order .box02 .inner_a .type03_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
    width: 26%;
    margin-bottom: 7px;
    position: relative;
}

.order .box02 .inner_a .type04_box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
    width: 26%;
    margin-bottom: 7px;
    position: relative;
}

.order .box02 .inner_a .type01 {
    width: 50% !important;
}

.order .box02 .inner_a .type02 {
    min-width: 60px !important;
    width: 60px !important;
}

.order .box02 .inner_a .type03 {
    min-width: 60px !important;
    width: 60px !important;
}

.order .box02 .inner_a .type04 {
    min-width: 60px !important;
    width: 60px !important;
}

.order .box02 .inner_a .type03_box,
.order .box02 .inner_a .type02_box,
.order .box02 .inner_a .type04_box{
    margin-bottom: 17px;
}


.order .box02 .cont_form tr:nth-last-child(2) .error{
    bottom: 2px;
}



/**************/
.inquiry {
    margin-bottom: -80px;
}

.inquiry .box01 {
    margin-bottom: 80px;
}

.inquiry .box01 .txt_c {
    margin-bottom: 30px;
}

.inquiry .box01 .list_01 {
    margin-bottom: 60px;
}

.inquiry .box02 p.txt_c.txt_link_b {
    margin-bottom: 40px;
}

.inquiry .check_btn,
.case .check_btn {
    margin-top: -16px;
}

/**************/
.page_type_b_01 {
    padding-top: 0;
}

.page_type_b_01 .box01 {
    padding: 60px 0 80px;
    background-image: url("../images/common/bg_img_a.png");
    background-size: 2240px;
    background-position: center top;
}



.page_type_b_01 .box01 .iw700 {
    text-align: center;
    margin-bottom: 40px;
}

.page_type_b_01 .box01 .bg_04 {
    margin-bottom: 100px;
    position: relative;
}

.page_type_b_01 .box01 .bg_04:after {
    content: "";
    position: absolute;
    bottom: -85px;
    background-image: url("../images/common/bg_yajirushi.png");
    width: 200px;
    background-size: 100%;
    height: 60px;
    left: 0;
    right: 0;
    margin: auto;
}

.page_type_b_01 .box01 .bg_04:last-child:after {
    display: none;
}

.page_type_b_01 .box01 .bg_04:last-child {
    margin-bottom: 0;
}

.page_type_b_01 .box01 .bg_04 .iw500 {
    margin-bottom: 20px;
    text-align: center;
}

.page_type_b_01 .check_box {
    max-width: 100%;
}

.page_type_b_01 .link_box_area {
    padding: 70px 0;
}

.page_type_b_01 .iw600 {
    text-align: center;
}



.ordermade {}

.ordermade .box01 .iw900 {
    text-align: center;
    margin-bottom: 40px;
}



/**************/
.product {
    padding-bottom: 30px;
}

.product .box01 {
    margin-bottom: 70px;
}

.product .box02 {
    margin-bottom: 70px;
}

.product .box02 .w900 {
    margin-bottom: 50px;
}

.product .open_box {
    margin-bottom: 30px;
}

.product .box03 .iw470 {
    text-align: center;
}

.product .box03 .open_box .open_area {
    padding: 0;
}

.product .box03 .inner {
    margin-bottom: 90px;
}

.product .box03 .inner:last-child {
    margin-bottom: 0;
}




.product_single .box01 {
    margin-bottom: 80px;
}

.product_single .box01 .reviews_icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product_single .box01 .reviews_icon .tag_c {
    margin-right: 10px;
}


.product_single .box01 .list_no,
.product_single .box01 .check_box {
    margin-bottom: 30px;
}

.product_single .box01 .scroll-table {
    margin-bottom: 20px;

}

.product_single .box01 .table_a th {
    width: 14.2%;
}


.product_single .box01 .bnr_pop_area_a {
    margin-bottom: 40px;
}

.product_single .box01 .list_09 {
    margin-bottom: 60px;
}

.product_single .box01 .table_b {}



.product_single .box02 {
    margin-bottom: 80px;
}

.product_single .box02 .inner {
    border-bottom: 5px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product_single .box02 .inner:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product_single .box02 h2.iw470 {
    margin-bottom: 30px;
}

.product_single .box02 .reviews_day {
    display: flex;
    align-items: center;
}

.product_single .box02 .reviews_day div {
    line-height: 1.4em;
    margin-bottom: 5px;
}

.product_single .box02 .day {
    margin-bottom: 0;
    margin-right: 10px;
}

.product_single .box02 .type_09 {
    margin-bottom: 10px;
}

.product_single .box02 .tag_b {
    margin-bottom: 10px;
}


.product_single .box02 .list_12 {
    margin-bottom: 20px;
}


.product_single .box02 .bg_05_a {
    max-width: 900px;
    width: 100%;
    margin: auto;
}

.product_single .box02 .btn_parent {
    margin-bottom: 30px;
}

.product_single .box02 .txt_link {
    text-align: center;
}

.product_single .box03 .inner {
    margin-bottom: 40px;
}

.product_single .box03 .inner .iw100 {
    margin-bottom: 20px;
}

.product_single .box04 {
    padding: 80px 0;
    background-image: url("../images/common/bg_img_02.png");
    background-size: 2240px;
    background-position: center top;
    background-color: #F7F7F5;
}


.product_single .box04 .iw700 {
    text-align: center;
    margin-bottom: 30px;
}

.product_single .box05 p.txt_c {
    margin-bottom: 50px;
}


.product_single .box05 .list_13 {
    margin-bottom: 40px;
}

.product_single .box06,
.product_single .box05 {
    padding: 80px 0;
}

.product_single .box06 {
    margin-bottom: 150px;
}

.product_single .box06 h2.iw600 {
    margin-bottom: 30px;
}

.product_single .box06 {
    background-image: url("../images/common/bg_line_img_w.png");
    background-size: 1100px;
    background-position: top center;
    padding: 100px 0;
}

.video_area video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}





.sticky_wrapper {
    height: auto;
    margin-bottom: 30px;
}





.sticky_wrapper .l_box img {
    max-width: 100%;
    width: 100%;
}



.products_detail {
    margin-top: 150px;
    margin-bottom: 130px;
}

.products_detail .box01 {
    margin-bottom: 120px;
}

.products_detail .box01 .price {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 40px;
}

.products_detail .box01 .price span {
    line-height: 1.3em;
}

.products_detail .box01 .r_box .item_txt {
    font-size: 20px;
    line-height: 2em;
}

.products_detail .box01 .r_box .conter_box p {
    line-height: 2em;
    font-size: 18px;
}

.products_detail .box01 .r_box .top_box {
    border-bottom: 1px solid rgba(112, 112, 112, 0.10);
    margin-bottom: 30px;
    padding-bottom: 50px;
}

.products_detail .box01 .r_box .conter_box {
    border-bottom: 1px solid rgba(112, 112, 112, 0.10);
    margin-bottom: 35px;
    padding-bottom: 30px;
}

.products_detail .box01 .r_box .bottom_box {
    margin-bottom: 100px;
}

.products_detail .box01 .r_box .bottom_box .txt_link {
    margin-bottom: 30px;
}

.products_detail .box01 .r_box .movie_box .ttl_03_a {
    margin-bottom: 17px;
}

.products_detail .box01 .r_box .movie_box .name_box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 40px;
}

.products_detail .box01 .r_box .movie_box .f18 {
    line-height: 2em;
}

.products_detail .box01 .r_box .movie_box .movie_area {
    margin-bottom: 30px;
}




.products_detail .box01 .r_box .movie_box .movie_area iframe {
    aspect-ratio: 156 / 89;
    width: 100%;
    height: 100%;
}

.products_detail .box01 .r_box .movie_box .name_box div {
    width: 75px;
    height: 75px;
    border-radius: 200px;
}

.products_detail .box01 .r_box .movie_box .name_box div img {
    border-radius: 200px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products_detail .box01 .r_box .movie_box .name_box p {
    font-size: 18px;
    font-weight: 500;
    padding-left: 15px;
}

.products_detail .box01 .r_box .movie_box .name_box p span {
    font-size: 16px;
    display: block;
}

.products_detail .box01 .btn_02 {
    text-align: center;
}

.products_detail .box02 .ttl_02 {
    margin-bottom: 35px;
}








.gallery {
    margin: 0 0 5px 0;
}

.gallery li {
    width: 100%;
    height: 100%;
}

.gallery li img,
.gallery img,
.choice-btn img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.sticky_wrapper .slick-prev,
.sticky_wrapper .slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 1000;
    top: auto !important;
    bottom: 0 !important;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    height: 54px;
    width: 54px;
}

.sticky_wrapper .slick-prev {
    width: 54px !important;
    height: 54px !important;
    left: calc((100% / 2) - 65px) !important;
}

.sticky_wrapper .slick-next {
    width: 54px !important;
    height: 54px !important;
    right: calc((100% / 2) - 65px) !important;
}

/*選択するサムネイル画像の設定*/
.choice-btn li {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.choice-btn li:before {
    content: "";
    border-bottom: 1px solid rgba(0, 0, 0, 0.0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.choice-btn li {
    cursor: pointer;
    outline: none;
    width: 24.1% !important;

}

.choice-btn li {
    margin-right: 0.9%;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.choice-btn li:last-child {
    margin-right: 0;
}

.choice-btn li img {}

.choice-btn li.slick-current {
    position: relative;
}

.choice-btn li.slick-current:after {
    content: "";
    border-bottom: 2px solid #E95504;
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}


.gallery {
    margin-bottom: 10px;
}

.choice-btn {
    border: 0;
}

.choice-btn .slick-track {
    width: 100% !important;
}


.sticky_wrapper .slick-prev,
.sticky_wrapper .slick-next {
    display: none !important;
}













/**************/
.sample {
    padding-bottom: 30px;
}

.sample .box01 {
    margin-bottom: 50px;
}

.sample .box02 {
    margin-bottom: 80px;
}

.sample .box03 {
    margin-bottom: 60px;
}


.sample .box04 .spi_img {
    margin-bottom: 30px;
}

.sample .box04 .list_14 {
    margin-bottom: 20px;
}

.sample .box04 .list_14 .ttl_04 {
    font-size: 23px;
}

.sample .box04 .list_14 .inner {
    margin-bottom: 25px;
}

.sample .box04 .list_14 .inner:last-child {
    margin-bottom: 0;
}

.sample .box04 .list_14 li .up_img {
    margin-bottom: 15px;
}

.sample .box04 .list_14 li p.mb20 {
    line-height: 1.6em;
}

.sample .box04 .list_14 .sample_cart td {
    width: 50%;
}


.sample_number {
    display: flex;
    width: 100px;
    border: 2px solid #333333;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}

.sample_number div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0;
}

.sample_number .box_a {
    color: #E95504;
    background-color: #fff;
}

.sample_number .box_b {
    background-color: #E95504;
    border-left: 2px solid #333;
    color: #fff;
}

.sample .box04 .inner_a .ttl_03 {
    margin-bottom: 0;
    margin-top: 3px;
}

.sample .box04 .inner_a .float_ft {
    margin-bottom: 20px;
}

.sample .box04 .table_a {
    background-color: #F8F8F8;
    table-layout: fixed;
    width: 100%;
}

.sample .box04 .table_a th {
    width: 50%;

}

.sample .box04 .table_a td {
    line-height: 1.5em;
}

.sample .box04 .table_a td:last-child {
    background-color: #fff;
}


.sample .table_a td.no_icon a,
.sample .table_a td.no_icon p a {
    line-height: 1.5em;
    font-size: 16px;
}

.sample .box04 .table_a td.no_icon span {
    font-size: 22px;
    padding: 4px 4px 7px;
}

.sample .box04 .table_a .join {
    width: 60px;
    white-space: nowrap;
}

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

.logistic .box01,
.logistic .box02 {
    margin-bottom: 70px;
}

.logistic .box03 {
    padding: 80px 0 50px;
}

.logistic .box03 .ctc_img {
    display: flex;
    justify-content: space-between;
}

.logistic .box03 .ctc_img img {
    max-width: 330px;
    width: 100%;
}

.logistic .box03 .list_16 {
    margin-bottom: 20px;
}


.logistic .box03 .iw320 {
    margin-bottom: 20px;
}

.logistic .box03 .bg_04 {
    margin-bottom: 50px;
}

.logistic .box03 .bg_04 p.c_01.mb10 {
    margin-top: -10px;
}

.logistic .box04 {
    padding: 80px 0;
}

.logistic .box04 .type_01 {
    margin-bottom: 60px;
}

.logistic .box04 .inner {
    margin-top: 70px;
}


.logistic .box04 .inner .list_14 {
    margin-bottom: 20px;
}

.logistic .box04 .inner .list_14 li {
    margin-bottom: 30px;
}

.logistic .box04 .inner .list_14 li .ttl_06 {
    margin-bottom: 0;
    margin-top: 10px;
}

.youtube_box {
    max-width: 700px;
    width: 100%;
    margin: auto;
}

.youtube_box iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 350 / 197;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}


.logistic .box04 .list_c {
    margin-bottom: 80px;
}

.logistic .box05 {
    padding-bottom: 40px;
}

.logistic .list_16 .txt_link_a a {
    text-decoration: underline;
}

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





.review {
    padding-bottom: 30px;
}

.review .cont_form .cp_ipselect.cp_sl01 select{
    background-color: #fff;
}



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


.common_ctc {
    margin-top: 130px;
}

.common_ctc .common_ctc_inner {
    background-color: #fff;
    border: 4px solid #E0DAD7;
    border-radius: 10px;
    padding: 30px;
}

.common_ctc .common_ctc_inner .float_sb {
    margin-bottom: 20px;
}

.common_ctc .common_ctc_inner .l_box img {
    margin-top: -120px;
}

.common_ctc .common_ctc_inner ul {
    display: flex;
    justify-content: space-between;
}

.common_ctc .common_ctc_inner ul > li {
    max-width: 240px;
    width: 24%;
}

.common_ctc .common_ctc_inner .float_sb img {
    max-width: 500px;
}

.common_ctc .common_ctc_inner .ctc_img_a img {
    max-width: 240px;
}

.common_ctc .common_ctc_inner .ttl_10 {
    margin-bottom: 15px;
}

.common_ctc .common_ctc_inner ul > li p {
    font-size: 12px;
    text-align: center;
    margin-top: 3px;
}

.common_ctc .common_ctc_inner ul > li p.txt_link_a {
    margin-top: 0;
}

.common_ctc .ttl_10 {
    padding: 10px 10px 10px;
    font-size: 14px;
}

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





footer {
    margin-top: 80px;
}

footer .foot_top {
    background-color: #EDF2F2;
    padding: 50px 0;
}

footer .foot_top .l_box p {
    font-size: 14px;
    text-align: center;
}

footer .foot_bottom {
    background-color: #3E3E3E;
    padding: 50px 0;
}

footer .foot_logo {
    text-align: center;
}

footer .foot_logo img {
    max-width: 434px !important;
    width: 100%;
}

footer .foot_top .r_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3px;
}

footer .foot_top .r_box ul > li {
    width: 48%;
    margin-bottom: 10px;
}

footer .foot_top .r_box ul > li > a {
    display: block;
    border: 1px solid #D6D6D6;
    padding: 4px 10px 4px 20px;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3em;
    background-image: url("../images/common/icon_l_o.png");
    background-size: 8px;
    background-position: 9px 8px;
}

footer .foot_top .r_box .bg_01 {
    padding: 13px;
    margin-bottom: 30px;
}


footer .foot_top .r_box .foot_bnr {
    display: flex;
    justify-content: space-between;
}

footer .foot_top .r_box .foot_bnr img {
    max-width: 250px;
}

footer .foot_top .f_guide {
    display: flex;
    justify-content: space-between;
}

footer .foot_top .f_guide > div {
    width: 32.5%;
}

footer .foot_top .f_guide img {
    max-width: 160px;
    width: 100%;
}

footer .foot_bottom .f_nav {
    display: flex;
    justify-content: space-between;
}

footer .foot_bottom .f_nav > div {
    max-width: 250px;
    width: 100%;
}

.sp_foot_nav {
    background-color: #3E3E3E;
    padding: 20px 20px;
}

.sp_foot_nav ul li,
footer .foot_bottom .f_nav ul li {
    background-image: url("../images/common/icon_l_w.png");
    background-size: 10px;
    background-position: left 7px;
    margin-bottom: 12px;
    padding-left: 15px;
}

footer .foot_bottom .f_nav a,
.sp_foot_nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.foot_bottom .ttl_08 {
    padding: 10px;
}

footer .foot_bottom .f_nav ul li.icon_02 {
    background-image: url("../images/common/icon_02.png");
    background-size: 10px;
    background-position: left 7px;
    padding-left: 15px;
    margin-left: 10px;
    margin-top: -10px;
}

footer .foot_bottom .f_nav ul li.icon_02 a {
    font-size: 14px;
    font-weight: 400;
}

.copy {
    background-color: #231815;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 12px;
    line-height: 1.4em;
}





.side_bnr {
    position: fixed;
    right: 10px;
    bottom: 10%;
}

.side_bnr img {
    max-width: 160px;
}



#page_top {
    position: fixed;
    bottom: 3%;
    right: 10px;
    z-index: 100;
}

#page_top img {
    max-width: 50px;
}



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



.wp-pagenavi {
    font-size: 14px;
    text-align: center;
}

.wp-pagenavi a {
    background-color: #fff;
    border: 1px solid #E95504;
    color: #E95504;
    font-weight: normal;
    padding: 1px 10px;
    margin: 7px 5px;
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 5px;
    font-size: 18px;
}

.wp-pagenavi span {
    padding: 9px 0px;
    margin-bottom: 20px;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    padding: 1px 10px;
    border: 1px solid #E95504;
    background-color: #E95504;
    color: #fff;
    opacity: 1;
    font-size: 18px;
    display: inline-block;
    margin: 7px 5px;
}


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

.editor {
    padding: 0;
    word-break: break-all;
    margin-bottom: 50px;
}

.editor img {
    height: auto;
    margin: 0px auto 15px;
    max-width: calc(100% - 14px) !important;
    display: block;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
}

.support_a .editor img {
    height: auto;
    margin: 0px auto 15px;
    max-width: calc(100% - 14px) !important;
    display: block;
    box-shadow: none;
}


.editor a {
    color: #007AC7;
    text-decoration: underline;
}

.editor .btn_02 a {
    color: #fff !important;
    text-decoration: none;
}

.editor p {
    margin-bottom: 20px;
}

.editor p:last-child {
    margin-bottom: 0;
}


.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
    border: none;
    text-align: left;
    padding: 0;
}

.editor h1:after,
.editor h2:after,
.editor h3:after,
.editor h4:after,
.editor h5:after,
.editor h6:after {
    display: none;
}


.editor h1 {
    padding-bottom: 10px;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 3px dotted #E95504;
}


.editor h2 {
    background-color: #547886;
    padding: 10px;
    line-height: 1.4em;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.editor h3 {
    font-size: 17px;
    line-height: 1.4em;
    border-bottom: 2px dashed #547886;
    font-weight: 600;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

.editor h4 {
    color: #333;
    font-size: 16px;
    line-height: 1.4em;
    border-left: 10px solid #E95504;
    padding-left: 10px;
    font-weight: 600;
    margin-bottom: 12px;
}


.editor h5 {
    font-size: 14px;
    line-height: 1.4em;
    border: 1px solid #E95504;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 12px;
    background-color: #fff;
}


.editor h6 {
    font-size: 14px;
    line-height: 1.4em;
    background-image: url("../images/common/icon_05.png");
    background-size: 13px;
    background-position: left 4px;
    padding-left: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    background-repeat: no-repeat;
}



.editor .wp-block-table thead {
    border: none;
}

.editor table {
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #333333;
}

.editor table th {
    background-color: #547886;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 12px 10px;
    border: 1px solid #333333;
    width: 20%;
    letter-spacing: 0.05em;
    font-size: 16px;
    line-height: 1.4em;
}

.editor table td {
    text-align: left;
    vertical-align: middle;
    padding: 13px 15px 13px 25px;
    background-color: #fff;
    border: 1px solid #333333;
    line-height: 1.4em;
}

.editor table th.scroll-table{
    margin-bottom: 20px;
}




.editor .table_a {
    border-collapse: collapse;
    border: 2px solid #333333;
    width: 100%;
    background-color: #fff;
}

.editor .table_a th {
    background-color: #547886;
    padding: 5px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #231815;
    white-space: nowrap;
}

.editor .table_a td {
    padding: 15px 10px 17px;
    border-bottom: 1px solid #231815;
    border-left: 1px solid #231815;
    line-height: 1em;
    white-space: nowrap;
}





.editor strong {
    /*    color: #007AC7;*/
    font-weight: bold;
}

.editor em {
    font-style: italic;
}

.editor ul,
.editor ol {
    margin-bottom: 20px;
}

.editor ul li,
.editor ol li {
    padding: 0px 30px 0px 20px;
    margin-left: 20px;
    position: relative;
    list-style: none;
}

.editor ul li:before {
    content: '・';
    color: #007AC7;
    position: absolute;
    left: -7px;
    font-weight: bold;
    font-size: 25px;
    text-align: left;
}

.editor ol {
    counter-reset: editor_number;
}

.editor ol li {
    margin-left: 10px;
    padding: 0 30px 0 28px;
}

.editor ol li:before {
    counter-increment: editor_number;
    content: counter(editor_number)".";
    color: #007AC7;
    position: absolute;
    left: 0;
    width: 24px;
    text-align: right;
}

.editor blockquote {
    background-color: #F4F4F4;
    padding: 50px;
    margin: 0px 0px 30px 0px;
    position: relative;
}

.editor blockquote:before {
    content: url("../images/common/icon_bq_b.png");
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
}

.editor blockquote:after {
    content: url("../images/common/icon_bq_a.png");
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}

.editor blockquote cite {
    text-align: right;
    font-style: normal;
    display: block;
    font-size: 14px;
}

.editor blockquote p {
    font-size: 16px;
}

.editor blockquote p:last-child {
    margin-bottom: 0;
}

.editor .aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.editor .alignleft,
.editor img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-bottom: 15px;
}

.editor .alignright,
.editor img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-bottom: 15px;
}

.editor img.alignleft,
.editor img.alignright,
.editor img.aligncenter {
    margin-bottom: 12px;
}

.editor .wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important;
    padding: 4px;
    text-align: center;
}

.editor .wp-caption img {
    margin: 5px 5px 0;
}

.editor .wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}

.editor .wp-block-embed iframe {
    width: 100%;
}





.editor #ez-toc-container {
    background-color: #fff !important;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16) !important;
    border-radius: 10px !important;
    border: 4px solid #F0F0F0 !important;
    padding: 38px !important;
}

.editor #ez-toc-container .ez-toc-title {
    font-size: 18px !important;
    line-height: 1.4em !important;
    background-image: url("../images/common/icon_06.png");
    background-size: 17px;
    background-position: left 1px;
    padding-left: 23px !important;
    font-weight: 600 !important;
    border-bottom: 0;
}


.editor #ez-toc-container .ez-toc-list > li a {
    padding-left: 10px !important;
    color: #333 !important;
    text-decoration: underline !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-image: url("../images/common/icon_l_o.png");
    background-size: 8px !important;
    background-position: left 4px !important;
    line-height: 1.5em !important;
    display: block !important;
    margin-bottom: 10px !important;
}

.editor #ez-toc-container .ez-toc-list > li:last-child a {
    margin-bottom: 0 !important;
}

.editor #ez-toc-container .ez-toc-list > li a:before {
    display: none;
}

.editor #ez-toc-container nav {
    padding: 0 !important;
}

/*------------------------------------- */
/* Easy Table of Contents プラグインの設定
/*--------------------------------------*/
#ez-toc-container {
    margin-bottom: 50px !important;
    padding: 15px !important;
}

#ez-toc-container .ez-toc-title {
    border-bottom: 1px solid #e5e5e5;
    display: block !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
}

#ez-toc-container nav {
    padding: 0px 15px;
}

#ez-toc-container nav li:before {
    display: none;
}


.cont_form {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

table.cont_form tr:nth-child(odd) {
    background: #F7F7F5;
}


.cont_form th {
    padding: 33px 90px 25px 20px;
    text-align: left;
    font-size: 18px;
    min-width: 265px;
    line-height: 1.5em;
    position: relative;
    vertical-align: top;
    color: #547886;
}

.cont_form td {
    padding: 20px 20px 20px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 1em;
    position: relative;
}

.cont_form th span {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background-color: #E95504;
    line-height: 1em;
    padding: 3px 6px;
    position: absolute;
    right: 15px;
    height: 21px;
    top: 37px;
    margin: auto;
    font-weight: 400;
}


.cont_form .type01 {
    width: 50% !important;
}

.cont_form .type02 {
    width: 25% !important;
}

.cont_form .type03 {
    width: 10% !important;
}

.cont_form .type04 {
    width: 14% !important;
}

.cont_form .t_item_a {
    color: #547886;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3em;
    padding-left: 5px;
    margin-top: auto;
}


.cont_form td .f12 {
    margin-top: 8px;
}

.cont_form td .unit_a {
    font-size: 18px;
    font-weight: 600;
    color: #547886;
    padding-left: 7px;
}

.cont_form td .unit_b {
    font-size: 18px;
    font-weight: 600;
    color: #547886;
    padding-right: 2px;

}

.cont_form input,
.cont_form textarea {
    padding: 15px 10px;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    color: #7C7C7C;
    border: 1px solid #333;
    font-weight: 600;
    color: #333;
    line-height: 1.4em;
}

.cont_form input[type="file"] {
    background-color: transparent;
    border: 0;
    padding: 0 0 0 0;
}

.cont_form input[type="radio"],
.cont_form input[type="checkbox"] {
    width: auto;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    border: 1px solid #555555;
    padding: 15px 10px 15px 8px;
}

input[type="number"]:focus,
input[type="number"]:focus-visible {
    outline: none;
    box-shadow: none;
    border: 1px solid #555555;
    /* ← フォーカス時も上書き */
}

.cont_form .type1 {
    width: 45%;
}


.cont_form_btn {
    width: 220px;
    margin: 50px auto 0;
    position: relative;
}

/*
.cont_form_btn input[type="submit"] {
    width: 220px;
    height: 55px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: relative;
    background-image: url("../images/common/submit.png");
    background-size: 220px 55px;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 0.05em;
}
*/
.order .cont_form_btn input[type="submit"] {
    font-size: 28px !important;
    line-height: 1em;
    padding: 12px 23px 12px 15px;
    cursor: pointer;
}


.cont_form_btn {
    width: 260px;
    margin: 50px auto 0;
    position: relative;
}

.cont_form_btn input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    background-color: #E95504;
    font-weight: 600;
    border-radius: 50px;
    min-width: 260px;
    text-align: center;
    padding: 12px 15px 12px 15px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    background-image: url("../images/common/btn_submit.png");
    background-size: 27px;
    background-position: right center;
    cursor: pointer;
}




.cont_form_btn input[type="submit"]:hover {
    opacity: 0.7;
}

.privacy_box {
    overflow: auto;
    width: 100%;
    height: 250px;
    padding: 30px 30px;
    background-color: #F7F7F7;
    color: #333;
    font-size: 14px;
}

.privacy_box .f18 {
    font-weight: bold;
    margin-bottom: 10px;
}

.privacy_box p {
    margin-bottom: 15px;
}




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

.check_btn {
    text-align: left;
    margin-top: -20px;
    /* padding-top: 13px;*/
}

.check_btn input[type=radio] {
    display: none;
}

.check_btn .radio01 {
    box-sizing: border-box;
    cursor: pointer;
    padding: 5px 15px 5px 26px;
    position: relative;
    width: auto;
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
}




.check_btn .radio01::before {
    background: #fff;
    border: 1px solid #E95504;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 10px;
    width: 16px;
}

.check_btn .radio01::after {
    background: #E95504;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 13px;
    width: 10px;
}

.check_btn input[type=radio]:checked + .radio01::after {
    opacity: 1;
}

.form_area .check_btn > span {
    margin-left: 0 !important;
    line-height: 1em;
    margin-top: 6px;
}


/*******************/
.cont_form .cp_ipselect {
    width: 50%;
    text-align: center;
}

.cont_form .cp_ipselect select {
    padding: 15px 10px;
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.cont_form .cp_ipselect select::-ms-expand {
    display: none;
}

.cont_form .cp_ipselect.cp_sl01 {
    position: relative;

    text-align: left;
}


.cont_form .cp_ipselect.cp_sl01::before {
    position: absolute;
    top: 0;
    right: 12px;
    font-size: 16px;
    padding: 0;
    content: "";
    background-image: url("../images/common/select.png");
    background-size: 100%;
    width: 9px;
    height: 14px;
    pointer-events: none;
    font-weight: bold;
}

.cont_form .cp_ipselect.cp_sl01 select {
    padding: 15px 38px 15px 8px;
    color: #7C7C7C;
    font-weight: normal;
    font-size: 14px;
    border: 1px solid #555555;
    background: #fffecc;
    color: #333;
    font-weight: 600;
}


.cont_form .cp_ipselect.cp_sl01 span.error {
    position: absolute;
    bottom: -16px;
}

.cont_form .error_on {
    position: relative;
}

.cont_form .error_on .error {
    position: absolute;
    bottom: 0;
}

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

.check_area .check {
    position: relative;
    padding-left: 22px;
}

.check_area .check span {
    position: relative;
}

.check_area label {
    cursor: pointer;
}

.check_area label .checkbtn[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
}

.check_area label span {
    display: inline-block;
    font-weight: bold;
    padding-left: 4px;
    margin-right: 40px;
    position: relative;
}

.check_area label .checkbtn[type="checkbox"] + span::before,
.check_area label .checkbtn[type="checkbox"] + span::after {
    position: absolute;
    top: 7px;
    left: -18px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.check_area label .checkbtn[type="checkbox"] + span::before {
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px #E95504 solid;
    border-radius: 3px;
    background-color: #fff;
}

.check_area label .checkbtn[type="checkbox"] + span::after {
    z-index: 1;
    width: 6px;
    height: 8px;
    margin: 2px 4px;
}

.check_area label .checkbtn[type="checkbox"]:checked + span::before {
    background-color: #E95504;
}

.check_area label .checkbtn[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



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

.radio_img_btn {
    display: flex;
    flex-wrap: wrap;

}

.radio_img_btn img {
    max-width: 100px;
}



.radio_img_btn input[type="radio"] {
    display: none;
}


.radio_img_btn label img {
    display: block;
    max-width: 100px;
    height: auto;
    margin-bottom: 5px;
    width: 100%;
    border: 3px solid rgba(0, 0, 0, 0.00);

}

.radio_img_btn label {
    display: inline-block;
    cursor: pointer;
    color: #333;
    font-size: 14px;
    line-height: 1.3em;
    text-align: center;
    margin-right: 2%;
    max-width: 104px;
    width: 100%;
}


.radio_img_btn label.selected {
    color: #E95504;
}


.radio_img_btn label.selected img {
    border-color: #E95504;
}









.radio_img_btn input[type="radio"]:checked + label img {
    border-color: #E95504;
    border: 3px solid #E95504;
}

.radio_img_btn input[type="radio"]:checked + label {
    color: #E95504;
}



.radio_img_btn input[type="radio"]:checked + label img {
    border-color: #E95504;
}

.radio_img_btn input[type="radio"]:checked + label {
    color: #E95504;
}


.radio_img_btn .mwform-radio-field label {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 9.1%;
    max-width: 105px;
    font-size: 14px;
    line-height: 1.3em;
    color: #333;
    transition: color 0.3s;
    width: 100%;

}

.radio_img_btn .mwform-radio-field label img {
    display: block;
    max-width: 105px;
    margin-bottom: 5px;
    margin-right: 1.8%;
}

.radio_img_btn .mwform-radio-field {
    margin-right: 1.7%;
}

.radio_img_btn .mwform-radio-field input[type="radio"] {
    display: none;
}

.radio_img_btn .mwform-radio-field label img {
    border: 3px solid transparent;
}

.mwform-radio-field label input[type="radio"]:checked + img {
    border: 3px solid #E95504 !important;
}

.radio_img_btn .mwform-radio-field input[type="radio"]:checked ~ .mwform-radio-field-text {
    color: #E95504;
}




.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
}




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

.mw_wp_form_input .confirm_on {
    display: none;
}

/***入力画面****************/

.mw_wp_form_input .confirm_on {
    display: none;
}

/***確認画面****************/
.mw_wp_form_confirm .off_box {
    display: none;
}

.mw_wp_form_confirm .confirm_on {
    display: block;
}


.mw_wp_form_confirm .confirm_on .cont_form_btn {
    margin: 40px 10px 0;
}

.mw_wp_form_confirm .cont_form .cp_ipselect.cp_sl01 {
    border: 0;
    background-color: transparent;
}

.mw_wp_form_confirm .cont_form .cp_ipselect.cp_sl01::before {
    display: none;
}

.mw_wp_form_confirm .file #remainCount {
    display: none;
}



.mw_wp_form_confirm .order_confirm {
    padding-bottom: 50px;
    padding-top: 120px;
    margin-top: -120px;
}

.mw_wp_form_confirm .inner_a .cont_form th {
    width: 30%;
}

.mw_wp_form_confirm .cont_form td {
    font-weight: 600;
    line-height: 1.4em;
}

.mw_wp_form_confirm .file .file-list .empty{
    display: none;
}
.mw_wp_form_confirm .file .file-list{
    background-color: transparent;
}



/***エラー表示****************/
.mw_wp_form .error {
    margin-top: 5px;
    font-size: 90% !important;
    font-weight: 600 !important;
    font-size: 70% !important;
}


.order .mw_wp_form .type_04_a .error {
    font-size: 70% !important;
    position: absolute;
    bottom: -16px;
    font-weight: 600 !important;
    margin-top: 0;
}



/***完了画面****************/
.order .mw_wp_form_complete {
    margin-bottom: 180px;
}

.thank_txt {
    text-align: center;
    margin: 50px 0 30px;
}










.l_submit input[type="submit"] {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.4em;
    background-color: #E95504;
    font-weight: 600;
    border-radius: 50px;
    min-width: 260px;
    text-align: center;
    padding: 12px 15px 12px 15px;
    box-shadow: 0 3px 6px rgba(000, 000, 000, 0.16);
    background-image: url("../images/common/btn_submit_l.png");
    background-size: 27px;
    background-position: left center;
}



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


.cont_form .check_btn .radio01 + span {
    padding: 5px 15px 5px 26px;
    position: relative;
    font-weight: normal;
    font-weight: 600;
    display: inline-block;
}

.cont_form .check_btn .radio01 + span::after,
.cont_form .check_btn .radio01 + span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E95504;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 0;
}


.cont_form .check_btn .radio01 + span::after {
    opacity: 0;
    width: 10px;
    height: 10px;
    top: 11px;
    left: 3px;
    border: none;
    background: #E95504;
}

.cont_form .check_btn .radio01:checked + span {
    color: #E95504;
}

.cont_form .check_btn .radio01:checked + span::after {
    opacity: 1;
}

.cont_form .bg_w.cp_ipselect.cp_sl01 select {
    background-color: #fff !important;
}


.check_area .check {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 22px;
}



/*************/
/*
.check_area .check {
    position: relative;
    padding-left: 22px;
}

.check_area .check span {
    position: relative;
}

.check_area label .checkbtn[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.check_area label span {
    display: inline-block;
    font-weight: bold;
    padding-left: 4px;
	margin-right: 40px;
}

.check_area label .checkbtn[type="checkbox"] + span::before,
.check_area label .checkbtn[type="checkbox"] + span::after {
    position: absolute;
    top: 7px;
    left: -18px;
    display: inline-block;
    content: '';
    box-sizing: border-box;
}

.check_area label .checkbtn[type="checkbox"] + span::before {
    z-index: 0;
    width: 15px;
    height: 15px;
    border: 1px #E95504 solid;
    border-radius: 3px;
    background-color: #fff;
}

.checkbtn[type="checkbox"] + span::after {
    z-index: 1;
    margin: 2px 4px;
    width: 6px;
    height: 8px;
}

.check_area label .checkbtn[type="checkbox"]:checked + span::before {
    background-color: #E95504;
}
.check_area label .checkbtn[type="checkbox"]:checked + span::after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

*/





/*
#cho_link_01,
#cho_link_02,
#cho_link_03,
#table_list {
    padding-top: 120px;
    margin-top: -120px;
}
*/

#root_link_01,
#mw_wp_form_mw-wp-form-1269,

#mw_wp_form_mw-wp-form-1270 {
    padding-top: 130px;
    margin-top: -130px;
}
#mw_wp_form_mw-wp-form-1271{
    padding-top: 70px;
    margin-top: -70px;
}





.top .box02 .shipping_box,
.product .box03 .shipping_box,
.product_single .box01 .shipping_box {
    margin-bottom: 20px;
    min-width: auto;
    box-shadow: none;
}



.support_a dt[id] {
    scroll-margin-top: 100px !important;
}

.support_a .box01 .icon_link_b{
    margin-left: 13px;
}

/* PCの場合 */
.pc {
    display: inline !important;
}

.mb {
    display: none !important;
}



/*-------------------------------
media
--------------------------------*/
.sp_on {
    display: none;
}

.sp_mv_area,
.sp_foot_nav,
.scroll_txt {
    display: none;
}

.sp_fix {
    display: none;
}

@media (min-width: 768px) {
    .sp_nav {
        display: none !important;
    }
}



@media (max-width: 767px) {

    body,
    .mv_area {
        min-width: 100%;
    }

    body,
    p {
        line-height: 1.6em;
        text-align: left;
    }

    .txt_c {
        text-align: left !important;
    }
	.back_next .pc_on{
		display: none !important;
	}
	.back_next .sp_on{
		display: block !important;
	}
	.back_next .float_sb > div,
	.back_next .float_sb > div a{
		text-align: center;
	}
	.back_next .next_btn a{
		padding: 20px 50px 20px 20px;
	}
	.back_next .back_btn a{
		padding: 20px 20px 20px 50px;
	}
	
	
    /* タブレット、スマホの場合 */
    .pc {
        display: none !important;
    }

    .mb {
        display: inline !important;
    }

    .frame {
        padding: 0 15px;
    }

    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }

    .sp_head {
        display: block;
    }

    .sp_on {
        display: block;
    }

    .pc_on {
        display: none;
    }

    .sp_foot_nav {
        display: block;
    }

    .pc_area,
    .pc_nav,
    footer .foot_bottom {
        display: none;
    }

    .top_scroll {
        display: none !important;
    }

    .spi_img img {
        max-width: 400px !important;
        width: 100%;
        margin: auto;
        display: block;
    }

    .float_sb,
    .float_sa,
    .float_ce,
    .float_en,
    .float_ft,
    .type_01,
    .type_02,
    .type_02_a,
    .type_01_a,
    .type_04,
    .type_05,
    .type_06,
    .type_07,
    .type_04_a,
    .type_06_a {
        display: block;
    }


    .type_01 .l_box,
    .type_01 .r_box,
    .type_01_a .l_box,
    .type_01_a .r_box,
    .type_02_a .l_box,
    .type_02_a .r_box {
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    .type_01 .l_box,
    .type_01_a .l_box,
    .type_02_a .l_box {
        margin-bottom: 30px;
    }

    .type_01_a .r_box img,
    .type_01_a .l_box img,
    .type_02_a .r_box img,
    .type_02_a .l_box img {
        display: block;
        margin: auto;
    }




    .type_04 .l_box {
        max-width: 100%;
        width: 100%;
        margin-bottom: 30px;
    }

    .type_04 .r_box {
        max-width: 100%;
        width: 100%;
    }


    .type_04 .r_box img {
        display: block;
        margin: auto;
    }

    .type_05 .l_box,
    .type_05 .r_box {
        width: 100%;
        max-width: 100%;
    }

    .type_05 .l_box {
        margin-bottom: 30px;
    }

    .type_05 .l_box img {
        margin: auto;
        display: block;
    }


    .type_06 > div,
    .type_06_a > div {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }



    .type_07 .l_box {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .type_07 .l_box img {
        display: block;
        margin: auto;
    }

    .type_07 .r_box {
        max-width: 100%;
        width: 100%;
    }



    .type_04_a .l_box {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .type_04_a .l_box img {
        display: block;
        margin: auto;
        max-width: 230px;
    }

    .type_04_a .r_box {
        width: 100%;
        max-width: 100%;
    }



    .type_08,
    .type_08_a {
        display: block;
    }

    .type_08 .l_box,
    .type_08_a .l_box {
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0 auto 20px;
    }

    .type_08 .l_box .up_img,
    .type_08_a .l_box .up_img {
        margin: auto;
    }


    .type_08 .r_box,
    .type_08_a .r_box {
        width: 100%;
        max-width: 100%;
    }

    .type_08_a .l_box img {
        max-width: 230px;
        width: 100%;
    }

    .bg_02_a {
        padding: 20px 15px;
    }

    .bg_04 {
        padding: 20px 15px;
    }

    .bg_05 {
        padding: 17px 14px;
    }




    .ttl_02 {
        font-size: 20px !important;
    }

    .ttl_03 {
        font-size: 18px !important;
    }
    .ttl_03_g{
        text-align: left;
    }
    .ttl_04 {
        font-size: 18px !important;
    }

    .ttl_04 span {
        font-size: 18px !important;
        padding: 5px 0;
        min-width: 30px;
        max-width: 30px;
    }

    .ttl_04 strong {
        padding: 3px 0px 16px 5px;
    }


    .ttl_05 {
        font-size: 21px !important;
        text-align: left;
        margin-bottom: 35px;
    }

    .ttl_05:before {
        display: none;
    }

    .ttl_06 {
        font-size: 17px;
        background-size: 16px;
    }

    .ttl_14 {
        font-size: 20px !important;
        text-align: left;
        background-position: left bottom;
    }


    .ttl_15 {
        font-size: 18px !important;
    }





    .iw700 img {
        max-width: 330px !important;
        width: 100%;
    }






    .ctg_b span {
        margin-bottom: 5px;
    }

    .tag_d,
    .tag_e {
        font-size: 16px;
    }

    .tag_d {
        padding: 6px 10px;
    }


    .icon_link_a a {
        font-size: 16px;
    }


    .txt_link_c a {
        font-size: 16px;
    }

    .txt_link_d a {
        font-size: 16px;
    }

    .txt_link_d {
        font-size: 16px !important;
    }

    .btn_01 {
        margin-top: 25px;
    }

    .btn_01 a {
        font-size: 15px;
        min-width: 240px;
    }







    .item_list {
        max-width: 500px;
        margin: auto;

    }

    .item_list > li {
        width: 23%;
    }

    .item_list img {
        max-width: 100%;
    }

    .item_list .item_00 {
        display: none;
    }










    .table_01 th,
    .table_01 td {
        display: block;
        width: 100%;
        white-space: normal;
        text-align: left;
    }

    .table_01 th {
        padding: 10px;
    }

    .table_a th {
        padding: 10px 7px;
    }

    .table_a td.no_icon {
        min-width: 155px;
        padding: 10px 5px;
    }

    .table_a td.no_icon a,
    .table_a td.no_icon p a {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.4em;
    }

    .table_a td.no_icon p {
        width: 78%;
    }



    .table_a td.no_icon span {
        font-size: 12px;
        margin-right: 4px;
        left: -0.05em;
    }

    .table_a td {
        padding: 10px;
    }

    .table_a td img {
        width: 30px;
    }


    .list_01 {
        flex-wrap: wrap;
    }

    .list_01 > li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }

    .list_01 > li img {
        max-width: 100%;
        max-width: 400px;
        display: block;
        margin: auto;
    }

    .list_01_a:after {
        content: "";
        display: block;
        width: 31%;
        height: 0;
    }

    .list_01_a > li {
        width: 48%;
        margin-bottom: 30px;
        max-width: 100%;
    }

    .list_01_a > li img {
        max-width: 100%;
    }

    .list_01_a::after,
    .list_01_a::before {
        display: none;
    }

    .list_02 {
        flex-wrap: wrap;
    }

    .list_02 > li {
        width: 48%;
        max-width: 100%;
        margin-bottom: 30px;
    }


    .list_02 .up_img {
        max-width: 100%;

    }


    .list_02 .icon_link_a {
        font-size: 15px;
        background-position: left 5px;
    }




    .list_04 > li {
        margin-bottom: 10px;
    }

    .list_04 > li > a {
        font-size: 15px;
    }




    .list_08 li .up_img {
        max-width: 100%;
    }


    .list_09,
    .list_09_a {
        display: block;
    }

    .list_09 > li,
    .list_09_a > li {
        max-width: 300px;
        margin: 0 auto 30px;
        width: 100%;
    }

    .list_09 > li img,
    .list_09_a > li img {
        max-width: 100%;
    }


    .list_07 > li {
        width: 48%;
        max-width: 100%;
    }

    .list_07 .up_img {
        max-width: 100%;
    }



    .list_10 li {
        display: block;
        font-size: 15px;
    }

    .list_10 li span {
        display: block;
        min-width: 100%;
    }

    .list_10 li span:before {
        display: none;
    }

    .list_11 > li {
        display: block;
    }

    .list_11 > li span {
        margin-bottom: 2px;
    }

    .list_11 > li span:before {
        content: "";
    }



    .list_13 li {
        width: 24%;
    }

    .list_13 li img {
        max-width: 100%;
    }


    .list_14 {
        display: block;
    }

    .list_14 > li {
        max-width: 400px;
        width: 100%;
        margin: 0 auto 30px;
    }

    .list_14 li .up_img {
        max-width: 100%;
    }



    .list_16 {
        display: block;
    }

    .list_16 li {
        text-align: center;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .list_c {
        display: block;
    }

    .list_c li {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 15px;
    }










    .open_box .click_btn {
        font-size: 18px;
    }

    .page_type_a_01 .box01 {
        margin-bottom: 60px;
    }

    .page_type_a_01 .box02 {
        padding: 60px 0;
    }

    .page_type_a_01 .open_box .search_box .txt_c,
    .page_type_a_02 .open_box .search_box .txt_c{
        text-align: center !important;
    }
        

    .page_type_a_02 .result_box span {
        display: block;
    }

    .page_type_b_01 .link_box_area {
        padding-bottom: 20px;
    }

    .page_type_b_01 .box01 {
        padding: 15px 0 80px;
        background-image: url("../images/common/sp_bg_img_a.png");
    }


    .page_type_a_03.use_single .tag_d {
        margin-bottom: 15px;
    }













    .check_box {
        display: block;
    }

    .check_box .l_box {
        text-align: center;
        margin-right: 0;
        margin-bottom: 35px;
        width: 100%;
    }

    .check_box .l_box img {
        max-width: 120px;
    }

    .check_box .r_box:before {
        top: -22px;
        left: 0;
        right: 0;
        margin: auto;
        width: 30px;
        height: 20px;
        background-image: url("../images/common/fukidashi_b.jpg");
    }

    .check_box .r_box {
        margin: auto;
        width: 100%;
    }

    .bnr_box_01 {
        display: block;
        text-align: center;
    }




    .up_img {
        max-width: 100%;
    }

    .bnr_box_01 a {
        width: 100%;
        margin-bottom: 20px;
    }




    .n_day span {
        margin-left: 0 !important;
        margin-right: 10px;
    }




    .shipping_box {
        margin-top: 61px;
    }

    .nav_fixed {
        top: 0;
    }

    .shipping_box {
        min-width: 100%;
    }

    .shipping_box .w900 {
        justify-content: center;
        min-height: 47px; /* 本来不要だが、CLSの発生を防ぐための処置 */
    }

    .shipping_box .h_img_e {
        display: none;
    }

    .shipping_box h2 {
        background-position: right 14px;
        padding-right: 25px;
        background-size: 20px;
    }

    .shipping_box h2 img {
        max-width: 100px;
    }

    .shipping_box p {
        font-size: 12px;
        margin: 0 0 0 5px;
        letter-spacing: -0.12em;
        line-height: 1.8em;
    }

    .shipping_box p span {
        display: block;
        font-size: 14px;
        letter-spacing: 0.05em;
    }

    .pc_sp_mv_area {
        min-width: auto;
        position: static;
    }

    .pc_sp_mv_area .mv_bg {
        display: block;
    }

    .pc_sp_mv_area .mv_bg .l_box {
        width: auto;
    }

    .pc_sp_mv_area .mv_bg .r_box {
        width: auto;
    }


/* 後から消すこと　ここから */
    .mv_area {
        display: none;
    }

    .sp_mv_area {
        display: block;
        margin-top: 0;
    }
/* 後から消すこと　ここまで */

    .sp_head_btn {
        display: block;
    }

    .page_ttl {
        font-size: 25px;
    }


    .page_ttl_area.page_01 {
        background-image: url("../images/common/sp_page_ttl_01.jpg");
    }

    .page_ttl_area.page_02 {
        background-image: url("../images/common/sp_page_ttl_02.jpg");
    }

    .page_ttl_area.page_03 {
        background-image: url("../images/common/sp_page_ttl_03.jpg");
    }

    .page_ttl_area.page_04 {
        background-image: url("../images/common/sp_page_ttl_04.jpg");
    }

    .page_ttl_area.page_05 {
        background-image: url("../images/common/sp_page_ttl_05.jpg");
    }

    .page_ttl_area.page_06 {
        background-image: url("../images/common/sp_page_ttl_06.jpg");
    }

    .page_ttl_area.page_07 {
        background-image: url("../images/common/sp_page_ttl_07.jpg");
    }

    .page_ttl_area.page_08 {
        background-image: url("../images/common/sp_page_ttl_08.jpg");
    }

    .page_ttl_area.page_09 {
        background-image: url("../images/common/sp_page_ttl_09.jpg");
    }

    .page_ttl_area.page_10 {
        background-image: url("../images/common/sp_page_ttl_10.jpg");
    }

    .page_ttl_area.page_11 {
        background-image: url("../images/common/sp_page_ttl_11.jpg");
    }

    .page_ttl_area.page_12 {
        background-image: url("../images/common/sp_page_ttl_12.jpg");
    }

    .page_ttl_area.page_13 {
        background-image: url("../images/common/sp_page_ttl_13.jpg");
    }

    .page_ttl_area.page_14 {
        background-image: url("../images/common/sp_page_ttl_14.jpg");
    }

    .page_ttl_area.page_15 {
        background-image: url("../images/common/sp_page_ttl_15.jpg");
    }

    .page_ttl_area.page_16 {
        background-image: url("../images/common/sp_page_ttl_16.jpg");
    }

    .page_ttl_area.page_17 {
        background-image: url("../images/common/sp_page_ttl_17.jpg");
    }

    .page_ttl_area.page_18 {
        background-image: url("../images/common/sp_page_ttl_18.jpg");
    }

    .page_ttl_area.page_19 {
        background-image: url("../images/common/sp_page_ttl_19.jpg");
    }

    .page_ttl_area.page_20 {
        background-image: url("../images/common/sp_page_ttl_20.jpg");
    }

    .page_ttl_area.page_21 {
        background-image: url("../images/common/sp_page_ttl_21.jpg");
    }

    .page_ttl_area.page_22 {
        background-image: url("../images/common/sp_page_ttl_22.jpg");
    }

    .page_ttl_area.page_23 {
        background-image: url("../images/common/sp_page_ttl_23.jpg");
    }

    .page_ttl_area.page_24 {
        background-image: url("../images/common/sp_page_ttl_24.jpg");
    }

    .page_ttl_area.page_25 {
        background-image: url("../images/common/sp_page_ttl_25.jpg");
    }

    .page_ttl_area.page_26 {
        background-image: url("../images/common/sp_page_ttl_26.jpg");
    }

    .page_ttl_area.page_27 {
        background-image: url("../images/common/sp_page_ttl_27.jpg");
    }


    .scroll_txt {
        display: block;
        color: #CC0000;
        font-size: 12px;
        font-weight: bold;
        margin: 20px 0 10px;
    }

    table.table_b th,
    table.table_b td,
    .sample table.table_a td,
    .sample table.table_a th {
        white-space: nowrap;
    }


    .table_fix {
        position: sticky;
        left: 0;
        background-color: #fff;
        z-index: 2;
    }

    th.table_fix {
        z-index: 3;
        border-left: 2px solid #000;
    }

    .table_fix:before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 101%;
        height: 100%;
        border-right: 1px solid #231815;
        border-left: 1px solid #231815;

    }

    .table_b {
        width: auto;
    }

    /*
	.th_01,
    .table_b th.table_fix{
        width: auto !important;
        min-width: auto !important;
        max-width: none !important;
    }
	.th_02{
        width: auto !important;
        min-width: auto !important;
        max-width: none !important;
    }
    .th_03{
        width: auto !important;
        min-width: auto !important;
        max-width: none !important;
    }
    
/******/

    .table_b td:nth-child(1),
    .table_b th.table_fix {
        width: 4%;
        max-width: 60px;
        min-width: 60px;
        white-space: normal;
    }

    .th_01 {
        width: 3%;
        max-width: 40px;
        min-width: 40px;
    }

    .th_02 {
        width: 5%;
        max-width: 50px;
        min-width: 50px;
    }

    .th_03 {
        width: 7%;
        max-width: 70px;
        min-width: 70px;
    }

    .th_04 {
        width: 6%;
        max-width: 60px;
        min-width: 60px;
    }

    .th_05 {
        width: 7%;
        max-width: 70px;
        min-width: 70px;
    }

    .th_06 {
        width: 6%;
        max-width: 60px;
        min-width: 60px;
    }

    .th_07 {
        width: 12%;
        max-width: 120px;
        min-width: 120px;
    }












    .scroll-table {
        overflow-x: auto;
        width: 100%;
    }

    .scroll-table::-webkit-scrollbar {
        height: 5px;
    }

    .scroll-table::-webkit-scrollbar-track {
        border-radius: 5px;
        background: #eee;
    }

    .scroll-table::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #666;
    }

    .scroll-table::-webkit-scrollbar-thumb {
        background: #888;
    }

















    .top .box01 {
        padding: 60px 0;
        background-image: url("../images/top/sp_bg_img_01.png");
        background-size: 2240px;
        background-position: center top;
    }




    .top .box01 .table_a,
    .top .box01 .txt_c.mb30 {
        display: none;
    }

    .top .box01 .list_01.mt30 {
        margin-top: 0 !important;
    }

    .top .box01 .item_list {
        margin-bottom: 40px;
    }

    .top .box02 .type_04 .l_box {
        display: none;
    }

    .top .box02 .item_table_area {
        display: none;
    }

    .top .box02 .shipping_box {
        display: none;
    }

    .top .box04 .btn_01 {
        margin-top: 0;
    }

    .top .box02 .type_04 {
        margin-bottom: 0;
    }

    .top .box05 .type_01 .l_box {
        margin-bottom: 20px;
    }

    .top .box06 {
        padding: 100px 0 40px;
    }

    .top .box06 .type_04 .r_box {
        text-align: center;
    }

    .top .box06 .iw700 {
        margin-bottom: 0;
    }

    .top .box07 .btn_01 {
        margin-top: 0;
    }



    .faq_box dt p {
        font-size: 17px;
        padding: 9px 45px 9px 13px;
    }

    .faq_box dd {
        padding: 15px 15px 5px;
    }

    .faq_box dd p {
        line-height: 1.5em;
    }

    #sbtn1 {
        font-size: 16px;
    }


    .column_area > .frame {
        display: block;
    }

    .column_area .main_area {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
    }

    .column_area .side_area {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }

    .support_a .box01 .icon_link_b a{
        display: block;
        margin-bottom: 6px;
    }


    /*

    .support .list_01_a > li {
        width: 48%;
        max-width: 100%;
    }

    .support .list_01_a > li img {
        max-width: 100%;
    }





*/


    .feature .list_09_a .up_img {
        margin: 0 auto 20px;
        max-width: 500px;
    }

    .feature .list_09_a li {
        max-width: 100%;
        margin-bottom: 60px;
    }



    .comics_single .box02 .txt_link_b a,
    .voice_single .box02 .txt_link_b a,
    .gallery_single .box02 .txt_link_b a {
        font-size: 16px;
    }

    .gallery_single .n_day span {
        margin-top: 8px;
    }




    .company .box01 {
        margin-bottom: 60px;
    }




    .sample .box04 .table_a {
        table-layout: auto;

    }

    .sample .box04 .table_a th {
        width: 100%;
    }

    .sample .box04 .table_a td {
        width: 100%;
    }

    .sample .box04 .inner_a .ttl_03{
        margin-bottom: 20px;
    }
    


    .logistic .box02 .type_01 div {
        text-align: center;
    }

    .logistic .box03 .ctc_img {
        display: block;
        text-align: center;

    }

    .logistic .box03 .ctc_img img {
        margin-bottom: 10px;
    }





    .lb-outerContainer {
        height: auto !important;
        width: 90% !important;
        margin-top: 20% !important;
    }



    .lightbox .lb-image {
        height: auto !important;
        width: 100% !important;
    }

    .lb-container {
        padding: 0 !important;
    }


    .type_09 .l_box {
        margin-right: 14px;
    }



    .product .scroll_txt {
        margin-top: 0;
    }

    .product_single .box01 .list_01 {
        margin-top: 40px;
    }

    .product_single .box02 .bg_05_a {
        padding: 20px;
    }

    .order .frame {
        padding: 0 15px;
    }

    .order .box02 .inner {
        margin-bottom: 0;
    }

    .order .box02 .inner_a {
        margin-bottom: 30px;
    }
    .order .box02 .inner_a .cont_form th span{
        top: 15px;
    }
    .order .box02 .inner_a .cont_form td {
        padding: 2px 10px 23px 10px;
    }

    .order .box02 .inner_a .type03_box,
    .order .box02 .inner_a .type02_box {
        width: 80%;
    }


    .order .box02 .inner_a .type04_box {
        width: 80%;
    }


    .order .box02 .inner_a .type03_box:last-child,
    .order .box02 .inner_a .type02_box:last-child,
    .order .box02 .inner_a .type04_box:last-child{
        margin-bottom: 0;
    }


    .order .icon_pop {
        font-size: 16px;
    }
/*
    .order .box02 .list_13 li {
        width: 31%;
        margin-right: 2.2%;
        margin-bottom: 2%;
    }



    .order .box02 .cont_form {}
*/
    .order .box02 .type_04_a {
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .order .box02 .inner_a .cont_form th {
        min-width: 100%;
        padding: 15px 70px 5px 10px;
    }



    

    .order .box02 .type_04_a .r_box {
        padding-bottom: 30px;
    }

    .order .box02 .type_04_a .l_box {
        max-width: 120px;
        min-width: 120px;
        padding: 0 15px 0 0;
    }

    .order .box02 .type_04_a .fix_img {
        position: static;
    }

    .order .box02 .type_04_a .l_box .fix_img {
        position: sticky;
        top: 50%;
        z-index: 10;
        margin-bottom: 66px;
    }

    .order .box02 .type_04_a .l_box .fix_img img {
        max-width: 120px;
    }

    .order .box02 .inner_a .type02,
    .order .box02 .inner_a .type01,
    .order .box02 .inner_a .type04,
    .order .box02 .inner_a .type03 {
        min-width: 80%;
        width: 80% !important;
    }



    .page-order #navToggle,
    .page-order .sp_head_btn {
        position: absolute;
    }

    .page-order .sp_head {
        position: static;
    }

    .page-order .sp_fix {
        display: none;
    }

    .page-order .shipping_box {
        margin-top: 0;
    }










    .order .box02 .inner_a .cont_form td {
        display: block;
    }

    .order_pop .list_17 li {
        width: 48%;
        margin-bottom: 15px;
    }

    .order .cont_form_btn input[type="submit"] {
        font-size: 24px !important;
    }



    .btn_delete {
        margin: 0 auto 20px;
    }

    .btn_add {
        margin: auto;
        display: block;
    }




    .editor table {
        border: 1px solid #333;
    }

    .editor table th,
    .editor table td {
        display: block;
        width: 100%;
        padding: 5px 8px;
    }











    .check_btn {
        line-height: 1em;
        margin-top: 0;
    }


    .check_btn .radio01 {
        display: block;
    }


    .inquiry .check_btn,
    .case .check_btn {
        margin-top: 0;
    }

    .cont_form th,
    .cont_form td {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .cont_form th {
        padding-bottom: 0;
        padding: 15px 20px 0;
        font-size: 15px;
    }

    .cont_form td {
        font-size: 15px;
        padding: 10px 20px 15px;
    }

    .cont_form input,
    .cont_form textarea {
        padding: 10px 15px;
    }

    .cont_form th span {
        top: 16px;
        right: 20px;
    }

    .cont_form .type01,
    .cont_form .type1 {
        width: 100% !important;
    }

    .cont_form .type02 {
        width: 80% !important;
    }


    .cont_form .check_btn .radio01 + span::before {
        top: 6px;
    }

    .cont_form .check_btn .radio01 + span::after {
        width: 10px;
        height: 10px;
        top: 9px;
        left: 3px;
    }



    .common_ctc .common_ctc_inner {
        max-width: 400px;
        margin: auto;
        padding: 20px 20px 10px 20px;
    }

    .common_ctc .common_ctc_inner .float_sb .l_box {
        margin-bottom: 20px;
    }

    .common_ctc .common_ctc_inner ul {
        display: block;
    }

    .common_ctc .common_ctc_inner ul > li {
        width: 100%;
        margin: 0 auto 15px;
        max-width: 350px;
        text-align: center;
    }

    .common_ctc .common_ctc_inner .l_box img {
        margin-top: -80px;
    }






    footer {
        margin-top: 80px;
    }

    footer .foot_top .r_box .foot_bnr {
        display: block;
        text-align: center;
    }

    footer .foot_top .r_box .foot_bnr a {
        display: block;
    }

    footer .foot_top .r_box .foot_bnr img {
        margin: 0 auto 10px;
    }

    footer .foot_top .r_box .ttl_11 {
        text-align: center;
    }

    footer .foot_top .r_box ul {
        display: block;
    }

    footer .foot_top .r_box ul > li {
        width: 100%;
    }

    footer .foot_top .type_01 .l_box {
        text-align: center;
    }

    footer .foot_top .iw490 {
        text-align: center;
    }

    footer .foot_top .f_guide img {
        max-width: 100%;
    }





    .pop_up_box,
    .pop_up_box_a {
        width: 94%;
        padding: 60px 20px 30px;
    }




    .radio_img_btn .mw_wp_form .horizontal-item + .horizontal-item,
    .radio_img_btn .mwform-radio-field {
        width: 19%;
    }

    .radio_img_btn .mwform-radio-field {
        margin-right: 1%;
    }

    .radio_img_btn .radio_img_btn label {
        margin-bottom: 10px;
        font-size: 12px;
        margin-right: 1.2%;
        letter-spacing: -0.05em;
    }

    .radio_img_btn .mwform-radio-field label {
        width: 100%;
        margin-bottom: 5px;
        font-size: 12px;
        margin-right: 1.2%;
        letter-spacing: -0.0
    }



    .radio_img_btn label {
        margin-right: 1.5%;
        max-width: 65px;
        font-size: 13px;
        margin-bottom: 7px;
    }

    .radio_img_btn label img {
        max-width: 65px;
    }




    .sp_foot_nav {
        padding: 20px 20px 10px;
    }

    .sp_foot_nav ul li {
        background-position: left 5px;
    }

    .sp_foot_nav ul li a {
        font-size: 14px;
    }

    footer .foot_logo {
        text-align: left;
        margin-bottom: 20px;
    }

    footer .foot_logo img {
        max-width: 290px !important;
    }

    footer .foot_top .l_box p {
        text-align: left;
    }


    .copy {
        padding-bottom: 50px;
        text-align: left;
    }



    .sp_fix {
        position: fixed;
        bottom: -1px;
        left: 0;
        width: 100%;
        background-color: #231815;
        display: flex;
        justify-content: flex-start;
        z-index: 1000;
        padding-bottom: env(safe-area-inset-bottom);
    }

    #page_top {
        bottom: 100px;
    }

    .sp_fix > div {
        text-align: center;

    }

    .sp_fix > div a {
        display: block;
        padding: 10px 0;
    }

    .sp_fix .sp_fix_01,
    .sp_fix .sp_fix_02 {
        width: 50%;
    }

    .sp_fix .sp_fix_01 {}

    .sp_fix .sp_fix_02 {
        background-color: #335460;
    }

    .sp_fix .sp_fix_01 img,
    .sp_fix .sp_fix_02 img {
        max-width: 86px;
    }


    .side_bnr {
        display: none;
    }




    .product .box03 .shipping_box .w900,
    .product_single .box01 .shipping_box .w900 {
        padding: 0 10px;
        max-width: 315px;
    }

    .product .box03 .h_pop_area,
    .product_single .box01 .h_pop_area {
        width: 35%;
    }

    .product .box03 .shipping_box p,
    .product_single .box01 .shipping_box p {
        width: 65%;
    }



    .order .box02 .input_group .unit_a {
        padding-left: 2px;
    }

    .order .box02 .input_group .input_item {}

    .cont_form .type04 {
        min-width: 30px !important;
    }


    .mw_wp_form_confirm .confirm_on .cont_form_btn {
        margin: 20px auto 0;
    }

    .mw_wp_form_confirm .confirm_on .cont_form_btn.l_submit {
        margin-top: 40px;
    }

    .sp_head {
        padding-top: env(safe-area-inset-top, 0);
    }

    .sp_fix {
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .s_logo {
        padding-top: 18px;
    }





    .editor #ez-toc-container {
        padding: 20px !important;
    }

    .editor h2 {
        font-size: 17px;
    }


    .editor .table_a th,
    .editor .table_a td{
        display: revert !important;
    }




}

@media (max-width: 600px) {

    .scroll-hint-icon {
        padding: 15px 5px 4px 5px !important;
        width: 110px !important;
    }

    .scroll-hint-icon {
        top: 10% !important;
    }
}

@media (max-width: 450px) {
    .list_01_a > li {
        width: 100%;
    }




}

@media (max-width: 400px) {
    .item_list:after {
        content: "";
        display: block;
        width: 31%;
        height: 0;
    }

    .item_list > li {
        width: 31%;
    }

    .item_list > li.sp_noimg {
        display: none;
    }

    .open_box .open_area {
        padding: 20px 14px;
    }

    .open_box .open_area .inner:nth-child(3) .check_area .check {
        flex-direction: column;
    }

}



@media (max-width: 370px) {
    .s_logo img {
        max-width: 65px;
    }

    .sp_head_btn {
        top: 14px;
    }

    .sp_head_btn > .inner > div {
        margin-left: 5px;
    }

    .sp_head_btn > .inner > div img {
        max-width: 31px;
    }
}













/**　テーブルフォント調整
******************/


@media (max-width: 767px) {

    .table_b th {
        background-color: #547886;
        padding: 5px 4px;
        color: #fff;
        font-size: 12px;
        font-weight: 900;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #231815;
        line-height: 1.4em;
        white-space: nowrap;
    }

    .table_b td {
        padding: 5px 4px 5px;
        border-bottom: 1px solid #231815;
        border-left: 1px solid #231815;
        width: 5%;
        font-size: 12px;
        line-height: 1.4em;
        white-space: nowrap;
    }

    .table_b .t_002 {
        font-size: 14px;
        font-weight: 900;
    }

    .table_b td .t_small {
        display: block;
        font-size: 11px;
        line-height: 1.4em;
        font-weight: 400;
    }

    .cp_ipselect.cp_sl01 select {
        padding: 8px 17px 8px 5px;
        color: #333333;
        font-weight: normal;
        border: 2px solid #333333;
        width: 100%;
        background-color: #fffecc;
        min-width: 36px;
    }


    .table_b .t_sale {
        color: #FF6600;
        display: block;
        font-size: 14px;
        line-height: 1.3em;

    }

    /*
    .table_b .t_cart a{
        background-color: #E95504;
        padding: 10px 10px;
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.3em;
        display: inline-block;
        white-space: nowrap;
        width: 100%;  
    }
*/
    .table_b .t_cart a {
        background-color: #E95504;
        padding: 6px 5px;
        color: #fff;
        font-weight: 400;
        font-size: 11px;
        line-height: 1.3em;
        display: inline-block;
        white-space: nowrap;
        width: 100%;
        border-radius: 5px;
    }

    /*
    .table_b th:nth-child(7),
    .table_b td:nth-child(7) {
        display: none;
    }
*/
    .table_b .t_001 {
        font-weight: 600;
        background-color: #F8F8F8 !important;
        letter-spacing: -0.05em;
    }


}


.top .box01 .table_a th:nth-child(1) {
    width: 10%;
}

.top .box01 .table_a th:nth-child(n+2) {
    width: 6%;
}



/*添付ファイル*/

.file .fileField{
    position: relative;
}

.file .mwform-file-delete{
    font-size: 26px;
    font-weight:bold;
    color: #333;
    position: absolute;
    top: 10px;
    padding-left: 3px;
}
.file input[type="file"]{
    width: auto;
    font-size: 16px;
    background-color: #547886;
    padding: 10px 10px;
    font-weight: 400;
    color: #fff;
}
.movie_box.file input[type="file"]{

}
.movie_box.file .mwform-file-delete{
    top: 32px;
}


.file #remainCount{
    color: #E95504;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 14px !important;
}

#fileFields .fileField {
    margin-bottom: 10px;

}


#fileFields .fileField:nth-child(n+2) {
    display: none;
}

.removeFileBtn {
    margin-left: 6px;
    cursor: pointer;
    font-size: 14px;
}

.btn_add_file{
    margin-bottom: 5px;
}


.mw_wp_form_confirm #fileFields .fileField {
    display: block !important;
}
.mw_wp_form_confirm .btn_add_file,
.mw_wp_form_confirm .cont_form .f12.mt10,
.mw_wp_form_confirm .cont_form .f12.mt0{
    display: none;
}



.upload-container {
    padding: 40px;
    max-width: 600px;
}



.add-btn {
    background: #547886;
    color: #fff;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}


.file-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.file-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    padding: 9px 15px;
    margin-bottom: 12px;
}

.file-list .empty {
    justify-content: left;
    color: #888;
}


.file-name {
    font-size: 15px;
    color: #333;
    word-break: break-all;
    line-height: 1.4em;
}


.delete-btn {
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    white-space: nowrap;
}


.file-count {
    text-align: left;
    color: #333;
    font-weight: 600;
    margin-top: 10px;
}

.file-fields {
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
}

.file-required-error{
    color: #dc3545;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mw_wp_form_confirm .delete-btn,
.mw_wp_form_confirm .add-btn,
.mw_wp_form_confirm .file-count,
.mw_wp_form_confirm .file p.f12.mt0 {
    display: none !important;
}

.mw_wp_form_confirm .cont_form td p.f12.mt10 {
    display: none !important;
}

.order .mw_wp_form_complete {
    margin-top: -100px;
    padding-top: 100px;
}



.case .fileField:has(.error) {
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    pointer-events: auto !important;
}


@media (max-width: 767px) {

    input,
    textarea,
    select {
        font-size: 16px !important;
    }

    .file input[type="file"] {
        width: 90%;
        font-size: 11px;
    }

    .file .mwform-file-delete {
        font-size: 16px;
    }

    .mw_wp_form_confirm .order_confirm {
        padding-top: 120px;
        margin-top: -120px;
    }
}

@media (max-width: 767px) {

    .ttl_13,
    .has-text-align-center {
        text-align: left !important;
    }

    .thank_txt {
        padding: 20px 15px;
        text-align: left !important;
        margin-top: 20px;
    }
    .file-list li{
        padding: 7px 10px;
    }
    .file-name {
        font-size: 13px;
    }

    #mw_wp_form_mw-wp-form-1269,
    #mw_wp_form_mw-wp-form-1271,
    #mw_wp_form_mw-wp-form-1270 {
        padding-top: 70px;
        margin-top: -70px;
    }
    #mw_wp_form_mw-wp-form-1345 {
        padding-top: 20px;
        margin-top: -20px;
    }

    .mw_wp_form_confirm .type_04_a .l_box .fix_img{
        position: static !important;
        top: 0;
    }
}
