@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* --------------------
 Styles
-------------------- */
html {
    font-size: 62.5%;
}

@font-face {
    font-family: YuGothicMedium;
  src: local(Yu Gothic Medium);
}

body {
    color: #000;
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 1.4rem;
    line-break: normal;
    line-height: 1.6;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

img {
    height: auto;
    max-width: 100%;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

p {
    overflow-wrap: break-word;
}

header,
footer,
main,
nav,
section {
    display: block;
}

button {
    cursor: pointer;
}

address {
    font-style: normal;
}

[tabindex="-1"]:focus {
    outline: 0;
}

/* --------------------
 Utils
-------------------- */
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1240px) {
    .hidden-lg {
        display: none !important;
    }
}
/* --------------------
 Layout
-------------------- */
.layout {
    animation: fadeInPage 0.3s linear 0.1s;
    animation-fill-mode: backwards;
    opacity: 1;
    padding: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.layout.is-loaded {
    animation: none;
}

.main {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .main {
        margin-bottom: 90px;
    }
}

.ec-role {
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .ec-role {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.ec-layoutRole {
    background: none;
    position: relative;
    transform: none;
}

.ec-layoutRole .ec-layoutRole__contents {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .ec-layoutRole .ec-layoutRole__contents {
        margin-bottom: 90px;
    }
}

/* 当サイトについて */
#page_help_about .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#page_mypage_login .ec-off2Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#page_mypage_login .ec-login {
    margin-left: 0;
    margin-right: 0;
}

/* 新規会員登録 */
#page_entry .ec-registerRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_entry .ec-registerRole {
        font-size: 1.6rem;
    }
}

#page_entry .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 新規会員登録(仮登録完了) */
#page_entry_complete .ec-registerCompleteRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_entry_complete .ec-registerCompleteRole {
        font-size: 1.6rem;
    }
}

#page_entry_complete .ec-off3Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 新規会員登録(完了) */
#page_entry_activate .ec-registerCompleteRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_entry_activate .ec-registerCompleteRole {
        font-size: 1.6rem;
    }
}

#page_entry_activate .ec-off3Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#page_entry_activate .ec-blockBtn--action {
    margin-bottom: 15px !important;
}

/* パスワードの再発行 */
#page_forgot .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* パスワード再発行(再設定) */
#page_forgot_reset .ec-off1Grid {
    display: block;
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    #page_forgot_reset .ec-off1Grid {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#page_forgot_reset .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* パスワードの再発行完了 */
#page_forgot_complete .ec-forgetCompleteRole {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    #page_forgot_complete .ec-forgetCompleteRole {
        padding-left: 30px;
        padding-right: 30px;
    }
}

#page_forgot_complete .ec-off3Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* お問合せ */
#page_contact .ec-contactRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_contact .ec-contactRole {
        font-size: 1.6rem;
    }
}

#page_contact .ec-contactConfirmRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_contact .ec-contactConfirmRole {
        font-size: 1.6rem;
    }
}

#page_contact .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* お問い合わせ(完了) */
#page_contact_complete .ec-contactCompleteRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_contact_complete .ec-contactCompleteRole {
        font-size: 1.6rem;
    }
}

#page_contact_complete .ec-off3Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 利用規約 */
#page_help_agreement .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* プライバシーポリシー */
#page_help_privacy .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 特定商取引法に基づく表記 */
#page_help_tradelaw .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#page_help_tradelaw .ec-borderedDefs a {
    color: #1d2080;
    text-decoration: underline;
}

#page_help_tradelaw .ec-borderedDefs a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    #page_help_tradelaw .ec-borderedDefs a:hover {
        text-decoration: none;
    }
}

/* カート */
#page_cart .ec-cartRole .ec-cartRole {
    padding-left: 0;
    padding-right: 0;
}

