@charset "utf-8";
/* -----------------------------------------------------------
 =home
----------------------------------------------------------- */
.home #page {
    background: url("../../images/img_main_sp.jpg") no-repeat center 70px;
    background-size: min(768 / 768 * 100vw, 768px);
}
.logoMain {
    padding-top: min(160 / 768 * 100vw, 160px);
    padding-bottom: min(200 / 768 * 100vw, 200px);
    padding-left: min(100 / 768 * 100vw, 100px);
}
.logoMain img {
    width: min(180 / 768 * 100vw, 180px);
}
.txtCatch {
    line-height: 2;
}
.bgTop01 {
    background: url("../../images/bg_top_01_sp.jpg") no-repeat center center;
    background-size: cover;
}
.bgTop02 {
    background: url("../../images/bg_top_02_sp.jpg") no-repeat center center;
    background-size: cover;
}
@media print, screen and (min-width: 768px) {
    .home #page {
        background: url("../../images/img_main.jpg") no-repeat center top;
        background-size: min(1800 / 1200 * 100vw, 1800px);
    }
    .logoMain {
        padding-top: min(160 / 1200 * 100vw, 160px);
        padding-bottom: min(200 / 1200 * 100vw, 200px);
        padding-left: 15%;
    }
    .logoMain img {
        width: min(230 / 1200 * 100vw, 230px);
    }
    .bgTop01 {
        background-image: url("../../images/bg_top_01.jpg");
    }
    .bgTop02 {
        background-image: url("../../images/bg_top_02.jpg");
    }
    .bgTop01, .bgTop02 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        height: 680px;
    }
    .txtCatch {
        line-height: 2.25;
    }
}
@media print, screen and (min-width: 1400px) {
    .logoMain img {
        width: min(250 / 1400 * 100vw, 250px);
    }
}
@media print, screen and (min-width: 1801px) {
    .home #page {
        background-size: contain;
    }
}
/* -----------------------------------------------------------
 =login
----------------------------------------------------------- */
.areaLogin {
    max-width: 680px;
    border: 1px solid #707070;
    margin: 0 auto;
    padding: 3em 10%;
    text-align: center;
}
.areaLoginTxt {
    max-width: 680px;
    margin: 0 auto;
}
input.username, input.password, input.textbox {
    max-width: 400px !important;
    margin-bottom: 12px !important;
}
@media print, screen and (min-width: 768px) {
    .areaLogin {
        padding: 3.5em 140px;
    }
}
/* password-protected page --------------- */
.post-password-form {
    max-width: 500px;
    margin: auto;
}
.post-password-form p:nth-of-type(1) {
    margin-bottom: 2em;
}
.post-password-form p:nth-of-type(2) {
    text-align: center;
}
.post-password-form p label {
    display: block;
    text-align: left !important;
}
.post-password-form input[type="password"] {
    margin-bottom: 2em !important;
}
.post-password-form input[type="submit"] {}
/* form --------------- */
.tblForm {
    border-top: 1px solid #303030;
    margin-bottom: 2em;
}
.tblForm th {
    display: block;
    padding-top: 1em;
    padding-bottom: 0.6em;
    text-align: left;
}
.tblForm td {
    display: block;
    padding-bottom: 1.4em;
    border-bottom: 1px solid #303030;
}
.required {
    color: #E7474A;
    padding-left: 1em;
    font-size: 1.2rem;
}
.txtForm {
    padding-top: 0.5em;
    padding-bottom: 0.8em;
    font-size: 1.2rem;
}
input.textboxAge {
    width: 100px !important;
}
/* for contact form7 --------------- */
span.wpcf7-list-item { /* cf7縦並びに */
    display: block;
    margin-left: 0;
}
span.wpcf7-list-item:not(:last-of-type) { /* cf7縦並びに */
    margin-bottom: 0.5em;
}
.wpcf7-spinner { /* cf7 loding icon */
    display: none !important;
}
.wpcf7-response-output { /* cf7エラー枠 */
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.wpcf7-response-output { /* エラーメッセージ */
    color: #E7474A;
    text-align: center;
}
/*  --------------- */
.btnRadio label span, .btnCheck label span {
    display: inline-block;
    position: relative;
    padding-left: 32px !important;
    cursor: pointer;
}
.btnRadio label span::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #ccc;
    content: "";
    transition: .3s;
}
.btnRadio label span::before, .btnRadio label span::after {
    border-radius: 50%;
}
input[type="radio"]:checked + span::after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border: 6px solid var(--mainColor);
    content: "";
}
input[type="radio"]:checked + span::before, input[type="checkbox"]:checked + span::before {
    background-color: transparent;
    border: 1px solid var(--mainColor);
}
.btnCheck label span::before {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    content: "";
    transition: .3s;
}
input[type="checkbox"]:checked + span::after {
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 11px;
    height: 17px;
    background-color: transparent;
    border-right: 4px solid var(--mainColor);
    border-bottom: 4px solid var(--mainColor);
    content: "";
    transform: rotate(45deg);
}
input.textboxZip01 {
    width: 4em;
}
input.textboxZip02 {
    width: 5em;
}
select {
    margin-bottom: 0.6em;
}
.formMessage {
    height: 10em;
}
/*  --------------- */
.wrapCenterBlockLeft {
    max-width: 680px;
    margin: 0 auto;
    text-align: center;
}
.txtBlockLeft {
    display: inline-block;
    text-align: left;
}
@media print, screen and (min-width: 800px) {
    .tblForm {
        margin-bottom: 4em;
        font-size: 1.5rem;
    }
    .tblForm th {
        display: table-cell;
        width: 15em;
        white-space: nowrap;
        border-bottom: 1px solid #303030;
        padding-top: 1.4em;
        text-align: right;
        vertical-align: top;
    }
    .tblForm td {
        display: table-cell;
        padding: 1.4em 1em 1.4em 2em;
    }
    .txtForm {
        font-size: 1.3rem;
    }
}
@media print, screen and (min-width: 980px) {
    .tblForm {
        font-size: 1.6rem;
    }
    .tblForm th {
        width: 16em;
    }
    .tblForm td {
        padding: 1.4em 3em;
    }
}
/* my page barrel --------------- */
.areaMainMypage {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.areaBarrelShelf {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url("../../images/bg_barrel_shelf_sp.png") repeat-y center bottom;
    background-size: min(920 / 767 * 100vw, 920px);
    /*margin-bottom: 50px;
    padding-bottom: min(21 / 767 * 100vw, 21px);*/
}
a .areaBarrelOne {
    display: block;
    position: relative;
    width: min(320 / 767 * 100vw, 320px);
    height: min(322 / 767 * 100vw, 322px);
    background: url("../../images/bg_barrel.png") no-repeat center center;
    background-size: min(320 / 767 * 100vw, 320px);
    margin-top: min(30 / 767 * 100vw, 30px);
    /*margin-left: min(74 / 768 * 100vw, 74px);*/
    margin-bottom: min(18 / 767 * 100vw, 18px);
    color: #000;
    text-decoration: none !important;
    text-align: center;
    filter: drop-shadow(0 0 35px rgba(255, 255, 255, 0.1));
}
a:nth-of-type(odd) .areaBarrelOne {
    margin-left: min(40 / 767 * 100vw, 40px);
}
a:nth-of-type(even) .areaBarrelOne {
    margin-right: min(40 / 767 * 100vw, 40px);
}
@font-face {
    font-family: 'StardosStencil';
    src: url("../webfonts/StardosStencilBold-9mzn.ttf") format('truetype');
}
a .areaBarrelOne ul {
    position: absolute;
    top: min(107 / 767 * 100vw, 107px);
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    margin-left: 0;
    font-family: 'StardosStencil';
    font-size: min(23 / 767 * 100vw, 23px);
    line-height: 1.3;
}
.areaBtn2col li, .areaBtn3col li, .areaBtn4col li {
    margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
    .areaMainMypage {
        max-width: 1200px;
        margin: 0 auto;
    }
    .areaBarrelShelf.spNone {
        display: flex !important;
    }
    .areaBarrelShelf {
        background-image: url("../../images/bg_barrel_shelf.png");
        justify-content: flex-start;
        background-size: min(1200 / 1200 * 100vw, 1200px);
    }
    a .areaBarrelOne {
        width: min(286 / 1200 * 100vw, 286px);
        height: min(288 / 1200 * 100vw, 288px);
        background-size: min(286 / 1200 * 100vw, 286px);
        margin-top: min(44 / 1200 * 100vw, 44px);
        margin-bottom: min(20 / 1200 * 100vw, 20px);
    }
    a:nth-of-type(odd) .areaBarrelOne {
        margin-left: 0;
    }
    a:nth-of-type(even) .areaBarrelOne {
        margin-right: 0;
    }
    a:nth-of-type(3n - 2) .areaBarrelOne /* 147 */ {
        margin-left: min(75 / 1200 * 100vw, 75px);
    }
    a:nth-child(3n-1) .areaBarrelOne /* 258 */ {
        margin-left: min(95 / 1200 * 100vw, 95px);
    }
    a:nth-of-type(3n) .areaBarrelOne /* 369 */ {
        margin-left: min(95 / 1200 * 100vw, 95px);
        margin-right: 0;
    }
    a .areaBarrelOne ul {
        top: min(94 / 1200 * 100vw, 94px);
        font-size: min(20 / 1200 * 100vw, 20px);
    }
    .areaBtn2col, .areaBtn4col {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .areaBtn2col li, .areaBtn4col li {
        width: calc((100% - 6%) / 2);
    }
}
@media print, screen and (min-width: 800px) {
    .areaBtn3col {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
    }
    .areaBtn3col li {
        width: calc((100% - 6%) / 3);
    }
}
@media print, screen and (min-width: 960px) {
    .areaBtn4col {
        justify-content: space-between;
    }
    .areaBtn4col li {
        width: calc((100% - 6%) / 4);
    }
}
/* my page detail --------------- */
.tblMypage {
    margin-bottom: 2em;
}
.tblMypage th {
    display: block;
    background-color: #363636;
    padding: 0.4em 1em;
    text-align: left;
}
.tblMypage td {
    display: block;
    padding-top: 0.8em;
    padding-bottom: 1.5em;
}
.tblMypage ::placeholder {
    color: #212021;
}
input[name="your-addr-check"] {
    margin-top: 0.8em;
}
@media print, screen and (min-width: 768px) {
    .tblMypage {
        margin-bottom: 4em;
    }
    .tblMypage th {
        display: table-cell;
        width: 11em;
        border-bottom: 1px solid #4B4B4B;
        padding: 1.4em 2em 1.4em 1em;
        text-align: right;
    }
    .tblMypage tr th:first-of-type, .tblMypage tr td:first-of-type {
        border-top: 1px solid #3A3A3A;
    }
    .tblMypage td {
        display: table-cell;
        border-bottom: 1px solid #3A3A3A;
        padding: 1.4em 2em;
    }
}
@media print, screen and (min-width: 980px) {
    .tblMypage {
        font-size: 1.6rem;
    }
    .tblMypage th {
        width: 18em;
        padding-right: 3em;
    }
    .tblMypage td {
        padding: 1.4em 3em;
    }
}
/* BarrelInfo --------------- */
.btnBasic.icLink a {
    position: relative;
}
.btnBasic.icLink a::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    content: "";
    width: 13px;
    height: 13px;
    background-image: url("../images/ic_link.svg");
    background-repeat: no-repeat;
}
/* wp member plugin --------------- */
.wpmem_msg {
    position: absolute !important;
    top: 50px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background-color: #C4C1A2 !important;
    border: 1px solid var(--mainColorBg) !important;
    color: #000 !important;
}
.areaMain.pwdChange {
    padding-bottom: 20em;
}
@media print, screen and (min-width: 768px) {
    .wpmem_msg {
        top: 110px !important;
    }
}
/* wp --------------- */
.ttl404 {
    margin-bottom: 3em;
    font-size: 2.1rem;
}
.ttl404 span {
    font-size: 8.0rem;
}
@media print, screen and (min-width: 768px) {
    .ttl404 {
        margin-top: 1em;
    }
}