@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@noonnu/one-mobile-title@0.1.0/index.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jua&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 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, etails, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button,
hr {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: inherit;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, hr {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

body {
  min-width: 360px;
  width: 100%;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box;
  word-break: keep-all;
  padding-top: 135px !important;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  body {
    padding-top: 47.54px !important;
  }
}

input,
select,
textarea {
  font-family: inherit;
  outline: none;
  resize: none;
}

a,
button {
  color: #000;
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  background: none;
}
a:hover,
button:hover {
  color: #000;
}

.container {
  display: block;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 20px;
  }
}

.container-fluid {
  display: block;
  width: 100%;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .container-fluid {
    padding: 0 20px;
  }
}

/* sub common */
body {
  padding-top: 149px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 63px;
  }
}

main {
  text-align: justify;
  word-break: break-all;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
main .container {
  max-width: 1230px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  main {
    font-size: 16px;
  }
}

/* page-header */
.page-header {
  line-height: 1.6;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-header .container {
  display: table;
  max-width: 1230px;
  min-height: 700px;
  height: calc(100vh - 149px);
  table-layout: fixed;
  padding: 100px 15px;
}
.page-header .container .v-align {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.page-header .container .v-align small {
  display: inline-block;
  font-size: 20px;
  line-height: 48px;
  font-weight: bold;
  padding: 0 20px;
  border-radius: 100px;
  border: 1px solid #000;
  margin-bottom: 60px;
  text-shadow: 0px 0px 10px #333;
}
.page-header .container .v-align h3 {
  font-size: 50px;
  font-weight: 900;
  text-shadow: 0px 0px 10px #333;
}
.page-header .container .v-align strong {
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  text-shadow: 0px 0px 10px #333;
}
.page-header .container .v-align p {
  font-size: 18px;
  margin-top: 30px;
  text-shadow: 0px 0px 10px #333;
}
.page-header .container .v-align span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-top: 30px;
  text-shadow: 0px 0px 10px #333;
}
.page-header .container .v-align span b {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.page-header .container .v-align span b ~ b {
  margin-left: 30px;
}
.page-header .caption {
  position: absolute;
  bottom: 30px;
  right: 15px;
  font-size: 16px;
  color: #fff;
}
.page-header.top .container .v-align {
  vertical-align: top;
}
.page-header.bottom .container .v-align {
  vertical-align: bottom;
}
@media (max-width: 1024px) {
  .page-header .container {
    min-height: 600px;
    height: calc(100vh - 63px);
    padding: 65px 15px;
  }
  .page-header .container .v-align small {
    font-size: 18px;
    line-height: 38px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .page-header .container .v-align h3 {
    font-size: 30px;
  }
  .page-header .container .v-align strong {
    font-size: 26px;
    margin-top: 15px;
  }
  .page-header .container .v-align p {
    font-size: 16px;
    margin-top: 20px;
  }
  .page-header .container .v-align span {
    font-size: 14px;
  }
  .page-header .container .v-align span b ~ b {
    margin-left: 20px;
  }
}

.visible-sm {
  display: none !important;
}

.visible-lg {
  display: block !important;
}

@media (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  .visible-lg {
    display: none !important;
  }
}
/* section */
section {
  padding: 100px 0;
}
section .section-header {
  padding-bottom: 60px;
}
section .section-header h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  section {
    padding: 60px 0;
  }
  section .section-header {
    padding-bottom: 30px;
  }
  section .section-header h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

/* height-auto */
.height-auto {
  font-size: 0;
  display: flex !important;
  gap: 30px;
}
.height-auto .caption {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}
.height-auto ~ .height-auto {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .height-auto {
    flex-direction: column !important;
  }
  .height-auto > figure {
    width: 100% !important;
  }
  .height-auto .caption {
    font-size: 14px;
    margin-top: 5px;
  }
}

/* footer */
#footer {
  border-top: 1px solid #ccc;
  background-color: rgba(0, 0, 0, 0.1);
}

/* topik-header */
.page-header.topik-header {
  position: relative;
}
.page-header.topik-header .top-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-header.topik-header .top-slider .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-header.topik-header .top-slider .swiper-wrapper .swiper-slide .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-header.topik-header:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header.topik-header .container {
  position: relative;
  z-index: 3;
}
.page-header.topik-header .container .v-align > b {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
}
/* topik */
.topik {
  background-color: #231916;
}
.topik img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.topik .center {
  text-align: center;
}
.topik .center figcaption {
  text-align: right !important;
}
.topik figure {
  display: inline-block;
  margin-top: 60px;
}
.topik figure.space {
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .topik figure.space {
    margin-top: 30px;
  }
}
.topik figcaption {
  display: block;
  font-size: 18px !important;
  text-align: right;
  color: #fff;
  margin-top: 5px;
}
.topik .flex-box {
  display: flex;
  gap: 30px;
}
.topik .flex-box > div.details {
  flex: 1 1 60%;
}
.topik .flex-box > div.item-img {
  flex: 1 1 40%;
}
.topik .flex-box > div.item-img > figure {
  margin: 0;
}
@media (max-width: 1024px) {
  .topik .flex-box {
    flex-direction: column;
    gap: 20px;
  }
}
.topik ul {
  margin-top: 60px;
}
.topik ul > li dl dt {
  font-size: 26px;
  font-weight: bold;
  color: #8cb173;
}
.topik ul > li dl dd {
  color: #fff;
  margin-top: 30px;
}
.topik ul > li dl dd.type-2 {
  position: relative;
  padding-right: 30%;
}
.topik ul > li dl dd.type-2 .img-frame {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  padding-left: 30px;
}
.topik ul > li dl dd.type-2 .img-frame figure {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
}
.topik ul > li dl dd.type-2 .img-frame figure img {
  display: none;
}
.topik ul > li dl dd.type-2 .img-frame .caption {
  position: relative;
  top: -25px;
  display: block;
  text-align: right;
  letter-spacing: -1px;
  font-size: 16px;
  color: #9682aa;
}
.topik ul > li ~ li {
  margin-top: 60px;
}
.topik ul > li:nth-of-type(3) {
  margin-top: 90px;
}
@media (max-width: 1024px) {
  .topik ul > li:nth-of-type(3) {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  .topik figure {
    margin-top: 30px;
  }
  .topik figure figcaption {
    font-size: 16px !important;
  }
  .topik ul > li dl dt {
    font-size: 20px;
  }
  .topik ul > li dl dd {
    margin-top: 20px;
  }
  .topik ul > li dl dd.type-2 {
    padding-right: 0;
  }
  .topik ul > li dl dd.type-2 .img-frame {
    position: static;
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  .topik ul > li dl dd.type-2 .img-frame figure {
    background: none !important;
  }
  .topik ul > li dl dd.type-2 .img-frame figure img {
    display: block;
  }
  .topik ul > li dl dd.type-2 .img-frame .caption {
    top: 0;
    margin-top: 10px;
    font-size: 14px;
  }
}

/* gallery-header */
.gallery-header {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 150px);
}
.gallery-header .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.6);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.gallery-header .backdrop img {
  display: none;
  width: 100%;
}
.gallery-header h3 {
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 1;
  font-size: 0;
}
.gallery-header h3 span {
  position: relative;
  left: 100%;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.gallery-header h3 span img {
  width: auto;
  height: 160px;
  filter: invert(31%) sepia(19%) saturate(536%) hue-rotate(95deg) brightness(96%) contrast(93%);
}
.gallery-header.show .backdrop {
  transform: scale(1);
}
.gallery-header.show h3 span {
  left: 0;
  opacity: 1;
}
@media (max-width: 1024px) {
  .gallery-header {
    height: 60vh;
  }
  .gallery-header h3 {
    left: 10px;
    bottom: 30px;
  }
  .gallery-header h3 span img {
    height: 60px;
  }
  .gallery-header h3 span:nth-of-type(1) {
    margin-right: 7px;
  }
  .gallery-header h3 span:nth-of-type(2) {
    margin-right: 7px;
  }
  .gallery-header h3 span:nth-of-type(3) {
    margin-right: 7px;
  }
}

/* gallery */
.gallery img {
  max-width: 100%;
  border-radius: 10px;
}
.gallery h3 {
  margin-bottom: 60px;
}
.gallery h3 img {
  display: block;
  max-width: 100%;
  border-radius: 0;
  margin: 0 auto;
}
.gallery .table {
  display: table;
  width: 100%;
  margin-bottom: 60px;
  table-layout: fixed;
}
.gallery .table > div {
  display: table-cell;
  vertical-align: middle;
}
.gallery .summary {
  text-align: center;
}
.gallery .summary strong {
  display: block;
  font-size: 40px;
  font-weight: 900;
}
.gallery .summary p {
  margin-top: 20px;
}
.gallery .summary > img {
  display: block;
  margin: 60px auto 0;
  max-width: 100%;
}
.gallery .summary ~ .summary {
  margin-top: 60px;
}
.gallery .summary ~ .summary p {
  margin-top: 0;
}
.gallery .summary ~ .summary strong {
  margin-top: 60px;
}
.gallery .summary b {
  display: block;
  font-size: 40px;
  font-weight: 900;
  margin-top: 30px;
  color: #3e594a;
}
.gallery .figure {
  margin: 60px 0;
}
.gallery .figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .gallery .figure.space {
    margin-bottom: 30px;
  }
  .gallery h3 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .gallery .table {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .gallery .table > div {
    display: block;
  }
  .gallery .table > div ~ div {
    margin-top: 30px;
  }
  .gallery .summary strong {
    font-size: 26px;
  }
  .gallery .summary > img {
    margin-top: 30px;
  }
  .gallery .summary b {
    font-size: 26px;
  }
  .gallery .figure {
    margin: 30px 0 0 0;
  }
}

/* road-header */
.page-header.road-header {
  position: relative;
}
.page-header.road-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-header.road-header .container .v-align small {
  margin-bottom: 30px;
}
.page-header.road-header .container .v-align h3 {
  font-size: 40px;
  line-height: 1.4;
}
.page-header.road-header .container .v-align span {
  display: block;
  font-size: 16px;
  margin-top: 20px;
}
.page-header.road-header .container .v-align .big {
  font-size: 100px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .page-header.road-header .container .v-align .big {
    font-size: 50px;
  }
  .page-header.road-header .container .v-align span {
    font-size: 14px;
  }
}

/* road */
.road img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.road dt {
  font-size: 34px;
  color: #3e594a;
  font-weight: bold;
}
.road dd {
  margin-top: 20px;
}
.road .figure {
  margin-top: 60px;
}
.road .tip {
  margin-top: 60px;
}
.road figure {
  position: relative;
}
.road figure .caption {
  color: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
}
.road dl {
  margin: 60px 0;
}
.road dl.type-2 {
  position: relative;
  padding-right: 30%;
}
.road .tip-wrap {
  overflow: hidden;
  margin: 60px 0;
}
.road .tip-wrap .tip {
  float: left;
  margin-top: 0;
  width: 33.33333333%;
}
.road .tip-wrap .tip:nth-of-type(3n + 1) {
  clear: left;
}
.road .tip-wrap .tip:nth-of-type(3) ~ li {
  margin-top: 30px;
}
.road .tip-wrap.type-2 .tip {
  float: left;
  width: 50%;
}
@media (max-width: 1024px) {
  .road dt {
    font-size: 24px;
  }
  .road dl {
    margin: 30px 0;
  }
  .road dl.type-2 {
    padding-right: 0;
  }
  .road dd .img-frame {
    position: static;
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .road .tip-wrap {
    margin: 30px 0;
  }
  .road .tip-wrap .tip {
    width: 100%;
    float: none;
  }
  .road .tip-wrap .tip ~ .tip {
    margin-top: 30px;
  }
}

.tip-title {
  margin-top: 10px;
  height: 100px;
}
.tip-title strong {
  display: block;
  font-size: 24px;
  color: #666;
  font-family: ONE-Mobile-Title;
}
.tip-title p {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  padding-left: 25px;
  font-weight: 700;
  vertical-align: top;
  color: #121212;
}
.tip-title p::before {
  position: absolute;
  content: "A";
  width: 20px;
  top: 4px;
  left: 0;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #121212;
}

.tip figure {
  margin-bottom: 20px;
}
.tip figure img {
  display: block;
  width: 100%;
}
.tip strong {
  display: block;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 10px solid #000;
}
.tip b {
  font-size: 22px;
  display: block;
  color: #888;
  margin-bottom: 10px;
}
.tip em {
  font-style: normal;
  font-weight: bold;
}
.tip ul {
  margin-top: 20px;
}
.tip ul li small {
  display: block;
  font-size: 24px;
  color: #555;
  font-family: ONE-Mobile-Title;
}
.tip ul li span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  margin-top: 2px;
  margin-right: 5px;
  font-weight: bold;
  background-color: #000;
}
.tip ul li ~ li {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .tip strong {
    font-size: 26px;
    border-width: 6px;
  }
  .tip b {
    font-size: 20px;
  }
  .tip ul li {
    font-size: 15px;
  }
  .tip ul li span {
    font-size: 13px;
  }
}

/* tip-list */
.tip-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tip-list > div {
  display: table-cell;
  vertical-align: top;
}
.tip-list > div:nth-of-type(1) {
  padding-right: 15px;
}
.tip-list > div:nth-of-type(2) {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .tip-list {
    display: block;
  }
  .tip-list > div {
    display: block;
    padding: 0 !important;
  }
  .tip-list > div ~ div {
    margin-top: 30px;
  }
}

/* travel-header */
.page-header.travel-header {
  background-color: #e9e4d9;
}
.page-header.travel-header .container {
  min-height: auto;
  height: auto;
}
.page-header.travel-header .container small {
  text-shadow: none;
}
.page-header.travel-header .container h3 {
  text-shadow: none;
}
.page-header.travel-header .container p {
  text-shadow: none;
}
.page-header.travel-header .container span {
  text-shadow: none;
}

/* travel */
.travel {
  padding-top: 0;
  background-color: #e9e4d9;
}
.travel .container {
  max-width: 1030px;
}
.travel .container img {
  border-radius: 10px;
}
.travel .container .tip figure {
  position: relative;
}
.travel .container .tip figure figcaption {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #fff;
}
.travel .container .tip > ul > li {
  font-weight: bold;
}
.travel .container .tip ~ .tip {
  margin-top: 60px;
}

/* voice-header */
.page-header.voice-header {
  text-align: left;
}
.page-header.voice-header .container .v-align small {
  color: #fff;
  text-shadow: none !important;
  background-color: #000;
}
.page-header.voice-header .container .v-align h3 {
  color: #fff;
}
.page-header.voice-header .container .v-align strong {
  color: #fff;
}
.page-header.voice-header .container .v-align p {
  color: #fff;
}
.page-header.voice-header .container .v-align span {
  color: #fff;
}
@media (max-width: 1024px) {
  .page-header.voice-header {
    text-align: center;
    background-position: 82% 50%;
  }
}

/* voice */
.voice .container > figure {
  margin-top: 30px;
}
.voice .container figure img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.voice .container dl {
  margin-top: 60px;
}
.voice .container dl dt {
  font-size: 34px;
  font-weight: bold;
}
.voice .container dl dd {
  margin-top: 20px;
}
.voice .container dl dd.space-area {
  position: relative;
  padding-right: 400px;
}
.voice .container dl dd.space-area figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 370px;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.voice .container dl dd.space-area figure img {
  display: none;
}
.voice .container dl ~ dl {
  margin-top: 60px;
}
.voice .container .item-list {
  margin: 60px 0;
}
.voice .container .item-list dl {
  margin-top: 0;
}
.voice .container .height-auto {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .voice .container dl dt {
    font-size: 24px;
  }
  .voice .container dl ~ dl {
    margin-top: 30px;
  }
  .voice .container dl dd.space-area {
    padding-right: 0;
  }
  .voice .container dl dd.space-area figure {
    position: static;
    margin-top: 30px;
    height: auto;
    width: 100%;
  }
  .voice .container dl dd.space-area figure img {
    display: block;
  }
  .voice .container .item-list {
    margin: 30px 0;
  }
  .voice .container .item-list dl {
    margin-top: 30px;
  }
}

/* kit-header */
.page-header.kit-header {
  text-align: left;
}
.page-header.kit-header .container .v-align {
  padding-bottom: 100px;
}
.page-header.kit-header .container .v-align small {
  color: #9682aa;
  text-shadow: none;
  border-color: #000;
  background-color: #000;
}
.page-header.kit-header .container .v-align h3 {
  color: #fff;
  line-height: 1.2;
  text-shadow: none;
}
.page-header.kit-header .container .v-align strong {
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
}
.page-header.kit-header .container .v-align p {
  color: #fff;
  text-shadow: none;
}
.page-header.kit-header .container .v-align span {
  color: #fff;
  text-shadow: none;
}
@media (max-width: 1024px) {
  .page-header.kit-header {
    background-position: 74% 50%;
  }
}

/* kit */
.kit {
  background-color: #fdf4e7;
}
.kit .container {
  max-width: 1000px;
}
.kit .container figure img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.kit .container .kit-list > li .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.kit .container .kit-list > li .box > div {
  display: table-cell;
  vertical-align: middle;
}
.kit .container .kit-list > li .box > div.details .title-area {
  overflow: hidden;
  width: 300px;
  color: #fff;
  padding: 3px;
  text-align: left;
  border-radius: 10px;
  border: 2px solid #f0c98c;
}
.kit .container .kit-list > li .box > div.details .title-area div {
  overflow: hidden;
  padding: 15px 15px 10px;
  border-radius: 10px;
  border: 2px solid #f0c98c;
  background-color: #e83831;
}
.kit .container .kit-list > li .box > div.details .title-area div small {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.kit .container .kit-list > li .box > div.details .title-area div b {
  display: block;
  font-size: 24px;
  font-family: "Jua", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-top: 5px;
}
.kit .container .kit-list > li .box > div.details p {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
}
.kit .container .kit-list > li .box > div.item-img {
  width: 300px;
}
.kit .container .kit-list > li ~ li {
  margin-top: 100px;
}
.kit .container .kit-summary {
  max-width: 600px;
  margin: 60px auto 0 auto;
}
.kit .container .kit-summary .summary-top {
  position: relative;
  left: 30px;
  transform: rotate(10deg);
  text-align: center;
}
.kit .container .kit-summary .summary-top img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transform: translateX(36px);
}
.kit .container .kit-summary .summary-top b {
  display: block;
  font-size: 24px;
  color: #fff;
  padding: 10px 20px;
  background-color: #56ba7d;
}
.kit .container .kit-summary .summary-list {
  position: relative;
  width: calc(100% - 30px);
  margin: 53px auto 0;
  background-color: #56ba7d;
}
.kit .container .kit-summary .summary-list > ol > li {
  padding: 40px 60px;
}
.kit .container .kit-summary .summary-list > ol > li > dl > dt {
  font-size: 20px;
  color: #fff;
  font-family: "Jua", sans-serif;
}
.kit .container .kit-summary .summary-list > ol > li > dl > dd {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.kit .container .kit-summary .summary-list > ol > li ~ li {
  padding-top: 60px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: calc(100% - 120px) auto;
}
.kit .container .kit-summary .summary-list > img {
  position: absolute;
  bottom: 5px;
  right: -60px;
  width: 100px;
  display: block;
  transform: rotate(10deg);
}
@media (max-width: 1024px) {
  .kit .container figure img {
    max-width: 100%;
  }
  .kit .container .kit-list > li .box {
    display: flex;
    flex-direction: column;
  }
  .kit .container .kit-list > li .box > div {
    display: block;
    width: 100% !important;
  }
  .kit .container .kit-list > li .box > div.details {
    margin-top: 30px;
  }
  .kit .container .kit-list > li .box > div.details .title-area {
    margin: 0 auto;
  }
  .kit .container .kit-list > li .box > div.details p {
    font-size: 16px;
    margin-top: 15px;
  }
  .kit .container .kit-list > li:nth-of-type(odd) .box {
    flex-direction: column-reverse;
  }
  .kit .container .kit-list > li ~ li {
    margin-top: 60px;
  }
  .kit .container .kit-summary {
    margin-top: 30px;
  }
  .kit .container .kit-summary .summary-top {
    left: 40px;
    width: calc(100% - 40px);
  }
  .kit .container .kit-summary .summary-top b {
    font-size: 18px;
    padding: 10px;
  }
  .kit .container .kit-summary .summary-top img {
    width: 200px;
    transform: translateX(20px);
  }
  .kit .container .kit-summary .summary-list {
    width: calc(100% - 46px);
    margin-top: 30px;
  }
  .kit .container .kit-summary .summary-list > ol > li {
    padding: 20px 30px;
  }
  .kit .container .kit-summary .summary-list > ol > li > dl > dt {
    font-size: 18px;
  }
  .kit .container .kit-summary .summary-list > ol > li > dl > dd {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .kit .container .kit-summary .summary-list > ol > li ~ li {
    padding-top: 40px;
    background-size: calc(100% - 60px) auto;
  }
  .kit .container .kit-summary .summary-list > img {
    width: 50px;
    right: -20px;
    transform: rotate(12deg);
  }
}

/* taste-header */
.page-header.taste-header {
  background-position: 50% 0;
  background-color: #0f5842;
}
.page-header.taste-header .container {
  height: auto;
  min-height: auto;
}
.page-header.taste-header .container .v-align small {
  color: #0f5842;
  text-shadow: none;
  border-color: #fff;
  background-color: #fff;
}
.page-header.taste-header .container .v-align h3 {
  color: #fff;
  text-shadow: none;
}
.page-header.taste-header .container .v-align p {
  color: #fff;
  text-shadow: none;
}
.page-header.taste-header .container .v-align span {
  color: #fff;
  text-shadow: none;
}

.item-list {
  display: table;
  height: 100%;
  table-layout: fixed;
}
.item-list img {
  width: 100%;
}
.item-list > div {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
.item-list > div dt {
  font-size: 34px;
  font-weight: bold;
}
.item-list > div dt small {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.item-list > div dd {
  margin-top: 20px;
}
.item-list > div > div {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.item-list > div > div img {
  display: none;
}
.item-list > div.col-7 {
  width: 70%;
}
.item-list > div.col-6 {
  width: 60%;
}
.item-list > div.col-3 {
  width: 30%;
}
.item-list > div.col-4 {
  width: 40%;
}
.item-list > div.col-8 {
  width: 80%;
}
.item-list > div.col-2 {
  width: 20%;
}
.item-list > div:first-child {
  padding-right: 15px;
}
.item-list > div:last-child {
  padding-left: 15px;
}
.item-list.type-2 > div {
  vertical-align: middle;
}
.item-list.type-2 > div > div {
  border-radius: 0;
  background-size: 100% auto;
}
.item-list.type-2 > div > div img {
  display: block;
}
.item-list.type-2 ~ .type-2 {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .item-list.type-2 ~ .type-2 {
    margin-top: 30px;
  }
}
.item-list ~ .item-list {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .item-list {
    display: block;
    height: auto;
  }
  .item-list > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .item-list > div dt {
    font-size: 24px;
  }
  .item-list > div > div {
    display: none;
  }
  .item-list ~ .item-list {
    margin-top: 30px;
  }
}

/* taste */
.taste {
  background-color: #e4e3de;
}
.taste .container .item-list dt {
  font-family: ONE-Mobile-Title;
  color: #0f5842;
  font-weight: bold;
  font-size: 70px;
}
.taste .container .item-list dt small {
  font-family: "Noto Sans", sans-serif;
}
.taste .container .item-list dd {
  font-weight: 400;
  color: #0f5842;
}
.taste .container .item-list:nth-of-type(2n + 1) .col-7 {
  padding-right: 60px;
  border-right: 1px solid #0f5842;
}
.taste .container .item-list:nth-of-type(2n + 2) .col-7 {
  padding-left: 60px;
  border-left: 1px solid #0f5842;
}
@media (max-width: 1024px) {
  .taste .container .item-list dl {
    margin-top: 30px;
  }
  .taste .container .item-list dt {
    font-size: 40px;
  }
  .taste .container .item-list .col-7 {
    border: 0 !important;
  }
}

/* page-move */
.page-move {
  padding-bottom: 100px;
}
.page-move .container {
  padding-top: 30px !important;
  border-top: 1px solid #333;
  font-size: 0;
}
.page-move .container > a {
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.page-move .container span {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .page-move {
    padding-bottom: 60px;
  }
  .page-move .container {
    overflow: hidden;
    padding-top: 15px !important;
  }
  .page-move .container span {
    display: none;
  }
  .page-move .container > a:first-child {
    float: left;
  }
  .page-move .container > a:last-child {
    float: right;
  }
}

#goto-link01, #goto-link02, #goto-link03, #goto-link04, #goto-link05, #goto-link06, #goto-link07, #goto-link08, #goto-link09, #goto-link10 {
  position: absolute;
  display: block;
  left: 0;
  top: -20vh;
}

/* opinion-header */
.page-header.opinion-header {
  background-size: auto 100%;
}
.page-header.opinion-header:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  content: "";
  background-color: #69a786;
}
.page-header.opinion-header .container .v-align {
  vertical-align: top;
  padding-top: 100px;
}
.page-header.opinion-header .container .v-align small {
  color: #3d685b;
  border-color: #3d685b;
  text-shadow: none;
}
.page-header.opinion-header .container .v-align h3 {
  color: #3d685b;
  text-shadow: none;
}
.page-header.opinion-header .container .v-align span {
  color: #3d685b;
  text-shadow: none;
}
.page-header.opinion-header .container .v-align img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .page-header.opinion-header:after {
    display: none;
  }
}

/* opinion */
.opinion {
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) calc(100% - 30px);
  background-size: 300px auto;
}
.opinion .container b {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #ffc900;
  margin: 60px 0;
}
.opinion .container img {
  display: none;
}
@media (max-width: 1700px) {
  .opinion {
    background: none !important;
  }
  .opinion .container img {
    display: block;
    max-width: 100%;
    margin: 60px auto 0;
  }
}
@media (max-width: 1024px) {
  .opinion .container b {
    font-size: 20px;
    margin: 30px 0;
  }
  .opinion .container b br {
    display: none;
  }
}

/* prism-header */
.prism-header .container .v-align small {
  text-shadow: none;
}
.prism-header .container .v-align h3 {
  text-shadow: none;
  line-height: 150px;
}
.prism-header .container .v-align h3 img {
  display: inline-block;
  height: 150px;
  vertical-align: middle;
  margin: 0 30px;
}
.prism-header .container .v-align p {
  text-shadow: none;
}
.prism-header .container .v-align .total {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  vertical-align: top;
  padding: 0 15px;
  line-height: 42px;
  background-color: #2c3c3e;
}
.prism-header .container .v-align span {
  text-shadow: none;
}
@media (max-width: 1024px) {
  .prism-header .container .v-align h3 {
    line-height: 50px;
  }
  .prism-header .container .v-align h3 img {
    height: 50px;
    margin: 0;
  }
}

/* prism-wrap */
.prism-wrap {
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(60, 110, 94, 0) 0%, rgb(60, 110, 94) 25%, rgb(60, 110, 94) 100%);
}

/* prism */
.prism {
  padding-bottom: 0;
}
.prism figure img {
  display: block;
  max-width: 100%;
}
.prism .inline-list {
  font-size: 0;
}
.prism .inline-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 100px;
  line-height: 46px;
  padding: 0 20px;
  color: #000;
  font-weight: 500;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .prism .inline-list li {
    font-size: 15px;
    line-height: 36px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
}
.prism .item-list > li .item {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.prism .item-list > li .item > div {
  display: table-cell;
  vertical-align: middle;
}
.prism .item-list > li .item > div.item-img {
  width: 100px;
}
.prism .item-list > li .item > div.item-img img {
  max-width: 100%;
}
.prism .item-list > li .item > div.details {
  padding-left: 30px;
}
.prism .item-list > li .item > div.details b {
  display: block;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.prism .item-list > li .item > div.details b small {
  font-size: 16px;
  font-weight: 400;
}
.prism .item-list > li .item > div.details p {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.prism .item-list > li ~ li {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .prism .item-list > li .item > div.details {
    padding-left: 15px;
  }
  .prism .item-list > li .item > div.details b {
    font-size: 30px;
  }
  .prism .item-list > li .item > div.details b small {
    font-size: 12px;
  }
  .prism .item-list > li .item > div.details p {
    font-size: 16px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1024px) {
  .prism {
    padding-top: 0;
  }
}
.prism .container .article-header {
  padding-bottom: 60px;
}
.prism .container .article-header h3 {
  font-size: 30px;
  color: #c0c94a;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .prism .container .article-header {
    padding-bottom: 30px;
  }
  .prism .container .article-header h3 {
    font-size: 24px;
  }
}
.prism .container .box-2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 100px 0;
  border-top: 1px solid #fff;
}
.prism .container .box-2 > div {
  display: table-cell;
  vertical-align: top;
}
.prism .container .box-2 > div .item-img img {
  display: block;
  max-width: 80%;
}
@media (max-width: 1024px) {
  .prism .container .box-2 > div .item-img img {
    max-width: 100%;
  }
}
.prism .container .box-2 > div:first-child {
  padding-right: 30px;
}
.prism .container .box-2 > div:last-child {
  padding-left: 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 1024px) {
  .prism .container .box-2 {
    display: block;
    padding: 60px 0;
  }
  .prism .container .box-2 > div {
    display: block;
    padding-bottom: 60px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .prism .container .box-2 > div ~ div {
    border-left: 0 !important;
    padding-bottom: 0;
    padding-top: 60px;
    border-top: 1px solid #fff;
  }
}
.prism .container .list-1 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.prism .container .list-1 > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.prism .container .list-1 > li .item-img img {
  display: block;
  max-width: 120px;
  margin: 0 auto;
}
.prism .container .list-1 > li .details {
  padding-top: 10px;
}
.prism .container .list-1 > li .details strong {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #c0c94a;
}
.prism .container .list-1 > li .details strong small {
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .prism .container .list-1 > li .details strong {
    font-size: 22px;
  }
  .prism .container .list-1 > li .details strong small {
    font-size: 12px;
  }
}
.prism .container .list-1 > li .details p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .prism .container .list-1 > li .details p {
    font-size: 14px;
  }
}
.prism .container .list-1 > li .details b {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .prism .container .list-1 > li .details b {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .prism .container .list-1 {
    display: block;
    overflow: hidden;
  }
  .prism .container .list-1 > li {
    float: left;
    width: 50%;
    padding: 0;
  }
  .prism .container .list-1 > li:nth-of-type(2) ~ li {
    margin-top: 30px;
  }
  .prism .container .list-1 > li:nth-of-type(2n + 1) {
    clear: left;
    padding-right: 10px;
  }
  .prism .container .list-1 > li:nth-of-type(2n + 2) {
    padding-left: 10px;
  }
}
.prism .container .list-3 {
  text-align: left;
  overflow: hidden;
  margin-top: 30px;
}
.prism .container .list-3 > li {
  float: left;
  width: 50%;
}
.prism .container .list-3 > li .note p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}
.prism .container .list-3 > li .note b {
  display: block;
  font-size: 18ppx;
  font-weight: bold;
  color: #000;
}
.prism .container .list-3 > li .note > dl {
  position: relative;
  overflow: hidden;
  text-align: right;
  margin-top: 20px;
  padding-top: 30px;
  font-size: 0;
}
.prism .container .list-3 > li .note > dl:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background-color: #fff;
}
.prism .container .list-3 > li .note > dl:after {
  position: absolute;
  top: -10px;
  right: 26px;
  display: block;
  content: "";
  width: 20px;
  z-index: 1;
  height: 20px;
  transform: rotate(135deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background-color: #3c6e5e;
}
.prism .container .list-3 > li .note > dl dt, .prism .container .list-3 > li .note > dl dd {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  vertical-align: top;
  font-weight: bold;
}
.prism .container .list-3 > li .note > dl dd {
  margin-left: 5px;
}
.prism .container .list-3 > li:nth-of-type(2n + 1) {
  clear: left;
  padding-right: 20px;
}
.prism .container .list-3 > li:nth-of-type(2n + 2) {
  padding-left: 20px;
}
.prism .container .list-3 > li:nth-of-type(2) ~ li {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .prism .container .list-3 > li {
    width: 100%;
    float: none;
    padding: 0 !important;
  }
  .prism .container .list-3 > li ~ li {
    margin-top: 30px !important;
  }
  .prism .container .list-3 > li .note p {
    font-size: 15px;
  }
  .prism .container .list-3 > li .note dl {
    margin-top: 15px;
    padding-top: 20px;
  }
  .prism .container .list-3 > li .note dl:after {
    width: 16px;
    height: 16px;
  }
  .prism .container .list-3 > li .note dl dt, .prism .container .list-3 > li .note dl dd {
    font-size: 14px;
  }
}
.prism .container article {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .prism .container article {
    padding-bottom: 60px;
  }
  .prism .container article .piano {
    width: 160px;
    margin-top: 30px !important;
  }
}
.prism .container article .piano {
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-top: 60px;
}
.prism .container article ~ article {
  padding-top: 100px;
  border-top: 1px solid #fff;
}
@media (max-width: 1024px) {
  .prism .container article ~ article {
    padding-top: 60px;
  }
}

/* list-33 */
.list-33 {
  text-align: center;
  width: calc(100% + 40px);
  font-size: 0;
  margin: 0 -20px;
}
.list-33 > li {
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  padding: 0 20px;
}
.list-33 > li .item-img img {
  display: block;
  margin: 0 auto;
}
.list-33 > li .details {
  padding-top: 10px;
}
.list-33 > li .details b {
  display: block;
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
.list-33 > li .details b small {
  font-size: 16px;
  font-weight: 300;
}
.list-33 > li .details p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}
.list-33 > li:nth-of-type(3) ~ li {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .list-33 {
    width: 100%;
    margin: 0;
  }
  .list-33 > li {
    width: 50%;
    padding: 0;
  }
  .list-33 > li .details b {
    font-size: 26px;
  }
  .list-33 > li:nth-of-type(2n + 1) {
    padding-right: 15px;
  }
  .list-33 > li:nth-of-type(2n + 2) {
    padding-left: 15px;
  }
  .list-33 > li:nth-of-type(2) ~ li {
    margin-top: 30px;
  }
}

/* article-list */
.article-list {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 60px 0;
  border-top: 1px solid #fff;
}
.article-list .summary {
  position: relative;
  display: table-cell;
  vertical-align: top;
  height: 100%;
  padding: 0;
}
.article-list .summary img {
  position: absolute;
  bottom: -60px;
  right: 20px;
}
.article-list .summary img.new {
  width: 150px;
}
.article-list .summary img.tech {
  width: 100px;
  bottom: -40px;
}
.article-list .summary .article-content ul {
  position: relative;
  z-index: 1;
}
.article-list .summary .article-content ul > li b {
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
.article-list .summary .article-content ul > li b small {
  font-size: 14px;
}
.article-list .summary .article-content ul > li p {
  font-weight: 500;
  line-height: 1.6;
}
.article-list .summary .article-content ul > li p span {
  font-weight: 400;
}
.article-list .summary .article-content ul > li ~ li {
  margin-top: 30px;
}
.article-list .summary:first-child {
  padding-right: 30px;
  border-right: 1px solid #fff;
}
.article-list .summary:last-child {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .article-list {
    display: block;
    padding: 0;
  }
  .article-list .summary {
    display: block;
    padding: 30px 0;
    border-right: 0 !important;
  }
  .article-list .summary img {
    right: 0 !important;
    bottom: 0 !important;
  }
  .article-list .summary .article-content > ul > li b {
    font-size: 22px;
  }
  .article-list .summary .article-content > ul > li b small {
    font-size: 12px;
  }
  .article-list .summary .article-content > ul > li p {
    font-size: 16px;
  }
  .article-list .summary .article-content > ul > li ~ li {
    margin-top: 20px;
  }
  .article-list .summary ~ .summary {
    border-top: 1px solid #fff;
  }
}

/* with-header */
.page-header.with-header2 {
  text-align: left;
}
.page-header.with-header2 .container .v-align small {
  color: #fff;
  text-shadow: none !important;
  background-color: #000;
}
.page-header.with-header2 .container .v-align h3 {
  color: #fff;
}
.page-header.with-header2 .container .v-align strong {
  color: #fff;
}
.page-header.with-header2 .container .v-align p {
  color: #fff;
}
.page-header.with-header2 .container .v-align span {
  color: #fff;
}
@media (max-width: 1024px) {
  .page-header.with-header2 {
    text-align: center;
    background-position: 55% 50%;
  }
}

.with-wrap dl dt {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
.with-wrap dl dd.type-2 {
  padding-right: 400px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 370px auto;
}
.with-wrap dl dd.type-2 img {
  display: none;
}
.with-wrap dl ~ dl {
  margin-top: 60px;
}
.with-wrap ul {
  margin-top: 60px;
}
.with-wrap ul li b {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 25px auto;
}
.with-wrap ul li p {
  margin-top: 10px;
}
.with-wrap ul li ~ li {
  margin-top: 30px;
}
.with-wrap .height-auto {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .with-wrap dl dd.type-2 {
    padding-right: 0;
    background: none !important;
  }
  .with-wrap dl dd.type-2 img {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
}

/* top-space */
.top-space {
  margin-top: 30px;
}
.top-space img {
  display: block;
  width: 100%;
}

body {
  padding-top: 136px !important;
}
@media (max-width: 1024px) {
  body {
    padding-top: 47px !important;
  }
}

.algorithm article {
  height: 100%;
}

#content.tales section {
  padding: 100px 0;
}
#content.tales section .container-fluid {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  padding: 40px 30px;
  border-radius: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  max-width: 1230px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #content.tales section .container-fluid {
    padding: 40px 10px;
  }
}
#content.tales section article ~ article {
  margin-top: 80px;
}
#content.tales section h3 {
  color: #299bd8;
  margin-bottom: 20px;
}
#content.tales section strong.attention {
  display: block;
  color: #299bd8;
  text-align: center;
  display: block;
  font-family: ONE-Mobile-Title;
}
#content.tales section .box {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1024px) {
  #content.tales section {
    padding: 60px 15px;
  }
  #content.tales article .container {
    padding: 0;
  }
  #content.tales article ~ article {
    margin-top: 60px !important;
  }
  #content.tales article .box {
    flex-direction: column;
  }
}

