@charset "UTF-8";

/*********************************************
 * Apple Trading & Company
 * sp：~599px
 * tablet：768px~
 * tablet&pc : 991px~
 * pc：1,025px~
 *********************************************/

/*--------------------------------
	sp：~599px
--------------------------------*/

/*------ common -------*/
body {
	font-weight: 500;
	line-height: 1.5;
	color: #303f60;
}
p {font-size: 1.4rem}
img {max-width: 100%;height: auto;}
ul {list-style: none;}
input[type="radio"],input[type="checkbox"] {display: none;}
.content ul > li::before {content: none;}
h1, .content h1 {font-size: 2rem;}
h2, .content h2 {font-size: 1.6rem;}
h3, .content h3 {font-size: 1.6rem;}
h4, .content h4 {font-size: 1.4rem;}
h5, .content h5 {font-size: 1.3rem;}
.content a:hover {
	opacity: .7;
	transition: .3s all;
	font-weight: initial;
}
h1.heading {font-size: 1.8rem;}
.siteTitle {
	max-width: 100%;
	margin: 0;
	text-align: center;
	font-size: initial;
}
.pc-none {display: block;}
.sp-wide {margin: 0 -15px;}
#top {overflow-x: hidden;}

/* -youtube */
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.affiliate {
	width: 100%;	
}
.affiliate iframe {
	width: 100%;
	height: 100%;
}
picture img {
	width: 100%;
	height: auto;
}
/* -google-map */
.google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -text */
.ta-c {text-align: center;}
.red {color: #DF002C;}
.pink {color: #c04383!important;}
.pink-fwb-tdu {
	color: #c04383;
	font-weight: bold;
	text-decoration: underline;
}
.attention {
	padding: 10px 15px;
	background: #DF002C;
	color: #fff;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.5;
}
/* -btn */
.c-btn-navy {
	width: 80%;
    max-width: 320px;
    height: auto;
    margin: 20px auto;
    border: 1px solid #303f60;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}
.c-btn-navy a {
	position: relative;
	display: block;
	padding: 15px;
}
.arrow a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #303f60;
	border-right: 2px solid #303f60;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wide-btn {
    position: relative;
    display: block;
    width: 80%;
    margin: 20px auto 0;
    padding: 26px 0;
    background: #303f60;
    text-align: center;
    color: #fff!important;
    transition: all 0.6s;
}
.navy-btn {
    display: block;
    position: relative;
    max-width: 320px;    
	width: 70%;
	height: auto;
	margin: 0 auto;
    background: #fff;
    border: 1px solid #303f60;
    padding: 10px 0;
    text-align: center;
	font-size: 1.3rem;
    font-weight: bold;
	letter-spacing: 1px;
}
.navy-btn::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border: 1px solid;
    border-color: transparent transparent #303f60 #303f60;
    transform: rotate(225deg);
    vertical-align: middle;
}

/* -icon */
.pink-circle-arrow {
	color: #bb4592!important;
}
.pink-circle-arrow::before {
	content: '';
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: middle;
	background: url(images/common/pink-arrow.svg);
	background-size: 21px 21px;
	margin: 0 3px 4px 0;
}
.gray-arrow::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 15px;
    vertical-align: middle;
    background: url(images/common/gray-arrow.svg);
    background-size: 10px 15px;
    margin: 0 6px 2px 0;
}
.pop-up-icon::after {
	content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    background: url(images/common/popup.svg);
    background-size: 20px 21px;
    margin: 0 0 5px 5px;
}
.q-mark {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
	background: #b9cef0;
    border-radius: 50%;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}
.prevNext__pop {
	background: #c04383;
}
/* -pagenation */
.pager {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.pager .pager__item {
	margin: 0;
	padding: 0;
	background: #dadada;
	border: none;
}
.pager .pager__item-current {
	padding: 15px 20px;
	background: #c04383;
	border: none;
	color: #fff;
}
.pager .pager__item:hover {
	background: #c04383;
	transition: .3s;
}
.pager .pager__item a {
	display: block;
	padding: 15px 20px;
	color: #fff;
}
.pager .pager__item a:hover {
	font-weight: normal;
}
.pager__item-next::before,
.pager__item-prev::before {
	color: #fff;
}
/* -modal */
.modalWrap .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
}
.modalWrap p {
	margin: 2em 0;
}
.modalWrap .modal_btn a {
    display: block;
    width: 280px;
    margin: 0 auto 5% auto;
    padding: 2% 0;
    background: #fff;
    color: #222;
    text-align: center;
}

/*------ search -------*/
.search-gallery {
	margin:0 0 40px;
}
.search-gallery input[type="radio"],
.search-gallery input[type="checkbox"] {
	display: inline-block;
	margin-right: 5px;
}
.search-gallery fieldset {
	margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #a5a5a5;
}
.search-gallery legend {
	padding: 0 10px;
	font-weight: bold;
}
.search-gallery fieldset .list {
	display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
    margin: 0;
}
.search-gallery fieldset .list li,
.search-gallery fieldset .list li:first-child {
	margin: 0;
	padding: 0;
}
.search-gallery .button button {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    margin: 20px auto 0;
    padding: 1rem 4rem;
    cursor: pointer;
    letter-spacing: 0.1em;
    background: #303f60;
    border: none;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
}

/*------ header -------*/
.l-header {
	padding: 0 0 10px;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
}
.l-header .description {
	margin-bottom: 20px;
	padding: 3px 5px;
	background: #dfdfdf;
	border-bottom: 4px solid #c04383;
	text-align: center;
}
.headnav,.gnav {
	display: none;
}
.l-headerNews {
	position: relative;
	padding: 10px;
	font-size: 1.3rem;
}
.l-headerNews::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 18px;
    height: 18px;
    margin: auto 0;
    border: 1px solid;
    border-color: #ababab #ababab transparent transparent;
    transform: rotate(45deg);
}
.l-headerNews .cate {
	display: none;
}
.l-headerNews .date {
	display: block;
}
.menuBtn__scroll {
	padding: 0;
}
.gnav {
	display: none;
}
.spmenu .list {
	list-style: none;
}
.spmenu .list-item.service {
	position: relative;
	border-bottom: none;
}
.spmenu .list-item.service::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: url(images/common/heart1.svg) no-repeat 0 0;
    background-size: contain;
    border: none;
    height: 13px;
    width: 16px;
}
.spmenu .list-item.service a {
	line-height: 1.4;
}
.spmenu .list-item.service span {
	display: block;
	color: #d47bae;
}
.spmenu .list-item.service:nth-child(1) {
	background: #f4eaff;
}
.spmenu .list-item.service:nth-child(2) {
	background: #ffe6f5;
}
.spmenu .list-item.service .title {
	font-weight: bold;
}
.spmenu .list-item.service .more {
	font-size: 1rem;
	text-decoration: underline;
}
.spmenu .list-item {
    position: relative;
	border-bottom: 1px solid #d7d7d7;
    font-weight: bold;
}
.spmenu .list-item::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border: 1px solid;
    border-color: transparent transparent #303f60 #303f60;
    transform: rotate(45deg);
    vertical-align: middle;
}
.spmenu .list-item a {
	display: block;
    padding: 15px 10px 15px 40px;
}
.spmenu .list_other {
	list-style: none;
	margin: 20px 0;
}
.spmenu .list_other li {
	padding: 5px 10px 5px 15px;
}
.spmenu .list-item.accordion::before {
	content: none;
}
.accordion-single-title {
	padding: 15px 10px 15px 40px;
	cursor: pointer;
	position: relative;
	margin: 0;
}
.accordion-single-title::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 18px;
	transition: all 0.2s ease-in-out;
	width: 8px;
	height: 8px;
	border-top: solid 1px #d7d7d7;
	border-right: solid 1px #d7d7d7;
	transform: translateY(-50%) rotate(45deg);
}
.accordion-single-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
}
.accordion-single-content p {
	padding: 20px;
}
.accordion-single-item.is-open .accordion-single-content  {
 	max-height: 100%;
}
.accordion-single-item.is-open .accordion-single-title::before  {
	transition: 0.3s;
	border-top: solid 1px #303f60;
	border-right: solid 1px #303f60;	
	transform: translateY(-50%) rotate(135deg);
}
.accordion-single .list {
	background: #fbfbfb;
}
.accordion-single .list li {
	position: relative;
	border-top: 1px solid #f5f5f5;
}
.accordion-single .list li::before {
	content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border: 1px solid;
    border-color: transparent transparent #ddd #ddd;
    transform: rotate(45deg);
    vertical-align: middle;
}

/*------ footer -------*/
.bottomFooter {
	background: #303f60;
	color: #d5d5d3;
}
.bottomFooter__copyright, .bottomFooter__producer {
	text-align: left;
	letter-spacing: 1px;
	font-weight: bold;
}
.bottomFooter .list {
	margin-bottom: 40px;
	list-style: none;
}
.bottomFooter .list li {
	margin: 0 0 5px 0;
    padding: 5px 0;
    font-size: 1.3rem;
}
.bottomFooter .list a {
	color: #898f9f;
	transition:  color 200ms;
}
.bottomFooter__topBtn {
	right: initial;
	left: 5px;
	background-color: #c04383;
	border-radius: 50%;
}
.footernav.pc {
	display: none;
}
.footernav.sp .list {
	margin: 0 -15px;
	background: #eaeaea;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	list-style: none;
}
.footernav.sp .list li {
	margin: 0 15px;
	padding: 15px;
	border-bottom: 1px solid #d6d6d6;
	font-size: 1.4rem;
}
.footernav.sp .list li:last-child {
	border-bottom: none;	
}
.footernav.sp .list a {
	display: block;
	font-weight: bold;
}
.footershipping {
	padding: 30px 0;
}
.footershipping .list {
	display: flex;
	flex-wrap: wrap;
}
.footershipping .list li {
	display: flex;
	align-items: center;
}
.footershipping .list li:first-child {
	margin-bottom: 30px;
}
.footershipping h3.heading {
	margin: 0 0 10px;
}
.footershipping figure {
	width: 30%;
}
.footershipping figure img {
	max-width: 100%;
	height: auto;
}
.footershipping .text {
	padding-left: 10%;
}
.footerdeadline {
    max-width: 1200px;
    margin: 0 auto 30px;
	padding: 40px 15px;
	border: 1px solid #ccc;	
}
.footerdeadline .list {
	margin: 20px 0 0;
	list-style: none;
}
.footerdeadline .list li {
	margin-bottom: 5px;
	font-size: 1.4rem;
}
.footercredit,
.footerdisposal,
.footer_affi_wrap {
    max-width: 1200px;
    padding: 30px 20px;
    border: 1px solid #ccc;
    border-radius: 12px;
}
.footercredit a,
.footerdisposal a {
	display: block;
}
.footerdeadline .title,
.footercredit .title,
.footerdisposal .title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
}
.footercredit {
	margin: 0 auto 30px;
	text-align: center;
}
.footercredit .more {
	margin-top: 30px;
}
.footerdisposal {
	margin: 0 auto;
}
.footerdisposal .list li {
	font-size: 1.4rem
}
.footerdisposal .list li:first-child {
	margin-bottom: 20px;
}
.footersns {
	padding: 40px 0;
}
.footersns h2 {
	text-align: center;
	font-size: 1.4rem;
}
.footersns .list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	list-style: none;
}
.footersns .list img {
	max-width: 35px;
	height: auto;
}
.footer_affi_wrap {
	margin: 0 auto 30px;
}
.footer_affi_wrap h2 {
	text-align: center;
}
.footer_affi_wrap.pc,
.footer_affi_wrap.tablet {
	display: none;
}
.footer_affi {
    text-align: center;
}

