@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), 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");
}
/* # =================================================================
#	reset
# ================================================================= */
/*!
 * ress.css â€¢ v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: inherit;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  border-bottom: 1px dotted;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  color: #000;
  background-color: #ff0;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  border: 0;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

::selection {
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

/* # =================================================================
#	ベース
# ================================================================= */
:root {
  --vh: 100vh;
  --sp_mv_vh: 100vh;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #2a2a2a;
  letter-spacing: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a,
button {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

ul li,
ol li {
  list-style-type: none;
}

em,
i,
dfn {
  font-style: normal;
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* 基本のレイアウト幅
------------------------- */
.c-l-column {
  width: 345px;
  margin: 0 auto;
}

/* PC/SP
------------------------- */
.for-sp {
  display: none !important;
}

.for-pc {
  display: inline-block !important;
}

/* 2 Column Layout
------------------------- */
.c-l-flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-l-flex-box.c-l-flex-box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Table
------------------------- */
.c-l-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-collapse: collapse;
}

/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.c-button {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  width: 100%;
  border-radius: 0.4rem;
  padding: 1rem;
  height: 4.5rem;
}
.c-button.color--black {
  background: #000;
  color: #fff;
}
.c-button.color--white {
  background: #fff;
  color: #000;
}
.c-button.lg {
  height: 5.4rem;
  padding: 1.4rem;
}
.c-button.shallow {
  width: 14rem;
  height: 2.4rem;
  padding: 0;
}
.c-button--small {
  position: relative;
  height: 2.4rem;
  padding: 0.5rem 1rem;
  line-height: 1;
/*  background: url("../img/common/icon_blank.png") #fff no-repeat right 1rem center/0.9rem auto;*/
}
.c-button--l2 {
  padding: 0.8rem 1rem;
  line-height: 1.1;
}
.c-button.mgT {
  margin-top: 2rem;
}
.c-button + .c-button {
  margin-top: 1.6rem;
}
.c-button + .flex {
  margin-top: 1.8rem;
}

/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
.c-icon--home::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_home.png") no-repeat;*/
  background-size: 100% 100%;
  width: 3.067rem;
  height: 2rem;
}
.c-icon--news::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_news.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.9rem;
  height: 2.165rem;
}
.c-icon--myitem::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_myitem.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.313rem;
  height: 1.9rem;
}
.c-icon--shop::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_shop.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.343rem;
  height: 1.726rem;
}
.c-icon--arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}
.c-icon--arrow::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg) translate(-1px, -2px);
          transform: rotate(-45deg) translate(-1px, -2px);
}
.c-icon--history {
  width: 1.725rem;
  height: 1.725rem;
  display: inline-block;
  -webkit-transform: translate(-0.3rem, 0.3rem);
          transform: translate(-0.3rem, 0.3rem);
}
.c-icon--history::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_history.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.725rem;
  height: 1.725rem;
}
.c-icon--repair {
  width: 1.725rem;
  height: 1.725rem;
  display: inline-block;
  -webkit-transform: translate(-0.3rem, 0.3rem);
          transform: translate(-0.3rem, 0.3rem);
}
.c-icon--repair::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_repair.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.725rem;
  height: 1.725rem;
}
.c-icon--coupon {
  width: 2.334rem;
  height: 1.725rem;
  display: inline-block;
  -webkit-transform: translate(-0.3rem, 0.3rem);
          transform: translate(-0.3rem, 0.3rem);
}
.c-button.lg .c-icon--coupon {
  -webkit-transform: translate(0rem, 0.3rem);
          transform: translate(0rem, 0.3rem);
  margin-right: 1rem;
}
.c-icon--coupon::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_coupon.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.334rem;
  height: 1.725rem;
}
.c-icon--coupon--black {
  width: 2.334rem;
  height: 1.725rem;
  display: inline-block;
  -webkit-transform: translate(-0.3rem, 0.3rem);
          transform: translate(-0.3rem, 0.3rem);
}
.c-button.lg .c-icon--coupon--black {
  -webkit-transform: translate(0rem, 0.3rem);
          transform: translate(0rem, 0.3rem);
  margin-right: 1rem;
}
.c-icon--coupon--black::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_coupon_black.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.334rem;
  height: 1.725rem;
}
.c-icon--blank--after {
  position: absolute;
  width: 1.125rem;
  height: 1rem;
  top: 50%;
  right: 0.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-icon--blank--after::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin: auto;
/*  background: url("../img/common/icon_blank.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.125rem;
  height: 1rem;
  display: inline-block;
}
.pointer-events-none .c-icon--blank--after::after {
/*  background-image: url("../img/common/icon_blank--gray.png");*/
}
.c-icon--calendar::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_calendar.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.242rem;
  height: 1.188rem;
}
.c-icon--txt {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  margin-right: 0.7rem;
  -webkit-transform: translate(-0.3rem, 0.3rem);
          transform: translate(-0.3rem, 0.3rem);
}
.c-icon--txt::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_txt.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
}
.c-icon--closet {
  width: 1.725rem;
  height: 1.2rem;
  display: inline-block;
  -webkit-transform: translate(-0.3rem, -0.6rem);
          transform: translate(-0.3rem, -0.6rem);
}
.c-icon--closet::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_closet.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.725rem;
  height: 1.2rem;
}
.c-icon--closet + span {
  display: inline-block;
  padding-left: 0.3rem;
  text-align: left;
}
.c-icon--archive {
  width: 1.294rem;
  height: 1.4rem;
  display: inline-block;
  -webkit-transform: translate(-1rem, 0.3rem);
          transform: translate(-1rem, 0.3rem);
}
.c-icon--archive::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_archive.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.294rem;
  height: 1.4rem;
}
.c-icon--camera {
  width: 1.92rem;
  height: 1.6rem;
  display: inline-block;
  -webkit-transform: translate(-0.9rem, 0.2rem);
          transform: translate(-0.9rem, 0.2rem);
}
.c-icon--camera::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_camera--white.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.92rem;
  height: 1.6rem;
}
.c-icon--myitem--border {
  width: 2.25rem;
  height: 1.6rem;
  display: inline-block;
  -webkit-transform: translate(-1.2rem, -0.4rem);
          transform: translate(-1.2rem, -0.4rem);
}
.c-icon--myitem--border::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_myitem--border.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.25rem;
  height: 1.6rem;
}
.c-icon--myitem--border + span {
  display: inline-block;
  text-align: left;
  margin-top: -2px;
}
.c-icon--coordinate {
  width: 1.352rem;
  height: 2.4rem;
  display: inline-block;
  -webkit-transform: translate(-1.2rem, 0.1rem);
          transform: translate(-1.2rem, 0.1rem);
}
.c-icon--coordinate::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_coordinate.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.352rem;
  height: 2.4rem;
}
.c-icon--coordinate + span {
  display: inline-block;
  text-align: left;
  margin-top: -2px;
}
.c-icon--dust {
  width: 1.2rem;
  height: 1.725rem;
  display: inline-block;
  -webkit-transform: translate(-0.9rem, 0.3rem);
          transform: translate(-0.9rem, 0.3rem);
}
.c-icon--dust::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_dust.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.2rem;
  height: 1.725rem;
}
.c-icon--mail {
  width: 1.869rem;
  height: 1.3rem;
  display: inline-block;
  -webkit-transform: translate(-1.3rem, 0.2rem);
          transform: translate(-1.3rem, 0.2rem);
}
.c-icon--mail::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_mail.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.869rem;
  height: 1.3rem;
}
.c-icon--reserve {
  width: 1.673rem;
  height: 1.6rem;
  display: inline-block;
  -webkit-transform: translate(-1.2rem, 0.3rem);
          transform: translate(-1.2rem, 0.3rem);
}
.c-icon--reserve::before {
  content: "";
  display: inline-block;
  background: url("../img/common/icon_reserve.png") no-repeat;
  background-size: 100% 100%;
  width: 1.673rem;
  height: 1.6rem;
}
.c-icon--barcode {
  width: 2.133rem;
  height: 1.6rem;
  display: inline-block;
  -webkit-transform: translate(-1.5rem, 0.3rem);
          transform: translate(-1.5rem, 0.3rem);
}
.c-icon--barcode::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_barcode.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.133rem;
  height: 1.6rem;
}
.c-icon--edit {
  width: 1.6rem;
  height: 1.6rem;
  display: inline-block;
  -webkit-transform: translate(-1rem, 0.3rem);
          transform: translate(-1rem, 0.3rem);
}
.c-icon--edit::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_edit.png") no-repeat;*/
  background-size: 100% 100%;
  width: 1.6rem;
  height: 1.6rem;
}
.c-icon--nav-home {
  width: 4rem;
  height: 1.8rem;
  display: inline-block;
  -webkit-transform: translate(0, 0.2rem);
          transform: translate(0, 0.2rem);
}
.c-icon--nav-home::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_home.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.76rem;
  height: 1.8rem;
}
.c-icon--nav-history {
  width: 3.6rem;
  height: 2rem;
  display: inline-block;
  -webkit-transform: translate(0.4rem, 0.2rem);
          transform: translate(0.4rem, 0.2rem);
}
.c-icon--nav-history::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_history.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
}
.pointer-events-none .c-icon--nav-history::before {
/*  background-image: url("../img/common/icon_history--gray.png");*/
}
.c-icon--nav-repair {
  width: 3.6rem;
  height: 2rem;
  display: inline-block;
  -webkit-transform: translate(0.4rem, 0.2rem);
          transform: translate(0.4rem, 0.2rem);
}
.c-icon--nav-repair::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_repair.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
}
.pointer-events-none .c-icon--nav-repair::before {
/*  background-image: url("../img/common/icon_repair--gray.png");*/
}
.c-icon--nav-reserve {
  width: 3.7rem;
  height: 1.6rem;
  display: inline-block;
  -webkit-transform: translate(0.3rem, 0.1rem);
          transform: translate(0.3rem, 0.1rem);
}
.c-icon--nav-reserve::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_shop.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.171rem;
  height: 1.6rem;
}
.pointer-events-none .c-icon--nav-reserve::before {
/*  background-image: url("../img/common/icon_shop--gray.png");*/
}
.c-icon--nav-mem {
  width: 3.6rem;
  height: 2rem;
  display: inline-block;
  -webkit-transform: translate(0.4rem, 0.2rem);
          transform: translate(0.4rem, 0.2rem);
}
.c-icon--nav-mem::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_mem.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2rem;
  height: 2rem;
}
.c-icon--nav-faq {
  width: 3.7rem;
  height: 1.6rem;
  display: inline-block;
  -webkit-transform: translate(0.3rem, 0.1rem);
          transform: translate(0.3rem, 0.1rem);
}
.c-icon--nav-faq::before {
  content: "";
  display: inline-block;
/*  background: url("../img/common/icon_faq.png") no-repeat;*/
  background-size: 100% 100%;
  width: 2.044rem;
  height: 1.6rem;
}

