@charset "utf-8";  
/*------------------------------------------------------------ 
    GOODS css
------------------------------------------------------------*/  

#gds-Head{
    width:100%;
    padding-bottom: 70px;
    margin-bottom: 70px;
    background:#8b2642;
}

#gds-Head #com-Pankuzu{ padding-bottom: 30px;}

#gds-Head #com-Pankuzu li,
#gds-Head #com-Pankuzu a{ color:#fff;}
#gds-Head #com-Pankuzu li:not(:last-child)::after{
	border-top:1px solid #fff;
	border-right:1px solid #fff;
}

#gds-Head .com-Head__title{ color:#fff;}
#gds-Head .com-Head__subtitle{ color:#dcdddd;}



/*------------------------------------------------------------ 
    DETAIL
------------------------------------------------------------*/  

#gds-ItemImage{ width:47.61904761904762%;}

#gds-ItemInfo{
    width:47.61904761904762%;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

#gds-ItemInfo__title{
    color:#333333;
    font-size:3.6rem;
    line-height:1.3;
    font-weight: bold;
}

#gds-ItemInfo__title::after{
    display:block;
    content:"";
    width:100px;
    height:4px;
    margin-top: .6em;
    background:#8b2642;
}

#gds-ItemInfo__number{
    color:#666666;
    letter-spacing: 0.05em;
    margin-top:1.5em;
    padding-bottom: 1em;
    font-size:1.4rem;
}

#gds-ItemInfo__proce{
    font-size:1.6rem;
    padding: 1em 0 1.5em;
}

#gds-ItemInfo__proce span{ font-size:2.4rem;}

#gds-ItemInfo__button{
    margin-top: auto;
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	   align-items: center;
    width:100%;
    max-width:300px;
    height:80px;
    color:#fff;
    font-size:1.8rem;
    background:#8b2642;
    border-radius:40px;
    box-sizing:border-box;
    transition:all 0.2s ease-out;
}

#gds-ItemInfo__button:hover{
    color:#8b2642;
    background:#fff;
    border:1px solid #8b2642;
}

.gds-Text{
    width:auto;
    color:#333;
    padding:50px;
    margin-top:120px;
    background:#fff;
}

/*------------------------------------------------------------ 
    FORM
------------------------------------------------------------*/  

#gds-Form{
    width:100%;
    max-width:720px;
    margin:120px auto 0;
}

.gds-FormItem + .gds-FormItem{ margin-top:80px;}

.gds-FormItem.is-confirm{
    padding-bottom:40px;
    border-bottom:1px solid #ccc;
}

.gds-FormItem.is-confirm + .gds-FormItem.is-confirm{ margin-top:40px;}

.gds-FormItem dt{
    width:100%;
    color:#333;
    font-size:1.8rem;
    margin-bottom: 1.5em;
    box-sizing:border-box;
}

.gds-FormItem__half{ width:47.2%;}

.gds-FormItem__zip{ max-width: 400px;}
.gds-FormItem__address{
    margin-top:16px;
}

.required{
    padding-right:110px;
    position:relative;
}

.required::after{
    display:block;
    content:"必須";
    color:#fff;
    width:80px;
    text-align: center;
    font-size:1.2rem;
    line-height:30px;
    background:#8b2642;
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
}

.form-input{
    width:100%;
    height:70px;
    padding:0 1.5em;
    border:none;
    color:#333;
    font-size:1.6rem;
    background:#fff;
    outline:none;
    box-sizing:border-box;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-input.wid100{ width:100px;}

.form-textarea{
    width:100%;
    height:330px;
    padding:1em 1.5em;
    border:none;
    color:#333;
    font-size:1.6rem;
    background:#fff;
    outline:none;
    resize:none;
    overflow:auto;
    box-sizing:border-box;
}

.form-select{ position:relative;}
.form-select::after{
    content:"";
    width:10px;
    height:26px;
    pointer-events: none;
    background:url(../img/icon-select.svg) no-repeat;
    background-size:cover;
    position:absolute;
    right:28px;
    top:50%;
    transform:translateY(-50%);
    z-index:10;
}

.form-radio{
    display:block;
    cursor: pointer;
    margin-top:15px;
}

.form-radio:not(:last-child){ margin-right:30px;}
.form-radio input{ display:none;}
.form-radio span,
.gds-FormCheck span{
    display:block;
    padding-left:40px;
    line-height:26px;
    color:#333;
    font-size:1.6rem;
    position:relative;
}

.form-radio span::before{
    content:"";
    width:26px;
    height:26px;
    border:1px solid #ccc;
    background:#fff;
    position:absolute;
    left:0;
    top:0;
    box-sizing:border-box;
    border-radius:50%;
}

.form-radio span::after{
    content:"";
    width:12px;
    height:12px;
    background:#333;
    border-radius:50%;
    position:absolute;
    left:7px;
    top:7px;
    transition:transform 0.2s ease-out;
    transform:scale(0);
}

.form-radio input:checked + span::after{ transform:scale(1);}

.gds-FormCheck{
    display:inline-block;
    margin-top:60px;
    cursor: pointer;
}

.gds-FormCheck input{ display:none;}
.gds-FormCheck span::before{
    content:"";
    width:26px;
    height:26px;
    border:1px solid #ccc;
    background:#fff;
    position:absolute;
    left:0;
    top:0;
    box-sizing:border-box;
}

.gds-FormCheck span::after{
    content:"";
    width:12px;
    height:12px;
    background:#333;
    position:absolute;
    left:7px;
    top:7px;
    transition:transform 0.2s ease-out;
    transform:scale(0);
}

.gds-FormCheck input:checked + span::after{ transform:scale(1);}

#gds-Submit{
    width:100%;
    height:80px;
    margin-top:80px;
}

