@charset "UTF-8";
/* ==================================================
   Layout
   ================================================== */
/* Block
-------------------------------------------------- */
/**
 * Element
 */
/* ==================================================
   Fonts
================================================== */
@font-face {
  font-family: 'DIN Condensed Bold';
  font-style: normal;
  font-weight: normal;
  src: local("DIN Condensed Bold"), url("../../fonts/din-condensed/DINCondensed-Bold.woff") format("woff");
}

/* ==================================================
   Base
================================================== */
/* Mixin
-------------------------------------------------- */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> _config.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/**
 * Mediaquery
 */
/**
 * Font Size
 */
/**
 * Font Family
 */
/**
 * Inner
 */
/**
 * Image-trim
 */
/**
 * border-radius
 */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> _mixin.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/**
 * Mediaquery Display
 */
@media screen and (max-width: 1475px) {
  .min-xlg {
    display: none !important;
  }
}

@media screen and (min-width: 1476px) {
  .max-xlg {
    display: none !important;
  }
}

@media screen and (max-width: 1279px) {
  .min-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .max-lg {
    display: none !important;
  }
}

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

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

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

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

@media screen and (max-width: 479px) {
  .min-xs {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .max-xs {
    display: none !important;
  }
}

/**
 * Clearfix
 */
/**
 * Prefix
 */
/**
 * Position Center（親要素に対して上下中央寄せ）
 */
/**
 * Flexbox
 */
/**
 * CSS grid
 */
/**
 * Color
 */
/**
 * Font size
 */
/**
 * Font-family
 */
/**
 * Transition
 */
/**
 * Calc
 */
/**
 * Inner
 */
/**
 * Image-trim
 */
.c-trim.2ls {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.2ls:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim.ld {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.ld:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim.lvh {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.lvh:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim.l {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.l:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.6666%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim__inner {
  /*-c-trim の直下にあるdivまたはaタグに指定-*/
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.c-trim__after {
  /*-トリミングしたい画像や要素に指定*/
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/**
 * Gap-margin
 */
/**
 * Gap-padding
 */
/* Base
-------------------------------------------------- */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _color.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Color Stylez
================================================== */
/**
 * SNS Color
 */
/* ==================================================
   Color Palette Style
================================================== */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _base.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #040102;
}

a {
  color: #F7C361;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #F7C361;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}

p {
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}

img {
  max-width: 100%;
  flex-shrink: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #efefef;
}

::-webkit-scrollbar-corner {
  background: #efefef;
}

::-webkit-scrollbar-thumb {
  background: #efefef;
  border-radius: 12px;
}

/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Layout
-------------------------------------------------- */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> layout -> _header.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Header
================================================== */
.l-header__bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2000;
  max-width: 100vw;
  background: transparent;
  text-align: right;
}

.l-header__bar #hamburger {
  margin-left: auto;
  margin-right: 20px;
}

.l-header__inner {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
          flex: 1;
}

.l-header__desc {
  text-align: center;
  padding: 15px 0;
  color: #A29369;
}

@media screen and (max-width: 767px) {
  .l-header__desc {
    width: 100%;
  }
}

.l-header__logo {
  margin-bottom: 0;
  width: 320px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 40vw;
  }
}

.l-header__logo a {
  display: block;
}

.l-header__logo a img {
  display: block;
  margin-right: auto;
}

.l-header__global-nav {
  width: 100%;
  max-width: 960px;
}

.l-header__global-nav > ul {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
}

.l-header__global-nav .l-header__menu {
  width: 100%;
  border-right: 1px solid #A29369;
}

.l-header__global-nav .l-header__menu a {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.8em 0;
  font-weight: 700;
  text-align: center;
  font-family: Lusitana, "游明朝", "Yu Mincho",  Shippori , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-header__global-nav .l-header__menu a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.l-header__global-nav .l-header__menu a .en {
  text-transform: uppercase;
}

.l-header__global-nav .l-header__menu a .ja {
  font-size: 11px;
  font-size: 1.1rem;
}

.l-header__global-nav .l-header__menu:first-child {
  border-left: 1px solid #A29369;
}

.l-header__tel {
  text-align: right;
  line-height: 1.2;
  width: 320px;
  max-width: 16.66vw;
  margin-right: 6.25%;
}

@media screen and (max-width: 991px) {
  .l-header__tel {
    display: none;
  }
}

.l-header__tel .desc {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
  color: #A29369;
}

.l-header__tel .number {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0;
}

.l-header__tel .number img {
  margin-right: 10px;
}

.l-header__top {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  padding: 10px 0;
}

.l-header__top__btn {
  width: 100%;
  max-width: 620px;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
}

@media screen and (max-width: 1279px) {
  .l-header__top__btn {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .l-header__top__btn {
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

.l-header__top__btn .inq,
.l-header__top__btn .cart {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 991px) {
  .l-header__top__btn .inq,
  .l-header__top__btn .cart {
    max-width: 48px;
    height: 48px;
    margin-right: 5px;
  }
}

.l-header__top__btn .inq a,
.l-header__top__btn .cart a {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
  outline: none;
  border: none;
  width: 100%;
  color: #ffffff;
  padding: 0.8em 0;
  border-radius: 4px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .l-header__top__btn .inq a,
  .l-header__top__btn .cart a {
    padding: 0;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .l-header__top__btn .inq .ja,
  .l-header__top__btn .cart .ja {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .l-header__top__btn .inq .icon,
  .l-header__top__btn .cart .icon {
    max-width: 50%;
  }
}

.l-header__top__btn .inq a {
  background-color: #A29369;
}

.l-header__top__btn .cart a {
  background-color: #F7C361;
}

.l-header__top__btn .search {
  width: 240px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .l-header__top__btn .search {
    display: none !important;
  }
}

.l-header__top__btn .search__input {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  flex-wrap: nowrap;
  width: 240px;
}

.l-header__top__btn .search__input input[type="text"],
.l-header__top__btn .search__input select {
  display: block;
  box-sizing: border-box;
  width: calc( 100% - 60px - 10px);
  padding: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}

.l-header__top__btn .search__btn {
  outline: none;
  border: none;
  display: block;
  width: 60px;
  margin-left: 10px;
  text-align: center;
  color: #ffffff;
  background-color: #A29369 !important;
  padding: 0.8em;
  border-radius: 4px;
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
}

#hamburger {
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin-left: 10px;
}

#hamburger span {
  width: 100%;
  height: 2px;
  background: #F7C361;
  position: absolute;
  left: 0;
}

#hamburger span:first-child {
  top: 30%;
}

#hamburger span:nth-child(2) {
  top: calc(50% - 0.5px);
}

#hamburger span:nth-child(3) {
  top: 70%;
}

#hamburger b {
  font-size: 11px;
  font-size: 1.1rem;
}

#overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}

#drawer-menu {
  width: 400px;
  max-width: 80vw;
  padding-top: 90px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 200;
  -webkit-transform: translateX(460px);
          transform: translateX(460px);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#drawer-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#drawer-menu .drawer-btn {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.8em 0;
  border-radius: 4px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}

#drawer-menu .drawer-btn .ja {
  display: block;
}

#drawer-menu .drawer-btn .icon {
  margin-right: 10px;
}

#drawer-menu .drawer-btn.member {
  background-color: rgba(120, 192, 148, 0.1);
  margin-bottom: 5px;
}