/*------ mv -------*/
.swiper.mv {
	margin: 0;
	padding: 15px 0 30px;
	background: #ebebeb;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
.mv .swiper-slide img {
	max-width: 100%;
}
.mv .swiper-button-next:after,
.mv .swiper-button-prev:after {
	content: none!important;
}
.mv .swiper-pagination-bullet {
	background: #c04383;
}

/*------ front -------*/
.l-wrapper.top {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 15px;
	border-top: 1px solid #ececec;	
}
.l-wrapper.top .l-main {
	order: 1;
	margin: 0;
}
.l-wrapper.top .l-sidebar {
	order: 2;
}
.l-wrapper.top h2,
.l-wrapper.topbottom h2 {
	text-align: center;
}
.l-wrapper.top .item-img img {
	width: 100%;
}
.l-wrapper.top .item-brands,
.group-gallery .item-brands,
.gallery-side_rank .item-brands {
	color: #a3a3a3;
	font-size: 1.2rem;
}
.l-wrapper.top .item-ttl,
.group-gallery .item-ttl,
.gallery-side_rank .item-ttl {
	margin: 0;
	font-size: 1.4rem;
}
.discount-rate {
	display: inline-block;
	margin-left: 5px;
	padding: 1px 4px;
	background: #ff1418;
	color: #fff;
	font-size: 1.2rem;
}
.gallery-side_rank .calc-box {
	margin: 5px 0 0;
}
.panel_area .bodyprice-discount {
	display: flex;
	margin: 0;
}
.bodyprice-discount::before {
	content: '↓';
	color: #919191;
	font-size: 1.2rem;
}
.bodyprice-discount s {
	color: #919191;
	font-size: 1.2rem;
}
.bodyprice-discount + .result_calc_price,
.bodyprice-discount + .bodyprice {
	margin: 0;
	color: red;
}
.bodyprice-discount + .bodyprice {
	font-size: 1.6rem;
}
.l-wrapper.top .result_calc_price {
	margin: 0;
	font-size: 1.4rem;
}
.l-wrapper.top .more {
	margin: 40px 0 20px;
	text-align: center;
}
.l-wrapper.topbottom {
	display: block;
	border-top: 1px solid #ececec;
}
.topabout {
	padding: 30px 0;
	text-align: center;
}
.topsearch {
    padding: 20px 0 30px;
    border-top: 1px dotted #aaa;
    font-size: 1.4rem;
}
.topsearch .emphasis {
	color: #c04383;
	font-size:2rem;
	font-weight:bold;
}
.topsearch .search-gallery {
	margin:20px 0 0;
}
.topreason {
	margin: 0 -15px;
	padding: 30px 0;
	background: #ecedef;
}
.topreason .heading {
	text-align: center;
}
.topreason .list {
    display: flex;
    flex-wrap: wrap;
}
.topreason .list li {
	width: calc(100% / 1);
	margin: 0 0 5px;
	padding: 0;
    background: #fff;
}
.topreason .list li > a {
    display: flex;
    align-items: center;
    padding: 20px;
}
.topreason .list .text a {
    display: inline;
    text-decoration: underline;
    font-weight: bold;
}
.topreason .list .img {
    width: 20%;
}
.topreason .list .text {
    width: 80%;
    margin: 0;
    padding: 0 0 0 20px;
    text-align: center;
}
.topreason .list .text h3 {
	margin-bottom: 10px;
}
.toptopics {
	padding: 30px 0;
}
.toptopics h2 {
	margin: 40px 0 20px;
	text-align: center;
}
.toptopics .list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 10px;
}
.toptopics .list li {
	width: calc(100% / 2 - 5px);
	margin: 0;
	padding: 0;
}
.topnewdoll {
	padding: 30px 0;
}
.topnewdoll .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4px;
}
.topnewdoll .item {
	width: calc(100% / 2 - 2px);
	margin: 0;
	padding: 0;
}
.topnewdoll .item .brand,
.toprankdoll .item .brand {
    margin: 0 0 1% 0;
    line-height: 1.1;
    color: #a3a3a3;
	font-size: 0.8em;
}
.topnewdoll .item .title,
.toprankdoll .item .title {
    max-width: 180px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
}
.topnewdoll .item .text {
	margin: 10px 0 0 0;
}
.toprankdoll,
.topmensdoll,
.topintro {
	padding: 30px 0;
	border-top: 1px solid #ececec;
}
.toprankdoll .list,
.topmensdoll .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 4px;
}
.toprankdoll .item,
.topmensdoll .item {
	width: calc(100% / 2 - 2px);
	margin: 0;
	padding: 0;
}
.toprankdoll .item-rank {
    z-index: 1;
    display: block;
	position: absolute;
    top: 10px;
    left: 5px;
    width: 36px;
    height: 36px;
    background: #e4e4e4;
    border-radius: 50%;
    overflow: visible;
    color: #717171;
    text-align: center;
    font-size: 1.2rem;
    line-height: 36px;
}
.toprankdoll .item-rank.rank-1 {background: #d6db00; color: #fff;}
.toprankdoll .item-rank.rank-2 {background: #ababab; color: #fff;}
.toprankdoll .item-rank.rank-3 {background: #91741c; color: #fff;}
.top-introduction_mov {
	display: flex;
	flex-wrap: wrap;
}
.top-introduction_mov .box_item {
	width: 100%;
}
.topside {
	margin: 0 -15px;
	padding: 30px 0;
	background: #f2f2f2;
}
.topside .heading {
	text-align: center;
}
.topside .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px;
	border-top: 1px solid #8b8b8b;
	list-style: none;
}
.topside .list.cate li {
	width: calc(100% / 2);
	border-bottom: 1px solid #ddd;
}
.topside .list.info li {
	width: calc(100% / 1);
	border-bottom: 1px solid #ddd;
}
.topside .list li:nth-child(odd) {
	border-right: 1px solid #ddd;
}
.topside .list li a {
	position: relative;
	display: block;
	padding: 15px;
	background: #fff;
}
.topside .list.cate li a {
	font-weight: bold;
}
.topside .list li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 8px;
    height: 8px;
    margin: auto 0;
    border: 1px solid;
    border-color: #ababab #ababab transparent transparent;
    transform: rotate(45deg);
}
.topsearch {
	padding: 30px 0 60px;
}
.topbrand {
	padding: 30px 0 60px;
}
.topbrand .list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
}
.topbrand .list li {
	width: calc(100% / 2 - 10px);
	margin-bottom: 10px;
	text-align: center;
}
.topbrand .list .image img {
	max-width: 100%;
	height: auto;
}
.topbrand .list .title {
	margin: 0 0 15px;
}
.topbrand .list .title .heading {
	margin: 0;
	font-size: 1.4rem;
}
.topbrand .list .title span {
	color: #898989;
	font-size: 1.2rem;
}
.topbrand .list .text p {
	font-size: 1.2rem;
}

.topnews .item {
	padding: 20px 15px 0;
	border-top: 1px solid #a6a6a6;
	text-align: center;
}
.topnews .item .heading {
	margin: 10px 0 20px;
	font-weight: normal;
	font-size: 1.4rem;
}
.topnews .date,
.topnews .cate {
	display: inline-block;
}
.topnews .date {
	margin-right: 10px;
}
.topnews .cate ul {
	list-style: none;
}
.archive-topnews {
	margin: 0 0 30px;
	border-bottom: 1px solid #a6a6a6;
}
.topgallery {
	position: relative;
	height: 320px;
	margin: 0 -15px;
	background: url(images/top/gallery.jpg) no-repeat center center;
	background-size: cover;
}
.topgallery a {
	display: block;
	height: 100%;
	color: #fff;
}
.topgallery h2.heading {
	text-align: left;
}
.topgallery .text {
	position: absolute;
	bottom: 50px;
	left: 30px;
	text-align: left;
	font-weight: bold;
}

/*------ page -------*/
.page h1.heading {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 1.4rem;
}
.page h1.heading .en {
	margin: 0;
	font-size: 2.6rem;
	letter-spacing: 5px;
}
/*------ -category -------*/
.archiveHead__subtitle {
	display: none;
}
.archiveHead .heading {
	display: flex;
	flex-direction: column;
	border: none;
	font-size: 1.4rem;
}
.archiveHead .heading .en {
    font-size: 2.6rem;
    letter-spacing: 5px;
}