#gds-Submit li{
    width:calc(50% - 15px);
    max-width:300px;
    height:100%;
}
#gds-Submit li + li{ margin-left: 30px;}

#gds-Submit a{
    display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	   align-items: center;
    width:100%;
    max-width:300px;
    margin:0 auto;
    height:100%;
    color:#fff;
    font-size:1.8rem;
    background:#8b2642;
    border-radius:40px;
    transition:all 0.2s ease-out;
    box-sizing:border-box;
}

#gds-Submit a:hover{
    color:#8b2642;
    background:#fff;
    border:1px solid #8b2642;
}

#gds-ItemInfo__button.disabled,
#gds-Submit .disabled{
    pointer-events: none;
    background:#ccc;
}

#gds-Submit .is-back{ background:#666;}
#gds-Submit .is-back:hover{
    color:#666;
    background:#fff;
    border:1px solid #666;
}

.contact-error {
    width: 100%;
    margin-top: 1em;
    color: #8b2642;
    font-size: 1.4rem;
}

.formItem{
	display:block;
	padding-bottom: 30px;
	padding-left:150px;
	position:relative;
	overflow:hidden;
}

.formLabel{
	display:block;
	line-height:50px;
	position:absolute;
	left:0;
	top:0;
	color:#3E3A39;
	font-size:117%;
}

.formSize{
	width:150px;
	height:50px;
	float:right;
}

.formSize a{
	display:block;
	float:left;
	width:48px;
	line-height:48px;
	text-align:center;
	font-size:1.8rem;
	font-family: 'Heebo', sans-serif;
	color:#3E3A39;
	border:1px solid #dcdddd;
	transition:all 0.2s ease-out;
    background-color: #fff;
}

.formSize a.disabled{
	color:#ccc;
	cursor:text;
	background:none;
}

.formSize span{
	display:block;
	width:50px;
	text-align:center;
	float:left;
	font-size:1.8rem;
	line-height:48px;
	color:#3E3A39;
	font-family: 'Heebo', sans-serif;
	background:#EFEFEF;
	border-top:1px solid #dcdddd;
	border-bottom:1px solid #dcdddd;
}

.formSize span.disabled{ color:#ccc;}


/* laoding */
#loading{
	display:none;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.7);
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}

#loader{
	width:50%;
	height:50%;
	border: 6px solid rgba(100, 100, 100, 0.6);
	border-top: 6px solid rgba(255, 255, 255, 1);
	border-radius:50%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }


/*------------------------------------------------------------ 
    GUIDE 
------------------------------------------------------------*/  

.gds-Help__section + .gds-Help__section{ margin-top:40px;}
.gds-Help__subsection{ margin-top:30px;}

.hds-Help__title{
    font-size:2.1rem;
    font-weight: bold;
    color: #8b0042;
    margin-bottom: .6em;
}

.hds-Help__subtitle{
    font-size:1.8rem;
    font-weight: bold;
    margin-bottom: .6em;

}

.gds-HelpColumn{
    width:auto;
	padding:20px;
	margin-top:20px;
	background:#EFEFEF; 
}

.gds-HelpColumn .com-Text{ margin-top:0;}

.gds-HelpTbl{
	width:100%;
}

.gds-HelpTbl th{
	width:180px;
	text-align:left;
	vertical-align:top;
	line-height:1.7;
    font-size: 1.6rem;
	color:#3e3a39;
	padding-bottom:15px;
}

.gds-HelpTbl td{
	vertical-align:top;
	line-height:1.7;
    font-size: 1.6rem;
	color:#3e3a39;
	padding-bottom:15px;
}

.hds-Help__cardImg{
    width:100%;
	max-width:342px;
    padding:5px;
    background:#fff;
    box-sizing: border-box;
    border-radius:5px;
	margin-top:20px;
}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */
@media screen and (max-width: 1280px) and (min-width: 835px){

    #gds-ItemInfo__title{ font-size:2.8rem;}

}