#drawer-menu .drawer-btn.mypage {
  background-color: rgba(162, 147, 105, 0.1);
}

#drawer-menu .drawer-menu-container {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  height: 100%;
}

#drawer-menu .drawer-menu__nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

#drawer-menu .drawer-menu__nav li a {
  display: block;
  padding: 0.4em 1em;
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
  color: #040102;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.13em;
  box-sizing: border-box;
}

#drawer-menu .drawer-menu__nav li.bnr {
  border-bottom: none;
  margin: 20px 0 0;
  padding: 0 15px;
}

#drawer-menu .drawer-menu__nav li.bnr + .bnr {
  margin-top: 10px;
}

#drawer-menu .drawer-menu__nav li.bnr a {
  display: block;
  padding: 0;
}

#drawer-menu .drawer-menu__nav li.bnr a img {
  display: block;
}

#drawer-menu .drawer-menu__bottom {
  width: 100%;
  padding-bottom: 20px;
}

#drawer-menu .drawer-menu__bottom .drawer-sns {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
}

#drawer-menu .drawer-menu__bottom .drawer-sns__item:nth-child(n+2) {
  margin-left: 20%;
}

/*- ONLINESHOPボタン -*/
#drawer-menu .c-btn {
  display: block;
  padding: 0.5em;
  color: #fff;
  background-color: #F7C361;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #drawer-menu .drawer-menu__bottom .c-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#drawer-menu .side__content {
  padding: 88px 15px 0;
}

#drawer-menu .side__content:nth-child(n+2) {
  padding-top: 20px;
}