#page_cart .ec-cartRole .ec-cartRole__cart {
    margin-left: 0;
    margin-right: 0;
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartHeader {
    padding: 0;
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartRow {
    padding: 0;
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartRow__name {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

@media (min-width: 768px) {
    #page_cart .ec-cartRole .ec-cartRole .ec-cartRow__name {
        font-size: 1.4rem;
    }
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartRow__name a {
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-color: black;
    text-decoration-color: black;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartRow__name a:focus {
    color: rgba(0, 0, 0, 0.75);
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
    #page_cart .ec-cartRole .ec-cartRole .ec-cartRow__name a:hover {
        color: rgba(0, 0, 0, 0.75);
        -webkit-text-decoration-color: rgba(0, 0, 0, 0);
        text-decoration-color: rgba(0, 0, 0, 0);
    }
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartRow__unitPrice {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartRow__sutbtotalSP {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

#page_cart .ec-cartRole .ec-cartRole .ec-cartRow__amountSP {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

#page_cart .ec-alert-warning {
    background: #DE5D50;
}

#page_cart .ec-alert-warning #page_cart .ec-alert-warning__icon {
    color: #fff;
    fill: #fff;
}

#page_cart .ec-alert-warning #page_cart .ec-alert-warning__text {
    color: #fff;
}

/* ご注文手続き */
/* ご注文内容のご確認 */
/* マイページ/ご注文履歴詳細 */
#page_shopping .ec-orderRole,
#page_shopping_redirect_to .ec-orderRole,
#page_shopping_confirm .ec-orderRole,
#page_mypage_history .ec-orderRole {
    margin-top: 0;
    position: relative;
}

@media (max-width: 767px) {
    #page_shopping .ec-orderRole,
    #page_shopping_redirect_to .ec-orderRole,
  #page_shopping_confirm .ec-orderRole,
  #page_mypage_history .ec-orderRole {
        font-size: 1.4rem;
    }
}

#page_shopping .ec-orderRole h2,
#page_shopping_redirect_to .ec-orderRole h2,
#page_shopping_confirm .ec-orderRole h2,
#page_mypage_history .ec-orderRole h2 {
    margin-top: 0;
}

#page_shopping .ec-orderRole__detail,
#page_shopping_confirm .ec-orderRole__detail,
#page_mypage_history .ec-orderRole__detail {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    #page_shopping .ec-orderRole__detail,
  #page_shopping_confirm .ec-orderRole__detail,
  #page_mypage_history .ec-orderRole__detail {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #page_shopping .ec-orderRole__summary,
    #page_shopping_redirect_to .ec-orderRole__summary,
  #page_shopping_confirm .ec-orderRole__summary,
  #page_mypage_history .ec-orderRole__summary {
        margin: 20px 0 30px;
        width: 100%;
    }
}

@media (min-width: 992px) {
    #page_shopping .ec-orderRole__summary,
    #page_shopping_redirect_to .ec-orderRole__summary,
  #page_shopping_confirm .ec-orderRole__summary,
  #page_mypage_history .ec-orderRole__summary {
        position: absolute;
        right: 0;
        top: 0;
    }
}

#page_shopping .ec-orderPayment #shopping_order_use_point,
#page_shopping_confirm .ec-orderPayment #shopping_order_use_point,
#page_mypage_history .ec-orderPayment #shopping_order_use_point {
    margin-top: 5px;
}

#page_shopping .ec-alert-warning,
#page_shopping_confirm .ec-alert-warning,
#page_mypage_history .ec-alert-warning {
    background: #DE5D50;
    max-width: 100%;
}

@media (min-width: 768px) {
    #page_shopping .ec-alert-warning,
  #page_shopping_confirm .ec-alert-warning,
  #page_mypage_history .ec-alert-warning {
        max-width: 85%;
    }
}

#page_shopping .ec-alert-warning #page_shopping .ec-alert-warning__icon,
#page_shopping .ec-alert-warning #page_shopping_confirm .ec-alert-warning__icon,
#page_shopping .ec-alert-warning #page_mypage_history .ec-alert-warning__icon,
#page_shopping_confirm .ec-alert-warning #page_shopping .ec-alert-warning__icon,
#page_shopping_confirm .ec-alert-warning #page_shopping_confirm .ec-alert-warning__icon,
#page_shopping_confirm .ec-alert-warning #page_mypage_history .ec-alert-warning__icon,
#page_mypage_history .ec-alert-warning #page_shopping .ec-alert-warning__icon,
#page_mypage_history .ec-alert-warning #page_shopping_confirm .ec-alert-warning__icon,
#page_mypage_history .ec-alert-warning #page_mypage_history .ec-alert-warning__icon {
    color: #fff;
    fill: #fff;
}

#page_shopping .ec-alert-warning #page_shopping .ec-alert-warning__text,
#page_shopping .ec-alert-warning #page_shopping_confirm .ec-alert-warning__text,
#page_shopping .ec-alert-warning #page_mypage_history .ec-alert-warning__text,
#page_shopping_confirm .ec-alert-warning #page_shopping .ec-alert-warning__text,
#page_shopping_confirm .ec-alert-warning #page_shopping_confirm .ec-alert-warning__text,
#page_shopping_confirm .ec-alert-warning #page_mypage_history .ec-alert-warning__text,
#page_mypage_history .ec-alert-warning #page_shopping .ec-alert-warning__text,
#page_mypage_history .ec-alert-warning #page_shopping_confirm .ec-alert-warning__text,
#page_mypage_history .ec-alert-warning #page_mypage_history .ec-alert-warning__text {
    color: #fff;
}

