@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=Nanum+Myeongjo&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;
}
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;
  }
}

.visible-lg {
  display: block;
}
@media (max-width: 1024px) {
  .visible-lg {
    display: none;
  }
}

.visible-sm {
  display: none;
}
@media (max-width: 1024px) {
  .visible-sm {
    display: block;
  }
}

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

/* greeting-wrap */
.greeting-wrap {
  position: relative;
  background: linear-gradient(to bottom, rgb(246, 240, 233) 0%, rgb(241, 204, 197) 100%);
}
.greeting-wrap .backdrop {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: auto 300px;
}
.greeting-wrap .greeting, .greeting-wrap .page-move {
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .greeting-wrap .backdrop {
    width: 300px;
    height: 152px;
    background-size: 300px auto;
  }
  .greeting-wrap .page-move .container {
    border-top-color: #fff;
  }
  .greeting-wrap .page-move .container > a {
    color: #fff;
  }
}

.greeting {
  padding: 100px 0;
}
.greeting .container .article-header {
  border-bottom: 2px solid #ad5352;
}
.greeting .container .article-header strong {
  display: block;
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.greeting .container .article-header .box {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 60px;
}
.greeting .container .article-header .box > div {
  display: table-cell;
  vertical-align: middle;
}
.greeting .container .article-header .box > div.item-img {
  width: 410px;
  padding-left: 60px;
}
.greeting .container .article-header .box > div.item-img img {
  display: block;
  max-width: 350px;
}
.greeting .container .article-header .box > div.details {
  position: relative;
  padding-left: 40px;
}
.greeting .container .article-header .box > div.details b {
  font-size: 36px;
  line-height: 2;
  display: inline-block;
  color: #7a5f47;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-thickness: 1px;
  font-family: "Nanum Myeongjo", serif;
}
.greeting .container .article-header .box > div.details img {
  position: absolute;
  bottom: -95px;
  right: 20px;
  max-width: 300px;
}
.greeting .container .article-content {
  padding-top: 100px;
}
.greeting .container .article-content b {
  display: block;
  font-size: 26px;
  color: #7a5f47;
  font-weight: bold;
  font-family: "Nanum Myeongjo", serif;
  margin-top: 60px;
  margin-bottom: 30px;
}
.greeting .container .article-content dl {
  text-align: right;
  font-family: "Nanum Myeongjo", serif;
  margin-top: 30px;
  padding-right: 100px;
}
.greeting .container .article-content dl dt {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}
.greeting .container .article-content dl dd {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .greeting {
    padding: 60px 0 80px;
  }
  .greeting .container .article-header .box {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .greeting .container .article-header .box > div {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  .greeting .container .article-header .box > div.item-img {
    margin-top: 20px;
    padding: 0 30px !important;
  }
  .greeting .container .article-header .box > div.item-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .greeting .container .article-header .box > div.details {
    text-align: center;
  }
  .greeting .container .article-header .box > div.details b {
    font-size: 24px;
    line-height: 1.8;
  }
  .greeting .container .article-header .box > div.details img {
    position: static;
    display: block;
    width: 200px;
    margin: 30px auto 0;
  }
  .greeting .container .article-content {
    padding-top: 30px;
  }
  .greeting .container .article-content b {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .greeting .container .article-content dl {
    padding-right: 0;
  }
  .greeting .container .article-content dl dt {
    font-size: 16px;
  }
  .greeting .container .article-content dl dd {
    font-size: 22px;
  }
}

/* topik-header */
.topik-wrap header {
  border-bottom: 1px solid #000;
}

.page-header.topik-header {
  background-color: #ad5351;
  background-size: auto 100%;
}
.page-header.topik-header h3 {
  position: relative;
  display: inline-block;
  color: #e95946;
  line-height: 1.2;
  text-shadow: none !important;
  padding: 30px 100px;
  border-radius: 500px;
  background-color: #fff;
  box-shadow: 8px 8px 0px #000;
}
.page-header.topik-header h3:after {
  position: absolute;
  bottom: -33px;
  right: 100px;
  width: 28px;
  height: 33px;
  content: "";
  display: block;
  background-image: url(../images/sub/ico_triangle.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 0 0;
}

/* topik */
.topik .container > ul {
  overflow: hidden;
}
.topik .container > ul > li {
  float: left;
  width: 50%;
  padding: 0 30px;
}
.topik .container > ul > li .summary {
  position: relative;
}
.topik .container > ul > li .summary:before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #333;
}
.topik .container > ul > li .summary p {
  position: relative;
  color: #000;
  padding: 30px 40px 40px;
  z-index: 1;
  background-color: #eabda1;
}
.topik .container > ul > li .item-img {
  position: relative;
  top: -5px;
  right: -15px;
  font-size: 0;
  z-index: 1;
  padding-left: 60px;
  text-align: right;
}
.topik .container > ul > li .item-img:before {
  position: absolute;
  top: -29px;
  right: 60px;
  width: 28px;
  height: 33px;
  z-index: 1;
  content: "";
  display: block;
  background-image: url(../images/sub/ico_triangle2.png);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 0 0;
}
.topik .container > ul > li .item-img > div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 4px solid #000;
}
.topik .container > ul > li .item-img > div p {
  font-size: 20px;
  color: #000;
  text-align: left;
  vertical-align: top;
  line-height: 50px;
  padding: 0 30px;
  background-color: #fff;
}
.topik .container > ul > li .item-img > div p b {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.topik .container > ul > li .item-img > div img {
  max-width: 100%;
}
.topik .container > ul > li:nth-of-type(2n + 1) {
  clear: left;
}
.topik .container > ul > li:nth-of-type(2) ~ li {
  margin-top: 60px;
}
.topik .container > ul > li:nth-of-type(2n + 2) {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .topik {
    padding-top: 0;
  }
  .topik .container > ul > li {
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .topik .container > ul > li .summary p {
    padding: 20px 20px 40px;
  }
  .topik .container > ul > li .item-img {
    padding-left: 30px;
  }
  .topik .container > ul > li .item-img > div p {
    font-size: 18px;
    line-height: 40px;
    padding: 0 15px;
  }
  .topik .container > ul > li ~ li {
    margin-top: 30px;
  }
  .topik .container > ul > li:nth-of-type(2n + 2) {
    padding-top: 0;
  }
  .topik .container > ul > li:nth-of-type(2n + 2) .item-img {
    text-align: left;
    padding-right: 30px;
    padding-left: 0;
    right: 10px;
  }
}

/* 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;
}
.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 .table.type-2 .summary p {
  margin-top: 0;
}
.gallery .table.type-2 .summary strong {
  margin-top: 60px;
}
.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;
  margin: 0;
  margin-bottom: 20px;
}
@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: #ad5351;
  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: right;
}
.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;
  background-position: 100% 100%;
}
.page-header.kit-header .container .v-align {
  padding-bottom: 100px;
}
.page-header.kit-header .container .v-align small {
  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: 70% 50%;
  }
}

/* kit */
.kit {
  padding-bottom: 140px;
  background-color: #cbcdd0;
}
.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 div small {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
  padding: 0 5px;
  background-color: #454c76;
}
.kit .container .kit-list > li .box > div.details .title-area div b {
  display: block;
  font-size: 40px;
  font-family: "Jua", sans-serif;
  line-height: 1;
  font-weight: 400;
  margin-top: 20px;
}
.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;
}
@media (max-width: 1024px) {
  .kit {
    padding-bottom: 90px;
  }
  .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-summary {
  position: relative;
  padding-bottom: 60px;
  background-color: #ffdd9d;
}
.kit-summary:before {
  position: absolute;
  top: -27px;
  left: 0;
  display: block;
  width: 100%;
  height: 27px;
  content: "";
  background-image: url(../images/sub/bg_kit_summary.png);
  background-size: auto auto;
  background-repeat: repeat-x;
  background-position: 0 0;
}
.kit-summary .container {
  max-width: 1030px;
}
.kit-summary .summary-top {
  position: relative;
  padding-top: 60px;
}
.kit-summary .summary-top h4 {
  position: absolute;
  top: -55px;
  left: 0;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  line-height: 4;
  padding: 0 20px;
  background-image: url(../images/sub/bg_kit_summary_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.kit-summary ol {
  display: table;
  width: calc(100% + 30px);
  table-layout: fixed;
  margin: 0 -15px;
}
.kit-summary ol > li {
  display: table-cell;
  vertical-align: top;
  padding: 0 15px;
}
.kit-summary ol > li > dl > dt {
  font-size: 22px;
  color: #ad5351;
  font-weight: 500;
  font-family: "Jua", sans-serif;
}
.kit-summary ol > li > dl > dd {
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .kit-summary {
    padding-bottom: 60px;
  }
  .kit-summary:before {
    top: -16px;
    height: 16px;
    background-size: auto 16px;
  }
  .kit-summary .summary-top {
    padding-top: 40px;
  }
  .kit-summary .summary-top h4 {
    top: -40px;
    font-size: 16px;
  }
  .kit-summary ol {
    display: block;
    width: 100%;
    margin: 0;
  }
  .kit-summary ol > li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .kit-summary ol > li dl dt {
    font-size: 18px;
  }
  .kit-summary ol > li dl dd {
    font-size: 15px;
    margin-top: 5px;
  }
  .kit-summary ol > li ~ li {
    margin-top: 30px;
  }
}

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

/* 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;
  }
}/*# sourceMappingURL=sub.css.map */