@charset "UTF-8";
/* Reset & Default Setting ----------------------*/
html {
  overflow-y: scroll;
  height: 100% !important;
}

body {
  font-size: 100%;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 130%;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6, li, dt, dd, p {
  line-height: 1;
}

body {
  -webkit-text-size-adjust: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  color: #000;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
  display: block;
}

img {
  height: auto;
  border-style: none;
  margin: 0;
  border: 0;
}

ul, ol {
  list-style: none;
}

sup {
  font-size: .6em;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

iframe {
  border: none;
}

a, a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
}

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

===================================================================== */
html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic W3 JIS2004", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {
  html, body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.font-marumin {
  font-family: "丸明Yoshino StdN R", "ヒラギノ明朝 W6 JIS2004", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
}

.contents__inner {
  text-align: center;
  margin: 0 auto;
  display: block;
  font-size: 1.32353vw;
}

.commonRibbon {
  display: inline-block;
  width: 20.58824%;
  position: relative;
  font-size: 1.76471vw;
  color: #fff;
  text-shadow: 0.1px 0.1px 0 #fff;
  z-index: 1;
}
.commonRibbon:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: -48.27586%;
  left: 0;
  right: 0;
  z-index: -1;
  padding-bottom: 24.13793%;
  background-image: url(../img/bg_ribbon.png);
  -webkit-background-size: 100% auto;
          background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

/* ====== overview =====*/
.overview {
  position: relative;
  padding: 2.94118%;
  background-image: url(../img/bg.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.overview img {
  display: block;
  width: 100%;
}
.overview:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bdr.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-repeat: repeat-X;
}

.overview__ttl {
  display: block;
  width: 31.61765%;
  margin: 0 auto;
  font-size: 1.32353vw;
}
.overview__ttl img {
  display: block;
  margin: 0 auto;
}

.overview__txt {
  margin-top: 1.91176%;
  text-shadow: 0.1px 0.1px 0 #000;
}

.kv {
  width: 39.70588%;
  margin: 2.20588% auto 0;
}
.kv img {
  display: block;
  width: 100%;
}

/* ====== qr =====*/
.qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66.17647%;
  margin: 4.04412% auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEF4F5;
  padding: 16px 0;
}

.qr__img {
  width: 13.33333%;
}

.qr__txt {
  font-size: 1.32353vw;
  font-weight: bold;
  margin-left: 3.52941%;
}

/* ====== howto =====*/
.howto .commonRibbon {
  margin-top: 5.88235%;
}

.howto__list {
  width: 68.38235%;
  margin: 5.88235% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.howto__list li {
  width: 33.33333%;
  padding: 0 1.61765%;
}
.howto__list li:not(:first-child) {
  margin-left: 2.20588%;
}

.howto__img {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #be8a3a;
}
.howto__img img {
  display: block;
  width: 100%;
}
.howto__img:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-image: url(../img/icon_01.png);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  width: 20%;
  height: 0;
  padding-bottom: 20%;
  top: 0;
  left: 0;
  right: 0;
  margin: -8.82353% auto 0;
}
.howto__img.is-2::before {
  background-image: url(../img/icon_02.png);
}
.howto__img.is-3::before {
  background-image: url(../img/icon_03.png);
}

.howto__txt {
  margin: 5.80645% -11% 0;
  text-shadow: 0.1px 0.1px 0 #000;
}

/* ====== bnr =====*/
.bnr {
  padding: 5.88235% 0;
  background-color: #fffded;
}
.bnr .commonRibbon {
  margin-top: 6.39706%;
}
.bnr .commonRibbon:after {
  top: -53.7931%;
}

.bnr__title {
  display: inline-block;
  position: relative;
  font-size: 1.76471vw;
  text-shadow: 0.1px 0.1px 0 #000;
  padding: 0.73529% 2.94118%;
}
.bnr__title:before, .bnr__title:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6.61765%;
  top: 50%;
  height: 0;
  padding-bottom: 5.88235%;
  background-image: url(../img/ornament.png);
  -webkit-background-size: auto 100%;
          background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.bnr__title:before {
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bnr__title:after {
  right: 0;
  -webkit-transform: scale(-1, 1) translateY(-50%);
      -ms-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}

.bnr__summary {
  margin: 1.32353%;
  font-size: 1.32353vw;
  text-shadow: 0.1px 0.1px 0 #000;
  letter-spacing: .9px;
}

.bnr__eyelash {
  width: 50%;
  margin: 2.35294% auto 0;
}
.bnr__eyelash a {
  display: block;
}
.bnr__eyelash img {
  display: block;
  width: 100%;
}

.bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin: 4.41176% auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bnr__list li {
  width: 47.05882%;
}

.bnr__listImg a {
  display: block;
}
.bnr__listImg img {
  display: block;
  width: 100%;
}

.bnr__listTxt {
  margin-top: 4.41176%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: 0.1px 0.1px 0 #000;
}
