@charset "UTF-8";
/*!
Theme Name: 東京マラソン2025
Theme URI: http://underscores.me/
Author: Heads.Inc
Author URI: -------
Description: 東京マラソン2025 Theme
Version: 1.0.0
License: GNU General Public License v2 or later
/*! --------------------------------------------------------------
　　このCSSファイルは .scssファイルからコンパイルされたものです。
　　直接編集しないように注意してください。a
--------------------------------------------------------------- */
/* 基本設定
============================================================================ */
/* base > color
============================================================================================================ */
/* 基本色一覧*/
/*白*/
/*黒*/
/*灰色*/
/*黄*/
/*赤*/
/*赤*/
/*青*/
/*緑*/
/*金*/
/* mixin
============================================================================ */
/* フォントサイズをremに変換するmixin ($base-font-sizeはbase/_base.scssに)*/
/* フレックスボックス */
/* SCSS メディアクエリ */
/*最後の要素の余白リセット*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

img {
  vertical-align: bottom;
  line-height: 0;
  font-size: 0;
  backface-visibility: hidden;
}

/*-------------------------------------------------------------
display指定class

【only】
.pc-only / .tab-only / .pad-only / .sp-only /.se-only
.pctab-only / .tabsp-only / .sp-none

-------------------------------------------------------------*/
.pc-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only {
    display: none !important;
  }
}
.pc-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pc-only--flex {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only {
    display: none !important;
  }
}
.tab-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .tab-only--flex {
    display: none !important;
  }
}

.pad-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pad-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only {
    display: none !important;
  }
}
.pad-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pad-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pad-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pad-only--flex {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .sp-only {
    display: block !important;
  }
}
.sp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .sp-only--flex {
    display: flex !important;
  }
}

.se-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only {
    display: block !important;
  }
}
.se-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .se-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .se-only--flex {
    display: flex !important;
  }
}

