@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 640px) {
    html,
    body {
        font-size: 2.1875vw;
    }
}

body {
    overflow-x: hidden;
    min-width: 970px;
    line-height: 1.5;
}

@media screen and (max-width: 640px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   <hr> tag as anchor target
--------------------------------------------- */
hr[id^="anchor-"] {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    height: 0;
    border: 0;
    background: 0;
}

hr[id^="anchor-"] {
    margin-top: 0px;
    padding-top: 0px;
}

@media screen and (max-width: 640px) {
    hr[id^="anchor-"] {
        margin-top: 0px;
        padding-top: 0px;
    }
}

@media screen and (max-width: 640px) {
    .brandSiteHeader .logo {
        width: 62.5px;
    }
    .brandSiteHeader .logo a {
        display: block;
    }
}

/* ---------------------------------------------
*   共通 footer
--------------------------------------------- */
.brandSiteFooter .link .policy {
    font-size: 14px;
}

.brandSiteFooter .link .copyright {
    font-size: 12px;
}

@media screen and (max-width: 640px) {
    .brandSiteFooter .link .copyright {
        font-size: 10px;
    }
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ---------------------------------------------
*   js-tel-disabled
--------------------------------------------- */
.js-tel-disabled {
    outline: none;
    cursor: default;
}

.js-tel-disabled:hover {
    text-decoration: none;
    opacity: 1;
}

/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    height: 80px;
    border-top: 2px solid #f6f6f6;
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .header {
        z-index: 9997;
        padding-top: 0;
        height: 29px;
        border-top-width: 0;
    }
}

.header.is-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
}

/*  header-container
--------------------------------------------- */
.header-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 0;
    max-width: 2000px;
    width: 955px;
}