.page-header.tales .container .v-align {
  color: #000;
}
.page-header.tales .container .v-align > * {
  border-color: #000 !important;
}
.page-header.sutarbucks-header .container .v-align {
  color: #000;
}
.page-header.sutarbucks-header .container .v-align * {
  text-shadow: none;
  border-color: #000 !important;
}
.page-header.sutarbucks-header .container .v-align h3 > span {
  font-size: 50px;
  font-weight: 400;
  margin: 0;
}

.item-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.video-embed {
  display: block;
  margin: 30px 0;
  position: relative;
  padding-bottom: 56.25%;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.sutarbucks {
  padding-bottom: 100px;
}
section.sutarbucks h3 {
  margin-bottom: 20px;
}
section.sutarbucks article ~ article {
  margin-top: 80px;
}
section.sutarbucks .height-auto {
  margin-top: 30px;
}
section.sutarbucks .poster {
  margin-bottom: 40px;
  width: 100%;
  max-width: 500px;
}

.person-list {
  font-size: 18px;
}
.person-list h3 {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  padding-bottom: 2px;
  border-bottom: 4px solid #000;
}
.person-list > ul {
  display: flex;
  gap: 30px;
}
.person-list > ul > li > .item-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  height: 250px;
  width: auto;
}
.person-list > ul > li > .item-img img {
  display: block;
  height: 100%;
  width: auto;
}
.person-list > ul > li > dl {
  margin-top: 16px;
}
.person-list > ul > li > dl > dt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .person-list {
    font-size: 18px;
  }
  .person-list h3 {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 2px;
    border-bottom: 4px solid #000;
  }
  .person-list > ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .person-list > ul > li > .item-img {
    height: auto;
    width: 100%;
  }
  .person-list > ul > li > .item-img img {
    width: 100%;
    height: auto;
  }
  .person-list > ul > li > dl {
    margin-top: 16px;
  }
  .person-list > ul > li > dl > dt {
    font-weight: bold;
    margin-bottom: 10px;
  }
}