/*------ -gallery -------*/
.sec-gallery {
	padding: 30px 0 60px;
}
.sec-gallery .gallery-info {
	padding: 10px;
	background: #ececec;
	text-align: center;
	font-size: 1.3rem;
}
.sec-gallery_select nav .list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 20px 0;
	font-size: 1.4rem;
}
.sec-gallery_select nav .list li {
	width: calc(100% / 2 - 3px);
	margin: 0;
	padding: 0;
	text-align: center;
}
.sec-gallery_select nav .list li a {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	padding: 5px;
	background: #bfbfbf;
	border-radius: 5px;
}
.sec-gallery_select .list .current a {
	background: #b24380;
	color: #fff;
}
.sec-gallery .panel_area {
	margin: 40px 0;
}
.group-gallery .list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 5px;
}
.group-gallery .list li,
.sec-galery_rank .list li {
	width: calc(100% / 2 - 3px);
	margin: 0	;
	padding: 0;
}
.group-gallery .brand,
.gallery-side_rank .brand,
.sec-galery_rank .brand {
    line-height: 1.1;
    color: #a8a8a8;
	font-size: 1.1rem;
}
.group-gallery .title,
.gallery-side_rank .title,
.sec-galery_rank .title {
    margin: 5px 0 0 0;
	font-size: 1.3rem;
}
.group-gallery .item-img {
    width: 100%;
    height: 260px;
	margin: 0;
    overflow: hidden;
    background: #eee;
}
.group-gallery .item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.group-gallery .result_calc_price {
	margin: 5px 0 0;
}
.gallery-side_rank  {
	padding: 0 0 60px;
}
.gallery-side_rank h2.heading {
	text-align: center;
}
.gallery-side_rank .list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 1px;
}
.gallery-side_rank .list li {
	width: calc(100% / 3 - 1px);
	margin: 0;
	padding: 0;
}
.gallery-side_rank .item-rank,
.sec-galery_rank .item-rank {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
	width: 30px;
	height: 30px;
	background: #e4e4e4;
	border-radius: 50%;
}
.gallery-side_rank li:nth-child(1) .item-rank,
.sec-galery_rank li:nth-child(1) .item-rank {
	background: #d6db00;
	color: #fff;
}
.gallery-side_rank li:nth-child(2) .item-rank,
.sec-galery_rank li:nth-child(2) .item-rank {
	background: #ababab;
	color: #fff;
}
.gallery-side_rank li:nth-child(3) .item-rank,
.sec-galery_rank li:nth-child(3) .item-rank {
	background: #91741c;
	color: #fff;
}
.gallery-side_rank .item-img img,
.sec-galery_rank .item-img img {
	width: 100%;
}
.gallery-side_rank .text,
.sec-galery_rank .text {
	margin: 10px 0 0 0;
}
.gallery-side_service h2.heading {
	text-align: center;
}
.gallery-side_service .list li {
	margin: 0 0 10px;
	padding: 0;
}
.galery-text .doll_data {
	padding-bottom: 40px;
	border-bottom: 1px solid #ececec;
}
.galery-text .twitter-share h5 {
	margin-bottom: 10px;
}
.galery-text .twitter-share a {
    padding: 10px 15px;
    background: #50a9ff;
    border-radius: 3px;
    color: #fff;
}
/*------ -single-galery -------*/
.swiper.galery .galery-slide {
	margin: 0;
	height: 100%;
}
.swiper.galery .galery-slide img {
	object-fit: cover;
	height: auto;
}
.swiper.galery-thumbnail {
	margin: 5px 0 0;
}
.galery-thumbnail .galery-thum-slide {
	margin: 0;
	height: auto;
}
.galery-thumbnail .galery-thum-slide img {
	object-fit: cover;
	height: auto;
}
.doll_data .parts_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.doll_data .parts_list li {
	display: inline-block;
	margin: 0;
	padding: 5px 5px;
	border: 1px solid #686868;
    border-radius: 5px;
}
.sec-galery {
	padding: 0 0 60px;
}
.sec-galery_rank {
	padding: 60px 0 0;
	border-top: 1px solid #afafaf;
}
.sec-galery_rank .list {
	display: flex;
	flex-wrap: wrap;
}
.sec-galery_rank .list li {
	width: calc(100% / 3);
	margin: 0;
	padding: 0;
}

/*------ -custom -------*/
.sec-custom_select {
	padding: 20px 0;
	border-bottom: 1px solid #ececec;
}
.sec-custom_select .list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.sec-custom_select .list li {
	width: calc(100% / 2 - 3px);
	margin: 0;
	padding: 0;
}
.sec-custom_select .list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #bfbfbf;
	border-radius: 5px;
}
.sec-custom_select .list li.current a {
	background: #c04383;
	color: #fff;
}
.sec-custom {
	padding: 30px 0;
}
.sec-custom h2.heading {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 20px 10px;
	background: #ecedee;
	text-align: center;
}
.sec-custom h2.heading .step {
	display: block;
	width: 50%;
	margin: 0 auto 10px;
	padding: 5px;
	background: #303f60;
	border-radius: 20px;
	color: #fff;
}
.sec-custom h2.heading .title {
	font-size: 1.4rem;
}
.sec-custom.step2 .head-body-area {
	margin: 0;
}
.sec-custom.step2 .toggle {
	margin: 0;
}
.sec-custom.step2 .toggle .list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
.sec-custom.step2 .toggle .list li {
	width: calc(100% / 2 - 5px);
	margin: 0;
	padding: 0;
}
.sec-custom.step2 .toggle .list li:blank {
	display: none;
}
.sec-custom.step2 .body-size-list label {
	width: 100%;
	height: 100%;
	margin: 0;
}
.custom-body {
	display: flex;
	flex-wrap: wrap;
}
.other-custom-area dl {
	display: flex;
	flex-wrap: wrap;
}
.other-custom-area dl dt {
	width: 100%;
	margin-bottom: 10px;
	background: #fff;
	border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5;
}
.other-custom-area dl dt .custom-required {
	margin-left: 5px;
	color: #c04483;
	font-weight: bold;
    font-size: 1.3rem;
}
.other-custom-area dl dd {
	max-width: 110px;
	min-width: 110px;
	margin: 2px;
	padding: 0;
	border: none;
	text-align: center;
}
.other-custom-area dl dd:first-child {
	margin: 2px 2px 2px 0;
}
.other-custom-area dl dd label {
	display: block;
	padding: 4px;
	border-radius: 5px;	
	border: 1px solid #ccc;
}
.other-custom-area dl dd p {
	margin: 5px 0 0;
	font-size: 1.3rem;
	line-height: 1.3;
}
.other-custom-area .add-fee {
	color: #c04483;
    font-size: 1.6rem;
}
.other-custom-area dl dd.option-info {
	max-width: 100%;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px;
	background: #f7e8f0;
	text-align: left;
	font-weight: normal;
}
.other-custom-area .info .table-2col {
	border: none;
}
.other-custom-area .info .table-2col th,
.other-custom-area .info .table-2col td {
	background: #f7e8f0;
	border: none;
	color: #303f60;
	font-size: 1.4rem;
}
.other-custom-area .info .table-2col th {
	padding: 15px 10px 0;
}
.other-custom-area .info .table-2col td {
	padding: 5px 10px;
}
.other-custom-area .group {
	display: flex;
	flex-direction: column;
	margin: 20px 0;
}
.other-custom-area .title h3 {
	padding: 10px;
	border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
}
.other-custom-area .title .required {
    color: #c04483;
    font-size: 1.3rem;
}
.other-custom-area .title .custom-required {
	margin-left: 10px;
    color: #c04483;
    font-weight: normal;
    font-size: 1.2rem;
}
.other-custom-area .parts > .list {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.other-custom-area .parts > .list li {
	max-width: 120px;
	width: calc(100% / 3 - 3px);
	margin: 0;
	padding: 0;
}
.other-custom-area .parts > .list label {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 4px;
	border-radius: 5px;	
	border: 1px solid #ccc;
}
.other-custom-area .parts > .list p {
	margin: 5px 0 0 0;
	text-align: center;
}
.other-custom-area .parts > .list .add-fee {
	margin-top: auto;
}
.other-custom-area .parts .info {
	margin-top: 10px;
	padding: 10px;
	background: #c044831f;
}
.other-custom-area .parts .info li {
	padding: 0;
}
.other-custom-area .parts .info h4 {
	margin: 20px 0 25px;
    font-size: 1.4rem;
}
.other-custom-area .info .img {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
.other-custom-area .info .img-main {
	margin: 0 0 5px;
}
.other-custom-area .info .img .list {
	display: flex;
	gap: 5px;
	margin: 0;
	padding: 0;
}
.other-custom-area .info .img .list.img-sub {
	gap: 5px;
	flex-direction: column;
}
.other-custom-area .info .img .list li {
	margin: 0;
	padding: 0;
}
.other-custom-area .parts .info .list {
	color: #303f60;
}
.other-custom-area .mov {
    width: 100%;
    margin: auto;
    padding: 4% 4% 4% 4%;
    text-align: center;
}
.other-custom-area .mov video {
    width: 100%;
    max-width: 100%;
}
.sec-custom .head_caption {
	margin: 10px 0 0;
    text-align: center;
    font-size: 1.2rem;
}
.sec-custom .select_head_name {
	margin: 10px 0 0;
}
#select_body_image {
	width: 90%;
}
.head-body-area {
	width: 100%;
}
.body-size-list::after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
	right: 10px;
    border-top: 15px solid #2d3f5e;
    border-right: 10px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid transparent;
}
.sec-custom.step2 .toggle .list {
	gap: 0;
}
.sec-custom.step2 .toggle .list li {
	width: calc(100% / 1);
	border: none;
}
.sec-custom .label_body {
	display: flex;
}
.sec-custom .label_body .text {
	margin: 0;
	padding-left: 15px;
}
.sec-custom .label_body .bodysize {
	font-size: 1.6rem;
}
.sec-custom .label_body .bodyprice-discount {
	margin: 0;
}
.body-size-list label.checked-item {
    background: #ffeff6;
    margin: 0;
    border: none;
    border-top: 1px solid #ccc;
}
.sec-custom .parts-select .group {
	margin: 20px 0;
}
.sec-custom .bodysize-info a {
	color: #c04483;
}
.result-sp .result {
	display: flex;
}
.result-sp .sum-ttl {
    font-weight: bold;
    font-size: 1.3rem;
    letter-spacing: 2px;
}
.result-sp .sum {
	padding: 10px 0 0;
}

