@charset "UTF-8";
@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");
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;
}
body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

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;
  }
}

#content {
  text-align: justify;
  word-break: break-all;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}
#content .container {
  max-width: 1230px;
  padding: 0 15px;
}
@media (max-width: 1024px) {
  #content {
    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: 60px 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;
}

.visible-lg {
  display: block;
}

@media (max-width: 1024px) {
  .visible-sm {
    display: block;
  }
  .visible-lg {
    display: none;
  }
}
/* 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 {
  background-position: 50% 100%;
  position: relative;
}
.page-header.topik-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .page-header.topik-header {
    background-position: 80% 100%;
  }
}

/* topik */
.topik .section-content img {
  border-radius: 10px;
}
.topik .section-content > ul {
  margin-top: 60px;
}
.topik .section-content > ul > li > dl > dt {
  font-size: 34px;
  color: #3bada2;
  font-weight: bold;
}
.topik .section-content > ul > li > dl > dd {
  margin-top: 20px;
}
.topik .section-content > ul > li .height-auto {
  margin-top: 30px;
}
.topik .section-content > ul > li > figure {
  margin-top: 30px;
}
.topik .section-content > ul > li > figure img {
  display: block;
  width: 100%;
}
.topik .section-content > ul > li ~ li {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .topik .section-content > ul > li > dl > dt {
    font-size: 24px;
  }
  .topik .section-content > ul > li ~ li {
    margin-top: 30px;
  }
}

/* practices */
.practices {
  padding: 60px 0;
  background-color: #3bada2;
}
.practices .container .article-header {
  padding-bottom: 60px;
}
.practices .container .article-header h4 {
  font-size: 50px;
  color: #000;
  line-height: 1.2;
  font-weight: 300;
}
.practices .container .article-header h4 b {
  font-size: 40px;
  display: block;
  color: #fff;
}
.practices .container .article-content > ul > li {
  padding: 30px 0;
  border-top: 1px solid #000;
}
.practices .container .article-content > ul > li > dl > dt {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.practices .container .article-content > ul > li > dl > dd b {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.practices .container .article-content > ul > li > dl > dd b ~ b {
  margin-top: 30px;
}
.practices .container .article-content > ul > li > dl > dd > ul > li {
  position: relative;
  color: #000;
  padding-left: 10px;
}
.practices .container .article-content > ul > li > dl > dd > ul > li:before {
  position: absolute;
  top: -3px;
  left: 0;
  content: "- ";
}
@media (max-width: 1024px) {
  .practices {
    padding: 40px 0;
  }
  .practices .container .article-header {
    padding-bottom: 20px;
  }
  .practices .container .article-header h4 {
    font-size: 30px;
  }
  .practices .container .article-header h4 b {
    font-size: 20px;
  }
  .practices .container .article-content > ul > li {
    padding: 15px 0;
  }
  .practices .container .article-content > ul > li > dl > dt {
    font-size: 20px;
  }
  .practices .container .article-content > ul > li > dl > dd b {
    font-size: 18px;
  }
  .practices .container .article-content > ul > li > dl > dd b ~ b {
    margin-top: 15px;
  }
}

/* gallery-header */
.gallery-header {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 186px);
}
.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;
  top: 40px;
  opacity: 0;
  display: inline-block;
  vertical-align: top;
}
.gallery-header h3 span img {
  width: auto;
  height: 165px;
}
.gallery-header h3 span:nth-of-type(1) {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.gallery-header h3 span:nth-of-type(2) {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
  margin-left: -30px;
}
.gallery-header h3 span:nth-of-type(3) {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  margin-left: -30px;
}
.gallery-header h3 span:nth-of-type(4) {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
  padding-left: 15px;
}
.gallery-header.show .backdrop {
  transform: scale(1);
}
.gallery-header.show h3 span {
  top: 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(2) {
    margin-left: -15px;
  }
  .gallery-header h3 span:nth-of-type(3) {
    margin-left: -15px;
  }
  .gallery-header h3 span:nth-of-type(4) {
    padding-left: 5px;
  }
}

/* gallery */
.gallery img {
  border-radius: 10px;
}
.gallery h3 {
  margin-bottom: 60px;
}
.gallery h3 img {
  display: block;
  max-width: 100%;
  border-radius: 0;
  margin: 0 auto;
}
.gallery .summary {
  text-align: center;
  margin-top: 60px;
}
.gallery .summary strong {
  display: block;
  font-size: 40px;
  font-weight: 900;
}
.gallery .summary p {
  margin-top: 20px;
}
.gallery .summary ~ .summary p {
  margin-top: 0;
}
.gallery .summary ~ .summary strong {
  margin-top: 20px;
}
.gallery .figure {
  margin-top: 60px;
}
.gallery .figure img {
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .gallery h3 {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .gallery .summary strong {
    font-size: 26px;
  }
}

/* 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 .big {
  font-size: 100px;
  line-height: 1;
  /*margin-top: 0;*/
}
@media (max-width: 1024px) {
  .page-header.road-header .container .v-align .big {
    font-size: 50px;
  }
}

/* sutarbucks-header */
.page-header.sutarbucks-header {
  position: relative;
}
.page-header.sutarbucks-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
}

