@charset "utf-8";

html {
    font-size: 10px;
    font-size: 62.5%
}

body {
    font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
    line-height: 1.6;
    webkit-text-size-adjust: 100%;
    ms-text-size-adjust: 100%;
    color: #231305;
    font-size: 1.4rem
}

#contents * {
    box-sizing: border-box
}


#wrapper {
	margin-top: 100px;
}

.title-outer {
    display: table;
    width: 100%;
    padding-top: 6%;
    /* background: #559cc7;
    background: #969BC5; */
    /* background: #fbaab9; */
    background: #c9f1c6;
    margin-bottom: 30px;
}

.title-inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0 10px;
    /*15 0 10*/
}

.basecolor {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden
}

a {
    text-decoration: none
}

ol,
ul {
    list-style: none
}

em {
    font-style: normal
}

img {
    vertical-align: middle;
    width: 100%
}

.mincho {
    font-family: Sawarabi Mincho, Georgia, 游明朝, Yu Mincho, YuMincho, Hiragino Mincho ProN, HGS明朝E, メイリオ, Meiryo, serif
}

@media screen and (max-width:1000px) {
	#wrapper {
		margin-top: 61px;
	}
}

@media print,
screen and (max-width: 834px) {

    .title-outer {
        /*padding-top: 43px;*/
    }
}

/* @media print,
screen and (max-width: 768px) {

    .title-outer {
        padding-top: 115px;
    }
} */

@media screen and (max-width:767px) {
    img {
        max-width: 100%;
        vertical-align: middle
    }
}



@media print,
screen and (max-width: 640px) {

    .title-outer {
        padding-top: 14%;
    }

}


.cf:after,
.cf:before {
    content: '';
    display: block
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.header_logo {
	position: fixed;
	top: 61px;
	z-index: 20;
}

@media screen and (min-width:769px) {

    .pc_cf:after,
    .pc_cf:before {
        content: "";
        display: table
    }

    .pc_cf:after {
        clear: both
    }

    .pc_cf {
        zoom: 1
    }

    .pc_left {
        float: left
    }

    .pc_right {
        float: right
    }
}

@media screen and (min-width: 1280px) {
	.header_logo {
		top: 100px;
	}
}




#pankuz {
    position: absolute;
    left: -100%
}

img {
    width: 100%
}

.white_box {
    background: #fff;
    margin-left: auto;
    margin-right: auto
}

.white_box p {
    margin-bottom: 1em
}

p {
    margin: .8em 0
}

.bnr_link {
    text-align: center
}

.bnr_link,
.limited_txt {
    margin-left: auto;
    margin-right: auto
}

.limited_txt {
    width: 90%;
    margin-bottom: 3em;
    border: #ae0024 3px solid
}

.arrow_icon {
    position: relative;
    display: inline-block;
    /* margin-left: 15px */
}

/* .arrow_icon:before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0;
    border-top: solid 3px;
    border-right: solid 3px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto
} */

.question {
    position: relative;
    display: inline-block;
    margin-left: 1.6em
}

.question:before {
    content: '';
    width: 1.2em;
    height: 1.2em;
    border: 0;
    position: absolute;
    top: -.15em;
    bottom: 0;
    left: -1.6em;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block;
    background: #666;
    -webkit-transition: .8s ease-in-out;
    -moz-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: all .8s
}

a:hover .question:before {
    background: #e30031
}

.question:after {
    content: '\003F';
    width: 1.2em;
    height: 1.2em;
    border: 0;
    position: absolute;
    top: -.4em;
    bottom: 0;
    left: -1.6em;
    margin: auto;
    font-weight: 700
}

.inq_btn a,
.question:after {
    display: block;
    text-align: center;
    color: #fff
}