#drawer-menu #close {
  position: relative;
  width: 28px;
  height: 28px;
  display: block;
  margin-left: auto;
}

#drawer-menu #close span {
  width: 28px;
  height: 2px;
  background: #040102;
  position: absolute;
  left: 50%;
  top: 50%;
}

#drawer-menu #close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#drawer-menu #close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> layout -> _footer.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Footer
   ================================================== */
.l-footer {
  background-image: url(../../images/footer/footer_cover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: calc( 5vw + 80px);
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    background-image: url(../../images/footer/footer_cover_sp.png);
  }
}

.l-footer-nav {
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
          justify-content: center;
  flex-wrap: nowrap;
}

.l-footer-nav__item {
  width: 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
}

.l-footer-nav__item:nth-child(1) {
  text-align: right;
  padding-right: 60px;
}

.l-footer-nav__item:nth-child(2) {
  padding-left: 60px;
}

.l-footer-nav__item .is--link {
  margin-top: 3em;
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  color: #040102;
}

.l-footer-information {
  color: #F7C361;
}

.l-footer-address {
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  text-align: center;
  margin-top: 3em;
  margin-bottom: 0.5em;
}

.l-footer-copyright {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5em;
}

.l-footer-copyright a {
  font-weight: 700;
}

.l-footer-logo {
  text-align: center;
  margin-bottom: 0;
}

.l-footer-logo a {
  display: inline-block;
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> layout -> _common.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Common Content
   ================================================== */
#wrap {
  position: relative;
  overflow: hidden;
}

#contents {
  position: relative;
}

.inner {
  width: 100%;
  max-width: calc( 1474px + 5% * 2);
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.section, .section.is--start {
  padding: 40px 0;
}

@media screen and (max-width: 991px) {
  .section, .section.is--start {
    padding: 20px 0;
  }
}

.is--start.section {
  padding-top: 0;
}

.block--nowrap {
  display: inline-block;
}

/* Object
-------------------------------------------------- */
/**
 * Component
 */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _hero.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Hero Content
   ================================================== */
.c-hero.is--home {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .c-hero.is--home {
    height: 100vw;
  }
}

.c-hero.is--home:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  padding-bottom: 10.4166vw;
  background-image: url(../../images/hero/hero_cover.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: 10;
}

.c-hero.is--home .c-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 20;
}

.c-hero.is--under {
  position: relative;
  width: 100%;
  padding-bottom: 376px;
}

@media screen and (max-width: 767px) {
  .c-hero.is--under {
    padding-bottom: 60vw;
  }
}

.c-hero.is--under .c-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .c-hero.is--under .c-logo {
    width: 30vw;
  }
}

.c-hero.is--member {
  background-image: url(../../images/hero/hero_member.png);
  background-size: cover;
}

.c-hero.is--privacy {
  background-image: url(../../images/hero/hero_privacy.png);
  background-size: cover;
}

.p-hero-nav {
  position: absolute;
  bottom: calc( 10.4166vw + 20px);
  right: 20px;
  z-index: 100;
  max-width: 280px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-hero-nav {
    display: none;
  }
}

.p-hero-nav a {
  color: #fff;
}

.p-hero-nav a.is--link {
  display: block;
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.13em;
  margin-top: 2em;
}

#js-top-slider {
  width: 100%;
  height: 100%;
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _headline.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Headline Style
   ================================================== */
h1 {
  font-size: 3.2rem;
  margin-bottom: 0.95em;
}

h2 {
  font-size: 2.8rem;
  margin-bottom: 0.95em;
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 0.95em;
}

h4 {
  font-size: 2rem;
  margin-bottom: 0.95em;
}

h5 {
  font-size: 1.6rem;
  margin-bottom: 0.95em;
}

h6 {
  font-size: 1.2rem;
  margin-bottom: 0.95em;
}

.c-heading {
  letter-spacing: 0.06em;
  font-weight: 700;
  color: black;
}

.c-heading-01 {
  position: relative;
  padding-top: 0.6em;
  text-align: center;
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
  font-size: 75px;
  font-size: 7.5rem;
  letter-spacing: 0.13em;
}

