@charset "UTF-8";
/* CSS Document */
/* Author: Nagaoka Design Office */
/* version: 3.0 */
/* Last Update: 2019-03-15 */

body {
    font-family: serif;
	font-size: 16px;
    font-wight: 500;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#wrapper {
    position: relative;
    margin: 0 auto 0;
}
#wrapper-closed {
    position: relative;
    margin: 0 auto 0;
}
ul, li, th, td, dl, dt, dd {
    margin: 0;
    padding: 0;
}
ul, ol, li {
	list-style: none;
    margin: 0;
	padding: 0;
}
div {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
/* ------------------
    Base
------------------ */
section {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
.contents {
    width: 100%;
    margin: 0;
}
.cf {
    clear: both;
    overflow: hidden;
}
.cf::after {
    content: "";
    height: 0;
    width: 0;
    display: table-cell;
}
a:hover {
    opacity: .8;
}
a:active {
    opacity: .6;
}
.alignleft {
	display: block;
	text-align: left;
}
.alignright {
	display: block;
	text-align: right;
}
red {
	color: #e60112;
}
/* 表示切り替え */
.sp-only {
    display: block;
}
.pc-only {
    display: none;
}
/* --------------------------
    Shop Button
-------------------------- */
.shopBtn {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: sans-serif;
    background: none;
    z-index: 10;
}
.shopBtn a {
    display: block;
    width: 40%;
    max-height: 75px;
    height: 10vw;
    line-height: 10vw;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    color: #fff;
    background: #3b78e7;
    border: 1px solid #3367d6;
    border-radius: 6px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
}
#shopBtn-shirabe1-block {
    position: relative;
}
#shopBtn-shirabe1 {
    position: absolute;
    top: 0;
}
#shopBtn-shirabe2-block {
    position: relative;
}
#shopBtn-shirabe2 {
    position: absolute;
    bottom: 24vw;
}
#shopBtn-shirabe2 a {
    position: absolute;
    margin: 0 10% 0 50%; /* width: 154px; */
}
#shopBtn-tsuki1-block {
    position: relative;
}
#shopBtn-tsuki1 {
    position: absolute;
    bottom: 10vw;
}
#shopBtn-tsuki1 a {
    margin: 0 8% 0 52%; /* width: 154px; */
}
#shopBtn-tsuki2-block {
    position: relative;
}
#shopBtn-tsuki2 {
    position: absolute;
    bottom: 9vw;
}
#shopBtn-mitowa1-block {
    position: relative;
}
#shopBtn-mitowa1 {
    position: absolute;
    bottom: 9vw;
}
#shopBtn-mitowa2-block {
    position: relative;
}
#shopBtn-mitowa2 {
    position: absolute;
    top: 9vw;
}
/* --------------------------
    Tab Button
-------------------------- */
.tabButtons {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 75%;
    margin: 20px auto;
    font-size: 0;
    height: 25vw;
    overflow: hidden;
    background: white;
    z-index: 999;
    box-shadow: 0 0 2px 0 rgba(0,0,0,.5);
}
button.is-active {
    opacity: 1.0;
}
button.changeBtn {
    position: relative;
    display: table-cell;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
    width: 33.3333%;
    height: 0px;
    margin: 0;
    padding: 25vw 0 0 0;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0.8;
}
button.changeBtn:nth-child(2n) {
    width: 33.3334%;
}
button.is-active::before {
    opacity: 0.0;
}
button.changeBtn::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 11;
}
button.is-active::after {
    opacity: 0.0;
}
#btn1 {
    background: url("../images/tab_shirabe.png") center center no-repeat;
    background-size: cover;
}
#btn2 {
    background: url("../images/tab_tsuki.png") center center no-repeat;
    background-size: cover;
}
#btn3 {
    background: url("../images/tab_mitowa.png") center center no-repeat;
    background-size: cover;
}
#btn4 {
    background: url("../images/tab_whiteday.png") center center no-repeat;
    background-size: cover;
}

