@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

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

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-weight: 300;
  line-height: 1.69;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

em {
  font-style: normal;
}

.c-heading {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #EDA342;
}

@media screen and (max-width: 768px) {
  .c-heading {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.c-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  background-color: rgba(66, 175, 237, 0.9);
  border-radius: 50%;
  color: #fff;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .c-num {
    width: 45px;
    height: 45px;
    margin-right: 0;
  }
}

.c-button {
  display: block;
  width: 320px;
  margin: 0 auto;
  padding: 13px 0;
  border: 2px solid #A86A23;
  border-radius: 30px;
  color: #A86A23;
  font-size: 18px;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 400;
  letter-spacing: .9px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-button {
    width: 280px;
    padding: 11px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 374px) {
  .c-button {
    width: 250px;
  }
}

.l-header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80px;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 40px;
    padding: 0 12px;
  }
}

.l-header__logo a img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .l-header__logo a img {
    width: 60px;
  }
}

.l-header__nav--pc {
  display: flex;
  align-items: center;
  color: #083854;
  font-size: 14px;
}

.l-header__nav--pc nav ul {
  display: flex;
}

.l-header__nav--pc nav ul li {
  margin-right: 38px;
}

@media screen and (max-width: 1086px) {
  .l-header__nav--pc nav ul li {
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__nav--sp {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #083854;
  }
  .l-header__nav--sp li {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) and (max-width: 374px) {
  .l-header__nav--sp li {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__nav--sp li a {
    display: flex;
    align-items: center;
  }
  .l-header__nav--sp li a.l-header__nst {
    justify-content: center;
  }
  .l-header__nav--sp li a .c-num {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__twitter {
    margin-right: 40px;
  }
}

.l-header__twitter a {
  display: block;
  width: 21px;
  height: 17px;
}

.l-header__twitter a img {
  object-fit: contain;
  vertical-align: top;
}

#pocket-extension-root {
  display: none;
}

.l-nav__btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-nav__btn {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 10px;
    outline: none;
  }
  .l-nav__btn--line {
    transition: all .2s;
    display: block;
    width: 24px;
    height: 1px;
    background-color: #222;
  }
  .l-nav__btn--line-btm {
    margin-top: 6px;
  }
}

.l-nav__menu {
  transition: all .3s;
  display: none;
}

.s-mainvisual {
  position: relative;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-mainvisual {
    padding-top: 40px;
    background: #FFFCF8 url(./image/bg-sp.png) center 100px/60%;
  }
}

@media screen and (max-width: 480px) {
  .s-mainvisual {
    background: #FFFCF8 url(./image/bg-sp.png) top/100%;
  }
}

.s-mainvisual h1 {
  width: 500px;
  margin: 100px auto 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-mainvisual h1 {
    width: 74.6%;
    margin-top: 80px;
  }
}

.s-mainvisual h1 img {
  display: block;
}

.s-mainvisual__desc {
  position: relative;
  width: 800px;
  margin: 116px auto 0;
  font-size: 18px;
  line-height: 1.75;
  z-index: 1;
}

.s-mainvisual__desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 252, 248, 0.7);
  z-index: -1;
}

@media screen and (max-width: 1086px) {
  .s-mainvisual__desc {
    width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .s-mainvisual__desc {
    width: 80.5%;
    margin: 181px auto 100px;
    font-size: 16px;
  }
}

.s-mainvisual__desc p {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .s-mainvisual__desc p {
    text-align: left;
  }
}

.s-mainvisual__desc p > span {
  border-bottom: 2px solid #42AFED;
}

.s-mainvisual__desc p > em {
  font-weight: 600;
}

.s-mainvisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFCF8;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .s-mainvisual__bg {
    display: none;
  }
}

.s-mainvisual__bg img {
  display: block;
  position: absolute;
  width: 178px;
  height: 260px;
}

.s-mainvisual__bg--1 {
  top: 30px;
  left: 50px;
}

@media screen and (min-width: 1680px) {
  .s-mainvisual__bg--1 {
    left: 250px;
  }
}

.s-mainvisual__bg--2 {
  right: 34px;
  top: -32px;
}

@media screen and (min-width: 1680px) {
  .s-mainvisual__bg--2 {
    right: 234px;
  }
}

.s-mainvisual__bg--3 {
  top: 348px;
  left: 191px;
}

@media screen and (min-width: 1680px) {
  .s-mainvisual__bg--3 {
    left: 391px;
  }
}

.s-mainvisual__bg--4 {
  right: 181px;
  top: 397px;
}

@media screen and (min-width: 1680px) {
  .s-mainvisual__bg--4 {
    right: 381px;
  }
}