/* TABLET */
@media screen and (max-width: 834px){

    #gds-Head{
        padding-bottom: calc(70px*.8);
        margin-bottom: calc(70px*.8);
    }

    /* detail */
    #gds-ItemImage{
        order:1;
        width:100%;
/*        height:50vw;*/
    }

    #gds-ItemInfo{
        order:2;
        width:100%;
        display: block;
        margin-top:40px;
    }

    #gds-ItemInfo__title{ font-size:3.2rem;}

    #gds-ItemInfo__button{
        margin:0 auto;
        height:calc(80px*.9);
    }

    .gds-Text{
        padding:30px;
        margin-top:60px;
    }

    /* form */
    #gds-Submit,
    #gds-Form{ margin-top:64px;}
    .gds-FormItem + .gds-FormItem{ margin-top:60px;}


    /* help */
    .gds-Help__section + .gds-Help__section{ margin-top:calc(40px*.8);}
    .gds-Help__subsection{ margin-top:calc(30px*.8);}

    .hds-Help__title{ font-size:1.8rem; }
    .hds-Help__subtitle{ font-size:1.6rem;}


}


/* SP */
@media screen and (max-width: 480px){

    #gds-Head{
        padding-bottom: calc(70px*.6);
        margin-bottom: calc(70px*.6);
    }
    
    #gds-Head #com-Pankuzu{ padding-bottom: calc(30px*.8);}

    /* detail */
/*    #gds-ItemImage{ height:75vw;}*/
    #gds-ItemInfo{ margin-top:20px;}
    #gds-ItemInfo__title{ font-size:2.4rem;}
    #gds-ItemInfo__title::after{
        width:80px;
        height:3px;
    }

    #gds-ItemInfo__proce{
        font-size:1.4rem;
        padding-bottom: 2em;
    }

    #gds-ItemInfo__proce span{ font-size:2rem;}

    #gds-ItemInfo__button{
        margin:0 auto;
        height:60px;
        font-size:1.6rem;
    }

    .gds-Text{
        padding:20px;
        margin-top:40px;
    }

    /* form */
    #gds-Submit,
    #gds-Form{ margin-top:40px;}
    .gds-FormItem + .gds-FormItem{ margin-top:30px;}

    .gds-FormItem dt{
        font-size:1.6rem;
        margin-bottom:1.2em;
    }

    .required{ padding-right:80px;}
    .required::after {
        width: 60px;
        font-size: 1.1rem;
        line-height: 24px;
    }

    .form-input{
        height:50px;
        padding:0 1em;
        font-size:1.4rem;
    }

    .form-input.wid100{ width:75px;}

    .form-select::after {
        width: calc(10px*.8);
        height: calc(26px*.8);
        right: 15px;
    }

    .gds-FormItem__half{ width:calc(50% - 8px);}

    .form-radio span,
    .gds-FormCheck span{
        font-size:1.4rem;
        padding-left: 36px;
    }

    .form-radio:not(:last-child) { margin-right: 20px;}
    .form-radio { margin-top: 10px;}

    .gds-FormItem__address{ margin-top:12px;}

    .form-textarea {
        height: calc(330px*.6);
        padding: 1em;
        font-size: 1.4rem;
    }

    .gds-FormCheck{ margin-top:40px;}
    #gds-Submit{ height:54px;}
    #gds-Submit a{ font-size:1.5rem;}

    .gds-FormItem.is-confirm{ padding-bottom:15px; }
    .gds-FormItem.is-confirm + .gds-FormItem.is-confirm{ margin-top:15px;}
    
    #gds-Submit li{ width:calc(50% - 8px);}
    #gds-Submit li + li{ margin-left: 16px;}

    .formItem{ padding-left: 120px;}
    .formLabel{
        line-height:40px;
        font-size:1.4rem;
    }
    
    .formSize{
        width:120px;
        height:40px;
        font-size:1.4rem;
    }
    
    .formSize a{
        width:38px;
        line-height:38px;
        font-size:1.4rem;
    }
    
    .formSize span{
        width:40px;
        line-height:38px;
        font-size: 1.6rem;
    }

    /* help */
    .gds-Help__section + .gds-Help__section{ margin-top:calc(40px*.6);}
    .gds-Help__subsection{ margin-top:calc(30px*.6);}

    .hds-Help__title{
        font-size:1.6rem;
        margin-bottom: .5em;
    }

    .hds-Help__subtitle{
        font-size:1.5rem;
        margin-bottom: .5em;
    }

    .gds-HelpColumn{
        padding:15px;
        margin-top:15px;
    }

    .gds-HelpTbl th{
        width:130px;
        font-size: 1.3rem;
        padding-bottom:12px;
        line-height: 1.6;
    }

    .gds-HelpTbl td{
        font-size: 1.3rem;
        padding-bottom:12px;
        line-height: 1.6;
    }

    .hds-Help__cardImg{
        margin-top:16px;
    }
}