section.tech {
  background-color: #182d2a;
}
section.tech .container article {
  background-color: #fff;
  padding: 40px 20px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}
section.tech .container article h3 {
  color: #464d45;
}
section.tech .container article > p {
  margin-top: 20px;
}
section.tech .container article > .item-img {
  margin-top: 30px;
}
section.tech .container article ~ article {
  margin-top: 80px;
}
section.tech .container article > .height-auto {
  margin-top: 30px;
}
section.tech .box {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}
section.tech .box > div {
  flex: 1 1 100%;
}
@media (max-width: 1024px) {
  section.tech .box {
    flex-direction: column;
  }
  section.tech .box > div.item-img {
    order: 1;
  }
  section.tech .box > div.details {
    order: 2;
  }
}
section.tech article.type-2 {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
section.tech article.type-2 .list {
  color: #a7d38a;
}
section.tech article.type-2 .list > h4 {
  display: block;
  font-size: 26px;
}
section.tech article.type-2 .list > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #a7d38a;
}
section.tech article.type-2 .list > ul > li {
  display: flex;
  gap: 30px;
  align-items: center;
  width: calc(50% - 15px);
}
section.tech article.type-2 .list > ul > li > div {
  flex: 1 1 100%;
}
section.tech article.type-2 .list > ul > li > div.item-img {
  flex-basis: 10%;
  font-size: 0;
}
section.tech article.type-2 .list > ul > li > div.item-img > img {
  display: inline-block;
  width: 100%;
}
section.tech article.type-2 .list > ul > li > div.summary {
  display: block;
  width: 100%;
}
section.tech article.type-2 .list > ul > li > div.summary dl dt {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
section.tech article.type-2 .list > ul > li > div.summary dl dd {
  margin-top: 10px;
}
section.tech article.type-2 .list > ul > li > div.summary dl dd > ul > li {
  text-align: left;
}
section.tech article.type-2 .list > ul > li > div.summary dl dd > ul > li ~ li {
  margin-top: 10px;
}
section.tech article img {
  display: inline-block;
  width: 100%;
}
@media (max-width: 1024px) {
  section.tech article.type-2 .list > h4 {
    font-size: 20px;
  }
  section.tech article.type-2 .list > ul {
    margin-top: 15px;
    padding-top: 15px;
  }
  section.tech article.type-2 .list > ul > li {
    flex-direction: column;
    gap: 20px;
  }
  section.tech article.type-2 .list > ul > li > div.item-img {
    width: 50%;
  }
  section.tech article.type-2 .list > ul > li > div.summary > dl {
    text-align: center;
  }
}

.lighton-body {
  background: none !important;
}

.lighton section {
  padding: 0 !important;
}
.lighton section .section-header {
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.lighton section .section-header .container {
  display: table;
  width: 100%;
  max-width: 1230px;
  min-height: 700px;
  height: calc(100vh - 149px);
  table-layout: fixed;
  padding: 100px 15px;
}
.lighton section .section-header .container .v-align {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.lighton section .section-header .container .v-align small {
  display: inline-block;
  margin-bottom: 60px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  border-radius: 100px;
  border: 1px solid #000;
  background-color: #000;
}
.lighton section .section-header .container .v-align h3 {
  font-size: 50px;
  text-shadow: 0px 0px 10px #333;
}
.lighton section .section-header .container .v-align strong {
  display: block;
  margin-bottom: 20px;
  font-size: 24px;
}
.lighton section .section-header .container .v-align span {
  display: block;
  margin-top: 30px;
  font-size: 16px;
}
.lighton section .section-header .container .v-align span > b {
  display: inline-block;
}
.lighton section .section-header .container .v-align span > b ~ b {
  margin-left: 30px;
}
.lighton section .section-content {
  padding: 100px 0;
}
.lighton section .section-content .container {
  padding: 0;
}
.lighton section .section-content .container dl dt {
  display: block;
  font-size: 30px;
  font-weight: 700;
}
.lighton section .section-content .container dl dd {
  display: block;
  margin-top: 30px;
}
.lighton section .section-content .height-auto {
  margin-top: 30px;
}
.lighton section .section-content .contents > .height-auto {
  margin-top: 30px !important;
}
.lighton section .section-content .contents ~ .contents {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .lighton section .section-content .contents ~ .contents {
    margin-top: 60px;
  }
}
.lighton section .winner {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px auto 0;
  padding: 30px;
  width: 100%;
  border-top: 8px solid #000;
  color: #fff;
  background-color: #d6777d;
}
.lighton section .winner > div {
  flex: 1 1 auto;
}
.lighton section .winner > div.top {
  flex-basis: 215%;
  text-align: center;
}
.lighton section .winner > div.top > b {
  display: inline-block;
  margin-bottom: 30px;
}
.lighton section .winner > div figure {
  display: block;
}
.lighton section .winner > div figure > img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .lighton section .winner {
    flex-direction: column;
    padding: 15px;
  }
  .lighton section .winner > div.top > b {
    margin: 0;
  }
  .lighton section .winner > div figure {
    width: 80%;
    margin: 30px auto 0;
  }
}
.lighton section .list > ul > li > dl dt {
  display: inline-block !important;
  padding: 0 6px;
  font-size: 20px !important;
  background-color: #d1e6b7;
}
.lighton section .list > ul > li > dl dd {
  display: block;
  margin-top: 10px !important;
}
.lighton section .list > ul > li > dl dd ~ dd {
  margin-top: 30px !important;
}
.lighton section .list > ul > li ~ li {
  margin-top: 30px;
}
.lighton .flex-box {
  display: flex;
  gap: 30px;
}
.lighton .flex-box > div {
  flex: 1 1 100%;
}
.lighton .flex-box > div > * {
  margin-top: 30px;
}
.lighton .flex-box > div > *:first-child {
  margin-top: 0;
}
.lighton .flex-box figure {
  display: block;
  width: 100%;
}
.lighton .flex-box figure > img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .lighton .flex-box {
    flex-direction: column;
    gap: 20px;
  }
  .lighton .flex-box > div > * {
    margin-top: 20px;
  }
}
.lighton .height-auto.type-2 {
  gap: 0;
}
@media (max-width: 1024px) {
  .lighton .height-auto.type-2 {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .lighton section .section-header .container {
    min-height: 600px;
    height: calc(100vh - 63px);
    padding: 60px 15px;
  }
  .lighton section .section-header .container .v-align small {
    margin-bottom: 40px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 38px;
  }
  .lighton section .section-header .container .v-align h3 {
    font-size: 30px;
  }
  .lighton section .section-header .container .v-align span {
    font-size: 14px;
  }
  .lighton section .section-header .container .v-align span > b ~ b {
    margin-left: 20px;
  }
  .lighton section .section-content {
    padding: 60px 0;
  }
  .lighton section .section-content .container {
    padding: 0 15px;
  }
  .lighton section .section-content .container dl dt {
    font-size: 22px;
  }
  .lighton section .section-content .container dl dd {
    margin-top: 20px;
  }
}

.issue-header .container .v-align img {
  display: block;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 100%;
  margin: 30px auto 0;
}

.sutarbucks article.last-section {
  text-align: center;
}
.sutarbucks article.last-section a.more-info {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #9682aa;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #9682aa;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: ONE-Mobile-Title;
}
.sutarbucks article.last-section a:hover {
  color: #9682aa;
  border-color: #9682aa;
  background-color: #fff;
}
.sutarbucks .past-list {
  display: block;
  width: 100%;
  max-width: 1200px !important;
  margin: 0 auto;
  text-align: center;
}
.sutarbucks .past-list h3 {
  text-align: left;
  margin-bottom: 10px;
  font-weight: 500;
}
.sutarbucks .past-list figure {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 150px !important;
  overflow: hidden;
  border-radius: 20px;
  font-size: 0;
}
.sutarbucks .past-list p {
  padding: 0;
  margin-top: 5px;
}
.sutarbucks .past-list .swiper-wrap {
  position: relative;
  padding: 0 80px;
}
.sutarbucks .past-list .swiper-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: #9682aa;
  border-radius: 100%;
  z-index: 10;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.sutarbucks .past-list .swiper-wrap button.btn-next {
  right: 0;
}
.sutarbucks .past-list .swiper-wrap button.btn-next::after {
  content: ">";
  font-size: 24px;
  color: #fff;
  font-family: ONE-Mobile-Title;
}
.sutarbucks .past-list .swiper-wrap button.btn-prev {
  left: 0;
}
.sutarbucks .past-list .swiper-wrap button.btn-prev::after {
  content: "<";
  font-size: 24px;
  color: #fff;
  font-family: ONE-Mobile-Title;
}
.sutarbucks .past-list .swiper-wrap button:hover {
  border: 1px solid #9682aa;
  background-color: transparent;
}
.sutarbucks .past-list .swiper-wrap button:hover::after {
  color: #9682aa;
}
@media (max-width: 1024px) {
  .sutarbucks .past-list figure {
    width: auto !important;
    height: 150px !important;
  }
  .sutarbucks .past-list figure > img {
    height: 100% !important;
    width: auto !important;
  }
  .sutarbucks .past-list .swiper-wrap {
    padding: 0 40px;
  }
  .sutarbucks .past-list .swiper-wrap button {
    width: 30px;
    height: 30px;
  }
  .sutarbucks .past-list .swiper-wrap button.btn-next::after {
    font-size: 16px;
  }
  .sutarbucks .past-list .swiper-wrap button.btn-prev::after {
    font-size: 16px;
  }
}

/* news-wrap */
.news-wrap {
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto;
}
.news-wrap .section-header {
  text-align: right;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.news-wrap .section-header h3 {
  font-size: 60px;
  color: #fcc800;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.news-wrap .section-header .date {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-top: 30px;
}
.news-wrap .section-content {
  padding-top: 60px;
  margin-top: 5px;
  border-top: 1px solid #000;
}
.news-wrap .section-content ul > li {
  position: relative;
  padding: 60px 0;
}
.news-wrap .section-content ul > li .top {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-bottom: 30px;
}
.news-wrap .section-content ul > li .top div {
  display: table-cell;
  vertical-align: middle;
}
.news-wrap .section-content ul > li .top div:nth-of-type(1) {
  width: 72px;
}
.news-wrap .section-content ul > li .top div:nth-of-type(2) {
  padding-left: 20px;
}
.news-wrap .section-content ul > li .top div span {
  display: block;
  font-size: 66px;
  line-height: 72px;
  color: #000;
  font-weight: 100;
  letter-spacing: -5px;
  /*background-color: #000;*/
}
.news-wrap .section-content ul > li .top div b {
  display: block;
  font-size: 26px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
.news-wrap .section-content ul > li .box {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.news-wrap .section-content ul > li .box > div {
  display: table-cell;
  vertical-align: top;
}
.news-wrap .section-content ul > li .box > div.item-img {
  width: 45%;
  padding-right: 15px;
}
.news-wrap .section-content ul > li .box > div.item-img img {
  display: block;
  width: 100%;
}
.news-wrap .section-content ul > li .box > div.item-img img ~ img {
  margin-top: 15px;
}
.news-wrap .section-content ul > li .box > div.details {
  padding-left: 15px;
}
.news-wrap .section-content ul > li .visible-lg {
  margin-top: 30px;
}
.news-wrap .section-content ul > li .visible-lg img {
  width: 100%;
}
.news-wrap .section-content ul > li:first-child {
  padding-top: 0;
}
.news-wrap .section-content ul > li:last-child {
  padding-bottom: 0;
}
.news-wrap .section-content ul > li ~ li {
  border-top: 1px solid #000;
}
.news-wrap .container {
  max-width: 1030px !important;
}
@media (max-width: 1024px) {
  .news-wrap .section-header {
    padding-bottom: 30px;
  }
  .news-wrap .section-header h3 {
    font-size: 40px;
  }
  .news-wrap .section-header .date {
    font-size: 16px;
    margin-top: 20px;
  }
  .news-wrap .section-content {
    padding-top: 30px;
  }
  .news-wrap .section-content ul > li {
    padding: 30px 0;
  }
  .news-wrap .section-content ul > li .top {
    padding-bottom: 20px;
  }
  .news-wrap .section-content ul > li .top > div:nth-of-type(1) {
    width: 50px;
  }
  .news-wrap .section-content ul > li .top > div:nth-of-type(2) {
    padding-left: 15px;
  }
  .news-wrap .section-content ul > li .top > div span {
    font-size: 46px;
    line-height: 42px;
  }
  .news-wrap .section-content ul > li .top > div b {
    font-size: 18px;
  }
  .news-wrap .section-content ul > li .box {
    display: block;
  }
  .news-wrap .section-content ul > li .box > div {
    display: block;
    padding: 0 !important;
    width: 100% !important;
  }
  .news-wrap .section-content ul > li .box > div ~ div {
    margin-top: 20px;
  }
}

.mailbox {
  padding: 0;
  overflow: hidden;
}
.mailbox.page-header .container {
  min-height: auto;
  height: auto;
}
.mailbox.page-header .container .v-align small {
  border: 1px solid transparent;
}
.mailbox.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.mailbox.page-header .container .v-align strong {
  margin-top: 0;
}
.mailbox.page-header .container .v-align h3 {
  margin-top: 20px;
}
.mailbox article {
  padding: 100px 0;
}
.mailbox article .winner-list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  column-gap: 40px;
}
.mailbox article .winner-list > ul > li .item-img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.mailbox article .winner-list > ul > li .item-img img {
  display: block;
  width: 100%;
}
.mailbox article .winner-list > ul > li dl {
  display: block;
  margin-top: 20px;
}
.mailbox article .winner-list > ul > li dl dt {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: ONE-Mobile-Title;
}
.mailbox article .winner-list > ul > li.deco {
  position: relative;
}
.mailbox article .winner-list > ul > li.deco .item-img {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 1;
  width: 300px;
}
.mailbox article .event-container {
  padding: 30px;
  border-radius: 30px;
}
.mailbox article .event-container h3 {
  display: block;
  font-weight: 400;
  font-size: 30px;
  font-family: ONE-Mobile-Title;
}
.mailbox article .event-container .list-content {
  position: relative;
  display: flex;
  gap: 100px;
  margin-top: 30px;
}
.mailbox article .event-container .list-content .list {
  flex: 1 1 auto;
}
.mailbox article .event-container .list-content .list:first-child {
  flex-basis: 40%;
}
.mailbox article .event-container .list-content .list .title {
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 10px;
}
.mailbox article .event-container .list-content .list .title > p {
  display: block;
}
.mailbox article .event-container .list-content .list .title > p > b {
  display: block;
  font-size: 22px;
}
.mailbox article .event-container .list-content .list .title strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  font-family: ONE-Mobile-Title;
}
.mailbox article .event-container .list-content .list .title small {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.mailbox article .event-container .list-content .list > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 30px;
  align-items: start;
}
.mailbox article .event-container .list-content .list > ul > li {
  flex: 1 1 auto;
}
.mailbox article .event-container .list-content .item-img {
  position: absolute;
  bottom: -200px;
  right: 0;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}
.mailbox article .event-container .list-content .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.mailbox article .event-container p {
  display: block;
  margin-top: 40px;
}
.mailbox article:first-child {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .mailbox.page-header .container {
    height: auto;
  }
  .mailbox.page-header .container .v-align h3 {
    margin-top: 15px;
  }
  .mailbox article .winner-list > ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .mailbox article .winner-list > ul > li dl {
    display: block;
    margin-top: 20px;
  }
  .mailbox article .winner-list > ul > li dl dt {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .mailbox article .winner-list > ul > li.deco {
    order: 999;
  }
  .mailbox article .winner-list > ul > li.deco .item-img {
    position: static;
    max-width: 250px;
  }
  .mailbox article .event-container {
    padding: 30px 15px;
  }
  .mailbox article .event-container h3 {
    font-size: 22px;
  }
  .mailbox article .event-container .list-content {
    flex-direction: column;
    gap: 40px;
  }
  .mailbox article .event-container .list-content .list .title {
    margin-bottom: 10px;
  }
  .mailbox article .event-container .list-content .item-img {
    position: absolute;
    right: -5%;
    bottom: -45%;
    width: 60%;
  }
  .mailbox article .event-container .list-content .item-img img {
    display: block;
    margin: 0;
    width: 100%;
  }
  .mailbox article .event-container p {
    display: block;
    margin-top: 40px;
  }
}

.letter-body {
  position: relative;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white 90%), url("../images/sub/img_letter_bg.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .letter-body {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 80%, white), url("../images/sub/img_letter_bg.png") no-repeat center/cover;
  }
}
.letter-body #footer {
  position: relative;
  z-index: 10;
  background-color: #e5e5e5;
}

.letter.page-header {
  color: #9682aa;
}
.letter.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.letter.page-header .container .v-align small {
  border: 1px solid #9682aa;
}
.letter.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.letter.page-header .container .v-align strong {
  margin-top: 0;
}
.letter.page-header .container .v-align h3 {
  margin-top: 20px;
}
.letter section h3 {
  display: block;
  font-weight: 500;
  font-family: ONE-Mobile-Title;
}
.letter section p {
  margin-top: 10px;
}
.letter section .info {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: start;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #9682aa;
  border-radius: 30px;
}
.letter section .info > ul > li > span {
  font-size: 22px;
}
.letter section .info > ul > li ~ li {
  margin-top: 10px;
}
.letter section .info > .item-img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 300px;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  z-index: 1;
}
.letter section .info > .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.letter section a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 24px;
  background-color: #9682aa;
  border-radius: 10px;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: ONE-Mobile-Title;
}
.letter section a:hover {
  background-color: #fff;
  color: #9682aa;
}
.letter .figure-list {
  display: flex;
  gap: 30px;
  margin: 60px 0;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.letter .figure-list figure {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.letter .figure-list figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .letter.page-header {
    color: #9682aa;
  }
  .letter section h3 {
    text-align: center;
  }
  .letter section .info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .letter section .info > ul {
    width: 100%;
  }
  .letter section .info > ul > li > span {
    font-size: 20px;
  }
  .letter section .info > ul ~ ul {
    padding-top: 20px;
    border-top: 1px dashed #9682aa;
  }
  .letter section .info > .item-img {
    position: static;
    transform: none;
    max-width: 200px;
  }
  .letter .figure-list {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.algorithm-body {
  position: relative;
  background: url("../images/sub/img_algorithm_bg.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .algorithm-body {
    background: url("../images/sub/img_algorithm_bg.png") no-repeat center/cover;
  }
}
.algorithm-body #footer {
  position: relative;
  z-index: 10;
  background-color: #e5e5e5;
}

.algorithm.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.algorithm.page-header .container .v-align {
  color: #000;
}
.algorithm.page-header .container .v-align small {
  border: 1px solid #000;
}
.algorithm.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.algorithm.page-header .container .v-align strong {
  margin-top: 0;
}
.algorithm.page-header .container .v-align h3 {
  margin-top: 20px;
}
.algorithm.page-header .container .v-align p {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.algorithm .article-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  row-gap: 30px;
  column-gap: 60px;
}
.algorithm .article-container .col-2 {
  grid-column: span 2;
}
.algorithm article {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}
.algorithm article > div {
  flex: 1 1 100%;
}
.algorithm article > div.details {
  font-family: ONE-Mobile-Title;
}
.algorithm article > div.details i {
  padding-left: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.algorithm article > div.details i.youtube {
  background-image: url("../images/sub/ic_youtube.svg");
}
.algorithm article > div.details i.blog {
  background-image: url("../images/sub/ic_naverblog.svg");
}
.algorithm article > div.details i.twitter {
  background-image: url("../images/sub/ic_twitter.svg");
}
.algorithm article > div.details i.facebook {
  background-image: url("../images/sub/ic_facebook.svg");
}
.algorithm article > div.details i.insta {
  background-image: url("../images/sub/ic_insta.svg");
}
.algorithm article > div.details h2 {
  font-weight: 500;
}
.algorithm article > div.details h3 {
  display: block;
  margin-top: 20px;
}
.algorithm article > div.details strong {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #eebf22;
  border-radius: 20px;
  font-weight: 500;
}
.algorithm article > div.details > div > ul > li {
  color: #46a89e;
  font-weight: 400;
}
.algorithm article > div.details > div a {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #46a89e;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.algorithm article > div.details > div a:hover {
  background-color: #fff;
  color: #46a89e;
  border: 1px solid #46a89e;
}
.algorithm article > div.details > div ~ div {
  margin-top: 40px;
}
.algorithm article > div img {
  border-radius: 20px;
}
.algorithm img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .algorithm .article-container {
    display: flex;
    flex-direction: column;
  }
  .algorithm article {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
  .algorithm article > div.details * {
    text-align: center;
  }
  .algorithm article > div.details i {
    margin-right: 5px;
    background-size: contain;
  }
  .algorithm article > div.details h3 {
    display: block;
    margin-top: 10px;
  }
  .algorithm article > div.details strong {
    display: block;
    margin-top: 15px;
    padding: 20px;
  }
  .algorithm article > div.details > div > ul > li {
    color: #46a89e;
    font-weight: 400;
  }
  .algorithm article > div.details > div a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #46a89e;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .algorithm article > div.details > div a:hover {
    background-color: #fff;
    color: #46a89e;
    border: 1px solid #46a89e;
  }
  .algorithm article > div.details > div ~ div {
    margin-top: 40px;
  }
  .algorithm article > div img {
    border-radius: 20px;
  }
}

.tales.page-header {
  background: linear-gradient(to top, black 1%, rgba(0, 0, 0, 0) 30%), url("../images/sub/bg_page_header_tales.png") no-repeat center/cover;
  color: #fff;
}
.tales.page-header .container .v-align small {
  border-color: #fff;
}
.tales section h3 {
  color: #b55b47;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: ONE-Mobile-Title;
}
.tales section strong.epi {
  display: block;
  color: #b55b47;
  font-style: italic;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tales section h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .tales section strong.epi {
    font-size: 20px;
  }
}

.lighton-body {
  position: relative;
  background: url("../images/sub/bg_page_header_lighton.png") repeat-y center/100% auto;
}
.lighton-body #footer {
  background-color: #e5e5e5;
}
@keyframes train {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.lighton-body .deco {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  max-width: 300px;
  animation: train 20s linear infinite alternate;
}
.lighton-body .deco img {
  display: block;
  margin: 0;
  width: 100%;
}

.lighton {
  overflow: hidden;
}
.lighton.page-header .container .v-align {
  color: #000;
}
.lighton.page-header .container .v-align small {
  border: 1px solid #000;
}
.lighton.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.lighton.page-header .container .v-align strong {
  margin-top: 0;
}
.lighton.page-header .container .v-align h3 {
  margin-top: 20px;
}
.lighton.page-header .container .v-align p {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.lighton section .item-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.lighton section .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.lighton .section-header h3 {
  font-family: ONE-Mobile-Title;
  color: #344e23;
}
.lighton .travel-list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 60px;
}
.lighton .travel-list > ul > li {
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.lighton .travel-list > ul > li.col-2 {
  grid-column: span 2;
}
.lighton .travel-list > ul > li.col-3 {
  grid-column: span 3;
}
.lighton .travel-list > ul > li dl {
  margin-top: 30px;
}
.lighton .travel-list > ul > li dl dt {
  display: inline-block;
  font-family: ONE-Mobile-Title;
  padding: 5px 20px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 999px;
}
.lighton .travel-list > ul > li dl dt ~ dt {
  margin-left: 20px;
}
.lighton .travel-list > ul > li dl dd {
  margin-top: 15px;
}
.lighton .travel-list > ul > li dl ~ dl {
  margin-top: 30px;
}
.lighton .travel-list .box {
  display: flex;
  gap: 20px;
}
.lighton .travel-list .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .lighton .travel-list > ul {
    display: flex;
    flex-direction: column;
  }
  .lighton .travel-list > ul > li {
    padding: 30px 15px;
  }
  .lighton .travel-list > ul > li dl {
    margin-top: 20px;
  }
  .lighton .travel-list > ul > li dl dt {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .lighton .travel-list > ul > li dl dd {
    margin-left: auto;
    margin-right: auto;
  }
  .lighton .travel-list > ul > li dl.flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .lighton .travel-list > ul > li dl.flex dt {
    margin: 0;
  }
  .lighton .travel-list .box {
    flex-direction: column;
  }
}

.algorithm-body {
  position: relative;
  background: url("../images/sub/img_algorithm_bg.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .algorithm-body {
    background: url("../images/sub/img_algorithm_bg.png") no-repeat center/cover;
  }
}
.algorithm-body #footer {
  position: relative;
  z-index: 10;
  background-color: #e5e5e5;
}

.algorithm.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.algorithm.page-header .container .v-align {
  color: #000;
}
.algorithm.page-header .container .v-align small {
  border: 1px solid #000;
}
.algorithm.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.algorithm.page-header .container .v-align strong {
  margin-top: 0;
}
.algorithm.page-header .container .v-align h3 {
  margin-top: 20px;
}
.algorithm.page-header .container .v-align p {
  display: inline-block;
  padding-top: 20px;
  border-top: 1px solid #000;
}
.algorithm .article-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  row-gap: 30px;
  column-gap: 60px;
}
.algorithm .article-container .col-2 {
  grid-column: span 2;
}
.algorithm article {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}
.algorithm article > div {
  flex: 1 1 100%;
}
.algorithm article > div.details {
  font-family: ONE-Mobile-Title;
}
.algorithm article > div.details i {
  padding-left: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.algorithm article > div.details i.youtube {
  background-image: url("../images/sub/ic_youtube.svg");
}
.algorithm article > div.details i.blog {
  background-image: url("../images/sub/ic_naverblog.svg");
}
.algorithm article > div.details i.twitter {
  background-image: url("../images/sub/ic_twitter.svg");
}
.algorithm article > div.details i.facebook {
  background-image: url("../images/sub/ic_facebook.svg");
}
.algorithm article > div.details i.insta {
  background-image: url("../images/sub/ic_insta.svg");
}
.algorithm article > div.details h2 {
  font-weight: 500;
}
.algorithm article > div.details h3 {
  display: block;
  margin-top: 20px;
}
.algorithm article > div.details strong {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  color: #fff;
  background-color: #eebf22;
  border-radius: 20px;
  font-weight: 500;
}
.algorithm article > div.details > div > ul > li {
  color: #46a89e;
  font-weight: 400;
}
.algorithm article > div.details > div a {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #46a89e;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.algorithm article > div.details > div a:hover {
  background-color: #fff;
  color: #46a89e;
  border: 1px solid #46a89e;
}
.algorithm article > div.details > div ~ div {
  margin-top: 40px;
}
.algorithm article > div img {
  border-radius: 20px;
}
.algorithm img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .algorithm .article-container {
    display: flex;
    flex-direction: column;
  }
  .algorithm article {
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
  .algorithm article > div.details * {
    text-align: center;
  }
  .algorithm article > div.details i {
    margin-right: 5px;
    background-size: contain;
  }
  .algorithm article > div.details h3 {
    display: block;
    margin-top: 10px;
  }
  .algorithm article > div.details strong {
    display: block;
    margin-top: 15px;
    padding: 20px;
  }
  .algorithm article > div.details > div > ul > li {
    color: #46a89e;
    font-weight: 400;
  }
  .algorithm article > div.details > div a {
    display: inline-block;
    margin-top: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #46a89e;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .algorithm article > div.details > div a:hover {
    background-color: #fff;
    color: #46a89e;
    border: 1px solid #46a89e;
  }
  .algorithm article > div.details > div ~ div {
    margin-top: 40px;
  }
  .algorithm article > div img {
    border-radius: 20px;
  }
}

.information {
  background-color: #52a9df;
}
.information.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.information.page-header .container .v-align {
  color: #fff;
}
.information.page-header .container .v-align small {
  border: 1px solid #fff;
}
.information.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.information.page-header .container .v-align strong {
  margin-top: 0;
}
.information.page-header .container .v-align h3 {
  margin-top: 20px;
}
.information article {
  padding-top: 60px;
  border-top: 1px solid #fff;
}
.information article .article-header {
  margin-bottom: 30px;
}
.information article .article-header h3 {
  display: inline-block;
  padding: 5px 60px;
  border-radius: 999px;
  color: #fff;
  background-color: #155684;
  font-family: ONE-Mobile-Title;
}
.information article .article-content {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 30px;
}
.information article .article-content .item-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}
.information article .article-content .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
.information article .article-content .details h2 {
  display: block;
  font-size: 36px;
  color: #155684;
}
.information article .article-content .details p {
  display: block;
  margin-top: 20px;
}
.information article .article-content .details strong {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  color: #155684;
}
.information article .article-content .details .info {
  display: block;
  margin: 50px auto 0;
}
.information article .article-content .details .info > ul > li > dl {
  display: flex;
  gap: 20px;
  align-items: center;
}
.information article .article-content .details .info > ul > li > dl > dt {
  display: block;
  min-width: 130px;
  text-align: center;
  padding: 5px 20px;
  background-color: #155684;
  border-radius: 999px;
  color: #fff;
}
.information article .article-content .details .info > ul > li > dl > dd {
  display: block;
}
.information article .article-content .details .info > ul > li ~ li {
  margin-top: 20px;
}
.information article .article-content .details .info ~ .info {
  margin-top: 60px;
}
.information article .article-content .details > a {
  display: block;
  display: block;
  width: fit-content;
  margin: 60px auto 0;
  padding: 10px 20px;
  font-size: 24px;
  background-color: #155684;
  border-radius: 10px;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: ONE-Mobile-Title;
}
.information article .article-content .details > a:hover {
  background-color: #52a9df;
  color: #155684;
}
.information article ~ article {
  margin-top: 100px;
  border-top: 0;
}
@media (max-width: 1024px) {
  .information article .article-header {
    margin-bottom: 30px;
  }
  .information article .article-header h3 {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .information article .article-content {
    padding: 30px 15px;
    flex-direction: column;
  }
  .information article .article-content .item-img {
    max-width: 100%;
  }
  .information article .article-content .details h2 {
    font-size: 24px;
  }
  .information article .article-content .details strong {
    font-size: 20px;
  }
  .information article .article-content .details .info {
    margin: 30px auto 0;
    padding-top: 60px;
    border-top: 1px dashed #155684;
  }
  .information article .article-content .details .info > ul > li > dl {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .information article .article-content .details .info > ul > li > dl > dt {
    min-width: 0;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
  }
  .information article .article-content .details .info > ul > li > dl > dd {
    display: block;
    text-align: center;
    width: 100%;
  }
  .information article .article-content .details .info > ul > li ~ li {
    margin-top: 30px;
  }
  .information article .article-content .details .info ~ .info {
    margin-top: 60px;
  }
  .information article ~ article {
    padding: 0;
  }
}

.letter-body {
  position: relative;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), white 90%), url("../images/sub/img_letter_bg.png") no-repeat center/cover;
}
@media (max-width: 1024px) {
  .letter-body {
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 80%, white), url("../images/sub/img_letter_bg.png") no-repeat center/cover;
  }
}
.letter-body #footer {
  position: relative;
  z-index: 10;
  background-color: #e5e5e5;
}