.sutarbucks .more-info {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px;
  background-color: #52a9df;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #52a9df;
  -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 .more-info:hover {
  background-color: #fff;
  color: #52a9df;
  border: 1px solid #52a9df;
}
.sutarbucks .past-list {
  display: block;
  width: 100%;
  max-width: 1000px;
  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;
  height: 150px;
  overflow: hidden;
  border-radius: 20px;
}
.sutarbucks .past-list p {
  padding: 0;
  margin-top: 5px;
}

/* road */
.road img {
  display: block;
  border-radius: 10px;
}
.road dt {
  font-size: 34px;
  font-weight: bold;
}
.road dd {
  margin-top: 20px;
}
.road dl {
  margin: 60px 0;
}
.road .tip-wrap {
  margin: 60px 0;
}
@media (max-width: 1024px) {
  .road dt {
    font-size: 24px;
  }
  .road dl {
    margin: 30px 0;
  }
  .road .tip-wrap {
    margin: 30px 0;
  }
}

.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 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 img {
  border-radius: 10px;
}
.travel .container .tip-list ~ .tip-list {
  margin-top: 60px;
}
.travel .container .map {
  /*margin-top: 60px;*/
  padding-bottom: 60px;
}
.travel .container .map img {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}

/* voice-header */
.page-header.voice-header {
  text-align: right;
}
@media (max-width: 1024px) {
  .page-header.voice-header {
    text-align: center;
    background-position: 25% 50%;
  }
  .page-header.voice-header .container .v-align {
    vertical-align: bottom !important;
  }
}

/* voice */
.voice .container figure img {
  display: block;
  border-radius: 10px;
}
.voice .container dl ~ dl {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .voice .container figure {
    margin-top: 30px;
  }
  .voice .container dl ~ dl {
    margin-top: 30px;
  }
}

/* item-list */
.item-list {
  display: table;
  width: 100%;
  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-3 {
  width: 30%;
}
.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: auto 100%;
}
.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;
  }
}

/* kit-header */
.page-header.kit-header {
  text-align: left;
}
.page-header.kit-header .container .v-align small {
  text-shadow: none;
  border-color: #00539a;
}
.page-header.kit-header .container .v-align h3 {
  text-shadow: none;
}
.page-header.kit-header .container .v-align p {
  text-shadow: none;
}
.page-header.kit-header .container .v-align span {
  text-shadow: none;
}

/* kit */
.kit {
  background-color: #f7efd1;
}
.kit .container .items,
.kit .container .img-list {
  height: auto !important;
  font-size: 0;
}
.kit .container .items > img,
.kit .container .img-list > img {
  display: inline-block;
  vertical-align: top;
  border-radius: 0 !important;
  width: calc(50% - 7.5px) !important;
  margin-right: 15px;
}
.kit .container .items > img:last-child,
.kit .container .img-list > img:last-child {
  margin-right: 0;
}
.kit .container .items.img-list,
.kit .container .img-list.img-list {
  margin-bottom: 30px;
}
.kit .container .attention {
  position: relative;
  display: block;
  font-size: 16px;
  color: #00539a;
  margin-top: 20px;
  padding-left: 20px;
}
.kit .container .attention:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.kit .container .attention-box {
  margin-top: 100px;
  padding: 30px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.kit .container .attention-box h4 {
  font-size: 40px;
  color: #3bada2;
  font-weight: 300;
}
.kit .container .attention-box h4 b {
  font-weight: bold;
}
.kit .container .attention-box > ul {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 20px -15px 0;
}
.kit .container .attention-box > ul > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.kit .container .attention-box > ul > li > dl > dt {
  font-size: 22px;
  color: #3bada2;
  font-weight: bold;
}
.kit .container .attention-box > ul > li > dl > dt span {
  font-weight: 400;
}
.kit .container .attention-box > ul > li > dl > dd {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .kit .container figure {
    margin-bottom: 30px;
  }
  .kit .container figure img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .kit .container .attention {
    font-size: 14px;
    margin-top: 10px;
  }
  .kit .container .attention-box {
    padding: 15px;
    margin-top: 60px;
  }
  .kit .container .attention-box > h4 {
    font-size: 26px;
  }
  .kit .container .attention-box > ul {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
  }
  .kit .container .attention-box > ul > li {
    display: block;
    padding: 0;
  }
  .kit .container .attention-box > ul > li > dl > dt {
    font-size: 18px;
  }
  .kit .container .attention-box > ul > li > dl dd {
    margin-top: 10px;
  }
  .kit .container .attention-box > ul > li ~ li {
    margin-top: 20px;
  }
}

/* taste-header */
.page-header.taste-header .container {
  height: auto;
  min-height: auto;
}
.page-header.taste-header .container .v-align small {
  text-shadow: none;
  border-right-color: #00539a;
}
.page-header.taste-header .container .v-align h3 {
  text-shadow: none;
}
.page-header.taste-header .container .v-align p {
  text-shadow: none;
}
.page-header.taste-header .container .v-align span {
  text-shadow: none;
}

/* taste */
.taste {
  padding-top: 0;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
}
.taste .container .item-list dt {
  font-family: ONE-Mobile-Title;
  color: #00539a;
  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: #52a9df;
}
.taste .container .item-list:nth-of-type(2n + 1) .col-7 {
  padding-right: 60px;
  border-right: 1px solid #00539a;
}
.taste .container .item-list:nth-of-type(2n + 2) .col-7 {
  padding-left: 60px;
  border-left: 1px solid #00539a;
}
@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;
  }
}

