@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Oswald:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --stationColor: #206ed7;
  --gashaponColor: #206ed7;
  --premiumColor: #ac7808;
  --flatColor: #009f3c;
  --otherColor: #e50012;
  --allColor: #404248;
  --infoColor: #e50012;
  --itemColor: #ed5f00;
  --eventColor: #009f3c;
  --campaignColor: #206ed7;
  --blogColor: #9c53bc;
  --releaseColor: #f02e93;
}

/*========================
// カーニング自動計算
デザインデータで設定されている数値の1000分の1の値を「em」単位で設定
========================*/
/*========================
// メディアクエリ
========================*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

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

a {
  outline: none;
}

@media (min-width: 751px) {
  .sp {
    display: none;
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
.Button {
  color: #fff;
  background: #ffa811;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.1s ease;
  box-shadow: 0 4px 0 #df910a;
  position: relative;
}
.Button:after {
  content: url(../images/common/ico_btn.png);
  margin: 0 0 0 5px;
}
.Button:hover {
  box-shadow: 0 0 0 #df910a;
  transform: translateY(4px);
}

body {
  font-family: "Noto Sans JP", "Open Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url("../images/common/bg_pattern.png") top center no-repeat #fff;
  background-size: cover;
  content: "";
}

a {
  cursor: pointer;
  transition: opacity 0.5s;
}
@media (min-width: 751px) {
  a:hover {
    opacity: 0.5;
  }
}

.fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s;
}

.headerCol {
  margin: auto;
}
.headerColInner {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1220px;
  padding: 20px 40px 48px;
  margin: auto;
}
@media (max-width: 750px) {
  .headerColInner {
    max-width: 100%;
    padding: 2.6666666667vw 5.3333333333vw 6.4vw;
  }
}
.headerColLogo {
  position: absolute;
  max-width: 115px;
}
@media (max-width: 750px) {
  .headerColLogo {
    max-width: 15.3333333333vw;
  }
}
.headerColText {
  font-family: "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  margin: 84px auto 0;
}
.headerColText .pageTit {
  font-size: 40px;
  letter-spacing: 0.16em;
  line-height: 2;
}
.headerColText .pageRead {
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 1.75;
  margin: 8px auto 0;
}
@media (max-width: 750px) {
  .headerColText {
    margin: 10.6666666667vw auto 0;
  }
  .headerColText .pageTit {
    font-size: 5.3333333333vw;
  }
  .headerColText .pageRead {
    font-size: 2.6666666667vw;
    margin: 1.0666666667vw auto 0;
  }
}

.mainCol {
  margin: auto;
}
.mainColInner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 1300px;
  padding: 0 40px;
  margin: auto;
}
@media (max-width: 750px) {
  .mainColInner {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
}

.brandsColInner {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.brandsColList {
  display: block;
  width: 100%;
  max-width: 33.33333333%;
  flex: 0 0 auto;
  padding: 0 20px 40px;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .brandsColList {
    max-width: 50%;
    padding: 2vw;
  }
}
@media (max-width: 750px) {
  .brandsColInner {
    max-width: 100%;
  }
  .brandsColList {
    max-width: 50%;
    padding: 2.6666666667vw;
  }
}

.cardCol {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: column nowrap;
  background-color: #fff;
  width: 100%;
  height: 250px;
  padding: 16px;
}
.cardCol::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 20px;
  background: url("../images/common/ico_blank.png") center/cover no-repeat;
}
.cardColLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
.cardColLogo--01 {
  max-width: 282px;
  max-height: 48px;
}
.cardColLogo--02 {
  max-width: 204px;
  max-height: 92px;
}
.cardColLogo--03 {
  max-width: 173px;
  max-height: 97px;
}
.cardColLogo--04 {
  max-width: 127px;
  max-height: 134px;
}
.cardColLogo--05 {
  max-width: 186px;
  max-height: 110px;
}
.cardColLogo--06 {
  max-width: 181px;
  max-height: 92px;
}
.cardColLogo--07 {
  max-width: 205px;
  max-height: 82px;
}
.cardColLogo img {
  object-fit: contain;
}
.cardColName {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  margin: auto auto 0;
}
@media (min-width: 751px) {
  .cardCol {
    transition: 0.3s;
  }
  .cardCol:hover {
    transform: translateY(-5px);
    opacity: 1;
  }
}
@media (min-width: 751px) and (max-width: 1000px) {
  .cardCol {
    height: 25vw;
    padding: 1.6vw;
  }
  .cardCol::before {
    bottom: 1vw;
    right: 1vw;
    width: 2.5vw;
    height: 2vw;
  }
  .cardColLogo {
    max-width: 28.2vw;
    max-height: 13.4vw;
  }
  .cardColLogo--01 {
    max-width: 28.2vw;
    max-height: 4.8vw;
  }
  .cardColLogo--02 {
    max-width: 20.4vw;
    max-height: 9.2vw;
  }
  .cardColLogo--03 {
    max-width: 17.3vw;
    max-height: 9.7vw;
  }
  .cardColLogo--04 {
    max-width: 12.7vw;
    max-height: 13.4vw;
  }
  .cardColLogo--05 {
    max-width: 18.6vw;
    max-height: 11vw;
  }
  .cardColLogo--06 {
    max-width: 18.1vw;
    max-height: 9.2vw;
  }
  .cardColLogo--07 {
    max-width: 20.5vw;
    max-height: 8.2vw;
  }
  .cardColName {
    font-size: 1.8vw;
    padding: 0 2vw;
  }
}
@media (max-width: 750px) {
  .cardCol {
    height: 33.3333333333vw;
    padding: 2.1333333333vw;
  }
  .cardCol::before {
    bottom: 1.3333333333vw;
    right: 1.3333333333vw;
    width: 3.3333333333vw;
    height: 2.6666666667vw;
  }
  .cardColLogo {
    max-width: 37.6vw;
    max-height: 17.8666666667vw;
  }
  .cardColLogo--01 {
    max-width: 37.6vw;
    max-height: 6.4vw;
  }
  .cardColLogo--02 {
    max-width: 27.2vw;
    max-height: 12.2666666667vw;
  }
  .cardColLogo--03 {
    max-width: 23.0666666667vw;
    max-height: 12.9333333333vw;
  }
  .cardColLogo--04 {
    max-width: 16.9333333333vw;
    max-height: 17.8666666667vw;
  }
  .cardColLogo--05 {
    max-width: 24.8vw;
    max-height: 14.6666666667vw;
  }
  .cardColLogo--06 {
    max-width: 24.1333333333vw;
    max-height: 12.2666666667vw;
  }
  .cardColLogo--07 {
    max-width: 27.3333333333vw;
    max-height: 10.9333333333vw;
  }
  .cardColName {
    font-size: 2.4vw;
    padding: 0;
  }
}

.modalCol {
  width: 1000px;
  height: auto;
  height: 550px;
  padding: 44px;
}
.modalColInner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.modalColLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 20px auto 30px;
}
.modalColLogo img {
  object-fit: contain;
}
.modalColLogo--01 {
  max-width: 470px;
  max-height: 80px;
  margin: 76px auto 20px;
}
.modalColLogo--02 {
  max-width: 344px;
  max-height: 154px;
  margin: 20px auto 16px;
}
.modalColLogo--03 {
  max-width: 260px;
  max-height: 145px;
  margin: 56px auto 24px;
}
.modalColLogo--04 {
  max-width: 179px;
  max-height: 191px;
  margin: 30px auto 28px;
}
.modalColLogo--05 {
  max-width: 278px;
  max-height: 167px;
  margin: 72px auto 28px;
}
.modalColLogo--06 {
  max-width: 286px;
  max-height: 144px;
  margin: 50px auto 28px;
}
.modalColLogo--07 {
  max-width: 329px;
  max-height: 132px;
  margin: 72px auto 28px;
}
.modalColName {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 25px;
  letter-spacing: 0.16em;
  line-height: 1.6;
  text-align: center;
}
.modalColText {
  font-family: "メイリオ", "Meiryo", sans-serif;
  font-size: 18px;
  letter-spacing: 0.16em;
  line-height: 1.6666666667;
  text-align: center;
  margin: 26px auto 0;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .modalCol {
    width: 100%;
    height: 55vw;
    padding: 4.4vw;
  }
  .modalColLogo {
    margin: 2vw auto 3vw;
  }
  .modalColLogo--01 {
    max-width: 47vw;
    max-height: 8vw;
    margin: 7.6vw auto 2vw;
  }
  .modalColLogo--02 {
    max-width: 34.4vw;
    max-height: 15.4vw;
    margin: 2vw auto 1.6vw;
  }
  .modalColLogo--03 {
    max-width: 26vw;
    max-height: 14.5vw;
    margin: 5.6vw auto 2.4vw;
  }
  .modalColLogo--04 {
    max-width: 17.9vw;
    max-height: 19.1vw;
    margin: 3vw auto 2.8vw;
  }
  .modalColLogo--05 {
    max-width: 27.8vw;
    max-height: 16.7vw;
    margin: 7.2vw auto 2.8vw;
  }
  .modalColLogo--06 {
    max-width: 28.6vw;
    max-height: 14.4vw;
    margin: 5vw auto 2.8vw;
  }
  .modalColLogo--07 {
    max-width: 32.9vw;
    max-height: 13.2vw;
    margin: 7.2vw auto 2.8vw;
  }
  .modalColName {
    font-size: 2.5vw;
  }
  .modalColText {
    font-size: 1.8vw;
    letter-spacing: 0.16em;
    line-height: 1.6666666667;
    margin: 2.6vw auto 0;
  }
}
@media (max-width: 750px) {
  .modalCol {
    width: 100%;
    height: 100vw;
    padding: 5.8666666667vw;
  }
  .modalColLogo {
    margin: 2.6666666667vw auto 4vw;
  }
  .modalColLogo--01 {
    max-width: 62.6666666667vw;
    max-height: 10.6666666667vw;
    margin: 13.3333333333vw auto 2.6666666667vw;
  }
  .modalColLogo--02 {
    max-width: 45.8666666667vw;
    max-height: 20.5333333333vw;
    margin: 2.6666666667vw auto 2.1333333333vw;
  }
  .modalColLogo--03 {
    max-width: 34.6666666667vw;
    max-height: 19.3333333333vw;
    margin: 7.4666666667vw auto 3.2vw;
  }
  .modalColLogo--04 {
    max-width: 23.8666666667vw;
    max-height: 25.4666666667vw;
    margin: 4vw auto 3.7333333333vw;
  }
  .modalColLogo--05 {
    max-width: 37.0666666667vw;
    max-height: 22.2666666667vw;
    margin: 9.6vw auto 3.7333333333vw;
  }
  .modalColLogo--06 {
    max-width: 38.1333333333vw;
    max-height: 19.2vw;
    margin: 6.6666666667vw auto 3.7333333333vw;
  }
  .modalColLogo--07 {
    max-width: 43.8666666667vw;
    max-height: 17.6vw;
    margin: 9.6vw auto 3.7333333333vw;
  }
  .modalColName {
    font-size: 4vw;
    letter-spacing: 0.16em;
    line-height: 1.3333333333;
  }
  .modalColText {
    font-size: 3.2vw;
    letter-spacing: 0.16em;
    line-height: 1.6666666667;
    margin: 6.4vw auto 11.2vw;
  }
}

.brandlist .fancybox-content {
  overflow: visible;
  padding: 0;
}
.brandlist .fancybox-close-small svg,
.brandlist .fancybox-button--arrow_left svg,
.brandlist .fancybox-button--arrow_right svg {
  display: none;
}
.brandlist .fancybox-close-small {
  top: -56px;
  right: -8px;
  padding: 0;
}
.brandlist .fancybox-close-small:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("../images/common/ico_close.png") center/cover no-repeat;
}
.brandlist .fancybox-button--arrow_left,
.brandlist .fancybox-button--arrow_right {
  width: 26px;
  height: 46px;
  background: none;
  padding: 0;
  top: calc(50% - 32px);
}
.brandlist .fancybox-button--arrow_left > div,
.brandlist .fancybox-button--arrow_right > div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
}
.brandlist .fancybox-button--arrow_left > div::before,
.brandlist .fancybox-button--arrow_right > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 46px;
}
.brandlist .fancybox-button--arrow_left {
  left: calc(50% - 466px);
}
.brandlist .fancybox-button--arrow_left > div::before {
  background: url("../images/common/ico_arrow_left.png") center/cover no-repeat;
}
.brandlist .fancybox-button--arrow_right {
  right: calc(50% - 466px);
}
.brandlist .fancybox-button--arrow_right > div::before {
  background: url("../images/common/ico_arrow_right.png") center/cover no-repeat;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .brandlist .fancybox-content {
    width: 100%;
  }
  .brandlist .fancybox-close-small {
    top: -5.6vw;
    right: -0.8vw;
  }
  .brandlist .fancybox-close-small:before {
    width: 3.6vw;
    height: 3.6vw;
  }
  .brandlist .fancybox-button--arrow_left,
  .brandlist .fancybox-button--arrow_right {
    width: 2.6vw;
    height: 4.6vw;
    top: calc(50% - 3.2vw);
  }
  .brandlist .fancybox-button--arrow_left > div::before,
  .brandlist .fancybox-button--arrow_right > div::before {
    width: 2.6vw;
    height: 4.6vw;
  }
  .brandlist .fancybox-button--arrow_left {
    left: calc(50% - 48vw);
  }
  .brandlist .fancybox-button--arrow_right {
    right: calc(50% - 48vw);
  }
}
@media (max-width: 750px) {
  .brandlist .fancybox-slide--html {
    padding: 10.6666666667vw 0.8vw 0.8vw;
  }
  .brandlist .fancybox-content {
    width: 100%;
    max-width: 92vw;
  }
  .brandlist .fancybox-close-small {
    width: 4.8vw;
    height: 4.8vw;
    top: -8.8vw;
    right: -1.0666666667vw;
  }
  .brandlist .fancybox-close-small:before {
    width: 4.8vw;
    height: 4.8vw;
  }
  .brandlist .fancybox-button--arrow_left,
  .brandlist .fancybox-button--arrow_right {
    width: 3.4666666667vw;
    height: 6.1333333333vw;
    top: calc(50% - 4.2666666667vw);
  }
  .brandlist .fancybox-button--arrow_left > div::before,
  .brandlist .fancybox-button--arrow_right > div::before {
    width: 3.4666666667vw;
    height: 6.1333333333vw;
  }
  .brandlist .fancybox-button--arrow_left {
    left: calc(50% - 44vw);
  }
  .brandlist .fancybox-button--arrow_right {
    right: calc(50% - 44vw);
  }
}

.pg-pagetop {
  position: fixed;
  max-width: 80px;
  z-index: 10;
  bottom: 16px;
  right: 16px;
  margin: 0;
  display: none;
}
@media (max-width: 750px) {
  .pg-pagetop {
    bottom: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}
@media (min-width: 751px) {
  .pg-pagetop {
    bottom: 32px;
    right: 32px;
  }
}

.btnCol {
  text-align: center;
  margin: 20px auto 72px;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .btnCol {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .btnCol {
    width: 100%;
    margin: 2.6666666667vw auto 9.6vw;
  }
}

a.btn {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  background-color: #000;
  border-radius: 50vh;
  transition: 0.2s;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 1023px) {
  a.btn.small {
    width: 20rem;
  }
}
@media screen and (min-width: 1024px) {
  a.btn.small {
    width: 270px;
  }
}
a.btn.large {
  width: 440px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1023px) {
  a.btn.large {
    width: 100%;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1024px) {
  a.btn.large {
    font-size: 1.75781vw;
    font-size: 18px;
  }
}
a.btn.large::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}

@media screen and (max-width: 1023px) {
  a.btn.large::before {
    width: 40px;
    height: 40px;
  }
}
a.btn.large::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 22px;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/common/arrow-forward-outline.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1023px) {
  a.btn.large::after {
    right: 17px;
  }
}
a.btn.large.back::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50vh;
}

@media screen and (max-width: 1023px) {
  a.btn.large.back::before {
    width: 40px;
    height: 40px;
  }
}
a.btn.large.back::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 22px;
  right: inherit;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/common/arrow-forward-outline.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 1023px) {
  a.btn.large.back::after {
    left: 17px;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e50112;
  }
}
a.btn.active {
  color: #fff;
  text-decoration: none;
  background-color: #e50112;
}

a.btn.wh {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

@media (hover: hover) and (pointer: fine) {
  a.btn.wh:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e50112;
    border: 1px solid #ccc;
  }
}
a.btn.green {
  background-color: #06c755;
}

a.btn.green::after {
  background: url(/images/common/arrow-forward-outline_gl.svg) no-repeat;
  background-size: contain;
}

@media (hover: hover) and (pointer: fine) {
  a.btn.green:hover {
    background-color: #13e66a;
  }
}
a.btn.lightblue {
  background-color: #019de6;
}

a.btn.lightblue::after {
  background: url(/images/common/arrow-forward-outline_lb.svg) no-repeat;
  background-size: contain;
}

@media (hover: hover) and (pointer: fine) {
  a.btn.lightblue:hover {
    background-color: #1daff3;
  }
}
a.btn.orange {
  background-color: #f76e00;
}

a.btn.orange::after {
  background: url(/images/common/arrow-forward-outline_or.svg) no-repeat;
  background-size: contain;
}

@media (hover: hover) and (pointer: fine) {
  a.btn.orange:hover {
    background-color: #ff821c;
  }
}
a.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
}

a.arrow:hover {
  text-decoration: underline;
}

a.arrow.wh {
  color: #fff;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow::before {
  left: 3px;
  width: 7px;
  height: 1px;
  background: #000;
}

.arrow::after {
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.arrow.wh::before {
  background: #fff;
}

a.arrow.wh::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

footer {
  display: block;
  background: #fff;
}

footer .footerColInner {
  width: 90%;
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0 0;
}

@media screen and (max-width: 1023px) {
  footer .footerColInner {
    width: 100%;
    padding: 0;
  }
}
footer .linkCol {
  position: relative;
}

@media screen and (min-width: 1024px) {
  footer .linkCol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
footer .linkCol .logoCol {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  background: none;
}

@media (max-width: 750px) {
  footer .linkCol .logoCol {
    width: 33.33333vw;
    right: 5%;
  }
}
@media (min-width: 750px) {
  footer .linkCol .logoCol {
    right: 5%;
    width: 19.53125vw;
  }
}
@media (min-width: 1024px) {
  footer .linkCol .logoCol {
    position: relative;
    right: 0;
    max-width: 200px;
  }
}
@media (max-width: 750px) {
  footer .linkCol .logoCol li {
    padding: 12vw 0 0;
  }
}
@media (min-width: 750px) {
  footer .linkCol .logoCol li {
    padding: 12vw 0 0;
  }
}
@media (min-width: 1024px) {
  footer .linkCol .logoCol li {
    padding: 0;
  }
}
footer .linkCol .logoCol li:first-child {
  margin: 0 5% 0 0;
  width: 25%;
}

footer .linkCol .logoCol li:last-child {
  width: 75%;
}

@media (min-width: 1024px) {
  footer .linkCol .logoCol li a {
    opacity: 1;
    transition: opacity 0.1s;
  }
  footer .linkCol .logoCol li a:hover {
    opacity: 0.7;
  }
}
footer .footerLink {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  footer .footerLink {
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 1024px) {
  footer .footerLink {
    width: 40%;
    font-size: 1.36719vw;
    font-size: 14px;
  }
}
footer .footerLink li {
  width: 50%;
  margin: 0 0 1rem 0;
}

@media screen and (max-width: 1023px) {
  footer .footerLink li {
    margin: 0;
  }
}
@media screen and (max-width: 1023px) {
  footer .footerLink li a {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 3% 2% 3% 36px;
  }
  footer .footerLink li a::before {
    left: 20px;
  }
  footer .footerLink li a::after {
    left: 20px;
  }
}
@media screen and (max-width: 1023px) {
  footer .footerLink li:nth-child(odd) a {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 1023px) {
  footer .attention {
    width: 90%;
    margin: 5% auto 0;
    font-size: 2.66667vw;
  }
}
@media screen and (min-width: 1024px) {
  footer .attention {
    margin: 20px auto 0;
    padding: 26px 0 0;
    text-align: center;
    font-size: 1.36719vw;
    font-size: 14px;
    background-image: linear-gradient(to right, #c3c3c3 20%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
}
footer small {
  display: block;
  margin: 26px 0 0;
  padding: 10px 0 30px;
  background-image: linear-gradient(to right, #c3c3c3 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1023px) {
  footer small {
    background: none;
    text-align: left;
    margin: 3% 0 0 5%;
  }
}
@media screen and (max-width: 1023px) {
  footer .copylistCol .toggleCol {
    padding: 0 0 8% 0;
  }
}
footer .copylistCol dt {
  background: #000;
  display: block;
  padding: 0.5% 0;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (max-width: 1023px) {
  footer .copylistCol dt {
    width: 90%;
    margin: 0 auto;
  }
}
footer .copylistCol dd {
  display: none;
  font-size: 1.2rem;
}

@media screen and (max-width: 1023px) {
  footer .copylistCol dd {
    width: 90%;
    margin: 0 auto;
    padding: 3% 0;
  }
}
footer .copylistCol dd img {
  width: auto;
}

@media screen and (max-width: 1023px) {
  footer .copylistCol dd img {
    width: 20%;
  }
}
footer .dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  margin: 0 10px 0 0;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

footer .dli-arrow-down::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: -0.275em;
  bottom: 0;
  margin: auto;
}

footer .overseasInfoCol {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 101;
}

@media screen and (max-width: 1023px) {
  footer .overseasInfoCol {
    width: 100%;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .overseasInfoCol {
    width: 80%;
    max-width: 1000px;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  footer .overseasInfoCol #overseasInfoColInner {
    padding: 4vw;
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 1024px) {
  footer .overseasInfoCol #overseasInfoColInner {
    padding: 2% 3%;
    border: 1px solid #ccc;
  }
}
footer .overseasInfoCol #overseasInfoColInner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  footer .overseasInfoCol #overseasInfoColInner ul {
    margin: 2.66667vw auto;
    gap: 0 3%;
  }
}
@media screen and (min-width: 1024px) {
  footer .overseasInfoCol #overseasInfoColInner ul {
    margin: 15px auto;
    gap: 0 3%;
  }
}
footer .overseasInfoCol #overseasInfoColInner li {
  text-align: center;
}

@media screen and (max-width: 1023px) {
  footer .overseasInfoCol #overseasInfoColInner li {
    width: 48%;
    max-width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  footer .overseasInfoCol #overseasInfoColInner li {
    width: 30%;
  }
}
@media screen and (max-width: 1023px) {
  footer .overseasInfoCol #overseasInfoColInner .btn {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  footer .overseasInfoCol #overseasInfoColInner p {
    text-align: center;
  }
}
footer .overseasInfoCol #overseasInfoColInner #closeOverseasInfo {
  cursor: pointer;
}

footer .overseasInfoCol #overseasInfoColInner label {
  display: block;
  text-align: center;
}

footer .overseasInfoCol #overseasInfoColInner label,
footer .overseasInfoCol #overseasInfoColInner input[type=checkbox] {
  cursor: pointer;
}

footer .overseasInfoCol #overseasInfoColInner input[type=checkbox] {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  margin: 0px 10px 0 0;
  position: relative;
  top: 1px;
}

.optanon-category-C0004 {
  display: none;
  width: 0;
  height: 0;
}