@charset "UTF-8";

.main-container {
  --white-color: #fff;
  --black-color: #000;
  --text-color: #5f2826;
  --c-orange: #ff7800;
  --bg-red: #e60012;
  --bg-orange: #fffef1;
  --line-orange: #ffc22e;
  --muchousei-color: #f8c454;
  --chousei-color: #5aaf66;
  --tonyu-color: #f18f8a;
  --font-noto-sans: "Noto Sans JP", sans-serif;
  --font-zen-maru: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-montserrat-alternates: "Montserrat Alternates", serif;
  --font: 16;
  --page-font: 16;
}

@media all and (min-width: 1024px) and (max-width: 1260px) {
  .main-container {
    --font: 18.5;
    --page-font: 18.5;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
  .main-container {
    --font: 17.5;
    --page-font: 17.5;
  }
  .owned-section .top-slide-btn-controller {
    transform: translateX(calc(501 / var(--page-font) * 1rem)) translateY(calc(80 / var(--page-font) * 1rem)) !important;
  }
}

@media all and (min-width: 768px) and (max-width: 936px) {
  .main-container {
    --font: 24.5;
    --page-font: 24.5;
  }
  .top-header,
  .l-section__inner,
  .mainvisual__inner {
    max-width: 90vw !important;
  }
}

@media all and (max-width: 767px) {
  .main-container {
    --font: 16;
    --page-font: 16;
  }
}

@media all and (max-width: 350px) {
  .main-container {
    --font: 18.5;
    --page-font: 18.5;
  }
}

.main-container {
  overflow: hidden;
  color: var(--text-color);
}
/* ==========================================================================
  ELEMENT RESET
========================================================================== */
.main-container ol,
.main-container ul,
.main-container dl {
  margin-top: 0;
  margin-bottom: 0;
}
.main-container dd {
  margin-left: 0;
}
.main-container ol,
.main-container ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.main-container a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.main-container a {
  outline: 0;
}
.main-container a:focus,
.main-container button:focus {
  outline: 0;
}
.main-container em {
  font-style: normal;
}
.main-container figure {
  margin: 0;
}
.main-container table {
  border-collapse: collapse;
}
.main-container button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.main-container button:focus {
  outline: none;
}
.main-container input,
.main-container button,
.main-container select,
.main-container textarea {
  line-height: inherit;
}
.main-container textarea {
  resize: vertical;
}
.main-container fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.main-container legend {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  line-height: inherit;
}
.main-container hr {
  margin: 0;
}
.main-container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* --------------------------------------------------------------------------
  非表示
-------------------------------------------------------------------------- */
/* PCで非表示 */
@media all and (min-width: 1025px), print {
  .u-hide-pc {
    display: none;
  }
}
/* PC、タブレットで非表示 */
@media all and (min-width: 768px), print {
  .u-hide-tab-pc {
    display: none;
  }
}
/* タブレットのみ非表示 */
@media all and (min-width: 768px) and (max-width: 1024px) {
  .u-hide-tab {
    display: none;
  }
}
/* SPで非表示 */
@media all and (max-width: 767px) {
  .u-hide-sp {
    display: none;
  }
}
/* --------------------------------------------------------------------------
  行揃え
-------------------------------------------------------------------------- */
.u-center {
  text-align: center;
}
/* TAB,PCのみテキストセンター */
@media all and (min-width: 768px), print {
  .u-center-tab-pc {
    text-align: center;
  }
}
/* SPのみテキストセンター */
@media all and (max-width: 767px) {
  .u-center-sp {
    text-align: center;
  }
}

.u-left {
  text-align: left;
}
/* TAB,PCのみテキストセンター */
@media all and (min-width: 768px), print {
  .u-left-tab-pc {
    text-align: left;
  }
}
/* SPのみテキストセンター */
@media all and (max-width: 767px) {
  .u-left-sp {
    text-align: left;
  }
}

.u-right {
  text-align: right;
}
/* TAB,PCのみテキストセンター */
@media all and (min-width: 768px), print {
  .u-right-tab-pc {
    text-align: right;
  }
}
/* SPのみテキストセンター */
@media all and (max-width: 767px) {
  .u-right-sp {
    text-align: right;
  }
}
.u-justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
.u-combine {
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
}
/* --------------------------------------------------------------------------
  強調
-------------------------------------------------------------------------- */
.u-bold {
  font-weight: 700;
}
.u-black {
  font-weight: 900;
}

.u-strong {
  color: var(--c-orange);
}

.u-question {
  font-size: calc(32 / var(--page-font) * 1rem);
  transform: rotate(10deg);
  display: inline-block;
}

@media all and (max-width: 767px) {
  .u-question {
    font-size: calc(24 / var(--page-font) * 1rem);
  }
}

/* --------------------------------------------------------------------------
  フォント
-------------------------------------------------------------------------- */
.main-container button,
.main-container input,
.main-container optgroup,
.main-container select,
.main-container textarea {
  font-family: var(--font-noto-sans);
}
.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6 {
  font-family: var(--font-zen-maru);
}

.u-font-noto-sans {
  font-family: var(--font-noto-sans);
}

.u-font-zen-maru {
  font-family: var(--font-zen-maru);
}

.u-font-montserrat-alternates {
  font-family: var(--font-montserrat-alternates);
}

.u-space {
  letter-spacing: -3px;
}

/* --------------------------------------------------------------------------
  ROOT FONT SIZE
-------------------------------------------------------------------------- */
body {
  font-size: 1rem;
}

/* --------------------------------------------------------------------------
  見出し
-------------------------------------------------------------------------- */
/* タイトル */
@media all and (min-width: 768px), print {
  .c-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-title__inner {
    margin-left: auto;
    margin-right: auto;
  }

  .c-section-title-02 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-title-02__inner {
    padding-bottom: calc(13 / var(--page-font) * 1rem);
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .c-section-title-02__inner:before {
    content: "";
    background-color: var(--line-orange);
    mask-image: url(../img/common/bg_tit_line_pc.svg);
    mask-size: calc(697 / var(--page-font) * 1rem) calc(4 / var(--page-font) * 1rem);
    mask-position: left bottom;
    mask-repeat: no-repeat;
    display: block;
    width: 100%;
    height: calc(4 / var(--page-font) * 1rem);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-section-title-02__label {
    color: var(--c-orange);
    font-family: var(--font-zen-maru);
    font-size: calc(28 / var(--page-font) * 1rem);
    font-weight: 700;
    line-height: calc(42 / 18);
    letter-spacing: 0.12em;
  }
}
@media all and (max-width: 767px) {
  .c-section-title {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-title__inner {
    margin-left: auto;
    margin-right: auto;
  }

  .c-section-title-02 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .c-section-title-02__inner {
    padding-bottom: calc(12 / var(--page-font) * 1rem);
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .c-section-title-02__inner:before {
    content: "";
    background-color: var(--line-orange);
    mask-image: url(../img/common/bg_tit_line_pc.svg);
    mask-size: calc(697 / var(--page-font) * 1rem) calc(4 / var(--page-font) * 1rem);
    mask-position: left bottom;
    mask-repeat: no-repeat;
    display: block;
    width: 100%;
    height: calc(4 / var(--page-font) * 1rem);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .c-section-title-02__label {
    color: var(--c-orange);
    font-family: var(--font-zen-maru);
    font-size: calc(22 / var(--page-font) * 1rem);
    font-weight: 700;
    line-height: calc(42 / 18);
    letter-spacing: -0.015em;
  }
}

/* --------------------------------------------------------------------------
  ボタン
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .c-tonyu-button {
    max-width: calc(300 / var(--page-font) * 1rem);
    width: 100%;
    margin: 0 auto;
    margin-top: calc(23 / var(--page-font) * 1rem);
  }
  .c-tonyu-button__link {
    background-color: var(--bg-red);
    border-radius: calc(32 / var(--page-font) * 1rem);
    color: var(--white-color);
    width: 100%;
    min-height: calc(64 / var(--page-font) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .c-tonyu-button .mc-button__body {
    min-height: calc(64 / var(--page-font) * 1rem);
  }
  .c-tonyu-button .mc-button-text__label {
    letter-spacing: 0em;
  }
  .c-tonyu-button__label {
    padding-right: calc(10 / var(--page-font) * 1rem);
    color: var(--white-color);
    font-size: calc(18 / var(--page-font) * 1rem);
    font-weight: 500;
    line-height: calc(30 / 15);
    text-align: center;
    letter-spacing: 0em;
  }
  .c-tonyu-button__cursor {
    display: block;
    max-width: calc(9 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(9 / var(--page-font) * 1rem);
    position: absolute;
    top: 0;
    right: calc(30 / var(--page-font) * 1rem);
    bottom: 0;
    margin: auto 0;
  }
  .c-tonyu-button__cursor:before {
    content: "";
    border: 2px solid var(--white-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media all and (max-width: 767px) {
  .c-tonyu-button {
    max-width: calc(216.5 / var(--page-font) * 1rem);
    width: 100%;
    margin: 0 auto;
    margin-top: calc(30 / var(--page-font) * 1rem);
  }
  .c-tonyu-button .mc-button__body {
    padding-left: calc(26 / var(--page-font) * 1rem);
    padding-right: calc(35 / var(--page-font) * 1rem);
  }
  .c-tonyu-button .mc-button-text__label {
    letter-spacing: 0em;
  }
  .c-tonyu-button__link {
    background-color: var(--bg-red);
    border-radius: calc(32 / var(--page-font) * 1rem);
    color: var(--white-color);
    width: 100%;
    min-height: calc(44 / var(--page-font) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .c-tonyu-button__label {
    padding-right: calc(10 / var(--page-font) * 1rem);
    color: var(--white-color);
    font-size: calc(14 / var(--page-font) * 1rem);
    font-weight: 500;
    line-height: calc(30 / 15);
    text-align: center;
    letter-spacing: 0em;
  }
  .c-tonyu-button__cursor {
    display: block;
    max-width: calc(5.5 / var(--page-font) * 1rem);
    width: 100%;
    height: calc(7.5 / var(--page-font) * 1rem);
    position: absolute;
    top: 0;
    right: calc(15 / var(--page-font) * 1rem);
    bottom: 0;
    margin: auto 0;
  }
  .c-tonyu-button__cursor:before {
    content: "";
    border: 1px solid var(--white-color);
    border-left: 0;
    border-bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* --------------------------------------------------------------------------
  FADE-IN
-------------------------------------------------------------------------- */
.fadein-contents {
  opacity: 0;
  transform: translateY(calc(40 / var(--font-size) * 1em));
  transition: all 0.7s ease;
}
.fadein-contents.fadein-active {
  opacity: 1;
  transform: translateY(0);
}