/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	コンテンツ
# ================================================================= */
/* # =================================================================
#	タイトル
# ================================================================= */
/* # =================================================================
#	loader
# ================================================================= */
/* # =================================================================
#	utils
# ================================================================= */
.ff-en {
  font-family: "Times New Roman", sans-serif;
}

.ff-en2 {
  font-family: "Poppins", sans-serif;
}

.ff-en3 {
  font-family: "Cormorant Infant", serif;
}

.ff-ja {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.vertical-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.comingsoon {
  pointer-events: none !important;
}

.txt-red {
  color: #FF0000;
}

/* # =================================================================
#	ヘッダー
# ================================================================= */
.st-header {
  background: #dcecce;
  height: 10rem;
  padding: 1.05rem;
  position: relative;
  z-index: 1;
}
.st-header > .c-l-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 1.5rem;
}

.st-header__logo img {
  -webkit-transform: translateX(-1.1rem);
          transform: translateX(-1.1rem);
}

.st-header__toggle-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1.5rem;
  margin-top: 0.6rem;
  display: inline-block;
}
.st-header__toggle-menu > span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #000;
  position: absolute;
  left: 1.5rem;
  right: 0;
}
.st-header__toggle-menu > span:nth-child(1) {
  top: -0.1rem;
}
.st-header__toggle-menu > span:nth-child(2) {
  top: 0.6rem;
}
.st-header__toggle-menu > span:nth-child(3) {
  top: 1.3rem;
}

