@charset "utf-8";
/*※こちらの出店者一覧のCSSは WP版では使っていません。次回以降はWP版のCSSと出店一覧のソースコードを再利用してください。*/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/ * Corrects block display not defined in IE8/9. */

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {display: block}

audio,canvas,video {display : inline-block}

audio:not([controls]) { display: none;height: 0}

[hidden] {display: none}

html {
    font-family: sans-serif; /* 1 */
/* 日本語のfont-familyへの対応 */
	font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */}

body { margin : 0}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre { margin: 0} /*上方向のmarginを0にします */

ul, li{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style:none;
}

a:focus { outline: thin dotted}

a:hover,a:active { outline : 0}

html { font-size: 80%} /* レスポンシブ   タイプセッティングへの対応 */

/* 禁則処理の追加 */
p,li,dt,dd,th,td,pre{
-ms-line-break: strict;
line-break: strict;
-ms-word-break: break-strict;
word-break: break-strict}


abbr[title] { border-bottom : 1px dotted}

b, strong { font-weight : bold}

dfn { font-style: italic}

mark { background: #ff0;
color: #000}

code, kbd, pre, samp {
font-family: monospace, serif;
font-size: 1em}

pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word}

q {quotes: “\201C” “\201D” “\2018” “\2019”;}

small {font-size: 80%;}

sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline}

sup {top: -0.5em}
sub {bottom: -0.25em}

img {
max-width :100%; /* フルードイメージへの対応 */
vertical-align: middle; /* 追加箇所 */
border: 0}

svg:not(:root) {overflow: hidden}

figure {margin: 0}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */}

button, input, select, textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */}

button,input {line-height: normal; /* 1 */}

button,
input[type="button"],  /* 1 */
input[type="reset"], 
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */}/
}

button[disabled],
input[disabled] {cursor: default}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none}

button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0}

textarea {
overflow: auto; /* 1 */
vertical-align: top; /* 2 */}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* リセット記述終了 */

/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height:0;
}


div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,table,pre {
	box-sizing: border-box;	
}

html, body {
	padding-top: 0;
	height: 100%;
	width: 100%;
}

a:hover img {
	filter: alpha(style=0, opacity=70);
	opacity: 0.7;
}
a:hover {
	text-decoration: underline !important;
}

.nolink{
	pointer-events: none;
	opacity: 0.5;
}
/*モバイル版（最小）*/
@media (max-width: 479px) {
	
}



/* Toggle Button モバイル版メニューボタン*/

#sp-menu{
	display: none;
}

@media screen and (max-width: 699px) {
	#sp-menu{
		display: initial;
	}
}
#dropmenu{
	float: right;
	display: none;
}
.headerMenuLI{
	display: table-cell;
	padding: 1em;
}
.headerMenuLI a{
	color:#5b5b5b;
	text-decoration: none;
}

#global-nav{
	position: relative;
	z-index: 998;

}
#nav-toggle {
    display: none;
    position: fixed;
    right: 12px;
    top: 12px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #eee;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    border-radius: 3px;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 12px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}
@media screen and (max-width: 699px) {
    #global-nav {
        position: fixed;
        /* 開いてないときは画面外に配置 */
        top: -670px;
        background: rgba(145,32,77,0.9);
        width: 100%;
        text-align: center;
        padding: 50px 0 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		margin-top:0;
    }
    #dropmenu{
	float: none;
	display: block;
}
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
    display: block;
	float: none;
	position: static;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #b64773;
	padding: 12px 10px 12px 10px;
    }
#global-nav ul li a,
.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 10px 0;
        font-weight: bold;
        text-decoration-line: none;
    }
	.navMobOnly{
		display:block;	
	}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(620px);
        -webkit-transform: translateY(620px);
        transform: translateY(620px);
    }

}

