@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
/*clearfix*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clearfixLegacy {
  _overflow: visible;
  _height: 1px;
  zoom: 1;
}

.clearfixLegacy:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0px;
  font-size: 0px;
}

.overParentW {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template, [hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/*--------------------basic settings---------------------*/
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 2.14286;
  text-align: left;
  background-color: #fff;
  margin: 0 auto;
  height: 100%;
  min-width: 0;
}

@media all and (max-width: 750px) {
  body {
    font-size: 1.2rem;
    line-height: 2;
  }
}

/*-----heading-----*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
}

/*-----paragraph-----*/
p {
  margin: 0 0 2em;
}

@media all and (max-width: 750px) {
  p {
    margin-bottom: 1em;
  }
}

/*-----lists-----*/
ul, ol, dl, dl dt, dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl dt {
  font-weight: 700;
}

/*-----table-----*/
table {
  border-collapse: separate;
  border-spacing: 0;
}

/*-----horizontal line-----*/
hr {
  border: 0;
  border-top: 3px solid #999999;
  display: block;
  margin: 30px 0;
  padding: 0;
  height: 0;
}

@media all and (max-width: 750px) {
  hr {
    border-top: 1px solid #a8a8a8;
    margin: 20px 0;
  }
}

/*-----quote-----*/
blockquote, q {
  quotes: none;
}

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

blockquote {
  margin: 1.5em 1em;
}

/*-----anchor-----*/
a {
  font-weight: 400;
  color: #333;
  text-decoration: none;
}

.faqWrapper a:hover {
  opacity: 0.8;
}