/* --------------------------
    Tab Contents
-------------------------- */
.changePanel {
    display: none;
    width: 100%;
}
.changePanel .topbar {
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-position: center center;
    background-size: 100% auto;
}
#topbar-gold {
    background-image: url("../images/topbar_gold.png");
}
#topbar-dark {
    background-image: url("../images/topbar_dark.png");
}
#topbar-green {
    background-image: url("../images/topbar_green.png");
}
#topbar-silver {
    background-image: url("../images/topbar_silver.png");
}
.changePanel .innerbox {
    width: 100%;
}
.changePanel img {
    width: 100%;
    height: auto;
}
.changePanel h2 {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.bodycopy {
    width: 90%;
    margin: 0 auto 18px;
    padding: 18px 0 0 0;
    background: url("../images/divider_h30px.png") center bottom repeat;
    background-size: auto 30px;
}
.bodycopy > p {
    text-indent: 1em;
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    padding: 0;
    margin: 0;
}
p.whiteText {
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    font-size: 14px;
    line-height: 1.75em;
    text-indent: 1em;
    color: #fff;
}
div.productPhoto {
    width: 90%;
    margin: 15px auto;
    border-radius: 2px;
    overflow: hidden;
}
table.priceTable {
    width: 90%;
    margin: 0 auto;
    table-layout: fixed;
    border-collapse: separate;
    box-sizing: border-box;
    border-spacing: 1px;
    border: none;
    overflow: hidden;
    font-family: sans-serif;
}
table.priceTable th {
    text-align: center;
    color: rgba(255,255,255,1.0);
    padding: 6px 0 5px;
    background: rgba(0,0,0,.9);
    font-size: 13px;
    border: none;
}
table.priceTable td {
    text-align: center;
    padding: 6px 0 5px;
    background: rgba(255,255,255,.9);
    font-size: 13px;
    border: none;
}
/* Addition */
.add {
    padding: 0;
    margin: 0 auto;
}
/* --------------------------
    contents HaginoShirabe
-------------------------- */
#haginoshirabe .innerbox {
    background: #40220f url("../images/haginoshirabe_04.jpg") top center no-repeat;
    background-size: 100% auto;
    padding-top: 72vw;
}
#haginoshirabe .add {
    background: #40220f;
}
/* --------------------------
    contents HaginoTsuki
-------------------------- */
#haginotsuki .brandcopy {
    width: 100%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    color: #202020;
}
#haginotsuki .innerbox {
    background: #2c3689;
    padding-top: 20px;
}
#haginotsuki .add {
    background: #2c3685;
}
/* --------------------------
    contents Mitowa
-------------------------- */
#mitowa .brandcopy {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    color: #bb9738;
}
#mitowa .innerbox {
    background: #ede0c2;
    padding-top: 0;
}
#mitowa div.productPhoto {
    width: 100%;
    margin: 0 auto 15px;
    border-radius: 2px;
    overflow: hidden;
}
/* footer-notice */
.footer-notice {
    width: 90%;
    margin: 32px auto 16px;
}
.footer-notice p {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    text-align: justify;
    color: #222;
}
/* --------------------------
    footer
-------------------------- */
footer {
    width: 100%;
    margin: 0;
    min-height: 350px;
}
footer .sns-share,
footer .sns-link {
    display: block;
    text-align: center;
    font-size: 40px;
}
footer .sns-share a,
footer .sns-link a {
    color: #444;
}
footer .sns-share li,
footer .sns-link li {
    display: inline-block;
    margin: 0 5px;
}
footer .sns-share h5,
footer .sns-link h5 {
    text-align: center;
    font-size: 14px;
    margin: 30px auto 0px;
}
address {
    font-style: normal;
    text-decoration: none;
}
address p {
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
}
#footerLogo {
    width: 100%;
    height: 0px;
    padding: 54px 0 0 0;
    overflow: hidden;
    background: url("../images/logo.png") center center no-repeat;
    background-size: auto 54px;
}
#copyright {
    text-align: center;
    padding: 6px 0;
    font-size: 11px;
    color: #999;
    line-height: 1.2em;
}
#footPicture > div {
    width: 100%;
    height: 100vw;
    overflow: hidden;
    text-indent: -99999px;
    font-size: 0px;
    line-height: 0;
    background-position: center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#footPicture > div#footPict1 {
    background-image: url("../images/sanzen_pict.png");
    
}
#footPicture > div#footPict2 {
    background-image: url("../images/sanzen_nanohana.jpg");
}
#footPicture > div#footPict3 {
    background-image: none;
}
/* --------------------------
    gotop
-------------------------- */
#gotop {
    clear: both;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    height: 50px;
}
#gotop a {
    display: block;
    width: 50px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    background: #222;
    border-radius: 25px;
}
/* --------------------------
    closed
-------------------------- */
#closedtitle {
    width: 100%;
    font-family: sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}
/* PC */
@media all and (min-width: 750px) {
body {
}
#wrapper,
#wrapper-closed {
    width: 750px;
    margin: 0 auto;
    background: #fff;
}
.shopBtn a {
    font-size: 18px;
    height: 75px;
    line-height: 75px;
}
#shopBtn-shirabe2 {
    bottom: 180px;
}
#shopBtn-tsuki1 {
    position: absolute;
    bottom: 75px;
}
#shopBtn-tsuki2 {
    position: absolute;
    bottom: 68px;
}
#shopBtn-mitowa2 {
    position: absolute;
    top: 68px;
}
    
.tabButtons {
    display: block;
    width: 600px;
    height: 200px;
    text-align: center;
}
button.changeBtn {
    display: inline-block;
    /* width: 188px; */
    width: 200px;
    /* padding: 188px 0 0 0; */
    padding: 200px 0 0 0;
}
button.changeBtn:nth-child(2n) {
    /* width: 187px; */
}
button.changeBtn:hover {
    cursor: pointer;
}
#footPicture {
    width: 375px;
    height: 400px;
    margin: 0 auto;
}
#footPicture > div {
    height: 400px;
}
#haginoshirabe .innerbox {
    padding-top: 560px;
}
}