#page_shopping .ec-orderDelivery__item .ec-imageGrid__content a,
#page_shopping_confirm .ec-orderDelivery__item .ec-imageGrid__content a,
#page_mypage_history .ec-orderDelivery__item .ec-imageGrid__content a {
    color: #000;
    text-decoration: underline;
    -webkit-text-decoration-color: black;
    text-decoration-color: black;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

#page_shopping .ec-orderDelivery__item .ec-imageGrid__content a:focus,
#page_shopping_confirm .ec-orderDelivery__item .ec-imageGrid__content a:focus,
#page_mypage_history .ec-orderDelivery__item .ec-imageGrid__content a:focus {
    color: rgba(0, 0, 0, 0.75);
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
}

@media (hover: hover) and (pointer: fine) {
    #page_shopping .ec-orderDelivery__item .ec-imageGrid__content a:hover,
  #page_shopping_confirm .ec-orderDelivery__item .ec-imageGrid__content a:hover,
  #page_mypage_history .ec-orderDelivery__item .ec-imageGrid__content a:hover {
        color: rgba(0, 0, 0, 0.75);
        -webkit-text-decoration-color: rgba(0, 0, 0, 0);
        text-decoration-color: rgba(0, 0, 0, 0);
    }
}

/* 配達エリア外のエラー */
#page_shopping_confirm .ec-orderDelivery__address .ec-zipInput p.ec-errorMessage {
    font-size: 1.6rem;
    margin: 0 0 10px;
}

/* ご注文完了 */
#page_shopping_complete .ec-off3Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* マイページ */
#page_mypage .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage .ec-mypageRole {
        font-size: 1.6rem;
    }
}

/* マイページ/お気に入り */
#page_mypage_favorite .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_favorite .ec-mypageRole {
        font-size: 1.6rem;
    }
}

/* マイページ/退会手続き */
#page_mypage_withdraw .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_withdraw .ec-mypageRole {
        font-size: 1.6rem;
    }
}

#page_mypage_withdraw .ec-off3Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#page_mypage_withdraw .ec-withdrawConfirmRole__title {
    text-align: center;
}

#page_mypage_withdraw .ec-withdrawConfirmRole__description {
    text-align: center;
}

/* マイページ/退会手続き */
#page_mypage_withdraw_complete .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_withdraw_complete .ec-mypageRole {
        font-size: 1.6rem;
    }
}

#page_mypage_withdraw_complete .ec-off4Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

#page_mypage_withdraw_complete .ec-blockBtn--cancel {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
}

/* マイページ/会員情報編集 */
#page_mypage_change .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_change .ec-mypageRole {
        font-size: 1.6rem;
    }
}

#page_mypage_change .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* マイページ/会員情報編集(完了) */
#page_mypage_change_complete .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_change_complete .ec-mypageRole {
        font-size: 1.6rem;
    }
}

#page_mypage_change_complete .ec-off2Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* MYページ/お届け先一覧 */
#page_mypage_delivery .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_delivery .ec-mypageRole {
        font-size: 1.6rem;
    }
}

#page_mypage_delivery .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* MYページ/お届け先追加 */
#page_mypage_delivery_new .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_delivery_new .ec-mypageRole {
        font-size: 1.6rem;
    }
}

#page_mypage_delivery_new .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* MYページ/お届け先編集 */
#page_mypage_delivery_edit .ec-mypageRole {
    font-size: 1.4rem;
}

@media (min-width: 768px) {
    #page_mypage_delivery_edit .ec-mypageRole {
        font-size: 1.6rem;
    }
}

#page_mypage_delivery_edit .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 非会員購入情報入力 お客様情報の入力 */
#page_shopping_nonmember .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 商品購入/お届け先の指定 */
#page_shopping_shipping .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 商品購入/お届け先の追加 */
#page_shopping_shipping_edit .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* 商品購入/お届け先の複数指定(お届け先の追加) */
#page_shopping_shipping_multiple .ec-AddAddress {
    font-size: 1.4rem;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    #page_shopping_shipping_multiple .ec-AddAddress {
        font-size: 1.6rem;
        padding-left: 20px;
        padding-right: 20px;
    }
}

#page_shopping_shipping_multiple_edit .ec-off1Grid__cell {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