/*------ -option -------*/
.option-content {
	padding: 30px 0;
}
.option-content h2 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.option-content .item-comments {
	display: block;
	margin: 5px 0 0;
	padding: 10px;
	background: #c044831f;
	text-align: left;
	font-size: 1.4rem;
	font-weight: normal;
}
.option-content .list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 10px 0 0;
}
.option-content .list > li {
	width: calc(100% / 3 - 4px);
	margin: 0;
	padding: 0;
}
.option-content label {
	display: flex;
	flex-direction: column;
	height: 100%;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    text-align: center;
}
.option-content .opt-img {
	margin: 0;
}
.option-content .opt-ttl {
	position: relative;
	margin: 5px 5px 30px;
	font-size: 1.2rem;
}
.option-content .opt-price {
	position: relative;
	margin-top: auto;
	font-weight: bold;
}
.option-content .opt-price::before {
	content: '¥';
}
.option-content .opt-price::after {
	content: '';
    position: absolute;
    top: -5px;
    right: 0;
    left: 0;
    width: 15px;
    height: 1px;
    background: #1b273f;
    margin: auto;
}
.option-content .option-custom-box {
    width: 100%;
    padding: 20px 15px;
	border: 2px solid #c04383;
}
.option-content .option-custom-box h3 {
	text-align: left;
}
.option-content .option-custom-box h4 {
	margin: 20px 0 5px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 1.3rem;
}
.option-content .option-custom-box .list {
	display: flex;
	flex-wrap: wrap;
	gap: 3px;
}
.option-content .option-custom-box .list li {
	width: auto;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid #1b273f;
	border-radius: 3px;
	font-size: 1.2rem;
}
.option-content .singlecheck-ul {
	display: flex;
	gap: 5px;
}
.option-content .singlecheck-ul li {
	max-width: 120px;
	height: 100%;
	margin: 0;
	padding: 0;
}
.sec-payment {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.sec-payment .parts {
	margin: 10px 0 0;
}
.sec-payment .parts > .list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	padding: 10px 0 0;
}
.sec-payment .parts > .list li {
	max-width: 120px;
	margin: 0;
	padding: 0;
}
.sec-payment .parts label {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}
.sec-payment .parts .info {
	display: block;
    width: 100%;
    padding: 10px;
    background: #c044831f;
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
}
.result.pc-tab {
	display: none;
}
.result {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 3px 1px #e5e5e5;
	z-index: 5;
}
.result .group {
	display: flex;
}
.result .left,
.result .right {
	display: flex;
	width: 50%;
	margin: 0;
}
.result .left {
	flex-direction: column;
	justify-content: left;
	padding: 10px 10px;
	font-weight: bold;
}
.result .left p {
	margin: 0;
}
.result .left .sum {
	line-height: 1;
	font-size: 2.4rem;
}
.result .right {
	align-items: center;
	justify-content: center;
	background: #303f60;
}
.result .right a {
	display: block;
	color: #fff;
}

/*------ -news -------*/
.sec-news {
	padding: 0;
}
.sec-news .list-news_cate {
	display: flex;
	gap: 10px;
}
.sec-news .list-news_cate li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% / 3 - 5px);
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
	border-radius: 5px;
	font-size: 1.2rem;
}
.sec-news .list-news_cate li.checked {
	background: #c04383;
    border: 1px solid #c04383;
}
.sec-news .list-news_cate li a {
	width: 100%;
	padding: 15px 10px;
    text-align: center;
}
.sec-news .list-news_cate li.checked a {
	color: #fff;
}
.archive-news {
	margin: 20px 0;
	border-top: 1px solid #ccc;
}
.archive-news .archive__item {
	margin: 0;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}
.archive-news .eyecatch,
.archive-news .phrase {
	display: none;
}
.archive-news h2.heading {
	margin: 0 0 5px;
	text-align: left;
	font-size: 1.6rem;
}
.archive-news .date {
	display: inline-block;
	padding: 5px;
	border: 1px solid #a6a6a6;
	color: #a6a6a6;
	font-size: 1.2rem;
}
.archive-news .cate ul {
	display: inline-block;
	color: #a6a6a6;
	font-size: 1.2rem;
}
.archive-news .cate ul li {
	padding: 0 0 0 10px;
}
.archive-news .cate a {
	color: #a6a6a6;
}

/*------ -doll -------*/
.sec-doll {
	padding: 30px 0;
}
.sec-doll h2.heading {
	text-align: center;
}
.sec-doll .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 4px;
}
.sec-doll .list li {
	width: calc(100% / 2 - 2px);
	margin: 0;
	border-bottom: 1px solid #213653;
}
.sec-doll .list li a {
	display: block;
	padding: 10px 5px 10px 10px;
}
.sec-doll .list li a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 5px;
    width: 8px;
    height: 8px;
    margin: auto;
    border: 1px solid;
    border-color: transparent transparent #1b273f #1b273f;
    transform: rotate(-45deg);
}
.sec-dollbrand {
	padding: 0 0 40px;
}
.sec-dollbrand h1 {
	font-size: 3rem;
	font-weight: normal;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    display: block;
    left: 0;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background: #fff;
    opacity: 1;
    border: 1px solid #333;
    line-height: .7;
    text-align: center;
}
.mfp-image-holder .mfp-close {
	top: 40px;
}
.mfp-iframe-holder .mfp-close {
    top: -200px;
}
.doll-mv {
	display: flex;
	flex-direction: column;
	margin: 0 calc(50% - 50vw);
	background: #f3e7ee;
}
.doll-mv .img {
	order: 2;
}
.doll-mv .text {
	order: 1;
	padding: 30px 15px;
}
.doll-mv .list {
	max-width: 390px;
}
.doll-mv .list li {
	padding: 0;
}
.doll-mv .list a {
    position: relative;
	display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 40px;
    background: #c04483;
    color: #fff;
    font-size: 1.4rem;
}
.doll-mv .list a::before,
.doll-mv .list a::after {
	display: block;
    content: '';
    background: #fff;
    position: absolute;
    opacity: 0.95;
}
.doll-mv .list a::before {
	width: 15px;
    height: 2px;
    top: 19px;
    left: 13px;
}
.doll-mv .list a::after {
    width: 2px;
    height: 14px;
    top: 13px;
    left: 19px;
}
.doll-info {
	display: flex;
	flex-wrap: wrap;
}
.doll-info_option > .list {
	border-top: 1px solid #dadada;
}
.doll-info_option .list > li {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
}
.doll-info_option h3.heading {
	position: relative;
	padding-left: 60px;
	text-align: left;
}
.doll-info_option h3.heading::before {
	content: '';
    display: block;
    width: 54px;
    height: 1px;
    background: #303f60;
    position: absolute;
    top: 50%;
    left: 0;
}
.doll-info_gallery .list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.doll-info_gallery .list li {
	position: relative;
	width: calc(100% / 2 - 5px);
	margin: 0;
	padding: 0;
}
.doll-info_gallery .list li span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 8px;
	background: #c04483;
	color: #fff;
	font-size: 1.3rem;
	z-index: 1;
}
.doll-info .mov {
	width: 100%;
	margin: auto;
	padding: 4% 4% 4% 4%;
	background: #fafafa;
	text-align: center;
}
.doll-info .mov video {
	width: 100%;
	max-width: 100%;
} 

/*------ -voice -------*/
.sec-voice {
	padding: 30px 0;
}
.sec-voice_experience h2.heading {
	text-align: center;
}
.sec-voice_experience {
	margin: 0 calc(50% - 50vw);
	padding: 30px 0;
	background: #ecedef;
}
.sec-voice_experience .list {
	border-top: 2px solid #1b273f;
	border-bottom: 2px solid #1b273f;
}
.sec-voice_experience .list {
	display: flex;
	flex-wrap: wrap;
}
.sec-voice_experience .list li {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-top: 1px solid #a5a5a5;
}
.sec-voice_experience .list li:first-child {
	border-top: 0;
}
.sec-voice_experience .list figure {
	width: 110px;
	margin-right: 20px;
	text-align: center;
}
.sec-voice_experience .list figure .img {
	width: 56px;
	height: 56px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
}
.sec-voice_experience .list figure img {
	width: 30px;
    height: 100%;
}
.sec-voice_experience .list figcaption {
	margin-top: 10px;
	font-size: 1.1rem;
}
.sec-voice_experience .list .text {
	width: calc(100% - 20px);
	margin: 0;
}
.sec-voice_use {
	padding: 30px 0;
}
.sec-voice_use h2.heading {
	text-align: center;
}