.st-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
}
.st-menu__bg {
  position: absolute;
  height: calc(100vh + 5rem);
  width: 100vw;
  background: rgba(255, 255, 255, 0.9);
  -webkit-animation: fadeOut 0.5s;
          animation: fadeOut 0.5s;
}
.is-open .st-menu__bg {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.st-menu__box {
  position: absolute;
  height: 100vh;
  min-width: 31rem;
  background: #F7F7F7;
  -webkit-box-shadow: 0.2rem 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0.2rem 0 0.5rem rgba(0, 0, 0, 0.15);
  -webkit-animation: slideOut 0.5s;
          animation: slideOut 0.5s;
}
.is-open .st-menu__box {
  -webkit-animation: slideIn 0.5s;
          animation: slideIn 0.5s;
}
@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}
@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.st-menu__cont {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
.st-menu__list {
  height: 32.9rem;
}
.st-menu__list li {
  border-top: 1px solid #FFF;
}
.st-menu__list li a {
  display: block;
  height: 5.4rem;
  padding: 1.5rem;
  background: #DCECCE;
  color: #333;
  font-size: 1.6rem;
}
.st-menu__list li a span {
  padding-left: 0.5rem;
}
.st-menu__list li:first-child {
  border-top: none;
}
.st-menu__list li .pointer-events-none {
  background: #E2E2E2;
}
.st-menu__link {
  height: 25.7rem;
  padding: 2.5rem 1.5rem;
}
.st-menu__link li {
  margin-bottom: 2rem;
}
.st-menu__link li a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  line-height: 1.4;
}
.st-menu__link li a span {
  display: block;
  font-size: 1.1rem;
}
.st-menu__link li:last-child {
  margin-bottom: 0;
}
.st-menu .pointer-events-none {
  pointer-events: none;
  color: #A2A2A2;
}

