﻿
@font-face {
  font-family: NotoSerifJP-SemiBold;
  src: url('../font/NotoSerifJP-SemiBold.otf');
}

#skirtContents{}


/**************************************
#skirtContents .ttlArea
**************************************/
#skirtContents > .ttlArea{
    display: block;
    width: 100%;
    margin: 0;
    background: url("../img/skirt/bg_main.jpg") center top repeat-x;
    background-size: auto calc(185 * (100vw / 320));
}

#skirtContents > .ttlArea > .inner{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: calc(20 * (100vw / 320)) 3% calc(20 * (100vw / 320));
    position: relative;
}


#skirtContents > .ttlArea > .inner > h1{
    display: block;
    width: 60%;
    text-align: left;
    margin: 0 auto 0 0;
    font-family: 'NotoSerifJP-SemiBold';
    font-size: calc(16 * (100vw / 320));
    position: relative;
}
#skirtContents > .ttlArea > .inner > h1 > i{
    display: inline-block;
    width: calc(14 * (100vw / 320)); height: calc(16 * (100vw / 320));
    background: url("../img/skirt/img_joan_mark.png") 0 0 no-repeat;
    background-size: calc(14 * (100vw / 320)) auto;
    margin-left: calc(5 * (100vw / 320));
}

#skirtContents > .ttlArea > .inner > h1 > span{
    display: block;
    width: 100%;
    text-align: left;
    font-size: calc(20 * (100vw / 320));
    padding-top: calc(9 * (100vw / 320));
}

#skirtContents > .ttlArea > .inner > .ttlUnder{
    width: 100%;
    padding: calc(10 * (100vw / 320)) 0 0 0;
}

#skirtContents > .ttlArea > .inner > .ttlUnder > .semiOrder{
    display: block;
    width: 50%;
    padding: 1px 0;
    border-top: 1px solid #a30235;
    border-bottom: 1px solid #a30235;
}
#skirtContents > .ttlArea > .inner > .ttlUnder > .semiOrder > span{
    display: block;
    padding: calc(5 * (100vw / 320)) 0;
    border-top: 1px solid #f8a5c0;
    border-bottom: 1px solid #f8a5c0;
    text-align: center;
    font-family: 'NotoSerifJP-Regular';
    font-size: calc(14 * (100vw / 320));
}

#skirtContents > .ttlArea > .inner > .ttlUnder > .lede{
    display: block;
    padding-top: calc(5 * (100vw / 320));
    padding-bottom: calc(10 * (100vw / 320));
    text-align: left;
    font-size: calc(14 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    line-height: 1.4;
}
#skirtContents > .ttlArea > .inner > .ttlUnder > .lede > span{
    font-family: 'NotoSerifJP-SemiBold';
    font-size: calc(16 * (100vw / 320));
    margin: 0 -0.4em;
}

#skirtContents > .ttlArea > .inner .medalTestIcon{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: calc(50 * (100vw / 320));
    height: calc(50 * (100vw / 320));
    background: #b59823;
    border: 2px solid #b59823;
    box-shadow: 0 0 0 2px rgba(255,255,255,1)  inset;
    border-radius: 50%;
    font-size: calc(10 * (100vw / 320));
    color: #FFFFFF;
    text-align: center;
    font-family: 'NotoSerifJP-Regular';
    line-height: 1.15;
    position: absolute;
    right: calc(10 * (100vw / 320));
    bottom: calc(18 * (100vw / 320));
}

#skirtContents > .ttlArea > .inner > figure{
    display: block;
    width: 39%;
    position: absolute;
    top: 0;
    right: 0;
}
#skirtContents > .ttlArea > .inner > figure > img{
    display: block;
    width: 100%;
    height: auto;
}

#skirtContents > .ttlArea > .inner > .ancerBtn{
    width: 70%;
}