/*------ -disposal -------*/
.sec-disposal h2.heading,
.sec-doll h2.heading,
.sec-voice h2.heading,
.sec-credit h2.heading,
.sec-specific_terms h2.heading,
.sec-mail_head h2.heading,
.sec-safety h2.heading,
.sec-quality h2.heading {
    margin: 30px 0 40px;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 2;
}
.sec-disposal_flow {
	padding: 60px 0;
}
.sec-disposal_flow h2.heading {
	text-align: center;
}
.sec-disposal_flow .list li {
	margin-top: 40px;
	padding: 0;
}
.sec-disposal_free {
	padding: 0 0 60px;
}
.sec-disposal_free h2.heading,
.sec-disposal_free h3.heading,
.sec-disposal_paid h2.heading,
.sec-disposal_paid h3.heading {
	text-align: center;
}
.disposal-conditions {
    margin: 40px 0;
	text-align: center;
    color: #c04483;
    font-weight: bold;
}
.disposal-conditions span {
	display: inline-block;
    margin-right: 5px;
    padding: 2px 15px;
	background: #c04483;
    border-radius: 25px;
    color: #fff;
    font-size: 1.3rem;
}
.sec-disposal_free h2.heading,
.sec-disposal_paid h2.heading {
	margin: 0 calc(50% - 50vw);
	padding: 20px 10px;
	background: #1b273f;
	color: #fff;
}
.sec-disposal_free .list,
.sec-disposal_paid .list {
	border-top: 1px solid #dadada;
}
.sec-disposal_free .list > li,
.sec-disposal_paid .list > li {
	padding: 20px 0 10px;
	border-bottom: 1px solid #dadada;
}
.sec-disposal_free .list figure,
.sec-disposal_paid .list figure {
    padding: 10px 0;
    background: #dadada;
    text-align: center;
}
.sec-disposal_free .list ul,
.sec-disposal_paid .list ul {
	margin-top: 30px;
}
.sec-disposal_free .list ul li,
.sec-disposal_paid .list ul li {
	padding: 0;
}
.group-disposal {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.group-disposal dl {
	width: calc(100% / 1);
	margin: 0;
}
.group-disposal dl label {
    display: flex;
    height: 100%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.group-disposal dl dt,
.group-disposal dl dd {
    margin: 0;
    padding: 0;
	font-weight: bold;
}
.group-disposal dl dt {
    width: 100%;
    height: 100%;
    background: none;
}
.group-disposal dl dd {
	position: relative;
	border: none;
	color: #c04483;
}
.group-disposal dl dd span::before {
	content: '¥';
}
.checked-item {
	background: #ffeff6 !important;
	border: 1px solid #c04383 !important;
}

/*------ -Credit -------*/
.sec-credit {
	text-align: center;
}
.sec-credit_use {
	padding: 60px 0;
}
.sec-credit_use h2.heading {
	text-align: center;
}
.sec-credit_use .list {
	border-top: 1px solid #dadada;
}
.sec-credit_use .list li {
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
}
.sec-credit_use .list li::before {
	content: none;
}
.sec-credit_use .list figure {
    padding: 10px 0;
    background: #dadada;
    text-align: center;
}
.sec-credit_use .number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #c04383;
	border-radius: 50%;
	color: #fff;
}
.sec-credit_caution {
	padding: 0 0 60px;
	border-bottom: 1px solid #dadada;
}
.sec-credit_caution .list li {
	margin-top: 30px;
	padding: 0;
}
.sec-credit_security {
	padding: 60px 0;
}
.sec-credit_security h3.heading {
	margin: 60px 0 0;
	text-align: left;
}
.sec-credit_security figure {
	max-width: 140px;
	height: auto;
	margin: 15px auto 0;
	text-align: center;
}

/*------ -Q&A -------*/
.acd-group {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}
.acd-group .acd-tab {
	display: block;
	float: left;
	width: calc(100% / 3);
	padding: 10px 5px;
	background-color: #eaeaea;
	font-size: 1.3rem;
	text-align: center;
	order: -1;
}
.acd-group input[name="tab_name"] {
	display: none;
}
.acd-group input:checked + .acd-tab {
	background-color: #c04383;
	color: #fff;
}
.acd-group .acd-box {
	display: none;
	width: 100%;
}
.acd-group input:checked + .acd-tab + .acd-box {
	display: block;
}
.acd-box {
	border-bottom: 1px solid #a6a6a6;
}
/* accordion共通 */
.acd-check {
    display: none;
}
.acd-label {
	position: relative;
    display: flex;
    align-items: baseline;
    padding: 10px 40px 10px 10px;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
}
.acd-label p {
	width: calc(100% - 32px);
	margin: 0 0 0 10px;
	font-weight: bold;
}
.acd-label .icon {
    display: block;
    position: relative;
}
.acd-label .icon::before,
.acd-label .icon::after {
    content: '';
    display: block;
    position: absolute;
    right: -30px;
    top: -5px;
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background: #ccc;
    transform: translateY(-50%);
}
.acd-label .icon::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
.acd-check:checked + .acd-label .icon::after {
	transform: translateY(-50%) rotate(0deg);
}
.acd-box .acd-content {
    display: block;
    height: 0;
    margin: 0;
    padding: 0 10px;
    opacity: 0;
    border-right: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    visibility: hidden;
    font-size: 1.2rem;
}
.acd-check:checked + .acd-label + .acd-content {
    opacity: 1;
    padding: 0 40px 10px 50px;
    visibility: visible;
    height: auto;
}

/*------ -sitemap -------*/
.sec-sitemap {
	padding: 30px 0;
	border-top: 1px solid #eee;
}
.sec-sitemap a {
	color: #bb4592!important;
}
.sec-sitemap .def div {
	display: flex;
	flex-direction: column;
}
.sec-sitemap .def dt {
	background: #fff;
}
.sec-sitemap .def dd {
	border: none;
}

/*------ -company -------*/
.sec-about {
	padding: 0 0 80px;
}
.sec-about .description {
	text-align: center;
	font-size: 2rem;
}
.sec-promise {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 80px 0;
	background: #ecedef;
}
.sec-promise h2.heading {
	text-align: center;
	font-size: 3.6rem;
	font-weight: normal;
}
.sec-promise h2.heading span {
	display: block;
	font-size: 1.4rem;
}
.sec-promise .list {
	border-top: 1px solid #303f60;
}
.sec-promise .list li {
	display: flex;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #303f60;
}
.sec-promise .list figure {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 80px;
	height: 80px;
    background: #fff;
    border-radius: 50%;
}
.sec-promise .list figure img {
	width: 70%;
	height: auto;
}
.sec-promise .list .text {
	width: calc(100% - 80px);
	margin: 0 0 0 20px;
}
.sec-profile {
	padding: 80px 0;
}
.sec-profile h2.heading {
	text-align: center;
}
.sec-profile dl {
	border-top: 1px solid #dadada;
}
.sec-profile dl div {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #dadada;
}
.sec-profile dl div dt {
	background: #fff;
	font-weight: bold;
}
.sec-profile dl div dd {
	border: none;
}
.sec-profile dl div dd ul li {
	padding: 0;
}

/*------ -contact -------*/
.sec-contact_box {
	padding: 30px 0;
}
.sec-contact_box .group {
	display: flex;
	flex-direction: column;
}
.sec-contact_box .business-hour,
.sec-contact_box .contact-tel {
	padding: 25px 20px;
	border: 1px solid #dadada;
}
.sec-contact_box .contact-mail {
	padding: 30px 0 0;
}
.sec-contact_box .def {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 0;
}
.sec-contact_box .def dt,
.sec-contact_box .def dd {
	margin: 0;
	padding: 0;
}
.sec-contact_box .def dt {
	width: 60px;
	background: #303f60;
	border-radius: 20px;
	color: #fff;
	text-align: center;
}
.sec-contact_box .def dd {
	width: calc(100% - 60px);
	padding: 0 0 0 10px;
	border: none;
}
.contact-tel .tel {
	text-align: center;
	font-size: 2.6rem;
	line-height: 1;
}
.contact-tel .tel img {
	vertical-align: middle;
	margin-right: 10px;
}
.contact-tel .tel span {
	font-size: 1.6rem;
}
.contact_table tr {
	display: flex;
	flex-direction: column;
}
.contact_table th {
	background: none;
}
.contact_table .wpcf7-text,
.contact_table .wpcf7-textarea {
    width: 100%;
    padding: 10px;
}
.contact_table input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}
.contact_table .wpcf7-list-item {
	display: block;
}
.sec-contact_cf7 {
	padding: 30px 0;
}
.submit-btn {
	position: relative;
    display: block;
    width: 80%;
    margin: 20px auto 0;
}
.submit-btn input[type="submit"] {
	display: block;
    margin: 0 auto;
    padding: 15px 0;
    background: #303f60;
    border: none;
    color: #fff;
    font-weight: bold;
}
.submit-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.submit-btn .wpcf7-spinner {
	display: none;
}
.sec-contact_box .contact-line {
	display: flex;
	flex-direction: column;
	padding: 30px 0;
}
.sec-contact_box .contact-line .item img {
	max-width: 130px;
	height: auto;
}
/*------ -specific -------*/
.sec-specific {
	padding: 30px 0;
}
.specific_return {
	overflow-x: scroll;
}

