@charset "utf-8";
@import url("reset.css");
@import url("returnFade.css");
@import url("formParts.css");

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
    font-size: 16px;
}

body{
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: -0.025em;
	background-color: #FFF;
	color: #202020;
}

div, p{
	text-align: justify;
}


a{
	text-decoration: none;
}

ul{
	list-style: none;
}

.container{
    padding: 3rem;
}

table tr td{
    font-size: 1rem;
}

@media screen and (max-width:1049px){

body{
    padding: 80px 0 0 0;
}

/* header */
header{
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #FFF;
    z-index: 100;
}

.headerInner{
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 auto;
}

.headerLogoWpr{
    width: 100%;
    padding: 5px 10px 10px 10px;
}

.headerScName{
    height: 35px;
    margin: 0 0 0 7px;
    font-size: 16.5px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.025rem;
}

.headerScName a{
	color: #222;
}

.topHeaderScName{
    width: 250px;
    margin: 0 0 0 7px;
    padding: 12px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
}

.topHeaderScName img{
    width: 100%;
    height: auto;
}

.headerScTag{
    width: 210px;
    height: 25px;
    margin: 5px 0 0 0;
    padding: 0 15px;
    border: 1px solid #CCC;
    border-radius: 15px;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
}

.headerMenuWpr{
    display: none;
}

.headerMenuWpr nav ul{
    display: flex;
}

.headerMenuWpr nav ul li{
    padding: 0 15px;
}

.headerMenuWpr nav ul li a{
    color: #222;
}

.headerMenuWpr nav ul li a:hover{
    color: #57a9d7;
}

.cartIconWpr{
    position: absolute;
    top: 7px;
    right: 50px;
    width: 65px;
    height: 65px;
    padding: 15px;
}

.cartIconWpr a img{
    width: 100%;
    height: auto;
}

.cartIconWpr span{
    position: absolute;
    top: 15px;
    right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #cc0000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #FFF;
    text-align: center;
}


/* slideMenu */

.drawer{
	position: absolute;
	top: 22px;
	right: 10px;
}

  .drawer-hidden {
    display: none;
  }
  .drawer-open {
    display: flex;
    height: 50px;
    width: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
    cursor: pointer;
    margin: auto;
	top: 5px;
    left: -6px;
	font-size: 9px;
	letter-spacing: -0.1rem;
	padding: 20px 0 0 0;
  }
  .drawer-open span{
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background: #595757;
    transition: 0.5s;
    position: absolute;
	top: 10px;
  }
  .drawer-open span:before {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background: #595757;
    transition: 0.5s;
    position: absolute;
    bottom: 10px;
  }
  .drawer-open span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background: #595757;
    transition: 0.5s;
    position: absolute;
    top: 10px;
  }

  .drawer-open.clicked span {
    background: rgba(255, 255, 255, 0);
  }
  .drawer-open.clicked span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .drawer-open.clicked span::after {
    top: 0;
    transform: rotate(-45deg);
  }
 
/* 横スライドメニュー*/
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;/*ヘッダーの高さ*/
    left: 100%;/*向き変更*/
    background: #FFF;
    transition: 0.5s;
    margin-left: 0;/*向き変更・背景見せる場合マージン入れる*/
    padding-right: 0;/*向き変更・背景見せる場合マージン入れる*/
    overflow: scroll;
    border-top: 1px dotted #CCC;
	z-index: 9999;
  }
  .drawer-content-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 80px;
    right: 100%;
    transition: 0.5s;
    background: rgba(0, 0, 0, 0);
	z-index: 9998;
  }
  .drawer-content.clicked {
    left: 0%;/*向き変更*/
  }
  .drawer-content-bg.clicked {
    left: 0;

  }

.drawerNavUnit{
	width: 100%;
	margin: 0 auto;
}

.drawerNavUnit a{
	display: block;
	padding: 10px 0;
	font-size: 16px;
	line-height: 38px;
	color: #222;
    border-bottom: 1px dotted #CCC;
    text-align: center;
}



/* mainImage */

.mainImageWpr{
    width: 100%;
    overflow: hidden;
}

.topMainImage{
    width: 100%;

    text-shadow: 0px 0px 10px rgba(0,0,0,1)
}

.topMainImageSp{
    width: 100%;
}

.topMainImageSp img{
    width: 100%;
    height: auto;
}

.mainImage{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mainImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
}

.sizedImg{
    position: relative;
    width: 1000px;
    height: 700px;
    margin: 0 auto;
    z-index: 200;
}

/* top face */