/* --------------------
 Commons
-------------------- */
.com-button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    background-color: #fff;
    border: 1px solid #1d2080;
    border-radius: 40px 0 40px 0;
    color: #1d2080;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    height: 54px;
    justify-content: center;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 340px;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

@media (min-width: 768px) {
    .com-button {
        font-size: 1.6rem;
        height: 60px;
    }
}

.com-button:before, .com-button:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    margin: auto 0;
    position: absolute;
    right: 25px;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 12px;
}

.com-button:before {
    background-image: url(../images/icons/icon-navy-double-angle-right.svg);
}

.com-button:after {
    background-image: url(../images/icons/icon-white-double-angle-right.svg);
    opacity: 0;
}

.com-button:focus {
    background-color: #1d2080;
    color: #fff;
}

.com-button:focus:before {
    opacity: 0;
}

.com-button:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-button:hover {
        background-color: #1d2080;
        color: #fff;
    }

    .com-button:hover:before {
        opacity: 0;
    }

    .com-button:hover:after {
        opacity: 1;
    }
}

.com-button--navy {
    background-color: #1d2080;
    color: #fff;
}

.com-button--navy:before {
    opacity: 0;
}

.com-button--navy:after {
    opacity: 1;
}

.com-button--navy:focus {
    background-color: #fff;
    color: #1d2080;
}

.com-button--navy:focus:before {
    opacity: 1;
}

.com-button--navy:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .com-button--navy:hover {
        background-color: #fff;
        color: #1d2080;
    }

    .com-button--navy:hover:before {
        opacity: 1;
    }

    .com-button--navy:hover:after {
        opacity: 0;
    }
}

.com-button--back:before, .com-button--back:after {
    left: 25px;
    right: auto;
    transform: rotate(180deg);
}

.com-page-head {
    background-image: url(../images/commons/com-page-head-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 85px 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .com-page-head {
        height: 440px;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .com-page-head {
        padding-top: 95px;
    }
}

.com-page-head:after {
    background-image: url(../images/pages/front/front-hero-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -40px;
    content: "";
    display: block;
    left: 0;
    padding: 200px 0 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .com-page-head:after {
        background-size: 1940px 466px;
        bottom: -160px;
        padding-top: 466px;
    }
}

@media (min-width: 1940px) {
    .com-page-head:after {
        background-size: contain;
        padding-top: 24.0206185567%;
    }
}

.com-page-head-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .com-page-head-container {
        justify-content: flex-start;
    }
}

.com-page-head__title {
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .com-page-head__title {
        text-align: left;
    }
}

.com-page-head__title__en {
    line-height: 1.2;
    margin: 0 0 20px;
}

.com-page-head__title__en img {
    -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.4));
}

@media (max-width: 767px) {
    .com-page-head__title__en img {
        height: 48px;
        width: auto;
    }
}

.com-page-head__title__ja {
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.25em;
    line-height: 1.2;
    margin: 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
    .com-page-head__title__ja {
        font-size: 2.4rem;
    }
}

.com-page-head--subpage {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .com-page-head--subpage {
        height: 380px;
        margin-bottom: 90px;
    }
}

.com-page-head--subpage .com-page-head__title__ja {
    font-size: 2.6rem;
}

@media (min-width: 768px) {
    .com-page-head--subpage .com-page-head__title__ja {
        font-size: 3rem;
    }
}

.com-pager {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 10px 6px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.com-pager__item {
    margin: 0;
}

.com-pager__item__link, .com-pager__item__text {
    align-items: center;
    background: none;
    border: 1px solid rgba(29, 32, 128, 0);
    border-radius: 50%;
    color: #cccccc;
    display: flex;
    flex-direction: row;
    font-size: 1.8rem;
    font-weight: 400;
    height: 32px;
    justify-content: center;
    letter-spacing: 0.01em;
    line-height: 1.2;
    min-width: 32px;
    padding: 0 5px 0;
    text-decoration: none;
}

@media (min-width: 768px) {
    .com-pager__item__link, .com-pager__item__text {
        border-width: 1px;
        height: 36px;
        min-width: 36px;
    }
}

.com-pager__item__link img, .com-pager__item__link span, .com-pager__item__text img, .com-pager__item__text span {
    vertical-align: middle;
}

.com-pager__item__link {
    background-color: rgba(29, 126, 214, 0.3);
    color: #fff;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, border-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-pager__item__link:focus {
    background-color: #fff;
    border-color: #1d2080;
    color: #1d2080;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item__link:hover {
        background-color: #fff;
        border-color: #1d2080;
        color: #1d2080;
    }
}