@media all and (max-width: 750px) {
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/*-----strong/emphasis-----*/
strong, b {
  font-weight: 700;
}

em {
  font-style: normal;
}

/*-----mark-----
mark{
	background-color: #ff9;
	font-style: italic;
	font-weight: 700;
	color: #000;
}*/
/*-----insert/delete-----
ins{
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
del{ text-decoration: line-through;}*/
/*-----abbreviation/acronym/definition-----*/
abbr[title], acronym[title], dfn[title] {
  text-decoration: underline;
  border-bottom: 0;
  cursor: help;
}

/*-----preformatted text-----*/
code, kbd, pre, samp {
  font-size: 1.6rem;
}

pre {
  background-color: #f2f2f2;
  box-sizing: border-box;
  margin: 0;
  padding: 8px 2em;
}

/*-----small-----*/
small {
  font-size: 1.6rem;
}

/*-----address-----*/
address {
  font-style: normal;
}

/*-----image-----*/
img {
  font-family: sans-serif;
  line-height: 1;
  vertical-align: bottom;
  border: none;
  max-width: 100%;
}

/*-----figure-----*/
figure {
  margin: 0;
}

/*-----picture-----*/
picture {
  line-height: 0;
  vertical-align: top;
  display: inline-block;
}

/*-----media-----*/
embed,
iframe,
object,
video {
  vertical-align: bottom;
  max-width: 100%;
}

/*-----form parts-----*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"],
input[type="image"],
input[type="button"],
textarea,
select {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 2.14286;
  vertical-align: middle;
  margin: 8px 0;
}

input[type="file"] {
  font: static;
}

/*-----debug-----*/
.debugHeading, .debugHeading2 {
  background-color: #fc3;
  margin: 16px 0;
  padding: 8px;
}

.debugHeading:first-child, .debugHeading2:first-child {
  margin-top: 0;
}

.debugHeading2 {
  background-color: #ff6;
}

.debugImgBlock {
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #ccc;
  display: inline-block;
}

/*--------------------structure setting---------------------*/
/*----------html----------*/
@media all and (max-width: 750px) {
  html, body {
    position: relative;
    width: 100%;
  }
}

/*----------body----------*/
body {
  background: none;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

@media all and (max-width: 750px) {
  body.fixed {
    position: fixed;
    width: 100%;
    left: 0;
  }
}

body.is-top .g-header__pageTitle {
  display: none;
}

/*----------pageWrapper----------*/
/*----------pageHeader----------*/
@media (min-width: 751px) {
  .pageHeader.g-header {
    z-index: 999;
  }
}

.pageHeader.g-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.pageHeader.g-header.fixed.is-open {
  right: 0;
  bottom: 0;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header {
    position: static;
    overflow: visible;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header.hidden {
    top: -54px;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header.hidden .g-header__top {
    display: none;
  }
}

@media (min-width: 751px) {
  .pageHeader.g-header.no-scroll .g-hum-btn {
    top: 0;
  }
}

@media (min-width: 751px) {
  .pageHeader.g-header.no-scroll.is-open .g-hum-btn {
    top: 70px;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header.no-scroll .g-nav {
    top: 10.66667vw !important;
  }
}

.pageHeader.g-header .g-header__top {
  justify-content: space-between;
  background: #000;
  color: #fff;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top {
    padding-right: 2.66667vw;
    height: 54px;
  }
}

.pageHeader.g-header .g-header__top:before {
  content: none;
}

.pageHeader.g-header .g-header__top .g-header__logo {
  margin-right: auto;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__logo {
    width: 86px;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__logo a {
    display: flex;
    align-items: center;
  }
}

.pageHeader.g-header .g-header__top .g-header__sns {
  margin-right: 20px;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul {
  display: flex;
  align-items: center;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul > li {
  line-height: 1;
  vertical-align: middle;
  margin-left: 5px;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul a:hover i {
  color: #666666;
}

.pageHeader.g-header .g-header__top .g-header__sns > ul i {
  color: #fff;
  font-size: 2.4rem;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__sns > ul i {
    font-size: 2.4rem;
  }
}

.pageHeader.g-header .g-header__top .g-header__pageTitle {
  font-size: 2.4rem;
  font-family: "GothamPro", "Noto Sans Japanese", sans-serif;
  font-weight: 300;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__top .g-header__pageTitle {
    font-size: 1.8rem;
  }
}

.pageHeader.g-header .g-header__top.g-header__top--open {
  position: fixed;
  top: -70px;
  width: 100%;
  overflow: visible;
  z-index: 99;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
}

.pageHeader.g-header .g-header__lang {
  position: relative;
  z-index: 99;
}

.pageHeader.g-header .g-header__lang:hover {
  cursor: pointer;
}

.pageHeader.g-header .g-header__lang > p {
  position: relative;
  margin: 0;
}

.pageHeader.g-header .g-header__lang > p::before {
  background-color: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 11px);
  height: 2px;
}

.pageHeader.g-header .g-header__lang > p::after {
  vertical-align: middle;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  content: "";
  box-sizing: border-box;
  position: absolute;
  bottom: -6px;
  right: 0;
}

.pageHeader.g-header .g-header__lang > ul {
  font-family: "GothamPro", "Noto Sans Japanese", sans-serif;
  font-size: 1.1rem;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  opacity: 1;
  position: absolute;
  top: 52px;
  right: 50%;
  z-index: 66;
  transform: translateX(50%);
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-header__lang > ul {
    top: 42px;
    right: -7px;
    transform: none;
  }
}

.pageHeader.g-header .g-header__lang > ul li.active, .pageHeader.g-header .g-header__lang > ul li:hover {
  background-color: #000;
}

.pageHeader.g-header .g-header__lang > ul li.active a, .pageHeader.g-header .g-header__lang > ul li:hover a {
  color: #fff;
}

.pageHeader.g-header .g-header__lang > ul li a {
  display: block;
  padding: 12px 20px;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn {
    position: fixed;
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn:before {
    border-color: transparent #39323f transparent transparent;
  }
}

.pageHeader.g-header .g-hum-btn.fixed {
  top: 0;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn.fixed {
    top: auto;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-hum-btn .inner {
    top: auto;
    bottom: 27px;
    right: 12px;
    left: auto;
  }
}

.pageHeader.g-header .g-hum-btn .txt {
  margin-bottom: 9px;
  line-height: 1;
}

.pageHeader.g-header .g-nav-overlay {
  background: rgba(0, 0, 0, 0.8);
  transition: .3s;
}

.pageHeader.g-header .g-nav {
  padding: 0;
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav {
    min-height: 740px;
    transition: cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
    transform: translateX(-100vw) translateX(-100vh);
    opacity: 1;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav {
    background: url("/assets/img/bg/bg_menu2_pc.png") repeat top left;
    position: fixed;
    top: auto;
    padding: 0;
    height: 100%;
    transform: translate(100%, 0);
    transition-delay: .3s;
  }
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav .g-nav__bg {
    background-color: #000;
    position: absolute;
    top: 0;
    left: -50vw;
    width: calc(100vw + 100vh);
    height: 100%;
    -webkit-clip-path: polygon(0 0, calc(100vw + 100vh) 0, 100vw 100vh, 0 100vh);
            clip-path: polygon(0 0, calc(100vw + 100vh) 0, 100vw 100vh, 0 100vh);
  }
  .pageHeader.g-header .g-nav .g-nav__bg::before {
    background: url("/assets/img/bg/bg_menu_grid.png") 0 0 repeat #ccc;
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 51px);
  }
}

@media all and (min-width: 751px) and (max-height: 809px) {
  .pageHeader.g-header .g-nav .g-nav__bg {
    min-height: 740px;
    -webkit-clip-path: polygon(0 0, calc(100vw + 740px) 0, 100vw 740px, 0 740px);
            clip-path: polygon(0 0, calc(100vw + 740px) 0, 100vw 740px, 0 740px);
  }
}

.pageHeader.g-header .g-nav .g-nav__inner {
  width: 100%;
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav .g-nav__inner {
    padding: 10vh 15px 0 11vw;
    height: calc(100% - 51px);
    min-height: 689px;
    transition: opacity .3s;
    opacity: 0;
  }
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav .g-nav__inner {
    padding: 25px 36px 25px;
    transition: opacity .3s;
    opacity: 0;
  }
}

.pageHeader.g-header .g-nav .g-nav__bottom {
  width: 100%;
}

@media (min-width: 751px) {
  .pageHeader.g-header .g-nav .g-nav__bottom {
    line-height: 1;
    position: relative;
    z-index: 3;
    padding: 14px 15px 14px 11vw;
    transition: .3s;
    opacity: 0;
  }
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon {
  margin-right: 80px;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon {
    margin: 0;
    width: 100%;
    height: 54px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon a {
  margin-right: 34px;
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon a:last-child {
  margin-right: 0;
}

.pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__icon a img {
  height: 23px;
}

@media all and (max-width: 750px) {
  .pageHeader.g-header .g-nav .g-nav__bottom .g-navFooter .g-navFooter__copy {
    padding: 10px 0;
    text-align: center;
  }
}

.is-open .pageHeader.g-header .g-nav {
  width: 100%;
}

@media (min-width: 751px) {
  .is-open .pageHeader.g-header .g-nav {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@media all and (max-width: 750px) {
  .is-open .pageHeader.g-header .g-nav {
    background-size: cover;
    overflow-y: scroll;
    left: 0;
    padding-bottom: 29.06667vw;
    transform: translate(0, 0);
  }
}

@media all and (min-width: 751px) and (max-height: 809px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__scroll.js-scroll-on {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media (min-width: 751px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__inner {
    opacity: 1;
    transition: opacity .75s;
    transition-delay: 1s;
  }
}

@media all and (max-width: 750px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__inner {
    opacity: 1;
    transition: opacity .75s;
    transition-delay: 1s;
  }
}

@media (min-width: 751px) {
  .is-open .pageHeader.g-header .g-nav .g-nav__bottom {
    opacity: 1;
  }
}

.pageHeader.pageHeader2 {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.pageHeader.pageHeader2 .g-header__top {
  display: flex !important;
}

.pageHeader.pageHeader2 .g-hum-btn {
  position: absolute;
  top: 0;
  width: auto;
  height: auto;
  right: 12px;
  left: auto;
}

.pageHeader.pageHeader2 .g-hum-btn.fixed {
  top: 0;
}

.pageHeader.pageHeader2 .g-hum-btn:before {
  content: none;
}

.pageHeader.pageHeader2 .g-hum-btn .inner {
  z-index: 999;
  top: 12px;
  left: 0;
  position: relative;
  bottom: auto;
}

.pageHeader.pageHeader2.is-open .g-hum-btn .inner span:nth-child(1) {
  transform: translateY(-8px) rotate(135deg);
}

.pageHeader.pageHeader2.is-open .g-hum-btn .inner span:nth-child(2) {
  transform: translateY(-8px) rotate(-135deg);
}

.pageHeader.pageHeader2 + .pageContent {
  padding-top: 70px;
}

@media all and (max-width: 750px) {
  .pageHeader.pageHeader2 + .pageContent {
    padding-top: 54px;
  }
}

.pageHeader.pageHeader2 ~ .pageFooter .pageFooter__wrapper {
  padding: 0;
}

/*----------pageContent----------*/
.pageContent {
  position: relative;
  overflow: hidden;
}

.pageContent.pageContent2 {
  background: #000;
}

.pageContent.pageContent2:before {
  background: url("/assets/img/bg/bg2_top_pc.png") no-repeat;
}

@media all and (max-width: 750px) {
  .pageContent.pageContent2:before {
    background: url("/assets/img/bg/bg2_top_sp.png") no-repeat;
  }
}

.pageContent.pageContent2:after {
  background: url("/assets/img/bg/bg2_bottom_pc.png") no-repeat;
}

@media all and (max-width: 750px) {
  .pageContent.pageContent2:after {
    background: url("/assets/img/bg/bg2_bottom_sp.png") no-repeat;
  }
}

.pageContent.pageContent2 + .pageFooter {
  background: #000;
  color: #fff;
}

.pageContent .pageContent__inner {
  position: relative;
  z-index: 3;
}

.pageContent .pageContent__header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 65px 0 12px;
}

@media all and (max-width: 750px) {
  .pageContent .pageContent__header {
    padding: 50px 0 40px;
  }
}

.pageContent .pageContent__header .pageContent__heading {
  margin: 0 auto;
  font-size: 3.2rem;
  font-weight: 100;
}

/* breadcrumb */
.breadcrumb {
  padding: 6px 180px;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: 400;
}

@media all and (max-width: 750px) {
  .breadcrumb {
    font-size: 1.1rem;
    padding: 13px 17px 28px;
  }
}

.bgImg--navy .breadcrumb {
  background-color: #fff;
  color: #333;
}

.breadcrumb .breadcrumb__inner {
  max-width: 1400px;
}

.breadcrumb .breadcrumb__list {
  display: flex;
}

.breadcrumb .breadcrumb__list > li {
  position: relative;
  margin-right: 8px;
  padding-right: 12px;
}

.breadcrumb .breadcrumb__list > li a {
  text-decoration: underline;
}

.breadcrumb .breadcrumb__list > li:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumb .breadcrumb__list > li:last-child {
  margin-right: 0;
}

.breadcrumb .breadcrumb__list > li:last-child:after {
  content: none;
}

/*----------pageTop----------*/
.pageTop {
  position: relative;
  z-index: 9;
  opacity: 0;
  transition: .3s;
}

.pageTop.active {
  opacity: 1;
}

.pageTop a {
  content: '';
  position: fixed;
  display: block;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  background: #7D225D;
  border-radius: 50%;
}

.pageTop a:before {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 11.5px 20px 11.5px;
  border-color: transparent transparent #fff transparent;
}

.pageTop a:after {
  content: none;
}

/*----------pageFooter----------*/
.pageFooter {
  position: relative;
  z-index: 9;
  text-align: center;
  background: #f2f2f2;
}

.pageFooter .pageFooter__wrapper {
  padding: 80px 0 77px;
}

@media all and (max-width: 750px) {
  .pageFooter .pageFooter__wrapper {
    margin-top: 0;
    padding: 40px 40px 90px;
  }
}

.pageFooter.g-footer .footer-bottom .copy {
  margin-bottom: 0;
}

.pageFooter.bgImg {
  overflow: visible;
}

/* display */
@media all and (max-width: 750px) {
  .display_pc {
    display: none !important;
  }
}

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

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--left {
  text-align: left;
}

.link--arrow::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-right: 10px;
  margin-left: 10px;
  transform: rotate(45deg);
}

.link--arrow--black::after {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.bold {
  font-weight: 600;
}

.notice {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}

.red {
  color: #ff0000;
}

.blue {
  color: #2200c1;
}

.ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.bb {
  border-bottom: 2px solid #c6c6c6;
}

@media all and (max-width: 750px) {
  .bb {
    border-bottom: none;
  }
}

.mb-05 {
  margin-bottom: .5em;
}

.anchorTarget {
  display: block;
  padding-top: 160px;
  margin-top: -160px;
}

@media all and (max-width: 750px) {
  .anchorTarget {
    padding-top: 130px;
    margin-top: -130px;
  }
}

.noticeBlock {
  margin: 45px auto;
  color: red;
  text-align: center;
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 2.0rem;
}

@media all and (max-width: 750px) {
  .noticeBlock.noticeBlock--left {
    text-align: left;
  }
}

@media all and (max-width: 750px) {
  .noticeBlock {
    font-size: 1.3rem;
    max-width: 345px;
  }
}

/* nav */
.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  position: relative;
  z-index: 9;
}

@media all and (max-width: 750px) {
  .nav {
    flex-direction: column;
  }
}

.nav .nav__col1 {
  width: 62.96%;
}

@media all and (max-width: 750px) {
  .nav .nav__col1 {
    width: 100%;
  }
}

.nav .nav__col2 {
  width: 31.48%;
}

@media all and (max-width: 750px) {
  .nav .nav__col2 {
    width: 100%;
  }
}

.nav .mainMenu {
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;
}

@media (min-width: 751px) {
  .nav .mainMenu {
    word-wrap: break-word;
  }
}

@media all and (max-width: 750px) {
  .nav .mainMenu {
    flex-direction: column;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.nav .mainMenu > li {
  width: calc((100% - 50px) / 2);
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .nav .mainMenu > li {
    width: 100%;
    margin-bottom: 25px;
  }
}

.nav .mainMenu > li:nth-child(odd) {
  margin-right: 50px;
}

.nav .mainMenu > li:nth-last-child(2) {
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .nav .mainMenu > li:nth-last-child(2) {
    margin-bottom: 35px;
  }
}

.nav .mainMenu > li:last-child {
  margin-bottom: 0;
}

.nav .mainMenu > li .mainMenu__item {
  display: flex;
  align-items: center;
  position: relative;
}

@media (min-width: 750px) {
  .nav .mainMenu > li .mainMenu__item:hover {
    cursor: pointer;
  }
  .nav .mainMenu > li .mainMenu__item:hover .mainMenu__icon {
    color: #fff;
    background-color: #7b7787;
  }
  .nav .mainMenu > li .mainMenu__item:hover .mainMenu__txt:before {
    border-bottom: 2px solid #7b7787;
  }
}

.nav .mainMenu > li .mainMenu__item .mainMenu__icon {
  font-size: 2.6rem;
  display: flex;
  width: 48px;
  height: 48px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__icon img {
  width: 72%;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__txt {
  line-height: 1.1;
  font-size: 2.0rem;
  font-family: "GothamPro", "Noto Sans Japanese", sans-serif;
  position: relative;
}

@media (min-width: 751px) {
  .nav .mainMenu > li .mainMenu__item .mainMenu__txt {
    flex: 1;
    width: calc(100% - (48px + 10px));
    padding-right: 15px;
  }
}

.pageHeader2 .nav .mainMenu > li .mainMenu__item .mainMenu__txt {
  flex: 1;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__txt:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  bottom: -5px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__txt .ruby {
  margin-top: 9px;
  display: block;
  font-size: 1.2rem;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 0;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:before, .nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:before {
  border-top: 2px solid #666;
  top: 5px;
  left: 0;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.plus:after {
  border-left: 2px solid #666;
  left: 5px;
  top: 0;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.minus:before, .nav .mainMenu > li .mainMenu__item .mainMenu__toggle.minus:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.nav .mainMenu > li .mainMenu__item .mainMenu__toggle.minus:before {
  border-top: 2px solid #666;
  top: 5px;
  left: 0;
}

.nav .mainMenu > li .mainMenu__item img {
  width: 100%;
}

.nav .mainMenu > li > ul {
  padding-left: 60px;
  margin-top: 11px;
  display: none;
}

.nav .mainMenu > li > ul > li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.nav .mainMenu > li > ul > li a:hover .txt:before {
  border-bottom: 2px solid #7b7787;
}

.nav .mainMenu > li > ul > li a .txt {
  position: relative;
  display: block;
}

.nav .mainMenu > li > ul > li a .txt:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  bottom: 0;
}

.nav .mainMenu > li > ul > li a .rnIcon {
  color: #666;
  font-size: 1.0rem;
}

@media all and (max-width: 750px) {
  .nav .mainMenu > li > ul > li:not(:first-child) {
    margin-top: 8px;
  }
}

/* list */
/* list--disc */
.list--disc {
  list-style: disc;
}

.list--disc > li {
  margin-left: 1.6em;
}

/* newsList */
.newsList {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 3.07em;
  padding-bottom: 8.71em;
}

@media all and (max-width: 750px) {
  .newsList {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.newsList .newsList__list > li {
  margin-bottom: 2.86em;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li {
    margin-bottom: 15px;
  }
}

.newsList .newsList__list > li a {
  text-decoration: none;
}

.newsList .newsList__list > li.new .newsList__thumb:before, .newsList .newsList__list > li.new .newsList__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
}

.newsList .newsList__list > li.new .newsList__thumb:before {
  content: '';
  border-top: 36px solid transparent;
  border-right: 36px solid #39323f;
  border-bottom: 36px solid transparent;
  transform: rotate(45deg);
  top: -23px;
  left: -5px;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li.new .newsList__thumb:before {
    border-top: 25px solid transparent;
    border-right: 25px solid #39323f;
    border-bottom: 25px solid transparent;
    top: -15px;
    left: -4px;
  }
}

.newsList .newsList__list > li.new .newsList__thumb:after {
  content: 'New';
  color: #fff;
  font-size: 1.2rem;
  font-family: "GothamPro", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  transform: rotate(-45deg);
  top: 3px;
  left: 4px;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li.new .newsList__thumb:after {
    font-size: 1.0rem;
    top: 2px;
    left: 1px;
  }
}

.newsList .newsList__list > li:last-child {
  margin-bottom: 0;
}

.newsList .newsList__list > li .newsList__item {
  display: flex;
}

.newsList .newsList__list > li .newsList__item .newsList__thumb {
  width: 22.45%;
  position: relative;
  overflow: hidden;
  margin-right: 3.06%;
  padding-top: 112%;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__thumb {
    width: 36.81%;
    margin-right: 4.9%;
    height: 100%;
    padding-top: 41.2%;
  }
}

.newsList .newsList__list > li .newsList__item .newsList__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.newsList .newsList__list > li .newsList__item .newsList__content {
  flex: 1;
  background-color: #ffffff;
  padding: 1.5em;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__content {
    background: none;
    padding: 0;
  }
}

.newsList .newsList__list > li .newsList__item .newsList__content .newsList__date {
  margin-bottom: .7em;
  font-weight: 500;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__content .newsList__date {
    font-size: 1.1rem;
    line-height: 1.54545;
  }
}

.newsList .newsList__list > li .newsList__item .newsList__content .newsList__shopName {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: .7em;
  word-wrap: break-word;
}

@media all and (max-width: 750px) {
  .newsList .newsList__list > li .newsList__item .newsList__content .newsList__txt {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

@media (min-width: 751px) {
  .newsList .newsList--3column {
    display: flex;
    flex-wrap: wrap;
  }
  .newsList .newsList--3column > li {
    width: calc((100% - 2.14em * 2) / 3);
    margin-right: 2.14em;
  }
  .newsList .newsList--3column > li:nth-child(3n) {
    margin-right: 0;
  }
  .newsList .newsList--3column > li .newsList__item {
    display: block;
  }
  .newsList .newsList--3column > li .newsList__item .newsList__thumb {
    width: 100%;
  }
  .newsList .newsList--3column > li .newsList__item .newsList__thumb img {
    width: 100%;
  }
}

@media all and (max-width: 750px) {
  .newsList .newsList--3column {
    margin-bottom: 30px;
  }
}

.newsList2 {
  max-width: 980px;
  margin: 3em auto 0;
}

@media all and (max-width: 750px) {
  .newsList2 {
    margin: 1.5em auto 0;
  }
}

.newsList2 .newsList__list > li {
  margin-bottom: 30px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li {
    margin-bottom: 15px;
  }
}

.newsList2 .newsList__list > li a {
  text-decoration: none;
}

.newsList2 .newsList__list > li.new .newsList__thumb:before, .newsList2 .newsList__list > li.new .newsList__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
}

.newsList2 .newsList__list > li.new .newsList__thumb:before {
  content: '';
  border-top: 36px solid transparent;
  border-right: 36px solid #39323f;
  border-bottom: 36px solid transparent;
  transform: rotate(45deg);
  top: -23px;
  left: -5px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li.new .newsList__thumb:before {
    border-top: 25px solid transparent;
    border-right: 25px solid #39323f;
    border-bottom: 25px solid transparent;
    top: -15px;
    left: -4px;
  }
}

.newsList2 .newsList__list > li.new .newsList__thumb:after {
  content: 'New';
  color: #fff;
  font-size: 1.2rem;
  font-family: "GothamPro", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  transform: rotate(-45deg);
  top: 3px;
  left: 4px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li.new .newsList__thumb:after {
    font-size: 1.0rem;
    top: 2px;
    left: 1px;
  }
}

.newsList2 .newsList__list > li:last-child {
  margin-bottom: 0;
}

.newsList2 .newsList__list > li .newsList__item {
  display: flex;
}

.newsList2 .newsList__list > li .newsList__item .newsList__thumb {
  margin-right: 3.06%;
  width: 22.45%;
  position: relative;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__thumb {
    width: 36.81%;
    margin-right: 3.77%;
  }
}

.newsList2 .newsList__list > li .newsList__item .newsList__thumb .newsList__thumbInner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 112.94%;
  width: 100%;
}

.newsList2 .newsList__list > li .newsList__item .newsList__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.newsList2 .newsList__list > li .newsList__item .newsList__content {
  flex: 1;
  text-align: left;
}

.newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__date {
  margin-bottom: 14px;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__date {
    font-size: 1.1rem;
    line-height: 1.54545;
    margin-bottom: 8px;
  }
}

.newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: .7em;
  word-wrap: break-word;
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__title {
    font-size: 1.4rem;
  }
}

@media all and (max-width: 750px) {
  .newsList2 .newsList__list > li .newsList__item .newsList__content .newsList__shopName {
    font-size: 1.2rem;
    line-height: 1.41667;
  }
}

.newsList2 .btn1 {
  margin-top: 3em;
  margin-bottom: 4em;
}

@media all and (max-width: 750px) {
  .newsList2 .btn1 {
    margin-top: 2em;
    margin-bottom: 3em;
  }
}

.newsList3 {
  max-width: 940px;
  margin: 48px auto 0;
}

@media all and (max-width: 750px) {
  .newsList3 {
    margin-top: 36px;
  }
}

.newsList3 .newsList3__heading {
  font-family: "GothamPro", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.76;
  text-align: center;
  margin-bottom: 16px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__heading {
    font-size: 1.5rem;
  }
}

.newsList3 .newsList3__list {
  display: flex;
  flex-wrap: wrap;
}

.newsList3 .newsList3__list > li {
  margin-bottom: 2.12766%;
  width: 23.40426%;
  max-width: 220px;
  background: #fff;
}

.newsList3 .newsList3__list > li:not(:nth-child(4n+1)) {
  margin-left: 2.12766%;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li {
    width: 48.3965%;
  }
  .newsList3 .newsList3__list > li:not(:nth-child(4n+1)) {
    margin-left: auto;
  }
  .newsList3 .newsList3__list > li:nth-child(3) {
    margin-left: 0;
  }
  .newsList3 .newsList3__list > li:not(:nth-child(2n+1)) {
    margin-left: 3.207%;
  }
}

.newsList3 .newsList3__list > li a {
  color: #333;
  text-decoration: none;
}

.newsList3 .newsList3__list > li.new .newsList3__thumb:before, .newsList3 .newsList3__list > li.new .newsList3__thumb:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.newsList3 .newsList3__list > li.new .newsList3__thumb:before {
  content: '';
  border-top: 36px solid transparent;
  border-right: 36px solid #39323f;
  border-bottom: 36px solid transparent;
  transform: rotate(45deg);
  top: -23px;
  left: -5px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li.new .newsList3__thumb:before {
    border-top: 25px solid transparent;
    border-right: 25px solid #39323f;
    border-bottom: 25px solid transparent;
    top: -15px;
    left: -4px;
  }
}

.newsList3 .newsList3__list > li.new .newsList3__thumb:after {
  content: 'New';
  color: #fff;
  font-size: 1.2rem;
  font-family: "GothamPro", "Noto Sans Japanese", sans-serif;
  font-weight: 700;
  transform: rotate(-45deg);
  top: 3px;
  left: 4px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li.new .newsList3__thumb:after {
    font-size: 1.0rem;
    top: 2px;
    left: 1px;
  }
}

.newsList3 .newsList3__list > li .newsList3__thumb {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 111.363%;
  width: 100%;
  border-bottom: 1px solid #999;
}

.newsList3 .newsList3__list > li .newsList3__thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.newsList3 .newsList3__list > li .newsList3__content {
  padding: 7px 8px;
  background-color: #fff;
}

.newsList3 .newsList3__list > li .newsList3__content .newsList3__date {
  line-height: 1.42857;
  margin-bottom: 11px;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li .newsList3__content .newsList3__date {
    font-size: 1.1rem;
  }
}

.newsList3 .newsList3__list > li .newsList3__content .newsList3__title {
  line-height: 1.42857;
  word-wrap: break-word;
  margin-bottom: 11px;
}

.newsList3 .newsList3__list > li .newsList3__content .newsList3__shopName {
  line-height: 1.42857;
}

@media all and (max-width: 750px) {
  .newsList3 .newsList3__list > li .newsList3__content .newsList3__shopName {
    font-size: 1.2rem;
  }
}

.newsList3 .newsList3__more {
  text-align: center;
  margin-top: 2.12766%;
}

.newsList3 .newsList3__more:last-child {
  margin-bottom: 48px;
}

/* accordionList */
.accordionList__item {
  margin-bottom: .5em;
}

@media all and (max-width: 750px) {
  .accordionList__item {
    margin-bottom: .4em;
  }
}

.accordionList__item dt, .accordionList__item dd {
  display: flex;
  justify-content: space-between;
}

.accordionList__item dt {
  color: #ffffff;
  background-color: #39323f;
  padding: .7em 0 .4em;
  position: relative;
  cursor: pointer;
}

@media all and (max-width: 750px) {
  .accordionList__item dt {
    padding: .3em 0 .1em;
  }
}

.accordionList__item dt .accordionList__item--col1 {
  padding-top: .2em;
}

@media all and (max-width: 750px) {
  .accordionList__item dt .accordionList__item--col1 {
    padding-top: .25em;
  }
}

.accordionList__item dt .accordionList__item--col2 {
  font-size: 1.6rem;
  padding: .45em .5em .5em 0;
}

@media all and (max-width: 750px) {
  .accordionList__item dt .accordionList__item--col2 {
    font-size: 1.4rem;
    padding: .5em .5em .5em 0;
  }
}

.accordionList__item dt .linkItem {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-weight: 700;
}

.accordionList__item dd {
  background-color: transparent;
  padding: .7em 0;
}

@media all and (max-width: 750px) {
  .accordionList__item dd {
    padding: 1.1em 0;
  }
}

.accordionList__item dd .accordionList__item--col1 {
  color: #39323f;
  margin-top: -.25em;
}

@media all and (max-width: 750px) {
  .accordionList__item dd .accordionList__item--col1 {
    margin-top: -.3em;
  }
}

.accordionList__item dd .accordionList__item--col2 {
  color: #000000;
  padding-right: 32px;
}

@media all and (max-width: 750px) {
  .accordionList__item dd .accordionList__item--col2 {
    font-size: 1.2rem;
    padding-right: 16px;
  }
}

.accordionList__item--col1 {
  font-family: "GothamPro", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  width: 80px;
  flex-shrink: 0;
  text-align: center;
}

@media all and (max-width: 750px) {
  .accordionList__item--col1 {
    font-size: 1.8rem;
    width: 40px;
  }
}

.accordionList__item--col1.floor {
  font-family: "Myriad Pro", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  width: 158px;
}

.accordionList__item--col2 {
  width: 100%;
  text-align: left;
}

.accordionList__item--col3 {
  width: 100px;
}

@media all and (max-width: 750px) {
  .accordionList__item--col3 {
    width: 70px;
  }
}

.accordionList__item--col3 img {
  position: absolute;
  top: 22px;
  right: 35px;
}

@media all and (max-width: 750px) {
  .accordionList__item--col3 img {
    width: 20px;
    height: 20px;
    right: 17px;
    top: 11px;
  }
}

.accordionList__item--col3 img.blank {
  width: 22px;
  top: 21px;
}

@media all and (max-width: 750px) {
  .accordionList__item--col3 img.blank {
    width: 20px;
    height: 18px;
    right: 15px;
    top: 11px;
  }
}

.accordionList__img {
  padding-bottom: 1.5em;
}

@media all and (max-width: 750px) {
  .accordionList__img {
    padding-bottom: 1.29em;
  }
}

.accordionList__img img {
  width: 100%;
}

.accordionList .accordionIcon {
  transition: all .3s;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 35px;
}

@media all and (max-width: 750px) {
  .accordionList .accordionIcon {
    width: 20px;
    height: 20px;
    right: 17px;
  }
}

.accordionList .accordionIcon span {
  transition: all .3s;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.accordionList .accordionIcon span:nth-of-type(1) {
  transform: rotate(0deg);
}

.accordionList .accordionIcon span:nth-of-type(2) {
  transform: rotate(90deg);
}

.accordionList .accordionIcon.active span:nth-of-type(2) {
  transform: rotate(180deg);
}

.accordionList.accordionList2 dt {
  padding: .5em 0 .3em;
}

.accordionList.accordionList2 dt .accordionList__item--col1 {
  font-family: "Myriad Pro", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  width: 162px;
  padding-top: 0;
  padding-left: 35px;
  text-align: left;
}

@media all and (max-width: 750px) {
  .accordionList.accordionList2 dt .accordionList__item--col1 {
    font-size: 1.55rem;
    width: 80px;
    padding-left: .97em;
  }
}

.accordionList.accordionList2 dt .accordionList__item--col1 .roofTop {
  font-size: 1.8rem;
}

@media all and (max-width: 750px) {
  .accordionList.accordionList2 dt .accordionList__item--col1 .roofTop {
    font-size: 1.3rem;
  }
}

.accordionList.accordionList2 dt .accordionList__item--col2 {
  padding: .2em .5em .5em 0;
}

@media all and (max-width: 750px) {
  .accordionList.accordionList2 dt .accordionList__item--col2 {
    font-size: 1.25rem;
    padding: 0 .5em .5em 0;
  }
}

.accordionList.accordionList2 dt .accordionList__item--col2 a {
  display: block;
  color: #ffffff;
  font-weight: 700;
}

.accordionList.accordionList2 dd {
  display: block;
}

.accordionList .accordionIcon {
  width: 22px;
  height: 22px;
  right: 38px;
}

@media all and (max-width: 750px) {
  .accordionList .accordionIcon {
    width: 18px;
    height: 18px;
    right: 18px;
  }
}

/* arrowList */
.arrowList.arrowList--side {
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .arrowList.arrowList--side {
    flex-direction: column;
  }
}

.arrowList.arrowList--side > li {
  width: calc(100% / 3);
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .arrowList.arrowList--side > li {
    width: 100%;
  }
}

.arrowList.arrowList--side > li a {
  font-size: 1.2rem;
  color: #666666;
  padding-left: 1.6rem;
  letter-spacing: 0.05em;
}

.arrowList.arrowList--side > li a:before {
  left: 0;
}

.arrowList.arrowList--side > li a:hover:after {
  border-bottom: 1px solid #adadad;
}

.arrowList > li {
  margin-bottom: 0.8em;
}

@media all and (max-width: 750px) {
  .arrowList > li {
    margin-bottom: 13px;
  }
}

.arrowList > li:last-child {
  margin-bottom: 0;
}

.arrowList > li a {
  position: relative;
  color: #333333;
  font-weight: 300;
}

@media all and (max-width: 750px) {
  .arrowList > li a {
    padding-left: 1.6rem;
  }
}

.arrowList > li a:before {
  position: absolute;
  content: '';
  left: -22px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

@media all and (max-width: 750px) {
  .arrowList > li a:before {
    left: 0;
  }
}

.arrowList > li a:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.arrowList > li a:hover:after {
  border-bottom: 2px solid #7b7787;
}

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

@media all and (max-width: 750px) {
  .specList {
    display: block;
  }
}

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

.specList .specList__item {
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;
}

@media all and (max-width: 750px) {
  .specList .specList__item {
    display: block;
    margin-right: 25px;
  }
}

.specList .specList__item:last-child {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .specList dt {
    float: left;
  }
}

.specList dt:after {
  content: ':';
  padding: 0 10px;
}

.toggleList > li a .txt {
  flex: 1;
}

.toggleList > li a:after {
  content: '';
  background: url("/assets/img/icon/icon_arrow2.svg") no-repeat;
  background-size: contain;
  background-position-y: bottom;
  width: 12px;
  height: 12px;
  display: inline-block;
}

.campaignList {
  margin: 0 auto;
  max-width: 940px;
}

.campaignList > li {
  color: #333;
  border: 2px solid #7d225d;
  background-color: #fff;
  position: relative;
  padding: 38px 54px 38px 110px;
}

.campaignList > li:not(:first-child) {
  margin-top: 48px;
}

@media all and (max-width: 750px) {
  .campaignList > li {
    padding: 18px 18px 18px 54px;
    width: 100%;
  }
}

.campaignList > li.font-color-blue .campaignList__heading h3 {
  color: #008cd0;
}

.campaignList > li.font-color-blue .campaignList__content {
  color: #008cd0;
}

.campaignList > li.font-color-blue .btnBlock .btn1 {
  background: #008cd0;
}

.campaignList .campaignList__heading h3 {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1.25;
  color: #7d225d;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading h3 {
    font-size: 2.4rem;
  }
}

.campaignList .campaignList__heading .campaignList__number {
  font-family: "GothamPro", "Noto Sans Japanese", sans-serif;
  font-size: 4rem;
  line-height: 1;
  color: #fff;
  background-color: #7d225d;
  position: absolute;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading .campaignList__number {
    font-size: 2.8rem;
    width: 40px;
    height: 40px;
  }
}

.campaignList .campaignList__heading .campaignList__sideHeading {
  display: flex;
  align-items: flex-start;
}

.campaignList .campaignList__heading .campaignList__sideHeading img {
  width: 70px;
  height: auto;
  margin-right: 15px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading .campaignList__sideHeading img {
    width: 45px;
  }
}

.campaignList .campaignList__heading .campaignList__smallText {
  font-size: 2.0rem;
  display: block;
  margin-bottom: 10px;
}

.campaignList .campaignList__heading .campaignList__smallText:last-child {
  margin-top: 15px;
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__heading .campaignList__smallText {
    font-size: 1.6rem;
  }
}

.campaignList h4 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .campaignList h4 {
    font-size: 1.6rem;
  }
}

.campaignList .campaignList__flexBox {
  display: flex;
  margin-bottom: 25px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__flexBox {
    flex-direction: column;
  }
}

.campaignList .campaignList__flexBox .campaignList__col:first-child {
  flex: 1;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__flexBox .campaignList__col:first-child {
    margin-bottom: 10px;
  }
}

.campaignList .campaignList__flexBox .campaignList__col p {
  margin-top: 0;
}

.campaignList .campaignList__flexBox .campaignList__col figure {
  max-width: 400px;
}

.campaignList .campaignList__btn {
  margin: 95px 0;
}

@media (min-width: 751px) {
  .campaignList .campaignList__btn br {
    display: none;
  }
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__btn {
    margin: 70px 0;
  }
}

.campaignList .campaignList__content {
  margin-top: 24px;
}

.campaignList .campaignList__content p {
  margin-top: 1em;
  margin-bottom: 0;
}

.campaignList .campaignList__content strong {
  font-size: 1.8rem;
  line-height: 1.66667;
  color: #7d225d;
}

.campaignList .campaignList__logo {
  margin-left: 5em;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__logo {
    text-align: center;
    margin-left: 0;
  }
}

.campaignList .campaignList__logo img {
  width: 190px;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__logo img {
    width: 140px;
  }
}

.campaignList .campaignList__subHeading {
  margin: 2em 0;
  background-color: #f5edf1;
  padding: 1em;
  text-align: center;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading {
    text-align: left;
  }
}

.campaignList .campaignList__subHeading h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25;
  color: #7d225d;
  margin-top: 0;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading h4 {
    font-size: 2.0rem;
  }
}

.campaignList .campaignList__subHeading .campaignList__label {
  display: inline-block;
  font-size: 1.6rem;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading .campaignList__label {
    font-size: 1.4rem;
  }
}

.campaignList .campaignList__subHeading__content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading__content {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 2em;
  }
}

.campaignList .campaignList__subHeading .pointList__label {
  font-weight: 600;
  font-size: 1.4rem;
}

.campaignList .campaignList__subHeading .percent {
  font-size: 2.0rem;
}

.campaignList .campaignList__subHeading .percent--up {
  position: relative;
  font-weight: 700;
  font-size: 3.2rem;
  margin-left: 2em;
  border-bottom: 2px solid #7d225d;
}

@media all and (max-width: 750px) {
  .campaignList .campaignList__subHeading .percent--up {
    font-size: 2.4rem;
  }
}

.campaignList .campaignList__subHeading .percent--up:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  vertical-align: middle;
  content: '';
  display: inline-block;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #7d225d;
}

.campaignList .campaignList__subHeading p {
  margin-top: 2em;
  font-size: 1.6rem;
  font-weight: 600;
}

.sitemapList {
  font-size: 1.6rem;
}

.sitemapList > .sitemapList--item {
  margin-bottom: 0.3em;
}

.sitemapList > .sitemapList--item > a {
  position: relative;
  color: #333333;
  font-weight: 400;
}

.sitemapList > .sitemapList--item > a::before {
  position: absolute;
  content: '';
  left: -22px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}

.sitemapList--child {
  text-indent: 1em;
}

.sitemapList--child > li a {
  color: #666;
  position: relative;
}

.sitemapList--child > li a::before {
  position: absolute;
  content: '';
  left: -22px;
  top: 6px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg);
}

.contactList {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.contactList .item {
  width: calc((100% / 2) - 20px);
  padding: 28px 25px 32px;
  background-color: #fff;
  border: solid 2px #666666;
  margin-right: 40px;
  margin-bottom: 40px;
}

.contactList .item:nth-child(2n) {
  margin-right: 0;
}

@media all and (max-width: 750px) {
  .contactList .item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

.contactList .item > dt .item__icon:before {
  width: 24px;
  height: 24px;
}

.contactList .item > dt .item__icon--shop:before {
  vertical-align: middle;
  margin-right: 0.5em;
  font-family: "rn-iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  content: "\E002";
}

.contactList .item > dt .item__icon--sky:before {
  content: '';
  vertical-align: middle;
  margin-right: 0.5em;
  display: inline-block;
  background-image: url(/assets/img/icon/icon_sky.png);
  background-size: cover;
}

.contactList .item > dt .item__icon--point:before {
  content: '';
  vertical-align: middle;
  margin-right: 0.5em;
  display: inline-block;
  background-image: url(/assets/img/icon/icon_scramble-point.svg);
  background-size: cover;
}

.contactList .item > dt .item__icon--qws:before {
  vertical-align: middle;
  margin-right: 0.5em;
  font-family: "rn-iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  font-size: 24px;
  content: "\E003";
}

.contactList .item > dt .item__title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.contactList .item p {
  text-align: center;
}

.contactList .item p.e-mail a {
  color: #7b7787;
}

.contactList .item p.e-mail a:hover {
  text-decoration: underline;
}

.contactList .item .note {
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  padding: 0 25px;
}

@media all and (max-width: 750px) {
  .contactList .item .note {
    padding: 0;
  }
}

.contactList .item .note li {
  text-indent: -1em;
  padding-left: 1em;
}

/* noticeList */
.noticeList {
  width: 930px;
  margin-left: auto;
  padding-left: 32px;
}

@media all and (max-width: 750px) {
  .noticeList {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

.noticeList__item {
  padding: 25px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

@media all and (max-width: 750px) {
  .noticeList__item {
    padding: 5.6vw 0;
  }
}

.noticeList__item:nth-child(n+2) {
  border-top: dotted 1px #000;
}

.noticeList__date {
  width: 75px;
  position: relative;
  font-weight: 700;
}

@media all and (max-width: 750px) {
  .noticeList__date {
    width: 17.06667vw;
  }
}

.noticeList__date::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 5px;
  right: 0;
}

.noticeList__txt {
  width: calc(100% - 77px);
  padding-left: 10px;
}

@media all and (max-width: 750px) {
  .noticeList__txt {
    width: 66.66667vw;
    padding-left: 2.26667vw;
  }
}

.noticeList__txt .to-pdf::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 16px;
  background-image: url(/assets/img/icon-pdf.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.formatList {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 751px) {
  .formatList li {
    margin-right: 50px;
    width: calc((100% - 50px) / 2);
  }
}

.formatList li:nth-child(even) {
  margin-right: 0;
}

@media (min-width: 751px) {
  .formatList li:nth-last-child(2) .formatList__text, .formatList li:last-child .formatList__text {
    margin-bottom: 0;
  }
}

@media all and (max-width: 750px) {
  .formatList li:last-child .formatList__text {
    margin-bottom: 0;
  }
}

.formatList li .formatList__imgs {
  display: flex;
  margin-bottom: 20px;
}

@media all and (max-width: 750px) {
  .formatList li .formatList__imgs {
    margin-bottom: 10px;
  }
}

.formatList li .formatList__imgs .formatList__img {
  margin-right: 5px;
}

@media all and (max-width: 750px) {
  .formatList li .formatList__imgs .formatList__img {
    margin-right: 15px;
  }
}

.formatList li .formatList__imgs .formatList__img:last-child {
  margin-right: 0;
}

.formatList li .formatList__text {
  text-align: center;
  margin-bottom: 41px;
}

@media all and (max-width: 750px) {
  .formatList li .formatList__text {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
}

.btnList li {
  margin-bottom: 23px;
}

.btnList li:last-child {
  margin-bottom: 0;
}

.btnList li a {
  color: #7D225D;
  font-size: 2.0rem;
  line-height: 1.22513;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 1px solid #7D225D;
  border-radius: 65px;
  background: #fff;
  width: 100%;
  min-height: 65px;
  padding: 0 25px 0 51px;
  box-shadow: 5px 5px rgba(190, 133, 161, 0.15);
}

.btnList li a .btnList__icon {
  margin-right: 19px;
  max-width: 41px;
  max-height: 41px;
  width: 100%;
  font-size: 4.1rem;
  line-height: 1;
}

.btnList li a .btnList__icon.btnList__icon--small {
  font-size: 3.5rem;
}

.pageContent {
  padding-bottom: 30px;
  line-height: 1.64286;
}

.pageContent.pageContent--bg {
  background-image: url("../img/body-bg.png");
  background-repeat: repeat-y;
  background-size: contain;
}

@media all and (max-width: 750px) {
  .pageContent.pageContent--bg {
    background-image: url("../img/body-bg-sp.png");
  }
}

section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}

section.kv {
  max-width: initial;
  text-align: center;
  padding: 0;
}

section.kv img {
  width: 100%;
}

.sectionBg {
  background: #F46721;
  max-width: initial;
  padding-bottom: 44px;
  margin-top: 60px;
  margin-bottom: 49px;
}

@media (max-width: 750px) {
  .sectionBg {
    padding-bottom: 10px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
}

.sectionBg .categoryList {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 750px) {
  .sectionBg .categoryList {
    padding-top: 10px;
  }
}

.description {
  font-size: 1.7rem;
  margin-top: 70px;
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .description {
    font-size: 1.4rem;
    margin-top: 30px;
    padding: 0 22px;
  }
}

.notice {
  text-align: right;
  font-size: 1.2rem;
}

@media all and (max-width: 750px) {
  .notice {
    font-size: 1.0rem;
    padding-bottom: 70px;
  }
}

.categoryList {
  padding-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 750px) {
  .categoryList {
    padding-top: 25px;
    margin: 0 -15px 25px;
  }
}

.categoryList > li:last-child, .categoryList > li:nth-last-child(2) {
  margin-bottom: 0;
}

.categoryList > li:last-child {
  margin-right: 0;
}

.heading {
  margin-bottom: 25px;
}

@media all and (max-width: 750px) {
  .heading {
    margin-bottom: 20px;
  }
}

.contentBlock {
  background: #fff;
  position: relative;
  padding: 23px 30px 25px;
  margin-bottom: 73px;
}

@media all and (max-width: 750px) {
  .contentBlock {
    padding: 15px 23px 0;
    margin-bottom: 30px;
  }
}

.contentBlock:before {
  position: absolute;
  content: '';
  display: inline-block;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #000 transparent transparent transparent;
}

@media all and (max-width: 750px) {
  .contentBlock:before {
    border-width: 35px 35px 0 0;
  }
}

.contentBlock:after {
  position: absolute;
  content: '';
  bottom: 5px;
  right: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #000 transparent;
}

@media all and (max-width: 750px) {
  .contentBlock:after {
    border-width: 0 0 35px 35px;
  }
}

.itemList {
  display: flex;
  flex-wrap: wrap;
  color: #2B2731;
}

.itemList .itemList__item {
  width: calc((100% - 16px * 6 - 4px) / 4);
  padding-right: 16px;
  padding-left: 16px;
  border-right: 1px solid #BEBEBE;
  box-sizing: content-box;
  margin-top: 28px;
  margin-bottom: 15px;
}

@media all and (max-width: 750px) {
  .itemList .itemList__item {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
    border-right: none;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 751px) {
  .itemList .itemList__item:nth-child(4n) {
    padding-right: 0;
    border-right: none;
  }
}

@media (min-width: 751px) {
  .itemList .itemList__item:nth-child(4n + 1) {
    padding-left: 0;
  }
}

@media all and (max-width: 750px) {
  .itemList .itemList__item:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
}

@media all and (max-width: 750px) {
  .itemList .itemList__item:last-child {
    border-bottom: none;
  }
}

.itemList .itemList__item.label1 .itemList__label, .itemList .itemList__item.label2 .itemList__label, .itemList .itemList__item.label3 .itemList__label, .itemList .itemList__item.label4 .itemList__label, .itemList .itemList__item.label5 .itemList__label {
  width: 64px;
  height: 26.5px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media all and (max-width: 750px) {
  .itemList .itemList__item.label1 .itemList__label, .itemList .itemList__item.label2 .itemList__label, .itemList .itemList__item.label3 .itemList__label, .itemList .itemList__item.label4 .itemList__label, .itemList .itemList__item.label5 .itemList__label {
    width: 101px;
    height: 42px;
  }
}

.itemList .itemList__item.label1 .itemList__label {
  background-image: url("../img/limitedtime.png");
}

.itemList .itemList__item.label2 .itemList__label {
  background-image: url("../img/limitedscsq.png");
}

.itemList .itemList__img {
  margin-bottom: 8px;
  position: relative;
  text-align: center;
}

.itemList .itemList__img img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media (min-width: 751px) {
  .itemList .itemList__img img {
    width: 200px;
    height: 145px;
  }
}

@media all and (max-width: 750px) {
  .itemList .itemList__img img {
    height: 51.46vw;
  }
}

.itemList .itemList__heading {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.itemList .itemList__heading .itemList__col:first-child {
  margin-right: 1rem;
}

.itemList .itemList__heading .itemList__shop {
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}

@media all and (max-width: 750px) {
  .itemList .itemList__heading .itemList__shop {
    font-size: 1.5rem;
  }
}

.itemList .itemList__heading .itemList__floor {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.itemList .itemList__name {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

@media all and (max-width: 750px) {
  .itemList .itemList__name {
    font-size: 1.5rem;
  }
}

.itemList .itemList__price {
  font-size: 1.4rem;
  margin-bottom: 13px;
}

@media all and (max-width: 750px) {
  .itemList .itemList__price {
    margin-bottom: 8px;
  }
}

.itemList .itemList__accordion {
  margin-bottom: 5px;
  border-top: 1px dashed #7B7B7B;
  padding-top: 11px;
}

.itemList .itemList__accordion p {
  margin-bottom: 0;
  display: none;
}

.itemList .itemList__more {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 16px;
  margin-bottom: 0;
}

@media all and (max-width: 750px) {
  .itemList .itemList__more {
    margin-bottom: 33px;
    font-size: 1.4rem;
  }
}

.itemList .itemList__more:hover {
  cursor: pointer;
}

.itemList .itemList__more:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 46%;
  left: 0;
  border-left: 2px solid #2B2731;
  border-bottom: 2px solid #2B2731;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(-45deg);
}

.itemList .itemList__more .close {
  display: none;
}

.itemList .itemList__more .more {
  display: block;
}

.itemList .itemList__more.open:before {
  top: 60%;
  transform: translateY(-50%) rotate(135deg);
}

.itemList .itemList__more.open .close {
  display: block;
}

.itemList .itemList__more.open .more {
  display: none;
}

/*# sourceMappingURL=cms.css.map */