.inq_btn a {
    width: 90%;
    margin: 1em auto 2em;
    padding: 1em;
    font-size: 20px;
    font-size: 2rem;
    background-image: -moz-linear-gradient(top, #a40023, #c6002a);
    background-image: -ms-linear-gradient(top, #a40023, #c6002a);
    background-image: -o-linear-gradient(top, #a40023, #c6002a);
    background-image: -webkit-linear-gradient(top, #a40023, #c6002a);
    background-image: linear-gradient(top, #a40023, #c6002a);
    -webkit-border-radius: .2em;
    -moz-border-radius: .2em;
    -ms-border-radius: .2em;
    border-radius: .2em
}

.inq_btn a:hover {
    color: #fff;
    text-decoration: none;
    background-image: -moz-linear-gradient(top, #c40029, #fd1241);
    background-image: -ms-linear-gradient(top, #c40029, #fd1241);
    background-image: -o-linear-gradient(top, #c40029, #fd1241);
    background-image: -webkit-linear-gradient(top, #c40029, #fd1241);
    background-image: linear-gradient(top, #c40029, #fd1241)
}

.center {
    margin-left: auto;
    margin-right: auto
}

.fw_bold {
    font-weight: 700
}

.black {
    color: #000
}

.red {
    color: red
}

.key_red {
    color: #ae0024
}


.orange {
    color: #f5782a;
}

.pink {
    color: #f49
}

.d_red,
.red_price {
    color: #c00
}

.inb {
    display: inline-block
}

@media screen and (max-width:768px) {
    .white_box {
        width: 100%;
        margin-bottom: 1em
    }

    .limited_txt {
        width: auto;
        font-size: 1.6rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3em;
        padding: 8% 5%;
        border: #ae0024 3px solid
    }

    .inside_1em {
        padding: 1em
    }

    .inside_2em {
        padding: 2em
    }

    .inq_btn li {
        padding: 1em 0
    }

    .inq_btn li a {
        width: 80%;
        margin: auto
    }

    .white_box ul {
        margin-top: 2em
    }

    .white_box li {
        margin-bottom: 2em;
        display: block
    }
}

@media screen and (min-width:769px) {
    .white_box {
        width: 60pc;
        margin-bottom: 15px;
        padding: 30px 0 20px;
        background: #fff
    }

    .limited_txt {
        width: 90%;
        font-size: 18px;
        font-size: 1.8rem;
        padding: 1.5em 1em;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3em;
        border: #ae0024 3px solid
    }

    .inside_15 {
        padding: 15px
    }
}

.inner_box {
    width: 96%;
    max-width: 75pc;
    margin: 7px auto;
}

@media screen and (max-width:767px) {
    #contents {
        /* padding-top: 0 */
        /* padding-top: 40px; */
    }

    .categorybox {
		margin-top: 130px;
    }
}
@media screen and (min-width:1524px) {
	.title-outer {
		/*padding-top: 0;*/
	}
}



/* 初期のフェードインスタイル */
.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translateY(20px); /* 初期位置を下に設定 */
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0); /* 最終位置を元に戻す */
}

/* ページロード時のアニメーション */
.on-load {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.on-load.visible {
  opacity: 1;
}


/*========================
	// drawer menu
========================== */

#drawer {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
}
.open {
	z-index: 200;
	top: 68px;
	right: 8px;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #ffbc6b;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 30%;
	width: 40%;
	border-bottom: 2px solid white;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	inset: 0;
	pointer-events: none;
	transition: background .6s;
}
#drawer:checked + .open {
	background: #f49b28;
	transform: translateX(-280px);
}
#drawer:checked + .open span {
	transform: scaleX(0);
}
#drawer:checked + .open::before {
	transform: rotate(135deg) scaleX(1.2);
}
#drawer:checked + .open::after {
	transform: rotate(-135deg) scaleX(1.2);
}
#drawer:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}

/* :::::: drawer menu :::::: */
.menu {
	z-index: 100;
	position: fixed;
	overflow: auto;
	top: 61px;
	right: 0;
	width: 280px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,0,0,.6);
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu h2 {
	color: white;
	font-family: "Ubuntu Condensed", sans-serif;
	font-weight: 400;
	letter-spacing: .1em;
	text-align: center;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	line-height: 1.4;
	font-size: 1.6rem;
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
.menu a {
	display: block;
	padding: 1em 2em;
	color: white;
	text-decoration: inherit;
	transition: background .6s;
}
.menu a:hover {
	background: black;
	color: #fff;
}
#drawer:checked ~ .menu {
	transform: none;
}

/* mobile */

@media print,
screen and (min-width: 821px) {
	.open {
		top: 108px;
		width: 70px;
		height: 70px;
		border-radius: 70px;
	}
	.menu {
		top: 100px;
	}
}



#leadbox {
    text-align: center;
    /* margin: 30px auto 0; */
    margin: 0 auto 0;
    width: 95%
}

#leadbox .lead_txt {
    display: block;
    padding: .7em 0
}

#leadbox p {
    margin: .8em 0;
    text-align: center;
    font-weight: 700
}