.s-mainvisual__bg--5 {
  top: 707px;
  left: 79px;
}

@media screen and (min-width: 1680px) {
  .s-mainvisual__bg--5 {
    left: 279px;
  }
}

.s-mainvisual__bg--6 {
  right: 65px;
  top: 815px;
}

@media screen and (min-width: 1680px) {
  .s-mainvisual__bg--6 {
    right: 265px;
  }
}

.s-info {
  padding: 80px 0 133px;
  text-align: center;
  background-color: #E7F5FD;
}

@media screen and (max-width: 768px) {
  .s-info {
    padding-bottom: 100px;
  }
}

.s-info__list {
  width: 500px;
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .s-info__list {
    width: 90%;
  }
}

.s-info__list-item {
  margin-bottom: 48px;
}

.s-info__list-item:last-child {
  margin-bottom: 0;
}

.s-info__list-item a {
  display: flex;
  align-items: center;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-info__list-item a {
    flex-direction: column;
    text-align: center;
  }
}

.s-info__list-item time {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .s-info__list-item time {
    margin: 16px 0;
    font-size: 12px;
  }
}

.s-info__list-item h3 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .s-info__list-item h3 {
    font-size: 16px;
  }
}

.s-info__list-item h3 > span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .s-info__list-item h3 > span {
    font-size: 14px;
  }
}

.s-article {
  padding: 80px 0 238px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-article {
    padding-top: 45px;
    padding-bottom: 120px;
  }
}

.s-article--even {
  background-color: #FFFCF8;
}

.s-article .c-num {
  width: 100px;
  height: 100px;
  margin-right: 40px;
  font-size: 23px;
}

