@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
html {
  color: #111;
  font-size: 62.5%;
  height: -webkit-fill-available;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-weight: 400;
  line-height: 2;
}

.page {
  background-color: #111;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

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

em, i {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h3 {
  margin: 0 auto;
}

b,
strong {
  font-weight: inherit;
}

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: input;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff !important;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  outline: none;
}

textarea {
  background-color: #fff;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  font-size: 1.4rem;
  height: 21em;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px 30px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

textarea:focus {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-moz-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}
input::placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: rgba(32, 32, 32, 0.5);
}

select {
  background-color: #F4F4F4;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
  color: rgba(32, 32, 32, 0.5);
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 20px;
  padding: 15px 30px;
  width: 100%;
}

select:focus {
  outline: none;
}

.Title {
  margin: 0 auto;
}

.Title img {
  display: block;
}

/* SP style */
@media print, screen and (max-width: 999px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

/* PC style */
@media print, screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
}

/* blocks */
/* --------------------
* Contact
* -------------------- */
.Contact {
  background-color: #007e3f;
  padding: 68px 0 78px;
  position: relative;
  z-index: 1;
}

.Contact .Contact__inner {
  color: #fff;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
}

.Contact .Title {
  margin-bottom: 43px;
  width: calc(250/375 *100vw);
}

.Contact .Contact__text {
  margin-bottom: 20px;
  text-align: center;
}

.Contact .Contact__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 11px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.08em;
  line-height: 3.63;
  width: 100%;
}

.Contact .Contact__term {
  border-bottom: 1px solid #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 21%;
  flex: 0 1 21%;
}

.Contact .Contact__description {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 79%;
  flex: 1 1 79%;
  padding-left: 6px;
}

.Contact .Contact_link {
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 1000px) {
  .Contact {
    padding: 126px 0 150px;
  }
  .Contact .Contact__inner {
    max-width: 700px;
    padding: 0 0;
  }
  .Contact .Title {
    margin-bottom: 58px;
    width: 473px;
  }
  .Contact .Contact__text {
    font-size: 16px;
  }
  .Contact .Contact__list {
    font-size: 16px;
    letter-spacing: 0.09em;
    line-height: 3.63;
  }
  .Contact .Contact__term {
    border-bottom: 2px solid #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 150px;
    flex: 0 1 150px;
  }
  .Contact .Contact__description {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 550px;
    flex: 0 1 550px;
    padding-left: 29px;
  }
  .Contact .Contact_link {
    opacity: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Contact .Contact_link:hover {
    opacity: 0.5;
  }
}

/* --------------------
* Footer
* -------------------- */
.Footer {
  background-color: #111;
  padding: 40px 0 16px;
  position: relative;
  z-index: 1;
}

.Footer .Footer__inner {
  margin: 0 auto;
  padding: 0;
}

.Footer .Sns__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 0;
  padding: 0 20px;
}

.Footer .Footer__copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.06em;
  margin-top: 40px;
  padding-top: 14px;
  text-align: center;
}

.Footer .Footer__link {
  color: #fff;
  text-decoration: none;
}

@media print, screen and (min-width: 1000px) {
  .Footer {
    padding: 81px 0 40px;
  }
  .Footer .Sns__inner {
    max-width: 700px;
    padding: 0 0;
  }
  .Footer .Footer__copyright {
    font-size: 12px;
    letter-spacing: 0.14em;
    margin-top: 78px;
    padding-top: 38px;
  }
}

/* --------------------
* Header
* -------------------- */
.Header {
  background-color: rgba(17, 17, 17, 0.9);
  height: 50px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  width: 100%;
  z-index: 9999;
}