#leadbox .lead_txt p.att {
    font-size: 1.4rem;
    font-weight: 400
}

.markerLine {
    padding: 0 .3em;
    background: linear-gradient(transparent 30%, #ffff98 30%, #ffff98 90%, transparent 90%);
    margin: 0 .2em
}

@media screen and (max-width:768px) {
    #leadbox {
        width: 100%;
        margin-top: 0;
    }

    #leadbox p {
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: left;
        /* padding: 0 5%; */
        padding: 0 3.15%;
    }
}

@media print,
screen and (min-width:769px) {

    #leadbox,
    #leadbox p {
        text-align: center
    }

    #leadbox p {
        /* font-size: 1.6rem; */
        font-size: 1.8rem;
        line-height: 1.6 !important;
    }
}

a {
    color: #000;
    text-decoration: none
}

a:hover {
    color: #e30031
}

a.line {
    text-decoration: underline
}

a,
a img,
li a {
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

a.opacity:hover {
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    opacity: .6
}

.head-menu {
    background: hsla(0, 0%, 100%, .9);
    position: fixed;
    width: 100%
}

#slide_nav .head-menu {
    position: relative
}

.head-menu .inner_box {
    display: table;
    height: 100%
}

.head-menu .title {
    font-weight: 700
}

.head-menu ul li .nav_sub {
    font-size: 1rem;
    margin-right: 3px;
    font-weight: 400
}

.head-menu ul li a:hover {
    text-decoration: none
}

@media screen and (max-width:959px) {
    .head-menu {
        height: 40px;
        position: fixed;
        background: 0
    }

    .head-menu .shopLogo {
        width: 30%;
        position: absolute;
        display: block;
        height: 30px;
        top: 5px
    }

    .nav_box {
        width: 100%;
        margin-right: 0;
        height: auto;
        overflow: hidden
    }

    .nav-h {
        display: block;
        text-decoration: none;
        z-index: 2;
        cursor: pointer;
        width: 40px;
        height: 30px;
        margin: 5px 0 5px auto;
        position: relative
    }

    .nav {
        height: 30px;
        top: 15px;
        right: -75pt
    }

    .nav,
    .nav~span.nav_icon {
        width: 30px;
        position: absolute;
        display: block
    }

    .nav~span.nav_icon {
        top: 18px;
        right: 15px;
        height: 1px
    }

    .nav~span.nav_icon:before {
        top: -10px;
        height: 8px;
        border-top: solid 2px;
        border-bottom: solid 2px;
        z-index: 1
    }

    .nav~span.nav_icon:after,
    .nav~span.nav_icon:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        width: 30px;
        cursor: pointer;
        -webkit-transition: .2s all;
        -moz-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    .nav~span.nav_icon:after {
        bottom: -11px;
        height: 2px;
        background-color: currentColor
    }

    input[type="checkbox"].nav:checked~span.nav_icon:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    input[type="checkbox"].nav:checked~span.nav_icon:after,
    input[type="checkbox"].nav:checked~span.nav_icon:before {
        content: '';
        position: absolute;
        top: 0;
        width: 30px;
        height: 2px;
        border: 0;
        background-color: currentColor;
        -webkit-transition: .2s all;
        -moz-transition: .2s all;
        -o-transition: .2s all;
        transition: .2s all
    }

    input[type="checkbox"].nav:checked~span.nav_icon:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .nav-p {
        float: left;
        clear: both;
        margin-left: 100%;
        width: 100%;
        left: 0;
        background: hsla(0, 0%, 100%, .9);
        padding: 10px 0
    }

    .nav-p,
    .nav-p:before {
        position: absolute;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s
    }

    .nav-p:before {
        height: 2000%;
        top: -60px;
        background: #fff;
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        z-index: -10;
        pointer-events: none
    }

    .nav-p:after,
    .nav-p:before {
        content: '';
        display: block;
        width: 300%;
        left: -100%
    }

    .nav-p:after {
        position: absolute;
        height: 60px;
        bottom: 100%;
        background: hsla(0, 0%, 100%, .9);
        z-index: -1
    }

    input[type="checkbox"].nav:checked+.nav-p {
        margin-left: 0
    }

    input[type="checkbox"].nav:checked+.nav-p,
    input[type="checkbox"].nav:checked+.nav-p:before {
        -webkit-transition: all 1;
        -moz-transition: all 1;
        -ms-transition: all 1;
        -o-transition: all 1;
        transition: all 1
    }

    input[type="checkbox"].nav:checked+.nav-p:before {
        left: 0;
        filter: alpha(opacity=60);
        -moz-opacity: .6;
        opacity: .6;
        pointer-events: auto
    }

    .head-menu .title {
        font-size: 1.5rem;
        display: block
    }

    .head-menu .title,
    .head-menu ul {
        width: 94%;
        margin: 0 auto
    }

    .head-menu ul li a {
        display: block;
        padding: .5em 0 .5em 1em;
        position: relative
    }

    .head-menu ul li.column_block {
        display: none
    }

    .head-menu ul li a:before {
        content: '';
        width: 5px;
        height: 5px;
        border: 0;
        border-top: solid 2px;
        border-right: solid 2px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -5px
    }

    .head-menu ul li.nav-wind {
        border-top: dotted 1px #333;
        margin-top: .5em;
        padding-top: .5em
    }
}

