@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600&display=swap");
/*! 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 */
}

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

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

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

/* ==========================================================================
viewport指定
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #494949;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

[lang=en] {
  font-family: "Oswald", sans-serif;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #69BE28;
  backface-visibility: hidden;
}

a:hover {
  color: #b4df94;
}

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

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

table.for-pc {
  display: table;
}

table.for-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
  table.for-pc {
    display: none;
  }
  table.for-sp {
    display: table;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-0em {
  margin-top: 0em !important;
}

.mb-0em {
  margin-bottom: 0em !important;
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

.mt-10em {
  margin-top: 10em !important;
}

.mb-10em {
  margin-bottom: 10em !important;
}

.mt-base {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .mt-base {
    margin-top: 30px !important;
  }
}

.mb-base {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .mb-base {
    margin-bottom: 30px !important;
  }
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-0em {
  padding-top: 0em;
}

.pb-0em {
  padding-bottom: 0em;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* br ------------*/
br.br-mb1 {
  display: block;
  content: "";
  height: 1em;
}

@media screen and (max-width: 767px) {
  br.br-mb1.for-pc {
    display: none;
  }
}

br.br-mb1.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-mb1.for-sp {
    display: block;
  }
}

/* text -------------*/
/* ff */
.txt-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.txt-en {
  font-family: "Oswald", sans-serif;
}

/* font color */
.txt-blk {
  color: #000;
}

.txt-gry {
  color: #868686;
}

.txt-org {
  color: #ff3c28;
}

/* font size */
.txt-small {
  font-size: 80%;
}

/* align */
.txt-left {
  text-align: left;
}

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

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

.txt-center-left {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-center-left {
    text-align: left;
  }
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-middle {
  line-height: 1.6;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

.ls-__4 {
  letter-spacing: 0.04em;
}

.ls-__8 {
  letter-spacing: 0.08em;
}

/* break */
.word_break {
  word-break: break-all;
}

/* indent */
.indent-_5 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

/**/
.txt-lead {
  font-size: 112.5%;
}

.txt-lead.align-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .txt-lead.align-center {
    text-align: left;
  }
}

/* scroll */
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.l-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: relative;
  width: 100%;
}

.l-header-top {
  z-index: 30;
  position: relative;
}

.l-header-top.green_bdr {
  border-bottom: 4px solid #69BE28;
}

.l-header-top__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 80px 0px 42px;
  isolation: auto;
  background-color: #fff;
  color: #000;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .l-header-top__inner {
    padding-left: 15px;
    height: 50px;
  }
}