@media screen and (max-width: 1086px) {
  .s-article .c-num {
    margin-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  .s-article .c-num {
    width: 60px;
    height: 60px;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.s-article__heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 936px;
  margin: 0 auto;
  padding: 38px 0;
  text-align: left;
}

@media screen and (max-width: 1086px) {
  .s-article__heading {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .s-article__heading {
    flex-direction: column;
    width: 80.5%;
    padding: 20px 10.5px;
    text-align: center;
  }
}

@media screen and (max-width: 1086px) {
  .s-article__heading--2 {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .s-article__heading--2 {
    padding-left: 0;
  }
}

.s-article__heading--3 {
  width: 1086px;
}

@media screen and (max-width: 1086px) {
  .s-article__heading--3 {
    width: 756px;
    margin: 0 auto;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .s-article__heading--3 {
    width: 80.5%;
  }
}

.s-article__heading--3 .c-num {
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .s-article__heading--3 .c-num {
    margin-right: 0;
  }
}

.s-article__heading h1 {
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: .96px;
}

@media screen and (max-width: 768px) {
  .s-article__heading h1 {
    font-size: 18px;
    letter-spacing: .54px;
    text-indent: 12px;
  }
}

@media screen and (max-width: 374px) {
  .s-article__heading h1 {
    font-size: 14px;
  }
}

.s-article__heading h1 > span {
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .s-article__heading h1 > span {
    font-size: 24px;
    letter-spacing: .72px;
  }
}

@media screen and (max-width: 374px) {
  .s-article__heading h1 > span {
    font-size: 20px;
  }
}

.s-article__heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(./image/corner.png);
}

.s-article__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 48px;
  height: 48px;
  transform: rotate(180deg);
  background-image: url(./image/corner.png);
}

.s-article time {
  display: block;
  margin-top: 18px;
  color: #1D70A1;
  font-size: 20px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .s-article time {
    margin-top: 48px;
    font-size: 16px;
    letter-spacing: .8px;
  }
}

.s-article__desc {
  width: 720px;
  margin: 58px auto;
  background: url(./image/underline.png) 0 -3px;
}

@media screen and (max-width: 1086px) {
  .s-article__desc {
    width: 680px;
  }
}

@media screen and (max-width: 768px) {
  .s-article__desc {
    max-width: 480px;
    width: 90.5%;
    margin-top: 48px;
    margin-bottom: 44px;
    background: none;
    text-align: left;
  }
}

.s-article__name {
  font-weight: bold;
}

.s-article__marker {
  background: linear-gradient(transparent 55%, rgba(237, 163, 66, 0.4) 55%);
}

.s-article__detail {
  width: 904px;
  margin: 66px auto 0;
  padding: 60px 92px 72px;
  text-align: left;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

@media screen and (max-width: 1086px) {
  .s-article__detail {
    width: 750px;
  }
}

@media screen and (max-width: 768px) {
  .s-article__detail {
    max-width: 580px;
    width: 92%;
    padding: 54px 40px;
  }
}

@media screen and (max-width: 480px) {
  .s-article__detail {
    padding: 54px 21px;
  }
}

.s-article__detail dl {
  margin-bottom: 64px;
}

.s-article__detail dt {
  margin-bottom: 10px;
}

.s-article__detail dd {
  margin-bottom: 30px;
}

.s-article__detail h2 {
  font-size: 18px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .s-article__detail h2 {
    font-size: 16px;
  }
}

.s-article__detail h2::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(./image/mark_bl.png);
}

.s-article__detail time {
  font-size: 16px;
  color: inherit;
  letter-spacing: normal;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .s-article__detail time {
    font-size: 14px;
  }
}

.s-article__guest {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .s-article__guest {
    flex-direction: column;
    align-items: center;
  }
}

.s-article__guest li {
  width: 260px;
  margin: 0 24px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .s-article__guest li:first-child {
    margin-bottom: 44px;
  }
}

.s-article__guest li div {
  width: 100%;
  overflow: hidden;
}

.s-article__guest li div:first-child {
  margin-bottom: 15px;
}

.s-article__guest--title {
  font-size: 12px;
}

.s-article__caution {
  font-size: 14px;
}

.ph-hirato {
  width: 100%;
  height: 325px;
  background: url(./image/guest/hirato.jpg) -98%/cover;
}

@media screen and (max-width: 1086px) {
  .ph-hirato {
    height: 290px;
    background: url(./image/guest/hirato.jpg) -91%/cover;
  }
}

@media screen and (max-width: 768px) {
  .ph-hirato {
    height: 325px;
  }
}

.ph-fujikura {
  width: 100%;
  height: 325px;
  background: url(./image/guest/fujikura.jpg) center 64%/108%;
}

@media screen and (max-width: 1086px) {
  .ph-fujikura {
    height: 290px;
  }
}

@media screen and (max-width: 768px) {
  .ph-fujikura {
    height: 325px;
  }
}

.ph-tano {
  width: 100%;
  height: 325px;
  background: url(./image/guest/tano.jpeg) center 64%/108%;
}

@media screen and (max-width: 1086px) {
  .ph-tano {
    height: 290px;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .ph-tano {
    height: 325px;
  }
}

.ph-kobayashi {
  width: 100%;
  height: 325px;
  background: url(./image/guest/kobayashi.jpg) center 34%/100%;
}

@media screen and (max-width: 1086px) {
  .ph-kobayashi {
    height: 290px;
  }
}

@media screen and (max-width: 768px) {
  .ph-kobayashi {
    height: 325px;
  }
}

.ph-fujita {
  width: 100%;
  height: 325px;
  background: url(./image/guest/fujita.jpg) center 34%/100%;
}

@media screen and (max-width: 1086px) {
  .ph-fujita {
    height: 290px;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .ph-fujita {
    height: 325px;
  }
}

.ph-okada {
  width: 100%;
  height: 325px;
  background: url(./image/guest/okada.jpg) center 31%/100%;
}

@media screen and (max-width: 1086px) {
  .ph-okada {
    height: 290px;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .ph-okada {
    height: 325px;
  }
}

.ph-ikeda {
  width: 100%;
  height: 325px;
  background: url(./image/guest/ikeda.jpg) center 34%/100%;
}

@media screen and (max-width: 1086px) {
  .ph-ikeda {
    height: 290px;
  }
}

@media screen and (max-width: 768px) {
  .ph-ikeda {
    height: 325px;
  }
}

.ph-kurosawa {
  width: 100%;
  height: 325px;
  background: url(./image/guest/kurosawa.JPG) center 25%/100%;
}

@media screen and (max-width: 1086px) {
  .ph-kurosawa {
    height: 290px;
  }
}

@media screen and (max-width: 768px) {
  .ph-kurosawa {
    height: 325px;
  }
}

.ph-omori {
  width: 100%;
  height: 325px;
  background: url(./image/guest/omori.jpg) 47%/cover;
}

@media screen and (max-width: 1086px) {
  .ph-omori {
    height: 290px;
  }
}

@media screen and (max-width: 768px) {
  .ph-omori {
    height: 325px;
  }
}

.ph-fukunaga {
  width: 100%;
  height: 325px;
  background: url(./image/guest/fukunaga.jpg) center/100%;
}

@media screen and (max-width: 1086px) {
  .ph-fukunaga {
    height: 290px;
  }
}

@media screen and (max-width: 768px) {
  .ph-fukunaga {
    height: 325px;
  }
}

.s-aside {
  padding: 78px 0 88px;
  background: #E7F5FD url(./image/bg.png) center/80%;
  text-align: center;
}

.s-aside__container {
  width: 536px;
  margin: 52px auto 0;
}

@media screen and (max-width: 768px) {
  .s-aside__container {
    max-width: 375px;
    width: 85%;
  }
}

.l-footer {
  width: 100vw;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1D70A1;
  background-color: #FFFCF8;
}

@media screen and (max-width: 768px) {
  .l-footer {
    height: 40px;
  }
}

.l-footer > p {
  font-size: 10px;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .is-pc {
    display: none;
  }
}

.is-mid {
  display: none;
}

@media screen and (max-width: 1086px) {
  .is-mid {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .is-mid {
    display: none;
  }
}

.is-pcsm {
  display: none;
}

@media screen and (max-width: 1086px) {
  .is-pcsm {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .is-pcsm {
    display: none;
  }
}

.is-575 {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-575 {
    display: none;
  }
}

@media screen and (min-width: 374px) and (max-width: 575px) {
  .is-575 {
    display: block;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .is-sp {
    display: block;
  }
}

.s-open.l-nav__btn--line-top {
  transition: all .3s;
  transform: translate(0, 4px) rotate(30deg);
  transform-origin: center center;
}

.s-open.l-nav__btn--line-btm {
  transition: all .3s;
  transform: translate(0, -3px) rotate(-30deg);
  transform-origin: center center;
}

.s-open.l-nav__menu {
  transition: all .3s;
  display: block;
  position: fixed;
  top: 39px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  padding-bottom: 80px;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .s-open.l-nav__menu {
    padding-top: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .s-open.l-nav__menu {
    font-size: 12px;
  }
}

.s-ani__delighters--heading.delighter {
  transition: all .6s ease-out;
  transform: translateY(10%);
  opacity: 0;
}

.s-ani__delighters--heading.delighter.started {
  transform: none;
  opacity: 1;
}

.s-ani__delighters--title.delighter {
  transition: all .6s ease;
  transform: translateX(-5%);
  opacity: 0;
}

.s-ani__delighters--title.delighter.started {
  transform: none;
  opacity: 1;
}

.s-ani__delighters--fl-s.delighter {
  transition: all .6s ease-out;
  transform: translateY(8%);
  opacity: 0;
}

.s-ani__delighters--fl-s.delighter.started {
  transform: none;
  opacity: 1;
}

.s-ani__delighters--fl-f.delighter {
  transition: all .4s ease-out;
  transform: translateY(10%);
  opacity: 0;
}

.s-ani__delighters--fl-f.delighter.started {
  transform: none;
  opacity: 1;
}

.s-ani__delighters--btn.delighter {
  transition: all .6s ease;
  transform: translateY(15%);
  opacity: 0;
}

.s-ani__delighters--btn.delighter.started {
  transform: none;
  opacity: 1;
}

.s-ani__delighters--detail.delighter {
  transition: all .6s ease;
  transform: translateY(1%);
  opacity: 0;
}

.s-ani__delighters--detail.delighter.started {
  transform: none;
  opacity: 1;
}

.s-ani__animate--site-logo {
  opacity: 0;
  animation: mainLogo .8s ease 1s 1 forwards;
}

.s-ani__animate--intro-heading {
  opacity: 0;
  animation: introHeading 1s ease 2.3s 1 forwards;
}

.s-ani__animate--intro-detail {
  opacity: 0;
  animation: introDetail .8s ease 3s 1 forwards;
}

.s-ani__animate--header {
  top: -80px;
  animation: header .6s ease 1.5s 1 forwards;
}

.s-ani__animate--sp-menu {
  opacity: 0;
  animation: opa .3s ease 0s 1 forwards;
}

.s-ani__animate--body {
  opacity: 0;
  animation: opa 2s ease-out 0s 1 forwards;
}

@keyframes mainLogo {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes introHeading {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes introDetail {
  0% {
    opacity: 0;
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes header {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}

@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.s-hover__logo {
  transition: all .2s;
}

.s-hover__logo:hover {
  transition: all .2s;
  transform: scale(1.05);
}

.s-hover__nav {
  transition: all .2s;
}

.s-hover__nav:hover {
  color: #42AFED;
  transition: all .2s;
  opacity: .8;
}

.s-hover__opa {
  transition: all .2s;
}

.s-hover__opa:hover {
  transition: all .2s;
  opacity: .6;
}

.s-hover__opa--slow {
  transition: all .4s;
}

.s-hover__opa--slow:hover {
  transition: all .4s;
  opacity: .7;
}

.s-hover__btn {
  transition: all .2s;
}

.s-hover__btn:hover {
  transition: all .3s;
  transform: translateY(-3px) !important;
  box-shadow: 0 2px 5px rgba(168, 106, 35, 0.2);
}
