@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/*
head-cup
---------------------------------------------*/
.head-cup {
  position: absolute;
  z-index: 20;
  left: calc(4vw + 70px);
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.head-cup .head-cup__logo {
  width: 78px;
  margin-right: 12px;
}

.head-cup .head-cup__title {
  display: block;
  font-size: 11px;
  line-height: 1.28;
  letter-spacing: 0.02em;
  font-family: "EuropaNuova-Regular";
  font-style: normal;
  font-weight: 400;
  padding: 2px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .head-cup {
    left: 30px;
    top: 10px;
  }

  .head-cup .head-cup__logo {
    width: 64px;
  }

  .head-cup .head-cup__title {
    font-size: 10px;
  }
}

/*
index
---------------------------------------------*/
.page-section {
  padding: 120px 0 0 0;
}

.kv-ship {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 70px;
}

.kv-ship .kv-visual {
  width: calc(100% - 4vw - 160px);
  height: 94vh;
  position: relative;
  background: url(../../kobe/images/kv_index.jpg) no-repeat bottom center;
  background-size: cover;
}

.kv-ship .kv-title {
  position: absolute;
  z-index: 2;
  left: calc(50px + 4vw);
  bottom: 5%;
}

.kv-ship .kv-title .kv-logo {
  margin-bottom: 16px;
  width: 140px;
}

.index-concept-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 10%;
  letter-spacing: 0.2em;
  padding-top: 2%;
}

.index-concept-wrap h2 {
  font-weight: 800;
  font-size: 32px;
  margin-right: 3em;
}

.index-concept-wrap p {
  font-weight: 800;
  font-size: 22px;
  line-height: 2.6;
  margin-bottom: 24px;
}

.index-page-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.index-page-link__wrap:first-child {
  margin-bottom: 60px;
}

.index-page-link__wrap .image {
  position: relative;
  width: calc(100% - 320px);
  margin-left: auto;
}

.index-page-link__wrap .link {
  width: 270px;
  z-index: 5;
  background: #fff;
}

.index-page-link__wrap .link ul {
  width: 270px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  /* padding: 40px 30px 40px 0;
  background: #fff; */
}

.index-page-link__wrap .link ul li {
  border-top: 1px solid #000;
  position: relative;
  /* &:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background: #fff;
  right: 0;
  top: -1px;
  z-index: 2;
   } */
}

.index-page-link__wrap .link ul li:last-child {
  border-bottom: 1px solid #000;
}

.index-page-link__wrap .link ul li:last-child.link-blank {
  display: block;
}

.index-page-link__wrap .link ul li:last-child.link-blank:after {
  right: 10px;
}

.index-page-link__wrap .link ul li:last-child.link-blank a {
  display: block;
}

.index-page-link__wrap .link ul li:last-child.link-blank a:after {
  display: none;
}

.index-page-link__wrap .link ul li a {
  display: block;
  padding: 15px 0;
  position: relative;
}

.index-page-link__wrap .link ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 12px;
  top: calc(50% - 8px);
  background: url(../images/icon-arrow.svg) no-repeat center;
  background-size: contain;
}

.goods-world .goods-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-left: -10px;
  margin-right: 10px;
}

.goods-world .goods-thumb {
  width: 25%;
  margin-bottom: 25px;
  padding: 0 10px;
}

.goods-world .goods-thumb.new .pict:before {
  content: "NEW!";
  position: absolute;
  z-index: 4;
  font-family: "EuropaNuova-Bold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  color: #E60303;
  right: 2.5%;
  top: 1%;
  text-decoration: underline;
}

.goods-world .goods-thumb .pict {
  display: block;
  margin-bottom: 15px;
  position: relative;
}

.goods-world .goods-thumb h3 {
  display: block;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 12px;
  min-height: 74px;
}

.goods-world .goods-thumb .price dl {
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #555;
}

.goods-world .bnr {
  margin-top: 25px;
}

.faq-world .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq-world .ttl {
  width: 200px;
}

.faq-world .faq-list {
  border-top: 1px solid #ddd;
  width: calc(100% - 200px);
}

.faq-world .faq-list dl {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}

.faq-world .faq-list dl dt {
  font-weight: 700;
  font-size: 18px;
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}

.faq-world .faq-list dl dt span {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  top: calc(50% - 8px);
  z-index: 2;
}

.faq-world .faq-list dl dt span:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.faq-world .faq-list dl dt span:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-world .faq-list dl dt.js-active span:after {
  opacity: 0;
}

.faq-world .faq-list dl dd {
  padding: 25px 50px 0 0;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.faq-world .faq-list dl dd a {
  text-decoration: underline;
}

.faq-world .faq-list dl dd small {
  display: inline-block;
  line-height: 1.5;
}

.main {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

@media screen and (max-width: 1040px) {
  .page-section {
    padding: 60px 0 0 0;
  }

  .kv-ship {
    padding: 25px 25px 0 25px;
    display: block;
  }

  .kv-ship .kv-visual {
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: url(../../kobe/images/kv_index__sp.jpg) no-repeat bottom center;
    background-size: cover;
  }

  .kv-ship .kv-title {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -15%;
    margin-left: -1.6%;
  }

  .kv-ship .kv-title h1 {
    padding: 0;
    width: 90%;
  }

  .kv-ship .kv-logo {
    display: none;
  }

  .index-concept-wrap {
    display: block;
    padding-bottom: 2%;
    max-width: 290px;
    margin-right: auto;
    padding-right: 0;
  }

  .index-concept-wrap h2 {
    font-size: 28px;
  }

  .index-concept-wrap p {
    font-size: 16px;
    line-height: 2.4;
    margin-bottom: 15px;
  }

  .index-page-link__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .index-page-link__wrap:first-child {
    margin-bottom: 35px;
  }

  .index-page-link__wrap .image {
    width: 100%;
  }

  .index-page-link__wrap .link {
    width: 100%;
    padding-top: 16px;
  }

  .index-page-link__wrap .link ul {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
  }

  .index-page-link__wrap .link ul li a {
    padding: 12px 0;
  }

  .index-page-link__wrap .link ul li a:after {
    width: 12px;
    height: 12px;
    right: 12px;
    top: calc(50% - 6px);
  }

  .index-page-link__wrap .link ul li.link-blank:after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
  }

  .goods-world .goods-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }

  .goods-world .goods-wrap .goods-thumb {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
  }

  .goods-world .goods-wrap .goods-thumb.new .pict:before {
    font-size: 11px;
    top: -2.5%;
    right: 1%;
  }

  .goods-world .goods-wrap .goods-thumb h3 {
    font-size: 11px;
    letter-spacing: -0.02em;
    min-height: 50px;
  }

  .goods-world .goods-wrap .goods-thumb .price dl {
    font-size: 11px;
  }

  .faq-world .container {
    display: block;
  }

  .faq-world .faq-list {
    width: 100%;
  }

  .faq-world .faq-list dl {
    padding: 18px 0;
  }

  .faq-world .faq-list dl dt {
    font-size: 13px;
    line-height: 1.5;
    padding-right: 34px;
  }

  .faq-world .faq-list dl dt span {
    width: 12px;
    height: 12px;
    right: 6px;
    top: calc(50% - 6px);
  }

  .faq-world .faq-list dl dd {
    font-size: 12px;
    padding: 12px 34px 0 0;
  }
}

/*
page
---------------------------------------------*/
.page-kv {
  padding: 60px 0;
}

.page-kv .page-kv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-kv .page-kv-copy {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-kv .page-kv-copy h1 {
  color: #0e54bc;
  letter-spacing: 0em;
}

.page-kv .page-kv-copy h1 .cup,
.page-kv .page-kv-copy h1 .stage,
.page-kv .page-kv-copy h1 .ttl {
  display: block;
  line-height: 1;
}

.page-kv .page-kv-copy h1 .cup {
  font-family: "EuropaNuova-ExtraBold";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 3px;
}

.page-kv .page-kv-copy h1 .stage {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 12px;
}

.page-kv .page-kv-copy h1 .ttl {
  padding-left: 5px;
  font-weight: 800;
  font-size: 56px;
  letter-spacing: -0.02em;
}

.page-kv .page-kv-copy h1 .ttl span {
  display: inline-block;
  position: relative;
  background: #0e54bc;
  color: #fff;
  padding: 0 2px 5px 0px;
}

.page-kv .page-kv-copy p {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
  margin-top: 40px;
}

.page-kv .page-kv-visual {
  width: 50%;
}

.page-navi {
  margin-bottom: 90px;
}

.page-navi ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0;
  padding: 0 3.6%;
  font-weight: 600;
}

