@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700");
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Playfair+Display+SC:400,700,900);
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

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;
  text-decoration: none;
}

/* 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;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 600;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*
Bootstrap 3
768px未満: スマホ（デフォルト）
※スマホは、Media Queries無しで記述。
768px以上をタブレットサイズ
992px以上をデスクトップサイズ
1200px以上を大きめのデスクトップサイズ

iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

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

html {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin: 0 !important;
}

html, body {
  width: 100%;
  height: 100%;
}

p {
  line-height: 1.8;
}

a {
  color: #000;
}
a:focus {
  color: #959595;
}
a:active {
  color: #00a0e9;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

input[type=text],
input[type=email],
input[type=url] {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

textarea {
  box-sizing: border-box;
  border: 1px solid #e0e3e4;
  padding: 0.5rem;
}

html {
  width: 100%;
  height: 100%;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

section {
  position: relative;
}

#back {
  height: 100vh;
  position: fixed;
  z-index: 1;
  background: url("../../images/campaign/bk.png") center center no-repeat;
  background-size: cover;
  width: 100%;
}

#flex {
  z-index: 2;
  position: relative;
}

#left {
  width: calc(50vw - 220px);
  position: fixed;
  height: 100vh;
  top: 0;
}
@media screen and (max-width: 900px) {
  #left {
    display: none;
  }
}
#left p.c {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
#left a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44.24%;
  max-width: 292px;
  min-width: 190px;
}

#right {
  width: calc(50vw - 220px);
  position: fixed;
  height: 100vh;
  top: 0;
  right: 0;
}
@media screen and (max-width: 900px) {
  #right {
    display: none;
  }
}
#right img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 37.27%;
  max-width: 246px;
  min-width: 170px;
}

.flex {
  display: flex;
  flex-wrap: no-wrap;
}

header .header_logo {
  width: 24.6%;
  max-width: 180px;
  margin: 0 auto;
}

.scrollView {
  -webkit-transition: all 1.2s 0s ease;
  -moz-transition: all 1.2s 0s ease;
  -ms-transition: all 1.2s 0s ease;
  -o-transition: all 1.2s 0s ease;
  transition: all 1.2s 0s ease;
  opacity: 0;
  -webkit-transform: scale(1, 1) translate(0%, 20px);
  -moz-transform: scale(1, 1) translate(0%, 20px);
  -ms-transform: scale(1, 1) translate(0%, 20px);
  -o-transform: scale(1, 1) translate(0%, 20px);
  transform: scale(1, 1) translate(0%, 20px);
  transition-delay: 0.25s;
}
.scrollView.view {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0%, 0%);
  -moz-transform: scale(1, 1) translate(0%, 0%);
  -ms-transform: scale(1, 1) translate(0%, 0%);
  -o-transform: scale(1, 1) translate(0%, 0%);
  transform: scale(1, 1) translate(0%, 0%);
}

#wrap {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 0 26px rgba(0, 0, 0, 0.2));
  background-color: #fff;
}
#wrap .inner {
  padding: 0 33px;
  width: 100%;
  margin: 0 auto;
}

section {
  position: relative;
}

.backcolor {
  background-color: #F7F1E7;
  padding-bottom: 41px;
}
.backcolor section {
  padding: 50px 0 0;
}

.link {
  margin-top: 25px;
}

a {
  transition: filter 0.4s;
}
a:hover {
  filter: brightness(1.1);
}

#mv .link {
  width: 84.65%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.step {
  position: relative;
}
.step .line {
  width: 84.65%;
  position: absolute;
  top: 41.6%;
  left: 50%;
  transform: translateX(-50%);
}

#shops ul {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#shops ul li {
  width: 49%;
  margin-bottom: 10px;
}
#shops ul li.n {
  margin-bottom: 0;
}

#kiyaku {
  background: #F8F8F8;
  padding: 40px 0;
}
#kiyaku a {
  text-decoration: underline;
}
#kiyaku h2 {
  margin: 0 auto 20px;
  text-align: center;
}
#kiyaku h2 img.k1 {
  width: 268px;
}
#kiyaku h2 img.k2 {
  width: 102px;
}
#kiyaku h2 img.k3 {
  width: 104px;
}
#kiyaku p {
  font-size: 11px;
  line-height: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
}

.headerWrapper {
  display: none;
}