.l-header-top__logo {
  position: relative;
  margin: 0;
  line-height: 0;
}
.l-header-top__logo img {
  display: block;
}
@media screen and (min-width: 768px), print {
  .l-header-top__logo img {
    max-width: auto;
    height: 38px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-top__logo {
    max-width: 90px;
    flex: 0 0 90px;
  }
  .l-header-top__logo img {
    max-width: 100%;
    height: auto;
  }
}

/*------------------------------
footer
-------------------------------*/
.l-footer {
  position: relative;
  height: 140px;
  padding: 20px 30px;
  background: #e9e9e9;
}

.l-header__inner {
  position: relative;
  height: 100%;
  display: flex;
  align-items: flex-end;
  z-index: 0;
}

.l-footer-coryright {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.07em;
}

.l-footer-pagetop {
  position: fixed;
  z-index: 90;
  bottom: 30px;
  right: 20px;
  width: 58px;
  line-height: 0;
}
.l-footer-pagetop img {
  width: 100%;
  height: auto;
}
.l-footer-pagetop:hover {
  cursor: pointer;
  transform: scale(1.05);
  transition: all 0.2s ease-out;
}

/*------------------------------
main
-------------------------------*/
.l-main {
  position: relative;
  min-height: calc(100dvh - 220px);
}
.l-main .l-contents {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main {
    min-height: calc(100dvh - 100px);
  }
}

/*---------------------
page
---------------------*/
.l-main {
  position: relative;
}

/* KV-----------*/
.ms-kv {
  position: relative;
  line-height: 0;
  text-align: center;
}

/* base -----------*/
.sec {
  position: relative;
}

.sec.m-base {
  margin: 140px auto;
}
@media screen and (max-width: 767px) {
  .sec.m-base {
    margin: 70px auto;
  }
}

.sec-inner {
  position: relative;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .sec-inner {
    padding: 0 4%;
  }
}

/* model -----------*/
.model-lineup {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 70px 35px;
}
.model-lineup .lineup-item {
  position: relative;
}
.model-lineup.div2 .lineup-item {
  width: calc((100% - 35px) * 0.5);
}
.model-lineup.div3 .lineup-item {
  width: calc((100% - 70px) * 0.33333);
}
.model-lineup.center {
  justify-content: center;
}
.model-lineup .img {
  position: relative;
  line-height: 0;
}
.model-lineup .body {
  margin: 14px 0 0;
}
.model-lineup .model-title {
  position: relative;
  padding-left: 10px;
  color: #000;
  line-height: 1.4;
}
.model-lineup .model-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 90%;
  background: #000;
}
.model-lineup .model-title p {
  margin: 0;
}
.model-lineup .model-title .name {
  position: relative;
  display: inline-block;
  margin-right: 0.4em;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
.model-lineup .model-title .name .jp {
  position: relative;
  bottom: 0.05em;
  font-size: 1.8rem;
  font-weight: 600;
}
.model-lineup .model-title .name .name_2 {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.model-lineup .model-title .name_sub {
  position: relative;
  bottom: 0.15em;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.model-lineup .model-text {
  position: relative;
  margin: 1rem 0;
  color: #494949;
  font-size: 1.5rem;
}
.model-lineup .model-text p {
  margin: 0;
}
.model-lineup .model-text p:last-child {
  margin-bottom: 0;
}
.model-lineup .model-text sup {
  vertical-align: -webkit-baseline-middle;
}
.model-lineup .model-title-en {
  position: relative;
  color: #000;
  line-height: 1.4;
}
.model-lineup .model-title-en p {
  margin: 0;
}
.model-lineup .model-title-en .name {
  position: relative;
  display: inline-block;
  margin-right: 0.4em;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.model-lineup .model-title-en .name .name_2 {
  position: relative;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 300;
}
.model-lineup .model-title-en .name_sub {
  position: relative;
  bottom: 0.15em;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}
.model-lineup .model-text-en {
  position: relative;
  margin: 0;
  font-family: "Oswald", sans-serif;
  color: #494949;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.model-lineup .model-text-en p {
  margin: 0;
}
.model-lineup .model-text-en p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .model-lineup.div3 .lineup-item {
    width: calc((100% - 35px) * 0.5);
  }
  .model-lineup.center {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .model-lineup {
    gap: 30px 35px;
  }
  .model-lineup.div2 .lineup-item {
    width: 100%;
  }
  .model-lineup.div3 .lineup-item {
    width: 100%;
  }
  .model-lineup.center {
    justify-content: flex-start;
  }
}

/* topic -----------*/
.ms-topic-box {
  position: relative;
  margin: auto auto 30px;
  padding: 35px 60px;
  border: 3px solid #69BE28;
  border-radius: 10px;
  box-sizing: border-box;
}
.ms-topic-box:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-image: url("../img/topic_waku_1.svg"), url("../img/topic_waku_2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, left center;
  pointer-events: none;
}
.ms-topic-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-image: url("../img/topic_waku_1.svg"), url("../img/topic_waku_2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom, right center;
  pointer-events: none;
}
.ms-topic-box .topic-box-title {
  position: relative;
  display: table;
  margin: 0 0 1.8rem;
}
.ms-topic-box .topic-box-title .text-1 {
  position: relative;
  display: block;
  background: #69BE28;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.035em;
  text-align: center;
}
.ms-topic-box .topic-box-title .text-2 {
  position: relative;
  font-family: "Oswald", sans-serif;
  color: #000;
  font-size: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 200;
}
.ms-topic-box .jp {
  position: relative;
  margin: 0;
}
.ms-topic-box .en {
  position: relative;
  margin: 0.5rem 0 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.ms-topic-box .img-item {
  position: relative;
}
.ms-topic-box .img-item .img {
  position: relative;
  line-height: 0;
}
.ms-topic-box .img-item .caption {
  position: relative;
  margin: 1rem 0 0;
  color: #000;
  line-height: 1.4;
}
.ms-topic-box .img-item .caption .caption_1 {
  position: relative;
  margin: 0;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: bold;
}
.ms-topic-box .img-item .caption .caption_2 {
  position: relative;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.ms-topic-box .img-item .caption .caption_3 {
  position: relative;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.ms-topic-box .textimg {
  position: relative;
  display: flex;
}
.ms-topic-box .textimg .textimg-col1 {
  position: relative;
  width: 62%;
  padding-right: 40px;
}
.ms-topic-box .textimg .textimg-col2 {
  position: relative;
  width: 38%;
}
.ms-topic-box .future-imgs {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.ms-topic-box .future-imgs .img-item:nth-child(1) {
  width: 33.6%;
}
.ms-topic-box .future-imgs .img-item:nth-child(2) {
  width: 62.8%;
}
.ms-topic-box .sports-imgs {
  position: relative;
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  margin: 30px 0 0;
}
.ms-topic-box .sports-imgs .img-item {
  width: calc((100% - 40px) * 0.3333);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .ms-topic-box {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .ms-topic-box {
    padding: 6%;
  }
  .ms-topic-box .textimg {
    display: block;
  }
  .ms-topic-box .textimg .textimg-col1 {
    width: auto;
  }
  .ms-topic-box .textimg .textimg-col2 {
    width: auto;
  }
  .ms-topic-box .img-item .img {
    text-align: center;
  }
  .ms-topic-box .img-item .img img {
    width: auto;
    max-width: 100%;
  }
  .ms-topic-box .future-imgs {
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 30px;
  }
  .ms-topic-box .future-imgs .img-item:nth-child(1), .ms-topic-box .future-imgs .img-item:nth-child(2) {
    width: 100%;
  }
  .ms-topic-box .future-imgs .caption {
    text-align: center;
  }
  .ms-topic-box .sports-imgs {
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 30px;
  }
  .ms-topic-box .sports-imgs .img-item {
    width: 100%;
  }
}

.ms-topic-box:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ms-topic-box:last-child {
    margin-bottom: 0;
  }
}

/* btn -----------*/
.p-btn {
  position: relative;
  max-width: 518px;
  margin: auto;
}
.p-btn a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 82px;
  margin: auto;
  padding: 30px 65px 30px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  line-height: 1.4;
}
.p-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 26px;
  height: 20px;
  background: url("../img/arrow_1.svg") no-repeat;
  background-size: 100% auto;
}
.p-btn a:hover {
  background: #69BE28;
  transition: background 0.2s ease-out;
}
.p-btn a:hover:after {
  right: 27px;
  transition: right 0.2s ease-out;
}
.p-btn .en_1 {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 1.9rem;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.p-btn .en_2 {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 1.9rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
.p-btn .jp_1 {
  display: inline-block;
  position: relative;
  top: 0.05em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-btn {
    width: 90%;
  }
}
/*# sourceMappingURL=maps/style.css.map */