.com-pager__item--dot {
    position: relative;
}

.com-pager__item--dot:before {
    background-image: url(../images/commons/com-pager-dots.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 3px;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}

.com-pager__item--dot .com-pager__item__text {
    visibility: hidden;
}

.com-pager__item--current .com-pager__item__link, .com-pager__item--current .com-pager__item__text {
    background-color: #fff;
    border-color: #1d2080;
    color: #1d2080;
    pointer-events: none;
}

.com-pager__item--first .com-pager__item__link {
    background-color: #1d2080;
    position: relative;
}

.com-pager__item--first .com-pager__item__link span {
    visibility: hidden;
}

.com-pager__item--first .com-pager__item__link:before, .com-pager__item--first .com-pager__item__link:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 9px;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

.com-pager__item--first .com-pager__item__link:before {
    background-image: url(../images/icons/icon-white-pager-double-angle-left.svg);
}

.com-pager__item--first .com-pager__item__link:after {
    background-image: url(../images/icons/icon-navy-pager-double-angle-left.svg);
    opacity: 0;
}

.com-pager__item--first .com-pager__item__link:focus {
    background-color: #fff;
    border-color: #1d2080;
}

.com-pager__item--first .com-pager__item__link:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--first .com-pager__item__link:hover {
        background-color: #fff;
        border-color: #1d2080;
    }

    .com-pager__item--first .com-pager__item__link:hover:after {
        opacity: 1;
    }
}

.com-pager__item--prev .com-pager__item__link {
    background-color: #1d2080;
    position: relative;
}

.com-pager__item--prev .com-pager__item__link span {
    visibility: hidden;
}

.com-pager__item--prev .com-pager__item__link:before, .com-pager__item--prev .com-pager__item__link:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 9px;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 5px;
}

.com-pager__item--prev .com-pager__item__link:before {
    background-image: url(../images/icons/icon-white-pager-angle-left.svg);
}

.com-pager__item--prev .com-pager__item__link:after {
    background-image: url(../images/icons/icon-navy-pager-angle-left.svg);
    opacity: 0;
}

.com-pager__item--prev .com-pager__item__link:focus {
    background-color: #fff;
    border-color: #1d2080;
}

.com-pager__item--prev .com-pager__item__link:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--prev .com-pager__item__link:hover {
        background-color: #fff;
        border-color: #1d2080;
    }

    .com-pager__item--prev .com-pager__item__link:hover:after {
        opacity: 1;
    }
}

.com-pager__item--next .com-pager__item__link {
    background-color: #1d2080;
    position: relative;
}

.com-pager__item--next .com-pager__item__link span {
    visibility: hidden;
}

.com-pager__item--next .com-pager__item__link:before, .com-pager__item--next .com-pager__item__link:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5px 9px;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 5px;
}

.com-pager__item--next .com-pager__item__link:before {
    background-image: url(../images/icons/icon-white-pager-angle-right.svg);
}

.com-pager__item--next .com-pager__item__link:after {
    background-image: url(../images/icons/icon-navy-pager-angle-right.svg);
    opacity: 0;
}

.com-pager__item--next .com-pager__item__link:focus {
    background-color: #fff;
    border-color: #1d2080;
}

.com-pager__item--next .com-pager__item__link:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--next .com-pager__item__link:hover {
        background-color: #fff;
        border-color: #1d2080;
    }

    .com-pager__item--next .com-pager__item__link:hover:after {
        opacity: 1;
    }
}

.com-pager__item--last .com-pager__item__link {
    background-color: #1d2080;
    position: relative;
}

.com-pager__item--last .com-pager__item__link span {
    visibility: hidden;
}

.com-pager__item--last .com-pager__item__link:before, .com-pager__item--last .com-pager__item__link:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 9px;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 10px;
}

.com-pager__item--last .com-pager__item__link:before {
    background-image: url(../images/icons/icon-white-pager-double-angle-right.svg);
}

.com-pager__item--last .com-pager__item__link:after {
    background-image: url(../images/icons/icon-navy-pager-double-angle-right.svg);
    opacity: 0;
}

.com-pager__item--last .com-pager__item__link:focus {
    background-color: #fff;
    border-color: #1d2080;
}

.com-pager__item--last .com-pager__item__link:focus:after {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .com-pager__item--last .com-pager__item__link:hover {
        background-color: #fff;
        border-color: #1d2080;
    }

    .com-pager__item--last .com-pager__item__link:hover:after {
        opacity: 1;
    }
}