.table-specific_return {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
table.table-specific_return thead th {
	background: #303f60;
	color: #fff;
}
table.table-specific_return tbody tr:nth-child(odd) td {
	background: #fff;
}
table.table-specific_return tbody th,
table.table-specific_return tbody td {
	border: 1px solid #eee;
	padding: 4px 8px;
	color: #454545;
}
table.table-specific_return tbody th {
	background: #f0f0f0;
}
table.table-specific_return tbody td {
	background: #fff;
}
.specific_return .list li {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
}
/*------ -privacy -------*/
.sec-privacy {
	padding: 30px 0;
}
.sec-privacy h3 {
	margin: 20px 0 10px;
	font-size: 1.4rem;
}
.sec-privacy ul {
	margin: 20px 0 30px;
}

/*------ -mail-test -------*/
.sec-mail_head {
	text-align: center;
}
.sec-mail_cf7 {
	padding: 0 0 30px;
}
.sec-mail_cf7 .wpcf7 {
	padding: 0 0 30px;
}
.sec-mail_cf7 input[type="email"] {
	width: 100%;
	padding: 10px;
}
.sec-mail_cf7 .test-mail-form-table tr {
	display: flex;
	flex-direction: column;
}
.sec-mail_notreach {
	padding: 30px 0;
}
.sec-mail_notreach .table thead th {
	background: #303f60;
	text-align: center;
	color: #fff;
}
.sec-mail_notreach .table tbody th,
.sec-mail_notreach .table tbody td {
	width: 50%;
	padding: 20px 10px;
}
.sec-mail_notreach .table tbody th {
	background: #f0f0f0;
	color: #454545;
	text-align: center;
}
.sec-mail_notreach .table tbody tr:nth-child(odd) td {
	background: #fff;
}
/*------ -rental -------*/
.rental-detail {
	display: flex;
	flex-wrap: wrap;
}
.rental-detail .rental-img {
	width: 100%;
}
.rental-detail .rental-txt {
	width: 100%;	
}
.rental-detail .galery-thum-slide {
	margin: 0;
}
.rental-detail .rental-txt .parts_list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.rental-detail .rental-txt .parts_list li {
	margin: 0;
	padding: 5px 10px;
	border: 1px solid #686868;
	border-radius: 5px;
}
.other-custom-area .info .table-2col tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.sec-custom.rental {
	padding: 40px 0;
}
.sec-custom.rental h3.heading {
	margin: 20px 0 15px;
}
.sec-custom.rental .list {
	font-size: 1.4rem;
}
.sec-custom.rental .list li {
	padding: 10px 0;
}
.sec-custom.rental .delivery-area {
	margin: 20px 0 30px;
}
.sec-custom.rental .delivery-area tr {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ddd;
}
.sec-custom.rental .delivery-area tr:nth-child(1) {
	border-bottom: none;
}
.sec-custom.rental .delivery-area th,
.sec-custom.rental .delivery-area td {
	width: 100%;
	padding: 20px;
}
.sec-custom.rental .delivery-area th {
    background: #ccc;
    text-align: center;
}

/*------ -safety -------*/
.sec-safety h3 {
	text-align: center;
	font-weight: normal;
	font-size: 1.4rem;
	letter-spacing: 2px;
}
.sec-safety h3 img {
	display: inline-block;
	margin-bottom: 5px;
}
.sec-safety_tpe,
.sec-safety_silicon {
	padding: 40px 0;
}
.sec-safety_tpe h2.heading,
.sec-safety_silicon h2.heading {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
    padding: 15px 0;
    background: #1b273f;
    color: #fff;
    text-align: center;
}
.sec-safety_tpe .list li,
.sec-safety_silicon .list li {
	padding: 0;
}
/*------ -quality -------*/
.sec-quality {
	padding: 30px 0;
}
.sec-quality_ex h2 {
	margin: 30px 0 20px;
	text-align: center;
	letter-spacing: 2px;
}
.sec-quality_ex span {
	font-size: 1.3rem;
	font-weight: normal;
}
.sec-quality_ex .bg-pink,
.sec-quality_ex .bg-gray {
	margin: 10px 0;
	padding: 15px 5px 5px;
}
.sec-quality_ex .bg-pink {
	background: #fce6f3;	
}
.sec-quality_ex .bg-gray {
	background: #ecedef;
}
.sec-quality_ex .example {
	display: flex;
}
.sec-quality_ex .real,
.sec-quality_ex .sample {
	display: grid;
}
.sec-quality_ex .real {
	width: 30%;
}
.sec-quality_ex .sample {
	width: calc(70% - 5px);
	margin: 0 0 0 auto;
}
.sec-quality_ex figcaption {
	padding: 2px 5px;
	color: #fff;
	font-size: 1.2rem;
}
.sec-quality_ex .real figcaption {
	background: #303f60;
}
.sec-quality_ex .sample figcaption {
	background: #b24380;
}
.sec-quality_ex .real img,
.sec-quality_ex .sample img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec-quality_ex video {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-quality_ex .list {
	font-style: italic;
	font-weight: bold;
}
/*------ -shopping-guide -------*/
.sec-shopping {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 40px 15px;
	background: url(images/shopping/bg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.sec-shopping h2.heading {
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
}
.sec-shopping h2.heading span {
	display: block;
	font-size: 1.2rem;
}
.sec-shopping .group {
	max-width: 980px;
	margin: 0 auto 30px;
	padding: 30px;
	background: #fff;
}
.sec-shopping .group .icon {
	max-width: 100px;
	margin: 0 auto;
}
.sec-shopping h3.heading {
	font-size: 2rem;
	font-weight: normal;
}
.sec-shopping h3.heading span {
	display: block;
	font-size: 1.2rem;
}
.sec-shopping .list figure {
	position: relative;
}
.sec-shopping .list figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 5px;
	background: #fff;
	font-size: 1.2rem;
}
.sec-shopping .list figure img {
	width: 100%;
}
.sec-shopping .list li {
	padding: 0;
}
.sec-shopping .list p {
	margin: 5px 0 20px;
}

/*--------------------------------
	tablet：768~991px
--------------------------------*/
@media only screen and (min-width: 768px) {
/*------ common -------*/
.pc-none {
	display: none;
}
.br-sp {
	display: none;
}
.sp-wide {
	margin: 0;
}
.u-width-860 {
	max-width: 860px;
	margin: auto
}
.c-btn-navy a:hover {
	background: #303f60;
	color: #fff;
	transition: all .6s;
}
.wide-btn::after {
    content: url(images/common/w-cart.svg);
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 50%;
    color: #fff;
    width: 42px;
    height: 34px;
    margin-top: -17px;
}
.wide-btn:hover {
    background: #c04483;
}
.wide-btn:hover::after {
    right: 25px;
    transition: all 0.6s;
}

/*------ header -------*/
.l-header {
	padding: 0px 0 20px;
}
.headnav .list {
	display: flex;
}
.headnav.service {
	margin-right: 40px;
}
.headnav.service .list {
	align-items: stretch;
	gap: 10px;
}
.headnav.service li {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 30px;
}
.headnav.service li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: url(images/common/heart3.svg) no-repeat 0 0;
    background-size: contain;
    border: none;
    height: 13px;
    width: 16px;
}
.headnav.service li a {
	display: flex;
    align-items: center;
    height: 100%;
	padding: 10px 20px 10px 40px;
	border-radius: 30px;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.4;
}
.headnav.service li a:hover {
	background-color: #be4381;
	transition: .3s;
}
.headnav.service li:nth-child(1) {background: #B3A2C7;}
.headnav.service li:nth-child(2) {background: #d47bae;}

.headnav.info .list {
	flex-direction: column;
	text-align: right;
	font-size: 1.3rem;
}
.headnav.info .list .list_child {
	display: flex;
	gap: 30px;
	margin-top: 5px;
}
.headnav.info .list .list_child li:nth-child(2) {
	position: relative;
}
.headnav.info .list .list_child li:nth-child(2)::before {
	content: '';
	position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-left: 1px solid #ccc;
    height: 10px;
    width: 1px;
}
.headnav.info .list .list_child li:nth-child(2)::after {
	content: '';
	position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-right: 1px solid #ccc;
    height: 10px;
    width: 1px;
}
.l-headerNews {
	padding: 20px;
	text-align: center;
}
.l-headerNews .cate {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 3px 10px;
	background: #be4381;
	color: #fff;
	font-size: 1.3rem;
}
.l-headerNews .date {
	display: inline-block;
}
.l-headerNews::after {
	content: none;
}

/*------ footer -------*/
.footershipping .list {
	flex-wrap: nowrap;
}
.footershipping .list li {
    padding: 15px 20px;
}
.footershipping .list li:first-child {
	position: relative;
	margin: 0;
}
.footershipping .list li:first-child::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-right: 1px solid #ccc;
	width: 1px;
	height: 100%;
}
.footerdeadline, .footercredit, .footerdisposal, .footer_affi_wrap {
	padding: 40px 30px;
}
.footerdeadline {
	text-align: center;
}
.footerdisposal .list {
	text-align: center;
}
.footer_affi_wrap.sp {
	display: none;
}
.footer_affi_item {
	margin-bottom: 5px;
}
.footer_affi_item img {
	width: 100%;
	height: auto;
}
.footer_affi_wrap.tablet {
	display: block;
}
.bottomFooter .list {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.bottomFooter__copyright, .bottomFooter__producer {
	text-align: center;
}
/* front */
.l-wrapper.top {
	margin: 0 auto;
}
.l-wrapper.top .l-main {
	order: 2;
	width: calc(75% - 30px);
}
.l-wrapper.top .l-sidebar {
	order: 1;
	width: 25%;
}
.topside {
	margin: 0;
	background: none;
}
.topside .list li:nth-child(odd) {
	border-right: 0;
}
.topside .list.cate li {
	width: calc(100% / 1);
	border-bottom: 1px solid #8b8b8b;
}
.topside .list.cate li a {
	font-weight: normal;
}
.topside .list.info li {
	border-bottom: 1px solid #8b8b8b;
}
.topreason .list {
	gap: 10px;
}
.topreason .list li {
	width: calc(100% / 2 - 5px);
	margin: 0;
}
.toptopics .list {
	gap: 10px;
}
.toptopics .list li {
	width: calc(100% / 4 - 8px);
}
.topnewdoll .list,
.toprankdoll .list,
.topmensdoll .list {
	gap: 30px 5px;
}
.topnewdoll .item,
.toprankdoll .item,
.topmensdoll .item {
	width: calc(100% / 4 - 4px);
}
.topbrand .list {
	gap: 20px;
}
.topbrand .list li {
	width: calc(100% / 4 - 15px);
}
.top-introduction_mov {
	gap: 0 20px;
}
.top-introduction_mov .box_item {
	width: calc(100% / 2 - 10px);
	margin: 0;
}
.topnews {
	width: 80%;
	margin: 40px auto 100px;
}
.topgallery {
	height: 480px;
}
.topgallery h2.heading {
	font-size: 3rem;
}

/*------ -gallery -------*/
.wrap-gallery {
	display: flex;
}
.wrap-gallery .sec-gallery {
	width: 75%;
}
.wrap-gallery .l-sidebar {
	width: calc(100% - 75%);
	padding-left: 5%;
}
.sec-gallery {
	padding: 0 0 60px;
}
.sec-gallery_select nav .list {
	gap: 5px;
}
.sec-gallery_select nav .list li {
	width: calc(100% / 3 - 5px);
}
.sec-gallery_select nav .list li a {
	padding: 10px;
}
.group-gallery .list {
	gap: 30px 10px;
}
.group-gallery .list li {
	width: calc(100% / 3 - 8px);
}
.group-gallery .brand,
.gallery-side_rank .brand {
	font-size: 1.4rem;
}
.group-gallery .title,
.gallery-side_rank .title {
	font-size: 1.6rem;
}
.group-gallery .item-img {
    height: 320px;
}
.gallery-side_rank .list {
	flex-direction: column;
	gap: 20px 1px;
}
.gallery-side_rank .list li {
	display: flex;
	width: calc(100% / 1);
	margin: 0;
	padding: 0;
}
.gallery-side_rank .item-rank {
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 2;
	width: 30px;
	height: 30px;
	background: #e4e4e4;
	border-radius: 50%;
}
.gallery-side_rank li:nth-child(1) .item-rank {
	background: #d6db00;
	color: #fff;
}
.gallery-side_rank li:nth-child(2) .item-rank {
	background: #ababab;
	color: #fff;
}
.gallery-side_rank li:nth-child(3) .item-rank {
	background: #91741c;
	color: #fff;
}
.gallery-side_rank .item-img img {
	width: 100%;
}
.gallery-side_rank .text {
	margin: 10px 0 0 0;
}
.gallery-side_service .list li {
	margin: 0 0 10px;
	padding: 0;
}
.doll_data .parts_list {
	animation: fadeIn 1s linear;
	animation-fill-mode: both;
}
@keyframes fadeIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

/*------ single-galery -------*/
.sec-galery {
	display: flex;
}
.galery-img {
	width: 50%;
	padding-right: 5%;
}
.galery-text {
	width: 50%;
}
.sec-galery_rank .list {
	flex-wrap: nowrap;
	gap: 1px;
}
.sec-galery_rank .list li {
	width: calc(100% / 6);
}

/*------ custom -------*/
.custom-body {
	flex-wrap: nowrap;
}
#select_body_image {
	position: sticky;
	top: 10px;
	width: 50%;
	height: 640px;
	margin-bottom: 200px;
	padding-right: 30px;
}
.head-body-area {
	width: 50%;
	border: none;
}
.head-body-area .body-size-list::after {
	content: none;
}
.bodysize_btn {
	display: none;
}
.body-size-list label {
	border: none;
}
.sec-custom.step2 .toggle .list label {
	border: 1px solid #ccc;
	border-radius: 5px;
}
.sec-custom h2.heading {
	width: 100%;
	margin: 0;
}
.sec-custom h2.heading .title {
	font-size: 1.6rem;
}
.sec-custom_select .list {
	gap: 6px;
	font-size: 1.4rem;
}
.sec-custom_select .list li {
	width: calc(100% / 4 - 5px);
}
.other-custom-area dl {
	display: table;
	flex-wrap: initial;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.other-custom-area dl dt {
	display: table-cell;
    vertical-align: middle;
    width: 180px;
    border: none;
    text-align: center;
}
.other-custom-area dl dd {
	display: inline-block;
	vertical-align: top;
}
.other-custom-area .group {
	flex-direction: row;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.other-custom-area .title {
	width: 180px;
}
.other-custom-area .title h3 {
	border: none;
	text-align: center;
}
.other-custom-area .title h3 .required {
	display: block;
	margin: 0;
}
.other-custom-area .parts {
	gap: 5px;
	width: calc(100% - 180px);
	margin: 0;
}
.other-custom-area .parts > .list li {
	max-width: 108px;
    width: calc(100% / 5 - 0px);
    margin: 0;
    padding: 0;
}
.other-custom-area .parts > .list p {
	font-size: 1.3rem;
}
.other-custom-area .parts .info {
	padding: 15px 20px;
}
.other-custom-area .parts .info .list {
	font-size: 1.4rem;
}
.other-custom-area .info .img {
	flex-wrap: nowrap;
	margin-top: 15px;
}
.other-custom-area .info .img-main {
	margin: 0 5px 0 0;
}
.other-custom-area .info .img-main img {
	height: 100%;
}
.other-custom-area .info p {
	font-size: 1.4rem;
}
.result-sp .result {
	display: none;
}
.other-custom-area h3 .custom-required  {
	display: block;
	margin: 0;
	font-size: 1.3rem;
}

/*------ Page -------*/
.sec-disposal h2.heading,
.sec-doll h2.heading,
.sec-voice h2.heading,
.sec-credit h2.heading,
.sec-specific_terms h2.heading,
.sec-mail_head h2.heading,
.sec-safety h2.heading,
.sec-quality h2.heading {
	font-size: 2.6rem;
}
/*------ -quality -------*/
.sec-quality {
	max-width: 600px;
	margin: 0 auto;
}
.sec-quality_ex .bg-pink, .sec-quality_ex .bg-gray {
	margin: 40px 0;
	padding: 60px 40px;
}
.sec-quality_ex .sample {
    width: calc(70% - 40px);
}
.sec-quality_ex h2 {
    margin: 0 0 40px;
	font-size: 2rem;
}
.sec-quality_ex span {
    font-size: 1.8rem;
}
.sec-quality_ex figcaption {
    padding: 5px 10px;
    font-size: 1.6rem;
}

/*------ -option -------*/
.option-content h2 {
	font-size: 1.8rem;
}
.option-content .option-custom-box h3 {
	font-size: 1.7rem;
}
.option-content .option-custom-box h4 {
	font-size: 1.5rem;
}
.option-content .option-custom-box .list li {
	font-size: 1.3rem;
}
.option-content .option-custom-box {
	padding: 30px 20px;
}
.option-content .list {
	gap: 5px;
}
.option-content .list > li {
	width: calc(100% / 7 - 5px);
}
.option-content label {
	padding: 5px;
}
.option-content .opt-ttl {
	margin: 10px 0 30px;
	font-size: 1.3rem;
}
.option-content .opt-price {
	font-weight: normal;
}
.option-content .singlecheck-ul li {
	max-width: 120px;
}
.sec-payment {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
}
.sec-payment .group {
	display: flex;
    align-items: center;
}
.sec-payment .title {
	width: 180px;
	text-align: center;
}
.sec-payment .parts {
	width: calc(100% - 180px);
}
.sec-payment .parts > .list li {
	max-width: 120px;
}
.sec-payment .parts label {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
}
.sec-payment .parts .info {
	display: block;
    width: 100%;
    padding: 10px;
    background: #c044831f;
    text-align: left;
    font-size: 1.3rem;
    font-weight: bold;
}
.result.sp {
	display: none;
}
.result.pc-tab {
	display: block;
	left: initial;
	width: 300px;
	padding: 10px;
	font-weight: bold;
}
.result.pc-tab .sum {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #3e3e3e;
	font-size: 3rem;
}
.result.pc-tab .parts-check-list,
.result.pc-tab .parts-check-list2 {
	margin: 10px 0 0;
	font-size: 1.2rem;
	font-weight: normal;
}
.result.pc-tab .parts-check-list li,
.result.pc-tab .parts-check-list2 li {
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
}
.result.pc-tab .parts-check-list2 {
	margin: 5px 0 0;
	font-weight: bold;
}

/*------ -doll -------*/
.sec-doll {
	padding: 20px 0 60px;
}
.sec-doll .list {
	gap: 0 12px;
}
.sec-doll .list li {
	width: calc(100% / 4 - 9px);
}
.doll-mv {
	position: relative;
	display: block;
}
.doll-mv .img {
	order: 1;
    display: flex;
	position: absolute;
    right: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
}
.doll-mv .img img {
	width: 100%;
	object-fit: cover;
}
.doll-mv .text {
	max-width: 1000px;
	margin: 0 auto;
}
.doll-mv .inner {
	order: 2;
    width: 360px;
    margin: 0 0 0 auto;
	padding: 30px;
}
.doll-info {
	padding: 100px 0;
}
.doll-info .img,
.doll-info .mov {
	position: relative;
	width: 50%;
}
.doll-info .img::after,
.doll-info .mov::after {
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    left: 200px;
    border: 10px solid #f3e7ee;
    width: 440px;
    height: 380px;
    opacity: 0.5;
    z-index: -1;
}
.doll-info .mov video {
	max-height: 600px;
}
.doll-info .text {
	width: 50%;
	margin: 0;
	padding: 100px 0 0 5%;
}
.doll-info.imgright .img,
.doll-info.imgright .mov {
	order: 2;
}
.doll-info.imgright .img::after,
.doll-info.imgright .mov::after {
	right: 240px;
	left: initial;
}
.doll-info.imgright .text {
	padding: 100px 5% 0 0;
}
.doll-info_text {
	padding: 60px 0;
}
.doll-info_option .list > li {
	flex-direction: row;
	margin: 0;
}
.doll-info_option .list > li .text {
	width: 40%;
	margin-right: 5%;
}
.doll-info_option .list > li .img {
	width: 55%;
	margin: 0;
}
.doll-info_gallery .list {
	gap: 12px;
}
.doll-info_gallery .list li {
	width: calc(100% / 4 - 9px);
	overflow: hidden;
}
.doll-info_gallery .list li img {
	transition:1s all;
}
.doll-info_gallery .list li img:hover {
	transform:scale(1.2,1.2);
}

/*------ -voice -------*/
.sec-voice_experience {
	padding: 60px 0;
}
.sec-voice_experience .list {
	gap: 0 20px;
}
.sec-voice_experience .list li {
	width: calc(100% / 2 - 15px);
	padding: 30px 0;
}
.sec-voice_experience .list li:first-child,
.sec-voice_experience .list li:nth-child(2) {
	border-top: 0;
}

/*------ -disposal -------*/
.sec-disposal_free .list > li,
.sec-disposal_paid .list > li {
	display: flex;
	padding: 30px 40px;
}
.sec-disposal_free .list figure,
.sec-disposal_paid .list figure {
    max-width: 250px;
    width: 100%;
    margin-right: 20px;
    padding: 0;
    background: none;
}
.sec-disposal_free .list .text,
.sec-disposal_paid .list .text {
	width: calc(100% - 250px)
}
.sec-disposal_free .list ul,
.sec-disposal_paid .list ul {
	display: flex;
	gap: 10px;
}
.sec-disposal_free .list ul li,
.sec-disposal_paid .list ul li {
	margin: 0;
}
.sec-disposal_free .list ul li:first-child,
.sec-disposal_paid .list ul li:first-child {
	margin-top: 0;
}
.group-disposal dl {
	width: calc(100% / 4 - 8px);
	margin: 0;
}
.group-disposal dl label {
	flex-direction: column;
	text-align: center;
}
.group-disposal dl dt {
	padding: 25px 0;
}
.group-disposal dl dd {
    margin: 20px 0;
    padding-top: 20px;
}
.group-disposal dl dd::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 30px;
    margin: 0 auto;
    background: #1b273f;
}

/*------ -Credit -------*/
.sec-credit_use .list li {
	display: flex;
	padding: 30px 40px;
}
.sec-credit_use .list figure {
	max-width: 250px;
	width: 100%;
	margin-right: 20px;
    padding: 0;
    background: none;
}
.sec-credit_use .list .text {
	width: calc(100% - 250px);
}
.sec-credit_use .number {
	width: 30px;
	height: 30px;
}
.sec-credit_security figure {
	max-width: 180px;
	height: auto;
	margin: 30px 0 0;
}

/*------ -Q&A -------*/
.area-qa .acd-label {
	padding: 20px 40px 20px 20px;
}
.area-qa .acd-content {
	font-size: 1.4rem;
}
.area-qa .acd-label p {
	width: calc(100% - 70px);
}
.area-qa .acd-label .icon::before,
.area-qa .acd-label .icon::after {
    content: '';
    display: block;
    position: absolute;
    right: -40px;
    top: 15px;
    width: 30px;
    height: 2px;
}
.area-qa .acd-check:checked + .acd-label + .acd-content {
	padding: 0 60px 20px;
}

/*------ -sitemap -------*/
.sec-sitemap .def div {
	flex-direction: row;
}
.sec-sitemap .def dt {
	width: 25%;
}
.sec-sitemap .def dd {
	width: 75%;
}

/*------ -company -------*/
.sec-promise .list,
.sec-promise .list li {
	border: none;
}
.sec-promise .list figure {
	width: 180px;
	height: 180px;
}
.sec-profile dl div {
	flex-direction: row;
	margin: 0;
	padding: 20px 0;
}
.sec-profile dl div dt {
	width: 30%;
}
.sec-profile dl div dd {
	width: 70%;
}

/*------ -contact -------*/
.sec-contact_box {
	padding: 30px 0;
}
.sec-contact_box h2.heading {
	padding: 30px 10px;
	border-top: 1px solid #dadada;
	border-bottom: 1px  dashed #dadada;
	text-align: left;
}
.sec-contact_box .group {
	flex-direction: row;
	gap: 40px;
	padding: 30px 0;
}
.sec-contact_box .business-hour,
.sec-contact_box .contact-tel {
	width: calc(100% / 2);
	margin: 0;
	padding: 0;
	border: none;
}
.sec-contact_cf7 .contact_table {
    padding: 60px;
    background: #f6f6f6;
}
.sec-contact_cf7 .contact_table table {
	border: none;
}
.sec-contact_cf7 .contact_table tr {
	flex-direction: row;
	align-items: center;
	border-bottom: 1px solid #a6a6a6;
}
.sec-contact_cf7 .contact_table tr:last-child {
	border: none;
}
.sec-contact_cf7 .contact_table th {
	width: 200px;
	background: none;
	color: #303f60;
	border: none;
}
.sec-contact_cf7 .contact_table .Required {
	margin-left: 10px;
	font-size: 1.2rem;
	font-weight: normal;
}
.sec-contact_cf7 .contact_table td {
	width: calc(100% - 200px);	
	background: none;
	border: none;
	color: #303f60;
}
.sec-contact_cf7 .wpcf7-list-item {
	display: inline-block;
}
.submit-btn {
	max-width: 360px;
}
.submit-btn input[type="submit"] {
	padding: 20px 0;
}
.sec-contact_box .group .item {
	width: calc(100% / 2);
	margin: 0;
}

/*------ -mail-test -------*/
.sec-mail_cf7 .test-mail-form-table tr {
	flex-direction: row;
}
.sec-mail_cf7 .test-mail-form-table th {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
}
.sec-mail_cf7 .test-mail-form-table td {
	width: calc(100% - 300px);
	padding: 60px 80px 60px 20px;
}
.sec-mail_cf7 .test-mail-form-table tr:nth-child(odd) td {
	background: #fff;	
}
.sec-mail_notreach {
	padding: 100px 0 0;
}
.sec-mail_notreach .table tbody th, .sec-mail_notreach .table tbody td {
	padding: 40px 20px;
}
/*------ -rental -------*/
.rental-detail .rental-img {
	max-width: 520px;
	width: 50%;
}
.rental-detail .rental-txt {
	width: 50%;
	padding-left: 60px;
	margin: 0 0 0 auto;
}
.other-custom-area .info .table-2col tr {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.other-custom-area .info .table-2col th {
	width: 80px;
	padding: 5px 10px;
}
.other-custom-area .info .table-2col td {
	width: calc(100% - 100px);
}
.sec-custom.rental .delivery-area th {
	width: 20%;
}
.sec-custom.rental .delivery-area td {
	width: 80%;
}

/*------ -safety -------*/
.sec-safety p {
	text-align: center;
	font-size: 1.8rem;
	letter-spacing: 2px;
}
.sec-safety_tpe p,
.sec-safety_silicon p {
	font-size: 1.6rem;
}

/*------ -shopping-guide -------*/
.sec-shopping {
	padding: 60px 20px;
}
.sec-shopping h2.heading {
	margin-bottom: 40px;
	font-size: 3rem;
}
.sec-shopping h2.heading span {
	font-size: 1.6rem;
}
.sec-shopping h3.heading {
	font-size: 3rem;
}
.sec-shopping h3.heading span {
	font-size: 1.6rem;
}
.sec-shopping .group {
	position: relative;
}
.sec-shopping .group .icon {
	position: absolute;
	top: -50px;
	right: 30px;
	max-width: 200px;
}
.sec-shopping .list {
	display: flex;
	justify-content: center;
	gap: 25px;
}
.sec-shopping .list li {
	width: calc(100% / 3);
	margin: 0;
}
.sec-shopping .list p {
	text-align: left;
	font-size: 1.6rem;
}

}

/*--------------------------------
	pc：~992px
--------------------------------*/
@media only screen and (min-width: 992px) {
.headnav,.gnav {
	display: block;
}
.gnav {
	display: block;
	width: 100%;
	background: #b24380;
}
.gnav .list {
	position: relative;
	display: flex;
	justify-content: space-evenly;
	max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}
.gnav .list > li > a {
	display: block;
	padding: 15px 0;
	color: #fff;
	font-weight: bold;
}
.gnav .list > li > a:hover {
    color: #fafafa;
}
.gnav .mega {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #aaa;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
.gnav .list-item_mega:hover .mega {
	z-index: 9999;
    top: 51px;
    visibility: visible;
    opacity: 1;
}
.gnav .mega a {
	color: #b24380;
}
.gnav .mega .title {
	width: 30%;
	padding: 40px 20px;
	background: #dfdfdf;
}
.gnav .mega .title h2 {
	font-size: 2rem;
}
.gnav .mega .menu {
	width: 70%;
	padding: 45px 40px;
	background: #eee;
	text-align: left;
}
.gnav .mega .menu h3 {
	margin-bottom: 20px;
	font-size: 1.8rem;
}
.gnav .gnav-child {
	display: flex;
}
.gnav .gnav-child .list_mega {
	width: calc(100% / 2);
}
.gnav .gnav-child .list_mega li {
	padding: 5px;
	font-size: 1.6rem;
}
/*------ gallery -------*/
.group-gallery .list {
	gap: 30px 10px;
}
.group-gallery .list li {
	width: calc(100% / 4 - 8px);
}
.gallery-side_rank .list {
	gap: 0;
	border-top: 1px solid #ececec;
}
.gallery-side_rank .list .item {
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
}
.gallery-side_rank .item-rank {
    top: 5px;
    left: -15px;
}
.gallery-side_rank .item-img {
	float: left;
	width: 50%;
}
.gallery-side_rank .item-img img {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.gallery-side_rank .text,
.gallery-side_rank .calc-box {
	float: right;
	width: 50%;
	padding: 0 0 0 10px;
}

/*------ custom -------*/
.sec-custom.step2 .toggle .list {
	gap: 5px;
}
.sec-custom.step2 .toggle .list li {
	width: calc(100% / 2 - 5px);
}
.bodysize {
	font-size: 1.6rem;
}
}

/*--------------------------------
	pc：1,025px~
--------------------------------*/
@media only screen and (min-width: 1025px) {
/*------ header -------*/
#top .container-header {
	max-width: 1500px;
}
.l-header .description {
	border-bottom: none;
	text-align: left;
}

/*------ footer -------*/
.l-footer {
	border-top: 1px solid #a5a5a5;
}
.footershipping {
	margin-top: -60px;
}
.footernav.sp {
	display: none;
}
.footernav.pc {
	display: block;
}
.footernav.pc .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin-bottom: 40px;
	font-size: 1.3rem;
	font-weight: bold;
}
.footercredit:hover, .footerdisposal:hover {
    transition: all 0.6s;
	background: #ffeff6;
    border-color: #c64794;
}
.footer_affi_wrap.tablet {
	display: none;
}
.footer_affi_wrap.pc {
	display: block;
}
.footer_affi.pc {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.footer_affi.pc .footer_affi_item {
	width: calc(100% / 2 - 5px);
	margin-bottom: -5px;
}
.bottomFooter, .commonCtr__container {
	padding: 170px 0;
}
.bottomFooter .list {
	gap: 30px;
}
.bottomFooter__copyright, .bottomFooter__producer {
	color: #fff;
}
/*------ front -------*/
.top .l-main {
	width: calc(75% - 70px);
}
.topabout,
.toptopics {
	padding: 60px 0;
}
.top .l-sidebar {
	padding: 60px 0;
}
.top .l-main {
	padding: 60px 0;
}
.toprankdoll {
	padding: 60px 0;
}
.topintro {
	padding: 60px 0;
}
.topmensdoll {
	padding: 60px 0;
}
.topreason .list {
	gap: 15px;
}
.topreason .list li {
	width: calc(100% / 3 - 15px);
}
.topbrand {
	padding: 100px 0;
}
.topbrand .list {
	gap: 40px;
}
.topbrand .list li {
	width: calc(100% / 4 - 30px);
}
.topnews-wrap {
	display: flex;
	align-items: center;
}
.topnews {
	width: 45vw;
	max-width: 550px;
	margin: 0 auto 0 0px;
}
.topnews .item {
	padding: 40px 20px 0;
	text-align: left;
}
.topnews .item .heading {
	margin: 10px 0 40px;
	text-align: left;
}
.topgallery {
    width: 70vw;
    max-width: 49vw;
    min-width: 49vw;
    height: 800px;
	margin: 0 calc(50% - 50vw);
}
/*------ custom -------*/
.remodal {
	max-width: 1200px;
}
}