@media print,
screen and (min-width:960px) {
    .head-menu {
        display: table;
        height: 50px;
        padding: 6px 0
    }

    .head-menu .shopLogo {
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        width: 16%
    }

    .head-menu .shopLogo img {
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
    }

    .head-menu .shopLogo img:hover {
        opacity: .7;
        filter: alpha(opacity=70);
        -moz-opacity: .7
    }

    .head-menu .nav_box {
        display: table-cell;
        vertical-align: middle;
        width: 80%;
        padding-left: 1.5%;
        position: relative
    }

    .head-menu ul {
        display: table;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 1.2rem;
        text-align: center
    }

    .head-menu ul li.nav-top {
        width: 8%
    }

    .head-menu ul li.nav-btn {
        float: left;
        width: 19.6%
    }

    .head-menu ul li a {
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        border-radius: 50px;
        display: block;
        background: #402e1d;
        color: #fff;
        font-weight: 700;
        padding: .15em
    }

    .head-menu ul li a:hover {
        background: #705234
    }

    .head-menu .nav,
    .head-menu .nav-h {
        display: none
    }
}





/* ///////////////////////////////////// */





#h1_box h1,
#h2_box h2 {
    color: #854c21;
    text-indent: 0;
    white-space: nowrap;
    overflow: hidden;
    /* border-top: solid 2px #c90007; */
    /* border-bottom: solid 2px #c90007; */

    line-height: 1.2;
    margin-bottom: 0;
    /* padding: 10px 0 6px; */
    text-align: center;
    /*text-shadow: 1px 1px 6px white, -1px -1px 6px white,
                 -1px 1px 6px white, 1px -1px 6px white,
                 1px 0 6px white, -1px 0 6px white,
                 0 1px 6px white, 0 -1px 6px white;*/
}


#h1_box h1 {
    font-size: 2.2rem;
    /* padding: 10px 0 5px; */
    padding: 0 0 5px;
}


#h1_box h1 .en {
    /* font-family: "Arial Black", Gadget, sans-serif; */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 6.0rem;
}

#h1_box h1 .jp {
    font-size: 2.4rem;
    display: block;

}

.whitebox {
    background: #fff
}

@media screen and (max-width:768px) {
    .whitebox {
        width: auto;
        padding: 1em 0
    }

    #h1_box h1 .en {
        font-size: 2.6rem;
    }

    #h1_box h1 .jp {
        font-size: 2.0rem;
        display: block;
    }

}