.com-about {
    background-image: url(../images/commons/com-bg-4.webp);
    background-position: center -700px;
    background-repeat: repeat-y;
    background-size: 2046px 5824px;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 2046px) {
    .com-about {
        background-size: cover;
        padding-bottom: 70px;
        padding-top: 70px;
    }
}

.com-about-container {
    margin: 0 auto;
    max-width: 850px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .com-about-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.com-about__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px;
    justify-content: stretch;
    margin: 0 auto;
    max-width: 400px;
}

@media (min-width: 768px) {
    .com-about__item-wrapper {
        align-items: center;
        flex-direction: row;
        max-width: none;
    }
}

.com-about__item {
    width: auto;
}

@media (min-width: 768px) {
    .com-about__item {
        width: calc(50% - 15px);
    }
}

.com-about__item__link {
    display: block;
    position: relative;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.com-about__item__link__bg img {
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.com-about__item__link__text {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    height: 150px;
    justify-content: center;
    left: 0;
    margin: auto;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    z-index: 1;
}

@media (min-width: 992px) {
    .com-about__item__link__text {
        height: 190px;
        width: 190px;
    }
}

.com-about__item__link__text:before {
    background-position: center;
    background-repeat: no-repeat;
    bottom: auto;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.com-about__item__link__text:after {
    background-image: url(../images/icons/icon-navy-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 30px;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 36px;
}

@media (min-width: 992px) {
    .com-about__item__link__text:after {
        bottom: 45px;
    }
}

.com-about__item__link:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .com-about__item__link:hover {
        opacity: 0.6;
    }
}

.com-about__item--cafedining .com-about__item__link__text:before {
    background-image: url(../images/icons/icon-navy-cafedining.svg);
    background-size: contain;
    height: 18px;
    top: 20px;
    width: 15px;
}

@media (min-width: 768px) {
    .com-about__item--cafedining .com-about__item__link__text:before {
        height: 22.5px;
        top: 50px;
        width: 18px;
    }
}

.com-about__item--beachhouse .com-about__item__link__text:before {
    background-image: url(../images/icons/icon-navy-beachhouse.svg);
    background-size: contain;
    height: 22px;
    top: 25px;
    width: 22px;
}

@media (min-width: 992px) {
    .com-about__item--beachhouse .com-about__item__link__text:before {
        top: 45px;
    }
}

.com-about__item--surflocker .com-about__item__link__text:before {
    background-image: url(../images/icons/icon-navy-surflocker.svg);
    background-size: contain;
    height: 32px;
    top: 20px;
    width: 16px;
}

@media (min-width: 992px) {
    .com-about__item--surflocker .com-about__item__link__text:before {
        top: 35px;
    }
}

/* --------------------
 Animation
-------------------- */
@keyframes fadeInPage {
    0% {
        opacity: 0.01;
    }

    100% {
        opacity: 1;
    }
}

.js-fadeInUp {
    opacity: 0;
}

/* --------------------
 Header
-------------------- */
.header {
    height: 65px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 99;
}

@media (min-width: 992px) {
    .header {
        height: 95px;
    }
}

.header:before {
    background-image: url(../images/commons/com-header-bg.webp);
    background-position: center;
    background-repeat: repeat-x;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    z-index: 0;
}

.header-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    .header-container {
        gap: 30px;
        justify-content: space-between;
    }
}

@media (min-width: 1240px) {
    .header-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    .header__logo {
        flex-grow: 0;
        flex-shrink: 0;
    }
}

.header__logo a {
    display: block;
    font-size: 1rem;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__logo a:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .header__logo a:hover {
        opacity: 0.6;
    }
}

.header__logo a img {
    height: 55px;
    line-height: 1;
    width: auto;
}

@media (min-width: 1240px) {
    .header__logo a img {
        height: 70px;
    }
}

.header__nav {
    display: none;
}

@media (min-width: 992px) {
    .header__nav {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        flex-grow: 1;
        flex-shrink: 1;
        gap: 20px;
        justify-content: flex-end;
    }
}

@media (min-width: 1240px) {
    .header__nav {
        column-gap: 30px;
    }
}

.header__nav__menu {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
    justify-content: flex-end;
    position: relative;
}

@media (min-width: 1240px) {
    .header__nav__menu {
        column-gap: 20px;
    }
}

.header__nav__menu__item a {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    font-size: 1rem;
    font-weight: 900;
    justify-content: flex-end;
    letter-spacing: 0.05em;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    white-space: nowrap;
}

@media (min-width: 1240px) {
    .header__nav__menu__item a {
        font-size: 1.4rem;
    }
}

.header__nav__menu__item a img {
    display: block;
    height: 20px;
    margin: 0 0 5px;
    width: auto;
}

@media (min-width: 1240px) {
    .header__nav__menu__item a img {
        height: 25px;
    }
}

.header__nav__menu__item a span {
    display: block;
}

.header__nav__menu__item a:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__menu__item a:hover {
        opacity: 0.6;
    }
}

.header__nav__tool {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 15px;
    justify-content: flex-end;
    position: relative;
}

@media (min-width: 1240px) {
    .header__nav__tool {
        column-gap: 20px;
    }
}

.header__nav__tool__item__link {
    align-items: center;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    font-size: 1.4rem;
    justify-content: flex-end;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__nav__tool__item__link img {
    display: block;
    margin: 0;
}

.header__nav__tool__item__link span {
    display: block;
}

.header__nav__tool__item__link:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .header__nav__tool__item__link:hover {
        opacity: 0.6;
    }
}

.header__burger {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    height: 31px;
    left: auto;
    margin: auto;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    z-index: 100;
}

@media (min-width: 768px) {
    .header__burger {
        right: 30px;
    }
}

@media (min-width: 992px) {
    .header__burger {
        display: none;
    }
}

.header__burger__box {
    display: block;
    height: 15px;
    margin: 0 auto 8px;
    position: relative;
    width: 26px;
}

.header__burger__box__line {
    display: block;
    margin: 0px 0 0;
    top: 0.5px;
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.header__burger__box__line, .header__burger__box__line:before, .header__burger__box__line:after {
    background-color: #fff;
    height: 1px;
    position: absolute;
    width: 26px;
}

.header__burger__box__line:before, .header__burger__box__line:after {
    content: "";
    display: block;
}

.header__burger__box__line:before {
    top: 7px;
    transition: transform 0.35s ease, background-color 0.35s ease, opacity 0.35s ease;
}

.header__burger__box__line:after {
    top: 14px;
    transition: transform 0.35s ease, background-color 0.35s ease;
}

.header__burger__label {
    color: #fff;
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.header__burger.is-active .header__burger__box__line {
    background-color: #1d2080;
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.header__burger.is-active .header__burger__box__line:before {
    background-color: #1d2080;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-3.7142857143px, -6px, 0);
}

.header__burger.is-active .header__burger__box__line:after {
    background-color: #1d2080;
    transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.header__burger.is-active .header__burger__label {
    color: #1d2080;
}

.header.opened {
    background-color: white;
}

.header.opened:before {
    opacity: 0;
}

.header.opened .header__logo a:before {
    opacity: 0;
}

.header.opened .header__logo a:after {
    opacity: 1;
}

.mbnav {
    background-image: url(../images/commons/com-mbnav-bg.webp);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 65px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, visibility 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    visibility: hidden;
    z-index: 98;
}

@media (min-width: 992px) {
    .mbnav {
        display: none !important;
    }
}

.mbnav-inner {
    height: 100%;
    min-height: 665px;
    position: relative;
}

.mbnav.is-active {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    visibility: visible;
}

.mbnav__menu {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 20px;
    width: 375px;
}

.mbnav__menu:before {
    background-image: url(../images/commons/com-mbnav-menu-bg.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 665px;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 305px;
    z-index: 1;
}

@media (min-width: 768px) {
    .mbnav__menu:before {
        bottom: 0;
        top: auto;
    }
}

.mbnav__menu:after {
    background-image: url(../images/commons/com-mbnav-menu-deco-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: 104px;
    left: auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 108px;
    z-index: 0;
}

@media (min-width: 768px) {
    .mbnav__menu:after {
        bottom: 580px;
        top: auto;
    }
}

.mbnav__menu__item {
    bottom: auto;
    left: auto;
    position: absolute;
    right: auto;
    text-align: center;
    top: auto;
    width: 210px;
    z-index: 2;
}

.mbnav__menu__item:nth-child(1) {
    left: 80px;
    top: 32px;
}

@media (min-width: 768px) {
    .mbnav__menu__item:nth-child(1) {
        bottom: 580px;
        top: auto;
    }
}

.mbnav__menu__item:nth-child(2) {
    left: 82px;
    top: 105px;
}

@media (min-width: 768px) {
    .mbnav__menu__item:nth-child(2) {
        bottom: 510px;
        top: auto;
    }
}

.mbnav__menu__item:nth-child(3) {
    left: 70px;
    top: 185px;
}

@media (min-width: 768px) {
    .mbnav__menu__item:nth-child(3) {
        bottom: 430px;
        top: auto;
    }
}

.mbnav__menu__item:nth-child(3) a {
    transform: rotate(-7deg);
}

.mbnav__menu__item:nth-child(4) {
    left: 75px;
    top: 275px;
}

@media (min-width: 768px) {
    .mbnav__menu__item:nth-child(4) {
        bottom: 340px;
        top: auto;
    }
}

.mbnav__menu__item:nth-child(4) a {
    transform: rotate(3deg);
}

.mbnav__menu__item:nth-child(5) {
    left: 85px;
    top: 335px;
}

@media (min-width: 768px) {
    .mbnav__menu__item:nth-child(5) {
        bottom: 280px;
        top: auto;
    }
}

.mbnav__menu__item:nth-child(5) a {
    transform: rotate(-2deg);
}

.mbnav__menu__item:nth-child(6) {
    left: 80px;
    top: 405px;
}

@media (min-width: 768px) {
    .mbnav__menu__item:nth-child(6) {
        bottom: 210px;
        top: auto;
    }
}

.mbnav__menu__item:nth-child(6) a {
    transform: rotate(-3deg);
}

.mbnav__menu__item a {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 50px;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.mbnav__menu__item a span {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.mbnav__menu__item a:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .mbnav__menu__item a:hover {
        opacity: 0.6;
    }
}

.mbnav__tool {
    align-items: center;
    bottom: auto;
    display: flex;
    flex-flow: row nowrap;
    gap: 60px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 500px;
}

@media (min-width: 768px) {
    .mbnav__tool {
        bottom: 50px;
        top: auto;
    }
}

.mbnav__tool__item {
    width: 120px;
}

.mbnav__tool__item__link {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    flex-flow: row nowrap;
    height: 120px;
    justify-content: center;
    position: relative;
    width: 120px;
}

.mbnav__tool__item__link:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: auto;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.mbnav__tool__item__link:after {
    background-image: url(../images/commons/com-mbnav-tool-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 20px;
    content: "";
    display: block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 36px;
}

.mbnav__tool__item__link--user:before {
    background-image: url(../images/icons/icon-navy-user.svg);
    height: 21px;
    top: 15px;
    width: 19px;
}

.mbnav__tool__item__link--cart:before {
    background-image: url(../images/icons/icon-navy-cart.svg);
    height: 23px;
    top: 20px;
    width: 24px;
}

/* --------------------
 Footer
-------------------- */
.footer {
    padding: 40px 0 30px;
}

.footer-container {
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 30px;
}

.footer__menu {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 20px 0;
    justify-content: center;
    margin: 0 0 50px;
}

@media (min-width: 768px) {
    .footer__menu {
        margin-bottom: 30px;
    }
}

.footer__menu__item {
    border-right: 1px solid #595757;
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .footer__menu__item {
        font-size: 1.4rem;
    }
}

.footer__menu__item a {
    color: #595757;
    font-size: inherit;
    letter-spacing: 0.2em;
    line-height: inherit;
    position: relative;
    text-decoration: none;
}

.footer__menu__item a:before {
    background-color: #595757;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    transition: width 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 0;
    z-index: 0;
}

.footer__menu__item a:focus:before {
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .footer__menu__item a:hover:before {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .footer__menu__item:nth-child(10) {
        border-right: none;
    }
}

.footer__menu__item:nth-child(14) {
    border-right: none;
}

.footer__main {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 50px 30px;
    justify-content: stretch;
}

@media (min-width: 768px) {
    .footer__main {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }
}

.footer__main__company__logo {
    text-align: center;
}

.footer__main__company__logo a {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__main__company__logo a:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__company__logo a:hover {
        opacity: 0.6;
    }
}

.footer__main__company__logo a img {
    width: 150px;
}

.footer__main__info__translate {
    display: flex;
    justify-content: center;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .footer__main__info__translate {
        justify-content: flex-end;
    }
}

.footer__main__info__sns {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 30px;
    justify-content: center;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .footer__main__info__sns {
        justify-content: flex-end;
    }
}

.footer__main__info__sns__item a {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.footer__main__info__sns__item a:focus {
    opacity: 0.6;
}

@media (hover: hover) and (pointer: fine) {
    .footer__main__info__sns__item a:hover {
        opacity: 0.6;
    }
}

.footer__main__info__address {
    color: #595757;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 20px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__info__address {
        font-size: 1.4rem;
        text-align: right;
    }
}

.footer__main__info__copyright {
    color: #595757;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .footer__main__info__copyright {
        font-size: 1.4rem;
        text-align: right;
    }
}