.pctab-only {
  display: block !important;
}
@media (max-width: 1024px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .pctab-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pctab-only {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only {
    display: none !important;
  }
}
.pctab-only--flex {
  display: flex !important;
}
@media (max-width: 1024px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pctab-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .pctab-only--flex {
    display: none !important;
  }
}
@media (max-width: 320px) {
  .pctab-only--flex {
    display: none !important;
  }
}

.tabsp-only {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only {
    display: block !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only {
    display: block !important;
  }
}
.tabsp-only--flex {
  display: none !important;
}
@media (max-width: 1024px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}
@media (max-width: 320px) {
  .tabsp-only--flex {
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
@media (max-width: 320px) {
  .sp-none {
    display: none;
  }
}

/* 共通部分
============================================================================ */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

li {
  list-style: none;
}

ul,
ol,
dl,
p {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  /* ress.cssだとunderlineがつくのを阻止 */
  text-decoration: none;
}

select {
  color: #1A1A1A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1 !important;
  position: relative;
}

table {
  table-layout: fixed;
  /* ress.css用 */
  border-collapse: collapse;
  border-spacing: 0;
}

td input {
  max-width: 100%;
}

i,
em {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

small {
  font-size: 100%;
}
html,
body {
  width: 100%;
  line-height: 2.3333333333;
  color: #1A1A1A;
  font-family: noto-sans-cjk-jp, sans-serif;
  letter-spacing: 0em;
  font-size: 17px;
  font-weight: 400;
  position: relative;
  -webkit-print-color-adjust: exact;
  overflow-x: hidden;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

body {
  opacity: 0;
  pointer-events: none;
}
body.loaded {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 1s;
}

.font-en {
  font-weight: 300;
  font-family: "Josefin Sans", cursive;
}

a {
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: 0.6s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#Wrapper {
  display: flex;
  flex-direction: column;
  background: white;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  #Wrapper {
    border: none;
  }
}

#Footer {
  margin-top: auto;
  height: 100%;
}

img.object_fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.equalspace-1em {
  letter-spacing: 1em;
  text-indent: 1em;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.youtube-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* base > heading
============================================================================================================ */
/* 基本設定 */
h1 {
  font-size: 34px;
  font-size: 2rem;
}
@media (max-width: 767px) {
  h1 {
    font-size: 22px;
    font-size: 1.2941176471rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.7647058824rem;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 1.1764705882rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.4117647059rem;
  font-weight: bold;
}

h4 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  font-weight: bold;
}

h5 {
  font-size: 18px;
  font-size: 1.0588235294rem;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-size: 1.0588235294rem;
}

img.size-auto,
img.size-large,
img.size-full,
img.size-medium {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  border: none;
  border-radius: 0;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px;
}

.wp-caption p.wp-caption-text {
  margin: 0 0 4px;
}

.wp-smiley {
  margin: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
  padding: 50px 10px;
  text-align: center;
  font-weight: bold;
  margin: 50px 0;
}

.comments-area {
  margin: 0 auto 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding: 12px 6px;
  font-weight: bold;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply {
  font-size: 12px;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

.comment-form {
  padding-top: 1.6em;
}

.comment-form label {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  font-weight: 700;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-transform: uppercase;
}

.comment-form #comment,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
  width: 100%;
  max-width: 100%;
  border-radius: 6px;
  padding: 3px;
  border: 1px solid #ccc;
}

.comment-form input[type=submit] {
  margin: 20px auto;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: monospace;
}

.form-submit {
  margin-bottom: 0;
}

/*.required {
	color: #c0392b;
}*/
.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: -3px;
}

.comment-form #wp-comment-cookies-consent {
  margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
}

.editor-content h1 {
  font-size: 36px;
  font-size: 2.1176470588rem;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h1 {
    font-size: 25px;
    font-size: 13.3333333333vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.editor-content h2 {
  font-size: 24px;
  line-height: 1.6666666667;
  color: white;
  background: #00A9FF;
  padding: 8px 7px 7px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .editor-content h2 {
    font-size: 10.5px;
    font-size: 5.6vw;
    padding: 2.1333333333vw 1.8666666667vw 1.8666666667vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}
.editor-content h3 {
  font-size: 18px;
  font-size: 1.0588235294rem;
  padding: 0 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: solid 2px #C1EAFF;
}
@media (max-width: 767px) {
  .editor-content h3 {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    padding: 0 1.0666666667vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
    border-bottom: solid 0.5333333333vw #C1EAFF;
  }
}
.editor-content h4 {
  font-size: 18px;
  font-size: 1.0588235294rem;
  padding: 0 7px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: dashed 2px #1A1A1A;
}
@media (max-width: 767px) {
  .editor-content h4 {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    padding: 0 0.8vw;
    margin-top: 8vw;
    margin-bottom: 8vw;
    border-bottom: dashed 0.5333333333vw #1A1A1A;
  }
}
.editor-content h5 {
  font-size: 22px;
  font-size: 1.2941176471rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h5 {
    font-size: 16px;
    font-size: 8.5333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content h6 {
  font-size: 20px;
  font-size: 1.1764705882rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .editor-content h6 {
    font-size: 15px;
    font-size: 8vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.editor-content p {
  font-size: 17px;
  line-height: 2.0588235294;
}
@media (max-width: 767px) {
  .editor-content p {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
  }
}
.editor-content p strong, .editor-content p b {
  font-weight: bold;
}
.editor-content table {
  width: 100%;
  border: 1px solid #eee;
}
.editor-content table tr th,
.editor-content table tr td {
  padding: 0.5em;
  border: 1px solid #eee;
}
.editor-content table tr th {
  background: white;
  width: 24%;
  max-width: 240px;
  color: red;
}
.editor-content ul, .editor-content ul li {
  list-style: none;
  position: relative;
}
.editor-content ul li {
  padding-left: 17px;
}
@media (max-width: 767px) {
  .editor-content ul li {
    padding-left: 4vw;
  }
}
.editor-content ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.editor-content ol, .editor-content ol li {
  list-style: decimal;
  margin-left: 10px;
}
.editor-content a {
  color: blue;
  text-decoration: underline;
}
.editor-content blockquote {
  background: white;
  max-width: 700px;
  width: 100%;
  padding: 24px 29px;
  margin: 0 auto;
  border: 1px solid #C1EAFF;
}
@media (max-width: 767px) {
  .editor-content blockquote {
    max-width: 100%;
    padding: 4vw 5.0666666667vw 3.7333333333vw;
    border: 0.2666666667vw solid #C1EAFF;
  }
}
.editor-content blockquote cite {
  text-align: right;
  margin-top: 20px;
  display: block;
}
.editor-content pre {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5em;
}
.editor-content .wp-caption {
  width: 100% !important;
}
.editor-content .wp-caption img {
  margin: 0;
}

/* layout
============================================================================ */
/* layout > common
============================================================================================================ */
.common-main {
  width: 100%;
  height: 100%;
  margin-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .common-main {
    margin-top: 16vw;
    padding-bottom: 40vw;
  }
}

.home .common-main {
  margin-top: 0;
}
.page.en .common-main {
  margin-top: 0;
}
/* layout > header
============================================================================== */
.common-header {
  width: 100%;
  height: 80px;
  background: white;
  color: #1A1A1A;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  color: white;
  transition: 0.5s;
  box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.1);
}
@media (max-width: 767px) {
  .common-header {
    height: 16vw;
    box-shadow: 0px 0.8vw 2.6666666667vw rgba(51, 51, 51, 0.1);
  }
}
.common-header.open {
  background: #1A1A1A;
}
.common-header.is-active {
  background: #1A1A1A;
  box-shadow: 0 3px 6px rgba(26, 26, 26, 0.1);
}
.common-header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .common-header__inner {
    padding: 0;
    max-width: auto;
  }
}
.common-header__logo {
  position: relative;
  font-size: 0;
  font-weight: 400;
  width: 125px;
}
@media (max-width: 1024px) {
  .common-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .common-header__logo {
    width: 25.0666666667vw;
  }
}
.common-header__logo a {
  display: block;
  position: relative;
  width: 100%;
}
.common-header__toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  width: 37px;
  height: 32px;
  left: 17px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .common-header__toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .common-header__toggle {
    display: block;
    width: 9.8666666667vw;
    height: 8.5333333333vw;
    left: 4.5333333333vw;
  }
}
.common-header__toggle.open span:first-of-type {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.common-header__toggle.open span:nth-of-type(2) {
  opacity: 0;
}
.common-header__toggle.open span:last-of-type {
  bottom: 50%;
  transform: translateY(50%) rotate(45deg);
}
.common-header__toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00A9FF;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .common-header__toggle span {
    display: block;
  }
}
@media (max-width: 767px) {
  .common-header__toggle span {
    height: 1.0666666667vw;
  }
}
.common-header__toggle span:first-of-type {
  top: 0;
}
.common-header__toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.common-header__toggle span:last-of-type {
  bottom: 0;
}
.common-header__nav {
  max-width: 804px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media (max-width: 1024px) {
  .common-header__nav {
    max-width: 320px;
    display: none;
    height: 100vh;
    position: absolute;
    top: 100%;
    left: 0;
    transform: none;
    width: 100%;
    padding: 40px 50px;
    background-color: rgba(0, 169, 255, 0.9);
  }
}
@media (max-width: 767px) {
  .common-header__nav {
    max-width: 70.6666666667vw;
    height: 100vh;
    padding: 8.5333333333vw 8.8vw;
  }
}
.common-header__menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 1024px) {
  .common-header__menu {
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
  }
}
.common-header__menu > li {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 1100px) {
  .common-header__menu > li {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .common-header__menu > li {
    letter-spacing: 0.11em;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .common-header__menu > li {
    font-size: 9px;
    font-size: 4.8vw;
  }
}
.common-header__menu > li:not(:last-of-type) {
  padding-right: 25px;
  margin-right: 25px;
}
@media (max-width: 1140px) {
  .common-header__menu > li:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1140px) {
  .common-header__menu > li:not(:last-of-type) {
    padding-right: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .common-header__menu > li:not(:last-of-type) {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .common-header__menu > li:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.common-header__menu > li:not(:last-of-type):before {
  opacity: 1;
}
.common-header__menu > li:before {
  content: "";
  width: 2px;
  height: 22px;
  background-color: #C1EAFF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 1024px) {
  .common-header__menu > li:before {
    content: none;
  }
}
.common-header__menu > li a {
  color: #1A1A1A;
  position: relative;
}
@media (max-width: 1024px) {
  .common-header__menu > li a {
    color: white;
  }
}
.common-header__menu > li a:hover {
  color: #00A9FF;
  opacity: 1;
}
@media (max-width: 767px) {
  .common-header__menu > li a:hover {
    color: white;
  }
}
.common-header__menu > li a:hover:after {
  width: 100%;
}
.common-header__menu > li:last-of-type {
  margin-right: 0;
}
.common-header__sns {
  position: absolute;
  top: 50%;
  right: 134px;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .common-header__sns {
    position: relative;
    top: auto;
    right: auto;
    transform: translateY(0%);
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .common-header__sns {
    margin-top: 13.3333333333vw;
  }
}
.common-header__snsList {
  line-height: 1;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.common-header__sns li {
  width: 30px;
  height: 30px;
}
@media (max-width: 1024px) {
  .common-header__sns li {
    line-height: 1;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .common-header__sns li {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.common-header__sns li:first-of-type {
  margin-right: 16px;
}
@media (max-width: 1024px) {
  .common-header__sns li:first-of-type {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .common-header__sns li:first-of-type {
    margin-right: 10.6666666667vw;
  }
}
@media (max-width: 1024px) {
  .common-header__officialInner {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4705882353;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .common-header__officialInner {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.common-header__lang {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.1em;
  width: 114px;
  padding-left: 5px;
  height: 100%;
  background: #00A9FF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .common-header__lang {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 1.4666666667;
    width: 21.8666666667vw;
    padding-left: 1.0666666667vw;
  }
}
.common-header__lang:before {
  content: "/";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.common-header__lang > li {
  color: white;
  padding-bottom: 3px;
  position: relative;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .common-header__lang > li {
    padding-bottom: 0.2666666667vw;
  }
}
.common-header__lang > li:nth-of-type(2) {
  margin-left: 18px;
}
@media (max-width: 767px) {
  .common-header__lang > li:nth-of-type(2) {
    margin-left: 4.2666666667vw;
  }
}
.common-header__lang > li.is-active {
  opacity: 1;
}

/*  layout > footer
============================================================================================================ */
.common-footer {
  position: relative;
  background-color: #00A9FF;
  color: white;
}
.common-footer__inner {
  max-width: 674px;
  width: 100%;
  padding: 42px 0 26px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common-footer__inner {
    max-width: 82.1333333333vw;
    padding: 10.6666666667vw 0 6.4vw;
  }
}
.common-footer__cont {
  width: 100%;
  padding-right: 57px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-footer__cont {
    padding-right: 0;
    justify-content: center;
  }
}
.common-footer__contLeft {
  width: 344px;
}
@media (max-width: 767px) {
  .common-footer__contLeft {
    width: 81.3333333333vw;
    margin: 0 auto;
  }
}
.common-footer__contRight {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .common-footer__contRight {
    justify-content: center;
    align-items: center;
  }
}
.common-footer__contSns {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .common-footer__contSns {
    width: 100%;
    margin-top: 40px;
    justify-content: center;
  }
}
.common-footer__contSns > li {
  line-height: 1;
  width: 35px;
}
@media (max-width: 767px) {
  .common-footer__contSns > li {
    width: 13.3333333333vw;
  }
}
.common-footer__contSns > li a {
  display: block;
}
.common-footer__contSns > li:nth-of-type(2) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .common-footer__contSns > li:nth-of-type(2) {
    margin-left: 10.6666666667vw;
  }
}
.common-footer__contOfficial {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4705882353;
  margin-top: 29px;
}
@media (max-width: 767px) {
  .common-footer__contOfficial {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    margin-top: 10.9333333333vw;
  }
}
.common-footer__nav {
  margin-top: 22px;
}
@media (max-width: 767px) {
  .common-footer__nav {
    margin-top: 8vw;
  }
}
.common-footer__navMenu {
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.common-footer__navMenu li {
  font-size: 13px;
  line-height: 1.4615384615;
}
@media (max-width: 767px) {
  .common-footer__navMenu li {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    text-align: center;
  }
}
.common-footer__navMenu li a {
  position: relative;
}
.common-footer__navMenu li a:hover {
  opacity: 1;
}
.common-footer__navMenu li a:hover:after {
  width: 100%;
}
.common-footer__copyright {
  font-size: 13px;
  line-height: 1.4615384615;
  display: block;
  text-align: center;
  line-height: 1;
  margin-top: 43px;
}
@media (max-width: 767px) {
  .common-footer__copyright {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    margin-top: 2.9333333333vw;
  }
}

/* layout > front page （TOP,HOME）
============================================================================================================ */
/* layout > archive
============================================================================================================ */
.archive-news {
  max-width: 764px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .archive-news {
    max-width: 178.9333333333vw;
  }
}

/* layout > archive-posts
============================================================================================================ */
.archive-posts {
  padding-top: 90px;
}
@media (max-width: 767px) {
  .archive-posts {
    padding-top: 11.7333333333vw;
  }
}
.archive-posts .mod-posts {
  padding-top: 71px;
}
@media (max-width: 1024px) {
  .archive-posts .mod-posts {
    max-width: 674px;
  }
}
@media (max-width: 767px) {
  .archive-posts .mod-posts {
    max-width: 550px;
  }
}
@media (max-width: 670px) {
  .archive-posts .mod-posts {
    max-width: 80.5333333333vw;
  }
}
.archive-posts .mod-posts__item.none {
  display: none;
}
@media (max-width: 1024px) {
  .archive-posts .mod-posts__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .archive-posts .mod-posts__item:nth-of-type(n + 3) {
    margin-top: 8vw;
  }
}
@media (max-width: 767px) {
  .archive-posts .mod-posts__item:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
@media (max-width: 1024px) {
  .archive-posts .mod-posts__item:nth-of-type(3n) {
    margin-right: 11px;
  }
}
@media (max-width: 767px) {
  .archive-posts .mod-posts__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .archive-posts .mod-posts__item:nth-of-type(2n) {
    margin-right: 0;
    margin-left: 22px;
  }
}
@media (max-width: 767px) {
  .archive-posts .mod-posts__item:nth-of-type(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .archive-posts .mod-posts__item:nth-of-type(odd) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .archive-posts .mod-posts__cont {
    width: 550px;
  }
}
@media (max-width: 670px) {
  .archive-posts .mod-posts__cont {
    width: 80.5333333333vw;
  }
}
.archive-posts__btn {
  width: 333px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .archive-posts__btn {
    width: 72vw;
    margin-top: 24vw;
  }
}
.archive-posts__btn .mod-btn {
  padding: 23px 0px 27px;
  pointer-events: all;
  transition: 0.6s;
  cursor: pointer;
  margin: 0;
}
.archive-posts__btn .mod-btn:before {
  width: 28px;
  height: 12px;
  background-image: url(./img/common/arw_posts.svg);
  top: auto;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.8s;
}
.archive-posts__btn .mod-btn:hover:before {
  background-image: url(./img/common/arw_posts-b.svg);
  transition: 0.8s;
}

.archive-post {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .archive-post {
    padding-top: 15.7333333333vw;
  }
}
.archive-post.categoryEn .archive-post__catList > li {
  width: 180px;
}
@media (max-width: 767px) {
  .archive-post.categoryEn .archive-post__catList > li {
    width: 38.4vw;
  }
}
.archive-post.categoryEn .archive-post__catList > li:first-of-type {
  margin-left: 0;
}
.archive-post.categoryEn .archive-post__catList > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .archive-post.categoryEn .archive-post__catList > li > a {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    padding: 2.6666666667vw 0;
  }
}
.archive-post__inner {
  max-width: 758px;
  width: 100%;
  padding-top: 71px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .archive-post__inner {
    max-width: 80.8vw;
    padding-top: 13.6vw;
  }
}
.archive-post__cat.en {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .archive-post__cat.en {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .archive-post__cat.en .archive-post__catList > li > a {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    padding: 2.6666666667vw 0;
  }
}
.archive-post__catTtl {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #00A9FF;
}
@media (max-width: 767px) {
  .archive-post__catTtl {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.4444444444;
  }
}
.archive-post__catList {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .archive-post__catList {
    margin-top: 5.6vw;
  }
}
.archive-post__catList > li {
  width: 180px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .archive-post__catList > li {
    width: 38.4vw;
    margin: 0;
    margin-right: 4vw;
  }
}
.archive-post__catList > li:first-of-type {
  margin-left: 0;
}
.archive-post__catList > li:last-of-type {
  margin-right: 0;
}
@media (max-width: 767px) {
  .archive-post__catList > li:nth-of-type(2n) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .archive-post__catList > li:nth-of-type(n + 3) {
    margin-top: 5.3333333333vw;
  }
}
.archive-post__catList > li a {
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #1A1A1A;
  background: white;
  width: 100%;
  padding: 1px 0 1px;
  border: solid 2px #00A9FF;
  display: block;
  border-radius: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .archive-post__catList > li a {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 1.6vw 0;
    border: solid 0.5333333333vw #00A9FF;
    border-radius: 6.6666666667vw;
  }
}
.archive-post__catList > li a.is-current {
  color: white;
  background: #00A9FF;
}
.archive-post__list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .archive-post__list {
    padding-top: 10.6666666667vw;
  }
}

/* layout > archive-thoughts
============================================================================================================ */
.archive-thoughts {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .archive-thoughts {
    padding-top: 16vw;
  }
}
.archive-thoughts .mod-message {
  margin-top: 62px;
}
@media (max-width: 1024px) {
  .archive-thoughts .mod-message {
    margin-top: 72px;
  }
}
@media (max-width: 767px) {
  .archive-thoughts .mod-message {
    margin-top: 13.6vw;
  }
}
.archive-thoughts__intro {
  max-width: 623px;
  width: 100%;
  padding-top: 64px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: normal;
  flex-direction: column;
}
@media (max-width: 767px) {
  .archive-thoughts__intro {
    line-height: 2.3333333333;
    max-width: 82.6666666667vw;
    padding-top: 11.7333333333vw;
  }
}
.archive-thoughts__intro p {
  width: 100%;
}
.archive-thoughts__intro p.en {
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .archive-thoughts__intro p.en {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
  }
}
.archive-thoughts__intro a {
  text-decoration: underline;
}
.archive-thoughts__intro small {
  font-size: 13px;
  line-height: 1.4615384615;
  width: 100%;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .archive-thoughts__intro small {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2;
    text-align: left;
    padding-left: 3.4666666667vw;
  }
}
.archive-thoughts__intro small.en {
  font-size: 11px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .archive-thoughts__intro small.en {
    font-size: 5.5px;
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 767px) {
  .archive-thoughts__intro small span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.archive-thoughts__list {
  max-width: 768px;
  width: 100%;
  padding-top: 129px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .archive-thoughts__list {
    max-width: 100%;
    padding-top: 13.3333333333vw;
  }
}
.archive-thoughts__list li {
  width: 238px;
  height: 238px;
  margin-right: 27px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .archive-thoughts__list li {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
    margin: 0 auto;
  }
}
.archive-thoughts__list li.none {
  display: none;
}
.archive-thoughts__list li:nth-of-type(n + 4) {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .archive-thoughts__list li:nth-of-type(n + 4) {
    margin-top: 6.4vw;
  }
}
@media (max-width: 767px) {
  .archive-thoughts__list li:nth-of-type(n + 2) {
    margin-top: 6.4vw;
  }
}
@media (max-width: 767px) {
  .archive-thoughts__list li:nth-of-type(2n) {
    margin-right: auto;
  }
}
.archive-thoughts__list li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .archive-thoughts__list li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.archive-thoughts__btn {
  width: 333px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .archive-thoughts__btn {
    width: 72vw;
    margin-top: 24vw;
  }
}
.archive-thoughts__btn .mod-btn {
  padding: 23px 0px 27px;
  pointer-events: all;
  transition: 0.6s;
  cursor: pointer;
  margin: 0;
}
.archive-thoughts__btn .mod-btn:before {
  width: 28px;
  height: 12px;
  background-image: url(./img/common/arw_posts.svg);
  top: auto;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.8s;
}
.archive-thoughts__btn .mod-btn:hover:before {
  background-image: url(./img/common/arw_posts-b.svg);
  transition: 0.8s;
}

/* layout > single
============================================================================================================ */
.single-wrap {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .single-wrap {
    padding-top: 15.7333333333vw;
  }
}

.single-post__inner {
  max-width: 740px;
  width: 100%;
  padding: 65px 0 100px;
  margin: 0 auto;
  border-bottom: solid 1px #C9C9C9;
}
@media (max-width: 767px) {
  .single-post__inner {
    max-width: 84vw;
    padding: 12.2666666667vw 0 13.3333333333vw;
    border-bottom: solid 0.2666666667vw #C9C9C9;
  }
}
.single-post__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.9166666667;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .single-post__heading {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 2.0555555556;
    letter-spacing: 0em;
  }
}
.single-post__info {
  line-height: 1;
  padding-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .single-post__info {
    padding-top: 9.0666666667vw;
    align-items: center;
  }
}
.single-post__cat li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: white;
  background: #00A9FF;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 18px;
}
@media (max-width: 767px) {
  .single-post__cat li {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 3.4666666667vw;
    border-radius: 3.4666666667vw;
  }
}
.single-post__date {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single-post__date {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
  }
}
.single-post__thumb {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .single-post__thumb {
    margin-top: 4.5333333333vw;
  }
}
.single-post__bottom {
  max-width: 758px;
  width: 100%;
  padding-top: 79px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .single-post__bottom {
    max-width: 80.8vw;
    padding-top: 18.4vw;
  }
}
.single-post__bottomTtl {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 22px;
  position: relative;
  left: 0.05em;
}
@media (max-width: 767px) {
  .single-post__bottomTtl {
    font-size: 10px;
    font-size: 5.3333333333vw;
    padding-bottom: 4.5333333333vw;
  }
}
.single-post__bottomTtl:before {
  content: "";
  width: 138px;
  height: 8px;
  background: #00A9FF;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .single-post__bottomTtl:before {
    width: 26.1333333333vw;
    height: 1.6vw;
  }
}
.single-post__bottomRow {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .single-post__bottomRow {
    padding-top: 8vw;
  }
}
.single-post__bottom .mod-btn {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .single-post__bottom .mod-btn {
    margin-top: 16vw;
  }
}

/*  layout > container
============================================================================================================ */
.l-container--1000 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-container--1000 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .l-container--1000 {
    max-width: 184vw;
  }
}

/* layout > contact
============================================================================================================ */
.page-contact__inner {
  max-width: 584px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-contact__inner {
    max-width: 168vw;
  }
}
.page-contact .common-heading {
  margin-bottom: 71px;
}
@media (max-width: 767px) {
  .page-contact .common-heading {
    margin-bottom: 17.3333333333vw;
  }
}
.page-contact__intro {
  font-size: 14px;
  font-size: 0.8235294118rem;
}
@media (max-width: 767px) {
  .page-contact__intro {
    font-size: 6px;
    font-size: 3.2vw;
  }
}
.page-contact__intro a {
  color: blue;
  text-decoration: underline;
}
.page-contact__note {
  font-size: 12px;
  line-height: 1.4166666667;
  display: block;
  margin: 70px 0 20px;
}
@media (max-width: 767px) {
  .page-contact__note {
    font-size: 6px;
    font-size: 3.2vw;
    margin: 16vw 0 6.9333333333vw;
  }
}

.page.confirm .page-contact {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .page.confirm .page-contact {
    padding-top: 15.7333333333vw;
  }
}
.page.confirm .page-contact__inner {
  max-width: 728px;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .page.confirm .page-contact__inner {
    max-width: 82.9333333333vw;
    padding-top: 11.7333333333vw;
  }
}
.page.confirm .page-contact__intro {
  font-size: 17px;
  line-height: 2.2941176471;
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .page.confirm .page-contact__intro {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2.3333333333;
    margin-bottom: 10.4vw;
  }
}

.page.thanks .page-contact {
  padding-top: 92px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact {
    padding-top: 15.7333333333vw;
  }
}
.page.thanks .page-contact__thanksLogo {
  width: 350px;
  margin: 0 auto 43px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__thanksLogo {
    width: 64vw;
    margin-bottom: 11.4666666667vw;
  }
}
.page.thanks .page-contact__inner {
  max-width: 494px;
  padding-top: 71px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__inner {
    max-width: 88vw;
    padding-top: 13.6vw;
  }
}
.page.thanks .page-contact__intro {
  font-size: 17px;
  text-align: center;
  line-height: 2.2941176471;
  margin-bottom: 63px;
}
@media (max-width: 767px) {
  .page.thanks .page-contact__intro {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2.3333333333;
    margin-bottom: 16.8vw;
  }
}

/*  layout > form
============================================================================================================ */
.form__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .form__row {
    align-items: flex-start;
  }
}
.form__row:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .form__row:nth-of-type(n + 2) {
    margin-top: 6.6666666667vw;
  }
}
.form__row.mail {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .form__row.mail {
    margin-top: 6.4vw;
  }
}
.form__row.mail_confirm {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .form__row.mail_confirm {
    margin-top: 6.4vw;
  }
}
.form__row.story_category .form__col:nth-of-type(2) {
  padding-top: 6px;
}
@media (max-width: 767px) {
  .form__row.story_category .form__col:nth-of-type(2) {
    padding-top: 1.0666666667vw;
  }
}
.form__row.question .form__col:first-of-type {
  padding-top: 0;
  margin-top: -5px;
}
@media (max-width: 767px) {
  .form__row.question .form__col:first-of-type {
    margin-top: 0;
  }
}
.form__row.file .form__col:first-of-type {
  font-size: 15px;
  line-height: 2;
  padding-top: 0;
}
@media (max-width: 767px) {
  .form__row.file .form__col:first-of-type {
    font-size: 7.5px;
    font-size: 4vw;
    margin-bottom: 1.3333333333vw;
  }
}
.form__row.kinds .form__col:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
}
.form__row.content {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .form__row.content {
    margin-top: 7.4666666667vw;
  }
}
.form__row.check {
  margin-top: 57px;
  justify-content: center;
}
@media (max-width: 767px) {
  .form__row.check {
    margin-top: 10.6666666667vw;
  }
}
.form__row.check .form__check input[type=checkbox] {
  cursor: pointer;
}
.form__row.check .form__check input[type=checkbox] + .mwform-checkbox-field-text:before {
  width: 20px;
  height: 20px;
  background: white;
  margin-right: 10px;
  border: solid 1px #D6D6D6;
  border-radius: 0px;
}
@media (max-width: 767px) {
  .form__row.check .form__check input[type=checkbox] + .mwform-checkbox-field-text:before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 2.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
.form__row.check .form__check input[type=checkbox] + .mwform-checkbox-field-text:after {
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url(./img/common/icn_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px;
  top: 2px;
  left: 2px;
}
@media (max-width: 767px) {
  .form__row.check .form__check input[type=checkbox] + .mwform-checkbox-field-text:after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 0.5333333333vw;
    left: 0.5333333333vw;
  }
}
.form__row.check .form__check .mwform-checkbox-field-text {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .form__row.check .form__check .mwform-checkbox-field-text {
    font-size: 6px;
    font-size: 3.2vw;
  }
}
.form__row.check .form__check .mwform-checkbox-field-text > a {
  text-decoration: underline;
}
.form__txt {
  font-size: 13px;
  line-height: 1.9230769231;
}
@media (max-width: 767px) {
  .form__txt {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.form__col:first-of-type {
  font-size: 14px;
  line-height: 2.1428571429;
  width: 231px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .form__col:first-of-type {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.2666666667vw;
  }
}
.form__col:first-of-type p {
  font-size: 13px;
  line-height: 1.7692307692;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .form__col:first-of-type p {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
    margin-top: 0;
    margin-bottom: 0.8vw;
  }
}
.form__col:nth-of-type(2) {
  font-size: 14px;
  line-height: 2.1428571429;
  width: 503px;
}
@media (max-width: 767px) {
  .form__col:nth-of-type(2) {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
    width: 100%;
  }
}
.form__col:nth-of-type(2) p {
  font-size: 13px;
  line-height: 1.9230769231;
  color: #969696;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .form__col:nth-of-type(2) p {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1.8461538462;
  }
}
.form__note {
  font-size: 14px;
  font-size: 0.8235294118rem;
  display: block;
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .form__note {
    font-size: 7px;
    font-size: 3.7333333333vw;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 8vw;
  }
}
.form__note a {
  color: blue;
  text-decoration: underline;
}
.form__btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  align-content: normal;
  flex-direction: row;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .form__btn {
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 10.6666666667vw;
  }
}
.form__btn-col {
  transition: 0.6s;
  cursor: pointer;
}
.form__btn-col.submit {
  margin-top: 0;
}
.form__btn-col.back {
  margin-top: 0;
}
.form__btn-col.back:before {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}

/* layout > privacy-policy
============================================================================================================ */
.page-privacy {
  max-width: 764px;
  width: 100%;
  padding-top: 150px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-privacy {
    max-width: 184vw;
    padding-top: 44vw;
  }
}
.page-privacy h1 {
  font-size: 32px;
  font-size: 1.8823529412rem;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page-privacy h1 {
    font-size: 26px;
    font-size: 13.8666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.page-privacy h1 + h2 {
  margin-top: 0;
}
.page-privacy h2 {
  font-size: 22px;
  font-size: 1.2941176471rem;
  margin: 50px 0 5px;
}
@media (max-width: 767px) {
  .page-privacy h2 {
    font-size: 20px;
    font-size: 10.6666666667vw;
    margin: 13.3333333333vw 0 2.1333333333vw;
  }
}
.page-privacy ul {
  font-size: 15px;
  font-size: 0.8823529412rem;
  padding-left: 1.35em;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .page-privacy ul {
    font-size: 13px;
    font-size: 6.9333333333vw;
    display: inline-block;
    text-align: left;
    padding-left: 1.55em;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ul li {
  list-style: disc;
}
.page-privacy ol {
  padding-left: 1em;
  margin: 15px 0;
}
@media (max-width: 767px) {
  .page-privacy ol {
    font-size: 12px;
    font-size: 6.4vw;
    display: inline-block;
    text-align: left;
    line-height: 1.75;
    margin: 5.3333333333vw 0;
  }
}
.page-privacy ol li {
  list-style: inherit;
}
.page-privacy ol li > ol {
  padding-left: 2em;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .page-privacy ol li > ol {
    margin: 4vw 0 6.6666666667vw;
  }
}
.page-privacy ol li > ol li {
  list-style-type: cjk-ideographic;
}
.page-privacy p.last {
  text-align: right;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page-privacy p.last {
    margin-top: 26.6666666667vw;
  }
}
.page-privacy p a {
  color: blue;
  word-break: break-all;
}
.page-privacy p a:hover {
  text-decoration: underline;
}

/* layout > coming-soon
============================================================================================================ */
.page-comingsoon {
  width: 100vw;
  height: 100vh;
  background-color: white;
  padding-top: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .page-comingsoon {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .page-comingsoon.en .page-comingsoon__cont {
    transform: translate(-50%, -58.5%);
  }
}
.page-comingsoon.en .page-comingsoon__contDate.low {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-comingsoon.en .page-comingsoon__contDate.low {
    margin-top: 1.0666666667vw;
  }
}
.page-comingsoon__cont {
  width: 348px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-comingsoon__cont {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54.5%);
  }
}
.page-comingsoon__contImg {
  width: 214px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-comingsoon__contImg {
    width: 45.3333333333vw;
  }
}
.page-comingsoon__contMeta {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .page-comingsoon__contMeta {
    margin-top: 5.0666666667vw;
  }
}
.page-comingsoon__contDate {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4857142857;
  margin-top: 3px;
  color: #00A9FF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .page-comingsoon__contDate {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
    margin-top: 1.0666666667vw;
  }
}
.page-comingsoon__contDate span {
  font-size: 20px;
  line-height: 1.45;
  margin: 10px 4px 0px;
}
@media (max-width: 767px) {
  .page-comingsoon__contDate span {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    margin: 2.1333333333vw 1.3333333333vw 0;
  }
}
.page-comingsoon__contDate span:nth-of-type(3) {
  margin-right: 14px;
}
@media (max-width: 767px) {
  .page-comingsoon__contDate span:nth-of-type(3) {
    margin-right: 3.2vw;
  }
}
.page-comingsoon__contDate span:last-of-type {
  margin-right: 0;
}
.page-comingsoon__contTxt {
  font-size: 19px;
  font-weight: 400;
  line-height: 2.1578947368;
  text-align: center;
}
@media (max-width: 767px) {
  .page-comingsoon__contTxt {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 2.1875;
  }
}
.page-comingsoon__contTxt.low {
  margin-top: 12px;
}
@media (max-width: 767px) {
  .page-comingsoon__contTxt.low {
    margin-top: 2.9333333333vw;
  }
}

/* layout > 404
============================================================================================================ */
.page-404 {
  padding: 92px 0 0;
}
@media (max-width: 767px) {
  .page-404 {
    padding: 35.2vw 0 0;
  }
}
.page-404 h2 {
  font-size: 30px;
  font-size: 1.7647058824rem;
  text-align: center;
  line-height: 1;
  color: #1A1A1A;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-404 h2 {
    font-size: 11px;
    font-size: 5.8666666667vw;
    margin-bottom: 6.1333333333vw;
  }
}
.page-404 h3 {
  font-size: 22px;
  font-size: 1.2941176471rem;
  text-align: center;
  color: #1A1A1A;
  line-height: 1;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .page-404 h3 {
    font-size: 9.5px;
    font-size: 5.0666666667vw;
    line-height: 1.7105263158;
    margin-bottom: 9.3333333333vw;
  }
}
.page-404__icn {
  max-width: 360px;
  margin: 0 auto 21px;
}
@media (max-width: 767px) {
  .page-404__icn {
    max-width: 64vw;
    margin-bottom: 14.4vw;
  }
}
.page-404__info {
  font-size: 14px;
  font-size: 0.8235294118rem;
  max-width: 489px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-404__info {
    font-size: 7.5px;
    font-size: 4vw;
    max-width: 83.7333333333vw;
  }
}
.page-404__info a {
  text-decoration: underline;
  text-underline-offset: 1px;
}

/* module
============================================================================ */
/* module > Page Title
============================================================================ */
.mod-heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #605F5F;
  text-align: center;
}
@media (max-width: 767px) {
  .mod-heading {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.mod-heading.is-show span.font-en .headingLine:before {
  width: 100%;
}
.mod-heading.is-show span.font-en .headingLine:after {
  width: 50%;
}
.mod-heading span.font-en {
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1;
  color: #1A1A1A;
  margin-bottom: 45px;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .mod-heading span.font-en {
    font-size: 16px;
    font-size: 8.5333333333vw;
    margin-bottom: 9.0666666667vw;
  }
}
.mod-heading span.font-en:before {
  content: "";
  width: 0px;
  height: 8px;
  background: url(./img/common/parts_heading.svg) center/cover no-repeat;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .mod-heading span.font-en:before {
    height: 1.6vw;
    bottom: -0.5333333333vw;
  }
}
.mod-heading span.font-en .headingLine {
  width: 276px;
  height: 8px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mod-heading span.font-en .headingLine {
    width: 52vw;
    height: 1.6vw;
    bottom: -5.0666666667vw;
  }
}
.mod-heading span.font-en .headingLine:before {
  content: "";
  width: 0%;
  height: 100%;
  background: #C1EAFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition-duration: 0.6s;
  transition-timing-function: linear;
}
.mod-heading span.font-en .headingLine:after {
  content: "";
  width: 0%;
  height: 100%;
  background: #00A9FF;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  transition-duration: 0.3s;
  transition-delay: 0.292s;
  transition-timing-function: linear;
}

/* module > form
============================================================================ */
/*////////////////////////// 基本スタイル //////////////////////////*/
input[type=text], input[type=email], input[type=tel], select, textarea {
  font-size: 14px;
  line-height: 2.1428571429;
  width: 100%;
  padding: 4px 7px;
  min-height: auto;
  outline: none;
  background: white;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  vertical-align: bottom;
}
input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown, select:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #aaa;
}
input[type=text]:placeholder-shown, input[type=email]:placeholder-shown, input[type=tel]:placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=tel]:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}
@media (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], select, textarea {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
    padding: 0.2666666667vw 3.7333333333vw 0.5333333333vw;
  }
}

/*////////////////////////// テキストエリア //////////////////////////*/
textarea {
  height: 190px;
}
@media (max-width: 767px) {
  textarea {
    height: 40vw;
  }
}

/*////////////////////////// セレクトボックス //////////////////////////*/
select {
  height: 39px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
  position: relative;
  background-image: url("./img/common/arw_select.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center right 10px;
  box-sizing: border-box;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

/*////////////////////////// ラジオボタン //////////////////////////*/
.mw_wp_form .mwform-radio-field.horizontal-item {
  display: inline-block;
  position: relative;
  margin-right: 26px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-radio-field.horizontal-item {
    font-size: 7px;
    font-size: 3.7333333333vw;
    margin-right: 4.8vw;
  }
}
.mw_wp_form .mwform-radio-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item:last-of-type {
  margin-right: 0;
}
.mw_wp_form .mwform-radio-field-text {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.mw_wp_form input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid #D6D6D6;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
@media (max-width: 767px) {
  .mw_wp_form input[type=radio] + .mwform-radio-field-text:before {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    border-width: 0.2666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
@media (max-width: 767px) {
  .mw_wp_form input[type=radio]:checked + .mwform-radio-field-text:before {
    box-shadow: inset 0 0 0 1.0666666667vw white;
  }
}
.mw_wp_form input[type=radio]:focus + .mwform-radio-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text:empty:before {
  margin-right: 0;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin-right: 8vw;
  }
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item:first-of-type {
  margin-left: 0;
}

.wpcf7-radio .wpcf7-list-item-label {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  font-size: 14px;
  font-size: 0.8235294118rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .wpcf7-radio .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}
.wpcf7-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  background: white;
  border-radius: 50%;
  border: 1px solid black;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #3197EE;
  box-shadow: inset 0 0 0 2px white;
}
.wpcf7-radio input[type=radio]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-radio input[type=radio] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/*///////////////// チェックボックス //////////////////////////*/
.mw_wp_form .mwform-checkbox-field.horizontal-item {
  display: block;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .mwform-checkbox-field.horizontal-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
.mw_wp_form .mwform-checkbox-field-text {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-checkbox-field-text {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.mw_wp_form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
  content: "";
  display: inline-block;
  background: white;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}
@media (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 17px;
  background: #3197EE;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text:after {
  opacity: 1;
}
.mw_wp_form input[type=checkbox]:focus + .mwform-checkbox-field-text:before {
  outline: none;
  border-color: #3197EE;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text:empty:before {
  margin-right: 0;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .wpcf7-form .wpcf7-checkbox .wpcf7-list-item:nth-of-type(n + 2) {
    margin-top: 8vw;
  }
}
.wpcf7-form .wpcf7-list-item-label {
  font-size: 14px;
  font-size: 0.8235294118rem;
  line-height: 1.5;
  font-weight: 300;
}
@media (max-width: 767px) {
  .wpcf7-form .wpcf7-list-item-label {
    font-size: 15px;
    font-size: 8vw;
    line-height: 1.5;
  }
}
.wpcf7-form input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  display: inline-block;
  background: white;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  margin-right: 18px;
  cursor: pointer;
  transition: all 250ms ease;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 4vw;
    margin-right: 6.4vw;
  }
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  z-index: 1;
  width: 20px;
  height: 17px;
  background: #3197EE;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:after {
    top: 3.2vw;
    left: 2.4vw;
    width: 8.5333333333vw;
    height: 7.2vw;
    border-radius: 4vw;
  }
}
.wpcf7-form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-form input[type=checkbox]:focus + .wpcf7-list-item-label:before {
  outline: none;
  border-color: #3197EE;
}
.wpcf7-form input[type=checkbox] + .wpcf7-list-item-label:empty:before {
  margin-right: 0;
}

/*////////////////////////// ファイル添付 //////////////////////////*/
.mw_wp_form .form__row.file input[type=file] {
  display: none;
}
.mw_wp_form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.mw_wp_form .form__row.file .form__col .file_name {
  display: inline-block;
  word-break: break-all;
  line-height: 1.2;
  max-width: 40%;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .mw_wp_form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.mw_wp_form .form__row.file .mw-wp-form_file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.mw_wp_form .file_label {
  font-size: 13px;
  line-height: 1.4615384615;
  color: #707070;
  display: block;
  width: 203px;
  padding: 10px 0 9px;
  min-height: auto;
  border-radius: 25px;
  border: 1px solid #D6D6D6;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.mw_wp_form .file_label:-moz-placeholder-shown {
  color: #707070;
}
.mw_wp_form .file_label:placeholder-shown {
  color: #707070;
}
.mw_wp_form .file_label::-webkit-input-placeholder {
  color: #707070;
}
.mw_wp_form .file_label:-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.mw_wp_form .file_label::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
.mw_wp_form .file_label:-ms-input-placeholder {
  color: #707070;
}
@media (max-width: 767px) {
  .mw_wp_form .file_label {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    width: 54.1333333333vw;
    padding: 1.8666666667vw 3.7333333333vw;
    border-radius: 4vw;
  }
}
.mw_wp_form .mwform-file-delete {
  margin-left: 15px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mw_wp_form .mwform-file-delete {
    margin-left: 8vw;
    margin-right: 5.3333333333vw;
  }
}

.mw_wp_form_confirm .file_label {
  display: none;
}

.wpcf7-form .form__row.file input[type=file] {
  display: none;
}
.wpcf7-form .form__row.file .form__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.wpcf7-form .form__row.file .form__col .file_name {
  display: inline-block;
  word-break: break-all;
  line-height: 1.2;
  max-width: 40%;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .wpcf7-form .form__row.file .form__col .file_name {
    max-width: 60%;
    margin-top: 5.3333333333vw;
    margin-left: 0;
  }
}
.wpcf7-form .form__row.file a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wpcf7-form .file_label {
  font-size: 16px;
  font-size: 0.9411764706rem;
  display: block;
  width: 172px;
  padding: 2px 7px;
  min-height: auto;
  border-radius: 10px;
  outline: none;
  text-align: center;
  background: #ddd;
  cursor: pointer;
}
.wpcf7-form .file_label:-moz-placeholder-shown {
  color: #aaa;
}
.wpcf7-form .file_label:placeholder-shown {
  color: #aaa;
}
.wpcf7-form .file_label::-webkit-input-placeholder {
  color: #aaa;
}
.wpcf7-form .file_label:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
.wpcf7-form .file_label:-ms-input-placeholder {
  color: #aaa;
}
@media (max-width: 767px) {
  .wpcf7-form .file_label {
    font-size: 14px;
    font-size: 7.4666666667vw;
    padding: 0 3.7333333333vw;
    border-radius: 4vw;
  }
}

.page-contact.confirm .file_label {
  display: none;
}

/*////////////////////////// ボタン //////////////////////////*/
input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

/*////////////////////////// 入力画面・確認画面 //////////////////////////*/
.mw_wp_form_input .error {
  font-size: 13px;
  line-height: 1.9230769231;
  width: 100%;
}
@media (max-width: 767px) {
  .mw_wp_form_input .error {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.mw_wp_form_input .form__btn-col:first-of-type {
  display: none;
}

.mw_wp_form_confirm .form__row {
  margin-top: 29px;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__row {
    margin-top: 5.6vw;
  }
}
.mw_wp_form_confirm .form__row.mail_confirm {
  display: none;
}
.mw_wp_form_confirm .form__row.story_category .form__col:nth-of-type(2) {
  padding-top: 0;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__row.file .form__col:first-of-type {
    margin-bottom: 0;
  }
}
.mw_wp_form_confirm .form__row.file .form__col:nth-of-type(2) br {
  display: none;
}
.mw_wp_form_confirm .form__row.check {
  display: none;
}
.mw_wp_form_confirm .form__row.content {
  display: none;
}
.mw_wp_form_confirm .form__col:first-of-type {
  font-size: 15px;
  line-height: 2;
  width: 160px;
  padding-top: 0;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__col:first-of-type {
    font-size: 7.5px;
    font-size: 4vw;
    width: 100%;
  }
}
.mw_wp_form_confirm .form__col:first-of-type p {
  display: none;
}
.mw_wp_form_confirm .form__col:nth-of-type(2) {
  font-size: 15px;
  line-height: 2;
  width: 517px;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__col:nth-of-type(2) {
    font-size: 7.5px;
    font-size: 4vw;
    width: 100%;
  }
}
.mw_wp_form_confirm .form__col:nth-of-type(2) p {
  display: none;
}
.mw_wp_form_confirm .form__btn {
  width: 666px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__btn {
    width: 72vw;
    margin-top: 16vw;
  }
}
.mw_wp_form_confirm .form__btn-col.btn__more {
  margin: 0;
}
.mw_wp_form_confirm .form__btn-col:first-of-type {
  display: block;
  background: #C1EAFF;
}
@media (max-width: 767px) {
  .mw_wp_form_confirm .form__btn-col.back {
    margin-top: 8vw;
  }
}
.mw_wp_form_confirm .form__note {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/* module > btn
============================================================================ */
.mod-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: white;
  background: #00A9FF;
  width: 308px;
  padding: 16px 0;
  margin: 0 auto;
  display: block;
  position: relative;
  border-radius: 90px;
}
@media (max-width: 767px) {
  .mod-btn {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    width: 72vw;
    padding: 4vw 0;
    border-radius: 24vw;
  }
}
.mod-btn:hover {
  color: #1A1A1A;
  background: #C1EAFF;
  opacity: 1;
}
.mod-btn:hover:before {
  opacity: 0;
  transition-duration: 0.6s;
}
.mod-btn:hover:after {
  opacity: 1;
  transition-duration: 0.6s;
}
.mod-btn:before {
  content: "";
  width: 32px;
  height: 12px;
  background: url(./img/common/icn_btn-arrow.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-68%);
  transition-duration: 0.6s;
}
@media (max-width: 767px) {
  .mod-btn:before {
    width: 8.5333333333vw;
    height: 2.6666666667vw;
    background: url(./img/common/icn_btn-arrow-sp.svg) center/contain no-repeat;
    right: 4vw;
    transform: translateY(-70%);
  }
}
.mod-btn:after {
  content: "";
  width: 32px;
  height: 12px;
  background: url(./img/common/icn_btn-arrow-b.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-68%);
  transition-duration: 0.6s;
  opacity: 0;
}
@media (max-width: 767px) {
  .mod-btn:after {
    width: 8.5333333333vw;
    height: 2.6666666667vw;
    background: url(./img/common/icn_btn-arrow-b-sp.svg) center/contain no-repeat;
    right: 4vw;
    transform: translateY(-70%);
  }
}
.mod-btn.back:before {
  left: 18px;
  right: auto;
  transform: translateY(-68%) rotateY(180deg);
}
@media (max-width: 767px) {
  .mod-btn.back:before {
    left: 5.0666666667vw;
    transform: translateY(-70%) rotateY(180deg);
  }
}
.mod-btn.back:after {
  left: 18px;
  right: auto;
  transform: translateY(-68%) rotateY(180deg);
}
@media (max-width: 767px) {
  .mod-btn.back:after {
    left: 5.0666666667vw;
    transform: translateY(-70%) rotateY(180deg);
  }
}
.mod-btn.infinite {
  font-size: 20px;
  line-height: 1.45;
  width: 344px;
  padding: 16px 0 34px;
  margin-top: 70px;
  transition: 0.6s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mod-btn.infinite {
    font-size: 9px;
    font-size: 4.8vw;
    line-height: 1.5;
    width: 72vw;
    padding: 3.2vw 0 6.4vw;
    margin-top: 16vw;
  }
}
.mod-btn.infinite:before {
  width: 28px;
  height: 12px;
  background: url(./img/common/icn_infinite-btn-arrow.svg) center/cover no-repeat;
  top: auto;
  bottom: 12px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mod-btn.infinite:before {
    width: 5.8666666667vw;
    height: 2.4vw;
    bottom: 2.4vw;
  }
}
.mod-btn.infinite:after {
  width: 28px;
  height: 12px;
  background: url(./img/common/icn_infinite-btn-arrow-b.svg) center/cover no-repeat;
  top: auto;
  bottom: 12px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mod-btn.infinite:after {
    width: 5.8666666667vw;
    height: 2.4vw;
    bottom: 2.4vw;
  }
}

/* module > modal
============================================================================ */
.mod-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.mod-modal__overlay {
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.7);
}
.mod-modal__img {
  width: 550px;
  height: 550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: visible;
}
@media (max-width: 767px) {
  .mod-modal__img {
    width: 80vw;
    height: 80vw;
  }
}
.mod-modal__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-modal__arw {
  width: 32px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .mod-modal__arw {
    width: 3.7333333333vw;
    height: 6.9333333333vw;
  }
}
.mod-modal__arw:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./img/top/icn_arw-modal.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
@media (max-width: 767px) {
  .mod-modal__arw:before {
    top: 0;
  }
}
.mod-modal__arw:after {
  display: none;
}
.mod-modal__arw.prev {
  left: -62px;
}
@media (max-width: 767px) {
  .mod-modal__arw.prev {
    left: -6.9333333333vw;
  }
}
.mod-modal__arw.next {
  right: -62px;
}
@media (max-width: 767px) {
  .mod-modal__arw.next {
    right: -6.9333333333vw;
  }
}
.mod-modal__arw.next:before {
  transform: rotate(180deg);
}

/* module > infinite scroll （Page Navi）
============================================================================ */
.scroller-status {
  display: none;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .scroller-status {
    margin-top: 16vw;
  }
}

.infinite-scroll-request {
  animation: scroll-request 1.1s infinite linear;
  border-radius: 50%;
  height: 48px;
  margin: auto;
  width: 48px;
}

@keyframes scroll-request {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infinite-scroll-last,
.infinite-scroll-error {
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .infinite-scroll-last,
  .infinite-scroll-error {
    font-size: 12px;
    font-size: 6.4vw;
  }
}

.archives__gallery--infinite-scroll {
  text-align: center;
}

/* module > loading
============================================================================ */
.mod-loading {
  width: 100vw;
  height: 100vh;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.mod-loading__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%);
}
@media (max-width: 767px) {
  .mod-loading__row {
    transform: translate(-62%, -60%);
  }
}
.mod-loading__rowLeft {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4761904762;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .mod-loading__rowLeft {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
  }
}
.mod-loading__rowRight {
  width: 29px;
  height: 119px;
  margin-left: 70px;
  transform: rotate(-90deg);
  margin-top: 3px;
}
@media (max-width: 767px) {
  .mod-loading__rowRight {
    width: 6.6666666667vw;
    height: 27.7333333333vw;
    margin-left: 14.9333333333vw;
    margin-top: 0.8vw;
  }
}
.mod-loading__rowRight.is-start .mod-footprints__item {
  opacity: 1;
  transition-duration: 0.6s;
}
.mod-loading__rowRight.is-start .mod-footprints__item.item1 {
  transition-delay: 0.2s;
}
.mod-loading__rowRight.is-start .mod-footprints__item.item2 {
  transition-delay: 0.4s;
}
.mod-loading__rowRight.is-start .mod-footprints__item.item3 {
  transition-delay: 0.6s;
}
.mod-loading__rowRight.is-start .mod-footprints__item.item4 {
  transition-delay: 0.8s;
}
.mod-loading__rowRight.is-start .mod-footprints__item.item5 {
  transition-delay: 1s;
}
.mod-loading__rowRight .mod-footprints__item {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}
.mod-loading__rowRight svg {
  width: 100%;
  height: 100%;
}
.mod-loading__rowRight svg g path {
  fill: #00A9FF;
}

/*  module > breadcrumbs
============================================================================================================ */
/* module > pagination （WP-Pagenavi）
============================================================================ */
.wp-pagenavi {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .wp-pagenavi {
    max-width: 87.4666666667vw;
    width: 100%;
    margin: 13.8666666667vw auto 0;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 16px;
  line-height: 1;
  width: 36px;
  height: 36px;
  margin: 0 4px;
  background: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  border: solid 3px #00A9FF;
  position: relative;
}
@media (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 8px;
    font-size: 4.2666666667vw;
    width: 9.6vw;
    height: 9.6vw;
    margin: 2.1333333333vw 1.0666666667vw 0;
    border: solid 0.8vw #00A9FF;
  }
}
.wp-pagenavi span.current {
  color: white;
  background: #00A9FF;
}
.wp-pagenavi span.extend {
  width: 26px;
  margin: 0;
  border: none;
}
@media (max-width: 767px) {
  .wp-pagenavi span.extend {
    width: 6.9333333333vw;
  }
}
.wp-pagenavi a.nextpostslink {
  font-size: 0;
}
.wp-pagenavi a.nextpostslink:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(./img/common/arw_pagenation.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .wp-pagenavi a.nextpostslink:before {
    width: 3.7333333333vw;
    height: 4.8vw;
  }
}
.wp-pagenavi a.previouspostslink {
  font-size: 0;
}
.wp-pagenavi a.previouspostslink:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(./img/common/arw_pagenation.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 767px) {
  .wp-pagenavi a.previouspostslink:before {
    width: 3.7333333333vw;
    height: 4.8vw;
  }
}
.wp-pagenavi a.first {
  width: 73px;
}
.wp-pagenavi a.first:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(./img/common/arw_pagenation.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  .wp-pagenavi a.first:before {
    width: 3.7333333333vw;
    height: 4.8vw;
  }
}
.wp-pagenavi a.last {
  width: 73px;
}
@media (max-width: 767px) {
  .wp-pagenavi a.last {
    width: 19.4666666667vw;
  }
}
.wp-pagenavi a.last:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(./img/common/arw_pagenation.svg) center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .wp-pagenavi a.last:before {
    width: 3.7333333333vw;
    height: 4.8vw;
  }
}

/* module > post
============================================================================ */
.mod-post {
  max-width: 242px;
  width: 100%;
  background: white;
  margin-right: 16px;
  border: solid 1px #969696;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .mod-post {
    max-width: 100%;
    margin-right: 0;
    border: solid 0.2666666667vw #969696;
  }
}
.mod-post:before {
  content: "";
  width: 100vw;
  height: 5px;
  background: #C1EAFF;
  position: absolute;
  top: 50%;
  right: calc(100% + 1px);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .mod-post:before {
    width: 1.3333333333vw;
    height: 10.6666666667vw;
    background: #00A9FF;
    top: auto;
    bottom: calc(100% + 0.2666666667vw);
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.mod-post:nth-of-type(3n) {
  margin: 0;
}
.mod-post:nth-of-type(3n):before {
  left: calc(100% + 1px);
  right: auto;
}
@media (max-width: 767px) {
  .mod-post:nth-of-type(3n):before {
    left: 50%;
  }
}
.mod-post:nth-of-type(3n + 2):before {
  width: calc(100% + 34px);
  background: #00A9FF;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .mod-post:nth-of-type(3n + 2):before {
    width: 1.3333333333vw;
    height: 10.6666666667vw;
    top: auto;
    bottom: calc(100% + 0.2666666667vw);
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .mod-post:first-of-type:before {
    display: none;
  }
}
.mod-post:last-of-type {
  margin-right: 0;
}
.mod-post:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mod-post:nth-of-type(n + 4) {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .mod-post:nth-of-type(n + 2) {
    margin-top: 10.6666666667vw;
  }
}
.mod-post__bg {
  width: 100%;
  height: 100%;
  display: block;
  background: white;
  position: absolute;
  z-index: 1;
}
.mod-post > a {
  width: 100%;
  height: 100%;
  background: white;
  padding: 15px 11px;
  display: block;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .mod-post > a {
    padding: 5.0666666667vw 4vw;
  }
}
.mod-post__thumb {
  height: 145px;
}
@media (max-width: 767px) {
  .mod-post__thumb {
    height: 48.2666666667vw;
  }
}
.mod-post__cont {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .mod-post__cont {
    padding-top: 3.2vw;
  }
}
.mod-post__ttl {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7857142857;
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media (max-width: 767px) {
  .mod-post__ttl {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
  }
}
.mod-post__info {
  line-height: 1;
  padding-top: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .mod-post__info {
    padding-top: 4.5333333333vw;
  }
}
.mod-post__date {
  font-size: 15px;
}
@media (max-width: 767px) {
  .mod-post__date {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
  }
}
.mod-post__cat li {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  background: #00A9FF;
  padding: 7px 13px 6px;
  display: inline-block;
  border-radius: 13px;
}
@media (max-width: 767px) {
  .mod-post__cat li {
    font-size: 7px;
    font-size: 3.7333333333vw;
    padding: 1.8666666667vw 3.4666666667vw;
    border-radius: 3.4666666667vw;
  }
}

/* module > posts
============================================================================ */
.mod-posts {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  margin: 0 auto;
}
.mod-posts.low {
  margin-top: 34px;
}
@media (max-width: 767px) {
  .mod-posts.low {
    margin-top: 21.3333333333vw;
  }
}
.mod-posts__item {
  width: auto;
  position: relative;
  margin-right: 11px;
  z-index: 5;
}
.mod-posts__item:nth-of-type(3n) {
  margin-right: 0;
}
.mod-posts__item:nth-of-type(n + 4) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mod-posts__item:nth-of-type(n + 4) {
    margin-top: 8vw;
  }
}
.mod-posts__item.x .mod-posts__inner {
  border-radius: 13px;
}
@media (max-width: 767px) {
  .mod-posts__item.x .mod-posts__inner {
    border-radius: 3.4666666667vw;
  }
}
.mod-posts__item.x .mod-posts__inner:before {
  border-radius: 13px;
}
@media (max-width: 767px) {
  .mod-posts__item.x .mod-posts__inner:before {
    border-radius: 3.4666666667vw;
  }
}
.mod-posts__item.x .twitter-tweet {
  max-width: 100% !important;
  margin: 0 auto !important;
}
.mod-posts__item.x .twitter-tweet .r-vakc41 {
  max-width: 100% !important;
}
.mod-posts__inner {
  background-color: white;
  position: relative;
  overflow: hidden;
}
.mod-posts__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #CBD3D9;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
  z-index: 5;
}
@media (max-width: 767px) {
  .mod-posts__inner:before {
    border: solid 0.2666666667vw #CBD3D9;
  }
}
.mod-posts__cont {
  width: 326px;
  height: 474px;
  overflow-y: scroll;
  overflow-x: none;
  position: relative;
}
@media (max-width: 767px) {
  .mod-posts__cont {
    width: 81.6vw;
    max-height: 117.3333333333vw;
    height: auto;
  }
}
.mod-posts__cont::-webkit-scrollbar {
  display: none;
}
.mod-posts__cont iframe {
  min-width: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  border: none !important;
}

/*  module > message
============================================================================================================ */
.mod-message__inner {
  max-width: 988px;
  width: 100%;
  padding-left: 50px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .mod-message__inner {
    max-width: 100%;
    padding-left: 0;
    flex-direction: column;
  }
}
.mod-message__thumb {
  width: 444px;
  height: 296px;
  position: relative;
}
@media (max-width: 767px) {
  .mod-message__thumb {
    width: 77.6vw;
    height: 49.0666666667vw;
    padding-left: 4vw;
  }
}
.mod-message__thumbSlider {
  width: 100%;
  height: 100%;
  position: relative;
}
.mod-message__thumbList {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  box-shadow: 0px 3px 6px rgba(26, 26, 26, 0.1);
}
@media (max-width: 767px) {
  .mod-message__thumbList {
    box-shadow: 0px 0.8vw 1.6vw rgba(26, 26, 26, 0.1);
  }
}
.mod-message__thumbList:nth-of-type(2) {
  top: 29px;
  left: 14px;
  transform: rotate(8deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .mod-message__thumbList:nth-of-type(2) {
    top: 4.8vw;
    left: 2.4vw;
  }
}
.mod-message__thumbList:nth-of-type(3) {
  top: 2px;
  left: -41px;
  transform: rotate(-7deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .mod-message__thumbList:nth-of-type(3) {
    top: 0.2666666667vw;
    left: -6.9333333333vw;
  }
}
.mod-message__thumbList > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
}
.mod-message__thumbList > li.active {
  opacity: 1;
  z-index: 1;
}
.mod-message__slider {
  width: 444px;
  height: 356px;
  padding: 18px;
  background: white;
  border: solid 2px #00A9FF;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(26, 26, 26, 0.1);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .mod-message__slider {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .mod-message__slider {
    width: 82.6666666667vw;
    height: 104vw;
    padding: 4.8vw;
    margin-top: 14.9333333333vw;
    border: solid 0.5333333333vw #00A9FF;
    border-radius: 2.6666666667vw;
    box-shadow: 0px 0.8vw 1.6vw rgba(26, 26, 26, 0.1);
  }
}
.mod-message__sliderInner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition-timing-function: linear;
  will-change: transform;
}
.mod-message__sliderList > li {
  will-change: transform;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .mod-message__sliderList > li {
    padding-bottom: 7.2vw;
  }
}
.mod-message__sliderMeta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
.mod-message__sliderIcn {
  width: 39px;
  height: 29px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .mod-message__sliderIcn {
    width: 9.8666666667vw;
    height: 7.2vw;
    padding-right: 2.6666666667vw;
  }
}
.mod-message__sliderIcn svg {
  width: 100%;
  height: 100%;
  display: block;
}
.mod-message__sliderName {
  font-size: 20px;
  line-height: 1.5;
  width: calc(100% - 39px);
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .mod-message__sliderName {
    font-size: 9px;
    font-size: 4.8vw;
    width: calc(100% - 9.8666666667vw);
  }
}
.mod-message__sliderTxt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 13px;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .mod-message__sliderTxt {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2;
    margin-top: 2.6666666667vw;
  }
}
@keyframes slide {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

/* module > top
============================================================================ */
/* module > top > kv
============================================================================ */
.top-kv {
  background: #000052;
  height: 100vh;
  min-height: 750px;
}
@media (max-width: 767px) {
  .top-kv {
    min-height: 173.3333333333vw;
  }
}
.top-kv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-kv__concept {
  width: 59.296875%;
  max-width: 759px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -68%);
  z-index: 3;
}
@media (max-width: 1280px) {
  .top-kv__concept {
    width: 759px;
    max-width: none;
  }
}
@media (max-width: 860px) {
  .top-kv__concept {
    width: 79.6511627907%;
  }
}
@media (max-width: 767px) {
  .top-kv__concept {
    width: 72.2666666667vw;
    transform: translate(-50%, -69%);
  }
}
.top-kv__slider {
  width: 100%;
  height: 100%;
}
.top-kv__slider .slick-dots {
  width: 105px;
  left: 15px;
  bottom: 37px;
  z-index: 10;
}
@media (max-width: 767px) {
  .top-kv__slider .slick-dots {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    left: 50%;
    bottom: 48.2666666667vw;
    transform: translateX(-50%);
  }
}
.top-kv__slider .slick-dots li {
  width: 11px;
  height: 11px;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .top-kv__slider .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 1.3333333333vw;
  }
}
.top-kv__slider .slick-dots li.slick-active button {
  padding: 0;
}
.top-kv__slider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.top-kv__slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.top-kv__slider .slick-dots li button:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 50%;
  opacity: 0.5;
}
.top-kv__sliderItem {
  width: 100%;
  height: 100vh;
}
.top-kv__sliderItem:first-of-type {
  background: url(./img/top/img_kv01.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
  .top-kv__sliderItem:first-of-type {
    background: url(./img/top/img_kv01-sp.jpg) center/cover no-repeat;
  }
}
.top-kv__sliderItem:nth-of-type(2) {
  background: url(./img/top/img_kv02.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
  .top-kv__sliderItem:nth-of-type(2) {
    background: url(./img/top/img_kv02-sp.jpg) center/cover no-repeat;
  }
}
.top-kv__sliderItem:nth-of-type(3) {
  background: url(./img/top/img_kv03.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
  .top-kv__sliderItem:nth-of-type(3) {
    background: url(./img/top/img_kv03-sp.jpg) center/cover no-repeat;
  }
}
.top-kv__sliderItem:nth-of-type(4) {
  background: url(./img/top/img_kv04.jpg) center/cover no-repeat;
}
@media (max-width: 767px) {
  .top-kv__sliderItem:nth-of-type(4) {
    background: url(./img/top/img_kv04-sp.jpg) center/cover no-repeat;
  }
}
.top-kv__sliderItem:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-kv__cont {
  width: 100%;
  height: 47px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .top-kv__cont {
    height: 7.7333333333vw;
  }
}
.top-kv__contImg {
  width: 1374px;
  height: 188px;
  background: url(./img/top/icn_tokyo-kv.svg) center/contain no-repeat;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 2px);
  transform: translateX(-49%);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-kv__contImg {
    width: 100%;
    height: 37.3333333333vw;
    background: url(./img/top/icn_tokyo-kv-sp.svg) center/contain no-repeat;
    bottom: calc(100% - 0.2666666667vw);
    transform: translateX(-50%);
  }
}
.top-kv__contInfo {
  width: 100%;
  height: 100%;
  background: #00A9FF;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
  position: relative;
  z-index: 2;
}
.top-kv__contHeading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4285714286;
  text-align: center;
  color: white;
}
@media (max-width: 767px) {
  .top-kv__contHeading {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.45;
  }
}
.top-kv__scroll {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4736842105;
  letter-spacing: 0.2em;
  color: white;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-kv__scroll {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
    top: auto;
    right: 2.1333333333vw;
    transform: translate(0);
    bottom: 52vw;
  }
}
.top-kv__scroll.is-start .mod-footprints__item {
  opacity: 1;
  transition-duration: 0.6s;
}
.top-kv__scroll.is-start .mod-footprints__item.item1 {
  transition-delay: 0.2s;
}
.top-kv__scroll.is-start .mod-footprints__item.item2 {
  transition-delay: 0.4s;
}
.top-kv__scroll.is-start .mod-footprints__item.item3 {
  transition-delay: 0.6s;
}
.top-kv__scroll.is-start .mod-footprints__item.item4 {
  transition-delay: 0.8s;
}
.top-kv__scroll.is-start .mod-footprints__item.item5 {
  transition-delay: 1s;
}
.top-kv__scroll span {
  font-size: 0;
  line-height: 1;
  width: 25px;
  height: 104px;
  margin-top: 17px;
}
@media (max-width: 767px) {
  .top-kv__scroll span {
    width: 4.8vw;
    height: 19.7333333333vw;
    margin-top: 3.2vw;
  }
}
.top-kv__scroll span svg {
  width: 100%;
  height: 100%;
}
.top-kv__scroll .mod-footprints__item {
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 0s;
}

/* module > top > about
============================================================================ */
.top-about {
  padding-top: 151px;
}
@media (max-width: 767px) {
  .top-about {
    padding-top: 10.6666666667vw;
  }
}
@media (max-width: 960px) {
  .top-about .mod-heading > span {
    line-height: 1.1875;
  }
}
@media (max-width: 767px) {
  .top-about .mod-heading > span {
    line-height: 1.1875;
    margin-bottom: 8.2666666667vw;
  }
}
@media (max-width: 767px) {
  .top-about .mod-heading > span .headingLine {
    bottom: -4.2666666667vw;
  }
}
.top-about .mod-heading > span > br {
  display: none;
}
@media (max-width: 960px) {
  .top-about .mod-heading > span > br {
    display: block;
  }
}
.top-about__inner {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .top-about__inner {
    padding-top: 9.0666666667vw;
  }
}
.top-about__inner .mod-btn {
  margin-top: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-about__inner .mod-btn {
    margin-top: 13.3333333333vw;
  }
}
.top-about__heading {
  font-size: 30px;
  line-height: 1.4666666667;
  text-align: center;
  color: #00A9FF;
}
@media (max-width: 767px) {
  .top-about__heading {
    font-size: 10.5px;
    font-size: 5.6vw;
    line-height: 1.5238095238;
  }
}
.top-about__cont {
  max-width: 889px;
  width: 100%;
  padding-top: 43px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 960px) {
  .top-about__cont {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .top-about__cont {
    max-width: 82.6666666667vw;
    padding-top: 6.6666666667vw;
    flex-direction: column-reverse;
  }
}
.top-about__contLeft {
  width: 384px;
  margin-top: 7px;
  margin-right: 50px;
}
@media (max-width: 960px) {
  .top-about__contLeft {
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .top-about__contLeft {
    width: 100%;
    margin-top: 6.6666666667vw;
    margin-right: 0;
    margin-left: 0;
  }
}
.top-about__contLeft img {
  height: auto;
}
.top-about__contRight {
  width: 456px;
}
@media (max-width: 767px) {
  .top-about__contRight {
    width: 100%;
    padding-top: 0;
  }
}
.top-about__contLogo {
  width: 405px;
}
@media (max-width: 767px) {
  .top-about__contLogo {
    width: 66.4vw;
    margin: 0 auto;
  }
}
.top-about__contTxt {
  font-size: 19px;
  line-height: 2.1578947368;
}
@media (max-width: 767px) {
  .top-about__contTxt {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
  }
}
.top-about__txt {
  font-size: 17px;
  line-height: 2.2941176471;
  max-width: 646px;
  width: 100%;
  padding-top: 94px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-about__txt {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2.3333333333;
    max-width: 75.7333333333vw;
    padding-top: 14.4vw;
  }
}
.top-about__campaign {
  max-width: 686px;
  width: 100%;
  padding: 20px 0;
  margin: 134px auto 0;
  color: white;
  background-color: #00a9ff;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .top-about__campaign {
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  .top-about__campaign {
    max-width: 68.8vw;
    padding: 4vw 4.2666666667vw 4.5333333333vw;
    margin-top: 8.8vw;
    border-radius: 5.3333333333vw;
  }
}
.top-about__campaign-ttl {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.4814814815;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .top-about__campaign-ttl {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-bottom: 1.8666666667vw;
  }
}
.top-about__campaign-ttl:before {
  content: "";
  width: 215px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .top-about__campaign-ttl:before {
    width: 35.2vw;
    height: 0.8vw;
  }
}
.top-about__campaign-txt {
  font-size: 47px;
  font-weight: 700;
  line-height: 1.4893617021;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-about__campaign-txt {
    font-size: 14.5px;
    font-size: 7.7333333333vw;
    line-height: 1.3;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.top-about__campaign-txt > span {
  font-size: 27px;
  line-height: 1.4814814815;
  margin: 12px 5px 0;
}
@media (max-width: 767px) {
  .top-about__campaign-txt > span {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin: 2.6666666667vw 1.3333333333vw 0;
  }
}
@media (max-width: 767px) {
  .top-about__campaign-txt > span:has(+ .connection) {
    margin-right: 0;
  }
}
.top-about__campaign-txt > span.connection {
  font-size: 36px;
  line-height: 1.5;
  margin-top: 8px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .top-about__campaign-txt > span.connection {
    font-size: 11px;
    font-size: 5.8666666667vw;
    line-height: 1.5;
    margin-top: 2.1333333333vw;
  }
}
.top-about__campaign-txt > span:last-of-type {
  margin-right: 0;
}
.top-about__campaign-txt.date {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .top-about__campaign-txt.date {
    margin-top: 4.2666666667vw;
  }
}
.top-about__campaign-txt.time {
  margin-top: -4px;
  margin-left: 19px;
}
@media (max-width: 767px) {
  .top-about__campaign-txt.time {
    margin-top: 1.0666666667vw;
    margin-left: 0;
    justify-content: center;
  }
}
.top-about__campaign-txt.time span:last-of-type {
  margin-left: 0;
}
.top-about__example {
  width: 100%;
  height: 1019px;
  padding: 47px 0;
  margin-top: 90px;
  background: url(./img/top/bg_about-campaign.jpg) center/contain repeat-x;
  position: relative;
}
@media (max-width: 1280px) {
  .top-about__example {
    background: url(./img/top/bg_about-campaign.jpg) center/cover repeat-x;
  }
}
@media (max-width: 767px) {
  .top-about__example {
    height: 300vw;
    padding: 12.5333333333vw 0 12.2666666667vw;
    margin-top: 21.3333333333vw;
    background: url(./img/top/bg_about-campaign-sp.jpg) center/cover repeat-x;
  }
}
.top-about__example:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top-about__example-inner {
  max-width: 766px;
  width: 100%;
  padding: 27px 40px 34px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-about__example-inner {
    max-width: 82.9333333333vw;
    padding: 7.4666666667vw 5.3333333333vw 9.0666666667vw;
    border-radius: 5.3333333333vw;
  }
}
.top-about__example-row {
  position: relative;
  z-index: 1;
  margin-top: 126px;
}
@media (max-width: 960px) {
  .top-about__example-row {
    margin-top: 186px;
  }
}
@media (max-width: 767px) {
  .top-about__example-row {
    margin-top: 86.1333333333vw;
  }
}
.top-about__example-card {
  width: 472px;
  position: absolute;
  top: 50%;
  left: -65px;
  transform: translateY(-57%);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 960px) {
  .top-about__example-card {
    width: 465px;
    left: -14px;
    transform: translateY(-80%);
  }
}
@media (max-width: 767px) {
  .top-about__example-card {
    width: 78.4vw;
    top: -78.9333333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.top-about__example-card li {
  width: 228px;
  position: relative;
  transform: rotate(-10deg);
  z-index: 1;
}
@media (max-width: 767px) {
  .top-about__example-card li {
    width: 37.0666666667vw;
  }
}
.top-about__example-card li:nth-of-type(2) {
  z-index: 2;
  top: 37px;
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  .top-about__example-card li:nth-of-type(2) {
    top: 11.2vw;
  }
}
.top-about__example-card li:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00A9FF;
  border-radius: 5px;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: -1;
  box-shadow: 0px 3px 20px rgba(26, 26, 26, 0.1);
}
@media (max-width: 767px) {
  .top-about__example-card li:before {
    border-radius: 1.3333333333vw;
    top: 1.0666666667vw;
    left: 1.0666666667vw;
    box-shadow: 0px 0.8vw 5.3333333333vw rgba(26, 26, 26, 0.1);
  }
}
.top-about__example-cardInner {
  background: white;
  padding: 18px 18px 8px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-about__example-cardInner {
    padding: 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.top-about__example-cardThumb {
  width: 100%;
  height: 193px;
}
@media (max-width: 767px) {
  .top-about__example-cardThumb {
    height: 31.7333333333vw;
  }
}
.top-about__example-cardTxt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .top-about__example-cardTxt {
    font-size: 4px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
    margin-top: 1.8666666667vw;
  }
}
.top-about__example-ttl {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9444444444;
  color: #00A9FF;
  width: 216px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .top-about__example-ttl {
    font-size: 7px;
    font-size: 3.7333333333vw;
    line-height: 2.3571428571;
    width: 100%;
  }
}
.top-about__example-txt {
  font-size: 17px;
  font-weight: 700;
  line-height: 2.2941176471;
  width: 646px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-about__example-txt {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2.3333333333;
    width: 68vw;
  }
}

/* module > top > interview
============================================================================ */
.top-interview {
  padding-top: 70px;
  margin-top: 111px;
}
@media (max-width: 767px) {
  .top-interview {
    padding-top: 13.3333333333vw;
    margin-top: 21.6vw;
  }
}
.top-interview__cont {
  max-width: 623px;
  width: 100%;
  padding-top: 63px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-interview__cont {
    max-width: 82.6666666667vw;
    padding-top: 12.2666666667vw;
  }
}
.top-interview__cont p {
  line-height: 2.2941176471;
}
@media (max-width: 767px) {
  .top-interview__cont p {
    line-height: 2;
  }
}
.top-interview .mod-btn {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .top-interview .mod-btn {
    margin-top: 10.6666666667vw;
  }
}
.top-interview__runner {
  color: white;
  background: #000052;
  margin-top: 93px;
}
@media (max-width: 767px) {
  .top-interview__runner {
    margin-top: 20vw;
  }
}
.top-interview__runnerInner {
  max-width: 768px;
  width: 100%;
  height: 564px;
  padding-top: 135px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-interview__runnerInner {
    max-width: 100%;
    height: 129.6vw;
    padding-top: 30.4vw;
  }
}
.top-interview__runnerSlider {
  width: 479px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-interview__runnerSlider {
    width: 84.2666666667vw;
  }
}
.top-interview__runnerSlider .swiper-button {
  font-size: 24px;
  line-height: 1.2083333333;
  text-align: center;
  color: white;
  width: 130px;
  height: auto;
  margin: 0;
  position: absolute;
  top: 66px;
}
@media (max-width: 767px) {
  .top-interview__runnerSlider .swiper-button {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.1875;
    width: 17.6vw;
    padding-top: 16vw;
    top: 18.4vw;
  }
}
.top-interview__runnerSlider .swiper-button.swiper-button-disabled {
  pointer-events: all;
}
.top-interview__runnerSlider .swiper-button-prev {
  left: 0;
  padding-right: 41px;
}
@media (max-width: 767px) {
  .top-interview__runnerSlider .swiper-button-prev {
    padding-right: 0;
    justify-content: flex-start;
  }
}
.top-interview__runnerSlider .swiper-button-prev:after {
  font-size: 0;
  line-height: 1;
  width: 30px;
  height: 41px;
  background-image: url(./img/top/arw_runner.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .top-interview__runnerSlider .swiper-button-prev:after {
    width: 9.0666666667vw;
    height: 12.2666666667vw;
    background-image: url(./img/top/arw_runner-sp.svg);
    top: 0;
    left: 50%;
    right: auto;
    transform: translateX(-62%);
  }
}
.top-interview__runnerSlider .swiper-button-next {
  right: 0;
  padding-left: 31px;
}
@media (max-width: 767px) {
  .top-interview__runnerSlider .swiper-button-next {
    width: 16.5333333333vw;
    padding-left: 0;
    justify-content: flex-end;
    transform: translateX(-1.0666666667vw);
  }
}
.top-interview__runnerSlider .swiper-button-next:after {
  font-size: 0;
  line-height: 1;
  width: 30px;
  height: 41px;
  background-image: url(./img/top/arw_runner.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-63%) rotate(180deg);
}
@media (max-width: 767px) {
  .top-interview__runnerSlider .swiper-button-next:after {
    width: 9.0666666667vw;
    height: 12.2666666667vw;
    background-image: url(./img/top/arw_runner-sp.svg);
    top: 0;
    left: 50%;
    transform: translateX(-27%) rotate(180deg);
  }
}
.top-interview__runnerSliderList {
  z-index: 3;
}
.top-interview__runnerSliderList:before {
  content: "";
  width: 178px;
  height: 178px;
  background: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-interview__runnerSliderList:before {
    width: 49.0666666667vw;
    height: 49.0666666667vw;
  }
}
.top-interview__runnerSliderThumb {
  width: 179px;
  height: 179px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-interview__runnerSliderThumb {
    width: 49.0666666667vw;
    height: 49.0666666667vw;
  }
}
.top-interview__runnerSliderName {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666666667;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .top-interview__runnerSliderName {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
    width: 77.6vw;
    margin: 4.8vw auto 0;
  }
}
.top-interview__runnerBottom {
  width: 100%;
  height: 44px;
  background: #00A9FF;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-interview__runnerBottom {
    height: 11.2vw;
  }
}
.top-interview__runnerBottomBlue {
  width: 100%;
  height: 100%;
  background: #00A9FF;
  z-index: 2;
}
.top-interview__runnerBottomNum {
  max-width: 760px;
  width: 100%;
  height: 564px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNum {
    max-width: 100%;
    height: 129.6vw;
  }
}
.top-interview__runnerBottomNumInner {
  width: 100%;
  padding-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumInner {
    width: 100%;
    padding-top: 10.6666666667vw;
  }
}
.top-interview__runnerBottomNumInner.first-slide:before {
  width: 210px;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumInner.first-slide:before {
    width: 37.0666666667vw;
  }
}
.top-interview__runnerBottomNumInner.first-slide .top-interview__runnerBottomNumCont span {
  margin-right: 0;
}
.top-interview__runnerBottomNumInner.one-digit:before {
  width: 99px;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumInner.one-digit:before {
    width: 17.6vw;
  }
}
.top-interview__runnerBottomNumInner.two-digit:before {
  width: 137px;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumInner.two-digit:before {
    width: 24vw;
  }
}
.top-interview__runnerBottomNumInner.last-slide:before {
  width: 208px;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumInner.last-slide:before {
    width: 35.4666666667vw;
  }
}
.top-interview__runnerBottomNumInner:before {
  content: "";
  width: 136px;
  height: 7px;
  background: white;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.2s;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumInner:before {
    width: 23.7333333333vw;
    height: 1.3333333333vw;
  }
}
.top-interview__runnerBottomNumCont {
  font-size: 40px;
  line-height: 1.3;
  padding-bottom: 4px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumCont {
    font-size: 12.5px;
    font-size: 6.6666666667vw;
    line-height: 1.5;
    padding-bottom: 1.0666666667vw;
  }
}
.top-interview__runnerBottomNumCont span {
  font-size: 65px;
  line-height: 1;
  margin-right: 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumCont span {
    font-size: 21.5px;
    font-size: 11.4666666667vw;
  }
}
.top-interview__runnerBottomNumCont span small {
  font-size: 40px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomNumCont span small {
    font-size: 12.5px;
    font-size: 6.6666666667vw;
    margin-left: 1.3333333333vw;
  }
}
.top-interview__runnerBottomPerson {
  max-width: 764px;
  width: 100%;
  height: 104px;
  position: absolute;
  left: 50%;
  bottom: 29px;
  transform: translateX(-50%);
  z-index: 4;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomPerson {
    max-width: 98.9333333333vw;
    height: 16vw;
    left: 0;
    bottom: 8.2666666667vw;
    transform: translateX(0);
  }
}
.top-interview__runnerBottomPersonInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-interview__runnerBottomPersonInner > span {
  width: 97px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.4s;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomPersonInner > span {
    width: 14.9333333333vw;
  }
}
.top-interview__runnerBottomPersonInner > span svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-interview__runnerBottomBg {
  max-width: 1280px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: calc(100% - 1px);
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomBg {
    max-width: 100%;
    left: 0;
    bottom: calc(100% - 0.2666666667vw);
    transform: translateX(0%);
  }
}
.top-interview__runnerBottomBg span {
  width: 100%;
  height: 256px;
  display: block;
  background-image: url("./img/top/bg_building.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .top-interview__runnerBottomBg span {
    width: 99.2vw;
    height: 38.9333333333vw;
    background-image: url("./img/top/bg_building-sp.png");
  }
}

/* module > top > thoughts
============================================================================ */
.top-thoughts {
  padding-top: 76px;
  margin-top: 68px;
}
@media (max-width: 767px) {
  .top-thoughts {
    padding-top: 13.3333333333vw;
    margin-top: 12.5333333333vw;
  }
}
.top-thoughts.prize-winners .top-thoughts__txt {
  padding-top: 53px;
}
@media (max-width: 767px) {
  .top-thoughts.prize-winners .top-thoughts__txt {
    padding-top: 8.2666666667vw;
  }
}
.top-thoughts .mod-heading span.font-en {
  line-height: 1.224137931;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .top-thoughts .mod-heading span.font-en {
    font-size: 14px;
    font-size: 7.4666666667vw;
    line-height: 1.2142857143;
    letter-spacing: -0.03em;
    margin-bottom: 8.2666666667vw;
  }
}
.top-thoughts .mod-heading span.font-en .headingLine {
  bottom: -18px;
}
@media (max-width: 767px) {
  .top-thoughts .mod-heading span.font-en .headingLine {
    bottom: -4.2666666667vw;
  }
}
.top-thoughts .mod-message {
  margin-top: 104px;
}
@media (max-width: 767px) {
  .top-thoughts .mod-message {
    margin-top: 17.3333333333vw;
  }
}
.top-thoughts .mod-message__inner {
  padding-left: 24px;
  justify-content: center;
}
@media (max-width: 767px) {
  .top-thoughts .mod-message__inner {
    padding-left: 0;
  }
}
.top-thoughts__intro {
  font-weight: 700;
  text-align: center;
  max-width: 764px;
  width: 100%;
  padding-top: 70px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-thoughts__intro {
    max-width: 82.6666666667vw;
    padding-top: 12.8vw;
  }
}
.top-thoughts__introTtl {
  font-size: 30px;
  line-height: 1.4666666667;
}
@media (max-width: 767px) {
  .top-thoughts__introTtl {
    font-size: 10px;
    font-size: 5.3333333333vw;
    line-height: 1.65;
  }
}
.top-thoughts__introSubTtl {
  font-size: 18px;
  line-height: 1.4444444444;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .top-thoughts__introSubTtl {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
    margin-top: 3.2vw;
  }
}
.top-thoughts__introLogo {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-thoughts__introLogo {
    padding-top: 12vw;
  }
}
.top-thoughts__introLogo > li {
  width: 137px;
  height: 58px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .top-thoughts__introLogo > li {
    width: 36.5333333333vw;
    height: 15.4666666667vw;
    margin-right: 8vw;
  }
}
.top-thoughts__introLogo > li:nth-last-of-type(2) {
  margin-right: 19px;
}
@media (max-width: 767px) {
  .top-thoughts__introLogo > li:nth-last-of-type(2) {
    margin-right: 8vw;
  }
}
@media (max-width: 767px) {
  .top-thoughts__introLogo > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .top-thoughts__introLogo > li:nth-of-type(n + 3) {
    margin-top: 5.3333333333vw;
  }
}
.top-thoughts__introLogo > li:last-of-type {
  margin-right: 0;
}
.top-thoughts__introLogo > li > a {
  height: 100%;
  display: block;
}
.top-thoughts__introLogo > li img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-thoughts__inner {
  padding-top: 111px;
}
@media (max-width: 767px) {
  .top-thoughts__inner {
    padding-top: 13.3333333333vw;
  }
}
.top-thoughts__inner .mod-btn {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .top-thoughts__inner .mod-btn {
    margin-top: 13.3333333333vw;
  }
}
.top-thoughts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
.top-thoughts__list li {
  width: 238px;
  height: 238px;
  margin-right: 27px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top-thoughts__list li {
    width: 58.6666666667vw;
    height: 58.6666666667vw;
    margin: 0 auto;
  }
}
.top-thoughts__list li.none {
  display: none;
}
@media (max-width: 767px) {
  .top-thoughts__list li:nth-of-type(2n) {
    margin-right: auto;
  }
}
.top-thoughts__list li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .top-thoughts__list li:nth-of-type(3n) {
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .top-thoughts__list li:nth-of-type(n + 2) {
    margin-top: 6.4vw;
  }
}
.top-thoughts__txt {
  font-size: 17px;
  line-height: 2.2941176471;
  text-align: center;
  max-width: 643px;
  width: 100%;
  padding-top: 101px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-thoughts__txt {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 2;
    text-align: left;
    max-width: 82.6666666667vw;
    padding-top: 16.5333333333vw;
  }
}
.top-thoughts__partner {
  text-align: center;
  max-width: 623px;
  width: 100%;
  padding: 20px 28px 23px;
  margin: 33px auto 0;
  border: solid 2px #00A9FF;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(26, 26, 26, 0.1);
}
@media (max-width: 767px) {
  .top-thoughts__partner {
    max-width: 82.6666666667vw;
    padding: 3.7333333333vw 4.8vw;
    margin-top: 4vw;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0px 0.8vw 1.6vw rgba(26, 26, 26, 0.1);
  }
}
.top-thoughts__partnerHeading {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .top-thoughts__partnerHeading {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 2.0625;
  }
}
.top-thoughts__partnerList {
  font-size: 15px;
  line-height: 2;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .top-thoughts__partnerList {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2;
    padding-top: 3.2vw;
  }
}
.top-thoughts__partnerList > li:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .top-thoughts__partnerList > li:nth-of-type(n + 2) {
    margin-top: 6.9333333333vw;
  }
}
.top-thoughts__partnerTxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
.top-thoughts__partnerTxt > a {
  text-decoration: underline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.top-thoughts__partnerTxt > a:has(img) {
  padding-top: 2px;
}
@media (max-width: 767px) {
  .top-thoughts__partnerTxt > a:has(img) {
    padding-top: 0.2666666667vw;
    height: 6.9333333333vw;
  }
}
.top-thoughts__partnerTxt > a > img {
  width: 91%;
}
@media (max-width: 767px) {
  .top-thoughts__partnerTxt > a > img {
    width: 100%;
    height: 3.7333333333vw;
  }
}
.top-thoughts__table {
  max-width: 623px;
  width: 100%;
  padding: 20px 28px 23px;
  margin: 53px auto 0;
  border: solid 6px #00A9FF;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(26, 26, 26, 0.1);
  position: relative;
}
@media (max-width: 767px) {
  .top-thoughts__table {
    max-width: 82.6666666667vw;
    padding: 3.2vw 0 2.6666666667vw;
    margin-top: 12vw;
    border-width: 1.3333333333vw;
    border-radius: 2.6666666667vw;
    box-shadow: 0px 0.8vw 1.6vw rgba(26, 26, 26, 0.1);
  }
}
.top-thoughts__table > span {
  line-height: 1;
  width: 83px;
  height: 89px;
  display: block;
  position: absolute;
  right: 54px;
  bottom: -5px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-thoughts__table > span {
    width: 17.6vw;
    height: 18.9333333333vw;
    right: 2.6666666667vw;
    bottom: -1.3333333333vw;
  }
}
.top-thoughts__table > span > svg {
  width: 100%;
  height: 100%;
  display: block;
}
.top-thoughts__table > span > svg path {
  fill: #00A9FF;
}
.top-thoughts__tableIntro {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .top-thoughts__tableIntro {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    padding: 0 4vw;
  }
}
.top-thoughts__tableCont {
  padding-top: 4px;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-thoughts__tableCont {
    padding-top: 0;
    padding-bottom: 5.8666666667vw;
    margin-top: 3.4666666667vw;
  }
}
.top-thoughts__tableCont:before {
  content: "";
  width: 140px;
  height: 72%;
  background-image: url(./img/top/icn_confetti-l.svg);
  background-size: cover;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: 6px;
}
@media (max-width: 767px) {
  .top-thoughts__tableCont:before {
    width: 12.5333333333vw;
    height: 66%;
    background-image: url(./img/top/icn_confetti-l-sp.svg);
    background-size: cover;
    top: 2.6666666667vw;
    left: 2.1333333333vw;
  }
}
.top-thoughts__tableCont:after {
  content: "";
  width: 140px;
  height: 75%;
  background-image: url(./img/top/icn_confetti-r.svg);
  background-size: cover;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: 6px;
}
@media (max-width: 767px) {
  .top-thoughts__tableCont:after {
    width: 12.5333333333vw;
    height: 66%;
    background-image: url(./img/top/icn_confetti-r-sp.svg);
    top: 2.6666666667vw;
    right: 2.1333333333vw;
  }
}
.top-thoughts__tableList {
  max-width: 204px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-thoughts__tableList {
    max-width: 46.4vw;
  }
}
.top-thoughts__tableList > li {
  font-size: 19px;
  line-height: 1.5789473684;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  display: table-row;
  position: relative;
}
@media (max-width: 767px) {
  .top-thoughts__tableList > li {
    font-size: 8px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
}
.top-thoughts__tableList > li:nth-of-type(n + 2) > a {
  height: calc(100% - 15px);
}
@media (max-width: 767px) {
  .top-thoughts__tableList > li:nth-of-type(n + 2) > a {
    height: calc(100% - 2.1333333333vw);
  }
}
.top-thoughts__tableList > li:nth-of-type(n + 2) .top-thoughts__tableNum {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .top-thoughts__tableList > li:nth-of-type(n + 2) .top-thoughts__tableNum {
    padding-top: 2.1333333333vw;
  }
}
.top-thoughts__tableList > li:nth-of-type(n + 2) .top-thoughts__tableName {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .top-thoughts__tableList > li:nth-of-type(n + 2) .top-thoughts__tableName {
    padding-top: 2.1333333333vw;
  }
}
.top-thoughts__tableList > li > a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-thoughts__tableOutro {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  padding: 27px 0 38px;
}
@media (max-width: 767px) {
  .top-thoughts__tableOutro {
    font-size: 3.4666666667vw;
    padding: 3.7333333333vw 10.6666666667vw 0;
  }
}
.top-thoughts__tableOutro.en {
  padding: 30px 0 38px;
}
.top-thoughts__tableNum {
  text-align: center;
  color: #00A9FF;
  padding-right: 24px;
  display: table-cell;
}
@media (max-width: 767px) {
  .top-thoughts__tableNum {
    padding-right: 6.1333333333vw;
  }
}
.top-thoughts__tableName {
  display: table-cell;
}

/* module > top > posts
============================================================================ */
.top-posts {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .top-posts {
    padding-top: 25.6vw;
  }
}
.top-posts__sec:nth-of-type(n + 2) {
  padding-top: 158px;
}
@media (max-width: 767px) {
  .top-posts__sec:nth-of-type(n + 2) {
    padding-top: 28.8vw;
  }
}
@media (max-width: 767px) {
  .top-posts__sec.gallery .mod-heading span.font-en {
    line-height: 0.9571428571;
    margin-bottom: 10.6666666667vw;
  }
}
@media (max-width: 767px) {
  .top-posts__sec.gallery .mod-heading span.font-en span.headingLine {
    bottom: -6.6666666667vw;
  }
}
.top-posts__inner {
  padding-top: 71px;
}
@media (max-width: 767px) {
  .top-posts__inner {
    padding-top: 13.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-posts {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .top-posts__inner .mod-posts {
    height: 117.0666666667vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-posts.low {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .top-posts__inner .mod-posts.low {
    margin-top: 21.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-posts__cont {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-posts__inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-posts__inner .mod-posts__inner {
    width: 81.6vw;
  }
}
.top-posts__inner .mod-posts__item {
  position: relative;
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-posts__item:nth-of-type(n + 4) {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-posts__item.slick-slide {
    padding: 0px 30px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .top-posts__inner .mod-posts__item.slick-slide {
    padding: 0 1.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-posts__item iframe {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.top-posts__inner .mod-btn {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .top-posts__inner .mod-btn {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .top-posts__inner .mod-btn {
    margin-top: 27.7333333333vw;
  }
}
.top-posts__slider {
  position: relative;
  overflow: visible;
}
@media (max-width: 1024px) {
  .top-posts__sliderControl {
    height: 34px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    flex-direction: row;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -53px;
  }
}
@media (max-width: 767px) {
  .top-posts__sliderControl {
    height: 9.0666666667vw;
    bottom: -14.1333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__sliderArw {
    min-width: 30px;
    width: 100%;
    height: 100%;
    display: block;
    margin-top: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .top-posts__sliderArw {
    min-width: 8vw;
    height: 9.0666666667vw;
  }
}
.top-posts__sliderArw:after {
  display: none;
}
.top-posts__sliderArw svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .top-posts__sliderArw.prev {
    margin-right: 17px;
  }
}
@media (max-width: 767px) {
  .top-posts__sliderArw.prev {
    margin-right: 4.5333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__sliderArw.next {
    margin-left: 17px;
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .top-posts__sliderArw.next {
    margin-left: 4.5333333333vw;
  }
}
.top-posts__sliderDots {
  line-height: 1;
}
@media (max-width: 1024px) {
  .top-posts__sliderDots {
    font-size: 0;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: normal;
    flex-direction: row;
  }
}
.top-posts__sliderDots .slick-dots {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
.top-posts__sliderDots .slick-dots li {
  font-size: 0;
}
@media (max-width: 1024px) {
  .top-posts__sliderDots .slick-dots li {
    min-width: 12px;
    height: 12px;
    margin: 0 7px !important;
    background-color: #C1EAFF;
    border-radius: 50%;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .top-posts__sliderDots .slick-dots li {
    min-width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.8666666667vw !important;
  }
}
.top-posts__sliderDots .slick-dots li.slick-active {
  background-color: #00A9FF;
}
.top-posts__sliderDots .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.top-posts__sliderDots .slick-dots li button:before {
  display: none;
}
.top-posts__caution {
  font-size: 13px;
  line-height: 1.4615384615;
  text-align: center;
  width: 728px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .top-posts__caution {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    text-align: left;
    width: 82.9333333333vw;
    margin-top: 6.6666666667vw;
  }
}
.top-posts__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .top-posts__list {
    max-width: 656px;
  }
}
@media (max-width: 767px) {
  .top-posts__list {
    max-width: 94.6666666667vw;
  }
}
.top-posts__list > li {
  width: 238px;
  height: 238px;
  margin-right: 16px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .top-posts__list > li {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .top-posts__list > li {
    width: 45.8666666667vw;
    height: 45.8666666667vw;
    margin-right: 2.9333333333vw;
  }
}
.top-posts__list > li:nth-of-type(n + 5) {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .top-posts__list > li:nth-of-type(n + 5) {
    margin-top: 2.9333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__list > li:nth-of-type(n + 3) {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .top-posts__list > li:nth-of-type(n + 3) {
    margin-top: 2.9333333333vw;
  }
}
@media (max-width: 1024px) {
  .top-posts__list > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.top-posts__list > li:nth-of-type(4n) {
  margin-right: 0;
}

/* module > top > share
============================================================================ */
@media (max-width: 767px) {
  body.en .top-share__stepTxt {
    letter-spacing: 0em;
  }
}

.top-share {
  padding-top: 72px;
  margin-top: 79px;
}
@media (max-width: 767px) {
  .top-share {
    padding-top: 13.0666666667vw;
    margin-top: 13.6vw;
  }
}
.top-share__inner {
  max-width: 1156px;
  width: 100%;
  padding-top: 64px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .top-share__inner {
    max-width: 90.3125vw;
  }
}
@media (max-width: 767px) {
  .top-share__inner {
    max-width: 82.9333333333vw;
    padding-top: 12.2666666667vw;
  }
}
.top-share__inner .mod-btn {
  margin-top: 70px;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-share__inner .mod-btn {
    margin-top: 12.2666666667vw;
  }
}
.top-share__inner .mod-btn:hover {
  color: white;
  background: #00A9FF;
}
.top-share__inner .mod-btn:hover:before {
  opacity: 1;
  top: calc(100% - 4px);
}
@media (max-width: 767px) {
  .top-share__inner .mod-btn:hover:before {
    top: calc(100% - 0.5333333333vw);
  }
}
.top-share__inner .mod-btn:before {
  content: "";
  width: 12px;
  height: 56px;
  background-image: url(./img//common/icn_btn-arrow-a.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: calc(100% - 26px);
  left: 50%;
  right: auto;
  transform: translate(0, 0%);
  transition: 0.4s;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-share__inner .mod-btn:before {
    width: 2.6666666667vw;
    height: 8.5333333333vw;
    background-image: url(./img//common/icn_btn-arrow-a-sp.svg);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .top-share__inner .mod-btn:before {
    top: calc(100% - 0.5333333333vw);
  }
}
.top-share__inner .mod-btn:after {
  display: none;
}
.top-share__intro {
  text-align: center;
  max-width: 646px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-share__intro {
    text-align: left;
  }
}
.top-share__step {
  margin-top: 65px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .top-share__step {
    margin-top: 10.1333333333vw;
    justify-content: center;
    flex-direction: column;
  }
}
.top-share__step li {
  width: 300px;
  position: relative;
}
@media (max-width: 1280px) {
  .top-share__step li {
    width: 23.4375vw;
  }
}
@media (max-width: 767px) {
  .top-share__step li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-share__step li:nth-of-type(n + 2) {
    margin-top: 29.8666666667vw;
  }
}
.top-share__step li:last-of-type:before {
  display: none;
}
.top-share__step li:before {
  content: "";
  width: 52px;
  height: 60px;
  background: url(./img/top/icn_howto-triangle.svg) center/cover no-repeat;
  position: absolute;
  top: 180px;
  left: calc(100% + 64px);
  transform: translate(-40%, 0%);
}
@media (max-width: 1280px) {
  .top-share__step li:before {
    width: 4.0625vw;
    height: 4.6875vw;
    top: 14.0625vw;
    left: calc(100% + 5vw);
  }
}
@media (max-width: 767px) {
  .top-share__step li:before {
    width: 13.8666666667vw;
    height: 16vw;
    top: calc(100% + 6.1333333333vw);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.top-share__stepImg {
  height: 300px;
  margin-top: 23px;
}
@media (max-width: 1280px) {
  .top-share__stepImg {
    height: 23.4375vw;
    margin-top: 1.7968749999vw;
  }
}
@media (max-width: 767px) {
  .top-share__stepImg {
    height: 82.9333333333vw;
    margin-top: 6.1333333333vw;
  }
}
.top-share__stepTtl {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4736842105;
  letter-spacing: 0.2em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  align-content: normal;
  flex-direction: row;
  position: relative;
}
@media (max-width: 1280px) {
  .top-share__stepTtl {
    font-size: 1.484375vw;
  }
}
@media (max-width: 767px) {
  .top-share__stepTtl {
    font-size: 9.5px;
    font-size: 5.0666666667vw;
  }
}
.top-share__stepTtl:before {
  content: "";
  width: 44px;
  height: 25px;
  background: url(./img/top/icn_howto-footprints.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-32%);
  left: 56px;
}
@media (max-width: 1280px) {
  .top-share__stepTtl:before {
    width: 3.4375vw;
    height: 1.953125vw;
    left: 4.375vw;
  }
}
@media (max-width: 767px) {
  .top-share__stepTtl:before {
    width: 11.7333333333vw;
    height: 6.6666666667vw;
    left: 16.5333333333vw;
    transform: translateY(-30%);
  }
}
.top-share__stepTtl:after {
  content: "";
  width: 44px;
  height: 25px;
  background: url(./img/top/icn_howto-footprints.svg) center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-32%);
  right: 56px;
}
@media (max-width: 1280px) {
  .top-share__stepTtl:after {
    width: 3.4375vw;
    height: 1.953125vw;
    right: 4.375vw;
  }
}
@media (max-width: 767px) {
  .top-share__stepTtl:after {
    width: 11.7333333333vw;
    height: 6.6666666667vw;
    right: 16.5333333333vw;
    transform: translateY(-30%);
  }
}
.top-share__stepTtl span {
  font-size: 29px;
  line-height: 1.28;
  letter-spacing: 0em;
  margin-left: 5px;
}
@media (max-width: 1280px) {
  .top-share__stepTtl span {
    font-size: 2.265625vw;
    margin-left: 0.390625vw;
  }
}
@media (max-width: 767px) {
  .top-share__stepTtl span {
    font-size: 14.5px;
    font-size: 7.7333333333vw;
    margin-left: 1.3333333333vw;
  }
}
.top-share__stepTxt {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7647058824;
  margin-top: 18px;
}
@media (max-width: 1280px) {
  .top-share__stepTxt {
    font-size: 1.328125vw;
    margin-top: 1.40625vw;
  }
}
@media (max-width: 767px) {
  .top-share__stepTxt {
    font-size: 7.5px;
    font-size: 4vw;
    line-height: 1.8666666667;
    letter-spacing: -0.02em;
    text-align: center;
    margin-top: 4.5333333333vw;
  }
}
.top-share__stepTxt a {
  text-decoration: underline;
}
.top-share__stepCaution {
  font-size: 13px;
  line-height: 1.4615384615;
  text-align: left;
  max-width: 728px;
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .top-share__stepCaution {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2;
    text-align: left;
    max-width: 100%;
    margin-top: 11.4666666667vw;
  }
}
.top-share__stepCaution > ul > li {
  padding-left: 13px;
  position: relative;
}
@media (max-width: 767px) {
  .top-share__stepCaution > ul > li {
    padding-left: 3.4666666667vw;
  }
}
.top-share__stepCaution > ul > li span {
  position: absolute;
  top: 0;
  left: 0;
}
.top-share__message {
  color: red;
  text-align: center;
  max-width: 646px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-share__message {
    text-align: left;
  }
}

/* module > top > prize
============================================================================ */
.top-present {
  background: url(./img/top/bg_present.svg) center/cover no-repeat;
  padding: 68px 0 50px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .top-present {
    background: url(./img/top/bg_present-sp.svg) center/cover no-repeat;
    padding: 13.3333333333vw 0 11.7333333333vw;
    margin-top: 25.0666666667vw;
  }
}
.top-present__cont {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top-present__cont {
    max-width: 82.9333333333vw;
  }
}
.top-present__contImg {
  width: 100%;
  height: 301px;
  margin-top: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-present__contImg {
    height: 55.4666666667vw;
    margin-top: 13.0666666667vw;
  }
}
.top-present__contImg:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #F558A7;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .top-present__contImg:before {
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
.top-present__contName {
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .top-present__contName {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    margin-top: 6.6666666667vw;
  }
}
.top-present__contNum {
  font-size: 30px;
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: normal;
  flex-direction: row;
}
@media (max-width: 767px) {
  .top-present__contNum {
    font-size: 13px;
    font-size: 6.9333333333vw;
    line-height: 1.4615384615;
    margin-top: 1.6vw;
  }
}
.top-present__contNum span {
  font-size: 20px;
  line-height: 1.45;
  margin-top: 6px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .top-present__contNum span {
    font-size: 8.5px;
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    margin-left: 1.0666666667vw;
  }
}
.top-present__contCaution {
  font-size: 13px;
  line-height: 1.4615384615;
  width: 392px;
  margin: 20px auto 0;
}
@media (max-width: 767px) {
  .top-present__contCaution {
    font-size: 6.5px;
    font-size: 3.4666666667vw;
    line-height: 2.3076923077;
    width: 82.9333333333vw;
    margin-top: 6.6666666667vw;
  }
}

/* module > top > terms
============================================================================ */
.top-terms {
  padding-top: 158px;
}
@media (max-width: 767px) {
  .top-terms {
    padding-top: 25.0666666667vw;
  }
}
@media (max-width: 767px) {
  .top-terms .mod-heading span.font-en {
    line-height: 1.375;
    margin-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .top-terms .mod-heading span.font-en span.headingLine {
    bottom: -3.4666666667vw;
  }
}
.top-terms__inner {
  max-width: 768px;
  width: 100%;
  height: 482px;
  padding: 13px 0;
  margin: 90px auto 0;
  border: solid 1px #D6D6D6;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top-terms__inner {
    max-width: 680px;
  }
}
@media (max-width: 767px) {
  .top-terms__inner {
    max-width: 82.9333333333vw;
    height: 137.8666666667vw;
    padding: 3.4666666667vw 0;
    margin-top: 13.3333333333vw;
  }
}
.top-terms__cont {
  font-size: 15px;
  line-height: 2.3333333333;
  height: 100%;
  padding: 0 19px;
  overflow-x: hidden;
  overflow-y: auto;
  word-break: break-all;
}
@media (max-width: 767px) {
  .top-terms__cont {
    font-size: 7.5px;
    font-size: 4vw;
    padding: 0 5.0666666667vw;
  }
}
.top-terms__cont ul > li > ul > li {
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .top-terms__cont ul > li > ul > li {
    padding-left: 4vw;
  }
}
.top-terms__cont ul > li > ul > li > span {
  position: absolute;
  top: 0;
  left: 0;
}
.top-terms__cont p {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .top-terms__cont p {
    margin-top: 9.3333333333vw;
  }
}
.top-terms__cont p:first-of-type {
  margin-top: 0;
}
.top-terms__cont a {
  display: inline-block;
  text-decoration: underline;
}

/* module > top > contact
============================================================================ */
.top-contact {
  padding-top: 70px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .top-contact {
    padding-top: 13.3333333333vw;
    margin-top: 13.3333333333vw;
  }
}
.top-contact__inner {
  max-width: 756px;
}
@media (max-width: 767px) {
  .top-contact__inner {
    max-width: 82.9333333333vw;
  }
}/*# sourceMappingURL=style.css.map */