#skirtContents > .ttlArea > .inner > .ancerBtn > a {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: calc(40 * (100vw / 320));
    padding-left: calc(20 * (100vw / 320));
    background: url("../img/skirt/icon_arrow_under.png") calc(15 * (100vw / 320)) center no-repeat #a10035;
    background-size: calc(14 * (100vw / 320)) auto;
    font-family: 'NotoSerifJP-Regular';
    text-align: center;
    font-size: calc(14 * (100vw / 320));
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
    position: relative;
}



/**************************************
#skirtContents #point
**************************************/

#skirtContents #point{
    margin: 0 3%;
    padding: calc(20 * (100vw / 320)) 0 calc(5 * (100vw / 320));
    border-top: 1px solid #cccccc;
    border-bottom: 1px dotted #CCCCCC;
    position: relative;
}
#skirtContents #point::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    position: absolute;
    left: 0;
    top: 1px;
}

#skirtContents #point > h2{
    display: block;
    text-align: center;
    font-size: calc(16 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    line-height: 1.4;
    padding-bottom: calc(20 * (100vw / 320));
}
#skirtContents #point > h2 > span{
    display: block;
    font-size: calc(14 * (100vw / 320));
    padding-bottom: calc(10 * (100vw / 320));
}

#skirtContents #point > .pointList{}
#skirtContents #point > .pointList > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#skirtContents #point > .pointList > ul > li{
    width: 48%;
    text-align: center;
    font-size: calc(13 * (100vw / 320));
    line-height: 1.4;
    color: #333333;
    margin-bottom: calc(15 * (100vw / 320));
}

#skirtContents #point > .pointList > ul > li > figure{
    display: block;
    width: 100%;
    margin-bottom: calc(10 * (100vw / 320));
}
#skirtContents #point > .pointList > ul > li > figure > img{display: block; width: 100%; height: auto;}





/**************************************
#skirtContents #morePoint
**************************************/

#skirtContents #morePoint{
    max-width: 1000px;
    margin: 0;
    padding: calc(20 * (100vw / 320)) 0 calc(20 * (100vw / 320));
    position: relative;
}

#skirtContents #morePoint > .ledeArea{
    display: block;
    position: relative;
    padding: calc(10 * (100vw / 320)) 3% calc(10 * (100vw / 320));
}

#skirtContents #morePoint > .ledeArea > h2{
    display: block;
    text-align: left;
    font-size:  calc(18 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    padding-left: 24%;
    padding-bottom: calc(30 * (100vw / 320));
}
#skirtContents #morePoint > .ledeArea > p{
    font-size:  calc(14 * (100vw / 320));
    line-height: 1.5;
    color: #333333;
}

#skirtContents #morePoint > .ledeArea > figure{
    display: block;
    width: 24%;
    position: absolute;
    left: 0;
    top: calc(-10 * (100vw / 320)) 
}
#skirtContents #morePoint > .ledeArea > figure > img{display: block; width: 100%; height: auto;}

#skirtContents #morePoint > .morePointImg{
    display: block;
    width: 100%;
}

#skirtContents #morePoint > .morePointImg > img{display: block; width: 100%; height: auto;}



/**************************************
#skirtContents #sizeGuide
**************************************/

#skirtContents #sizeGuide{
    display: block;
    margin: 0 3%;
    padding: calc(10 * (100vw / 320)) 0 calc(10 * (100vw / 320));
    border-top: 1px dotted #CCCCCC;
    border-bottom: 1px dotted #CCCCCC;
    position: relative;
}

#skirtContents #sizeGuide > .ttl{
    display: block;
    padding: calc(10 * (100vw / 320)) 0 calc(10 * (100vw / 320));
    width: 100%;
    background: #efefef;
    margin-bottom:  calc(10 * (100vw / 320));
}
#skirtContents #sizeGuide > .ttl > h2{
    font-size: calc(18 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    color: #333333;
    text-align: center;
}
#skirtContents #sizeGuide > .ttl > p{
    font-size: calc(12 * (100vw / 320));
    padding-top: calc(10 * (100vw / 320));
    color: #333333;
    text-align: center;
}