/* air */
.air {
  padding-top: 150px;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100px;
}
.air .container {
  max-width: 1030px !important;
}
.air .container .page-header {
  padding-bottom: 100px;
}
.air .container .page-header .container {
  height: auto;
  min-height: auto;
}
.air .container .page-header .container .v-align h3 {
  text-shadow: none;
}
.air .container .page-header .container .v-align span {
  text-shadow: none;
}
.air .container article .article-header {
  padding-bottom: 60px;
}
.air .container article .article-header b {
  display: block;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
}
.air .container article .article-header h3 {
  position: relative;
  overflow: hidden;
  font-size: 50px;
  line-height: 1.2;
  color: #333;
  font-weight: 300;
  display: block;
  margin-top: -17px;
  background-color: #fff;
}
.air .container article .article-content dl dt {
  font-size: 34px;
  font-weight: bold;
}
.air .container article .article-content dl dd {
  margin-top: 20px;
}
.air .container article .article-content figure {
  margin-top: 60px;
}
.air .container article .article-content figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.air .container article ~ article {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .air {
    padding-top: 80px;
    background-position: 0 -40px;
  }
  .air .container .page-header {
    padding-bottom: 40px;
  }
  .air .container article .article-header {
    padding-bottom: 30px;
  }
  .air .container article .article-header b {
    font-size: 40px;
  }
  .air .container article .article-header h3 {
    font-size: 30px;
    margin-top: -10px;
  }
  .air .container article .article-content dl dt {
    font-size: 24px;
  }
  .air .container article .article-content figure {
    margin-top: 30px;
  }
  .air .container article ~ article {
    margin-top: 60px;
  }
}

/* news-wrap */
.news-wrap .section-header {
  text-align: right;
  padding-bottom: 60px;
  border-bottom: 1px solid #000;
}
.news-wrap .section-header h3 {
  font-size: 60px;
  color: #000;
  line-height: 1;
  font-weight: 500;
  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: 26px;
  line-height: 72px;
  text-align: center;
  color: #fff;
  background-color: #000;
}
.news-wrap .section-content ul > li .top div b {
  display: block;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
}
.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 {
  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.details {
  padding-left: 15px;
}
.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: 42px;
  }
  .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: 16px;
    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;
  }
}

/* lounge */
.lounge img {
  border-radius: 10px;
}
.lounge .section-content .container dt {
  color: #cf131c;
  font-size: 26px;
  font-weight: bold;
}
.lounge .section-content .container dd {
  margin-top: 20px;
}
.lounge .section-content .container strong {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #cf131c;
  margin-top: 60px;
}
.lounge .section-content .container dl {
  margin-top: 60px;
}

/* issue */
.issue {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.issue .container {
  max-width: 1030px !important;
}
.issue .issue-summary {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 60px;
}
.issue .issue-summary img {
  display: block;
  width: 100%;
}
.issue .issue-summary > div {
  display: table-cell;
  vertical-align: top;
}
.issue .issue-summary > div:nth-of-type(1) {
  width: 21%;
}
.issue .issue-summary > div:nth-of-type(2) {
  padding-left: 60px;
}
.issue .issue-box {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #f9c04c;
}
.issue .issue-box b {
  display: block;
  font-size: 26px;
  color: #f9c04c;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .issue .issue-summary {
    display: block;
    margin-top: 30px;
  }
  .issue .issue-summary img {
    width: auto;
    margin: 0 auto;
    max-width: 200px;
  }
  .issue .issue-summary > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .issue .issue-summary > div ~ div {
    margin-top: 30px;
  }
  .issue .issue-box {
    margin-top: 30px;
    padding-top: 15px;
  }
  .issue .issue-box b {
    font-size: 20px;
  }
}