.st-header__close {
  position: relative;
  height: calc(100% - 59rem);
  width: 100%;
}
.st-header__close button {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  bottom: 1.5rem;
  left: 2.5rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
.st-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}
.st-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.st-nav > ul > li {
  width: 100%;
  font-size: 1.3rem;
  font-weight: 300;
}
.st-nav > ul > li.is-current {
  background: #DCECCE;
}
.st-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  padding: 0.3rem 0;
  height: 6rem;
}
.st-nav a > i {
  margin-bottom: 0.2rem;
}

/* # =================================================================
#	メイン
# ================================================================= */
.st-main {
  position: relative;
  padding: 0 0 7rem;
  background: #f7f7f7;
  min-height: calc(100vh - 12rem);
  z-index: 2;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex .flex-head + .flex-body {
  margin-left: auto;
}

.tab {
  padding: 1.5rem 0;
}
.tab__label {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.tab__label a {
  width: 100%;
  height: 4.5rem;
  padding: 1.2rem 0 0.86rem;
  background: #EEEEEE;
  border: 1px solid #CCC;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #333333;
  font-size: 1.3rem;
  text-align: center;
}
.tab__label a.is-active {
  position: relative;
  background: #FFF;
  font-weight: bold;
}
.tab__label a.is-active:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.6rem;
  top: 0;
  left: 0;
  background: #DCECCE;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab__label a.is-active:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 0.3rem;
  bottom: -0.2rem;
  left: 0;
  background: #FFF;
}
.tab__panel__cont__inner {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.tab__panel__ttl {
  margin: 1.5rem;
  font-size: 1.8rem;
}

.pull-dawn {
  position: relative;
  margin: 1.5rem;
}
.pull-dawn:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pull-dawn select {
  width: 100%;
  padding: 0.895rem 2rem;
  border: 1px solid #CCC;
  border-radius: 5px;
}

.page-btn {
  margin-top: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-btn__arrow {
  position: relative;
  display: inline-block;
  height: 3.2rem;
  width: 6rem;
  border: 1px solid #CCC;
  background: #FFF;
  border-radius: 5px;
}
.page-btn__arrow:after {
  position: absolute;
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  top: 50%;
  left: 50%;
}
.page-btn__arrow--prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.page-btn__arrow--next:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.page-btn__list {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 3rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-btn__list a.is-active {
  width: 2.5rem;
  background: #000;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}

.form__notes {
  padding: 0 1.5rem 1.5rem;
  font-size: 1rem;
  color: #888888;
}
.form__txt {
  font-size: 1.3rem;
}
.form__cont {
  padding: 3rem 1.5rem;
}
.form__cont:first-of-type {
  padding-top: 0;
}
.form__cont .form__notes {
  padding: 1rem 0 0;
}
.form__cont__item {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}
.form__cont__item:last-of-type {
  margin-bottom: 0;
}
.form__cont__item .txt-red {
  display: inline-block;
  padding-left: 0.5rem;
  font-size: 1rem;
}
.form__cont__item label {
  display: block;
  margin-bottom: 0.3rem;
  color: #333333;
}
.form__cont__item input:not([type=radio]),
.form__cont__item input:not([type=checkbox]) {
  width: 100%;
  padding: 1rem 1rem 0.86rem;
  color: #888888;
}
.form__cont__item input[type=radio],
.form__cont__item input[type=checkbox] {
  display: none;
}
.form__cont__item input[type=radio]:checked,
.form__cont__item input[type=checkbox]:checked {
  background: #333333;
}
.form__cont__item input[type=radio] + label,
.form__cont__item input[type=checkbox] + label {
  position: relative;
  padding-left: 2.5rem;
}
.form__cont__item input[type=radio] + label::before,
.form__cont__item input[type=checkbox] + label::before {
  position: absolute;
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  border: 1px solid #707070;
  background: #FFF;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__cont__item input[type=radio]:checked + label:before,
.form__cont__item input[type=checkbox]:checked + label:before {
  background: #333;
}
.form__cont__item input[type=radio] + label::before {
  border-radius: 50%;
}
.form__cont__item .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.05rem;
}
.form__cont__item .flex--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.05rem 0;
}
.form__txt + .form__cont__item {
  margin-top: 3rem;
}
.form__cont__item__radio {
  margin-bottom: 0.8rem;
}
.form__cont__item__radio:last-child {
  margin-bottom: 0;
}
.form__cont__item__radio label {
  display: inline-block;
}
.form__cont__item__checkbox {
  width: 50%;
}
.form__cont__item__checkbox label {
  display: inline-block;
}
.form__cont__txt {
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background: #F7F7F7;
}
.flex--w140 .form__cont__txt {
  width: 14rem;
}
.flex--w90 .form__cont__txt {
  width: 9rem;
}
.flex--w80 .form__cont__txt {
  width: 8rem;
}
.form__cont .pull-dawn {
  margin: 0;
}
.form__cont .pull-dawn:after {
  right: 1rem;
}
.form__cont .pull-dawn select {
  padding: 1rem 1rem 0.65rem;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background: #F7F7F7;
  color: #888888;
}
.form__cont .pull-dawn--w180 {
  width: 18rem;
}
.form__cont .pull-dawn--w160 {
  width: 16rem;
}
.form__cont .pull-dawn--w90 {
  width: 9rem;
}
.form__cont .pull-dawn--w60 {
  width: 6rem;
}
.form__cont .pull-dawn + label {
  margin-top: 2rem;
}
.form__cont__ttl {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.6rem;
  font-size: 1.5rem;
  font-weight: normal;
}
.form__cont__ttl:before {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  width: 0.6rem;
  height: 1.5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__cont__lead {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  color: #888888;
  line-height: 1.4;
}
label + .form__cont__lead {
  margin-bottom: 1rem;
}
.form__cont:nth-of-type(even) {
  background: #F7F7F7;
}
.form__cont:nth-of-type(even) .form__cont__txt, .form__cont:nth-of-type(even) select {
  background: #FFF;
}

.micromodal-slide {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}

.micromodal-slide.is-open {
  display: block;
}

.modal__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.modal__container {
  width: calc(100vw - 3rem);
  height: calc(100vh - 3rem);
  background-color: #fafafa;
  border-radius: 0.4rem;
  margin: 1.5rem;
  position: relative;
  z-index: 1;
}

.modal__head {
  height: 6rem;
  position: relative;
  text-align: center;
  padding: 1.6rem 2rem 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #FAFAFA;
}
.modal__head .modal__close {
  position: absolute;
  top: -0.2rem;
  left: 1.6rem;
  bottom: 0;
  margin: auto;
}

.modal__body {
  position: relative;
  padding: 6rem 2rem 0;
  height: calc(100vh - 6rem);
  overflow-y: auto;
}

.modal__close {
  width: 2.9rem;
  height: 2.9rem;
  position: relative;
}
.modal__close::before, .modal__close::after {
  content: "";
  width: 2.8rem;
  height: 0.1rem;
  background: #000;
  position: absolute;
  top: 1.4rem;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6875;
}
.modal__title > i {
  margin-right: 1rem;
  -webkit-transform: translate(0rem, 0.3rem);
          transform: translate(0rem, 0.3rem);
}

.modal__article__list > li + li {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
  margin-top: 1.5rem;
}

.modal__article__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  margin: 0 0 1.4rem;
}
.modal__article__figure figcaption {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.02em;
  margin-top: -0.4rem;
}

.modal__article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0 0 1.6rem;
}
.modal__article__tags > li {
  background: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  border: 1px solid #b6d0a0;
  padding: 0.3rem 0.9rem;
  border-radius: 0.9rem;
}

.modal__article__period {
  margin: 0 0 1rem;
}

.modal__article__period__title {
  color: #958131;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 0.6rem;
}

.modal__article__period__text {
  font-size: 1.2rem;
  line-height: 1;
}
.modal__article__period__text > i {
  margin-right: 0.5rem;
}

.modal__article__description {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
}

.modal--sub .form__cont__item {
  margin-bottom: 1.5rem;
}
.modal--sub .form__cont__txt {
  background: #FFF;
}
.modal--sub .modal__article__thumb {
  margin-bottom: 2rem;
}
.modal--sub .modal__article__thumb__left {
  width: 10rem;
  height: 10rem;
  margin-right: 1.5rem;
/*  background: url("../img/common/icon_camera--black.png") #E2E2E2 no-repeat center/1.92rem 1.6rem;*/
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal--sub .modal__article__thumb__right {
  width: 100%;
}
.modal--sub .modal__article__thumb__right input[type=file] {
  display: none;
}
.modal--sub .modal__article__date {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
}
.modal--sub .modal__article__date span {
  margin-left: 2rem;
  font-weight: bold;
}
.modal--sub .modal__article__sec {
  margin-bottom: 3rem;
}
.modal--sub .modal__article__sec h3,
.modal--sub .modal__article__sec > label {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.6rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.modal--sub .modal__article__sec h3:before,
.modal--sub .modal__article__sec > label:before {
  position: absolute;
  display: block;
  content: "";
  background: #4F7B27;
  width: 0.6rem;
  height: 1.5rem;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal--sub .modal__article__sec__txt {
  font-size: 1.3rem;
  line-height: 1.5;
}
.modal--sub .modal__article__acc {
  margin-top: 2rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  overflow: hidden;
}
.modal--sub .modal__article__acc dt {
  position: relative;
  display: block;
  background: #F7F7F7;
  border-top: 1px solid #DDDDDD;
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  padding: 1.96rem 1.5rem 1.7rem;
}
.modal--sub .modal__article__acc dt:first-child {
  border: none;
}
.modal--sub .modal__article__acc dt:before {
  position: absolute;
  display: block;
  content: "";
  width: 0.1rem;
  height: 1.5rem;
  background: #000000;
  right: 2.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.modal--sub .modal__article__acc dt.is-active:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal--sub .modal__article__acc dt:after {
  position: absolute;
  display: block;
  content: "";
  width: 1.5rem;
  height: 0.1rem;
  background: #000000;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal--sub .modal__article__acc dt.is-active:after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
}
.modal--sub .modal__article__acc dd {
  padding: 1.5rem;
  background: #FFF;
}

/* # =================================================================
#	フッター
# ================================================================= */

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media only screen and (max-width: 896px) {
  html {
    font-size: 2.6666666667vw;
  }
  a:hover,
button:hover {
    opacity: 1;
  }
  .c-l-column {
    width: auto;
    padding: 0 15px;
    margin: 0;
  }
  .for-sp {
    display: inline-block !important;
  }
  .for-pc {
    display: none !important;
  }
  .c-l-flex-box {
    display: block;
  }
  .st-wrapper {
    overflow: hidden;
  }
}