.letter.page-header {
  color: #005597;
}
.letter.page-header .container {
  padding-bottom: 0;
  min-height: auto;
  height: auto;
}
.letter.page-header .container .v-align small {
  border: 1px solid #005597;
}
.letter.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.letter.page-header .container .v-align strong {
  margin-top: 0;
}
.letter.page-header .container .v-align h3 {
  margin-top: 20px;
}
.letter section h3 {
  display: block;
  font-weight: 500;
  font-family: ONE-Mobile-Title;
}
.letter section p {
  margin-top: 10px;
}
.letter section .info {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: start;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #005597;
  border-radius: 30px;
}
.letter section .info > ul > li > span {
  font-size: 22px;
}
.letter section .info > ul > li ~ li {
  margin-top: 10px;
}
.letter section .info > .item-img {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 300px;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  z-index: 1;
}
.letter section .info > .item-img img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.letter section a {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 24px;
  background-color: #005597;
  border-radius: 10px;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  font-family: ONE-Mobile-Title;
}
.letter section a:hover {
  background-color: #fff;
  color: #005597;
}
.letter .figure-list {
  display: flex;
  gap: 30px;
  margin: 60px 0;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
}
.letter .figure-list figure {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.letter .figure-list figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .letter.page-header {
    color: #005597;
  }
  .letter section h3 {
    text-align: center;
  }
  .letter section .info {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .letter section .info > ul {
    width: 100%;
  }
  .letter section .info > ul > li > span {
    font-size: 20px;
  }
  .letter section .info > ul ~ ul {
    padding-top: 20px;
    border-top: 1px dashed #005597;
  }
  .letter section .info > .item-img {
    position: static;
    transform: none;
    max-width: 200px;
  }
  .letter .figure-list {
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.mailbox {
  padding: 0;
  overflow: hidden;
}
.mailbox.page-header {
  color: #ed9254;
}
.mailbox.page-header .container {
  min-height: auto;
  height: auto;
}
.mailbox.page-header .container .v-align small {
  border: 1px solid #ed9254;
}
.mailbox.page-header .container .v-align > * {
  text-shadow: none;
  font-family: ONE-Mobile-Title;
}
.mailbox.page-header .container .v-align strong {
  margin-top: 0;
}
.mailbox.page-header .container .v-align h3 {
  margin-top: 20px;
}
.mailbox article {
  padding: 100px 0;
}
.mailbox article .winner-list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  column-gap: 40px;
}
.mailbox article .winner-list > ul > li .item-img {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
}
.mailbox article .winner-list > ul > li .item-img img {
  display: block;
  width: 100%;
}
.mailbox article .winner-list > ul > li dl {
  display: block;
  margin-top: 20px;
}
.mailbox article .winner-list > ul > li dl dt {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: ONE-Mobile-Title;
}
.mailbox article .winner-list > ul > li.deco {
  position: relative;
}
.mailbox article .winner-list > ul > li.deco .item-img {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 1;
  width: 300px;
}
.mailbox article .event-container {
  padding: 30px;
  border-radius: 30px;
}
.mailbox article .event-container h3 {
  display: block;
  font-weight: 400;
  font-size: 30px;
  font-family: ONE-Mobile-Title;
}
.mailbox article .event-container .list-content {
  position: relative;
  display: flex;
  gap: 100px;
  margin-top: 30px;
}
.mailbox article .event-container .list-content .list .title {
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}
.mailbox article .event-container .list-content .list .title strong {
  display: block;
  color: #f39945;
  font-size: 22px;
  font-weight: 900;
  font-family: ONE-Mobile-Title;
}
.mailbox article .event-container .list-content .list .title small {
  display: block;
  margin-top: 10px;
}
.mailbox article .event-container .list-content .list > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 10px;
  column-gap: 30px;
  align-items: start;
}
.mailbox article .event-container .list-content .list > ul > li {
  flex: 1 1 auto;
}
.mailbox article .event-container .list-content .item-img {
  position: absolute;
  bottom: -200px;
  right: 0;
  max-width: 500px;
  width: 100%;
  z-index: 1;
}
.mailbox article .event-container .list-content .item-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.mailbox article .event-container p {
  display: block;
  margin-top: 40px;
}
.mailbox article:first-child {
  padding-top: 0;
}
@media (max-width: 1024px) {
  .mailbox.page-header .container {
    height: auto;
  }
  .mailbox.page-header .container .v-align h3 {
    margin-top: 15px;
  }
  .mailbox article .winner-list > ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .mailbox article .winner-list > ul > li dl {
    display: block;
    margin-top: 20px;
  }
  .mailbox article .winner-list > ul > li dl dt {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .mailbox article .winner-list > ul > li.deco {
    order: 999;
  }
  .mailbox article .winner-list > ul > li.deco .item-img {
    position: static;
    max-width: 250px;
  }
  .mailbox article .event-container {
    padding: 30px 15px;
  }
  .mailbox article .event-container h3 {
    font-size: 22px;
  }
  .mailbox article .event-container .list-content {
    flex-direction: column;
    gap: 40px;
  }
  .mailbox article .event-container .list-content .list .title {
    margin-bottom: 10px;
  }
  .mailbox article .event-container .list-content .item-img {
    position: absolute;
    right: -5%;
    bottom: -45%;
    width: 60%;
  }
  .mailbox article .event-container .list-content .item-img img {
    display: block;
    margin: 0;
    width: 100%;
  }
  .mailbox article .event-container p {
    display: block;
    margin-top: 40px;
  }
}

.satisfaction .container {
  padding: 60px 20px;
  background-color: #fff;
}
.satisfaction .container .section-header {
  text-align: center;
}
.satisfaction .container .section-header .img-title {
  display: inline-block;
  width: 100%;
  height: 300px;
}
.satisfaction .container .section-header .img-title > img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.satisfaction .container .section-header > p {
  display: block;
  margin-top: 20px;
}
.satisfaction .container .section-header > strong {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #d67551;
  background-color: #f8efca;
}
.satisfaction .container .section-content {
  position: relative;
  padding-top: 50px;
  border-top: 1px solid #ddd;
}
.satisfaction .container .section-content .list {
  text-align: center;
}
.satisfaction .container .section-content .list > ul > li > dl dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 24px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 999px;
  background-color: #189B64;
}
.satisfaction .container .section-content .list > ul > li ~ li {
  margin-top: 80px;
}
.satisfaction .container .section-content .list > ul > li > img {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  max-width: 100px;
  border: 2px solid #000;
}
.satisfaction .container .section-content .list > ul > li .join {
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  background-color: #9682aa;
  border: 1px solid #000;
  color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.satisfaction .container .section-content .list > ul > li .join:hover {
  color: #9682aa;
  background-color: #fff;
  border-color: #9682aa;
}
.satisfaction .container .section-content .list .img-list {
  display: flex;
  gap: 30px;
  margin-top: 30px;
  width: 100%;
}
.satisfaction .container .section-content .list .img-list img {
  display: block;
  width: 100%;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}
.satisfaction .container .section-content .deco-img {
  position: absolute;
  display: block;
  width: 100%;
}
.satisfaction .container .section-content .deco-img img {
  display: block;
  width: 100%;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.2));
}
.satisfaction .container .section-content .deco-img.news {
  max-width: 450px;
  top: -60px;
  left: -100px;
}
.satisfaction .container .section-content .deco-img.pencil {
  max-width: 550px;
  top: 100px;
  right: -150px;
  animation: pencil 2s linear infinite alternate;
}
@keyframes pencil {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
@media (max-width: 1024px) {
  .satisfaction {
    padding-left: 15px;
    padding-right: 15px;
  }
  .satisfaction .container {
    padding: 30px 15px;
  }
  .satisfaction .container .section-header .img-title {
    width: 100%;
    height: auto;
  }
  .satisfaction .container .section-header .img-title > img {
    width: 100%;
    height: auto;
  }
  .satisfaction .container .section-content {
    padding-top: 30px;
  }
  .satisfaction .container .section-content .list > ul > li ~ li {
    margin-top: 35px;
  }
  .satisfaction .container .section-content .list .img-list {
    flex-direction: column;
  }
  .satisfaction .container .section-content .list .img-list img {
    margin: 0 auto;
    width: 80%;
  }
  .satisfaction .container .section-content .deco-img.news {
    max-width: 150px;
    top: 120px;
    left: -75px;
  }
  .satisfaction .container .section-content .deco-img.pencil {
    max-width: 120px;
    top: 138px;
    right: -29px;
    transform: rotate(-90deg);
  }
}/*# sourceMappingURL=sub2.css.map */