.header-container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 640px) {
    .header-container {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 13px;
        padding-left: 8px;
        width: 100%;
        background-color: #fff;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo__link {
    display: block;
    width: 122px;
    height: 0;
}

@media screen and (min-width: 641px) {
    .header-logo__link {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-logo__link:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 640px) {
    .header-logo__link {
        padding-top: 6px;
        width: 72px;
    }
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    float: right;
    margin-top: 3px;
/*    margin-right: 14px;*/
}

@media screen and (max-width: 640px) {
    .header-nav {
        position: absolute;
        top: 29px;
        right: 0;
        left: 0;
        z-index: 9999;
        float: none;
        margin-top: 0;
        margin-right: 0;
        width: 100%;
        background-color: #fff;
    }
}

.header-nav__list:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (min-width: 641px) {
    .header-nav__list {
        display: block !important;
    }
}

@media screen and (max-width: 640px) {
    .header-nav__list {
        display: none;
        padding: 15px 20px 0;
    }
}

.header-nav__list-item {
    float: left;
    padding-top: 5px;
    padding-bottom: 4px;
    border-left: 1px solid #dcdddd;
}

.header-nav__list-item:last-of-type {
    border-right: 1px solid #dcdddd;
}

@media screen and (max-width: 640px) {
    .header-nav__list-item {
        float: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid #301f87;
        border-left-width: 0;
    }
    .header-nav__list-item:first-of-type {
        border-top: 1px solid #301f87;
    }
    .header-nav__list-item:nth-last-of-type(-n+2) {
        border-right: none;
        border-bottom: none;
    }
}

.header-nav__link {
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    color: #301f87;
    letter-spacing: 0.5px;
    font-size: 0.85714rem;
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
    line-height: 1;
}

.header-nav__link--shop {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 25px;
    background: url(../img/common/cmn_icon_shop.png) 0 0 no-repeat;
    background-position: left center;
    background-size: 18px auto;
}

@media screen and (min-width: 641px) {
    .header-nav__link:hover {
        text-decoration: underline;
    }
}

@media screen and (max-width: 640px) {
    .header-nav__link {
        position: relative;
        display: block;
        margin-right: 0;
        margin-left: 0;
        padding-top: 12px;
        padding-right: 2.5px;
        padding-bottom: 12px;
        padding-left: 9px;
        letter-spacing: 1.8px;
        font-size: 15px;
/*        font-size: 4.69vw;*/
/*        font-size: 1.0714285714286rem;*/
/*        font-size: 2.1428571428571rem;*/
    }
    .header-nav__link:after {
        position: absolute;
        top: 50%;
        right: 9px;
        display: block;
        width: 10px;
        height: 13px;
        background: url(../img/sp/common/icon_arrow-right.png) 0 0 no-repeat;
        background-size: 100% auto;
        content: "";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*  header-sp-trigger
--------------------------------------------- */
.header-sp-trigger {
    display: none;
}

.header-sp-shop {
    display: none;
}

@media screen and (max-width: 640px) {
    .header-sp-trigger {
        position: absolute;
        top: 6px;
        right: 8px;
        display: block;
        width: 19px;
        height: 18px;
        border-radius: 3px;
        background-color: #301f87;
        cursor: pointer;
    }

    .header-sp-shop {
        position: absolute;
        top: 4px;
        right: 40px;
        display: block;
        width: 23px;
        height: 20px;
    }
}

@media screen and (max-width: 640px) {
    .header-sp-trigger, .header-sp-trigger__line {
        position: absolute;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .4s;
        transition: all .4s;
    }
}

@media screen and (max-width: 640px) {
    .header-sp-trigger__line {
        position: absolute;
        left: 0;
        margin-left: 4px;
        width: 11px;
        height: 2px;
        background-color: #fff;
    }
    .header-sp-trigger__line:nth-of-type(1) {
        top: 3px;
    }
    .header-sp-trigger__line:nth-of-type(2) {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .header-sp-trigger__line:nth-of-type(3) {
        bottom: 3px;
    }
}

.body-header-nav-opened .header-sp-trigger__line {
    margin-left: 3px;
    width: 70%;
}

.body-header-nav-opened .header-sp-trigger__line:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
    margin-left: 3px;
}

.body-header-nav-opened .header-sp-trigger__line:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar02 .8s forwards;
    animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

.body-header-nav-opened .header-sp-trigger__line:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
    margin-left: 3px;
}


/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper--index {
    position: relative;
    z-index: -1;
    background-color: #000747;
}

/* ---------------------------------------------
*   bg
--------------------------------------------- */

.bg-top {
    background: url(../img/bg_1.png) center top no-repeat ;
    background-size: auto;
}
@media screen and (max-width: 640px) {
    .bg-top {
        background: url(../img/sp/bg_1.png) center top no-repeat;
        background-size: cover;
    }
}

.bg-middle {
    background: url(../img/bg_2.png) center top repeat-y ;
    background-size: auto;
}

@media screen and (max-width: 640px) {
    .bg-middle {
        background: url(../img/sp/bg_2.png) center top repeat-y;
        background-size: 100% auto;
    }
}

.bg-bottom {
    background: url(../img/bg_3.png) center top repeat-y;
    background-size: auto;
}

@media screen and (max-width: 640px) {
    .bg-bottom {
        background-image: none;
    }
}


/* ---------------------------------------------
*   shop
--------------------------------------------- */
/*.mfp-close--shop-modal {
  top: 25px;
  right: 25px;
}*/

@media screen and (max-width: 640px) {
    .mfp-close--shop-modal {
        top: calc((25/640)*100vw);
      right: calc((25/640)*100vw);
      width: calc((25/640)*100vw);
      height: calc((25/640)*100vw);
  }
}

.umiuru--shop-modal {
  position: relative;
  margin: 0 auto;
  max-width: 950px;
}
@media screen and (max-width: 640px) {
  .umiuru--shop-modal {
    max-width: 89.3333333333%;
  }
}

.cmn-shop-modal-wrapper {
  padding: 140px 0 160px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
@media screen and (max-width: 640px) {
  .cmn-shop-modal-wrapper {
    padding: calc((80/640)*100vw) 0 calc((60/640)*100vw);
  }
}
.cmn-shop-modal__ttl {
  color: #301f87;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: .05em;
}
@media screen and (max-width: 640px) {
  .cmn-shop-modal__ttl {
    font-size: calc((28/640)*100vw);
    line-height: 1;
  }
}
.cmn-shop-modal__pic-list {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .cmn-shop-modal__pic-list {
    display: block;
    margin-top: 0;
    padding-top: 10px;
  }
}
.cmn-shop-modal__pic-list li {
  margin-right: 25px;
  width: 258px;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
}
@media print, screen and (min-width: 641px) {
  .cmn-shop-modal__pic-list li:last-child {
    margin-right: 0;
  }

  .cmn-shop-modal__pic-list li:hover {
    opacity: .8;
  }
}
@media screen and (max-width: 640px) {
  .cmn-shop-modal__pic-list li {
    margin-top: calc((20/640)*100vw);
    margin-left: auto;
    margin-right: auto;
    width: 45.671641791%;
  }
  .cmn-shop-modal__pic-list li:first-of-type {
    margin-top: calc((45/640)*100vw);
  }
}
.cmn-shop-modal__notice {
  margin-top: 55px;
  color: #301f87;
  font-size: 1.285rem;
  line-height: 1;
  font-weight: bold;
}
.cmn-shop-modal__notice span {
  margin-top: 55px;
  color: #301f87;
  font-size: 1.285rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .cmn-shop-modal__notice {
    margin-top: calc((65/640)*100vw);
    font-size: calc((18/640)*100vw);
    line-height: 1;
  }
}

.mfp-ready .umiuru-root {
    display: block !important;
}