.page-navi ul li a {
  display: block;
  padding: 26px 20px;
  position: relative;
}

.page-navi ul li.js-active a {
  color: #0e54bc;
}

.page-navi ul li.js-active a:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  background: #0e54bc;
}

.page-naiyou {
  margin-bottom: 120px;
}

.page-naiyou.eventlist {
  margin-bottom: 50px;
}

.page-naiyou .naiyou-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}

.page-naiyou .naiyou-wrap.naiyou-wrap-list h2 {
  width: 220px;
  display: block;
  line-height: 1.2;
  font-size: 22px;
}

.page-naiyou .naiyou-wrap.naiyou-wrap-list h2 small {
  font-family: "EuropaNuova-ExtraBold", sans-serif;
  font-weight: normal;
  font-size: 75%;
  position: relative;
}

.page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail {
  width: calc(100% - 220px);
}

.page-naiyou .naiyou-wrap h2 {
  width: 320px;
  letter-spacing: 0.07em;
  font-size: 18px;
}

.page-naiyou .naiyou-wrap .naiyou-detail {
  width: calc(100% - 320px);
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table {
  width: 100%;
  position: relative;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table .list-entry-head1 {
  width: 80px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table .list-entry-head2 {
  width: 120px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table .list-entry-head4 {
  width: 100px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table .list-entry-head5 {
  width: 140px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table .list-entry-head6 {
  width: 210px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table th,
.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table td {
  font-size: 14px;
  text-align: left;
  padding: 5px 14px;
  font-weight: normal;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table th {
  background: #ef6888;
  color: #fff;
  line-height: 1.1;
  font-weight: 600;
  padding: 12px 14px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table th small {
  position: relative;
  font-family: "EuropaNuova-ExtraBold", sans-serif;
  font-weight: normal;
  font-size: 80%;
  position: relative;
  display: inline-block;
  line-height: 1.1;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table td {
  background: #f9ebef;
  padding: 10px 14px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry table .center {
  text-align: center;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .border-top td {
  border-top: 1px dotted #ef6888;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .three-years th {
  background: #479e40;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .three-years td {
  background: #e9f6e8;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .three-years .border-top td {
  border-top: 1px dotted #479e40;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .hour-years th {
  background: #3f70d5;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .hour-years td {
  background: #e6ebf7;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .hour-years .border-top td {
  border-top: 1px dotted #3f70d5;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .five-years th {
  background: #777;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .five-years td {
  background: #f5f5f5;
}

.page-naiyou .naiyou-wrap .naiyou-detail .list-entry .five-years .border-top td {
  border-top: 1px dotted #777;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-top: 1px solid #EBEBEB;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-single {
  display: block;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .naiyou-jtb {
  padding: 30px 0 0 0;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .naiyou-jtb a {
  margin-bottom: 25px;
  margin-top: 12px;
  display: block;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .naiyou-jtb a img {
  border: 1px solid #cc0000;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .naiyou-jtb ul {
  background: #f5f5f5;
  padding: 20px 20px 20px 40px;
  font-size: 13px;
  font-weight: 400;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap h3 {
  width: 200px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap h3.wide {
  width: auto;
  margin: 20px 0 10px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .btnYw {
  background: #fed300;
  display: block;
  width: 70%;
  margin: 30px auto;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .btnYw span {
  display: block;
  font-size: 20px;
  font-weight: 600;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .small2 {
  display: block;
  margin: 4px 0 8px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .boxRed {
  background: #E32020;
  width: 100%;
  margin: 30px auto;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  color: #fff;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .boxRed span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .naiyou-detail-txt {
  font-weight: 400;
  display: block;
  line-height: 1.6;
  width: calc(100% - 200px);
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .img {
  padding: 15px 0;
  position: relative;
  display: block;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .font-small {
  font-size: 13px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap p {
  font-size: 15px;
  font-weight: 400;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap p small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #555;
  line-height: 1.6;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap ul li small {
  display: block;
  font-size: 12px;
  margin-top: 8px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 8px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .small-ttl {
  font-weight: 600;
  margin-top: 20px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap ul {
  font-size: 15px;
  padding-left: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap ol {
  font-size: 15px;
  padding-left: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 5px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap ol li {
  list-style: decimal;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap ul li {
  list-style: disc;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap a {
  text-decoration: underline;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .icon {
  display: inline-block;
  margin-right: 0.4em;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .red {
  color: #C30E0E;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .class2 {
  color: #ef6888;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .class4 {
  color: #3f70d5;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .class3 {
  color: #479e40;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .class14 {
  color: #777;
}

.page-naiyou .banner {
  width: 60%;
  margin: 0 auto;
}

.page-naiyou .link_btn {
  display: block;
  font-size: 16px;
  position: relative;
  max-width: 400px;
  line-height: 1.5;
  width: 100%;
  margin: 60px auto 0 auto;
  border: 1px solid #ccc;
  padding: 20px 24px;
  background: #fff;
  text-align: center;
}

.page-naiyou .link_btn span {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: calc(50% - 8px);
  z-index: 2;
  background: url(../images/icon-arrow.svg) no-repeat center;
  background-size: contain;
}

.flow-body {
  margin-top: 15px;
}

.flow-ttl {
  padding: 8px 0;
  font-size: 13px;
  background: #fed300;
  color: #000;
}

.flow-arrow {
  line-height: 1;
}

.flow-body i {
  color: #fed300;
  font-size: 1.4rem;
  line-height: 1;
}

.flow-sub {
  background: #fff9dc;
  padding: 10px 0;
  font-size: 12px;
}

.flow-attetion {
  display: block;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-top: 15px;
  margin-bottom: 0;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.entry-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 10px solid #FFD100;
  padding: 40px 20px;
}

.entry-bottom .entry-detail-contact {
  border-right: 1px solid #FFD100;
}

.entry-bottom .entry-detail {
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
}

.entry-bottom .entry-detail dl dt {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 10px;
}

.entry-bottom .entry-detail dl .tit {
  display: block;
  text-align: center;
  margin-bottom: 8px;
}

.entry-bottom .entry-detail dl .mail {
  padding: 4px 0 0 0;
}

.entry-bottom .entry-detail dl .mail a {
  text-decoration: underline;
  font-size: 24px;
  font-weight: 800;
}

.entry-bottom .entry-detail dl .number {
  font-size: 30px;
  display: block;
  line-height: 1.2;
}

.entry-bottom .entry-detail dl .number small {
  display: block;
  font-size: 18px;
}

.entry-bottom .entry-detail dl dd small {
  color: #555;
  display: inline-block;
  line-height: 1.5;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 1040px) {
  .page-kv {
    padding: 20px 0 0 0;
    margin-bottom: 40px;
  }

  .page-kv .container {
    padding: 0 25px;
  }

  .page-kv .page-kv__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-kv .page-kv-copy {
    width: 100%;
    position: relative;
    z-index: 5;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .page-kv .page-kv-copy .page-kv-copy__inner {
    padding: 0 4vw;
  }

  .page-kv .page-kv-copy .page-kv-logo {
    width: 200px;
    margin-bottom: 12px;
  }

  .page-kv .page-kv-copy h1 .cup {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .page-kv .page-kv-copy h1 .stage {
    font-size: 24px;
  }

  .page-kv .page-kv-copy h1 .ttl {
    font-size: 44px;
    margin-left: -4px;
  }

  .page-kv .page-kv-copy h1 .ttl span {
    padding: 0px 3px 4px 0px;
  }

  .page-kv .page-kv-copy p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
  }

  .page-kv .page-kv-visual {
    width: 100%;
    height: auto;
  }

  .page-navi {
    margin-bottom: 45px;
  }

  .page-navi ul {
    padding: 0 2%;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .page-navi ul li {
    width: 50%;
    display: block;
    position: relative;
  }

  .page-navi ul li a {
    padding: 15px 10px;
    line-height: 1.4;
    text-align: center;
  }

  .page-navi ul li.js-active a:after {
    height: 2px;
  }

  .page-navi ul li a.link-blank:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 8px);
    right: 10px;
  }

  .page-naiyou {
    margin-bottom: 80px;
  }

  .entry-bottom {
    display: block;
    padding: 20px 15px;
    border: 6px solid #FFD100;
  }

  .entry-bottom .entry-detail {
    width: 100%;
  }

  .entry-bottom .entry-detail dl dt {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .entry-bottom .entry-detail dl .mail {
    margin-bottom: 4px;
  }

  .entry-bottom .entry-detail dl .mail a {
    font-size: 20px;
  }

  .entry-bottom .entry-detail dl dd {
    font-size: 13px;
  }

  .entry-bottom .entry-detail-contact {
    border-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (max-width: 1040px) {

  /*
  race
  ---------------------------------------------*/
  .page-naiyou .naiyou-wrap {
    display: block;
  }

  .page-naiyou .naiyou-wrap h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail {
    width: 100%;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap {
    display: block;
    padding: 15px 0;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .small-ttl {
    font-size: 13px;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap h3 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap p,
  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap ul,
  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap ol {
    font-size: 13px;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap .naiyou-detail-txt {
    width: 100%;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list h2 {
    line-height: 1;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail {
    width: 100%;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry {
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table {
    min-width: 600px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table th,
  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table td {
    font-size: 12px;
    letter-spacing: 0;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table th {
    padding: 8px 6px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table td {
    padding: 6px 6px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table td:nth-child(5),
  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table td:nth-child(6) {
    word-break: break-all;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table .list-entry-head1 {
    width: 54px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table .list-entry-head2 {
    width: 88px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table .list-entry-head3 {
    width: 160px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table .list-entry-head4 {
    width: 45px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table .list-entry-head5 {
    width: 130px;
  }

  .page-naiyou .naiyou-wrap.naiyou-wrap-list .naiyou-detail .list-entry table .list-entry-head6 {
    width: 150px;
  }

  .page-naiyou .link_btn {
    width: 80%;
    margin: 30px auto 40px auto;
  }

  .page-naiyou .link_btn span {
    right: 12px;
  }
}

/*
event
---------------------------------------------*/
.page-event-lead {
  margin-bottom: 90px;
  display: block;
  text-align: center;
}

.page-event-lead h2 {
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 800;
  display: block;
  line-height: 1.5;
}

.page-event-lead h2 span {
  display: inline-block;
  background: #FFD100;
  padding: 0 8px 1px 8px;
  font-size: 70%;
}

.page-event-lead .atttention {
  position: relative;
  border: 1px solid #FF3D15;
  max-width: 750px;
  margin: 0 auto;
  padding: 40px 30px 45px 30px;
}

.page-event-lead .atttention h3 {
  font-weight: 800;
  margin-bottom: 8px;
  font-size: 26px;
}

.page-event-lead .atttention p {
  font-weight: 500;
  font-size: 14px;
}

.page-event-lead .atttention .bnr {
  margin-top: 24px;
}

ul.page-event__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
  letter-spacing: 0;
}

ul.page-event__tab li {
  margin-right: 10px;
}

ul.page-event__tab li a {
  display: block;
  padding: 2px 22px 3px 22px;
  border-radius: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ul.page-event__tab li.all a {
  border: 1px solid #FF3D15;
  color: #FF3D15;
}

ul.page-event__tab li.all a:hover {
  opacity: 1;
  background: #FF3D15;
  color: #fff;
}

ul.page-event__tab li.all.js-active a {
  pointer-events: none;
  background: #FF3D15;
  color: #fff;
}

ul.page-event__tab li.application a {
  border: 1px solid #00B7BE;
  color: #00B7BE;
}

ul.page-event__tab li.application a:hover {
  opacity: 1;
  background: #00B7BE;
  color: #fff;
}

ul.page-event__tab li.application.js-active a {
  background: #00B7BE;
  pointer-events: none;
  color: #fff;
}

ul.page-event__tab li.application2 a {
  border: 1px solid #6E41B7;
  color: #6E41B7;
}

ul.page-event__tab li.application2 a:hover {
  opacity: 1;
  background: #6E41B7;
  color: #fff;
}

ul.page-event__tab li.application2.js-active a {
  background: #6E41B7;
  pointer-events: none;
  color: #fff;
}

ul.page-event__tab li.entance a {
  border: 1px solid #0FB21B;
  color: #0FB21B;
}

ul.page-event__tab li.entance a:hover {
  opacity: 1;
  background: #0FB21B;
  color: #fff;
}

ul.page-event__tab li.entance.js-active a {
  background: #0FB21B;
  pointer-events: none;
  color: #fff;
}

ul.page-event__tab li.charge a {
  border: 1px solid #A79300;
  color: #A79300;
}

ul.page-event__tab li.charge a:hover {
  opacity: 1;
  background: #A79300;
  color: #fff;
}

ul.page-event__tab li.charge.js-active a {
  background: #A79300;
  pointer-events: none;
  color: #fff;
}

.page-ttl__txt {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.page-event-passport {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.page-event-passport .img {
  width: 180px;
  height: 180px;
  background: #ddd;
}

.page-event-passport .txt {
  width: calc(100% - 180px);
  padding-left: 30px;
}

.page-event-passport .txt h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  line-height: 1.5;
}

.page-event-passport .txt p {
  margin-bottom: 15px;
}

.page-event-passport .txt .bnr {
  margin: 0;
}

.page-naiyou-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

.page-naiyou-event .event {
  width: 33.333%;
  padding: 0 20px 0 20px;
  margin-bottom: 40px;
  position: relative;
}

.page-naiyou-event .event.soon a {
  pointer-events: none;
}

.page-naiyou-event .event.soon a .image:after {
  display: none;
}

.page-naiyou-event .event .image {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-naiyou-event .event a .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(../images/icon_plus2.svg) no-repeat center;
  background-size: contain;
  z-index: 5;
  right: 6px;
  bottom: 8px;
}

.page-naiyou-event .event h2 {
  display: block;
  padding: 14px 0 12px 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.4;
  width: 100%;
}

.page-naiyou-event .event p {
  display: block;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  margin-bottom: 12px;
  width: 100%;
}

.page-naiyou-event .event ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  margin: 0;
  letter-spacing: 0;
  font-weight: 500;
  left: 0;
}

.page-naiyou-event .event ul li {
  margin-right: 10px;
}

.page-naiyou-event .event ul li.application {
  color: #00B7BE;
}

.page-naiyou-event .event ul li.application2 {
  color: #6E41B7;
}

.page-naiyou-event .event ul li.entance {
  color: #0FB21B;
}

.page-naiyou-event .event ul li.charge {
  color: #A79300;
}

.fancybox-content.moal-wrap {
  max-width: 1040px;
  width: 100%;
  padding: 40px;
}

.fancybox-container .fancybox-bg {
  background: #fff;
  opacity: 1;
}

body .fancybox-is-open.fancybox-container .fancybox-bg {
  opacity: 1;
}

.fancybox-container .fancybox-slide--html .fancybox-close-small {
  padding: 0;
  right: 25px;
  width: 60px;
  height: 60px;
  top: -15px;
}

.fancybox-container .fancybox-slide--html .fancybox-close-small svg {
  width: 100%;
}

.moal-wrap {
  display: none;
  max-width: 840px;
  margin: 0 auto;
  padding: 20px;
}

.moal-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.moal-wrap .image {
  width: 400px;
  width: 50%;
  padding-left: 40px;
  position: relative;
}

.moal-wrap .image div {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  background-position: center;
  background-size: cover;
}

.moal-wrap .info {
  width: calc(100% - 400px);
  width: 50%;
}

.moal-wrap .info h2 {
  padding: 0 0 15px 0;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: block;
  line-height: 1.5;
}

.moal-wrap .info p {
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1.6;
  margin-bottom: 12px;
}

.moal-wrap .info small {
  display: block;
  line-height: 1.4;
  font-size: 80%;
  font-weight: 400;
  padding: 4px 0 0 0;
}

.moal-wrap .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.moal-wrap .info dl dt {
  width: 110px;
  font-weight: 600;
  color: #666;
  font-size: 14px;
}

.moal-wrap .info dl dd {
  width: calc(100% - 110px);
  font-weight: 500;
  margin-bottom: 10px;
  color: #000;
}

.moal-wrap .info dl dd a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 4px 16px 6px 16px;
  font-size: 12px;
  border-radius: 24px;
  margin-bottom: 4px;
  font-weight: 500;
}

.page-ttl {
  font-weight: 800;
  font-size: 40px;
  padding: 0px 0 28px 0;
  line-height: 1.2;
  display: block;
}

.page-ttl small {
  font-size: 27px;
  display: inline-block;
  margin-left: 12px;
  padding-left: 13px;
  position: relative;
  top: 0px;
  border-left: 1px solid #888;
}

.page-naiyou-event .event.event-sponcer {
  padding-bottom: 30px;
}

.page-naiyou-event .event.event-sponcer:after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 44px);
  height: 2px;
  background: #000;
  left: 22px;
  bottom: 0;
}

.page-naiyou-event .event.event-sponcer h2 {
  position: relative;
  padding-left: 74px;
}

.page-naiyou-event .event.event-sponcer .logo {
  display: inline-block;
  background: #fff;
  position: absolute;
  z-index: 5;
  width: 64px;
  left: 0;
  top: 10px;
}

/*後援*/

#sponcer2 .page-naiyou {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#sponcer2 .page-naiyou .sponcerlist_li {
  width: 15%;
}



@media screen and (max-width: 1040px) {
  .page-event-lead {
    margin-bottom: 50px;
  }

  .page-event-lead h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .page-event-lead h2 span {
    padding: 0 3px 1px 3px;
    margin-bottom: 3px;
    font-size: 67.5%;
  }

  .page-event-lead .atttention {
    padding: 25px 20px 30px 20px;
  }

  .page-event-lead .atttention h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .page-event-lead .atttention p {
    font-size: 12px;
    line-height: 1.6;
  }

  .page-event-lead .banner {
    width: 100%;
  }

  .page-event-lead .wakuwaku {
    margin: 20px auto 0;
    font-size: 1.4rem;
    width: 80%;
    text-align: left;
  }

  .page-ttl {
    font-size: 22px;
    padding: 0px 0 20px 0;
    display: block;
    line-height: 1.2;
  }

  .page-ttl small {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    font-size: 22px;
    padding-top: 3px;
  }

  .page-ttl__txt {
    font-size: 14px;
    line-height: 1.5;
  }

  .page-event-passport {
    padding: 20px;
    display: block;
  }

  .page-event-passport .img {
    width: 120px;
    margin: 0 auto;
    display: block;
    height: auto;
    background: #fff;
  }

  .page-event-passport .txt {
    width: 100%;
    padding: 12px 0 0 0;
  }

  .page-event-passport .txt h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .page-event-passport .txt p {
    font-size: 13px;
    line-height: 1.6;
  }

  ul.page-event__tab {
    font-size: 12px;
    margin-bottom: 18px;
  }

  ul.page-event__tab li {
    margin-right: 6px;
    margin-bottom: 6px;
  }

  ul.page-event__tab li a {
    padding: 1px 16px 2px 16px;
  }

  .page-naiyou-event {
    margin-left: -7px;
    margin-right: -7px;
  }

  .page-naiyou-event .event {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 20px;
  }

  .page-naiyou-event .event.yoyaku:after {
    left: 10px;
    font-size: 10px;
    width: 52px;
    padding: 3px 0px 3px 0;
  }

  .page-naiyou-event .event.yoyaku.now:after {
    width: 64px;
  }

  .page-naiyou-event .event h2 {
    font-size: 15px;
    line-height: 1.4;
    padding: 8px 0 8px 0;
  }

  .page-naiyou-event .event p {
    font-size: 12px;
  }

  .page-naiyou-event .event p br {
    display: none;
  }

  .page-naiyou-event .event ul {
    font-size: 10px;
  }

  .page-naiyou-event .event ul li {
    padding: 0 4px 1px 4px;
  }

  .page-naiyou-event .event a .image:after {
    width: 30px;
    height: 30px;
    right: 4px;
    bottom: 4px;
  }


  /*後援*/

  #sponcer2 .page-naiyou {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #sponcer2 .page-naiyou .sponcerlist_li {
    width: 30%;
  }



  body .fancybox-slide--html {
    padding: 15px;
  }

  .fancybox-content.moal-wrap {
    width: 100%;
    padding: 40px 20px;
  }

  .fancybox-content.moal-wrap .inner {
    display: block;
  }

  .fancybox-content.moal-wrap .image {
    width: 100%;
    padding-left: 0;
  }

  .fancybox-content.moal-wrap .info {
    width: 100%;
    padding-left: 0;
  }

  .fancybox-content.moal-wrap .info h2 {
    padding: 16px 0 15px 0;
    font-size: 17px;
  }

  .fancybox-content.moal-wrap .info p {
    font-size: 12px;
    margin-bottom: 0;
  }

  .fancybox-content.moal-wrap .info dl {
    font-size: 12px;
  }

  .fancybox-content.moal-wrap .info dl dt {
    font-size: 12px;
    width: 90px;
  }

  .fancybox-content.moal-wrap .info dl dd {
    width: calc(100% - 90px);
  }

  .fancybox-content.moal-wrap .info dl dd a {
    font-size: 10px;
  }

  .fancybox-container .fancybox-slide--html .fancybox-close-small {
    right: 6px;
    width: 50px;
    height: 50px;
    top: -5px;
  }
}

/*
result
---------------------------------------------*/
.result-wrap {
  position: relative;
  max-width: 940px;
  margin: 0 auto 90px auto;
}

.result-wrap h2 {
  display: block;
  text-align: center;
  margin-bottom: 32px;
}

.result-wrap h2 span {
  display: block;
}

.result-wrap h2 .logo {
  position: relative;
  display: block;
  max-width: 140px;
  margin: 0 auto 14px auto;
}

.result-wrap h2 .title {
  display: inline-block;
  color: #ef6888;
  line-height: 1.2;
  padding: 4px 8px 2px 8px;
  font-size: 26px;
}

.result-wrap h2 .title em {
  font-style: normal;
  font-family: "EuropaNuova-ExtraBold", sans-serif;
  font-weight: normal;
  position: relative;
  font-size: 90%;
}

.result-wrap .image {
  position: relative;
  overflow: hidden;
}

.result-wrap .image:after {
  content: "";
  display: block;
  width: 200px;
  height: 162px;
  position: absolute;
  background: url(../../kobe/images/result_icon_01.png) no-repeat center;
  background-size: contain;
  left: 3.2%;
  top: 6.5%;
  z-index: 2;
}

.result-wrap .result-detail table {
  width: 100%;
  position: relative;
}

.result-wrap .result-detail table .list-entry-head1 {
  width: 80px;
}

.result-wrap .result-detail table .list-entry-head2 {
  width: 120px;
}

.result-wrap .result-detail table .list-entry-head4 {
  width: 80px;
}

.result-wrap .result-detail table .list-entry-head5 {
  width: 150px;
}

.result-wrap .result-detail table .list-entry-head6 {
  width: 190px;
}

.result-wrap .result-detail table th,
.result-wrap .result-detail table td {
  font-size: 14px;
  text-align: left;
  padding: 12px 14px;
  font-weight: normal;
}

.result-wrap .result-detail table th {
  background: #ef6888;
  color: #fff;
  line-height: 1.1;
  font-weight: 600;
}

.result-wrap .result-detail table th span {
  position: relative;
  font-family: "EuropaNuova-ExtraBold", sans-serif;
  font-weight: normal;
  font-size: 80%;
  position: relative;
  display: inline-block;
  line-height: 1.1;
}

.result-wrap .result-detail table td {
  background: #f9ebef;
  padding: 10px 14px;
}

.result-wrap .result-detail table td .gold {
  width: 36px;
  height: 28px;
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 33px;
  background: url(../../kobe/images/icon_gold.png) no-repeat center center;
  background-size: 36px 28px;
  text-align: center;
}

.result-wrap .result-detail table td .silver {
  width: 36px;
  height: 28px;
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 33px;
  background: url(../../kobe/images/icon_silver.png) no-repeat center center;
  background-size: 36px 28px;
  text-align: center;
}

.result-wrap .result-detail table td .bulond {
  width: 36px;
  height: 28px;
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 33px;
  background: url(../../kobe/images/icon_bulond.png) no-repeat center center;
  background-size: 36px 28px;
  text-align: center;
}

.result-wrap .result-detail table .center {
  text-align: center;
}

.result-wrap .result-detail .border-top td {
  border-top: 1px dotted #ef6888;
}

.result-wrap.three-years h2 .title {
  color: #479e40;
}

.result-wrap.three-years .result-detail table th {
  background: #479e40;
}

.result-wrap.three-years .result-detail table td {
  background: #e9f6e8;
}

.result-wrap.three-years .border-top td {
  border-top: 1px dotted #479e40;
}

.result-wrap.three-years .image:after {
  background: url(../../kobe/images/result_icon_02.png) no-repeat center;
  background-size: contain;
}

.result-wrap.hour-years h2 .title {
  color: #3f70d5;
}

.result-wrap.hour-years .result-detail table th {
  background: #3f70d5;
}

.result-wrap.hour-years .result-detail table td {
  background: #e6ebf7;
}

.result-wrap.hour-years .border-top td {
  border-top: 1px dotted #3f70d5;
}

.result-wrap.hour-years .image:after {
  background: url(../../kobe/images/result_icon_03.png) no-repeat center;
  background-size: contain;
}

.result-wrap.five-years h2 .title {
  color: #777;
}

.result-wrap.five-years .result-detail table th {
  background: #777;
}

.result-wrap.five-years .result-detail table td {
  background: #f5f5f5;
}

.result-wrap.five-years .border-top td {
  border-top: 1px dotted #777;
}

.result-wrap.five-years .image:after {
  background: url(../../kobe/images/result_icon_04.png) no-repeat center;
  background-size: contain;
}

@media screen and (max-width: 1040px) {
  .result-wrap {
    margin: 0 auto 46px auto;
  }

  .result-wrap h2 {
    margin-bottom: 12px;
  }

  .result-wrap h2 .logo {
    max-width: 98px;
  }

  .result-wrap h2 .title {
    font-size: 20px;
    padding: 2px 5px;
  }

  .result-wrap .image:after {
    width: 90px;
    height: 80px;
  }

  .result-wrap .result-detail {
    overflow-y: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .result-wrap .result-detail table {
    min-width: 600px;
  }

  .result-wrap .result-detail table th,
  .result-wrap .result-detail table td {
    font-size: 12px;
    letter-spacing: 0;
  }

  .result-wrap .result-detail table th {
    padding: 4px 6px;
  }

  .result-wrap .result-detail table td {
    padding: 2px 6px;
  }

  .result-wrap .result-detail table td:nth-child(5),
  .result-wrap .result-detail table td:nth-child(6) {
    word-break: break-all;
  }

  .result-wrap .result-detail table .list-entry-head1 {
    width: 54px;
  }

  .result-wrap .result-detail table .list-entry-head2 {
    width: 90px;
  }

  .result-wrap .result-detail table .list-entry-head3 {
    width: 160px;
  }

  .result-wrap .result-detail table .list-entry-head4 {
    width: 45px;
  }

  .result-wrap .result-detail table .list-entry-head5 {
    width: 120px;
  }

  .result-wrap .result-detail table .list-entry-head6 {
    width: 160px;
  }
}

.mapArea {
  width: 580px;
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .mapArea {
    width: 90%;
    margin: 30px auto;
  }
}

/*
extra
---------------------------------------------*/
.naiyou-wrap-attetion {
  position: relative;
  max-width: 100%;
  margin: 0 auto 60px auto;
  border: 1px solid #B91521;
  padding: 50px 30px 40px 30px;
}

.naiyou-wrap-attetion h2 {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 17px;
  text-align: center;
}

.naiyou-wrap-attetion .inner {
  text-align: center;
}

.naiyou-wrap-attetion .bnr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.naiyou-wrap-attetion .bnr em {
  display: block;
  position: relative;
  margin-bottom: 2px;
}

.naiyou-wrap-attetion .bnr em img {
  margin: 0 auto;
}

.naiyou-wrap-attetion .attention {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #444;
  max-width: 640px;
  margin: 0 auto 25px auto;
  position: relative;
}

.naiyou-wrap-attetion .attention li {
  position: relative;
  padding-left: 16px;
}

.naiyou-wrap-attetion .attention li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.naiyou-wrap-attetion p {
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 15px;
}

.naiyou-wrap-attetion p small {
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0;
}

.naiyou-wrap-attetion .touroku {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #eee;
}

.naiyou-wrap-attetion .touroku a {
  color: #C30E0E;
  text-decoration: underline;
}

.naiyou-wrap-attetion .touroku h3 {
  font-size: 15px;
  width: 190px;
}

.naiyou-wrap-attetion .touroku .touroku-body {
  width: calc(100% - 190px);
  padding-left: 4%;
  border-left: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.naiyou-wrap-attetion .touroku .touroku-body dl {
  line-height: 1.6;
}

.naiyou-wrap-attetion .touroku .touroku-body dl:nth-child(1) {
  width: 38%;
  padding-right: 5%;
}

.naiyou-wrap-attetion .touroku .touroku-body dl:nth-child(2) {
  width: 62%;
}

.naiyou-wrap-attetion .touroku .touroku-body dl dt {
  font-weight: bold;
  margin-bottom: 8px;
}

.naiyou-wrap-attetion .touroku .touroku-body dl dd {
  font-size: 14px;
}

.naiyou-wrap-attetion .touroku .touroku-body p {
  font-size: 14px;
  margin-bottom: 0;
}

.naiyou-wrap-attetion .touroku .touroku-body p small {
  margin-top: 8px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border {
  border: 1px solid #C30E0E;
  padding: 30px;
}

@media screen and (max-width: 1040px) {
  .naiyou-wrap-attetion {
    padding: 25px 20px 10px 20px;
  }

  .naiyou-wrap-attetion h2 {
    font-size: 18px;
  }

  .naiyou-wrap-attetion p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 1.5;
  }

  .naiyou-wrap-attetion p small {
    font-size: 10px;
  }

  .naiyou-wrap-attetion .bnr.bnr-l-tike {
    padding: 14px 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .naiyou-wrap-attetion .bnr.bnr-l-tike em img {
    width: 150px;
  }

  .naiyou-wrap-attetion .attention {
    font-size: 11px;
    margin-bottom: 20px;
  }

  .naiyou-wrap-attetion .attention li {
    padding-left: 12px;
  }

  .naiyou-wrap-attetion .touroku {
    display: block;
    padding: 15px 0;
  }

  .naiyou-wrap-attetion .touroku h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .naiyou-wrap-attetion .touroku .touroku-body {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    display: block;
  }

  .naiyou-wrap-attetion .touroku .touroku-body dl:nth-child(1) {
    width: 100%;
    margin-bottom: 12px;
  }

  .naiyou-wrap-attetion .touroku .touroku-body dl:nth-child(2) {
    width: 100%;
  }

  .naiyou-wrap-attetion .touroku .touroku-body dl dt {
    font-size: 12px;
    margin-bottom: 4px;
  }

  .naiyou-wrap-attetion .touroku .touroku-body dl dd {
    font-size: 12px;
  }

  .naiyou-wrap-attetion .touroku .touroku-body p {
    font-size: 12px;
  }

  .naiyou-wrap-attetion .touroku .touroku-body p small {
    font-size: 11px;
    color: #555;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border {
    padding: 20px;
  }

  .page-naiyou .banner {
    width: 100%;
  }
}

/*
sea extra
---------------------------------------------*/
.news .news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news .news-wrap h2 {
  width: 240px;
}

.news .news-wrap ul {
  width: calc(100% - 240px);
  position: relative;
  top: -3px;
  overflow: scroll;
  max-height: 300px;
  padding-right: 20px;
}

.news .news-wrap ul li {
  border-top: 1px solid #eee;
}

.news .news-wrap ul li:last-child {
  border-bottom: 1px solid #eee;
}

.news .news-wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 30px 0;
}

.news .news-wrap ul li em {
  font-family: "URW DIN Black", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  color: #bbb;
  display: block;
  width: 110px;
}

.news .news-wrap ul li span {
  font-size: 15px;
  display: block;
  line-height: 1.5;
  width: calc(100% - 110px);
}

.book-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.book-wrap .ttl {
  width: 160px;
}

.book-wrap .book-list {
  width: calc(100% - 160px);
}

.book-wrap .book-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.book-wrap .book-list ul li {
  margin-left: 2rem;
  font-size: 16px;
}

.book-wrap .book-list ul li a {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  padding: 25px 0 60px 0;
  width: 280px;
  position: relative;
}

.book-wrap .book-list ul li a:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  left: calc(50% - 8px);
  bottom: 25px;
  z-index: 2;
  background: url(../images/icon-arrow.svg) no-repeat center;
  background-size: contain;
}

.book-wrap .book-list ul li a.soon {
  pointer-events: none;
}

.book-wrap .book-list ul li a.soon:after {
  background: none;
  content: "COMING SOON";
  width: 100%;
  left: 0;
  bottom: 32px;
  font-family: "EuropaNuova-ExtraBold", sans-serif;
  font-size: 15px;
  opacity: 0.5;
}

.book-wrap .book-list ul li a .icon {
  display: block;
  margin-bottom: 6px;
}

.book-wrap .book-list ul li a .icon img {
  display: block;
  margin: 0 auto;
}

.goods-world .goods-announce {
  display: block;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0 0 0;
}

.goods-world .goods-announce span {
  display: inline-block;
  position: relative;
}

.goods-world .goods-announce span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #000;
}

.page-kv.page-kv-sea .page-kv-copy h1 {
  color: #0B5FC4;
}

.naiyou-wrap-attetion a {
  color: #fff;
  text-decoration: underline;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention h4 {
  display: block;
  text-align: center;
  font-size: 18px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention h4 br {
  display: none;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention .bnr-wrap {
  background: #C30E0E;
  color: #fff;
  margin: 15px 0;
  padding: 22px;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention .bnr-wrap p {
  text-align: center;
  font-weight: 600;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention .bnr-wrap small {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention .bnr-wrap .bnr {
  margin-top: 20px;
  margin-bottom: 20px;
}

body .bnr.bnr-jtb {
  font-style: normal;
  text-decoration: none;
  border: 0;
}

body .bnr.bnr-jtb .logo {
  display: block;
  margin-bottom: 1px;
}

body .bnr.bnr-jtb .logo img {
  display: block;
  margin: 0 auto;
}

body .bnr.bnr-jtb .txt {
  font-style: normal;
  text-decoration: none;
}

.gnav-toggle.gnav-toggle-sea,
#gnav-menu.gnav-menu-sea {
  background: #0B5FC4;
}

.tokyo-concept .concept-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.tokyo-concept .concept-wrap .img {
  width: 50%;
}

.tokyo-concept .concept-wrap .img span {
  display: block;
  margin: 0 auto;
  max-width: 224px;
}

.tokyo-concept .concept-wrap p {
  width: 50%;
  font-weight: 700;
  font-size: 20px;
  display: block;
  line-height: 1.18;
  position: relative;
  margin-bottom: 0;
  letter-spacing: 0.06em;
  padding-left: 3%;
}

.tokyo-concept .concept-wrap p span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
}

.tokyo-concept .concept-wrap p .large {
  font-size: 112%;
}

.tokyo-concept .concept-wrap .illust {
  margin: 45px auto 0;
}

@media screen and (max-width: 1040px) {
  .tokyo-concept .concept-wrap {
    padding: 12px 0 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
  }

  .tokyo-concept .concept-wrap .img {
    width: 45%;
  }

  .tokyo-concept .concept-wrap .img span {
    max-width: 200px;
    height: calc(100% - 7px);
    position: relative;
  }

  .tokyo-concept .concept-wrap .img span img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .tokyo-concept .concept-wrap .illust {
    margin: 15px auto 0;
  }

  .tokyo-concept .concept-wrap p {
    width: 50%;
    top: -3px;
    font-size: 13px;
    padding-left: 0%;
    line-height: 1.1;
  }

  .kv-ship.kv-ship-sea .kv-title {
    margin-top: -78px;
  }

  .kv-ship.kv-ship-sea .kv-title .kv-logo {
    width: 110px;
    padding-bottom: 0;
  }

  .news .news-wrap {
    display: block;
  }

  .news .news-wrap ul {
    width: 100%;
    padding-right: 0;
  }

  .news .news-wrap ul li a {
    display: block;
    padding: 15px 0;
  }

  .news .news-wrap ul li a em,
  .news .news-wrap ul li a span {
    width: 100%;
  }

  .news .news-wrap ul li a em,
  .news .news-wrap ul li a span {
    font-size: 12px;
  }

  .book-wrap {
    display: block;
  }

  .book-wrap .book-list {
    width: 100%;
  }

  .book-wrap .book-list ul {
    display: block;
    width: 100%;
  }

  .book-wrap .book-list ul li {
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .book-wrap .book-list ul li:last-child {
    margin-bottom: 0;
  }

  .book-wrap .book-list ul li a {
    width: 100%;
    padding: 20px 0 40px 0;
  }

  .book-wrap .book-list ul li a .icon {
    width: 45px;
    margin: 0 auto 2px auto;
  }

  .book-wrap .book-list ul li a:after {
    bottom: 15px;
  }

  .book-wrap .book-list ul li a.soon:after {
    bottom: 23px;
    font-size: 14px;
  }

  .goods-world .goods-announce {
    font-size: 15px;
  }

  .goods-world .goods-announce span:after {
    height: 2px;
  }

  .page-kv.page-kv-sea .page-kv-copy .page-kv-logo {
    width: 110px;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention h4 {
    font-size: 16px;
    line-height: 1.5;
  }

  .page-naiyou .naiyou-wrap .naiyou-detail .naiyou-detail-wrap.naiyou-detail-wrap-border.naiyou-detail-wrap-attention h4 br {
    display: block;
  }

  body .bnr.bnr-jtb {
    font-size: 11px;
  }

  body .bnr.bnr-jtb .logo {
    margin-bottom: 1px;
  }

  body .bnr.bnr-jtb .logo img {
    width: 160px;
  }

  .footer .footer-contents .footer-contents__left dl:nth-child(2) dd {
    width: 50%;
  }
}

/**********
 invitation
 **********/
.pc {
  display: block;
}

.sp {
  display: none;
}

.gray_box {
  background-color: #fff794;
  padding: 0 0 40px;
  margin: 40px 0 0 0;
}

.mt0 {
  margin-top: 0 !important;
}

.mt40 {
  margin: 40px 0 0 !important;
}

.mt80 {
  margin: 80px 0 0 !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.invitation .center {
  text-align: center !important;
}

.invitation .kv-ship {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.invitation .kv-ship .kv-visual {
  width: 100%;
  height: 100%;
  position: relative;
  background: none;
}

.invitation .kv-ship .kv-title .kv-logo {
  width: 100%;
  margin-bottom: 3%;
  margin-left: 0;
  position: relative;
  top: 100px;
}

.invitation .kv-ship.kv-ship-sea .kv-logo img {
  width: 150px;
  display: block;
  margin: 0 auto 15px auto;
}

.invitation .kv-ship.kv-ship-sea .kv-logo h1 {
  color: #0B5FC4;
  display: block;
  text-align: center;
  font-weight: 800;
  padding-bottom: 15px;
}

.invitation .kv-ship.kv-ship-sea .kv-logo h1 small {
  margin-bottom: 4px;
  font-size: 17px;
  display: block;
  line-height: 1.4;
  padding-bottom: 4px;
}

.invitation .kv-ship.kv-ship-sea .kv-logo h1 span {
  font-size: 32px;
}

.invitation .kv-ship.kv-ship-sea .kv-visual img {
  width: 100%;
}

.invitation .kv-ship .kv-title {
  position: relative;
  z-index: 2;
  left: 0;
  width: 380px;
}

.invitation .tokyo-concept .container .concept-wrap video {
  width: 100%;
}

.invitation .topics-sea .container {
  text-align: center;
  padding: 15px 0;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.invitation .topics-sea h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(253, 210, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(253, 210, 0) 50%);
  -webkit-transition: background-position 2s ease 0.1s;
  transition: background-position 2s ease 0.1s;
}

.invitation .topics-sea ul {
  margin: 0;
  position: relative;
  z-index: 0;
}

.invitation .topics-sea ul::before {
  content: "";
  background-image: url(../../tokyo/images/invitation/warai_kando.png);
  width: 100%;
  height: 100%;
  background-size: 20%;
  position: absolute;
  top: -10%;
  left: 20px;
  z-index: 1;
  background-repeat: no-repeat;
}

.invitation .topics-sea p {
  width: 50%;
  font-weight: 700;
  font-size: 20px;
  display: block;
  line-height: 1.18;
  position: relative;
  /* margin-bottom: 0; */
  letter-spacing: 0.06em;
  /* padding-left: 3%; */
  text-align: left;
  margin: 80px auto 0;
}

.invitation .topics-sea p span {
  display: inline-block;
  position: relative;
  line-height: 1.4;
  font-size: 2.4rem;
}

.invitation .topics-sea .link_box {
  /* background-color: #fff794; */
  padding: 1px 0 40px;
  margin: 40px auto 0px;
}

.invitation .topics-sea .h2_before {
  font-size: 42px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto -40px;
}

.invitation .topics-sea h2 .wakuwaku {
  width: 60%;
  text-align: center;
  margin: 60px auto 40px;
}

.invitation .topics-sea .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 40px auto 0;
  width: 80%;
}

.invitation .topics-sea .links a {
  width: 250px;
  position: relative;
}

.invitation .topics-sea .links a::before {
  content: "↓";
  color: white;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  padding: 10px 7px;
  border-radius: 50%;
  position: absolute;
  left: 110px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invitation .topics-sea .point {
  margin: 80px auto 0;
}

.invitation .topics-sea .point h3 {
  font-weight: 700;
  font-size: 22px;
}

.invitation .topics-sea .point .before_h3 {
  border-bottom: 1px solid #000;
  /* display: block; */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  font-size: 38px;
  margin: 0 auto 20px;
}

.invitation .topics-sea .point .advenchre_image {
  margin: 40px auto 80px;
  position: relative;
}

.invitation .topics-sea .point .image_01::before,
.invitation .topics-sea .point .image_02::before {
  content: "";
  width: 30%;
  height: 100%;
  background-size: 100%;
  position: absolute;
  background-repeat: no-repeat;
}

.invitation .topics-sea .point .image_01::before {
  background-image: url(../../tokyo/images/invitation/chance.png);
  top: -50px;
  left: -90px;
}

.invitation .topics-sea .point .image_02::before {
  background-image: url(../../tokyo/images/invitation/course.png);
  top: -60px;
  right: -50px;
}

.invitation .topics-sea .point h4 {
  font-size: 22px;
  margin: 0 auto 20px;
}

.invitation .topics-sea .point p {
  width: 70%;
  font-weight: 400;
  font-size: 20px;
  display: block;
  line-height: 1.8;
  position: relative;
  text-align: left;
  margin: 0px auto 0;
  font-size: 18px;
}

.invitation .topics-sea .point .link_btn {
  display: block;
  font-size: 16px;
  position: relative;
  max-width: 400px;
  line-height: 1.5;
  width: 100%;
  margin: 60px auto 0 auto;
  border: 1px solid #ccc;
  padding: 20px 24px;
  background: #fff;
}

.invitation .topics-sea .point .link_btn span {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 24px;
  top: calc(50% - 8px);
  z-index: 2;
  background: url(../images/icon-arrow.svg) no-repeat center;
  background-size: contain;
}

.invitation .topics-sea .point .point_title {
  margin: 40px auto 20px;
  width: 80%;
}

.invitation .topics-sea .point .content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px auto;
  width: 80%;
}

.invitation .topics-sea .point .content_flex .content {
  width: 24%;
}

.invitation .topics-sea .point .content_flex .content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  /* padding: 0 5px; */
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.invitation .topics-sea .point .playcontent_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  width: 100%;
}

.invitation .topics-sea .point .playcontent_flex .playcontent {
  width: 40%;
  background-color: #fff;
  margin: 40px 0 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.invitation .topics-sea .point .playcontent_flex .playcontent ul::before {
  display: none;
}

.invitation .topics-sea .point .playcontent_flex .playcontent .slick-next {
  right: 6%;
}

.invitation .topics-sea .point .playcontent_flex .playcontent h4 img {
  width: 100%;
}

.invitation .topics-sea .point .playcontent_flex .playcontent p {
  margin: 0 auto 20px;
  /* height: 180px; */
  width: 80%;
}

.invitation .topics-sea .point .playcontent_flex .playcontent p .bold {
  font-weight: 900;
  margin: 0 0 10px 0;
}

.invitation .topics-sea .point .playcontent_flex .playcontent .schedule {
  text-align: left;
  margin: 0 0 40px;
  width: 82%;
  text-align: left;
  margin: 0 auto 40px;
  font-size: 16px;
}

.invitation .topics-sea .point .playcontent_flex .playcontent .schedule li {
  margin: 0 0 10px;
}

.invitation .topics-sea .point .playcontent_flex .playcontent .schedule li span {
  background-color: #444;
  color: #fff;
  padding: 5px 10px;
  margin: 0 10px 0 0;
  width: 80px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

.invitation .topics-sea .point .playcontent_flex .playcontent .schedule li small {
  font-size: 1.2rem;
}

.invitation .topics-sea .point .action {
  text-align: center;
  margin: 40px auto;
}

.invitation .topics-sea .point .present {
  margin: 0 0 120px;
}

.invitation .topics-sea .point .present .number {
  position: relative;
}

.invitation .topics-sea .point .present .number p {
  position: absolute;
  background-color: #ef801b;
  color: #fff;
  text-align: center;
  padding: 15px 10px 10px 10px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  font-weight: 600;
  font-size: 24px;
  top: -35px;
  -ms-flex-line-pack: center;
  align-content: center;
  /* right: 50%; */
  left: 4%;
}

.invitation .topics-sea .point .present .number p .black {
  font-size: 18px;
  color: #000;
  display: block;
  margin: 0 0 -5px 0;
}

.invitation .topics-sea .point .present .shadow {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  width: 80%;
}

.invitation .topics-sea .point .present .number {
  position: relative;
  width: 100%;
}

.invitation .topics-sea .point .present img {
  width: 80%;
  margin: 40px auto 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  margin: 40px auto 80px;
}

.invitation .topics-sea .point .pass {
  margin: 40px auto 20px;
  width: 80%;
}

.invitation .topics-sea .point .mg40 {
  margin: 40px auto;
}

.invitation .topics-sea .point .morita {
  width: 60%;
  margin: 60px auto 0;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.invitation .point h3 {
  background-color: #ef801b;
  width: 100%;
  padding: 20px 0;
}

.invitation .point h3 img {
  height: 180px;
  margin: 0 auto;
}

.invitation .point h3.yellow_line {
  background-color: unset;
  margin: 0 auto;
  display: inline;
  background-position: left -100% center;
  padding-bottom: 42px;
  font-weight: bold;
  background-size: 200% 0.6em;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgb(253, 210, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(253, 210, 0) 50%);
  -webkit-transition: background-position 2s ease 0.1s;
  transition: background-position 2s ease 0.1s;
  font-size: 40px;
}

@media screen and (max-width: 1040px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .mb120 {
    margin-bottom: 80px !important;
  }

  .invitation .kv-ship .kv-visual {
    padding: 0 20px;
  }

  .invitation .kv-ship .kv-title {
    width: 100%;
  }

  .invitation .kv-ship .kv-title .kv-logo {
    top: 80px;
  }

  .invitation .kv-ship.kv-ship-sea .kv-logo img {
    width: 110px;
  }

  .invitation .kv-ship.kv-ship-sea .kv-logo h1 small {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .invitation .kv-ship.kv-ship-sea .kv-logo h1 span {
    font-size: 26px;
  }

  .invitation .container {
    padding: 0 20px;
  }

  .invitation .tokyo-concept .concept-wrap {
    width: 100%;
    max-width: 100%;
  }

  .invitation .topics-sea ul {
    margin: 40px auto 0;
    position: relative;
    z-index: 0;
    /* padding: 0 20px; */
    width: 100%;
  }

  .invitation .topics-sea p {
    width: 80%;
    font-weight: 700;
    font-size: 20px;
    display: block;
    line-height: 1.18;
    position: relative;
    /* margin-bottom: 0; */
    letter-spacing: 0.06em;
    /* padding-left: 3%; */
    text-align: left;
    margin: 40px auto 0;
  }

  .invitation .topics-sea .link_box {
    background-color: #fff794;
    padding: 1px 0 20px;
    margin: 40px auto 0px;
  }

  .invitation .topics-sea .h2_before {
    font-size: 22px;
    margin: 20px auto -10px;
  }

  .invitation .topics-sea h2 .wakuwaku {
    width: 80%;
    text-align: center;
    margin: 20px auto 20px;
  }

  .invitation .topics-sea .links {
    margin: 20px auto 0;
    width: 80%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .invitation .topics-sea .links a {
    width: 40vw;
    position: relative;
  }

  .invitation .topics-sea .links a::before {
    content: "↓";
    color: white;
    width: 22px;
    height: 20px;
    border: 1px solid white;
    padding: 10px 3px;
    border-radius: 50%;
    position: absolute;
    left: 73px;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .invitation .topics-sea p span {
    font-size: 2.2rem;
  }

  .invitation .topics-sea .point {
    margin: 40px auto 0;
  }

  .invitation .topics-sea .point .before_h3 {
    font-size: 24px;
    margin: 0 auto 10px;
  }

  .invitation .topics-sea .point .point_title {
    margin: 40px auto 0px;
    width: 90%;
  }

  .invitation .topics-sea .point .advenchre_image {
    margin: 40px auto 40px;
    position: relative;
  }

  .invitation .topics-sea .point .advenchre_image img {
    width: 90%;
    margin: 0 auto;
  }

  .invitation .topics-sea .point .image_01::before {
    top: -30px;
    left: 10px;
    width: 40%;
  }

  .invitation .topics-sea .point .image_02::before {
    top: -40px;
    right: 30px;
    width: 40%;
  }

  .invitation .topics-sea .point .link_btn {
    width: 80%;
    margin: 30px auto 40px auto;
  }

  .invitation .topics-sea .point .link_btn span {
    right: 12px;
  }

  .invitation .topics-sea .point .point_title {
    margin: 40px auto 20px;
    width: 80%;
  }

  .invitation .topics-sea .point .playcontent_flex {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .invitation .topics-sea .point .playcontent_flex .playcontent {
    width: 86%;
    background-color: #fff;
    margin: 40px auto 0;
    padding: 0 0px 1px;
  }

  .invitation .topics-sea .point .playcontent_flex .playcontent p {
    margin: 0 auto 20px;
    width: 80%;
    line-height: 1.6;
  }

  .invitation .topics-sea .point .playcontent_flex .playcontent .schedule {
    text-align: left;
    margin: 0 0 40px;
    width: 80%;
    text-align: left;
    margin: 0 auto 40px;
    font-size: 1.2rem;
    text-align: center;
  }

  .invitation .topics-sea .point .playcontent_flex .playcontent .schedule li span {
    width: 100%;
  }

  .invitation .topics-sea .point .playcontent_flex .playcontent .schedule li small {
    font-size: 1rem;
  }

  .invitation .topics-sea .point p {
    width: 80%;
  }

  .invitation .topics-sea .point .present {
    margin: 0 0 80px;
  }

  .invitation .topics-sea .point .present .shadow {
    /* box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35); */
    width: 80%;
    margin: 20px auto 40px;
  }

  .invitation .topics-sea .point .pass {
    width: 100%;
  }

  .invitation .topics-sea .point .playcontent_flex .playcontent .schedule {
    font-size: 16px;
  }

  .invitation .topics-sea .point .playcontent_flex .playcontent .schedule li span {
    font-size: 14px;
  }

  .invitation .point h3 img {
    height: 140px;
    margin: 0 auto;
  }

  .invitation .point h3.yellow_line {
    font-size: 26px;
  }

  .invitation .topics-sea .point .morita {
    width: 86%;
    margin: 20px auto;
  }

  .invitation .topics-sea .point .content_flex .content {
    width: 48%;
  }

  .invitation .topics-sea .point .content_flex .content p {
    font-size: 14px;
    width: 100%;
    margin: 0 0 10px;
  }

  .invitation .topics-sea .point .present .number p {
    padding: 6px 10px 10px 10px;
    width: 80px;
    height: 80px;
    font-size: 20px;
    top: -42px;
    left: 6%;
  }

  .invitation .topics-sea .point .present .number p .black {
    font-size: 14px;
    margin: 0px 0 -8px 0;
  }

  .invitation .topics-sea .point .present img {
    margin: 40px auto 20px;
  }
}

/*
parts
---------------------------------------------*/
.page-naiyou-event .event a.link-blank {
  display: inline-block;
}

.link-blank {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.link-blank:after {
  content: "";
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/icon-blank.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
}

/*割引券*/
.fc_pink {
  color: #ff6b78;
}

.page-naiyou#discount {
  background: #edf7f6;
  padding: 8rem 0 10rem;
}

.page-naiyou#discount .titArea {
  margin: 0 auto 5rem;
  text-align: center;
}

.page-naiyou#discount .titArea .titH2 {
  font-size: 3rem;
  display: inline-block;
  position: relative;
}

.page-naiyou#discount .titArea .titH2:before {
  content: "";
  background: #333;
  width: .2rem;
  height: 12rem;
  position: absolute;
  top: calc(50% - 6rem);
  left: -6rem;
  transform: rotate(-35deg);
}

.page-naiyou#discount .titArea .titH2:after {
  content: "";
  background: #333;
  width: .2rem;
  height: 12rem;
  position: absolute;
  top: calc(50% - 6rem);
  right: -6rem;
  transform: rotate(35deg);
}

.page-naiyou#discount .titArea .titH2 .fc_pink {
  font-size: 4rem;
}

.page-naiyou#discount .inner {
  width: 100rem;
  margin: 0 auto;
}

.page-naiyou#discount .inner .ph {
  margin: 0 auto 4rem;
}

.page-naiyou#discount .inner .txtArea {
  width: 90rem;
  margin: 0 auto;
  border: .3rem solid #0e54bc;
  padding: 4rem;
  background: #FFF;
}

.page-naiyou#discount .inner .txtArea p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.page-naiyou#discount .inner .txtArea p .fc_pink {
  font-size: 3.4rem;
}

.page-naiyou#discount .inner .txtArea .instaBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 44rem;
  margin: 2rem auto 0;
  align-items: center;
}

.page-naiyou#discount .inner .txtArea .instaBox .txtLeft {
  text-align: right;
  font-weight: 700;
}



@media screen and (max-width: 599px) {

  .page-naiyou#discount {
    padding: 4rem 1.5rem 6rem;
  }

  .page-naiyou#discount .titArea {
    margin: 0 auto 3rem;
  }

  .page-naiyou#discount .titArea .titH2 {
    font-size: 2rem;
  }

  .page-naiyou#discount .titArea .titH2:before,
  .page-naiyou#discount .titArea .titH2:after {
    display: none;
  }

  .page-naiyou#discount .titArea .titH2 .fc_pink {
    font-size: 2.6rem;
  }

  .page-naiyou#discount .inner {
    width: 100%;
    margin: 0 auto;
  }

  .page-naiyou#discount .inner .ph {
    margin: 0 auto 3rem;
  }

  .page-naiyou#discount .inner .txtArea {
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .page-naiyou#discount .inner .txtArea p {
    font-size: 1.5rem;
    text-align: left;
  }

  .page-naiyou#discount .inner .txtArea p .fc_pink {
    font-size: 1.8rem;
  }

  .page-naiyou#discount .inner .txtArea .instaBox {
    display: block;
    width: 100%;
    margin: 2rem auto 0;
  }

  .page-naiyou#discount .inner .txtArea .instaBox .txtLeft {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
  }

  .page-naiyou#discount .inner .txtArea .instaBox .icon {
    width: 10rem;
    margin: 1.5rem auto 0;
  }

}