#skirtContents #sizeGuide > .sizeList{
    display: block;
}

#skirtContents #sizeGuide > .sizeList > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 100%;
}

#skirtContents #sizeGuide > .sizeList > ul > li{
	display: -webkit-flex;
    display: flex;
    flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 32%;
    margin-bottom: calc(6 * (100vw / 320));
    min-height: calc(50 * (100vw / 320));
    border: 2px solid #d4cac2;
    font-size: calc(16 * (100vw / 320));
    font-weight: 700;
    color: #523b28;
}
#skirtContents #sizeGuide > .sizeList > ul > li > span{
    display: block;
    padding-top: 3px;
    font-size: calc(14 * (100vw / 320));
    font-weight: 400;
}

#skirtContents #sizeGuide > .sizeList .caution{
    width: 100%;
    padding-top: calc(8 * (100vw / 320));
    font-size: calc(12 * (100vw / 320));
    text-align: left;
    color: #333333;
    padding-left: 1em;
    text-indent: -1em;
}


/**************************************
#skirtContents #colorGuide
**************************************/

#skirtContents #colorGuide{
    display: block;
    margin: 0 3%;
    padding: calc(10 * (100vw / 320)) 0 calc(10 * (100vw / 320));
    border-bottom: 1px dotted #CCCCCC;
    position: relative;
}

#skirtContents #colorGuide > .ttl{
    display: block;
    padding: calc(10 * (100vw / 320)) 0 calc(10 * (100vw / 320));
    width: 100%;
    background: #efefef;
    margin-bottom: calc(5 * (100vw / 320));
}
#skirtContents #colorGuide > .ttl > h2{
    font-size: calc(18 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    color: #333333;
    text-align: center;
}


#skirtContents #colorGuide > .colorList{
    display: block;
}

#skirtContents #colorGuide > .colorList > ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
}

#skirtContents #colorGuide > .colorList > ul > li{
    display: block;
    width: 32%;
    margin-right: 2%;
    margin-top: calc(10 * (100vw / 320));
    text-align: center;
}
#skirtContents #colorGuide > .colorList > ul > li:nth-of-type(3n){margin-right: 0;}

#skirtContents #colorGuide > .colorList > ul > li > figure{display: block; width: 100%;}
#skirtContents #colorGuide > .colorList > ul > li > figure > img{display: block; width: 100%; height: auto;}

#skirtContents #colorGuide > .colorList > ul > li > span{
    display: block;
    padding-top: calc(5 * (100vw / 320));
    font-size: calc(12 * (100vw / 320));
    color: #333333;
}

#skirtContents #colorGuide > .colorList > ul > li > span.caution{
    padding-top: calc(5 * (100vw / 320));
    font-size: calc(11 * (100vw / 320));
}

#skirtContents #colorGuide > .colorList > .caution{
    width: 100%;
    padding-top: calc(15 * (100vw / 320));
    font-size: calc(12 * (100vw / 320));
    text-align: left;
    color: #333333;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.4;
}



/**************************************
#skirtContents #spec
**************************************/
#skirtContents #spec{
    display: block;
    padding:0 0 calc(10 * (100vw / 320));
}

#skirtContents #spec > h2{
    font-family: 'NotoSerifJP-Regular';
    font-size: calc(18 * (100vw / 320));
    color: #570014;
    text-align: center;
    padding:  calc(20 * (100vw / 320)) 3%;
    line-height: 1.2;
}

#skirtContents #spec > .specBox{
    display: block;
    background: #efefef;
    padding: calc(5 * (100vw / 320));
}

#skirtContents #spec > .specBox > h3{
    font-family: 'NotoSerifJP-Regular';
    font-size: calc(16 * (100vw / 320));
    color: #333333;
    text-align: center;
    padding-top: calc(10 * (100vw / 320));
    padding-bottom: calc(10 * (100vw / 320));
}

