@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

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

html {
  font-size: 1vw;
}

body {
  color: #fff;
  font-weight: 400;
  font-size: min(2.1rem, 21px);
  line-height: 1.4;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #000;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

a img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

button {
  border: none;
  cursor: pointer;
}

/********************************************************
header
*********************************************************/
.header {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.header__logo {
  z-index: 2;
  position: absolute;
  top: min(5vw, 50px);
  left: min(5vw, 50px);
  width: 15%;
}

/*--- ▼ロケーターページのみ
---------------------------------------------------------- */
.storelocator .header__logo {
  position: initial;
  width: 6.2%;
  margin-top: 23px;
  margin-left: 23px;
}

/*******************************************************
追従ボタン
*********************************************************/
/* ---▼ロケーターボタン
---------------------------------------------------------- */
.storeBtn {
  position: fixed;
  right: 25px;
  bottom: 123px;
}

.storeBtn a {
  display: block;
  width: 110px;
  height: 110px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ---▼ページトップボタン
---------------------------------------------------------- */
.pageTop {
  position: fixed;
  right: 40px;
  bottom: 27px;
}

.pageTop button {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  background: #fff100;
}

.pageTop::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 24px;
  height: 24px;
  border-top: 6px solid #000;
  border-right: 6px solid #000;
  content: "";
  -webkit-transform: translateX(50%) translateY(-25%) rotate(-45deg);
  transform: translateX(50%) translateY(-25%) rotate(-45deg);
}

/********************************************************
footer
*********************************************************/
.footer {
  max-width: 1000px;
  margin: 0 auto;
}

.footer__inner {
  padding: 12% 5%;
  background-color: #fff;
}

.footer__logo {
  max-width: 420px;
  margin: 0 auto;
}

/**********************************************************
LP
**********************************************************/
/*=========================================================
▼共通
=========================================================*/
a {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

a:hover {
  opacity: 0.7;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.cl-ye {
  color: #FFE100;
}

.c-secTitle {
  max-width: 810px;
  margin: 0 auto 5.5%;
  padding-bottom: 29px;
  background: url(../images/line_01.svg) center bottom no-repeat;
  background-size: contain;
  color: #ffe100;
  font-weight: bold;
  font-size: min(5.4rem, 54px);
  line-height: 1.28;
  text-align: center;
}

.c-guidelinesTitle {
  margin-bottom: 2.7%;
  padding: 0.2em;
  border-radius: 3em;
  background-color: #FFE100;
  font-weight: bold;
  font-size: min(3rem, 30px);
  text-align: center;
}

.voice,
.movie,
.series,
.contrast,
.button,
.prize__inner {
  padding: 0 9.5%;
}

/*=========================================================
▼fv
=========================================================*/
.fv__image img {
  width: 100%;
}

/*=========================================================
▼cp
=========================================================*/
.cp {
  padding-bottom: 5%;
}

.cp__image {
  margin-bottom: 5%;
}

.cp__banner {
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

/*=========================================================
▼about
=========================================================*/
.about {
  padding-top: 9.7%;
}

.about__heading {
  padding: 0 9.5%;
}

.about__heading--title {
  width: 100%;
  margin-bottom: 5.5%;
  margin-left: 6px;
}

.about__heading--text {
  font-size: min(3rem, 30px);
  line-height: 2;
}

.about__image {
  width: 100%;
  margin: 7.3% auto 0;
}

/*=========================================================
▼voice
=========================================================*/
.voice {
  margin-top: 12.3%;
}

.voice--title {
  max-width: 210px;
  margin: 0 auto 6%;
}

.voice--notes {
  margin-top: 2%;
  margin-bottom: 4.8%;
  margin-left: 1%;
  font-size: min(2.4rem, 24px);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.045em;
}

.voice__block+.voice__block {
  margin-top: 7.6%;
}

/*=========================================================
▼series
=========================================================*/
.series {
  margin-top: 13%;
}

.series--subtitle {
  margin-bottom: 6%;
  font-weight: bold;
  font-size: min(4.5rem, 45px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.series--text {
  font-size: min(3.6rem, 36px);
  line-height: 1.48;
  letter-spacing: 0.055em;
}

/*=========================================================
▼contrast
=========================================================*/
.contrast {
  margin-top: 13%;
}

.contrast .c-secTitle {
  margin-bottom: 9.7%;
}

.contrast--notes {
  margin-top: 1.5%;
  letter-spacing: 0.055em;
  text-align: right;
}

.contrast__block+.contrast__block {
  margin-top: 12%;
}

.contrast__block--text {
  margin-top: 3.3%;
  font-weight: bold;
  font-size: min(4.7rem, 47px);
  line-height: 1.4;
  text-align: center;
}

/*=========================================================
▼type
=========================================================*/
.type {
  margin-top: 15%;
}

.type--subtext {
  margin-bottom: 5%;
  font-weight: 900;
  font-size: min(4.6rem, 46px);
  line-height: 1.45;
  text-align: center;
}

.type--text {
  margin-bottom: 6.3%;
  font-weight: 500;
  font-size: min(3.8rem, 38px);
  line-height: 1.7;
  text-align: center;
}

.type--image {
  width: 82%;
  max-width: 819px;
  margin: 0 auto;
}

.type--image+.type--image {
  margin-top: 5.7%;
}

.type--image:last-of-type {
  width: 82%;
  max-width: 812px;
  margin-top: 9.2%;
}

/*=========================================================
▼button
=========================================================*/
.button {
  margin-top: 12.8%;
  padding-bottom: 8%;
}

.button__block {
  max-width: 500px;
  margin: 0 auto;
}

.button__block+.button__block {
  margin-top: 7.4%;
}

/*=========================================================
▼prize
=========================================================*/
.prize__inner {
  padding-top: 10%;
  padding-bottom: 10%;
  background-color: #fff;
}

.prize__inner__block+.prize__inner__block {
  margin-top: 12.3%;
}

.prize__inner--notes {
  margin-top: 5%;
  color: #000;
  font-size: min(2.2rem, 22px);
  letter-spacing: 0.05em;
  text-align: right;
}

/*=========================================================
▼guidelines
=========================================================*/
.guidelines {
  padding: 9% 4% 5%;
}

.guidelines--title {
  margin-bottom: 4.5%;
  font-weight: bold;
  font-size: min(3.5rem, 35px);
  text-align: center;
}

.guidelines--text {
  font-weight: bold;
  font-size: min(2.7rem, 27px);
  text-align: center;
}

.guidelines--notes {
  font-size: min(2rem, 20px);
  text-align: center;
}

.guidelines__contents {
  margin-top: 3%;
  padding: 7.2% 6% 5%;
  background-color: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.guidelines__contents__method--text {
  margin-bottom: 1.7%;
  font-size: min(2.8rem, 28px);
  line-height: 1.55;
  letter-spacing: 0.12em;
}

.guidelines__contents__method--notes {
  margin-bottom: 2.6%;
  font-size: min(2.6rem, 26px);
  letter-spacing: 0.06em;
}

.guidelines__contents__method__button {
  max-width: 500px;
  margin: 4.5% auto 0;
}

.guidelines__contents__method__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.guidelines__contents__method__intro+.guidelines__contents__method__intro {
  margin-top: 1.8%;
}

.guidelines__contents__method__intro dt {
  width: min(14.5rem, 145px);
  margin-top: 0.5%;
  margin-right: 2%;
  padding: 0.2em;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: min(2rem, 20px);
  text-align: center;
}

.guidelines__contents__method__intro dd .bold {
  font-weight: bold;
  font-size: min(3rem, 30px);
  letter-spacing: 0.06em;
}

.guidelines__contents__method__intro dd .text {
  margin-top: 0.5%;
  font-size: min(2.6rem, 26px);
  line-height: 1.45;
  letter-spacing: 0.05em;
}

.guidelines__contents__terms {
  margin-top: 7.2%;
}

.guidelines__contents__terms__block+.guidelines__contents__terms__block {
  margin-top: 5%;
}

.guidelines__contents__terms__block--text {
  font-size: min(3rem, 30px);
  letter-spacing: 0.05em;
}

.guidelines__contents__terms__button {
  width: min(21.6rem, 216px);
  margin: 6% auto 0;
  padding: 0.4em 0 0.3em;
  border: 1px solid #000;
  border-radius: 3em;
  background-color: #D9D9D9;
  font-size: min(1.6rem, 16px);
  text-align: center;
}

.guidelines__contents__terms__button button {
  display: block;
  width: 100%;
  padding: 0.1em 0 0.2em;
  cursor: pointer;
}

/* アニメーション */
.js-readmoreContent {
  position: relative;
  max-height: 330px;
  overflow: hidden;
  -webkit-transition: max-height 0.6s;
  transition: max-height 0.6s;
}

.js-readmoreContent::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 1s;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(to bottom, transparent 0%, #fff 100%);
  pointer-events: none;
  transition: 1s;
}

.js-readmoreContent.show::after {
  visibility: hidden;
  opacity: 0;
}

/*=========================================================
▼info
=========================================================*/
.info {
  padding: 5% 5% 0;
}

.info--title {
  margin-bottom: 3%;
  padding: min(1rem, 10px) 0 min(1.2rem, 12px);
  border: 1px solid #fff;
  border-radius: 3em;
  color: #fff;
  font-weight: 700;
  font-size: min(2.7rem, 27px);
  line-height: 1.12;
  letter-spacing: 0.05em;
  text-align: center;
}

.info--name {
  color: #fff;
  font-weight: 700;
  font-size: min(3rem, 30px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.info__mail {
  margin-bottom: 3%;
}

.info__mail a {
  color: #fff;
  font-weight: 700;
  font-size: min(3rem, 30px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.info__availability {
  padding-top: 3%;
  border-top: 1px solid #fff;
}

.info__availability .bold {
  font-weight: 700;
}

.info__availability dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info__availability dt,
.info__availability dd {
  color: #fff;
  font-size: min(2.4rem, 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
}

.info__availability dt {
  width: 5.4em;
}

.info__availability dd {
  width: calc(100% - 5.4em);
}

/**********************************************************
Locator
**********************************************************/
.storelocator__contents .title {
  max-width: 566px;
  margin: 0 auto;
  padding-bottom: 2.3%;
  background: url(../images/line_02.svg) center bottom no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  font-size: min(2.7rem, 27px);
  line-height: 1.28;
  text-align: center;
}

.storelocator__contents .responsive-iframe {
  border: none;
}

/* ロケーター */
.storelocator__contents {
  margin-top: -17px;
  background-color: #000;
}

/********************************************************
共通コンポーネント
*********************************************************/
.is-sp {
  display: none !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.hover-opacity:hover {
  opacity: 0.8;
}


@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }

  .storelocator .header__logo {
    width: 8%;
  }

  .footer__logo {
    max-width: 46.93vw;
  }

  .c-secTitle {
    padding-bottom: 3.7rem;
    font-size: 3.8rem;
  }

  .cp__banner {
    width: 64.8%;
  }

  .about__heading--title {
    width: 80%;
  }

  .voice--title {
    width: 40%;
  }

  .series--subtitle {
    font-size: 3.3rem;
  }

  .series--text {
    font-size: 2.8rem;
  }

  .contrast__block--text {
    font-size: 3.6rem;
  }

  .type--subtext {
    font-size: 3.3rem;
  }

  .type--text {
    font-size: 3rem;
  }

  .button__block {
    width: 80%;
  }

  .guidelines--text {
    font-size: 2.1rem;
  }

  .guidelines--notes {
    font-size: 1.6rem;
  }

  .guidelines__contents__method__intro dd .bold {
    font-size: 2.5rem;
  }

  .guidelines__contents__method__intro dd .text {
    font-size: 2.3rem;
  }

  .guidelines__contents__method__button {
    width: 80.1%;
  }

  .guidelines__contents__method__terms__button {
    font-size: 12px;
  }

  .info--title {
    font-size: 2.4rem;
  }

  .info--name {
    font-size: 2.7rem;
  }

  .info__mail a {
    font-size: 2.7rem;
  }

  .info__availability dt,
  .info__availability dd {
    font-size: 1.9rem;
  }

  .storelocator__contents {
    margin-top: 15px;
  }

  .storelocator__contents .title {
    padding-bottom: 3%;
    font-size: 3.3rem;
  }

  .storelocator__contents .responsive-iframe {
    overflow: auto !important;
  }

  /********************************************************
  共通コンポーネント（sp）
  *********************************************************/
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }
}

@media screen and (max-width: 1000px) {
  .storeBtn {
    right: 10px;
    bottom: 75px;
  }

  .storeBtn a {
    width: 60px;
    height: 60px;
  }

  .pageTop {
    position: fixed;
    right: 20px;
    bottom: 24px;
  }

  .pageTop button {
    width: 40px;
    height: 40px;
  }

  .pageTop::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
  }
}