/*下部に固定されるトップに戻るボタン*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 100%;
	z-index: 99;
}
#page-top a {
	background: rgba(204,204,204,0.5);
	text-decoration: none;
	color: #fff;
	padding: 12px 20px;
	text-align: center;
	display: block;
	border-radius: 2em;
}
#page-top a:hover {
	text-decoration: none !important;
	background: rgba(204,204,204,0.8);
}
.brsp{
    display: none;
}
html,body{
	min-height: 100%;
    background-color: #ffd57c;
}
.wrap{
    width: 100%;
}
.fixBTN{
    position: fixed;
    z-index: 100;
    bottom: 10px;
    width: 180px;
    display: block;
}
.fixBTN1{
   left: calc(50% - 640px);
}
.fixBTN2{
    right: calc(50% - 640px);
}

@media (max-width: 1360px) {
    .fixBTN{
        width: 160px;
    }
    .fixBTN1{
        left: 5px;
    }
    .fixBTN2{
        right: 5px;
        left: initial;
    }
    
}
@media (max-width: 999px) {
    .fixBTN{
        width: 150px;
    }
}
@media (max-width: 639px) {
    .fixBTN{
        bottom: 10px;
        width: 120px;
    }
   
}


.headerFixMenu{
    max-width: 1000px;
    width: 100%;
    margin: auto;
    position: fixed;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.headerFixMenu li{
    width: 16.66666666%;
    background-size: contain;
   background-position: center center;
   background-repeat: repeat-x;

}
@media (max-width: 999px) {
    .headerFixMenu{
    width: calc(100% - 63px);
    left: 0%;
    transform: initial;
    top: 0;
}
    .headerFixMenu li{
        width: 33.33333333%;
    }
}
.headerFixMenu a{
    width: 100%;
    padding: 3px 0;
    display: block;
    margin: auto;
}
.headerFixMenu img{
    width: 100%;
    max-width: 87px;
    display: block;
    margin: auto;
}

.headerFixMenu li:nth-child(1){
   background-image:url(../images/headermenu_bg_1.png);
}
.headerFixMenu li:nth-child(2){
   background-image:url(../images/headermenu_bg_2.png);
}
.headerFixMenu li:nth-child(3){
   background-image:url(../images/headermenu_bg_3.png);
}
.headerFixMenu li:nth-child(4){
   background-image:url(../images/headermenu_bg_4.png);
}
.headerFixMenu li:nth-child(5){
   background-image:url(../images/headermenu_bg_5.png);
}
.headerFixMenu li:nth-child(6){
   background-image:url(../images/headermenu_bg_6.png);
}
.contents{
    width: 100%;
    margin: auto;
    overflow-x: hidden;

   /*  background-image:url(../images/tmpl1.jpg); */
    background-size: 900px;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,0);
}
.contentWidthL{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.contentWidthS{
    width: 100%;
    max-width: 900px;
    margin: auto;
}
.s1Area{
    position: relative;
    background-color: #fcd37e;
}

/* たまに出る１ｐｘ以下の線への対応 */
.cmnBlockImage1{
    margin: 0;
}
.cmnBlockImage1 img{
    width: 100%;
    height: auto;
    
    margin: -0.5px 0 0 0;
    display: block;
}











.s6Area{
    width: 100%;
    
    padding-top: 8em;
    background-image:url(../images_pre/s6-bg-grade.png);
    background-size: 100% 100px;
    background-position: top center;
    background-repeat: repeat-x;
    background-color: #fff;
}
.s6Midashi1{
    max-width: 610px;
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
}
.s6MovArea{
    width: calc(100% - 4em);
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
    position: relative;
    z-index: 10;
    margin: 2.5em auto 0 auto;
}
.s6MovDIV1{
    width: 48.5%;
}
.s6MovP1{
    font-size: 1em;
    color: #000;
    line-height: 1.6em;
    text-align: center;
    font-weight: bold;
    margin-top: 0.5em;
}
.s6MovDIV2{
    position: relative;
    width: 100%;
    padding: calc(9 / 16 * 100%) 0 0;/*calc内は動画の縦横比と同じにする*/
    border: 5px solid #000;
    background-color: #000;
}
.s6MovDIV2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 699px) {
    .s6Area{
        padding-top: 4em;
    }
    .s6MovDIV1{
        width: 100%;
        margin-bottom: 2em;
    }
}
@media (max-width: 599px) {
   
}