.topContent{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.scUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.scUnit{
    width: 80%;
    margin: 0 auto 20px auto;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 25px 15px;
}

.scName{
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;
    color: #55aad9;
    font-weight: 700;
}

.scImg{
    width: 90%;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
}

.scImg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.scAnchor{
    width: 80%;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #55aad9;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
}

.scAnchor a{
    display: block;
    width: 100%;
    height: 50px;
    color: #FFF;
}

/* content */

main{
    width: 95%;
    margin: 0 auto;
    padding: 25px 0 0 0;
}

.contentTitle{
    position: relative;
    width: 330px;
    height: 30px;
    margin: 0 auto 25px auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.contentTitle::before{
    position: absolute;
    display: block;
    top: 2px;
    left: -5px;
    content: "";
    width: 2px;
    height: 25px;
    border-radius: 1px;
    background-color: #333;
    transform: rotate(-25deg);
}

.contentTitle::after{
    position: absolute;
    display: block;
    top: 2px;
    right: -5px;
    content: "";
    width: 2px;
    height: 25px;
    border-radius: 1px;
    background-color: #333;
    transform: rotate(25deg);
}


.pageLeed{
    width: 100%;
    padding: 10px 15px;
    border: 1px dotted #CCC;
    margin: 0 auto 2rem auto;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3rem;
    color: #222;
    text-align: center;
    background-color: #FFF;
}


.linedTitle{
    position: relative;
    width: 95%;
    height: 20px;
    margin: 0 auto 15px auto;
}

.linedTitle::after{
    position: absolute;
    display: block;
    content: "";
    top: 10px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.linedTitle p{
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    background-color: #f8f9ea;
    z-index: 10;
}

.itemUnitWpr{
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
}

.itemUnit{
    width: 95%;
    margin: 0 auto 15px auto;
    padding: 20px 15px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.itemUnitTitle{
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    font-weight: 900;
    color: #57a9d7;
    text-align: center;
}

.itemImg{
    width: 85%;
    aspect-ratio: 16 / 9;
    margin: 0 auto 1rem auto;
    text-align: center;
}

.itemImg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
}

.itemPrice{
    width: 100%;
    margin: 0 auto 1rem auto;
    padding: 0 0 0 5px;
    font-size: 24px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #57a9d7;
}

.itemPrice span{
    font-size: 18px;
    font-weight: 400;
}

.stock{
    margin: 0 auto 1rem auto;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #e2625b;
    text-align: center;
}


.detailBtn{
    width: 95%;
    margin: 0 auto;
    height: 44px;
    border-radius: 3px;
    overflow: hidden;
}

.detailBtn a{
    display: block;
    background-color: #57a9d7;
    font-size: 16px;
    line-height: 42px;
    color: #FFF;
    text-align: center;
}

/* detail */

.detailWpr{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 20px 20px 20px 20px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.detailTitleWpr{
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #CCC;
}

.detailTitleWpr p{
    position: relative;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #57a9d7;
    line-height: 22px;
    text-align: center;
}

.detailTitle{
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 19px;
    font-weight: 900;
    color: #57a9d7;
    line-height: 20px;
    text-align: center;
}

button.detailCartBtn{
    width: 275px;
    height: 44px;
    background-color: #d99655;
    border-radius: 3px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: 42px;
    border: 0px solid #FFF;
    color: #FFF;
}

button.detailCartBtn a{
    display: block;
    color: #FFF;
}

.detailBodyWpr{
    width: 100%;
    margin: 0 auto 20px auto;
}

.detailBodyImgWpr{
    width: 275px;
    margin: 0 auto 35px auto;
}

.detailBodyImg{
    width: 100%;
    margin: 0 auto 35px auto;
}

.detailBodyImg img{
    width: 100%;
    height: auto;
}

.detailPrice{
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 0 0 0 5px;
    font-size: 32px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #57a9d7;
}

.detailPrice span{
    font-size: 21px;
    font-weight: 400;
}

.detailBody{
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}

.bottomAncherWpr{
    margin: 0 auto 30px auto;
}

.bottomAncher{
    width: 200px;
    height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 37px;
}

.bottomAncher a{
    display: block;
    width: 100%;
    color: #333;
}

/* cart */

.stepLeed{
    width: 100%;
    margin: 0 auto 25px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.caution{
    width: 100%;
    margin: 0 auto 10px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #edc2c2;
    border: 1px solid #CC0000;
    color: #CC0000;
}

.caution span{
    margin: 0 5px;
    text-decoration: underline;
}

.cartBodyWpr{
    padding: 0 0 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #CCC;
}

.cartBodyWpr.check{
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #CCC;
}

.cartUnitWpr{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 20px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.cartUnit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.cartUnit:last-child{
    border-bottom: 0px solid #ccc;
}

.cartUnitImg{
    width: 30%;
}

.cartUnitImg img{
    display: block;
    width: 100%;
    height: auto;
}

.cartItemFlex{
    display: flex;
    justify-content: right; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    flex-wrap: wrap;
    width: 65%;
}

.cartItemName{
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    color:#57a9d7;
    text-align: left;
}

.cartItemPrice{
    width: 100%;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    color:#57a9d7;
    text-align: right;
}

.cartItemPrice span{
    margin: 0;
    font-size: 14px;
    font-weight: 700;
}

.deleteBtnWpr{
    display: flex;
    justify-content: left; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    width: 50px;
}


.deleteBtnWpr button[type="submit"].mini{
    width: 50px;
    height: 30px;
    margin: 8px auto;
    padding: 2px 10px;
    font-size: 13px;
    background-color: #d9d9d9;
    border: 1px solid #666;
    border-radius: 2px;
    line-height: 25px;
    color: #666;
}


.cartAmountWpr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 15px 20px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.check .cartAmountWpr{
    margin: 0 0 20px 0;
}

.cartAmountItem{
    width: 50%;
    display: flex;
    justify-content: left; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color:#57a9d7;
}

.cartAmountPrice{
    width: 50%;
    display: flex;
    justify-content: right; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color:#57a9d7;
}

.checkPayway{
    width: 50%;
    display: flex;
    justify-content: right; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    color:#57a9d7;
}

.cartAmountPrice span{
    margin: 0 0 0 6px;
    font-size: 15px;
    font-weight: 700;
}

.cartReset{
    margin: 0 0 30px 0;
    padding: 0 10px;
    text-align: right;
}

.cartReset a{
    color: #333;
}

button.stepBtn{
    display: block;
    width: 335px;
    height: 44px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #d99655;
    border: none;
    font-size: 19px;
    font-weight: 400;
    color: #FFF;
}

button.stepBtn:hover{
    background-color: #d99655;
}

/* stepTitle */

.stepTitle{
    width: 100%;
    margin: 0 auto 25px auto;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.stepTitle.check{
    margin: 0 auto 15px auto;
}

.entryWpr{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 20px 20px 0 20px;
    border: 1px solid #e5e7cc;
    border-radius: 3px;
    background-color: #FFF;
}

.creditEntryWpr{
    width: 100%;
    margin: 0 auto 30px auto;
    padding: 20px;
    border: 1px solid #e5e7cc;
    border-radius: 3px;
    background-color: #FFF;
}

.bankEntryWpr{
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 20px;
    border: 1px solid #e5e7cc;
    border-radius: 3px;
    background-color: #FFF;
}

.entryWpr.check{
    margin: 0 0 20px 0;
}

.entryLeed{
    margin: 0 0 30px 0;
    font-size: 16px;
    text-align: center;
    
}



.entryUnit{
    width: 100%;
    margin: 0 auto 20px auto;
}


.creditEntryUnit{
    padding: 20px 15px 0 15px;
    background-color: #f7f7f7;
}

.creditTimesUnit{
    margin: 0 auto 1rem auto;
    padding: 0 15px 20px 15px;
    background-color: #f7f7f7;
}

.entryUnitTitle{
    width: 120px;
    height: 25px;
    margin: 0 auto 15px auto;
    border: 1px solid #666;
    border-radius: 14px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.entryUnit table{
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.entryUnit table tr td p{
    width: 100%;
    padding: 3px 0 3px 13px;
    border-left: 3px solid #57a9d7;
    font-size: 16px;
    font-weight: 700;
    color: #6699cc;
}

.entryUnit table tr{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.entryUnit table tr td{
    width: 100%;
}

.entryUnit table tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 41px;
    height: 21px;
    background-color: #999999;
    font-size: 14px;
    color: #FFF;
    line-height: 19px;
    text-align: center;
}

.entryUnit table tr td{
    position: relative;
    width: 100%;
    padding: 10px 0;
}

.entryUnit table tr td:first-child{
    width: 100%;
}

.entryUnit table tr td:last-child{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.entryUnit table tr td:last-child{
    padding: 0 0 10px 0;
}

.entryUnit table tr td input{
    width: 100% !important;
}


.entryUnit table tr td input.zip1{
    width: 55px !important;
    text-align: left;
}

.entryUnit table tr td input.zip2{
    width: 70px !important;
    text-align: left;
}

.entryUnit table tr td input.telnum_3{
    width: 55px !important;
    text-align: left;
}

.entryUnit table tr td input.telnum_4{
    width: 70px !important;
    text-align: left;
}

.entryUnit table tr td input.telnum_5{
    width: 85px !important;
    text-align: left;
}

.entryUnit table tr td input.kana{
    width: 130px !important;
}


.entryUnit table tr td input.mid{
    width: 100px !important;
}

.entryUnit table tr td input.kana{
    width: 130px !important;
}

.entryUnit table tr td input[type="text"].zip1{
	width: 55px !important;
    text-align: center;
}

.entryUnit table tr td input[type="text"].zip2{
	width: 70px !important;
    text-align: center;
}

.entryUnit table tr td span.cnctTxt{
    display: inline-block;
    font-size: 13px;
	margin: 0 0 0 5px;
    line-height: 2.5rem;
    vertical-align: bottom;
}

.submitBtnWpr{
    margin: 0 auto 50px auto;
}

.paywayBodyWpr{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 25px 20px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.paywayLeed{
    margin: 0 auto 25px auto;
    text-align: center;
}

.paywayLabelWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

.radioUnit.flex{
    display: flex !important;
    align-items: center;    /* 垂直方向中央揃え */
    width: 100%;
    height: 80px;
    margin: 0 10px 15px 10px !important;
    padding: 18px;
    border: 2px solid #ebebeb;
    border-radius: 3px;
    background-color: #FFF;
	line-height: 77px;
	font-size: 16px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0,0,0,.05);
}

.payIcon{
    padding: 14px 0 0 7px;
}

.payname{
    padding: 0 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #666;
}

.paynameL{
    padding: 0 0 0 10px;
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #666;
}
.paynameS{
    padding: 0 0 0 7px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #666;
}

.radioWpr2 label.radioUnit:has(input:checked){
    border: 2px solid #55aad9;
}

.paywayNotice{
    padding: 0 0 0 13px;
    text-indent: -13px;
    font-size: 13px;
    line-height: 20px;
    color: #777;
}


.bankInfoWpr{
    padding: 0;
}

.bankPaymentWpr{
    width: 100%;
    margin: 0 auto .5rem auto;
    text-align: center;
}

.bankPayment{
    position: relative;
    width: 100%;
    margin: 0 auto .2rem auto;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    vertical-align: bottom;
}

.bankPayment span{
    margin: -5px 10px 0 0;
    padding: 3px 10px;
    background-color: #57a9d7;
    border-radius: 20px;
    font-size: 13px;
    color: #FFF;
}

.bankPayment p{
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 5px 0 0 0;
}

.bankAccountWpr{
    padding: 0 0 1rem 0;
    margin: 0 auto 1rem auto;
    border-bottom: 1px dotted #ccc;
}

.bankAccountWpr div{
    width: 100%;
    padding: 2px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}


/* paid */

.paidContentWpr{
    width: 100%;
    margin: 0 auto 50px auto;
    padding: 30px 15px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.paidContentTitle{
    width: 100%;
    padding: 0 0 2rem 0;
    border-bottom: 1px dotted #57a9d7;
    margin: 0 auto 2rem auto;
    font-size: 20px;
    font-weight: 700;
    color: #55aad9;
    text-align: center;
}

.paidStayContentTitle{
    width: 100%;
    padding: 0 0 2rem 0;
    border-bottom: 1px dotted #57a9d7;
    margin: 0 auto 1rem auto;
    font-size: 20px;
    font-weight: 700;
    color: #55aad9;
    text-align: center;
}

.paidBodyWpr p{
    margin: 0 auto 1rem auto;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}

table.order{
    width: 100%;
    margin: 0 auto 2rem auto;
}

table.order tr td{
    padding: 10px 15px;
    border: 2px solid #FFF;
}

table.order tr td:first-child{
    width: 140px;
    background-color: #e9f1f5;
}

.paidBodyFooter{
    border-top: 1px dotted #57a9d7;
    padding: 2rem 0 1rem 0;
    text-align: center;

}

.paidInqBtn{
    display: block;
    width: 200px;
    height: 44px;
    margin: 2rem auto 0 auto;
    border-radius: 22px;
    background-color: #d89659;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    line-height: 42px;
    text-align: center;

}

/* info */

.infoBodyWpr{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 25px 20px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.infoBodyWpr.tokusho{
    padding: 25px 20px;
}

table.tokusho{
    width: 100%;
    border-top: 1px dotted #CCC;
}

table.tokusho tr td{
    padding: 14px 0;
    border-bottom: 1px dotted #CCC;
    font-size: 14px;
    line-height: 21px;
    vertical-align: top;
}

table.tokusho tr td:first-child{
    width: 120px;   
}

table.tokusho tr td:first-child p{
    padding: 0 0 0 7px;
    border-left: 3px solid #55aad9;
}

.infoBodyLeed{
    margin: 0 0 1rem 0;
    font-size: 15px;
    font-weight: 700;
}

.infoBody p{
    margin: 0 0 1rem 0;
    font-size: 14px;
    line-height: 21px;
}


table.credit{
    width: 100%;
    margin: 0 auto;
    border-top: 0px dotted #CCC;
    border-bottom: 0px dotted #CCC;
}

table.credit tr{
    display: block;
    width: 100%;
}

table.credit tr td{
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    line-height: 27px;
    border-bottom: 0px dotted #666;
}

table.credit tr td:first-child{
    padding: 5px 0 0 0;
    width: 100%;   
}



table.credit tr td:first-child p{
    padding: 0;
    border-left: 0px solid #57a9d7;
    font-size: 15px;
    font-weight: 700;
    color: #57a9d7;
}

.entryUnit table.credit tr td:last-child{
    padding: 5px 0;
}

input[type="text"].cardNo{
    width: 210px;
}

input[type="text"].expire{
    width: 75px;
}

input[type="text"].expire::placeholder{
    font-size: 16px;
    color: #CCC;
}

input[type="text"].securityCode{
    width: 60px;
}

.creditCaution{
    margin: 0 auto 1.2rem auto;
    border: 1px solid #CCC;
    padding: 13px;
    font-size: 13px;
    line-height: 1.3rem;
}


/* faq */

.faqCatTitle{
    position: relative;
    display: block;
    width: 300px;
    background-color: #555;
    height: 30px;
    margin: 0 auto 15px auto;
    padding: 0 15px;
    border-radius: 15px;
}

.faqCatTitle p{
    position: relative;
    background-color: #555;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    line-height: 28px;
    z-index: 10;
}

.qa__inner{
	padding: 0 5.3%;
}

.qa__title--en {
	color: #28A5B9;
	text-align: center;
	font-family: Futura;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qa__title--en span {
	font-size: 32px;
	letter-spacing: 4.48px;
}

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 12px;
	padding: 0 15px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.qa-box__q {
	position: relative;
	padding: 13px 32px 13px 32px;
	font-weight: 700;
	position: relative;
	color: #222;
	font-size: 15px;
}

.qa-box__q span{
	position: absolute;
	display: block;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    margin: auto 0;
	left: 0;
	font-size: 25px;
    line-height: 25px;
	font-family: Arial;
	font-weight: 700;
	color: #57a9d7;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 10px 10px 22px 10px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 21px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__a br.disp{
    display: inline;
}

.qa-box__content span{
	position: absolute;
	display: none;
	top: 5px;
	left: 4px;
	font-size: 30px;
	font-family: Arial;
	font-weight: 700;
	color: #999999;
}

.qa-box__a .qa-box__content div span.red{
    position: static;
    display: inline;
    color: #CC0000;
    font-size: 15px;
	line-height: 27px;
    font-weight: 700;
}

.qa-box__icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 5px;
	right: -10px;
	width: 10px;
	height: 10px;
	margin: auto 0;
	border-bottom: 2px solid #5AC3DD;
	border-right: 2px solid #5AC3DD;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: 0;
}

/* garantee */

.yellowBgTitle{
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px 15px;
    background-color: #f7c51c;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 2px;
}

.galUnitWpr{
    width: 100%;
    margin: 0 auto 2rem auto;
}

.galUnitTitle{
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
}

.galUnitTitle span{
    margin: 0 5px 0 0;
}

.galUnitBody,
.disclaimer p{
    font-size: 14px;
    line-height: 21px;
}

.disclaimer{
    padding: 0 0 0 15px;
    text-indent: -15px;
}

.disclaimer p{
    margin: .3rem 0;
}


.disclaimer p:last-child{
    margin: 0 0 1rem 0;
}

.galUnitBody span.red,
.disclaimer span.red{
    color: #CC0000;
}
.galUnitImg{
    width: 100%;  
}

.galUnitImg img{
    width: 100%;
    height: auto;
}


/* inquiry */

.inqWpr{
    width: 100%;
    margin: 0 0 25px 0;
    padding: 20px 20px 0 20px;
    border: 1px solid #e5e7cc;
    border-radius: 3px;
    background-color: #FFF;
}

.inqUnit table{
    margin: 0 auto 30px auto;
}

.inqLeed{
    margin: 0 0 20px 0;
    font-size: 14px;
    text-align: left;
    line-height: 21px;
}


.inqSendTitle{
    margin: 0 auto 2rem auto;
    font-size: 20px;
    font-weight: 700;
    color: #55aad9;
    text-align: center;
}

.inqSendLeed{
    margin: 0 0 30px 0;
    font-size: 14px;
    text-align: left;
    line-height: 26px;
}

textarea.inqBody{
    height: 9rem;
}

textarea.agreement{
    height: 12rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    text-align: left;
    line-height: 20px;
    color: #444;
}

.agreement{
    padding: 10px;
}

.agreeUnit span{
    font-size: 14px;
}

button.inqBtn{
    display: block;
    margin: 0 auto;
}

/* footer */

footer{
    background-color: #FFF;
}

.footerNav{
    padding: 25px 0;
    border-bottom: 1px solid #CCC;
}

.footerNav nav ul{
    display: flex;
    justify-content: center;
}

.footerNav nav ul li a{
    font-size: 15px;
    margin: 0 20px;
    color: #333;
}

.cr{
    padding: 15px 0;
    font-size: 13px;
    color: #333;
    text-align: center;
}

.pc{
    display: none;
}

}

@media screen and (min-width:1050px){

/* header */
header{
    width: 100%;
    height: 75px;
    background-color: #FFF;
}

.headerInner{
    display: flex;
    justify-content: space-between;
    width: 1000px;
    height: 75px;
    margin: 0 auto;
}

.headerLogoWpr{
    display: flex;
    width: 100%;
    height: 75px;
    padding: 20px 0;
}

.headerScName{
    margin: 0 10px 0 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: -0.025rem;
}

.headerScName a{
    color: #222;
}

.topHeaderScName{
    width: 260px;
    margin: 0 10px 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
}

.topHeaderScName img{
    width: 100%;
    height: auto;
}

.headerScTag{
    height: 30px;
    margin: 5px 0 0 0;
    padding: 0 15px;
    border: 1px solid #CCC;
    border-radius: 15px;
    font-size: 14px;
    line-height: 26px;
}

.headerMenuWpr{
    display: flex;
    justify-content: space-between; 
    width: 635px;
    padding: 27px 0;
}


.headerMenuWpr nav ul{
    display: flex;
}

.headerMenuWpr nav.rt{
    display: block;
    width: 100%;
}

.headerMenuWpr nav.rt ul{
    justify-content: flex-end;
}

.headerMenuWpr nav ul li{
    padding: 0 15px;
}

.headerMenuWpr nav ul li a{
    color: #222;
}

.headerMenuWpr nav ul li a:hover{
    color: #57a9d7;
}

.cartIconWpr{
    position: relative;
    width: 75px;
    height: 75px;
    padding: 20px;
}

.cartIconWpr span{
    position: absolute;
    top: 15px;
    right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #cc0000;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    color: #FFF;
    text-align: center;
}

/* mainImage */

.mainImageWpr{
    width: 100%;
    overflow: hidden;
}

.topMainImage{
    display: flex;
    justify-content: center; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    width: 100%;
    height: 700px;
    background-image: url(../image/_mainImage.jpg);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    text-align: center;
    font-size: 60px;
    line-height: 80px;
    font-weight: 900;
    font-style: oblique;
    color: #FFF;
    text-shadow: 0px 0px 10px rgba(0,0,0,1)
}

.mainImage{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mainImage img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
}

.sizedImg{
    position: relative;
    width: 1000px;
    height: 700px;
    margin: 0 auto;
    z-index: 200;
}

/* top face */

.topContent{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.scUnitWpr{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.scUnit{
    width: 310px;
    margin: 0 5px 20px 0;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 25px 15px;
}

.scName{
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 18px;
    color: #55aad9;
    font-weight: 700;
}

.scImg{
    width: 90%;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
}

.scImg img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.scAnchor{
    width: 80%;
    height: 50px;
    margin: 0 auto;
    border-radius: 25px;
    background-color: #55aad9;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
}

.scAnchor a{
    display: block;
    width: 100%;
    height: 50px;
    color: #FFF;
}

/* content */

main{
    width: 1000px;
    margin: 0 auto;
    padding: 65px 0 0 0;
}

.contentTitle{
    position: relative;
    width: 500px;
    height: 30px;
    margin: 0 auto 50px auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.contentTitle::before{
    position: absolute;
    display: block;
    top: -5px;
    left: 10px;
    content: "";
    width: 3px;
    height: 40px;
    border-radius: 1px;
    background-color: #333;
    transform: rotate(-30deg);
}

.contentTitle::after{
    position: absolute;
    display: block;
    top: -5px;
    right: 10px;
    content: "";
    width: 3px;
    height: 40px;
    border-radius: 1px;
    background-color: #333;
    transform: rotate(30deg);
}

.pageLeed{
    width: 100%;
    padding: 20px 30px;
    border: 1px dotted #CCC;
    margin: 0 auto 2rem auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6rem;
    color: #222;
    text-align: center;
    background-color: #FFF;
}

.closedTitle{
    width: 100%;
    margin: 0 auto 3rem auto;
    background-color: #FFF;
    padding: 10rem 0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.linedTitle{
    position: relative;
    width: 95%;
    height: 25px;
    margin: 0 auto 40px auto;
}

.linedTitle::after{
    position: absolute;
    display: block;
    content: "";
    top: 12px;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.linedTitle p{
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 23px;
    font-weight: 900;
    line-height: 25px;
    background-color: #f8f9ea;
    z-index: 200;
}

.itemUnitWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto 60px auto;
}

.itemUnit{
    width: 315px;
    margin: 0 8px;
    padding: 25px 20px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.itemUnitTitle{
    margin: 0 0 1.5rem 0;
    font-size: 18px;
    font-weight: 900;
    color: #57a9d7;
    text-align: center;
}

.itemImg{
    width: 95%;
    aspect-ratio: 16 / 10;
    margin: 0 auto 2rem auto;
    text-align: center;
    overflow: hidden;
}

.itemImg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 100;
}

.itemPrice{
    width: 100%;
    margin: 0 auto 1rem auto;
    padding: 0 0 0 5px;
    font-size: 32px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #57a9d7;
}

.itemPrice span{
    font-size: 21px;
    font-weight: 400;
}


.stock{
    margin: 0 auto 1rem auto;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #e2625b;
    text-align: center;
}

.detailBtn{
    width: 95%;
    margin: 0 auto;
    height: 44px;
    border-radius: 3px;
    overflow: hidden;
}

.detailBtn a{
    display: block;
    background-color: #57a9d7;
    font-size: 16px;
    line-height: 42px;
    color: #FFF;
    text-align: center;
}

/* detail */

.detailWpr{
    width: 100%;
    margin: 0 0 55px 0;
    padding: 35px 40px 75px 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.detailTitleWpr{
    position: relative;
    display: flex;
    margin: 0 auto 40px auto;
    padding: 10px 0 20px 0;
    font-size: 30px;
    font-weight: 900;
    color: #57a9d7;
    line-height: 30px;
    border-bottom: 1px solid #CCC;
}

.detailTitleWpr p{
    position: relative;
    margin: 0 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #57a9d7;
    line-height: 33px;
}

button.detailCartBtn{
    width: 275px;
    height: 44px;
    background-color: #d99655;
    border-radius: 3px;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height: 42px;
    border: 0px solid #FFF;
    color: #FFF;
}

button.detailCartBtn:hover{
    background-color: #d99655;
    color: #FFF;
}

button.detailCartBtn a{
    display: block;
    color: #FFF;
}

button.unstockBtn{
    width: 275px;
    height: 44px;
    background-color: #999;
    border-radius: 3px;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    line-height: 42px;
    border: 0px solid #FFF;
    color: #FFF;
}

button.unstockBtn:hover{
    background-color: #999;
    transform: scale(1);
}

.detailBodyWpr{
    display: flex;
    justify-content: space-between;
}

.detailBodyImgWpr{
    width: 275px;
}

.detailBodyImg{
    margin: 0 auto 35px auto;
    width: 100%;
}

.detailBodyImg img{
    width: 100%;
    height: auto;
}

.detailPrice{
    width: 100%;
    margin: 0 auto 2rem auto;
    padding: 0 0 0 5px;
    font-size: 32px;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #57a9d7;
}

.detailPrice span{
    font-size: 21px;
    font-weight: 400;
}

.detailBody{
    width: 600px;
    font-size: 15px;
    line-height: 28px;
}

.detailBody p{
    margin: 0 0 .7rem 0;
}

.bottomAncherWpr{
    margin: 0 auto 80px auto;
}

.bottomAncher{
    width: 200px;
    height: 40px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid #CCC;
    background-color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 37px;
}

.bottomAncher a{
    display: block;
    width: 100%;
    color: #333;
}


/* cart */

.stepLeed{
    width: 100%;
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.caution{
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    background-color: #edc2c2;
    border: 1px solid #CC0000;
    color: #CC0000;
}

.caution span{
    margin: 0 5px;
    text-decoration: underline;
}

.cartBodyWpr{
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid #CCC;
}

.cartBodyWpr.check{
    padding: 0;
    margin: 0;
    border-bottom: 0px solid #CCC;
}

.cartUnitWpr{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.cartUnit{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.cartUnit:last-child{
    border-bottom: 0px solid #ccc;
}

.cartUnitImg{
    width: 155px;
}

.cartUnitImg img{
    display: block;
    width: 100%;
    height: auto;
}

.cartItemFlex{
    display: flex;
}

.cartItemName{
    display: flex;
    justify-content: left; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    width: 550px;
    padding: 0 3rem;
    font-size: 20px;
    font-weight: 700;
    color:#57a9d7;
}

.cartItemName div p{
    padding: 3px 0;
}

.cartItemName div p:last-child{
    display: block;
    font-size: 16px;
    font-weight: 400;
}


.cartItemPrice{
    display: flex;
    justify-content: left; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    width: 150px;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color:#57a9d7;
}

.cartItemPrice span{
    margin: 0 0 0 3px;
    font-size: 14px;
    font-weight: 700;
}

.deleteBtnWpr{
    display: flex;
    justify-content: left; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    width: 50px;
}


.deleteBtnWpr button[type="submit"].mini{
    width: 50px;
    height: 25px;
    margin: 8px auto;
    padding: 0 10px;
    background-color: #d9d9d9;
    border: 1px solid #666;
    border-radius: 2px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
    transition: .2s;
}


.cartAmountWpr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 30px 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.check .cartAmountWpr{
    margin: 0 0 20px 0;
}

.cartAmountItem{
    width: 50%;
    display: flex;
    justify-content: left; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color:#57a9d7;
}

.cartAmountPrice{
    width: 50%;
    display: flex;
    justify-content: right; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    padding: 0;
    font-size: 29px;
    font-weight: 700;
    color:#57a9d7;
}

.cartReset{
    margin: 0 0 30px 0;
    padding: 0 40px;
    text-align: right;
}

.cartReset a{
    color: #333;
}

.checkPayway{
    width: 50%;
    display: flex;
    justify-content: right; /* 水平方向中央揃え */
    align-items: center;    /* 垂直方向中央揃え */
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color:#57a9d7;
}

.cartAmountPrice span{
    margin: 0 0 0 6px;
    font-size: 19px;
    font-weight: 700;
}

button.stepBtn{
    cursor: pointer;
    display: block;
    width: 335px;
    height: 65px;
    margin: 0 auto;
    border-radius: 3px;
    background-color: #d99655;
    border: none;
    font-size: 19px;
    font-weight: 400;
    color: #FFF;
}

button.stepBtn:hover{
    background-color: #d99655;
}

/* stepTitle */

.stepTitle{
    width: 100%;
    margin: 0 auto 50px auto;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.stepTitle.check{
    margin: 0 auto 15px auto;
}

.entryWpr{
    width: 100%;
    margin: 0 0 50px 0;
    padding: 35px 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.creditEntryWpr{
    width: 600px;
    margin: 0 auto 50px auto;
    padding: 35px 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.bankEntryWpr{
    width: 700px;
    margin: 0 auto 50px auto;
    padding: 35px 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.entryWpr.check{
    margin: 0 0 20px 0;
}

.jaccsLogo{
    width: 100%;
    margin: 0 auto 1rem auto;
    text-align: center;
}

.entryLeed{
    margin: 0 0 30px 0;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.entryUnit{
    width: 100%;
    margin: 0 auto 20px auto;
}

.creditEntryUnit{
    padding: 20px 30px 0 30px;
    background-color: #f7f7f7;
}

.creditTimesUnit{
    margin: 0 auto 2rem auto;
    padding: 0 30px 20px 30px;
    background-color: #f7f7f7;
}

.entryUnitTitle{
    width: 120px;
    height: 25px;
    margin: 0 auto 15px auto;
    border: 1px solid #666;
    border-radius: 14px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
}

.entryUnit table{
    width: 100%;
    border-top: 1px solid #e5e5e5;
}

.entryUnit table tr td p{
    width: 100%;
    padding: 3px 0 3px 13px;
    border-left: 3px solid #57a9d7;
    font-size: 16px;
    font-weight: 700;
    color: #6699cc;
}

.entryUnit table tr td:first-child span{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    width: 41px;
    height: 21px;
    background-color: #999999;
    font-size: 14px;
    color: #FFF;
    line-height: 19px;
    text-align: center;
}

.entryUnit table tr td{
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.entryUnit table tr td:first-child{
    width: 220px;
}

.entryUnit table tr td:last-child{
    padding: 10px 0 10px 20px;
}

.submitBtnWpr{
    margin: 0 auto 50px auto;
}

.paywayBodyWpr{
    width: 100%;
    margin: 0 0 50px 0;
    padding: 35px 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.paywayLeed{
    margin: 0 auto 30px auto;
    text-align: center;
}

.paywayLabelWpr{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.radioUnit.flex{
    display: flex !important;
    align-items: center;    /* 垂直方向中央揃え */
    width: 285px;
    height: 80px;
    margin: 0 10px 15px 10px !important;
    padding: 18px;
    border: 2px solid #ebebeb;
    border-radius: 3px;
    background-color: #FFF;
	line-height: 77px;
	font-size: 16px;
    cursor: pointer;
    box-shadow: 5px 5px 5px rgba(0,0,0,.05);
}

.payIcon{
    padding: 14px 0 0 7px;
}

.payname{
    padding: 0 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #666;
}

.paynameL{
    padding: 0 0 0 10px;
    font-size: 27px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #666;
}
.paynameS{
    padding: 0 0 0 7px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #666;
}

.radioWpr2 label.radioUnit:has(input:checked){
    border: 2px solid #55aad9;
}

.paywayNotice{
    padding: 0 0 0 13px;
    text-indent: -13px;
    font-size: 13px;
    line-height: 20px;
    color: #777;
}

.bankInfoWpr{
    padding: 1rem 0;
}

.bankPaymentWpr{
    width: 100%;
    margin: 0 auto 1rem auto;
    text-align: center;
}

.bankPayment{
    position: relative;
    width: 100%;
    margin: 0 auto .5rem auto;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    vertical-align: bottom;
}

.bankPayment span{
    margin: -5px 10px 0 0;
    padding: 3px 10px;
    background-color: #57a9d7;
    border-radius: 20px;
    font-size: 13px;
    color: #FFF;
}

.bankPayment p{
    position: relative;
    top: 5px;
    display: inline-block;
    margin: 5px 0 0 0;
}

.bankAccountWpr{
    padding: 0 0 1.5rem 0;
    margin: 0 auto 1.5rem auto;
    border-bottom: 1px dotted #ccc;
}

.bankAccountWpr div{
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

/* paid */

.paidContentWpr{
    width: 700px;
    margin: 0 auto 50px auto;
    padding: 55px 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.paidContentTitle{
    width: 100%;
    padding: 0 0 3rem 0;
    border-bottom: 1px dotted #57a9d7;
    margin: 0 auto 3rem auto;
    font-size: 27px;
    font-weight: 700;
    color: #55aad9;
    text-align: center;
}

.paidStayContentTitle{
    width: 100%;
    padding: 0 0 3rem 0;
    border-bottom: 1px dotted #57a9d7;
    margin: 0 auto 1rem auto;
    font-size: 27px;
    font-weight: 700;
    color: #55aad9;
    text-align: center;
}

.paidBodyWpr p{
    margin: 0 auto 1rem auto;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}

table.order{
    width: 100%;
    margin: 0 auto 2rem auto;
}

table.order tr td{
    padding: 10px 15px;
    border: 2px solid #FFF;
}

table.order tr td:first-child{
    background-color: #e9f1f5;
}

.paidBodyFooter{
    border-top: 1px dotted #57a9d7;
    padding: 2rem 0 1rem 0;
    text-align: center;

}

.paidInqBtn{
    display: block;
    width: 200px;
    height: 44px;
    margin: 2rem auto 0 auto;
    border-radius: 22px;
    background-color: #d89659;
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    line-height: 42px;
    text-align: center;

}

/* info */

.infoBodyWpr{
    width: 100%;
    margin: 0 0 50px 0;
    padding: 55px 60px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.infoBodyWpr.tokusho{
    padding: 75px 100px;
}

table.tokusho{
    width: 100%;
    border-top: 1px dotted #CCC;
}

table.tokusho tr td{
    padding: 14px 0;
    border-bottom: 1px dotted #CCC;
    font-size: 16px;
    line-height: 27px;
}

table.tokusho tr td:first-child{
    width: 220px;   
}

table.tokusho tr td:first-child p{
    padding: 0 0 0 14px;
    border-left: 4px solid #55aad9;
}

.infoBodyLeed{
    margin: 0 0 1.6rem 0;
    font-size: 17px;
    font-weight: 700;
}

.infoBody p{
    margin: 0 0 2rem 0;
    font-size: 15px;
    line-height: 26px;
}


table.credit{
    width: 500px;
    margin: 0 auto;
    border-top: 0px dotted #CCC;
    border-bottom: 0px dotted #CCC;
}

table.credit tr{
    display: block;
    width: 100%;
}

table.credit tr td{
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    line-height: 27px;
    border-bottom: 0px dotted #666;
}

table.credit tr td:first-child{
    padding: 5px 0 0 0;
    width: 100%;   
}

table.credit tr td:first-child p{
    padding: 0;
    border-left: 0px solid #57a9d7;
    font-size: 15px;
    font-weight: 700;
    color: #57a9d7;
}

.entryUnit table.credit tr td:last-child{
    padding: 5px 0;
}

input[type="text"].cardNo{
    width: 210px;
}

input[type="text"].expire{
    width: 75px;
}

input[type="text"].expire::placeholder{
    font-size: 16px;
    color: #CCC;
}

input[type="text"].securityCode{
    width: 60px;
}

.creditCaution{
    margin: 0 auto 1.2rem auto;
    border: 1px solid #CCC;
    padding: 18px;
    font-size: 13px;
    line-height: 1.3rem;
}

/* faq */

.faqCatTitle{
    position: relative;
    display: block;
    width: 300px;
    background-color: #555;
    height: 30px;
    margin: 0 auto 15px auto;
    padding: 0 15px;
    border-radius: 15px;
}

.faqCatTitle p{
    position: relative;
    background-color: #555;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    line-height: 28px;
    z-index: 200;
}

.faqCatTitle::before{
    position: absolute;
    display: block;
    content: "";
    left: -290px;
    top: 15px;
    width: 280px;
    height: 1px;
    background-color: #CCC;
}

.faqCatTitle::after{
    position: absolute;
    display: block;
    content: "";
    right: -290px;
    top: 15px;
    width: 280px;
    height: 1px;
    background-color: #CCC;
}

.qa__inner{
	padding: 0 5.3%;
}

.qa__title--en {
	color: #28A5B9;
	text-align: center;
	font-family: Futura;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qa__title--en span {
	font-size: 32px;
	letter-spacing: 4.48px;
}

.qa__title--ja {
	color: #767676;
	text-align: center;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 41px; /* 128.125% */
}

.qa-item {
	margin-bottom: 22px;
	padding: 0 20px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
}

.qa-box__q {
	position: relative;
	padding: 23px 45px 23px 50px;
	font-weight: 700;
	position: relative;
	color: #222;
	font-size: 17px;
}

.qa-box__q span{
	position: absolute;
	display: block;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
	left: 4px;
	font-size: 30px;
    line-height: 30px;
	font-family: Arial;
	font-weight: 700;
	color: #57a9d7;
}

.qa-box__a {
	display: none;
}

.qa-box__content {
	position: relative;
	padding: 0 26px 22px 50px;
	border-radius: 8px;
	font-size: 15px;
	line-height: 21px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	color: #222;
}

.qa-box__a br.disp{
    display: inline;
}

.qa-box__content span{
	position: absolute;
	display: block;
	top: 5px;
	left: 4px;
	font-size: 30px;
	font-family: Arial;
	font-weight: 700;
	color: #999999;
}

.qa-box__a .qa-box__content div span.red{
    position: static;
    display: inline;
    color: #CC0000;
    font-size: 15px;
	line-height: 27px;
    font-weight: 700;
}

.qa-box__icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
}

.qa-box__bar1 {
	position: absolute;
	top: 0;
	bottom: 5px;
	right: -20px;
	width: 16px;
	height: 16px;
	margin: auto 0;
	border-bottom: 2px solid #5AC3DD;
	border-right: 2px solid #5AC3DD;
	transform: rotate(45deg);
	transition: .3s;
}

.qa-box__icon.is-open .qa-box__bar1 {
	transform: rotate(225deg);
	transition: .3s;
	bottom: 0;
}

/* garantee */

.yellowBgTitle{
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 10px 15px;
    background-color: #f7c51c;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    border-radius: 2px;
}

.galUnitWpr{
    width: 100%;
    margin: 0 auto 2rem auto;
}

.galUnitTitle{
    margin: 0 0 10px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
}

.galUnitTitle span{
    margin: 0 5px 0 0;
}

.disclaimer{
    padding: 0 0 0 15px;
    text-indent: -15px;
}

.disclaimer p{
    margin: .3rem 0;
}


.disclaimer p:last-child{
    margin: 0 0 1rem 0;
}

.galUnitBody span.red,
.disclaimer span.red{
    color: #CC0000;
}

/* inquiry */

.inqWpr{
    width: 100%;
    margin: 0 0 50px 0;
    padding: 35px 40px 0 40px;
    border: 1px solid #e5e7cc;
    border-radius: 5px;
    background-color: #FFF;
}

.inqUnit table{
    margin: 0 auto 30px auto;
}

.inqLeed{
    margin: 0 0 30px 0;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
}

.inqSendTitle{
    margin: 0 auto 3rem auto;
    font-size: 26px;
    font-weight: 700;
    color: #55aad9;
    text-align: center;
}

.inqSendLeed{
    margin: 0 0 30px 0;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}

.policyLinkWpr{
    width: 100%;
    text-align: center;
}

.policyLinkWpr a{
    color: #57a9d7;
    text-decoration: underline;
}

textarea.inqBody{
    height: 14rem;
}

textarea.agreement{
    height: 12rem;
	font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    font-weight: 400 !important;
    text-align: left;
    line-height: 23px;
    color: #444;
}

button.inqBtn{
    display: block;
    margin: 0 auto;
}

/* buyerList */

.buyerListTitle{
    margin: 0 auto 2rem 0;
    font-size: 19px;
    font-weight: 700;
    color: #333;
}

.buyerListCounter{
    margin: 0 auto 1rem 0;
    font-size: 19px;
    font-weight: 400;
    color: #333;
}

.buyerListCounter span{
    color:#55aad9;
    font-weight: 700;
    font-size: 19px;
}

.buyerListCounter span span{
    margin: 0 5px 0 0;
    font-size: 25px;
}

.buyerListWpr{
    margin: 0 auto 4rem 0;
}

/* footer */

footer{
    background-color: #FFF;
}

.footerNav{
    padding: 45px 0;
    border-bottom: 1px solid #CCC;
}

.footerNav nav ul{
    display: flex;
    justify-content: center;
}

.footerNav nav ul li a{
    font-size: 15px;
    margin: 0 20px;
    color: #333;
}

.cr{
    padding: 15px 0;
    font-size: 13px;
    color: #333;
    text-align: center;
}

.sp{
    display: none;
}

}