@media screen and (max-width: 767px) {
  .c-heading-01 {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

@media screen and (max-width: 479px) {
  .c-heading-01 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.c-heading-01:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../../images/common/icon_kofun_sand.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.c-heading-01 .ja {
  display: block;
  text-align: center;
  font-size: 0.26em;
}

.c-heading-01 .ja img {
  height: 1em;
}

.c-heading-02, .c-heading-03, .p-item .c-heading {
  position: relative;
  padding-left: 1.2em;
  font-size: 50px;
  font-size: 5rem;
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
  width: 100%;
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: nowrap;
  letter-spacing: 0.13em;
  margin-bottom: 0.66em;
}

@media screen and (max-width: 767px) {
  .c-heading-02, .c-heading-03, .p-item .c-heading {
    font-size: 40px;
    font-size: 4rem;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 479px) {
  .c-heading-02, .c-heading-03, .p-item .c-heading {
    font-size: 32px;
    font-size: 3.2rem;
    flex-wrap: wrap;
  }
}

.c-heading-02:before, .c-heading-03:before, .p-item .c-heading:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6em;
  height: 1.04em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.c-heading-02 .ja, .c-heading-03 .ja, .p-item .c-heading .ja {
  color: #F7C361;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  font-weight: 600;
  padding-left: 1em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-heading-02 .ja, .c-heading-03 .ja, .p-item .c-heading .ja {
    padding-left: 0;
    display: block;
    width: 100%;
    margin-top: -0.5em;
  }
}

@media screen and (max-width: 479px) {
  .c-heading-02 .ja, .c-heading-03 .ja, .p-item .c-heading .ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c-heading-02.is--green:before, .is--green.c-heading-03:before, .p-item .is--green.c-heading:before {
  background-image: url(../../images/common/icon_kofun_green.svg);
}

.c-heading-02.is--sand:before, .is--sand.c-heading-03:before, .p-item .is--sand.c-heading:before {
  background-image: url(../../images/common/icon_kofun_sand.svg);
}

.c-heading-02.is--noicon, .is--noicon.c-heading-03, .p-item .is--noicon.c-heading {
  position: relative;
  padding-left: 0;
  padding-bottom: 0.2em;
  background-image: url(../../images/common/border_double_1px.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.c-heading-02.is--noicon:before, .is--noicon.c-heading-03:before, .p-item .is--noicon.c-heading:before {
  content: none;
}

.c-heading-03, .p-item .c-heading {
  text-align: left;
  padding-left: 0;
}

.c-heading-03:before, .p-item .c-heading:before {
  content: none;
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _button.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Button Style
================================================== */
.btn, .more a {
  outline: none;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background-color: #A29369;
  padding: 0.8em;
  border-radius: 4px;
  font-family: "Lato", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 500;
  font-weight: 600;
}

.btn.map, .more a.map {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0.5em;
  background-color: transparent;
  border: 2px solid #333;
  color: #333;
}

.btn.map .icon, .more a.map .icon {
  margin-left: 5px;
}

.btn-secondary {
  max-width: 280px;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 2em auto 0;
  background: #eeeeee;
  color: #040102;
}

.more a {
  background-color: #78C094;
}

/**
 * Utility
 */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _c-flexexbox.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
  flexbox Style
================================================== */
.c-flex {
  width: 100%;
  display: -webkit-c-flexex;
  display: c-flexex;
}

.c-flex.c-wrap--wrap {
  c-flexex-wrap: wrap;
}

.c-flex.c-wrap--nowrap {
  c-flexex-wrap: nowrap;
}

.c-flex.c-justify--between {
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.c-flex.c-justify--start {
  -webkit-box-pack: c-flexex-start;
          justify-content: c-flexex-start;
}

.c-flex.c-justify--center {
  -webkit-box-pack: center;
          justify-content: center;
}

.c-flex.c-justify--end {
  -webkit-box-pack: c-flexex-end;
          justify-content: c-flexex-end;
}

.c-flex.c-align--start {
  -webkit-box-align: c-flexex-start;
          align-items: c-flexex-start;
}

.c-flex.c-align--center {
  -webkit-box-align: center;
          align-items: center;
}

.c-flex.c-align--end {
  -webkit-box-align: c-flexex-end;
          align-items: c-flexex-end;
}

.c-flex.c-direction--row {
  c-flexex-direction: row;
}

.c-flex.c-direction--row-r {
  c-flexex-direction: row-reverse;
}

.c-flex.c-direction--col {
  c-flexex-direction: column;
}

.c-flex.c-direction--col-r {
  c-flexex-direction: column-reverse;
}

.c-flex .c-basis--auto {
  c-flexex-basis: auto;
}

.c-flex .c-self--left {
  margin-left: 0;
  margin-right: auto;
}

.c-flex .c-self--right {
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 1475px) {
  .c-flex-min--xlg {
    display: block !important;
  }
}

@media screen and (min-width: 1476px) {
  .c-flex-max--xlg {
    display: block !important;
  }
}

@media screen and (max-width: 1279px) {
  .c-flex-min--lg {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .c-flex-max--lg {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .c-flex-min--md {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .c-flex-max--md {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .c-flex-min--sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .c-flex-max--sm {
    display: block !important;
  }
}

@media screen and (max-width: 479px) {
  .c-flex-min--xs {
    display: block !important;
  }
}

@media screen and (min-width: 480px) {
  .c-flex-max--xs {
    display: block !important;
  }
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _display.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Display Style
================================================== */
@media screen and (max-width: 1279px) {
  .c-min-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .c-max-lg {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .c-min-md {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .c-min-sm {
    display: none !important;
  }
}

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

@media screen and (max-width: 479px) {
  .c-min-xs {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .c-max-xs {
    display: none !important;
  }
}

.c-block {
  display: inline-block;
}

/**
 * Project
 */
/* ==================================================
   Component
================================================== */
.c-lead {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1279px) {
  .c-lead {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-btn-box {
  padding-top: 60px;
  text-align: center;
}

/* ==================================================
   Pages
================================================== */
.p-concept-lead {
  text-align: center;
  margin-bottom: 7.29vw;
}

.p-concept-image {
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  background-image: url(../../images/top/concept_cover.svg);
  background-repeat: no-repeat;
  background-position: center top 20vw;
  background-size: 100% auto;
}

.p-concept-image img {
  width: 100%;
}

.p-concept-image .image-1 {
  -webkit-box-flex: 0;
          flex: 0 1 29.08vw;
  max-width: 29.08vw;
}

@media screen and (max-width: 1279px) {
  .p-concept-image .image-1 {
    -webkit-box-flex: 0;
            flex: 0 1 20vw;
    max-width: 20vw;
  }
}

.p-concept-image .image-2 {
  position: relative;
  padding-left: 12vw;
  -webkit-box-flex: 0;
          flex: 0 1 58.12vw;
  max-width: 58.12vw;
}

@media screen and (max-width: 1279px) {
  .p-concept-image .image-2 {
    -webkit-box-flex: 0;
            flex: 0 1 58.12vw;
    max-width: 58.12vw;
  }
}

.p-concept-image .image-2 .image-2-1 {
  position: absolute;
  left: 0;
  bottom: -4vw;
  width: 12vw;
  max-width: 12vw;
}

.p-concept-image .image-3 {
  -webkit-box-flex: 0;
          flex: 0 1 12.8vw;
}

@media screen and (max-width: 1279px) {
  .p-concept-image .image-3 {
    -webkit-box-flex: 0;
            flex: 0 1 10vw;
    max-width: 10vw;
  }
}

.p-concept-text {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: -12vw;
}

@media screen and (max-width: 1279px) {
  .p-concept-text {
    margin-top: 0;
    padding-left: 5%;
  }
}

.p-concept-text .image-4 {
  position: absolute;
  right: 12.8vw;
  bottom: -10vw;
  width: 12vw;
  max-width: 12vw;
}

.p-access {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-access dt:nth-of-type(n+2), .p-access dd:nth-of-type(n+2) {
    margin-top: 22px;
  }
}

.p-access dt.is--access, .p-access dt.is--open, .p-access dd.is--access, .p-access dd.is--open {
  align-self: flex-start;
}

.p-access dt {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
          flex: 0 0 140px;
}

@media screen and (max-width: 767px) {
  .p-access dt {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-bottom: 0.5em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.p-access dt img {
  width: 1.39em;
  height: auto;
  margin-right: 0.5em;
}

.p-access dd {
  -webkit-box-flex: 1;
          flex: 1 1 calc( 100% - 140px);
}

@media screen and (max-width: 767px) {
  .p-access dd {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-bottom: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-diagram .c-media {
  text-align: center;
}

.p-diagram-lead {
  padding-top: 75px;
  text-align: center;
}

.p-vision-copy {
  text-align: center;
}

.p-vision-list {
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 1178px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-vision-list {
    flex-wrap: wrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}

.p-vision-list__item {
  width: 27.5%;
}

@media screen and (max-width: 767px) {
  .p-vision-list__item {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .p-vision-list__item:nth-child(2) {
    margin-top: 60px;
  }
  .p-vision-list__item:nth-child(3) {
    margin-top: 120px;
  }
}

@media screen and (max-width: 767px) {
  .p-vision-list__item:nth-child(2) {
    margin-left: auto;
  }
}

.p-vision-lead {
  padding-top: 90px;
  position: relative;
  padding-right: 17.7vw;
}

.p-vision-lead:after {
  content: '';
  position: absolute;
  bottom: -8.4vw;
  right: 0;
  background-image: url(../../images/common/passer_mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12.24vw;
  height: 12.24vw;
  z-index: 20;
}

.p-item {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 140px;
  position: relative;
}

.p-item:before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(../../images/top/item_cover_top.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 140px;
  background-image: url(../../images/top/item_cover_bottom.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  bottom: 0;
  left: 0;
}

.p-item-cover {
  background-image: url(../../images/top/item_cover_middle.png);
  background-repeat: repeat;
}

.p-item .inner {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 26.05vw;
}

.p-item .c-heading {
  text-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
}

.p-item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 12px 20px;
}

@media screen and (max-width: 767px) {
  .p-item-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[auto];
    grid-template-rows: repeat(auto, 1fr);
  }
}

.p-item-list__item img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-item-list__item.is--first {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}

.p-item-note {
  width: 100%;
  text-align: right;
  margin-top: 1em;
}

@media screen and (max-width: 1279px) {
  .p-item-note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-item-note {
    text-align: left;
  }
}

.p-others-container {
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .p-others-container {
    flex-wrap: wrap;
  }
}

.p-others-container .p-program {
  -webkit-box-flex: 1;
          flex: 1 1 fill;
  padding-right: 40px;
  background-image: url(../../images/common/border_double_vertical.svg);
  background-repeat: repeat-y;
  background-position: right top;
}

@media screen and (max-width: 991px) {
  .p-others-container .p-program {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    background-image: url(../../images/common/border_double_3px.svg);
    background-repeat: repeat-x;
    background-position: right bottom;
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.p-others-container .p-event {
  -webkit-box-flex: 1;
          flex: 1 1 500px;
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .p-others-container .p-event {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}

.p-others-container .p-event .fb-container {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 479px) {
  .p-others-container .p-event .fb-container {
    max-width: 320px;
  }
}

.p-others-container .p-event .fb-container iframe {
  width: 100%;
}

.p-program .c-table tr th, .p-program .c-table tr td {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em 0;
}

@media screen and (max-width: 1279px) {
  .p-program .c-table tr th, .p-program .c-table tr td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-program .c-table tr th, .p-program .c-table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-program .c-table tr th {
  font-weight: 600;
  width: 237px;
  text-align: left;
  padding-right: 1em;
}

@media screen and (max-width: 767px) {
  .p-program .c-table tr th {
    width: 30%;
  }
}

.p-program .c-table tr td .c-btn-box {
  text-align: left;
}

.p-program .c-table tr td .c-btn {
  display: block;
}

.p-shop-container {
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .p-shop-container {
    flex-wrap: wrap;
  }
}

.p-shop .c-heading {
  position: relative;
  padding-bottom: 0.2em;
  background-image: url(../../images/common/border_double_1px.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

@media screen and (max-width: 991px) {
  .p-shop .c-heading {
    margin-bottom: 3em;
  }
}

.p-shop .c-heading:after {
  content: 'SOCIAL GIFT SHOP PASSER';
  font-family: "DIN Condensed Bold" !important;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 1em;
  color: #78C094;
  letter-spacing: 0.13em;
}

.p-shop .c-heading img {
  height: 5.0rem;
}

.p-shop-lead {
  padding-top: 3em;
}

.p-shop .c-text {
  -webkit-box-flex: 1;
          flex: 1 1 fill;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .p-shop .c-text {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    padding-top: 0;
  }
}

.p-shop .c-map {
  -webkit-box-flex: 1;
          flex: 1 1 740px;
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  .p-shop .c-map {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.p-shop .c-map .c-iframe {
  position: relative;
  width: 100%;
}

.p-shop .c-map .c-iframe:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 63.108%;
}

.p-shop .c-map .c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-shop .c-bnr {
  padding-top: 40px;
}

.p-stores-list {
  width: 100%;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 72px;
}

@media screen and (max-width: 767px) {
  .p-stores-list {
    flex-wrap: wrap;
  }
}

.p-stores-list__item {
  -webkit-box-flex: 0;
          flex: 0 1 calc( 33.3333% - 10px);
}

@media screen and (max-width: 767px) {
  .p-stores-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
}

.p-stores-list__item .c-title {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  padding: 0.2em;
  background-color: #EDEAEA;
}

@media screen and (max-width: 1279px) {
  .p-stores-list__item .c-title {
    padding: 0.2em 0.6em;
    margin-top: 1em;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-stores-list__item .p-access dt, .p-stores-list__item .p-access dd {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .p-stores-list__item .p-access dt {
    margin-bottom: 0.5em;
  }
  .p-stores-list__item .p-access dd {
    margin-top: 0;
  }
}

.p-collaboration-list {
  width: 100%;
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-collaboration-list {
    flex-wrap: wrap;
  }
}

.p-collaboration-list__item {
  -webkit-box-flex: 0;
          flex: 0 0 calc( 50% - 26px);
}

@media screen and (max-width: 767px) {
  .p-collaboration-list__item {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
  }
  .p-collaboration-list__item:nth-of-type(n+2) {
    margin-top: 2em;
  }
}

.p-collaboration-list__item a {
  position: relative;
  display: block;
  text-align: center;
  border: 3px solid #040102;
}

.p-collaboration-list__item a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc( 100% - 16px);
  height: calc( 100% - 16px);
  border: 1px solid #040102;
  pointer-events: none;
}

.p-instagram {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0 140px;
  position: relative;
}

.p-instagram-cover {
  background-image: url(../../images/top/item_cover_middle.png);
  background-repeat: repeat;
}

.p-instagram:before {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(../../images/top/item_cover_top.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  top: 0;
  left: 0;
}

.p-instagram:after {
  content: '';
  display: block;
  width: 100%;
  height: 140px;
  background-image: url(../../images/top/item_cover_bottom.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  bottom: 0;
  left: 0;
}

.p-instagram .inner {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: nowrap;
}

.p-instagram .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.p-instagram .swiper-slide a:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.p-instagram .swiper-slide a div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-instagram .swiper-slide a div img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact-lead {
  padding-bottom: 2em;
  background-image: url(../../images/common/border_double_3px.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-contact-lead p:nth-of-type(n+2) {
  margin-top: 1em;
}

.p-contact-tel {
  text-align: center;
  padding: 80px 0 100px;
}

@media screen and (max-width: 767px) {
  .p-contact-tel {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact-tel img {
    max-width: 80%;
  }
}

.p-contact-form {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.p-contact-form-note {
  text-align: right;
  margin-bottom: 50px;
}

.p-contact-form-note .requre {
  display: inline-block;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  margin-right: 0.5em;
  background-color: #d9534f;
  border: 1px solid #d43f3a;
  font-weight: 600;
  font-size: 0.7em;
}

@media screen and (max-width: 767px) {
  .p-contact-form-note {
    margin-bottom: 1em;
  }
}

.p-contact form#mail_form {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.p-contact form#mail_form input[type="text"],
.p-contact form#mail_form input[type="email"],
.p-contact form#mail_form input[type="tel"],
.p-contact form#mail_form textarea {
  border: 1px solid #F7C361;
  background-color: #fff;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.p-contact form#mail_form input[type="text"],
.p-contact form#mail_form input[type="email"],
.p-contact form#mail_form input[type="tel"],
.p-contact form#mail_form input#phone,
.p-contact form#mail_form input#name_1,
.p-contact form#mail_form input#read_1,
.p-contact form#mail_form input#company {
  max-width: 400px;
  width: 100%;
}

.p-contact form#mail_form input#address {
  margin-top: 0.5em;
}

.p-contact form#mail_form dl {
  width: 100%;
}

.p-contact form#mail_form dl dt, .p-contact form#mail_form dl dd {
  border: none;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-contact form#mail_form dl dt, .p-contact form#mail_form dl dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.p-contact form#mail_form dl dt {
  text-align: left;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .p-contact form#mail_form dl dt {
    width: 100%;
  }
}

.p-contact form#mail_form dl dt span.required,
.p-contact form#mail_form dl dt span.optional {
  margin-right: 0.5em;
  font-size: 0.7em;
}

.p-contact form#mail_form dl dt span.optional {
  background-color: #F7C361;
  border: 1px solid #F7C361;
}

.p-contact form#mail_form dl dd {
  width: calc( 100% - 240px);
}

@media screen and (max-width: 767px) {
  .p-contact form#mail_form dl dd {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}

.p-contact form#mail_form dl dd .p-radio {
  width: 100%;
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: start;
          justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .p-contact form#mail_form dl dd .p-radio {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .p-contact form#mail_form dl dd .p-radio__item {
    width: 100%;
  }
}

.p-contact form#mail_form dl dd .p-radio__item input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
}

.p-contact form#mail_form dl dd .p-radio__item label {
  padding-left: 1.5em;
  position: relative;
  font-weight: 500;
}

.p-contact form#mail_form dl dd .p-radio__item label:before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-sizing: border-box;
}

.p-contact form#mail_form dl dd .p-radio__item label:after {
  content: '';
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background-color: #F7C361;
  position: absolute;
  top: 50%;
  left: 0.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.p-contact form#mail_form dl dd .p-radio__item label.js-checked:after {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .p-contact form#mail_form dl dd .p-radio__item:nth-of-type(n+2) {
    margin-left: 1em;
  }
}

.p-contact form#mail_form dl dd small {
  font-style: normal;
  font-weight: 400;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .p-contact form#mail_form dl dd small {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.p-contact form#mail_form p#form_submit {
  width: 100%;
  padding: 0;
  margin-top: 40px;
  border-top: none;
  text-align: center;
}

.p-contact form#mail_form input#form_submit_button {
  background-image: url(../../images/top/btn_send.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  width: 260px;
  height: 60px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* ==================================================
   Member
================================================== */
.p-member .inner {
  width: 100%;
  max-width: calc( 1200px + 5% * 2);
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.p-member-lead {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-member-lead {
    margin-bottom: 60px;
  }
}

.p-member-table {
  width: 100%;
  background-image: url(../../images/common/border_double_1px.svg);
  background-repeat: repeat-x;
  background-position: left bottom;
}

.p-member-table__row {
  border-top: 1px solid #040102;
}

.p-member-table__row:nth-of-type(1) {
  background-image: url(../../images/member/border_member_table.svg);
  background-repeat: repeat-x;
  background-position: left top;
}

@media screen and (max-width: 767px) {
  .p-member-table__row:nth-of-type(1) th {
    padding-top: 1.2em;
  }
}

.p-member-table__tag {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #F7C361;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
  padding: 0.3em 0.5em;
  border-radius: 2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .p-member-table thead, .p-member-table tbody, .p-member-table tr, .p-member-table th, .p-member-table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-member-table thead {
    display: none;
  }
}

.p-member-table thead th {
  border: none;
  padding: 0 0 0.5em;
}

.p-member-table th, .p-member-table td {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1em 1.375em;
}

@media screen and (max-width: 767px) {
  .p-member-table th, .p-member-table td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em 1em;
  }
}

@media screen and (min-width: 768px) {
  .p-member-table th:nth-of-type(1), .p-member-table td:nth-of-type(1) {
    width: 28%;
  }
  .p-member-table th:nth-of-type(2), .p-member-table td:nth-of-type(2) {
    width: 26%;
  }
}

.p-member-table th {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-member-table th {
    border-bottom: 1px solid #040102;
  }
}

@media screen and (max-width: 767px) {
  .p-member-table td:nth-of-type(1) {
    padding-bottom: 0;
  }
}

.p-member-table td a {
  text-decoration: underline;
  color: #040102;
}

.p-member-table td:nth-of-type(2) {
  padding-left: 3em;
  background-image: url(../../images/member/icon_map.svg);
  background-repeat: no-repeat;
  background-position: left 1.375em top 1em;
}

@media screen and (max-width: 767px) {
  .p-member-table td:nth-of-type(2) {
    padding-left: 4em;
    background-position: left 2.375em top 1em;
  }
}

/* ==================================================
   Privacy Policy
================================================== */
.p-privacy .inner {
  width: 100%;
  max-width: calc( 930px + 5% * 2);
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.p-privacy-lead {
  margin-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .p-privacy-lead {
    margin-bottom: 60px;
  }
}

.p-privacy-box h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #F7C361;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-privacy-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy-box p, .p-privacy-box ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-privacy-box p:nth-of-type(n+2) {
  margin-top: 1em;
}

.p-privacy-box ul {
  margin-top: 1em;
}

.p-privacy-box ul li {
  position: relative;
  padding-left: 1.5em;
}

.p-privacy-box ul li:before {
  content: '◯';
  position: absolute;
  left: 0;
  top: 0.1em;
}

.p-privacy-box ul li:nth-of-type(n+2) {
  margin-top: 0.2em;
}

.p-privacy-box:nth-of-type(n+2) {
  margin-top: 60px;
}

/* ==================================================
   2021.06 InstaFeed
================================================== */

.p-instagram-container{
  height: 14.2857vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-instagram-container{
    height: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-instagram-container{
    height: 33.3333vw;
  }
}
@media screen and (max-width: 375px) {
  .p-instagram-container{
    height: 50vw;
  }
}