#skirtContents #spec > .specBox > .inner{
    padding: calc(10 * (100vw / 320));
    background: #FFFFFF;
}

#skirtContents #spec > .specBox .upper{
    position: relative;
}

#skirtContents #spec > .specBox .upper > .left,
#skirtContents #spec > .specBox .upper > .right{
    width: 100%;
}


#skirtContents #spec > .specBox .upper > .left > figure{
    display: block;
    width: 100%;
    position: relative;
}
#skirtContents #spec > .specBox .upper > .left > figure > img{display: block; width: 100%; height: auto;}

#skirtContents #spec > .specBox .upper > .left > figure > figcaption{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width:  calc(70 * (100vw / 320));
    height: calc(70 * (100vw / 320));
    background: #b59823;
    border: 2px solid #b59823;
    box-shadow: 0 0 0 2px rgba(255,255,255,1)  inset;
    border-radius: 50%;
    font-size: calc(14 * (100vw / 320));
    color: #FFFFFF;
    text-align: center;
    font-family: 'NotoSerifJP-Regular';
    line-height: 1.15;
    position: absolute;
    left: calc(-10 * (100vw / 320));
    top: calc(-10 * (100vw / 320));
}

#skirtContents #spec > .specBox .specList > dl{
    margin-top: calc(10 * (100vw / 320));
}


#skirtContents #spec > .specBox .specList > dl > dt{
    display: block;
    width: 100%;
    padding: 0.5em 0;
    background: #f8f5ef;
    text-align: center;
    font-size: calc(14 * (100vw / 320));
    font-weight: 700;
    color: #333333;
    line-height: 1.4;
}

#skirtContents #spec > .specBox .specList > dl > dd{
    width: 100%;
    padding: 1em 0 1em 0;
    font-size: calc(14 * (100vw / 320));
    color: #333333;
    text-align: left;
    line-height: 1.4;
}

#skirtContents #spec > .specBox .specList > dl > dd > .subttl{font-weight: 700;}


#skirtContents #spec > .specBox .specList > dl > dd ul.cautionList{padding-top: 5px;}
#skirtContents #spec > .specBox .specList > dl > dd ul.cautionList > li{
    font-size: calc(12 * (100vw / 320));
    padding-top: calc(5 * (100vw / 320));
    padding-left: 1em;
    text-indent: -1em;
}

#skirtContents #spec > .specBox .specList > dl > dd ul.sizeList{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#skirtContents #spec > .specBox .specList > dl > dd ul.sizeList > li{
    width: 33%;
    text-align: left;
    margin-bottom: calc(10 * (100vw / 320));
}

#skirtContents #spec > .specBox .specList > dl > dd .sizeCaution{
    font-size: calc(12 * (100vw / 320));
    font-weight: 700;
    padding-top: calc(10 * (100vw / 320));
}


#skirtContents #spec > .specBox .specList > dl > dd ul.colorList{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
#skirtContents #spec > .specBox .specList > dl > dd ul.colorList > li{
    width: 50%;
    text-align: left;
    margin-bottom: calc(10 * (100vw / 320));
    padding-left: 1em;
    text-indent: -1em;
}

#skirtContents #spec > .specBox .specList > dl > dd .colorCaution{
    font-size: calc(12 * (100vw / 320));
    font-weight: 700;
    padding-top: calc(10 * (100vw / 320));
}


#skirtContents #spec > .specBox .specList > dl > dd .squareList{margin-top: calc(10 * (100vw / 1000));}

#skirtContents #spec > .specBox .specList > dl > dd .squareList > dl{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    padding-top: calc(15 * (100vw / 1000));
    padding-bottom: calc(15 * (100vw / 1000));
    border-bottom: 1px dotted #CCCCCC;
}
#skirtContents #spec > .specBox .specList > dl > dd .squareList > dl:nth-last-of-type(1){border-bottom: none; padding-bottom: 0;}