.Header.-opening {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.Header .Header__inner {
  margin: 0 auto;
  padding: 0 20px;
}

.Header .Header__wrap {
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Header .Header__logo {
  display: none;
}

.Header .Header__menuBtn {
  cursor: pointer;
  height: 21px;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 23px;
}

.Header .Header__burgerLine {
  background-color: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  width: 23px;
}

.Header .Header__burgerLine:nth-child(1) {
  top: calc(50% - 7px);
}

.Header .Header__burgerLine:nth-child(2) {
  top: calc(50% + 1px);
}

.Header .Header__burgerLine:nth-child(3) {
  top: calc(50% + 9px);
}

.Header .Header__menuBtn.-open .Header__burgerLine:nth-child(1) {
  top: calc(50% - 7px);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  width: 100%;
}

.Header .Header__menuBtn.-open .Header__burgerLine:nth-child(2) {
  opacity: 0;
}

.Header .Header__menuBtn.-open .Header__burgerLine:nth-child(3) {
  top: calc(50% + 9px);
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 100%;
}

.Header .Burger {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: rgba(17, 17, 17, 0.7);
  display: block;
  display: block;
  height: calc(100vh - 50px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  width: 100%;
  width: 100%;
  z-index: 200;
}

.Header .Burger.-open {
  opacity: 1;
  pointer-events: auto;
}

.Header .Burger .Burger__list {
  border-top: 1px solid #ffff;
  padding: 0 40px;
}

.Header .Burger .Burger__item {
  border-bottom: 1px solid #fff;
  text-align: center;
}

.Header .Burger .Burger__link {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 11px 10px;
  position: relative;
  text-decoration: none;
}

.Header .GlobalNav__list {
  display: none;
}

.Header .Header__list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
}

.Header .Header__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 35px;
  width: 40px;
}

@media print, screen and (min-width: 1000px) {
  .Header {
    height: 80px;
  }
  .Header .Header__inner {
    padding: 0 30px 0 50px;
  }
  .Header .Header__wrap {
    line-height: 3.7;
  }
  .Header .Header__logo {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-top: 19px;
    width: 196px;
  }
  .Header .Header__burger {
    display: none;
  }
  .Header .GlobalNav__list {
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    letter-spacing: 0.04em;
  }
  .Header .GlobalNav__link {
    color: #fff;
    position: relative;
    text-decoration: none;
    -webkit-transition: ease .3s;
    transition: ease .3s;
  }
  .Header .GlobalNav__link ::after {
    background: #007e3f;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    /*絶対配置で線の位置を決める*/
    position: absolute;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    /*X方向0、Y方向1*/
    -webkit-transform-origin: center top;
    transform-origin: center top;
    /*アニメーションの指定*/
    -webkit-transition: all .3s;
    transition: all .3s;
    /*線の形状*/
    width: 100%;
    /*上部中央基点*/
  }
  .Header .GlobalNav__link :hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    /*X方向にスケール拡大*/
  }
  .Header .Header__list {
    gap: 11px;
    padding-top: 7px;
  }
  .Header .Header__item {
    height: 40px;
    width: 51px;
  }
  .Header .Header__link {
    opacity: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Header .Header__link:hover {
    opacity: 0.7;
  }
}

/* --------------------
* Info
* -------------------- */
.Info {
  background-color: #111;
  position: relative;
  z-index: 1;
}

.Info .Info__inner {
  font-weight: 700;
  margin: 0 auto;
  max-width: 600px;
  padding: 43px calc(38/375 * 100vw) 60px;
}

.Info .Info__list {
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 400px;
  text-align: center;
  width: calc(300/375 * 100vw);
}

.Info .Info__term {
  background-color: rgba(0, 126, 63, 0.7);
  color: #fff;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
}

.Info .Info__description {
  background-image: url(../images/info_back.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 5px;
}

.Info .Info__descriptionWrap {
  margin: 0 auto;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.Info .Info__red {
  color: #dd1313;
}

.Info .Info__image {
  margin: 0 auto;
  max-width: 400px;
  width: calc(300/375 * 100vw);
}

.Info .Info__link {
  color: #111;
  display: block;
  text-decoration: none;
}

.Info .Info__vs {
  color: #90bf90;
}

@media print, screen and (min-width: 1000px) {
  .Info .Info__inner {
    max-width: 700px;
    padding: 153px 0 150px;
  }
  .Info .Info__list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    max-width: 700px;
    width: 100%;
  }
  .Info .Info__term {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 28.5%;
    flex: 0 1 28.5%;
    font-size: 25px;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Info .Info__description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 71.5%;
    flex: 0 1 71.5%;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .Info .Info__image {
    max-width: 700px;
    width: 100%;
  }
  .Info .Info__link {
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Info .Info__link:hover {
    opacity: 0.7;
  }
}

/* --------------------
* Media
* -------------------- */
.Media {
  background-color: #fff;
  background-image: url(../images/media_back_sp.png);
  background-position: bottom left;
  background-repeat: repeat-y;
  background-size: cover;
  border-bottom: 1px solid #999;
  padding: 65px 0 33px;
  position: relative;
  z-index: 1;
}

.Media .Media__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
}

.Media .Title {
  margin-bottom: 52px;
  width: calc(206/375 * 100vw);
}

.Media .Media__item {
  margin-bottom: 48px;
}

.Media .Media__link {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
}

.Media .Media__thumnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: calc(100/375 * 100vw);
}

.Media .Media__thumnail.-last {
  margin-bottom: 0;
}

.Media .Media__thumnail::before {
  background-image: url(../images/triangle_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: calc(23/375 * 100vw);
  left: 37%;
  position: absolute;
  top: 26%;
  width: calc(23/375 * 100vw);
}

.Media .Media__thumnail:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.Media .Media__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  line-height: 1.3;
  padding-left: 15px;
}

.Media .Media__date {
  font-size: 10px;
  letter-spacing: 0.11em;
  line-height: 1;
  padding-bottom: 4px;
}

.Media .Media__marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(60%, #B0D69F));
  background: linear-gradient(transparent 30%, #B0D69F 60%);
}

.Media .Media__channel {
  color: #555;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-bottom: 1px;
}

.Media .Media__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

@media print, screen and (min-width: 1000px) {
  .Media {
    background-color: #fff;
    background-image: url(../images/media_back.png);
    border-bottom: 1px solid #999;
    padding: 122px 0 144px;
  }
  .Media .Media__inner {
    max-width: 900px;
    padding: 0 0;
  }
  .Media .Title {
    margin-bottom: 76px;
    width: 390px;
  }
  .Media .Media__list {
    gap: 97px 45px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .Media .Media__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 270px;
    flex: 0 1 270px;
    margin-bottom: 0;
  }
  .Media .Media__link {
    display: inline;
  }
  .Media .Media__thumnail {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    margin-bottom: 19px;
    -webkit-transition: 300ms;
    transition: 300ms;
    width: 270px;
  }
  .Media .Media__thumnail:hover {
    -webkit-filter: none;
    filter: none;
  }
  .Media .Media__thumnail.-last {
    margin-bottom: 19px;
  }
  .Media .Media__thumnail::before {
    background-image: url(../images/triangle_hover.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 62px;
    left: 39%;
    position: absolute;
    top: 26%;
    width: 62px;
  }
  .Media .Media__text {
    padding-left: 0;
  }
  .Media .Media__date {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 10px;
  }
  .Media .Media__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(60%, #B0D69F));
    background: linear-gradient(transparent 30%, #B0D69F 60%);
  }
  .Media .Media__channel {
    font-size: 15px;
    letter-spacing: 0;
    padding-bottom: 8px;
  }
  .Media .Media__title {
    font-size: 20px;
    line-height: 1.25;
  }
}

/* --------------------
* Mv
* -------------------- */
.Mv {
  position: relative;
  z-index: 1;
}

.Mv.-opening .Mv__logo,
.Mv.-opening .Mv__logoOfficial,
.Mv.-opening .Mv__logoGreen {
  opacity: 0;
}

.Mv.-opening .Mv__inner::before {
  opacity: 0;
}

.Mv .Mv__inner {
  background-color: #fff;
  height: calc(667/375 * 100vw);
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100vw;
}

.Mv .Mv__inner:before {
  background-image: url(../images/Mv_back_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  width: 100%;
  z-index: 2;
}

.Mv .Mv__logo {
  display: block;
  left: calc(-23/375 * 100vw);
  position: absolute;
  top: calc(41/375 * 100vw);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  width: calc(288/375 * 100vw);
  z-index: 2;
}

.Mv .Mv__logoOfficial {
  display: block;
  position: absolute;
  right: calc(6/375 * 100vw);
  top: calc(125/375 * 100vw);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  width: calc(136/375 * 100vw);
  z-index: 2;
}

.Mv .Mv__imageWrap {
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 3;
}

.Mv .Mv__logoGreen {
  left: calc(5/375 * 100vw);
  overflow: hidden;
  position: absolute;
  top: calc(374/375 * 100vw);
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  width: 100vw;
  z-index: 4;
}

.Mv .Mv__triangle {
  bottom: -1px;
  left: 0;
  position: absolute;
  z-index: 4;
}

.Mv .Mv__triangle::after {
  border-color: transparent transparent #111 transparent;
  border-style: solid;
  border-width: 0 0 calc(87/375 * 100vw) 100vw;
  content: '';
  display: block;
  height: 0;
  left: 0;
  top: calc(588/375 * 100vw);
  width: 0;
}

@media print, screen and (min-width: 1000px) {
  .Mv .Mv__inner {
    height: calc(768/1366 * 100vw);
    width: 100vw;
  }
  .Mv .Mv__inner:before {
    background-image: url(../images/Mv_back.png);
  }
  .Mv .Mv__logo {
    left: calc(-47/1366 * 100vw);
    top: calc(81/1366 * 100vw);
    width: calc(770/1366 * 100vw);
  }
  .Mv .Mv__logoOfficial {
    left: calc(150/1366 * 100vw);
    top: calc(561/1366 * 100vw);
    width: calc(387/1366 * 100vw);
  }
  .Mv .Mv__imageWrap {
    left: 0;
    top: 0;
    width: 100vw;
  }
  .Mv .Mv__logoGreen {
    left: calc(672/1366 * 100vw);
    top: calc(271/1366 * 100vw);
    width: calc(686/1366 * 100vw);
  }
  .Mv .Mv__triangle::after {
    border-width: 0 0 calc(120/1366 * 100vw) 100vw;
    top: calc(588/1366 * 100vw);
  }
}

/* --------------------
* Profile
* -------------------- */
.Profile {
  color: #fff;
  margin-top: 30px;
}

.Profile .Profile__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px 80px;
  position: relative;
  z-index: 1;
}

.Profile .Profile__attachment {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}

.Profile .Title {
  margin-bottom: 26px;
  width: calc(206/375 * 100vw);
}

.Profile .Profile__titleWrap {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 42px;
  width: 100%;
}

.Profile .Profile__titleWrap.-small {
  margin: 0;
}

.Profile .Profile__title {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.Profile .Profile__title.-small {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.Profile .Profile__titleSub {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  margin-top: 13px;
  text-align: right;
}

.Profile .Profile__titleSub.-small {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 auto 4px;
}

.Profile .Profile__list {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  letter-spacing: 0.04em;
  margin-bottom: 36px;
  width: calc(200/375 * 100vw);
}

.Profile .Profile__term {
  background-color: rgba(0, 126, 63, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(70/375 * 100vw);
  flex: 0 1 calc(70/375 * 100vw);
  margin-bottom: 25px;
  padding: 0 10px;
}

.Profile .Profile__description {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((200/375 * 100vw) - (70/375 * 100vw));
  flex: 0 1 calc((200/375 * 100vw) - (70/375 * 100vw));
  margin-bottom: 25px;
  padding-left: 19px;
}

.Profile .Profile__description.-en {
  font-size: 13px;
}

.Profile .Profile__titleNum {
  font-size: 28px;
  font-weight: 700;
}

.Profile .Profile__record {
  margin: -14px 0 80px;
}

.Profile .Profile__recordItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 2;
  padding: 13px 0;
  width: 100%;
}

.Profile .Profile__recordDate {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
  font-size: 10px;
  letter-spacing: 0.1em;
  padding-left: 5px;
}

.Profile .Profile__recordDescription {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 47%;
  flex: 0 1 47%;
  font-size: 11px;
}

.Profile .Profile__recordResult {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 28%;
  flex: 0 1 28%;
  font-size: 10px;
  padding: 0 5px 0 0;
  text-align: right;
}

.Profile .Profile__recordVs {
  color: #90bf90;
  font-size: 10px;
}

.Profile ruby[data-ruby] {
  position: relative;
}

.Profile ruby[data-ruby]::before {
  content: attr(data-ruby);
  font-size: 12px;
  left: -1px;
  letter-spacing: 1em;
  position: absolute;
  right: -2px;
  text-align: center;
  top: -1em;
}

.Profile rt {
  display: none;
}

@media print, screen and (min-width: 1000px) {
  .Profile {
    margin-top: 126px;
  }
  .Profile .sp {
    display: none;
  }
  .Profile .Profile__attachment {
    left: 27%;
    top: calc(150/1366 * 100vw);
    width: 59vw;
  }
  .Profile .Profile__inner {
    max-width: 900px;
    padding: 0 100px 150px;
  }
  .Profile .Title {
    margin-bottom: 32px;
    width: 390px;
  }
  .Profile .Profile__titleWrap {
    margin-bottom: 60px;
    width: 700px;
  }
  .Profile .Profile__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    font-size: 80px;
  }
  .Profile .Profile__title.-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 14%;
    flex: 0 1 14%;
    font-size: 40px;
  }
  .Profile .Profile__titleSub {
    border-bottom: 3px solid rgba(255, 255, 255, 0.7);
    -webkit-box-flex: 0;
    -ms-flex: 0 1 52%;
    flex: 0 1 52%;
    font-size: 25px;
    letter-spacing: -0.02em;
    margin-top: 23px;
  }
  .Profile .Profile__titleSub.-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 86%;
    flex: 0 1 86%;
    font-size: 35px;
    letter-spacing: 0.1em;
  }
  .Profile .Profile__list {
    font-size: 16px;
    width: 253px;
  }
  .Profile .Profile__titleResult {
    background-color: rgba(200, 48, 67, 0.8);
    display: inline-block;
    padding: 0 15px 0 18px;
  }
  .Profile .Profile__titleNum {
    font-size: 45px;
  }
  .Profile .Profile__term {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
    margin-bottom: 62px;
  }
  .Profile .Profile__description {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    margin-bottom: 62px;
  }
  .Profile .Profile__description.-en {
    font-size: 17px;
  }
  .Profile .Profile__record {
    margin: -12px 0 80px;
  }
  .Profile .Profile__recordItem {
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 2.1;
    padding: 17px 0;
  }
  .Profile .Profile__recordDate {
    font-size: 14px;
  }
  .Profile .Profile__recordDescription {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 56%;
    flex: 0 1 56%;
    font-size: 16px;
  }
  .Profile .Profile__recordResult {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    font-size: 14px;
  }
  .Profile .Profile__recordVs {
    font-size: 13px;
  }
  .Profile ruby[data-ruby]::before {
    font-size: 15px;
    left: 14px;
    letter-spacing: 2em;
    right: -8px;
  }
}

/* --------------------
* Slash
* -------------------- */
.Slash {
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  z-index: 100000;
}

.Slash .Slash__loading {
  background-color: #ffffff;
  color: #222;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  width: 100%;
  z-index: 100002;
}

.Slash .Slash__loading.-loaded {
  opacity: 0;
}

.Slash .Slash__loadingContent {
  gap: 1px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
}

.Slash .Slash__loadingContent > span {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loading-box;
  animation-name: loading-box;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  background-color: #007e3f;
  display: block;
  height: 10px;
  width: 10px;
}

.Slash .Slash__loadingContent > span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.Slash .Slash__loadingContent > span:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.Slash .Slash__loadingContent > span:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.Slash .Slash__loadingContent > span:nth-child(4) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.Slash .Slash__dummy {
  height: 1px;
  left: -1px;
  opacity: 0;
  position: fixed;
  top: -1px;
  width: 1px;
}

.Slash .Slash__logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50vh;
  left: 50%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 1500ms opacity cubic-bezier(0.24, 0.91, 0.58, 1);
  transition: 1500ms opacity cubic-bezier(0.24, 0.91, 0.58, 1);
  width: 50%;
  z-index: 100003;
}

.Slash .Slash__logo.-loaded {
  background-image: url(../images/opening_logo.svg);
}

.Slash .Slash__logo.-end {
  opacity: 0;
}

.Slash .Slash__background1,
.Slash .Slash__background2 {
  height: 100vh;
  height: 100lvh;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100vw;
}

.Slash .Slash__background1 {
  opacity: 0.4;
  z-index: 10002;
}

.Slash .Slash__background2 {
  opacity: 0.7;
  z-index: 10003;
}

.Slash .Slash__background1.-end .Slash__up,
.Slash .Slash__background2.-end .Slash__up {
  -webkit-transition: 1500ms cubic-bezier(0.24, 0.91, 0.58, 1);
  transition: 1500ms cubic-bezier(0.24, 0.91, 0.58, 1);
  transition: 1500ms cubic-bezier(0.24, 0.91, 0.58, 1);
}

@media print, screen and (min-width: 1000px) {
  .Slash .Slash__background1.-end .Slash__up,
  .Slash .Slash__background2.-end .Slash__up {
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}

@media print, screen and (max-width: 999px) {
  .Slash .Slash__background1.-end .Slash__up,
  .Slash .Slash__background2.-end .Slash__up {
    -webkit-transform: translate(-150%, 0%);
    transform: translate(-150%, 0%);
  }
}

.Slash .Slash__background1.-end .Slash__bottom,
.Slash .Slash__background2.-end .Slash__bottom {
  -webkit-transition: 1500ms cubic-bezier(0.24, 0.91, 0.58, 1);
  transition: 1500ms cubic-bezier(0.24, 0.91, 0.58, 1);
}

@media print, screen and (min-width: 1000px) {
  .Slash .Slash__background1.-end .Slash__bottom,
  .Slash .Slash__background2.-end .Slash__bottom {
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
  }
}

@media print, screen and (max-width: 999px) {
  .Slash .Slash__background1.-end .Slash__bottom,
  .Slash .Slash__background2.-end .Slash__bottom {
    -webkit-transform: translate(50%, 0%);
    transform: translate(50%, 0%);
  }
}

.Slash .Slash__up,
.Slash .Slash__bottom {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  height: 100lvh;
  left: 50%;
  position: absolute;
  top: 0;
  width: 100vw;
}

.Slash .Slash__up {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Slash .Slash__up::after {
  border-color: #111 transparent transparent transparent;
  border-style: solid;
  border-width: 100vh 100vw 0 0;
  content: '';
  display: block;
  height: 0;
  left: 0;
  top: 0;
  width: 0;
}

.Slash .Slash__bottom {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Slash .Slash__bottom::after {
  border-color: transparent transparent #111 transparent;
  border-style: solid;
  border-width: 0 0 100vh 100vw;
  content: '';
  display: block;
  height: 0;
  left: 0;
  top: 0;
  width: 0;
}

@-webkit-keyframes loading-box {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading-box {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes feadout {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

@keyframes feadout {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}

/* --------------------
* Sns
* -------------------- */
.Sns .Sns__inner {
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 375px;
}

.Sns .Sns__Btn {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  height: 30px;
  text-align: center;
  width: 150px;
}

.Sns .Sns__link {
  color: #111;
  display: block;
  font-family: 'Lobster', cursive;
  font-size: 12px;
  height: 100%;
  padding: 2px 33px 0 0;
  position: relative;
  text-align: center;
  text-align: right;
  text-decoration: none;
  width: 100%;
}

.Sns .Sns__link.-insta::before {
  background-image: url(../images/Instagram_Glyph_Gradient_RGB.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 17px;
  left: 30px;
  position: absolute;
  top: 7px;
  width: 17px;
}

.Sns .Sns__link.-blog {
  margin: 0 auto;
  padding: 6px 0 0 0;
  text-align: center;
}

.Sns .Sns__link.-blog img {
  width: 62%;
}

@media print, screen and (min-width: 1000px) {
  .Sns .Sns__inner {
    gap: 50px;
    max-width: 700px;
  }
  .Sns .Sns__Btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    height: 60px;
  }
  .Sns .Sns__link {
    opacity: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Sns .Sns__link.-insta {
    font-size: 24px;
    padding: 7px 60px 0 0;
  }
  .Sns .Sns__link.-insta::before {
    height: 34px;
    left: 59px;
    top: 13px;
    width: 34px;
  }
  .Sns .Sns__link.-blog {
    padding: 13px 57px;
  }
  .Sns .Sns__link.-blog img {
    width: 100%;
  }
  .Sns .Sns__link:hover {
    opacity: 0.5;
  }
}

/* --------------------
* Sponsor
* -------------------- */
.Sponsor {
  background-color: #fff;
  background-image: url(../images/sponsor_back_sp.png);
  background-position: top left;
  background-repeat: repeat-y;
  background-size: cover;
  padding: 67px 0 53px;
  position: relative;
  z-index: 1;
}

.Sponsor .Sponsor__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 20px;
}

.Sponsor .Title {
  margin-bottom: 51px;
  width: calc(250/375 * 100vw);
}

.Sponsor .Sponsor__item {
  margin: 0 auto;
  margin-bottom: 33px;
  width: calc(200/375 * 100vw);
}

.Sponsor .Sponsor__item:last-child {
  margin-bottom: 0;
}

.Sponsor .Sponsor__item.-border img {
  border: 1px solid #111;
}

.Sponsor .Sponsor__link {
  display: block;
}

.Sponsor .Sponsor__link img {
  border: 1px solid #dddddd;
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 1000px) {
  .Sponsor {
    background-image: url(../images/sponsor_back.png);
    padding: 124px 0 161px;
  }
  .Sponsor .Sponsor__inner {
    max-width: 900px;
    padding: 0 0;
  }
  .Sponsor .Title {
    margin-bottom: 80px;
    width: 472px;
  }
  .Sponsor .Sponsor__list {
    gap: 31px 30px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Sponsor .Sponsor__item {
    margin-bottom: 0;
    width: 280px;
  }
  .Sponsor .Sponsor__link {
    opacity: 1;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
  .Sponsor .Sponsor__link:hover {
    opacity: 0.7;
  }
}