.kaijoAnnaiArea{
    /*background-image:url(../images/7-bg-pc.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;*/
    width: 100%;
    padding: 7em 3em 2em 3em;
    background-color: #fff;
}
.kaijoAnnaiMidashi1{
    max-width: 610px;
    width: 90%;
    margin: 0 auto 0 auto;
    position: relative;
}
.kaijoAnnaiAreaP1{
    font-size: 1.15em;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    font-weight: 700;
    margin: 3em auto 3em auto;
}
.kaijoAnnaiDiv1{
    width: 100%;
    margin: 2em auto 0 auto;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.kaijoAnnaiDiv1L{
    width: 52%;
}
.kaijoAnnaiDiv1L iframe{
    width: 100%;
    height: calc(100% - 16px);
}
.kaijoAnnaiDiv1R{
    width: calc(48% - 2em);
}
.kaijoAnnaiDiv1P1{
    width: 100%;
    max-width: 400px;
}
.kaijoAnnaiDiv1P2{
    font-size: 1.0em;
    color: #37000E;
    line-height: 1.8em;
    text-align: left;
    font-weight: bold;
    padding: 0 0 1em 0.5em;
}
.kaijoAnnaiDiv1P2_spanBold{
    font-size: 120%;
    font-weight: bold;
    display: block;
    
}
.kaijoAnnaiDiv1P2_span_box{
    display: block;
    border: 1px solid #ccc;
    padding: 0.5em 0.75em;
    font-size: 90%;
    margin-top: 0.75em;
}
.kaijoAnnaiDiv1P2 a{
    color: #37000E;
}
@media (max-width: 699px) {
    .kaijoAnnaiArea{
        width: 100%;
        padding: 5em 1em 2em 1em;
    }
    .kaijoAnnaiAreaP1{
        font-size: 1.05em;
        margin: 2em auto 2em auto;
    }
    .kaijoAnnaiDiv1L{
        width: 100%;
        float: none;
    }
    .kaijoAnnaiDiv1R{
        width: 100%;
        float: none;
        margin: 1em auto 0 auto;
    }
    .kaijoAnnaiDiv1L iframe{
        width: 100%;
        height: 450px;
    }
    .kaijoAnnaiDiv1P1 {
        width: 95%;
        max-width: 340px;
    }
    .kaijoAnnaiDiv1P2{
        font-size: 0.95em;
        padding: 0 0 1em 0;
    }
    .kaijoAnnaiDiv1LinkP{
        font-size: 1.0em;
        margin: 0.5em auto 0 auto;
        padding: 1.15em 0;
    }

}


.footerArea{
    background-color: #fff;
    margin: 0 auto 0 auto;
     width: 100%;
}
.footerFlex1{
    width: 100%;
    max-width: 670px;
    padding: 3.5% 0em 1em 0em;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.footerP1{
    width: 57%;
    max-width: 330px;
    margin-right: 3%;
}
.footerSNSDIV{
    width: 47%;
    display: flex;
    flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
    flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
    justify-content: space-between;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
    align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.footerInsta , .footerTwitter{
    width: 25%;
    margin: 0 0%;
}
.footerLine{
    width: 47%;
    margin: 0 0%;
}
.footerLine img{
    width: 100%;
    height: auto;
    display: block;
}
.footerBottomDIV{
    background-color: #fff;
    margin: 0;
}
.footerRight{
    font-size: 0.9em;
    color: #000;
    line-height: 1.5em;
    text-align: center;
    font-weight: normal;
    margin: 0 auto;
    padding: 1.5em 1em;
}
.footerShusaiP1{
    font-size: 1em;
    color: #000;
    line-height: 2em;
    text-align: left;
    font-weight: 600;
    margin: 2.5em auto 0 auto;
    border-top: 2px solid #ccc;
    padding: 1.5em 0 1.5em 0;

    width: calc(100% - 6em );
    
}
@media (max-width: 1199px) {
    .footerShusaiP1{
        /* 固定購入バナーで隠れてしまうのを防ぎます */
       padding: 1.5em 0 14.5em 0;
    }
}
@media (max-width: 730px) {

    .footerP1{
        width: 70%;
        max-width: 300px;
        margin-top: 1em;
        margin-right: 0;
    }
    .footerSNSDIV{
        width: 70%;
        max-width: 270px;
        margin-top: 1em;
    }
}
@media (max-width: 699px) {
    .footerShusaiP1{
        font-size: 0.95em;
        width: calc(100% - 2em );
        padding: 1.5em 0 14.5em 0;
    }
}
@media (max-width: 639px) {
    .footerShusaiP1{
        padding: 1.5em 0 11.5em 0;
    }
    .footerRight{
        font-size: 0.8em;
    }
    .kaijoAnnaiAreaP1 .brsp{
        display: block;
    }
}