#skirtContents #spec > .specBox .specList > dl > dd .squareList > dl > dt{width: 70%;}

#skirtContents #spec > .specBox .specList > dl > dd .squareList > ul{}
#skirtContents #spec > .specBox .specList > dl > dd .squareList > ul > li{
    padding-bottom:calc(15 * (100vw / 1000));
    padding-left: 1em;
    text-indent: -1em;
}
#skirtContents #spec > .specBox .specList > dl > dd .squareList > ul > li:nth-last-of-type(1){padding-bottom: 0;}




/**************************************
#skirtContents #orderGuide
**************************************/

#skirtContents #orderGuide{
    display: block;
    margin: 0 auto;
    padding:calc(20 * (100vw / 320)) 3% calc(20 * (100vw / 320));
}

#skirtContents #orderGuide > h2{
    font-size: calc(18 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}

#skirtContents #orderGuide > dl{
    display: block;
    padding: calc(10 * (100vw / 320));
    border: 4px solid #efefef;
    margin-bottom: calc(10 * (100vw / 320));
}

#skirtContents #orderGuide > dl > dt{
    display: block;
    border-bottom: 1px solid #cccccc;
    font-size: calc(16 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    color: #333333;
    text-align: center;
    padding-bottom: calc(10 * (100vw / 320));
    margin-bottom: calc(10 * (100vw / 320));
}

#skirtContents #orderGuide > dl > dd{}

#skirtContents #orderGuide > dl > dd > p{
    font-size: calc(12 * (100vw / 320));
    color: #333333;
    line-height: 1.6;
    margin-bottom:  calc(10 * (100vw / 320));
}
#skirtContents #orderGuide > dl > dd > p > strong{
    font-size: calc(14 * (100vw / 320));
    font-weight: 700;
    color: #000000;
}

#skirtContents #orderGuide > dl > dd > p > a{
    color: #333333;
}

#skirtContents #orderGuide > dl > dd > .telNumBox{
	display: table;
}

#skirtContents #orderGuide > dl > dd > .telNumBox > .icon{
    display: block;
    width: calc(45 * (100vw / 320));
    border: 2px solid #cccccc;
    border-radius: 8px;
    background: url(../img/icon_tel.svg) center calc(2 * (100vw / 320)) no-repeat;
    background-size: auto calc(24 * (100vw / 320));
    padding: calc(28 * (100vw / 320)) 0 calc(4 * (100vw / 320)) 0;
    font-family: 'NotoSerifJP-Regular';
    text-align: center;
    font-size: calc(14 * (100vw / 320));
}
#skirtContents #orderGuide > dl > dd > .telNumBox > .num{
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    padding-left: calc(10 * (100vw / 320));
}
#skirtContents #orderGuide > dl > dd > .telNumBox > .num > a{
    display: block;
    font-family: 'NotoSerifJP-Regular';
    color: #000000;
    text-decoration: none;
    cursor: default;
    font-size: calc(28 * (100vw / 320));
    letter-spacing: 0.08em;
    margin-bottom: calc(4 * (100vw / 320));
}
#skirtContents #orderGuide > dl > dd > .telNumBox > .num > span{
    display: block;
    font-size: calc(12 * (100vw / 320));
    letter-spacing: 0.02em;
}


#skirtContents #orderGuide > dl > dd > .btnContact{width: 100%; margin: 0 auto 0 0;}

#skirtContents #orderGuide > dl > dd > .btnContact > a{
    display: block;
    height: calc(45 * (100vw / 320));
    padding: calc(14 * (100vw / 320)) 0 calc(15 * (100vw / 320)) calc(40 * (100vw / 320));
    font-family: 'NotoSerifJP-Regular';
    font-size: calc(16 * (100vw / 320));
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    background: url(../img/icon_mail.svg) calc(20 * (100vw / 320)) center no-repeat #a10035;
    background-size: calc(24 * (100vw / 320)) auto;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.2);
}
