@media print,
screen and (min-width:769px) {
    .whitebox {
        width: auto;
        padding: 30px
    }
}

footer {
    background: #fff;
    border-top: #aaa 1px dotted
}

@media screen and (max-width:768px) {
    footer {
        width: 100%;
        margin: auto;
        padding: 1em;
        font-size: 1rem
    }
}

@media screen and (min-width:769px) {
    footer .inside {
        width: 100%;
        max-width: 75pc;
        margin: auto;
        padding: 1em 0
    }
}

div.tothetop a {
    display: block;
    font-weight: 700;
    color: #fff !important;
    /* background: #83d0f3; */
    /* background: #efafd2; */
    /* background: #FF8B85; */
    /* background: #898EBE; */
    /* background: #a1d8e9; */
    /* background: #53E7C9; */
    background:#4e4e4e;
    text-decoration: none;
    border-radius: 50%;
}

div.tothetop a:hover {
    opacity: 0.3;
}

@media screen and (max-width:768px) {
    div.tothetop {
        position: fixed;
        right: 1.8em;
        bottom: 2.5em;
        z-index: 10;
    }

    div.tothetop a {
        padding: 1.8em 1em;
        font-size: 1.1rem;
        -webkit-border-radius: 2.5em;
        -moz-border-radius: 2.5em;
        -ms-border-radius: 2.5em;
        border-radius: 2.5em
    }
}

@media screen and (min-width:769px) {
    div.tothetop {
        position: fixed;
        right: 5px;
        bottom: 10px;
        z-index: 5;
        right: 30px
    }

    div.tothetop a {
        font-size: 13px;
        font-size: 1.3rem;
        padding: 19px 9px;
        display: block;
        display: block;
        font-weight: 700;
        color: #fff;
        text-decoration: none;
        /* -webkit-border-radius: 2.5em;
        -moz-border-radius: 2.5em;
        -ms-border-radius: 2.5em;
        border-radius: 2.5em; */
        /* filter: alpha(opacity=85);
        -moz-opacity: .85;
        opacity: .85 */
    }
}














/*========================
 // .event
===========================*/




.event .inBox {
    display: block;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    /* border: solid 2px #d26d15; */
    border: solid 1px #F78DA2;
    /**/
    padding: 3% 4%;
    position: relative;
    height: 100%;

}


.event .inBox div {
    margin-bottom: 0 !important;
}


.event .inBox div {
    margin-bottom: 0;
}

.event h3 {
    width: 100%;
    font-size: 2.4rem ;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 20px;
    padding: 0 0 10px;
    border-bottom: solid 1px #999;
    box-sizing: content-box;
}


.event .date {
    /* font-size: 1.8rem; */
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
}


.event .flexbox {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: space-between;
    /* background: #ff0; */
}


.event .flexbox.reverse {
    flex-direction: row-reverse;
}

.event .flexbox.a_center {
    align-items: center;
}

.event .flexbox .txtbox {
    width: 55% !important;
}

.event .flexbox .txtbox .lead {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.event .flexbox figure {
    width: 36% !important;
}

.event .note li::before {
    content: '\25CF';
    /*まる*/
    color: #aa0404;
    margin-right: 5px;
}


@media screen and (max-width: 1279px) {

    .event .flexbox {
        display: block !important;
    }

    .event .flexbox .txtbox {
        width: 100% !important;
        /* border: #f00 thin solid; */
    }

    .event .flexbox figure {
        width: 50% !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        /* border: #f00 thin solid; */
    }


    .event .flexbox .note figure {
        margin-top: 15px;
        width: 30% !important;
    }
}


@media print,
screen and (max-width: 640px) {

    .event .date {
        font-size: 1.6rem;
    }



    .event .flexbox .note figure {
        width: 80% !important;
    }

}

/*====================================================
	advance_notice
=====================================================*/

.advance_notice {
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    padding: 10em 0 5em;
}

.advance_notice p {
    margin-bottom: 1em;
}

.advance_notice a {
    display: block;
    margin-bottom: 1em;
    color: #4474a0;
    text-decoration: underline;
}

.advance_notice .inner a img {
    width: 350px;
    height: auto;
}