/* writer */
.writer {
  text-align: center;
  margin-bottom: 60px;
}
.writer img {
  display: block;
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #ccc;
}
.writer P {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .writer {
    margin-bottom: 30px;
  }
}

.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;
  background-color: #fef6e7;
}
.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;
  background-color: #fde6b9;
  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;
  background-color: #fef6e7;
}
.mailbox article:last-child {
  background-color: #f9c04c;
}
@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;
  }
}

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

/* issue-header */
.page-header.issue-header img {
  display: block;
  max-width: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 30px auto 0;
}

.travel-direction {
  margin-top: 100px;
}
.travel-direction > h3 {
  display: block;
  margin-bottom: 30px;
  font-family: ONE-Mobile-Title;
  font-size: 24px;
  color: #5a6b3a;
}
@media (max-width: 1024px) {
  .travel-direction > h3 {
    text-align: center;
  }
}
.travel-direction > ul {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.travel-direction > ul::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  z-index: 2;
  border-left: 20px solid #5a6b3a;
  border-right: 20px solid transparent;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
@media (max-width: 1024px) {
  .travel-direction > ul::before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, 622%);
    z-index: 2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #5a6b3a;
  }
}
.travel-direction > ul::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 100%;
  height: 10px;
  background-color: #5a6b3a;
  z-index: 0;
}
.travel-direction > ul > li {
  position: relative;
  display: flex;
}
.travel-direction > ul > li:nth-of-type(even) {
  align-items: end;
}
.travel-direction > ul > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  background-color: #5a6b3a;
  border-radius: 100%;
  border: 4px solid #fff;
  z-index: 1;
}
.travel-direction > ul > li > dl {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 50px;
}
.travel-direction > ul > li > dl > dt {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #000;
  border-radius: 999px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.travel-direction > ul > li > dl > dt br {
  display: none;
}
@media (max-width: 1024px) {
  .travel-direction {
    margin-top: 70px;
    /*> ul {
    	width: 100%;
    	flex-direction: column;
    	gap: 30px;
    	&::after {
    		top: 0;
    		left: 50%;
    		transform: translateX(-50%);
    		width: 10px;
    		height: 100%;
    	}
    	> li {
    		position: relative;
    		display: flex;
    		&:nth-of-type(odd) {
    			> dl {

    			}
    		}
    		&:nth-of-type(even) {
    			justify-content: end;
    			position: relative;
    		}
    		&::before {
    			top: 0;
    			left: 50%;
    			transform: translateX(-50%);
    		}
    		> dl {
    			display: flex;
    			flex-direction: column;
    			width: fit-content;
    			gap: 10px;
    			> dt {
    				display: inline-block;
    				padding: 5px 10px;
    				border: 1px solid #000;
    				border-radius: 999px;
    				background-color: #fff;
    				font-size: 12px;
    				font-weight: bold;
    			}
    		}
    	}
    }*/
  }
  .travel-direction > ul {
    display: block;
  }
  .travel-direction > ul::after {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 100%;
  }
  .travel-direction > ul > li {
    display: block;
    position: relative;
    width: 100%;
  }
  .travel-direction > ul > li > dl {
    display: inline-block;
    vertical-align: top;
  }
  .travel-direction > ul > li > dl dt {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -1px;
    padding: 5px 15px;
  }
  .travel-direction > ul > li > dl dt br {
    display: block;
  }
  .travel-direction > ul > li > dl dt ~ dt {
    margin-top: 10px;
  }
  .travel-direction > ul > li:nth-of-type(2n + 1) {
    text-align: right;
    padding-right: calc(50% + 40px);
  }
  .travel-direction > ul > li:nth-of-type(2n + 1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 1px;
    background-color: #000;
  }
  .travel-direction > ul > li:nth-of-type(2n + 2) {
    text-align: left;
    padding-left: calc(50% + 40px);
  }
  .travel-direction > ul > li:nth-of-type(2n + 2)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 1px;
    background-color: #000;
  }
  .travel-direction > ul > li ~ li {
    margin-top: 30px;
  }
}

#goto-link01, #goto-link02, #goto-link03, #goto-link04 {
  position: absolute;
  display: block;
  left: 0;
  top: -20vh;
}/*# sourceMappingURL=sub.css.map */