@font-face {
  font-family: 'Kosugi Maru';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/kosugimaru/v6/0nksC9PgP_wGh21A2KeqGiTq.ttf) format('truetype');
}
body {
  margin: 0;
  font-family: 'Kosugi Maru', sans-serif;
  color: #333333;
  font-weight: 300;
}
img {
  width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  user-select: none;
}
li {
  list-style: none;
}
.section-title {
  position: relative;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .section-title {
    font-size: 24px;
  }
}
.section-title::after {
  display: block;
  z-index: 20;
  width: 56px;
  height: 4px;
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  background-color: #33CC33;
  border-radius: 10px;
}
.lp_container {
  position: relative;
}
.crown-icon-vessel {
  z-index: 20;
  width: 53px;
  position: absolute;
  top: -220%;
  left: 50%;
  transform: translateX(-50%);
}
.crown-icon-vessel img {
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .crown-icon-vessel {
    width: 36px;
    top: -170%;
  }
}
.subsection-title {
  font-size: 20px;
  font-weight: 300;
}
.top-header {
  padding: 15px 0;
  box-shadow: 0px 3px 16px #00000019;
}
.top-header .header-wrapper {
  max-width: 940px;
  margin: 0px auto;
  display: flex;
  align-items: center;
}
.top-header .header-wrapper .logo-vessel {
  width: 140px;
}
.top-header .header-wrapper nav {
  padding-left: 5%;
  flex-grow: 2;
}
.top-header .header-wrapper nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
}
.top-header .header-wrapper nav ul li {
  list-style: none;
  width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-header .header-wrapper nav ul li a {
  color: #333333;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-header .header-wrapper nav ul li a .nav-icon-wrapper {
  width: 75px;
}
.top-header .header-wrapper nav ul li a p {
  text-decoration: none;
  margin: 10px 0 0 0;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .header-wrapper .logo-vessel {
    width: 140px;
  }
  .header-wrapper nav {
    padding-left: 3%;
    flex-grow: 2;
  }
  .header-wrapper nav ul li a {
    width: 70px;
    margin: 0 15px;
  }
  .header-wrapper nav ul li a p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .top-header {
    padding: 0;
  }
  .top-header .header-wrapper {
    display: none;
  }
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F7F7F7;
}
footer .footer-logo-vessel {
  width: 215.5px;
  margin-top: 60px;
}
footer .footer-link-vessel {
  margin-top: 40px;
}
footer .footer-link-vessel ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .footer-link-vessel ul li {
  margin: 0;
  letter-spacing: 3.36px;
  line-height: 14px;
  padding: 0px 20px;
}
footer .footer-link-vessel ul li a {
  text-decoration: none;
  color: #333333;
}
footer .footer-link-vessel ul li + li {
  border-left: solid 1px #333333;
}
footer .copyright-text {
  color: #999999;
  font-size: 14px;
  letter-spacing: 3.36px;
  line-height: 28px;
  margin-bottom: 64px;
}
img.to-top-icon {
  width: 100px;
  position: fixed;
  right: 30px;
  bottom: 26px;
  cursor: pointer;
  pointer-events: auto;
}
.vp-banner-vessel {
  position: relative;
}
.vp-link {
  width: 187px;
  position: absolute;
  bottom: 10px;
  left: calc(30px - 50vw);
}
@media only screen and (max-width: 700px) {
  footer .footer-link-vessel {
    margin-top: 30px;
  }
  footer .footer-link-vessel ul {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
  footer .footer-link-vessel ul li {
    float: left;
    font-size: 12px;
    letter-spacing: 2px;
    margin: 6px 0px;
    padding: 0px 20px;
    line-height: 10px;
  }
  footer .footer-link-vessel ul li + li {
    border-left: solid 1px #333333;
  }
  img.to-top-icon {
    width: 60px;
    right: 10px;
    bottom: 7px;
    z-index: 100;
  }
  .vp-banner-vessel {
    position: initial;
    width: 55%;
    margin-top: 30px;
  }
  .vp-link {
    display: block;
    position: initial;
    width: 100%;
  }
}
.contents-board {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 300;
  position: relative;
  background: #FFFFFF;
  border: solid 1.5px #33CC33;
  border-radius: 20px;
}
.contents-board .green-dot1,
.contents-board .green-dot2,
.contents-board .green-dot3,
.contents-board .green-dot4 {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  position: absolute;
  z-index: 25;
  background-color: #33CC33;
}
.contents-board .green-dot1 {
  top: 3.5%;
  left: 2.5%;
}
.contents-board .green-dot2 {
  top: 3.5%;
  right: 2.5%;
}
.contents-board .green-dot3 {
  bottom: 3.5%;
  left: 2.5%;
}
.contents-board .green-dot4 {
  bottom: 3.5%;
  right: 2.5%;
}
.contents-board .circle1 {
  border: solid 1.5px #33CC33;
  position: absolute;
  content: '';
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-30%);
  top: 0px;
}
.contents-board .lectangle1 {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 144px;
  height: 100px;
  background: white;
}
body.noscroll {
  overflow: hidden;
}
#entry-header-logo {
  width: 100%;
  background-color: #FFFFFF;
  -webkit-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
  -moz-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
  -ms-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
  filter: drop-shadow(10px 3px 16px rgba(0, 0, 0, 0.19));
}
#entry-header-logo .header-inner {
  display: flex;
}
#entry-header-logo .header-inner h1 {
  width: 100%;
  height: 110px;
  background-image: url('../images/entry-pc/title-logo.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
#entry-header-logo .header-inner h1 .site-title {
  display: none;
}
#entry-header-logo .header-nav .nav-list,
#entry-header-logo .burger-btn {
  display: none;
}
#post-8,
#post-16,
#post-25,
#post-28 {
  background-image: url('../images/entry-pc/entry_form_bg.png') !important;
  background-repeat: repeat;
  padding: 30px;
  color: #333333;
}
#post-8 .entry-header,
#post-16 .entry-header,
#post-25 .entry-header,
#post-28 .entry-header {
  padding-top: 120px;
}
#post-8 .entry-header .entry-header-icon,
#post-16 .entry-header .entry-header-icon,
#post-25 .entry-header .entry-header-icon,
#post-28 .entry-header .entry-header-icon {
  width: 52px;
}
#post-8 .entry-header .entry-header-underbar,
#post-16 .entry-header .entry-header-underbar,
#post-25 .entry-header .entry-header-underbar,
#post-28 .entry-header .entry-header-underbar {
  width: 56px;
  height: 2px;
  background-color: #33CC33;
  margin: 10px auto 75px;
}
#post-16 .entry-content,
#post-28 .entry-content {
  text-align: center;
}
#post-16 .entry-content p,
#post-28 .entry-content p {
  line-height: 2em;
}
#post-16 .entry-content .not-complete-entry .not-complete-entry-before,
#post-28 .entry-content .not-complete-entry .not-complete-entry-before {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
}
#post-16 .entry-content .not-complete-entry .not-complete-entry-text,
#post-28 .entry-content .not-complete-entry .not-complete-entry-text {
  display: inline-block;
}
#post-16 .entry-content .not-complete-entry .not-complete-entry-after,
#post-28 .entry-content .not-complete-entry .not-complete-entry-after {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
#post-16 .entry-content a,
#post-28 .entry-content a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 60px;
  border: solid 1px #1DA21D;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  padding: 16px 71px 16px 52px;
  background-color: white;
  box-shadow: 2px 4px #1DA21D;
  background-image: url('../images/entry-pc/go_arrow.png') !important;
  background-repeat: no-repeat !important;
  background-size: 10%;
  background-position: 84% 50%;
}
.entry-content {
  /*opacity: 0.5;*/
}
.entry-content #entry-form-body {
  width: 790px;
  margin: 0 auto;
}
.entry-content #entry-form-body .entry-form-confirm {
  display: none;
}
.entry-content #entry-form-body .entry-form-confirm .entry-right-column-confirm {
  padding-top: 20px;
  width: 550px;
  display: inline-block;
}
.entry-content #entry-form-body span.error-box {
  display: none;
  color: red;
}
.entry-content #entry-form-body .entry-column {
  margin: 30px 0px;
}
.entry-content #entry-form-body .entry-column .entry-left-title {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
}
.entry-content #entry-form-body .entry-column .entry-left-title-single {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}
.entry-content #entry-form-body .entry-column .entry-right-column {
  width: 550px;
  display: inline-block;
  /* IE */
  /* Edge */
}
.entry-content #entry-form-body .entry-column .entry-right-column .wpcf7-list-item {
  margin: 0 1em 3.7px 0;
}
.entry-content #entry-form-body .entry-column .entry-right-column input[type="text"],
.entry-content #entry-form-body .entry-column .entry-right-column input[type="tel"],
.entry-content #entry-form-body .entry-column .entry-right-column input[type="email"] {
  font-size: 16px;
  width: 516px;
  margin-right: 20px;
  padding-left: 13px;
  height: 56px;
  background-color: #EDEDED;
  border: none;
  border-radius: 6px;
  color: #333333;
}
.entry-content #entry-form-body .entry-column .entry-right-column input::placeholder {
  color: #999999;
}
.entry-content #entry-form-body .entry-column .entry-right-column input:-ms-input-placeholder {
  color: #999999;
}
.entry-content #entry-form-body .entry-column .entry-right-column input::-ms-input-placeholder {
  color: #999999;
}
.entry-content #entry-form-body .entry-column .entry-right-column select {
  font-size: 16px;
  width: 255px;
  margin-right: 20px;
  padding-left: 13px;
  height: 56px;
  background-color: #EDEDED;
  border: none;
  border-radius: 6px;
  color: #333333;
}
.entry-content #entry-form-body .entry-column .entry-right-column div.upload-button {
  background-image: url('../images/entry-pc/upload_button.png') !important;
  background-repeat: no-repeat !important;
  display: inline-block;
  height: 50px;
  width: 267px;
  background-size: 100%;
  opacity: 1;
  cursor: pointer;
}
.entry-content #entry-form-body .entry-column .entry-right-column div.upload-button .file-uploading {
  display: none!important;
}
.entry-content #entry-form-body .entry-column .entry-right-column div.upload-button .fileupload {
  opacity: 0;
  height: 50px;
  width: 267px;
}
.entry-content #entry-form-body .entry-column .entry-right-column div.upload-button .fileupload input[type="button"] {
  width: 267px!important;
  height: 50px!important;
  cursor: pointer;
  opacity: 0;
}
.entry-content #entry-form-body .entry-column .entry-right-column div.upload-button .fileupload #file-upload-button {
  cursor: pointer;
}
.entry-content #entry-form-body .entry-column .entry-right-column .upload-file-name-box {
  display: inline-block;
  vertical-align: top;
}
.entry-content #entry-form-body .entry-column .entry-right-column .upload-text {
  line-height: 24px;
  font-size: 14px;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column {
  margin: 0px 0px 30px 0px;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-left {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right {
  width: 400px;
  display: inline-block;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right select::-ms-expand {
  display: none;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 424px;
  background-image: url('../images/entry-pc/drop_down@2x.png') !important;
  background-repeat: no-repeat !important;
  background-size: 4%;
  background-position: 97%;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right input[type="text"],
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right input[type="tel"],
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right input[type="email"] {
  width: 408px;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode {
  width: 400px;
  display: inline-block;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode div {
  float: left;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode input[type="text"],
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode input[type="tel"],
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode input[type="email"] {
  width: 160px;
  display: inline-block;
}
.entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode .zipcode-button {
  width: 145px;
  height: 38px;
  margin-top: 10px;
  line-height: 38px;
  border-radius: 28px;
  color: white;
  background-color: #33CC33;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}
.entry-content #entry-form-body .entry-column .entry-right-column-double {
  width: 550px;
  display: inline-block;
  /* IE */
  /* Edge */
}
.entry-content #entry-form-body .entry-column .entry-right-column-double div {
  float: left;
}
.entry-content #entry-form-body .entry-column .entry-right-column-double input[type="text"],
.entry-content #entry-form-body .entry-column .entry-right-column-double input[type="tel"],
.entry-content #entry-form-body .entry-column .entry-right-column-double input[type="email"] {
  font-size: 16px;
  width: 240px;
  margin-right: 20px;
  padding-left: 13px;
  height: 56px;
  background-color: #EDEDED;
  border: none;
  border-radius: 6px;
  color: #333333;
}
.entry-content #entry-form-body .entry-column .entry-right-column-double input::placeholder {
  color: #999999;
}
.entry-content #entry-form-body .entry-column .entry-right-column-double input:-ms-input-placeholder {
  color: #999999;
}
.entry-content #entry-form-body .entry-column .entry-right-column-double input::-ms-input-placeholder {
  color: #999999;
}
.entry-content #entry-form-body .entry-column .entry-right-column-double select::-ms-expand {
  display: none;
}
.entry-content #entry-form-body .entry-column .entry-right-column-double select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  width: 255px;
  margin-right: 20px;
  padding-left: 13px;
  height: 56px;
  background-color: #EDEDED;
  border: none;
  border-radius: 6px;
  color: #333333;
  background-image: url('../images/entry-pc/drop_down@2x.png') !important;
  background-repeat: no-repeat !important;
  background-size: 6%;
  background-position: 95%;
}
.entry-content #entry-form-body .valedKidsUser {
  display: none;
}
.entry-content #entry-form-body input[type=radio] {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0 0 1em 0;
  width: 0px;
}
.entry-content #entry-form-body input[type=radio] + span {
  border-color: #999999;
}
.entry-content #entry-form-body input[type=radio] + span::before {
  position: relative;
  display: inline-block;
  content: '';
  box-sizing: border-box;
  border-radius: 22px;
  z-index: 0;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
  border: 2px #999999 solid;
  margin-right: 6px;
}
.entry-content #entry-form-body input[type=radio]:checked + span::before {
  background-color: #33CC33;
  border: solid 2px white;
  box-shadow: 0 0 0 2px #33CC33;
}
.entry-content #entry-form-body input[type="checkbox"] {
  display: none;
}
.entry-content #entry-form-body input[type="checkbox"] + span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-right: 10px;
}
.entry-content #entry-form-body input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 0;
  top: 50%;
  border: 1px solid;
  border-color: #999999;
  background-color: #FFF;
}
.entry-content #entry-form-body input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 9px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #33CC33;
}
.entry-content #entry-form-body .agree_text {
  text-align: center;
  color: #999999;
  height: 30px;
}
.entry-content #entry-form-body .agree_text a {
  text-decoration: none;
  color: #999999;
}
.entry-content #entry-form-body .agree_text img {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.entry-content #entry-form-body .agree_checkbox {
  text-align: center;
  font-size: 20px;
}
.entry-content #entry-form-body .confirm-box {
  margin: 19px 0 100px 170px;
}
.entry-content #entry-form-body .confirm-box div {
  display: inline-block;
  margin: 0 17px;
}
.entry-content #entry-form-body .confirm-box div a.back_button {
  border-radius: 60px;
  border: solid 1px gray;
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  padding: 16px 99px 16px 63px;
  background-color: white;
  box-shadow: 2px 4px gray;
  background-image: url('../images/entry-pc/back_arrow.png') !important;
  background-repeat: no-repeat !important;
  background-size: 23px;
  background-position: 12%;
}
.entry-content #entry-form-body .confirm-box div div.confirm_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 60px;
  border: solid 1px #1DA21D;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  padding: 16px 91px 16px 32px;
  background-color: white;
  box-shadow: 2px 4px #1DA21D;
  background-image: url('../images/entry-pc/go_arrow.png') !important;
  background-repeat: no-repeat !important;
  background-size: 10%;
  background-position: 84% 50%;
}
.entry-content #entry-form-body .confirm-box div div.back_input_button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 60px;
  border: solid 1px gray;
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  padding: 16px 99px 16px 63px;
  background-color: white;
  box-shadow: 2px 4px gray;
  background-image: url('../images/entry-pc/back_arrow.png') !important;
  background-repeat: no-repeat !important;
  background-size: 23px;
  background-position: 12%;
}
.entry-content #entry-form-body .confirm-box div input.wpcf7-submit[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border-radius: 60px;
  border: solid 1px #1DA21D;
  text-decoration: none;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  padding: 16px 91px 16px 32px;
  background-color: white;
  box-shadow: 2px 4px #1DA21D;
  background-image: url('../images/entry-pc/go_arrow.png') !important;
  background-repeat: no-repeat !important;
  background-size: 10%;
  background-position: 84% 50%;
}
.section-inner {
  display: none;
}
.entry-header .entry-header-inner {
  display: block;
}
.wpcf7 .ajax-loader {
  margin: 0;
  display: inline;
}
@media screen and (max-width: 768px) {
  /****************************************
	 MIX definition
	*****************************************/
  .input-form-mix {
    height: 48px;
    width: 95%;
    margin-right: 0px;
    padding-left: 5%;
    background-color: #EDEDED;
    border: none;
    border-radius: 6px;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #333333;
    outline-color: #33CC33;
  }
  .button-style-mix {
    display: block;
    width: 90%;
    padding: 16px 0;
    margin: 16px auto 0;
    cursor: pointer;
    border-radius: 60px;
    border: solid 1px #33CC33;
    font-family: 'Kosugi Maru', sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    background-color: white;
    box-shadow: 2px 4px #33CC33;
  }
  /****************************************
	 Content Area Common on SP
	*****************************************/
  #post-8,
  #post-16,
  #post-25,
  #post-28 {
    background-image: url('../images/entry-pc/entry_form_bg.png') !important;
    background-repeat: repeat;
    padding: 0px 0px 64px 0px;
  }
  #post-8 .entry-header,
  #post-16 .entry-header,
  #post-25 .entry-header,
  #post-28 .entry-header {
    padding: 64px 25px 30px 25px;
  }
  #post-8 .entry-header .entry-header-icon,
  #post-16 .entry-header .entry-header-icon,
  #post-25 .entry-header .entry-header-icon,
  #post-28 .entry-header .entry-header-icon {
    width: 36px;
  }
  #post-8 .entry-header .entry-header-underbar,
  #post-16 .entry-header .entry-header-underbar,
  #post-25 .entry-header .entry-header-underbar,
  #post-28 .entry-header .entry-header-underbar {
    width: 36px;
    height: 4px;
    background-color: #33CC33;
    margin: 10px auto 0px;
  }
  .wpcf7-form-control-wrap {
    position: static;
  }
  .entry-content #entry-form-body {
    width: 85%;
    margin: 0 7.5%;
  }
  .entry-content #entry-form-body .entry-column {
    margin: 35px 0px 0px;
  }
  .entry-content #entry-form-body .entry-column .entry-left-title {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-top: 0px;
  }
  .entry-content #entry-form-body .entry-column .entry-left-title-single {
    width: 100%;
    display: block;
    vertical-align: top;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column {
    width: 100%;
    display: inline-block;
    margin-top: 17px;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .wpcf7-list-item {
    margin: 16px 0 0 3%;
    width: 97%;
    line-height: 10px;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column input[type="text"],
  .entry-content #entry-form-body .entry-column .entry-right-column input[type="tel"],
  .entry-content #entry-form-body .entry-column .entry-right-column input[type="email"] {
    height: 48px;
    width: 95%;
    margin-right: 0px;
    padding-left: 5%;
    background-color: #EDEDED;
    border: none;
    border-radius: 6px;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #333333;
    outline-color: #33CC33;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column select {
    height: 48px;
    width: 95%;
    margin-right: 0px;
    padding-left: 5%;
    background-color: #EDEDED;
    border: none;
    border-radius: 6px;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #333333;
    outline-color: #33CC33;
    width: 86.7%;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .upload-button input {
    width: 267px;
    cursor: pointer;
    opacity: 0;
    margin: 0 auto;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .upload-button #file-upload-button {
    cursor: pointer;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .upload-button {
    background-image: url('../images/entry-pc/upload_button.png') !important;
    background-repeat: no-repeat !important;
    height: 50px;
    width: 267px;
    background-size: 100%;
    opacity: 1;
    cursor: pointer;
    margin: 0 auto;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .your-notice .wpcf7-list-item {
    width: 46%;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column {
    margin: 0px;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-left {
    width: 100px;
    display: block;
    vertical-align: top;
    padding-top: 20px;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right {
    width: 100%;
    display: inline-block;
    margin-top: 16px;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right select::-ms-expand {
    display: none;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-right: 0px;
    padding-left: 5%;
    background-image: url('../images/entry-pc/drop_down@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 4%;
    background-position: 97%;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right input[type="text"],
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right input[type="tel"],
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right input[type="email"] {
    height: 48px;
    width: 95%;
    margin-right: 0px;
    padding-left: 5%;
    background-color: #EDEDED;
    border: none;
    border-radius: 6px;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #333333;
    outline-color: #33CC33;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode {
    width: 100%;
    display: inline-block;
    margin-top: 16px;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode div {
    float: left;
    width: 48%;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode input[type="text"],
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode input[type="tel"],
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode input[type="email"] {
    display: inline-block;
    height: 48px;
    width: 95%;
    margin-right: 0px;
    padding-left: 5%;
    background-color: #EDEDED;
    border: none;
    border-radius: 6px;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #333333;
    outline-color: #33CC33;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column .right-entry-column .right-entry-column-right-zipcode .zipcode-button {
    width: 45%;
    height: 38px;
    margin-top: 6px;
    margin-left: 5%;
    line-height: 38px;
    border-radius: 28px;
    color: #FFFFFF;
    background-color: #33CC33;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column-double {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column-double div {
    width: 48%;
    float: left;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column-double div:nth-child(2) {
    margin-left: 4%;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column-double input[type="text"],
  .entry-content #entry-form-body .entry-column .entry-right-column-double input[type="tel"],
  .entry-content #entry-form-body .entry-column .entry-right-column-double input[type="email"] {
    height: 48px;
    width: 95%;
    margin-right: 0px;
    padding-left: 5%;
    background-color: #EDEDED;
    border: none;
    border-radius: 6px;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #333333;
    outline-color: #33CC33;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column-double select::-ms-expand {
    display: none;
  }
  .entry-content #entry-form-body .entry-column .entry-right-column-double select {
    height: 48px;
    width: 95%;
    margin-right: 0px;
    padding-left: 5%;
    background-color: #EDEDED;
    border: none;
    border-radius: 6px;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 16px;
    color: #333333;
    outline-color: #33CC33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-image: url('../images/entry-pc/drop_down@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 6%;
    background-position: 95%;
  }
  .entry-content #entry-form-body .valedKidsUser {
    display: none;
  }
  .entry-content #entry-form-body input[type=radio] {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    margin: 0 0 1em 0;
    width: 0px;
  }
  .entry-content #entry-form-body input[type=radio] + span {
    border-color: #999999;
  }
  .entry-content #entry-form-body input[type=radio] + span::before {
    position: static;
    display: inline-block;
    content: '';
    box-sizing: border-box;
    border-radius: 22px;
    z-index: 0;
    top: 0;
    left: 0;
    background-color: transparent;
    width: 14px;
    height: 14px;
    border: 2px #999999 solid;
    margin-right: 10px;
  }
  .entry-content #entry-form-body input[type=radio]:checked + span::before {
    background-color: #33CC33;
    border: solid 2px white;
    box-shadow: 0 0 0 2px #33CC33;
  }
  .entry-content #entry-form-body input[type="checkbox"] {
    display: none;
  }
  .entry-content #entry-form-body input[type="checkbox"] + span {
    display: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
  }
  .entry-content #entry-form-body input[type="checkbox"] + span::before {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    left: 0;
    top: 50%;
    border: 1px solid;
    border-color: #999999;
    background-color: #FFF;
  }
  .entry-content #entry-form-body input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 18px;
    height: 9px;
    margin-top: -16px;
    top: 50%;
    left: 3px;
    transform: rotate(-45deg);
    border-bottom: 3px solid;
    border-left: 3px solid;
    border-color: #33CC33;
  }
  .entry-content #entry-form-body p.upload-text {
    font-size: 14px;
  }
  .entry-content #entry-form-body .agree_text {
    text-align: center;
    color: #999999;
    height: 30px;
    margin-top: 25px;
    margin-block-end: 0em;
  }
  .entry-content #entry-form-body .agree_text a {
    text-decoration: none;
  }
  .entry-content #entry-form-body .agree_checkbox {
    text-align: center;
    font-size: 20px;
  }
  .entry-content #entry-form-body .agree_checkbox span.wpcf7-list-item-label {
    color: #333333;
    line-height: 1.1em;
  }
  .entry-content #entry-form-body .confirm-box {
    margin: 0;
  }
  .entry-content #entry-form-body .confirm-box div {
    display: inline-block;
    margin: 0;
    width: 100%;
  }
  .entry-content #entry-form-body .confirm-box div div.confirm_button {
    display: block;
    width: 90%;
    padding: 16px 0;
    margin: 16px auto 0;
    cursor: pointer;
    border-radius: 60px;
    border: solid 1px #33CC33;
    font-family: 'Kosugi Maru', sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    background-color: white;
    box-shadow: 2px 4px #33CC33;
    background-image: url('../images/entry-pc/go_arrow.png') !important;
    background-repeat: no-repeat !important;
    background-size: 23px;
    background-position: 88% 50%;
  }
  .entry-content #entry-form-body .confirm-box div div.back_input_button {
    display: block;
    width: 90%;
    padding: 16px 0;
    margin: 16px auto 0;
    cursor: pointer;
    border-radius: 60px;
    border: solid 1px #33CC33;
    font-family: 'Kosugi Maru', sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    background-color: white;
    box-shadow: 2px 4px #33CC33;
    color: #333333;
    border-color: gray;
    box-shadow: 2px 4px gray;
    background-image: url('../images/entry-pc/back_arrow.png') !important;
    background-repeat: no-repeat !important;
    background-size: 23px;
    background-position: 12%;
  }
  .entry-content #entry-form-body .confirm-box div a.back_button {
    display: block;
    width: 90%;
    padding: 16px 0;
    margin: 16px auto 0;
    cursor: pointer;
    border-radius: 60px;
    border: solid 1px #33CC33;
    font-family: 'Kosugi Maru', sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    background-color: white;
    box-shadow: 2px 4px #33CC33;
    color: #333333;
    border-color: gray;
    box-shadow: 2px 4px gray;
    background-image: url('../images/entry-pc/back_arrow.png') !important;
    background-repeat: no-repeat !important;
    background-size: 23px;
    background-position: 12%;
  }
  .entry-content #entry-form-body .confirm-box div input.wpcf7-submit[type="submit"] {
    display: block;
    width: 90%;
    padding: 16px 0;
    margin: 16px auto 0;
    cursor: pointer;
    border-radius: 60px;
    border: solid 1px #33CC33;
    font-family: 'Kosugi Maru', sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    background-color: white;
    box-shadow: 2px 4px #33CC33;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/entry-pc/go_arrow.png') !important;
    background-repeat: no-repeat !important;
    background-size: 23px;
    background-position: 88% 50%;
  }
  .entry-content #entry-form-body .entry-form-confirm .confirm-box {
    margin: 56px 0 0 0;
  }
  .entry-content #entry-form-body .entry-form-confirm .entry-right-column-confirm {
    width: 100%;
  }
  #entry-header-logo {
    width: 100%;
    background-color: #FFFFFF;
    -webkit-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
    -moz-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
    -ms-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
    filter: drop-shadow(10px 3px 16px rgba(0, 0, 0, 0.19));
  }
  #entry-header-logo .header-inner h1 {
    display: flex;
    height: 55px;
    width: 40%;
    margin-left: 5%;
    background-image: url('../images/entry-pc/title-logo.svg') !important;
    background-repeat: no-repeat;
    background-position: 8% center;
    background-size: 60px;
  }
  #entry-header-logo .header-inner h1 .site-title {
    display: none;
  }
  #entry-header-logo .burger-btn {
    display: flex;
    top: 10px;
    left: 40%;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
    border: none;
  }
  #entry-header-logo .bar {
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #33CC33;
  }
  #entry-header-logo .bar_top {
    top: 10px;
  }
  #entry-header-logo .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #entry-header-logo .bar_bottom {
    bottom: 10px;
  }
  #entry-header-logo .burger-btn.close .bar_top {
    transform: translate(-50%, 8px) rotate(45deg);
    transition: transform 0.3s;
  }
  #entry-header-logo .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  #entry-header-logo .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }
  #entry-header-logo .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 2;
  }
  #entry-header-logo .header-nav {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 2;
  }
  #entry-header-logo .header-nav .nav-list {
    display: block;
    position: absolute;
    top: 240px;
    left: 50%;
    width: 100% !important;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #entry-header-logo .header-nav .nav-list img {
    width: 60px;
    height: 30px;
    padding-right: 15px;
    border-right: solid 1px rgba(0, 0, 0, 0.29);
  }
  #entry-header-logo .header-nav .nav-list a {
    color: #333333;
    text-decoration: none;
    width: 100%;
    display: block;
  }
  #entry-header-logo .header-nav .nav-list a span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 18px;
  }
  #entry-header-logo .header-nav .nav-item:nth-child(1) {
    padding-top: 25px;
  }
  #entry-header-logo .header-nav .nav-item {
    margin-right: 0;
    margin-bottom: 22px;
    width: 95%;
    padding-left: 5%;
    padding-bottom: 10px;
    text-align: left;
    background-image: url('../images/entry-sp/menu-dot-line.svg') !important;
    background-repeat: repeat-x;
    background-position: bottom;
  }
  #entry-header-logo ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0px;
  }
  /****************************************
	 Page Specific 
	*****************************************/
  #post-16 .entry-content,
  #post-28 .entry-content {
    width: 85%;
    margin: 0 7.5%;
  }
  #post-16 .entry-content a,
  #post-28 .entry-content a {
    display: block;
    width: 90%;
    padding: 16px 0;
    margin: 16px auto 0;
    cursor: pointer;
    border-radius: 60px;
    border: solid 1px #33CC33;
    font-family: 'Kosugi Maru', sans-serif;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    background-color: white;
    box-shadow: 2px 4px #33CC33;
    background-size: 23px;
    background-position: 88% 50%;
  }
  #post-16 .entry-content p,
  #post-28 .entry-content p {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  #post-16 .entry-content .has-inline-color,
  #post-28 .entry-content .has-inline-color {
    display: flex;
    margin: 20px 0 10px;
  }
  #post-16 .entry-content .has-inline-color .not-complete-entry-text,
  #post-28 .entry-content .has-inline-color .not-complete-entry-text {
    font-size: 18px;
    width: 156px;
    color: #F55656;
    margin: 0 auto;
  }
  #post-16 .entry-content .has-inline-color .not-complete-entry-before,
  #post-28 .entry-content .has-inline-color .not-complete-entry-before,
  #post-16 .entry-content .has-inline-color .not-complete-entry-after,
  #post-28 .entry-content .has-inline-color .not-complete-entry-after {
    color: white;
    min-width: 18%;
    background-image: url('../images/entry-sp/center-line.svg') !important;
    background-repeat: repeat-x;
    background-position: 0 1em;
  }
  #post-16 .entry-content .has-inline-color::before,
  #post-28 .entry-content .has-inline-color::before {
    border-bottom: 1px solid red;
  }
}
.pc-layout {
  display: block;
}
.sp-layout {
  display: none;
}
#top-sp-header {
  display: none;
}
@media only screen and (max-width: 700px) {
  #top-sp-header {
    display: block;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
    -moz-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
    -ms-filter: drop-shadow(0px 3px 16px rgba(0, 0, 0, 0.19));
    filter: drop-shadow(10px 3px 16px rgba(0, 0, 0, 0.19));
  }
  #top-sp-header .header-inner .header-sp-icons-vessel {
    display: flex;
    justify-content: space-between;
  }
  #top-sp-header .header-inner .header-sp-icons-vessel h1 {
    margin: 0;
  }
  #top-sp-header .header-inner .header-sp-icons-vessel .burger-btn {
    left: 0;
  }
  #top-sp-header .header-inner h1 {
    display: flex;
    height: 55px;
    width: 40%;
    margin-left: 5%;
    background-image: url('../images/entry-pc/title-logo.svg') !important;
    background-repeat: no-repeat;
    background-position: 8% center;
    background-size: 60px;
  }
  #top-sp-header .header-inner h1 .site-title {
    display: none;
  }
  #top-sp-header .burger-btn {
    display: flex;
    top: 10px;
    left: 40%;
    width: 39px;
    height: 39px;
    position: relative;
    z-index: 3;
    border: none;
  }
  #top-sp-header .bar {
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #33CC33;
  }
  #top-sp-header .bar_top {
    top: 10px;
  }
  #top-sp-header .bar_mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #top-sp-header .bar_bottom {
    bottom: 10px;
  }
  #top-sp-header .burger-btn.close .bar_top {
    transform: translate(-50%, 8px) rotate(45deg);
    transition: transform 0.3s;
  }
  #top-sp-header .burger-btn.close .bar_mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
  #top-sp-header .burger-btn.close .bar_bottom {
    transform: translate(-50%, -8px) rotate(-45deg);
    transition: transform 0.3s;
  }
  #top-sp-header .nav-wrapper {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 2;
  }
  #top-sp-header .header-nav {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: 2;
  }
  #top-sp-header .header-nav .nav-list {
    display: block;
    position: absolute;
    top: 240px;
    left: 50%;
    width: 100% !important;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #top-sp-header .header-nav .nav-list img {
    width: 60px;
    height: 30px;
    padding-right: 15px;
    border-right: solid 1px rgba(0, 0, 0, 0.29);
  }
  #top-sp-header .header-nav .nav-list a {
    color: #333333;
    text-decoration: none;
    width: 100%;
    display: block;
  }
  #top-sp-header .header-nav .nav-list a span {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
    font-size: 18px;
  }
  #top-sp-header .header-nav .nav-item {
    margin-right: 0;
    margin-bottom: 20px;
    width: 95%;
    padding-left: 5%;
    padding-bottom: 10px;
    text-align: left;
    background-image: url('../images/entry-sp/menu-dot-line.svg') !important;
    background-repeat: repeat-x;
    background-position: bottom;
  }
  #top-sp-header ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0px;
  }
}
.firstview_wrapper {
  position: relative;
  padding-bottom: 5%;
}
.firstview_wrapper .lp_firstview_container {
  display: flex;
}
.firstview_wrapper .lp_firstview_container .firstview_img_vessel {
  width: 50%;
}
.firstview_wrapper .lp_firstview_container .firstview_img_vessel .firstview_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.firstview_wrapper .top_circle {
  width: 43.75vw;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.firstview_wrapper .top_circle img {
  width: 100%;
}
.firstview_wrapper .top_free_budge {
  width: 8.65%;
  position: absolute;
  top: 12.8%;
  right: 29.7%;
}
.firstview_wrapper .top_free_budge img {
  width: 100%;
}
.firstview_wrapper .firstview_subcaption {
  background-color: #19B719;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 300;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0 auto;
  padding: 2% 0;
}
.firstview_wrapper .firstview_subcaption span {
  display: block;
  letter-spacing: 1.2px;
  line-height: 34px;
}
.firstview_wrapper .firstview_subcaption span small {
  letter-spacing: 1px;
}
.firstview_wrapper .firstview_subcaption .fv-subcaption-vessel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstview_wrapper .firstview_subcaption .fv-subcaption-vessel .fv-caption-border {
  width: 20px;
  height: 0;
  background-color: #FFFFFF;
  border: solid 0.75px #FFFFFF;
  border-radius: 100px;
  margin: 5px;
}
@media only screen and (min-width: 701px) and (max-width: 1024px) {
  .firstview_wrapper .firstview_subcaption {
    bottom: 3%;
    font-size: 18px;
  }
  .firstview_wrapper .firstview_subcaption span {
    display: block;
    letter-spacing: 1.2px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 700px) {
  .pc-layout {
    display: none;
  }
  .sp-layout {
    display: block;
  }
  .firstview_wrapper .top_circle {
    width: 92vw;
    position: absolute;
    top: 13%;
  }
  .firstview_wrapper .top_free_budge {
    width: 19.4%;
    position: absolute;
    top: 16.7%;
    right: 8%;
  }
  .firstview_wrapper .firstview_subcaption {
    width: 100%;
    font-size: 16px;
    position: absolute;
    bottom: 0%;
  }
  .firstview_wrapper .firstview_subcaption span {
    display: block;
    letter-spacing: 0.8px;
    line-height: 23px;
    margin-bottom: 1%;
  }
  .firstview_wrapper .firstview_subcaption span small {
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 20px;
  }
  .firstview_wrapper .firstview_subcaption .fv-subcaption-label {
    width: initial;
    display: flex;
    align-items: center;
  }
  .firstview_wrapper .firstview_subcaption .fv-subcaption-label .fv-caption-border {
    width: 20px;
    height: 0;
    border: solid 1px white;
  }
}
.selection-1st-result {
  background-image: url(../images/TOP-pc/bg-image-02.png);
  padding: 80px 0 100px;
  position: relative;
}
.selection-1st-result .lp_container {
  max-width: 793px;
  margin: 0 auto;
}
.selection-1st-result .lp_container .selection-1st-title {
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.selection-1st-result .lp_container .selection-1st-title .title-vessel {
  width: 191.5px;
}
.selection-1st-result .lp_container .selection-1st-title small {
  display: inline-block;
  font-size: 17px;
  margin-top: 25px;
}
.selection-1st-result .lp_container .selection-1st-title .crown-icon-vessel {
  top: -100%;
}
.selection-1st-result .lp_container .section-title:after {
  top: 120%;
}
.selection-1st-result .lp_container .contents-board {
  padding-top: 60px;
  margin-bottom: 40px;
}
.selection-1st-result .lp_container .contents-board .green-dot1 {
  top: 20px;
  left: 20px;
}
.selection-1st-result .lp_container .contents-board .green-dot2 {
  top: 20px;
  right: 20px;
}
.selection-1st-result .lp_container .contents-board .green-dot3 {
  bottom: 20px;
  left: 20px;
}
.selection-1st-result .lp_container .contents-board .green-dot4 {
  bottom: 20px;
  right: 20px;
}
.selection-1st-result .lp_container .contents-board .result-title {
  position: absolute;
  margin: 0;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 340px;
  border-radius: 40px;
  border: solid 1.5px #33CC33;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 0;
}
.selection-1st-result .lp_container .result-wrapper {
  position: relative;
  margin-bottom: 30px;
}
.selection-1st-result .lp_container .result-wrapper .result-class-title {
  width: 90%;
  margin: 0px auto 15px;
  font-size: 18px;
  font-weight: normal;
  color: #33CC33;
}
.selection-1st-result .lp_container .result-wrapper .result-vessel {
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
}
.selection-1st-result .lp_container .result-wrapper .result-vessel .result-name-wrapper {
  width: 45%;
  padding-right: 30px;
  margin: 8px 0;
}
.selection-1st-result .lp_container .result-wrapper .result-vessel .result-name-wrapper span {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.selection-1st-result .lp_container .result-wrapper .result-vessel .result-name-wrapper .result-prof-text {
  color: #999999;
}
.selection-1st-result .lp_container .contents-green {
  padding: 38.5px 0;
  background-image: url(../images/TOP-pc/sponsorship_bg_pc@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.selection-1st-result .lp_container .contents-green .contents-icon-vessel {
  width: 62px;
}
.selection-1st-result .lp_container .contents-green .contents-title {
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF;
}
.selection-1st-result .lp_container .contents-green .white-border {
  width: 56px;
  height: 4px;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.selection-1st-result .lp_container .contents-green .contents-description {
  color: #FFFFFF;
  text-align: center;
}
.selection-1st-result .lp_container .contents-green .contents-description span {
  display: block;
  font-size: 17px;
  line-height: 27.5px;
}
.selection-1st-result .lp_container .contents-green .contents-description span strong {
  font-size: 20px;
}
.selection-1st-result .lp_container .sponsor-subtitle {
  margin: 0;
  height: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}
.selection-1st-result .lp_container .sponsor-subtitle::before {
  content: "";
  background-color: #33CC33;
  position: absolute;
  top: 4px;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.selection-1st-result .lp_container .sponsor-list-wrapper {
  margin-top: 24px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card {
  width: 32%;
  min-height: 143px;
}
.selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-thumbnail {
  height: 143px;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px #00000029;
  border-radius: 10px;
  color: #BABABA;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-thumbnail img {
  width: 75%;
  height: 100%;
  object-fit: contain;
}
.selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-captions {
  margin: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-captions .sponsor-icon-vessel {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-captions .sponsor-name {
  width: 70%;
  flex-grow: 1;
  margin: 0;
  padding-left: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}
.selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card #sponsor-sample {
  background-color: #EAEAEA;
}
.selection-1st-result .lp_container .sponsor-list-wrapper::after {
  content: "";
  width: 32%;
  height: 0;
}
.selection-1st-result .lp_container .sponsor-title {
  margin: 70px 0 100px 0;
}
.selection-1st-result .lp_container .sponsor-title .crown-icon-vessel {
  top: -56px;
}
.selection-1st-result .lp_container .sponsor-title span {
  display: block;
  font-size: 20px;
  margin-top: 21px;
}
.selection-1st-result .lp_container .sponsor-title::after {
  top: 140%;
}
@media only screen and (max-width: 700px) {
  .selection-1st-result {
    padding: 10px 0 40px;
  }
  .selection-1st-result .lp_container .section-title .title-vessel {
    width: 183px;
  }
  .selection-1st-result .lp_container .contents-board {
    padding-top: 25px;
    margin: 0 20px 50px;
    border-radius: 10px;
  }
  .selection-1st-result .lp_container .contents-board .result-title {
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 40px;
    border: solid 1.5px #33CC33;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    padding: 10px 0;
    top: -20px;
    font-size: 16px;
    line-height: 20px;
    width: 266px;
  }
  .selection-1st-result .lp_container .contents-board .contents-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
  }
  .selection-1st-result .lp_container .contents-board .contents-wrapper .result-wrapper .result-vessel {
    padding: 0px;
  }
  .selection-1st-result .lp_container .contents-board .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper {
    width: 100%;
    padding-right: 10px;
  }
  .selection-1st-result .lp_container .contents-board .contents-wrapper::before {
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 50%);
    pointer-events: none;
    transition: 1s;
    z-index: 1;
  }
  .selection-1st-result .lp_container .contents-board input {
    visibility: hidden;
    margin: 0;
  }
  .selection-1st-result .lp_container .contents-board label {
    position: absolute;
    bottom: -0.8em;
    display: block;
    font-size: 0.9em;
    padding: 0.2em 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 35px;
    z-index: 10;
    cursor: pointer;
    text-transform: uppercase;
  }
  .selection-1st-result .lp_container .contents-board label::before {
    content: "すべて見る";
    color: #33CC33;
  }
  .selection-1st-result .lp_container .contents-board label::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #33CC33;
    border-right: solid 1px #33CC33;
    transform: rotate(135deg);
    position: absolute;
    top: 140%;
    right: 50%;
  }
  .selection-1st-result .lp_container .contents-board input:checked + label:before {
    content: "閉じる";
    color: #33CC33;
  }
  .selection-1st-result .lp_container .contents-board input:checked + label::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #33CC33;
    border-right: solid 1px #33CC33;
    transform: rotate(-45deg);
    position: absolute;
    top: -40%;
    right: 50%;
  }
  .selection-1st-result .lp_container .contents-board #leer-illustration[type=checkbox]:checked ~ .contents-wrapper {
    height: 1715px;
  }
  .selection-1st-result .lp_container .contents-board #leer-presentation[type=checkbox]:checked ~ .contents-wrapper {
    height: 2670px;
  }
  .selection-1st-result .lp_container .contents-board #leer-illustration[type=checkbox]:checked ~ .contents-wrapper:before {
    opacity: 0;
  }
  .selection-1st-result .lp_container .contents-board #leer-presentation[type=checkbox]:checked ~ .contents-wrapper:before {
    opacity: 0;
  }
  .selection-1st-result .lp_container .contents-board .green-dot1,
  .selection-1st-result .lp_container .contents-board .green-dot2,
  .selection-1st-result .lp_container .contents-board .green-dot3,
  .selection-1st-result .lp_container .contents-board .green-dot4 {
    width: 6px;
    height: 6px;
  }
  .selection-1st-result .lp_container .contents-board .green-dot1 {
    top: 10px;
    left: 10px;
  }
  .selection-1st-result .lp_container .contents-board .green-dot2 {
    top: 10px;
    right: 10px;
  }
  .selection-1st-result .lp_container .contents-board .green-dot3 {
    bottom: 10px;
    left: 10px;
  }
  .selection-1st-result .lp_container .contents-board .green-dot4 {
    bottom: 10px;
    right: 10px;
  }
  .selection-1st-result .lp_container .contents-green {
    min-height: 162px;
    margin: 0 20px 25px;
    padding: 40px 0;
    background-image: url(../images/TOP-sp/sponsorship_bg_sp@2x.png);
  }
  .selection-1st-result .lp_container .contents-green .contents-icon-vessel {
    width: 46.5px;
  }
  .selection-1st-result .lp_container .contents-green .contents-title {
    font-size: 24px;
    margin: 16.5px 0;
  }
  .selection-1st-result .lp_container .contents-green .contents-description span {
    font-size: 14px;
    line-height: 23.5px;
  }
  .selection-1st-result .lp_container .contents-green .contents-description span strong {
    font-size: 17px;
  }
  .selection-1st-result .lp_container .sponsor-list-wrapper {
    margin: 20px 20px 40px;
    display: flex;
    flex-direction: column;
  }
  .selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card {
    width: initial;
    margin-bottom: 24px;
  }
  .selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-thumbnail {
    min-height: 184px;
    border-radius: 10px;
    color: #BABABA;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-thumbnail p {
    font-size: 22px;
  }
  .selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-captions {
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-captions .sponsor-icon-vessel {
    width: 40px;
    height: 40px;
  }
  .selection-1st-result .lp_container .sponsor-list-wrapper .sponsor-card .sponsor-captions .sponsor-name {
    margin: 0px 0px 0px 8px;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
  }
  .selection-1st-result .lp_container .sponsor-title {
    margin: 107px 0 61px 0;
  }
  .selection-1st-result .lp_container .sponsor-title span {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 22px;
  }
  .selection-1st-result .lp_container .sponsor-title::after {
    top: 120%;
  }
  .selection-1st-result .lp_container .sponsor-subtitle {
    margin: 0 20px;
    height: initial;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.8px;
    padding-left: 16px;
    position: relative;
  }
  .selection-1st-result .lp_container .sponsor-subtitle::before {
    content: "";
    background-color: #33CC33;
    position: absolute;
    top: 8px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
}
.about-grandprix {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url(../images/TOP-pc/bg-image-01.png);
}
.about-grandprix .lp_container {
  max-width: 793px;
  margin: 0 auto;
}
.about-grandprix .lp_container .contents-board {
  font-family: 'Kosugi Maru', sans-serif;
  font-weight: 300;
  position: relative;
  background: #FFFFFF;
  height: 560px;
  border: solid 1.5px #33CC33;
  border-radius: 20px;
}
.about-grandprix .lp_container .contents-board .green-dot1,
.about-grandprix .lp_container .contents-board .green-dot2,
.about-grandprix .lp_container .contents-board .green-dot3,
.about-grandprix .lp_container .contents-board .green-dot4 {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  position: absolute;
  z-index: 25;
  background-color: #33CC33;
}
.about-grandprix .lp_container .contents-board .green-dot1 {
  top: 3.5%;
  left: 2.5%;
}
.about-grandprix .lp_container .contents-board .green-dot2 {
  top: 3.5%;
  right: 2.5%;
}
.about-grandprix .lp_container .contents-board .green-dot3 {
  bottom: 3.5%;
  left: 2.5%;
}
.about-grandprix .lp_container .contents-board .green-dot4 {
  bottom: 3.5%;
  right: 2.5%;
}
.about-grandprix .lp_container .contents-board .circle1 {
  border: solid 1.5px #33CC33;
  position: absolute;
  content: '';
  left: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: inherit;
  transform: translateX(-50%) translateY(-30%);
  top: 0px;
}
.about-grandprix .lp_container .contents-board .lectangle1 {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 144px;
  height: 100px;
  background: white;
}
.about-grandprix .lp_container .contents-board .crown-icon-vessel {
  z-index: 20;
  width: 53px;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
}
.about-grandprix .lp_container .contents-board .crown-icon-vessel img {
  width: 100%;
}
.about-grandprix .lp_container .contents-board .contents-wrapper {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 20;
}
.about-grandprix .lp_container .contents-board .contents-wrapper .section-title {
  margin: 35px 0 60px;
}
.about-grandprix .lp_container .contents-board .contents-wrapper .lp-content-text {
  font-family: 'Kosugi Maru', sans-serif;
  letter-spacing: 3.84px;
  line-height: 28px;
}
.about-grandprix .lp_container .contents-board .contents-wrapper .lp-content-text span {
  display: block;
}
.about-grandprix .lp_container .backnumber-wrapper {
  margin: 45px 0 0;
  display: flex;
  justify-content: space-between;
}
.about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel {
  position: relative;
  width: 45%;
}
.about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel .backnumber-btn-vessel {
  font-size: 16px;
  width: 250px;
  position: absolute;
  bottom: -10%;
  left: 10%;
  display: inline-block;
  padding: 13px 20px;
  text-decoration: none;
  background: #FFFFFF;
  /*ボタン色*/
  color: #333333;
  border: solid 1px #33CC33;
  border-bottom: solid 4px #33CC33;
  border-radius: 60px;
}
.about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel .backnumber-btn-vessel:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}
.about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel .backnumber-btn-vessel::after {
  content: "";
  background: url(../images/TOP-pc/arrow-icon-btn@2x.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 35%;
  right: 7%;
}
@media only screen and (min-width: 701px) and (max-width: 790px) {
  .about-grandprix {
    padding-top: 85px;
    padding-bottom: 90px;
  }
  .about-grandprix .lp_container {
    font-size: 0;
    margin: 0 20px;
  }
  .about-grandprix .lp_container .contents-board {
    height: 600px;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper {
    width: 90%;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper .lp-content-text {
    font-size: 16px;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper .lp-content-text span {
    display: inline;
  }
  .about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel {
    width: 48%;
  }
}
@media only screen and (max-width: 700px) {
  .about-grandprix {
    padding-top: 85px;
    padding-bottom: 30px;
  }
  .about-grandprix .lp_container {
    margin: 0 20px;
  }
  .about-grandprix .lp_container .contents-board {
    height: 950px;
  }
  .about-grandprix .lp_container .contents-board .green-dot1,
  .about-grandprix .lp_container .contents-board .green-dot2,
  .about-grandprix .lp_container .contents-board .green-dot3,
  .about-grandprix .lp_container .contents-board .green-dot4 {
    width: 8px;
    height: 8px;
  }
  .about-grandprix .lp_container .contents-board .green-dot1 {
    top: 15px;
    left: 15px;
  }
  .about-grandprix .lp_container .contents-board .green-dot2 {
    top: 15px;
    right: 15px;
  }
  .about-grandprix .lp_container .contents-board .green-dot3 {
    bottom: 15px;
    left: 15px;
  }
  .about-grandprix .lp_container .contents-board .green-dot4 {
    bottom: 15px;
    right: 15px;
  }
  .about-grandprix .lp_container .contents-board .crown-icon-vessel {
    top: -2%;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper {
    width: 87%;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper .section-title {
    margin: 35px 0 50px;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper .section-title::after {
    top: 140%;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper .lp-content-text {
    text-align: justify;
  }
  .about-grandprix .lp_container .contents-board .contents-wrapper .lp-content-text span {
    display: inline;
  }
  .about-grandprix .lp_container .backnumber-wrapper {
    flex-direction: column;
  }
  .about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel {
    width: 100%;
    margin-bottom: 55px;
  }
  .about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel .backnumber-btn-vessel {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .about-grandprix .lp_container .backnumber-wrapper .backnumber-vessel .backnumber-btn-vessel:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px) translateX(-50%);
    transform: translateY(4px) translateX(-50%);
    /*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    /*影を小さく*/
    border-bottom: none;
  }
}
@media only screen and (max-width: 390px) {
  .about-grandprix .lp_container .contents-board {
    height: 1030px;
  }
}
@media only screen and (max-width: 325px) {
  .about-grandprix .lp_container .contents-board {
    height: 1180px;
  }
}
.grandprix-description {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/TOP-pc/illustration-01.svg), url(../images/TOP-pc/illustration-02.svg), url(../images/TOP-pc/bg-image-02.png);
  background-repeat: no-repeat, no-repeat, repeat;
  background-position-x: calc(50% - 575px), calc(50% + 585px), 5%;
  background-position-y: 110px, 430px, 5%;
  background-size: auto, auto, auto;
}
.grandprix-description .lp_container {
  max-width: 790px;
  margin: 0 auto;
}
.grandprix-description .lp_container .contents-wrapper {
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.grandprix-description .lp_container .contents-wrapper .left-contents {
  width: 48.1%;
}
.grandprix-description .lp_container .contents-wrapper .left-contents .subsection-title {
  margin: 0 0 32px;
  letter-spacing: 4.8px;
}
.grandprix-description .lp_container .contents-wrapper .left-contents .left-contents-text {
  font-size: 14px;
  line-height: 24.5px;
  letter-spacing: 1.4px;
}
.grandprix-description .lp_container .contents-wrapper .right-contents {
  width: 48.1%;
}
@media only screen and (min-width: 701px) and (max-width: 790px) {
  .grandprix-description .lp_container {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 700px) {
  .grandprix-description .lp_container {
    margin: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .grandprix-description .lp_container .contents-wrapper {
    flex-direction: column;
  }
  .grandprix-description .lp_container .contents-wrapper .left-contents,
  .grandprix-description .lp_container .contents-wrapper .right-contents {
    width: 100%;
  }
}
.selection-schedule {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/TOP-pc/bg-image-03.png);
  /* cell number */
}
.selection-schedule .section-title {
  margin-bottom: 90px;
}
.selection-schedule .carousel-cell {
  width: 236px;
  height: 180px;
  margin-right: 50px;
  background: none;
  border-radius: 5px;
  counter-increment: gallery-cell;
}
.selection-schedule .carousel-cell .selection-img-vessel {
  transition: 0.6s;
  margin-top: 5px;
  width: 221px;
  background-color: #FFFFFF;
}
.selection-schedule .carousel-cell .selection-img-vessel img {
  opacity: 0.5;
}
.selection-schedule .carousel-cell.is-selected .selection-img-vessel {
  transition: 0.6s;
  margin-top: 0;
  width: 100%;
}
.selection-schedule .carousel-cell.is-selected .selection-img-vessel img {
  opacity: 1;
}
.selection-schedule .carousel-cell.is-selected + .carousel-cell {
  margin-left: 15px;
}
.selection-schedule .carousel-cell:before {
  display: block;
  text-align: center;
  content: '';
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.selection-schedule .flickity-prev-next-button.previous {
  left: calc(50% - 170px);
}
.selection-schedule .flickity-prev-next-button.next {
  right: calc(50% - 165px);
}
@media only screen and (max-width: 700px) {
  .selection-schedule .carousel-cell {
    width: 236px;
    height: 180px;
  }
  .selection-schedule .flickity-prev-next-button.next {
    right: calc(50% - 170px);
  }
  .selection-schedule .flickity-prev-next-button.previous {
    left: calc(50% - 170px);
  }
}
.entry-procedure {
  margin-top: -1%;
  padding-top: 120px;
  padding-bottom: 80px;
  box-shadow: 0 0 6px #00000029;
  background-image: url(../images/TOP-pc/bg-image-04.png);
  background-position-x: 5%;
  background-size: 110vw;
}
.entry-procedure .lp_container .contents-wrapper {
  max-width: 840px;
  margin: 110px auto;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board {
  width: 47.5%;
  height: 290px;
  border-radius: 10px;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .circle1 {
  width: 70px;
  height: 60px;
  transform: translateX(-50%) translateY(-40%);
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .lectangle1 {
  height: 50px;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .green-dot1,
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .green-dot2,
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .green-dot3,
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .green-dot4 {
  width: 7px;
  height: 7px;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .crown-icon-vessel {
  margin: 0;
  top: -3%;
  left: 53%;
  font-size: 28px;
  color: #33CC33;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .ribbon-vessel {
  width: 68px;
  position: absolute;
  right: 1.5%;
  top: -2%;
  z-index: 25;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-title {
  margin: 40px 0px 0px 0px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  position: relative;
  z-index: 20;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-done {
  margin: 0 auto 40px;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel {
  width: 310px;
  margin: 15px auto;
  padding: 10px 15px;
  background-color: #F0F0F0;
  border-radius: 10px;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel #step01-img,
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel #step02-img,
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel #step03-img {
  height: 60px;
  object-fit: contain;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel-done {
  margin: 40px auto 20px;
  width: 55px;
  position: relative;
  z-index: 25;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-text {
  width: 340px;
  margin: 0 auto;
  line-height: 24.5px;
  letter-spacing: 1.4px;
  font-size: 14px;
}
.entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-text span {
  display: block;
}
@media only screen and (min-width: 701px) and (max-width: 790px) {
  .entry-procedure .lp_container {
    margin: 0 20px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-text {
    max-width: 285px;
  }
}
@media only screen and (max-width: 700px) {
  .entry-procedure {
    padding-bottom: 20px;
  }
  .entry-procedure .lp_container {
    margin: 0 20px;
  }
  .entry-procedure .lp_container .contents-wrapper {
    margin: 110px auto 0;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel {
    flex-direction: column;
    margin-bottom: 0;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board {
    width: 100%;
    margin-bottom: 40px;
    height: 300px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .crown-icon-vessel {
    left: 51%;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-text {
    max-width: 285px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel {
    width: 260px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel #step01-img {
    height: 130px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel #step02-img {
    height: 80px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel #step03-img {
    height: 70px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel #step01-contents-board {
    height: 340px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel #step02-contents-board {
    height: 270px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel #step03-contents-board {
    height: 330px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel #step04-contents-board {
    height: 260px;
  }
}
@media only screen and (max-width: 350px) {
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-img-vessel {
    width: 230px;
  }
  .entry-procedure .lp_container .contents-wrapper .contents-vessel .contents-board .step-text {
    max-width: 250px;
  }
}
.entryform-links-green {
  color: #FFFFFF;
  background-image: url(../images/TOP-pc/bg-image-06.png);
}
.entryform-links-green h1 {
  margin: 0;
  padding: 60px 0 30px;
  text-align: center;
  font-weight: 300;
}
.entryform-links-green .entry-contents-wrapper {
  width: 800px;
  margin: 0 auto;
  display: flex;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel {
  width: 50%;
  margin-bottom: 140px;
  position: relative;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel h1 {
  margin: 0;
  padding: 0;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel h2 {
  font-weight: 300;
  text-align: center;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works,
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
  width: 240px;
  line-height: 32px;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  padding: 13px 60px;
  text-decoration: none;
  background: #FFFFFF;
  /*ボタン色*/
  color: #333333;
  border: solid 1px #1DA21D;
  border-bottom: solid 4px #1DA21D;
  border-radius: 60px;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works,
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
  background-color: #979797;
  margin: 0;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
  padding: 13px 60px 13px 65px;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works:active,
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px) translateX(-50%);
  transform: translateY(4px) translateX(-50%);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::before,
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::before {
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 30%;
  left: 7%;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::before {
  width: 22px;
  background: url(../images/TOP-pc/upload-works-img@3x.png) no-repeat;
  background-size: contain;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::before {
  width: 32px;
  background: url(../images/TOP-pc/movie-img@3x.png) no-repeat;
  background-size: contain;
}
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::after,
.entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::after {
  content: "";
  background: url(../images/TOP-pc/arrow-icon-btn@2x.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 22px;
  position: absolute;
  top: 30%;
  right: 7%;
}
@media only screen and (min-width: 701px) and (max-width: 790px) {
  .entryform-links-green .entry-contents-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .entryform-links-green h1 {
    font-size: 24px;
  }
  .entryform-links-green .entry-contents-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel {
    width: 100%;
    margin-bottom: 90px;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel h1 {
    font-size: 34px;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel h2 {
    font-size: 20px;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works {
    top: 100%;
    width: 210px;
    line-height: 16px;
    padding: 13px 55px 13px 65px;
    background-color: #979797;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
    top: 100%;
    width: 210px;
    line-height: 16px;
    padding: 13px 55px 13px 65px;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::before {
    width: 20px;
    background: url(../images/TOP-pc/upload-works-img@3x.png) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    top: 28%;
    left: 9.5%;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::before {
    width: 28px;
    background: url(../images/TOP-pc/movie-img@3x.png) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    top: 26%;
    left: 8.5%;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::after,
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::after {
    width: 20px;
    top: 38%;
  }
}
@media only screen and (max-width: 330px) {
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works {
    top: 100%;
    width: 210px;
    line-height: 16px;
    padding: 13px 50px;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
    top: 100%;
    width: 210px;
    line-height: 16px;
    padding: 13px 50px;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::before {
    top: 28%;
    left: 7.5%;
  }
  .entryform-links-green .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::before {
    top: 26%;
    left: 5.5%;
  }
}
.scoring {
  padding-top: 120px;
  padding-bottom: 10px;
  background-image: url(../images/TOP-pc/bg-image-02.png);
  background-position-x: 5%;
  background-position-y: -5%;
}
.scoring .lp_container {
  max-width: 854px;
  margin: 0 auto;
}
.scoring .lp_container .section-title::after {
  top: 360%;
}
.scoring .lp_container .section-sub-title {
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.scoring .lp_container .subsection-text {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24.5px;
  margin-bottom: 30px;
}
.scoring .lp_container .works-format-btn {
  margin-bottom: 40px;
  width: 260px;
  position: relative;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  padding: 13px 45px 13px 60px;
  text-decoration: none;
  background: #FFFFFF;
  color: #333333;
  border: solid 1px #33CC33;
  border-bottom: solid 4px #33CC33;
  border-radius: 60px;
}
.scoring .lp_container .works-format-btn::before {
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 25%;
  left: 7%;
  width: 22px;
  background: url(../images/TOP-pc/download-format-icon@2x.png) no-repeat;
  background-size: contain;
}
.scoring .lp_container .works-format-btn:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateX(-50%) translateY(4px);
  transform: translateX(-50%) translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}
.scoring .lp_container .caution-text {
  margin: 50px 0 60px;
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  border: solid 1px #F55656;
  border-radius: 31px;
}
.scoring .lp_container .caution-text::before {
  color: #F55656;
  font-size: 20px;
  content: " 注意事項 ";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: white;
}
.scoring .lp_container .point-list-wrapper {
  background-color: #F2F2F2;
  border-radius: 10px;
}
.scoring .lp_container .point-list-wrapper .point-list-description {
  display: flex;
  justify-content: space-between;
}
.scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel {
  width: 48%;
  margin: 20px 20px 0 20px;
}
.scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel h4 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 2.7px;
  text-align: center;
  font-weight: 300;
  line-height: 28px;
  color: white;
  background-color: #33CC33;
  border-radius: 18px;
}
.scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel .pt-des-text-vessel {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel .pt-des-text-vessel .pt-des-txt {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24.5px;
}
.scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel .pt-des-text-vessel .pt-des-boarder {
  margin: 0 5px;
  flex-grow: 1;
  height: 0;
  border: solid 1px #B2B2B2;
  opacity: 0.5;
}
.scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel .pt-des-text-vessel .pt-green-number {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24.5px;
}
.scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel .pt-des-text-vessel .pt-green-number strong {
  color: #33CC33;
  font-size: 24px;
  line-height: 24.5px;
  letter-spacing: 2.4px;
}
.scoring .lp_container .point-list-wrapper .total-score-text {
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.78px;
  text-align: center;
  font-size: 26px;
}
.scoring .lp_container .point-list-wrapper .total-score-text strong {
  margin: 0 10px;
  font-weight: 300;
  font-size: 50px;
  color: #33CC33;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 700px) {
  .scoring {
    background-image: url(../images/TOP-pc/bg-image-02-sp.png);
  }
  .scoring .lp_container {
    margin: 0 20px;
  }
  .scoring .lp_container .section-sub-title {
    margin-bottom: 60px;
  }
  .scoring .lp_container .works-format-btn {
    width: 240px;
    padding: 13px 35px 13px 60px;
  }
  .scoring .lp_container .point-list-wrapper {
    width: initial;
  }
  .scoring .lp_container .point-list-wrapper .point-list-description {
    width: initial;
    flex-direction: column;
  }
  .scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel {
    width: initial;
  }
  .scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel h4 {
    font-size: 16px;
    letter-spacing: 2.4px;
  }
  .scoring .lp_container .point-list-wrapper .point-list-description .point-description-vessel .pt-des-text-vessel {
    margin: 15px 0 0;
  }
  .scoring .lp_container .point-list-wrapper .total-score-text {
    margin-top: 15px;
  }
  .scoring .lp_container .caution-text {
    border-radius: 58px;
  }
  .scoring .lp_container .caution-text span {
    display: block;
    max-width: 270px;
    margin: 0 auto;
    text-align: justify;
    letter-spacing: 1.4px;
    line-height: 24.5px;
  }
}
.works-theme {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/TOP-pc/bg-image-07.png);
  background-position-x: 5%;
  background-size: 110vw;
}
.works-theme .section-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 90px;
}
.works-theme .section-sub-title {
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0,9px;
  line-height: 22px;
}
.works-theme .section-sub-title strong {
  color: #33CC33;
  font-weight: 300;
  font-size: 26px;
  letter-spacing: 1.3px;
  line-height: 22px;
}
.works-theme .works-theme-text {
  font-size: 16px;
  letter-spacing: 3.36px;
  line-height: 24.5px;
  text-align: center;
}
.works-theme .works-theme-text span {
  display: block;
}
.works-theme .works-theme-contents-wrapper {
  max-width: 840px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper {
  width: 48%;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel {
  margin-bottom: 40px;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: solid 1px #33CC33;
  border-radius: 10px;
  box-shadow: 4px 4px #33CC33;
  text-align: center;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table caption {
  font-size: 18px;
  text-align: left;
  margin-bottom: 18px;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .table-col-left {
  padding: 10px 0;
  line-height: 28px;
  background-color: #F2F2F2;
  border: solid 0.5px #33CC33;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .table-col-right {
  background-color: white;
  border: solid 0.5px #33CC33;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .cell-left-top {
  border-radius: 9px 0 0 0;
  border-bottom-color: #33CC33;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .cell-left-bottom {
  border-radius: 0 0 0 9px;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .cell-right-bottom {
  border-radius: 0 0 9px 0;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .cell-right-top {
  border-radius: 0 9px 0 0;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .cell-left-top-1 {
  border-bottom: dashed #33CC33 0.2px;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .cell-left-top-2 {
  border-top: dashed #33CC33 0.2px;
  border-bottom: dashed #33CC33 0.2px;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-vessel .works-theme-table .cell-left-top-3 {
  border-top: dashed #33CC33 0.2px;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption {
  line-height: 24px;
  position: relative;
  text-align: center;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::before,
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #333333;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::before {
  transform: rotate(60deg);
  top: 50%;
  left: -1%;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::after {
  transform: rotate(-60deg);
  top: 40%;
  right: 1%;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .illust-part-resume {
  margin-bottom: 40px;
  width: 260px;
  position: relative;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  padding: 13px 45px 13px 70px;
  text-decoration: none;
  background: #FFFFFF;
  color: #333333;
  border: solid 1px #33CC33;
  border-bottom: solid 4px #33CC33;
  border-radius: 60px;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .illust-part-resume:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateX(-50%) translateY(4px);
  transform: translateX(-50%) translateY(4px);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .illust-part-resume::before {
  width: 43px;
  background: url(../images/TOP-pc/pdf-icon@3x.png) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 28%;
  left: 5%;
}
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .illust-part-resume::after,
.works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .illust-part-resume::after {
  content: "";
  background: url(../images/TOP-pc/arrow-icon-btn@2x.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 15px;
  position: absolute;
  top: 30%;
  right: 7%;
}
@media only screen and (max-width: 700px) {
  .works-theme {
    background-image: url(../images/TOP-pc/bg-image-07.png);
    padding: 0 20px;
  }
  .works-theme .section-title {
    margin-bottom: 50px;
    padding-top: 60px;
    letter-spacing: 4.8px;
  }
  .works-theme .section-sub-title {
    letter-spacing: 4.3px;
  }
  .works-theme .section-title::after {
    top: 130%;
  }
  .works-theme .works-theme-text {
    text-align: justify;
  }
  .works-theme .works-theme-text span {
    display: inline;
  }
  .works-theme .works-theme-contents-wrapper {
    flex-direction: column;
  }
  .works-theme .works-theme-contents-wrapper .works-theme-table-wrapper {
    width: 100%;
  }
  .works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::before,
  .works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::after {
    width: 40px;
  }
  .works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::before {
    transform: rotate(70deg);
    top: 40%;
    left: 10%;
  }
  .works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .works-table-caption::after {
    transform: rotate(-70deg);
    top: 40%;
    right: 12%;
  }
  .works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .illust-part-resume {
    width: 200px;
    padding: 13px 55px 13px 65px;
  }
  .works-theme .works-theme-contents-wrapper .works-theme-table-wrapper .illust-part-resume::after {
    width: 20px;
    height: 13px;
    top: 34%;
    right: 6%;
  }
}
.requirements {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/TOP-pc/bg-image-05.png);
}
.requirements .contents-board {
  margin: 0 auto;
  position: relative;
  background: #FFFFFF;
  max-width: 790px;
  height: 560px;
  border: solid 1.5px #33CC33;
  border-radius: 20px;
}
.requirements .contents-board .contents-wrapper {
  margin: 0 auto;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  position: absolute;
  top: 0;
}
.requirements .contents-board .contents-wrapper .section-title {
  margin: 40px 0 90px;
}
.requirements .contents-board .contents-wrapper ul {
  padding: 0;
}
.requirements .contents-board .contents-wrapper ul li {
  margin-bottom: 20px;
  display: flex;
}
.requirements .contents-board .contents-wrapper ul li .requirement-left-label {
  margin: 0 20px 0 0;
  width: 160px;
  height: 30px;
  color: #33CC33;
  border: solid 1px #33CC33;
  border-radius: 40px;
  line-height: 30px;
}
.requirements .contents-board .contents-wrapper ul li .requirement-right-text {
  margin: 0;
  text-align: left;
  line-height: 28px;
  letter-spacing: 0.8px;
}
.requirements .contents-board .contents-wrapper ul li .requirement-right-text span {
  display: block;
}
.requirements .contents-board .contents-wrapper ul li .requirement-right-text a {
  color: #00B1FF;
}
.requirements .contents-board .contents-wrapper ul li .requirement-right-wrapper .requirement-right-detail {
  display: flex;
  align-items: center;
}
.requirements .contents-board .contents-wrapper ul li .requirement-right-wrapper .requirement-right-detail .right-detail-box {
  width: 250px;
  display: flex;
  align-items: center;
}
.requirements .contents-board .contents-wrapper ul li .requirement-right-wrapper .requirement-right-detail .right-detail-box .solid-border {
  margin: 0 10px;
  flex-grow: 1;
  height: 0px;
  border: solid 1px #B2B2B2;
  opacity: 0.5;
}
.requirements .contents-board .contents-wrapper .contact-number-vessel {
  display: flex;
  align-items: center;
}
.requirements .contents-board .contents-wrapper .contact-number-vessel .contact-number-text {
  text-decoration: none;
  color: #33CC33;
  width: 60%;
  margin: 0;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 7.2px;
}
.requirements .contents-board .contents-wrapper .contact-number-vessel .contact-number-info {
  line-height: 24px;
  margin: 0;
}
.requirements .contents-board .contents-wrapper .contact-number-vessel .contact-number-info span {
  text-align: left;
  display: block;
}
.requirements .contact-number-wrapper {
  margin-top: 85px;
  height: 145px;
}
.requirements .contact-number-wrapper .head-contact-number {
  margin: 0%;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 13px 20px;
  background: #FFFFFF;
  color: #333333;
  border: solid 1px #33CC33;
  border-bottom: solid 4px #33CC33;
  border-radius: 60px;
}
.requirements .contact-number-wrapper .contents-wrapper {
  top: 35%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .requirements {
    padding-top: 65px;
  }
  .requirements .contents-board {
    height: 710px;
    margin: 0 20px;
    border-radius: 10px;
  }
  .requirements .contents-board .green-dot1,
  .requirements .contents-board .green-dot2,
  .requirements .contents-board .green-dot3,
  .requirements .contents-board .green-dot4 {
    width: 6px;
    height: 6px;
  }
  .requirements .contents-board .green-dot1,
  .requirements .contents-board .green-dot2 {
    top: 1.5%;
  }
  .requirements .contents-board .green-dot3,
  .requirements .contents-board .green-dot4 {
    bottom: 1.5%;
  }
  .requirements .contents-board .contents-wrapper .section-title {
    font-size: 20px;
    letter-spacing: 4.8px;
    margin: 40px 0 50px;
  }
  .requirements .contents-board .contents-wrapper ul li {
    flex-direction: column;
  }
  .requirements .contents-board .contents-wrapper ul li .requirement-left-label {
    margin-bottom: 10px;
  }
  .requirements .contents-board .contents-wrapper ul li .requirement-right-wrapper .requirement-right-detail {
    flex-direction: column;
    align-items: initial;
  }
  .requirements .contents-board .contents-wrapper ul li .requirement-right-wrapper .requirement-right-detail .right-detail-box-2 {
    display: flex;
    align-items: center;
  }
  .requirements .contents-board .contents-wrapper ul li .requirement-right-wrapper .requirement-right-detail .right-detail-box-2 .solid-border {
    margin: 0 10px 0 0;
    width: 20px;
    height: 0px;
    border: solid 1px #B2B2B2;
    opacity: 0.5;
  }
  .requirements .contents-board .contents-wrapper ul li .requirement-right-text span {
    display: inline;
  }
  .requirements .contact-number-wrapper {
    width: 90%;
    margin-top: 85px;
    height: 160px;
  }
  .requirements .contact-number-wrapper .green-dot1,
  .requirements .contact-number-wrapper .green-dot2 {
    top: 5.5%;
  }
  .requirements .contact-number-wrapper .green-dot3,
  .requirements .contact-number-wrapper .green-dot4 {
    bottom: 5.5%;
  }
  .requirements .contact-number-wrapper .head-contact-number {
    width: 75%;
    padding: 13px 10px;
    font-size: 16px;
    text-align: center;
  }
  .requirements .contact-number-wrapper .contents-wrapper {
    top: 20%;
  }
  .requirements .contact-number-wrapper .contents-wrapper .contact-number-vessel {
    flex-direction: column;
    align-items: flex-start;
  }
  .requirements .contact-number-wrapper .contents-wrapper .contact-number-vessel .contact-number-text {
    width: 105%;
    font-size: 34px;
    text-align: initial;
  }
  .requirements .contact-number-wrapper .contents-wrapper .contact-number-vessel .contact-number-text a {
    text-decoration: none;
    color: #33CC33;
  }
}
.sponsor-list {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/TOP-pc/bg-image-02.png);
  background-position-x: 5%;
  background-position-y: 5%;
}
.sponsor-list .section-title {
  margin-bottom: 80px;
}
.sponsor-list .sumbnails-vessel {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.sponsor-list .sumbnails-vessel .sumbnail-img-vessel {
  width: 245px;
  border-radius: 10px;
  height: 100px;
  background-color: #E8E8E8;
  line-height: 100px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .sponsor-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sponsor-list .section-title {
    letter-spacing: 4.8px;
  }
  .sponsor-list .sumbnails-vessel {
    width: initial;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    flex-wrap: unset;
    justify-content: unset;
  }
  .sponsor-list .sumbnails-vessel .sumbnail-img-vessel {
    margin: 0 20px;
    display: inline-block;
  }
}
.entry-links {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/TOP-pc/bg-image-01.png);
}
.entry-links .lp_container .section-title {
  margin-bottom: 80px;
}
.entry-links .lp_container .entry-contents-wrapper {
  width: 770px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel {
  width: 48%;
  margin-bottom: 70px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel h1 {
  color: #33CC33;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel h2 {
  font-weight: 300;
  text-align: center;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-note {
  flex-grow: 1;
  width: 370px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.7px;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-deadline {
  font-size: 18px;
  margin: 25px auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-deadline .entry-deadline-label {
  padding: 0 12px;
  background-color: white;
  color: #33CC33;
  font-size: 14px;
  line-height: 28px;
  border-radius: 40px;
  border: solid 1px #33CC33;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-deadline span {
  margin-left: 10px;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-deadline strong {
  font-size: 24px;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-deadline small {
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  color: white;
  background-color: #333333;
  border-radius: 90px;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works,
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
  width: 240px;
  line-height: 32px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: inline-block;
  padding: 13px 60px;
  text-decoration: none;
  background: #FFFFFF;
  /*ボタン色*/
  color: #333333;
  border: solid 1px #1DA21D;
  border-bottom: solid 4px #1DA21D;
  border-radius: 60px;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works,
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
  background: #979797;
  margin: 0;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
  padding: 13px 60px 13px 65px;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works:active,
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px) translateX(-50%);
  transform: translateY(4px) translateX(-50%);
  /*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  /*影を小さく*/
  border-bottom: none;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::before,
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::before {
  content: "";
  display: inline-block;
  height: 22px;
  position: absolute;
  top: 30%;
  left: 7%;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::before {
  width: 22px;
  background: url(../images/TOP-pc/upload-works-img@3x.png) no-repeat;
  background-size: contain;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::before {
  width: 32px;
  background: url(../images/TOP-pc/movie-img@3x.png) no-repeat;
  background-size: contain;
}
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::after,
.entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::after {
  content: "";
  background: url(../images/TOP-pc/arrow-icon-btn@2x.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 22px;
  position: absolute;
  top: 30%;
  right: 7%;
}
@media only screen and (max-width: 700px) {
  .entry-links {
    padding-bottom: 60px;
  }
  .entry-links .lp_container {
    margin: 0 20px;
  }
  .entry-links .lp_container .section-title {
    margin-bottom: 30px;
  }
  .entry-links .lp_container .entry-contents-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel {
    width: initial;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel h1 {
    margin-top: 30px;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-note {
    width: initial;
    line-height: 24.5px;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works,
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie {
    width: 210px;
    padding: 8px 45px 8px 70px;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::before {
    top: 28%;
    left: 10%;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::before {
    top: 28%;
    left: 8%;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::after,
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::after {
    width: 21px;
  }
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-works::after,
  .entry-links .lp_container .entry-contents-wrapper .entry-contents-vessel .entry-link-post-movie::after {
    top: 35%;
    right: 5%;
  }
}
.final-result {
  background-image: url(../images/TOP-pc/bg-image-02.png);
  padding-top: 165px;
}
.final-result .lp_container {
  max-width: 800px;
  margin: 0 auto;
}
.final-result .lp_container .center-align {
  text-align: center;
}
.final-result .lp_container .flexbox-class {
  display: flex;
  justify-content: center;
  align-items: center;
}
.final-result .lp_container p {
  margin: 0;
}
.final-result .lp_container p span {
  display: inline-block;
}
.final-result .lp_container .note-text {
  font-size: 12px;
  color: #999999;
}
.final-result .lp_container .green-border {
  width: 56px;
  margin: 0 auto;
  border: solid 2px #33CC33;
  background: #33CC33;
  border-radius: 10px;
}
.final-result .lp_container .result-title-box {
  margin-top: 0px;
}
.final-result .lp_container .result-title-box::before {
  content: '';
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 162px;
  height: 50px;
  background-image: url(../images/TOP-pc/grass-emblem.png);
  background-size: contain;
}
.final-result .lp_container .final-youtube-container {
  margin: 70px auto;
  border-radius: 20px;
}
.final-result .lp_container .final-youtube-container iframe {
  border-radius: 20px;
}
.final-result .lp_container .result-subtitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4.8px;
  line-height: 29px;
  margin: 0;
}
.final-result .lp_container .actcoin-intro-text {
  margin: 25px auto 70px;
  color: #999999;
  font-size: 16px;
  letter-spacing: 3.84px;
  line-height: 26px;
  text-align: center;
}
.final-result .lp_container #actcoin-board {
  padding-top: 0;
  padding-bottom: 0;
}
.final-result .lp_container #actcoin-board .ac-title-box {
  margin-top: 32px;
  margin-bottom: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.final-result .lp_container #actcoin-board .ac-title-box .actcoin-logo-img {
  width: 173px;
}
.final-result .lp_container #actcoin-board .ac-title-box h1 {
  width: 310px;
  margin: 0;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 1.3px;
}
.final-result .lp_container #actcoin-board .actcoin-link {
  display: block;
  margin: 0 auto;
  margin-top: 38px;
  text-align: center;
  color: #00B1FF;
  letter-spacing: 3.84px;
}
.final-result .lp_container #actcoin-board .ac-text {
  margin-top: 24px;
}
.final-result .lp_container #actcoin-board .ac-text span {
  font-size: 16px;
  letter-spacing: 3.84px;
  line-height: 26px;
}
.final-result .lp_container #actcoin-board .point-expiered {
  margin-top: 24px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.final-result .lp_container #actcoin-board .point-expiered .point-expiered-label {
  margin: 0 20px 0 0;
  width: 215px;
  height: 30px;
  color: #33CC33;
  border: solid 1px #33CC33;
  border-radius: 40px;
  line-height: 30px;
}
.final-result .lp_container #actcoin-board .ac-note {
  margin: 14px auto 42px;
  letter-spacing: 2.88px;
}
.final-result .lp_container .ac-registration-container .sub-title {
  margin: 96px 0 24.5px 0;
  color: #333333;
  font-size: 26px;
  font-weight: 300;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper {
  margin: 40px 0;
  display: flex;
  justify-content: space-around;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-image-wrapper {
  max-width: 201px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .application-img-wrapper {
  max-width: 278px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper {
  max-width: 451px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-title {
  font-size: 21px;
  font-weight: 300;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-title strong {
  color: #33CC33;
  font-size: 28px;
  letter-spacing: 1.4px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-detail-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-detail-text span strong {
  color: #F55656;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-detail-text span a {
  color: #00B1FF;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .detail-links {
  margin-top: 24px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .detail-links a {
  color: #00B1FF;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .note-text {
  margin-top: 13px;
  line-height: 18px;
  letter-spacing: 0.6px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel {
  margin-top: 25px;
  display: flex;
  align-items: center;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel a {
  display: block;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel .appstore-img {
  width: 162px;
  margin-right: 16px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel .googleplay-img {
  width: 190px;
}
.final-result .lp_container .ac-registration-container .ac-regist-step-wrapper:nth-child(2n) {
  flex-direction: row-reverse;
}
.final-result .lp_container .finalist-title {
  margin-top: 160px;
  margin-bottom: 108px;
}
.final-result .lp_container .contents-board {
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.final-result .lp_container .contents-board .green-dot1 {
  top: 20px;
  left: 20px;
}
.final-result .lp_container .contents-board .green-dot2 {
  top: 20px;
  right: 20px;
}
.final-result .lp_container .contents-board .green-dot3 {
  bottom: 20px;
  left: 20px;
}
.final-result .lp_container .contents-board .green-dot4 {
  bottom: 20px;
  right: 20px;
}
.final-result .lp_container .contents-board .result-title {
  position: absolute;
  margin: 0;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 340px;
  border-radius: 40px;
  border: solid 1.5px #33CC33;
  background-color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 10px 0;
}
.final-result .lp_container #result-contents-enter {
  margin-bottom: 0;
}
.final-result .lp_container .contents-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.final-result .lp_container .contents-wrapper .result-wrapper {
  width: 50%;
  position: relative;
  margin-bottom: 30px;
}
.final-result .lp_container .contents-wrapper .result-wrapper .result-class-title {
  width: 90%;
  margin: 0px auto 15px;
  font-size: 18px;
  font-weight: normal;
  color: #33CC33;
}
.final-result .lp_container .contents-wrapper .result-wrapper .result-vessel {
  width: 90%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}
.final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-item-wrapper {
  display: flex;
  align-items: center;
}
.final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-item-wrapper .result-rank-img-box {
  width: 47px;
}
.final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper {
  width: initial;
  padding-left: 12px;
  margin: 8px 0;
}
.final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper span {
  display: block;
  font-size: 14px;
  line-height: 21px;
}
.final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper .result-prof-text {
  color: #999999;
}
.final-result .lp_container .result-caption {
  margin-top: 40px;
  line-height: 23.5px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 700px) {
  .final-result {
    padding-top: 120px;
  }
  .final-result .lp_container {
    width: 87.2%;
    margin: 0 auto;
  }
  .final-result .lp_container .center-align {
    text-align: center;
  }
  .final-result .lp_container .flexbox-class {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .final-result .lp_container p {
    margin: 0;
  }
  .final-result .lp_container p span {
    display: inline-block;
  }
  .final-result .lp_container .note-text {
    font-size: 12px;
    color: #999999;
  }
  .final-result .lp_container .green-border {
    width: 56px;
    margin: 0 auto;
    border: solid 2px #33CC33;
    background: #33CC33;
    border-radius: 10px;
  }
  .final-result .lp_container .result-title-box {
    margin-top: 0px;
  }
  .final-result .lp_container .actcoin-intro-text {
    margin: 25px auto 40px;
    font-size: 12px;
    letter-spacing: 3.84px;
    line-height: 26px;
    text-align: justify;
  }
  .final-result .lp_container .actcoin-intro-text span {
    display: initial;
  }
  .final-result .lp_container #actcoin-board {
    padding-top: 0;
    padding-bottom: 0;
  }
  .final-result .lp_container #actcoin-board .ac-title-box {
    margin-top: 32px;
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .final-result .lp_container #actcoin-board .ac-title-box .actcoin-logo-img {
    width: 131px;
  }
  .final-result .lp_container #actcoin-board .ac-title-box h1 {
    width: 310px;
    margin: 15px 0 0 0;
    font-size: 21px;
    line-height: 35px;
    letter-spacing: 1.3px;
    text-align: center;
  }
  .final-result .lp_container #actcoin-board .actcoin-link {
    display: block;
    margin: 0 auto;
    margin-top: 38px;
    text-align: center;
    color: #00B1FF;
    letter-spacing: 1.4px;
  }
  .final-result .lp_container #actcoin-board .ac-text {
    margin: 24px 20px 0;
    text-align: justify;
  }
  .final-result .lp_container #actcoin-board .ac-text span {
    display: initial;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 26px;
  }
  .final-result .lp_container #actcoin-board .point-expiered {
    margin-top: 24px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .final-result .lp_container #actcoin-board .point-expiered .point-expiered-label {
    margin: 0 0 12.5px 0;
    width: 215px;
    height: 30px;
    color: #33CC33;
    border: solid 1px #33CC33;
    border-radius: 40px;
    line-height: 30px;
  }
  .final-result .lp_container #actcoin-board .point-expiered .expiered-date-text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
  .final-result .lp_container #actcoin-board .ac-note {
    margin: 14px 20px 42px;
    letter-spacing: 0.6px;
    text-align: justify;
  }
  .final-result .lp_container .ac-registration-container .sub-title {
    margin: 96px 0 24.5px 0;
    color: #333333;
    font-size: 26px;
    font-weight: 300;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-image-wrapper {
    max-width: 201px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .application-img-wrapper {
    max-width: 278px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper {
    max-width: 451px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-title {
    font-size: 21px;
    font-weight: 300;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-title strong {
    color: #33CC33;
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-detail-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-detail-text span strong {
    color: #F55656;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .step-detail-text span a {
    color: #00B1FF;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .detail-links {
    margin-top: 24px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .detail-links a {
    color: #00B1FF;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .note-text {
    margin-top: 13px;
    line-height: 18px;
    letter-spacing: 0.6px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel {
    margin-top: 25px;
    display: flex;
    align-items: center;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel a {
    display: block;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel .appstore-img {
    width: 162px;
    margin-right: 16px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper .step-detail-wrapper .app-link-vessel .googleplay-img {
    width: 190px;
  }
  .final-result .lp_container .ac-registration-container .ac-regist-step-wrapper:nth-child(2n) {
    flex-direction: column;
  }
  .final-result .lp_container .finalist-title {
    margin-top: 160px;
    margin-bottom: 108px;
  }
  .final-result .lp_container .contents-board {
    padding-top: 25px;
    margin: 0 0px 50px;
    border-radius: 10px;
  }
  .final-result .lp_container .contents-board .result-title {
    position: absolute;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 40px;
    border: solid 1.5px #33CC33;
    background-color: #FFFFFF;
    text-align: center;
    font-weight: 300;
    padding: 10px 0;
    top: -20px;
    font-size: 16px;
    line-height: 20px;
    width: 200px;
  }
  .final-result .lp_container .contents-board .contents-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
  }
  .final-result .lp_container .contents-board .contents-wrapper .result-wrapper .result-vessel {
    padding: 0px;
  }
  .final-result .lp_container .contents-board .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper {
    width: 100%;
    padding-right: 10px;
  }
  .final-result .lp_container .contents-board .contents-wrapper::before {
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff 50%);
    pointer-events: none;
    transition: 1s;
    z-index: 1;
  }
  .final-result .lp_container .contents-board input {
    visibility: hidden;
    margin: 0;
  }
  .final-result .lp_container .contents-board label {
    position: absolute;
    bottom: -0.8em;
    display: block;
    font-size: 0.9em;
    padding: 0.2em 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 35px;
    z-index: 10;
    cursor: pointer;
    text-transform: uppercase;
  }
  .final-result .lp_container .contents-board label::before {
    content: "すべて見る";
    color: #33CC33;
  }
  .final-result .lp_container .contents-board label::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #33CC33;
    border-right: solid 1px #33CC33;
    transform: rotate(135deg);
    position: absolute;
    top: 140%;
    right: 50%;
  }
  .final-result .lp_container .contents-board input:checked + label:before {
    content: "閉じる";
    color: #33CC33;
  }
  .final-result .lp_container .contents-board input:checked + label::after {
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -5px;
    border-top: solid 1px #33CC33;
    border-right: solid 1px #33CC33;
    transform: rotate(-45deg);
    position: absolute;
    top: -40%;
    right: 50%;
  }
  .final-result .lp_container .contents-board #leer-illustration[type=checkbox]:checked ~ .contents-wrapper {
    height: 780px;
  }
  .final-result .lp_container .contents-board #leer-presentation[type=checkbox]:checked ~ .contents-wrapper {
    height: 1000px;
  }
  .final-result .lp_container .contents-board #leer-enter[type=checkbox]:checked ~ .contents-wrapper {
    height: 2180px;
  }
  .final-result .lp_container .contents-board #leer-illustration[type=checkbox]:checked ~ .contents-wrapper:before {
    opacity: 0;
  }
  .final-result .lp_container .contents-board #leer-presentation[type=checkbox]:checked ~ .contents-wrapper:before {
    opacity: 0;
  }
  .final-result .lp_container .contents-board #leer-enter[type=checkbox]:checked ~ .contents-wrapper:before {
    opacity: 0;
  }
  .final-result .lp_container .contents-board .green-dot1,
  .final-result .lp_container .contents-board .green-dot2,
  .final-result .lp_container .contents-board .green-dot3,
  .final-result .lp_container .contents-board .green-dot4 {
    width: 6px;
    height: 6px;
  }
  .final-result .lp_container .contents-board .green-dot1 {
    top: 10px;
    left: 10px;
  }
  .final-result .lp_container .contents-board .green-dot2 {
    top: 10px;
    right: 10px;
  }
  .final-result .lp_container .contents-board .green-dot3 {
    bottom: 10px;
    left: 10px;
  }
  .final-result .lp_container .contents-board .green-dot4 {
    bottom: 10px;
    right: 10px;
  }
  .final-result .lp_container .contents-wrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper .result-class-title {
    width: 90%;
    margin: 0px auto 15px;
    font-size: 18px;
    font-weight: normal;
    color: #33CC33;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper .result-vessel {
    width: 90%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-item-wrapper {
    display: flex;
    align-items: center;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-item-wrapper .result-rank-img-box {
    width: 47px;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper {
    width: initial;
    padding-left: 12px;
    margin: 8px 0;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper span {
    display: block;
    font-size: 14px;
    line-height: 21px;
  }
  .final-result .lp_container .contents-wrapper .result-wrapper .result-vessel .result-name-wrapper .result-prof-text {
    color: #999999;
  }
  .final-result .lp_container .result-caption {
    font-size: 14px;
    margin-top: 30px;
    line-height: 21px;
    letter-spacing: 0.7px;
  }
}
