<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -------------------------- */
/* common */
/* -------------------------- */
body {
  background: #2d2c41;
  font-family: "Open Sans", Arial, Helvetica, Sans-serif, Verdana, Tahoma;
}

ul {
  list-style-type: none;
}

a {
  color: #b63b4d;
  text-decoration: none;
}

h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-top: 80px;
}

h1 a {
  color: #c12c42;
  font-size: 16px;
}

h2 {
  font-size: 80px;
  font-family: "Noto Serif JP", serif;
}

.btn button {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  position: relative;
}

.forSP {
  display: none;
}

/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;
  /* background: #444359; */
  font-size: 14px;
  /* border-top: 5px dotted #fff; */
}

.submenu li {
  /* border-bottom: 1px solid #4b4a5e; */
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #d9d9d9;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #fff;
}

/* -------------------------- */
/* main image */
/* -------------------------- */

.block-mainImage {
  background-color: #000024;
}

.block-mainImage .block-mainImageInner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/25th_kv.png) no-repeat 50% 50%;
  background-size: cover;
  height: calc(100vh - 76px);
}

.block-mainImage .block-mainImageInner h1 {
  margin: -100px 0 0;
}

.nav-list {
  background-color: #000024;
}

.nav-list .nav-listInner {
  width: 1000px;
  margin: auto;
}

.nav-list .nav-listInner ul {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
}

.nav-list .nav-listInner ul li {
  display: flex;
  justify-content: space-evenly;
  font-family: "Noto Serif JP", serif;
  color: #aaaab6;
  text-align: center;
  margin: 20px;
}

.nav-list .nav-listInner ul li:nth-of-type(1) {
  display: none;
}

.nav-list .nav-listInner ul li a {
  color: #aaaab6;
  font-size: 16px;
}

.nav-list .nav-listInner ul li span.ja {
  display: block;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-size: 10px;
  font-weight: 700;
  color: #927eb7;
  margin: 10px 0 0;
}

.swiper-button-prev {
  background: url(../img/slider_left.png) no-repeat 50% 50%;
  background-size: 27px;
  left: -40px;
}

.swiper-button-next {
  background: url("../img/slider_right.png") no-repeat 50% 50%;
  background-size: 27px;
  right: -40px;
}

.swiper-pagination {
  /* background-color: red; */
}

.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
}

/* -------------------------- */
/* message */
/* -------------------------- */

.block-message {
  background: url("../img/message_bg.png") no-repeat 100% 100% #fff;
  background-size: contain;
  /*height: 860px;*/
  color: #001b5b;
  text-align: center;
}

.block-message .block-messageInner {
  padding: 120px 0;
}

.block-message .block-messageInner h2 {
  font-size: 80px;
}

.block-message .block-messageInner h2 span {
  display: block;
  font-size: 24px;
  margin: 30px auto 80px;
}

.block-message .block-messageInner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 170%;
  margin: 45px auto;
}

@media screen and (max-width: 767px) {
  .block-message {
    background: url("../img/sp/sp_message_bg.png") no-repeat 100% 100% #fff;
    background-size: contain;
    color: #001b5b;
    text-align: center;
    padding: 0 0 120px;
  }

  .block-message .block-messageInner {
    padding: 44px 20px 0;
  }

  .block-message .block-messageInner h2 {
    font-size: 56px;
  }

  .block-message .block-messageInner h2 span {
    font-size: 16px;
    margin: 24px auto 40px;
  }

  .block-message .block-messageInner p {
    font-size: 14px;
    line-height: 226%;
    margin: 0 0 50px;
  }
}

p.photos {
    display: inline-block;
    width: 23%;
    margin: 2em 1.2em;
}

.block-panel {
    background-size: cover;
    text-align: center;
    padding: 0 0 80px;
}

.block-panel .block-panelInner {
    padding: 80px 0 0;
}

.block-panel .block-panelInner h2 {
    font-size: 80px;
    color: #fff;
}

.block-panel .block-panelInner h2 span {
    display: block;
    font-size: 24px;
    margin: 30px auto 80px;
}

@media screen and (max-width: 767px) {
p.photos {
    display: inline-block;
    width: 42%;
    margin: 1em 0.7em;
}

}

/* -------------------------- */
/* history */
/* -------------------------- */

.sp-history-form {
  display: none;
}

.block-history {
  background: url(../img/history_bg.png) no-repeat 50% 0% #000024;
  background-size: 100%;
  color: #001b5b;
  text-align: center;
}

.block-history .block-historyInner {
  padding: 120px 0 0;
}

.block-history .block-historyInner h2 {
  font-size: 80px;
  color: #fff;
  padding: 0 0 25px;
}

.block-history .block-historyInner h2 span {
  display: block;
  font-size: 24px;
  margin: 30px auto 80px;
}

.block-history .history-content {
  width: 1000px;
  height: 100%;
  margin: auto;
  padding-bottom: 60px;
}

.block-history .history-content h3 {
  font-family: trajan-pro-3, serif;
  font-style: normal;
  font-weight: 200;
  padding: 37px 0 0;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 100;
}

.block-history .history-content h3.open {
  padding: 13px 0 0;
}

.block-history .history-content .vertical-line {
  height: 100%;
}

.block-history .history-content .history-contentInner {
  position: relative;
}

.block-history .history-content .history-contentInner .formOuter {
  /* display: none; */
}

.block-history .history-content .history-contentInner .years {
  display: flex;
  width: 100%;
}

.block-history .history-content .history-contentInner .years .h3-outer {
  width: 235px;
  border-right: solid 30px #3b2b58;
  box-sizing: border-box;
}

.block-history .history-content .history-contentInner .years h3 {
  height: 53px;
  font-size: 60px;
  color: #fff;
  line-height: 0.85;
  text-align: left;
  border-bottom: solid 3px #3b2b58;
  box-sizing: border-box;
}

/* .block-history .history-content .history-contentInner .years h3:after {
  content: "　";
} */

.block-history .history-content .history-contentInner .years .years-content {
  width: 762px;
  text-align: right;
  border-top: 3px dotted #3b2b58;
  margin: 50px 0 0;
  padding: 20px;
}

.years-content {
  width: 752px;
  color: #fff;
  text-align: right;
  padding: 20px 0 0 20px;
}

.years-content .years-img {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 40px;
}

.years-content p {
  margin: 25px 0;
  color: #fff;
}

.block-history .history-content .history-contentInner .years .years-content p {
  margin: 25px 0;
  color: #fff;
}

.block-history .history-content .history-contentInner .years .years-img {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 40px;
}

.block-history .history-content .history-contentInner .years .years-img div:first-of-type {
  margin: 0 23px 0 40px;
}

.block-history .history-content .history-contentInner .years .years-img div img {
  width: 350px;
}

.years-img div:nth-of-type(1) {
  margin: 0 20px 0 0;
}

#rectangle-up {
  position: absolute;
  top: -50px;
  left: 200px;
  width: 30px;
  height: 51px;
  background: #3b2b58;
}

#rectangle-down {
  width: 30px;
  height: 51px;
  background: #3b2b58;
  margin: 0 0 0 200px;
}

#triangle-up {
  position: absolute;
  top: -99px;
  width: 0;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 50px solid #3b2b58;
  margin: 0 0 0 200px;
}

#triangle-down {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 50px solid #3b2b58;
  margin: 0 0 0 200px;
}

.acd-check {
  display: none;
}

.acd-label {
  display: block;
  width: 100%;
  background: #333;
  color: #fff;
  margin: 0 0 1px;
  padding: 10px;
}

.acd-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  border: 1px solid #333;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
  height: 40px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.block-history .block-historyInner .btn {
  padding: 40px;
}

.block-history .block-historyInner .btn button {
  position: relative;
  background: #3b2b58;
  width: 400px;
  height: 80px;
  color: #fff;
  border: none;
}

.block-history .block-historyInner .btn button img {
  position: absolute;
  top: 33px;
  right: 60px;
}

.accordion {
  width: 200px;
  /* max-width: 360px; */
  /* margin: 30px auto 20px; */
  /* background: #FFF; */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link .link-inner {
  display: block;
  padding: 15px 15px 15px 42px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link .link-inner {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 14px;
  left: auto;
  font-size: 24px;
  top: 50%;
  margin: 0 0 0;
  color: #fff;
  z-index: 1;
}

.accordion li h3.open+i.fa-chevron-down {
  transform: rotate(180deg);
  margin: 2px 0 0;
}

.accordion li.open .link {
  /* color: #b63b4d; */
  /* border-bottom: 5px dotted #fff; */
  overflow: hidden;
}

.accordion li.open i {
  /* color: #b63b4d; */
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {
  display: block;
}

.history-contentInner {
  width: 1000px;
  /* margin: 100px auto 300px; */
  display: flex;
  flex-direction: column;
}

/* .history-contentInner ul {
  display: flex;
} */

.history-contentInner ul li {
  width: 970px;
  margin: auto;
  /* height: 370px; */
  display: block;
}

.history-contentInner .h3-right {
  width: 770px;
  /* background-color: blueviolet; */
  height: 68px;
  border-bottom: dotted 2px #3b2b58;
}

.history-contentInner ul li .link .link-inner {
  width: 200px;
  padding: 0;
  border-right: solid 30px #3b2b58;
  height: 64px;
}

.history-contentInner ul li div.left {
  width: 500px;
  /* background-color: teal; */
}

.history-contentInner ul li h3 {
  width: 100%;
  font-size: 30px;
  text-align: left;
  border-bottom: solid 3px #3b2b58;
  line-height: 0.8;
  color: #fff;
}

.history-contentInner ul li .year-contentOuter {
  display: flex;
}

.history-contentInner ul li .year-contentOuter .year-content-left {
  /* background-color: tomato; */
  width: 200px;
  /* height: 355px; */
  border-right: solid 30px #3b2b58;
}

.history-contentInner ul li .year-contentOuter .year-content-right {
  /* background-color: darkgreen; */
  width: 740px;
  /* height: 315px; */
  padding-top: 25px;
  text-align: right;
}

.history-contentInner ul li .year-contentOuter .year-content-right p {
  color: #fff;
  text-align: left;
  margin: 0 0 20px 20px;
  line-height: 150%;
}

.history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer {
  /*  display: flex; */
   /* justify-content: flex-end; */
}

.history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer img {
  width: 350px;
}

.history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer img.w-156 {
  width: 156px;
  height: 234px;
}

.history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer img:nth-of-type(1) {
  margin-right: 20px;
}

.link:after {
  content: "";
  display: block;
  width: calc(100% - 230px);
  border-bottom: dotted 3px #3b2b58;
  float: right;
  margin: -3px 0 0 0;
}

.abovespace{
  margin-top:20px;
  
  }
  
.delivery-more {
  display: none;
}

.detail .link-btn .delivery-btn::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color:transparent #fff #fff transparent;
  transform: rotate(45deg);
  position: absolute;
  top: 48%;
  right: 30px;
  margin-top: -4px;
}

.detail .link-btn .delivery-btn.close::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 2px solid;
  border-color: #fff transparent transparent #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 54%;
  right: 30px;
  margin-top: -4px;
}

.detail .link-btn .delivery-btn {
    padding: 23px 140px;
}
.detail .link-btn a {
    background-color: #3b2b58;
}
.detail .link-btn a {
    color: #fff;
    position: relative;
    padding: 23px 120px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
}
.link-btn a {
    background-color: #001b5b;
}
.link-btn a {
    color: #fff;
    padding: 23px 80px 23px 63px;
    text-decoration: none;
    display: block;
    font-size: 20px;
    margin-top: 24px;
}
a:hover {
    opacity: 0.8;
}

  
@media screen and (max-width: 767px) {
  .block-history {
    background: url("../img/sp/sp_history_bg.png") no-repeat 50% 0%;
    background-size: cover;
  }

  .block-history .block-historyInner {
    padding: 44px 20px 40px;
  }

  .block-history .block-historyInner h2 {
    font-size: 56px;
  }

  .block-history .block-historyInner h2 span {
    font-size: 16px;
    margin: 24px auto 40px;
  }

  .block-history .history-content {
    width: 100%;
    margin: 0 0 43px;
    padding: 0;
  }

  .block-history .history-content h3 {
    pointer-events: none;
  }


  /* -------------- */

  .cp_ipselect {
    overflow: hidden;
    width: 76%;
    margin: 2em auto;
    text-align: center;
    height: 50px;
    display: none;
  }

  .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .cp_ipselect select::-ms-expand {
    display: none;
  }

  .cp_ipselect.cp_sl02 {
    position: relative;
    border: 3px solid #3b2b58;
    border-radius: 2px;
    /* background: #ffffff; */
    margin-bottom: 70px;
  }

  .cp_ipselect.cp_sl02::before {
    position: absolute;
    top: 1.5em;
    right: 0.9em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  .cp_ipselect.cp_sl02:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
    border-left: 3px solid #3b2b58;
  }

  .cp_ipselect.cp_sl02 select {
    padding: 8px 38px 8px 8px;
    color: #666666;
    font-size: 25px;
    padding: 11px 0px 0 49px;
    color: #fff;
    letter-spacing: 1px;
  }

  .years-inactive {
    display: none;
  }

  /* -------------- */

  #triangle-up {
    top: 133px;
    left: 0;
    margin: 0;
    border-left: 8.75px solid transparent;
    border-right: 8.75px solid transparent;
    border-bottom: 25px solid #3b2b58;
  }

  #triangle-down {
    bottom: -25px;
    left: 0;
    margin: 0;
    border-left: 8.75px solid transparent;
    border-right: 8.75px solid transparent;
    border-top: 25px solid #3b2b58;
  }

  .block-history .history-content .history-contentInner {
    width: 100%;
    box-sizing: border-box;
  }

  .block-history .history-content .history-contentInner .formOuter {
    margin-bottom: 30px;
  }

  .block-history .history-content .history-contentInner .formOuter select {
    width: 200px;
    height: 70px;
    font-size: 20px;
  }

  .history-contentInner .accordion .submenu {
    display: block !important;
  }

  .history-contentInner&gt;ul&gt;li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    border-left: solid 17.5px #3b2b58;
  }

  .history-contentInner&gt;ul&gt;li .link:after {
    content: "";
    display: block;
    width: calc(100% - 135px);
    border-bottom: dotted 3px #3b2b58;
    float: right;
    margin: -3px 0 0 0;
  }

  .history-contentInner&gt;ul&gt;li .link .link-inner {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-right: none;
  }

  .history-contentInner&gt;ul&gt;li .link .link-inner h3 {
    width: 135px;
    font-family: trajan-pro-3, serif;
    font-style: normal;
    font-size: 40px !important;
    font-weight: 200;
    padding: 15px 0 0 18px;
  }

  .history-contentInner ul li {
    width: 100%;
  }

  .history-contentInner ul li .year-contentOuter {
    display: block;
  }

  .history-contentInner ul li .year-contentOuter .year-content-right {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 12.5px 0 0 0;
  }

  .history-contentInner ul li .year-contentOuter .year-content-left {
    display: none;
  }

  .history-contentInner ul li .year-contentOuter .year-content-right p {
    text-align: left;
    line-height: 1.5;
    margin: 0 0 15px 22px;
  }

  .accordion {
    width: 100%;
  }

  .fa.fa-chevron-down {
    display: none;
  }

  .history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer {
    display: block;
  }

  .history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer img {
    width: 88%;
    margin-bottom: 20px;
  }

  .history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer img:nth-of-type(1) {
    margin-right: 0;
  }

  .block-history .block-historyInner .btn button {
    width: 100%;
    height: 70px;
    line-height: 2.6;
  }

  #rectangle-up {
    display: none;
  }

  #rectangle-down {
    display: none;
  }

  .block-history .block-historyInner .btn {
    padding: 0;
  }

  .abovespace{
  margin-top:0px;
  
  }

  .detail .link-btn .delivery-btn {
    margin-top: 28px;
    padding: 20px 117px;
    width: 30%;
}

}

/* -------------------------- */
/* Legend */
/* -------------------------- */

.block-legend {
  background: url("../img/legend_bg.png") no-repeat 0 0 #fff;
  background-size: cover;
  text-align: center;
}

.block-legend .block-legendInner {
  padding: 120px 0 0;
}

.block-legend .block-legendInner h2 {
  font-size: 80px;
  color: #001b5b;
}

.block-legend .block-legendInner h2 span {
  display: block;
  font-size: 24px;
  margin: 30px auto 80px;
}

.block-legend .block-legendInner .legends {
  width: 1000px;
  margin: auto;
}

.block-legend .block-legendInner .legends ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.block-legend .block-legendInner .legends ul li {
  width: 175px;
  margin: 0 10px 104px;
  background-color: #000024;
}

.block-legend .block-legendInner .legends ul li p {
  height: 60px;
  background: #000024;
  font-family: trajan-pro-3, serif;
  font-size: 16px;
  color: #fff;
  padding: 23px 0 0;
  box-sizing: border-box;
}

.block-legend .block-legendInner .legends ul li .line2 {
  padding: 13px 0 0;
  line-height: 1.2;
}

.block-legend .block-legendInner .legends ul li .playerOuter {
  height: 60px;
  background: #000024;
  border-top: dotted 2px #3b2b58;
  border-bottom: dotted 2px #3b2b58;
  padding-top: 10px;
}

.block-legend .block-legendInner .legends ul li .player {
  position: relative;
  display: inline-block;
  background-color: #000024;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  text-align: center;
}

.block-legend .block-legendInner .legends ul li .player.fw::before {
  content: "FW";
  position: absolute;
  top: 0px;
  display: inline;
  font-size: 16px;
}

.block-legend .block-legendInner .legends ul li .player.mf::before {
  content: "MF";
  position: absolute;
  top: 0px;
  display: inline;
  font-size: 16px;
}

.block-legend .block-legendInner .legends ul li p span {
  font-size: 16px;
}

.block-legend .block-legendInner .legends ul li .discription {
  height: 140px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  padding: 18px 9px 36px;
}

.block-legend .block-legendInner .legends ul li .btn button img {
  position: absolute;
  top: 18px;
  right: 5px;
}

/* -------------------------- */
/* OB */
/* -------------------------- */

.block-ob {
  background: url("../img/ob_match_bg.png") no-repeat 0 0 #000024;
  background-size: cover;
  text-align: center;
  height: 600px;
}

.block-ob .block-obInner h2 {
  color: #fff;
  font-size: 80px;
}

/* -------------------------- */
/* Goods */
/* -------------------------- */
.block-goods {
  background: #dbdbdb;
  background-size: cover;
  text-align: center;
  padding: 0 0 80px;
}

.block-goods .block-goodsInner {
  padding: 80px 0 0;
}

.block-goods .block-goodsInner h2 {
  font-size: 80px;
  color: #001b5b;
}

.block-goods .block-goodsInner h2 span {
  display: block;
  font-size: 24px;
  margin: 30px auto 80px;
}

.block-goods .block-goodsInner .goods-contentOuter {
  display: flex;
  width: 1000px;
  margin: 40px auto 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content {
  width: 480px;
  margin: 25px 40px 70px 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content h3 {
  width: 480px;
  background: #000024;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-bottom: dotted 3px #3b2b58;
  padding: 40px 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info {
  width: 480px;
  height: 352px;
  background: #000024;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  padding: 25px 40px;
  box-sizing: border-box;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info p {
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  margin: 0 0 32px;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl {
  display: flex;
  flex-wrap: wrap;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dt {
  width: 80px;
  height: 25px;
  background: #3b2b58;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0 0 8px;
  padding: 5px;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dd {
  width: 280px;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  margin: 0 0 0 25px;
  padding: 3px 0 0 0;
  box-sizing: border-box;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dd .flag-price {
  display: flex;
  margin: -12px 0 6px 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dd .flag-price p {
  font-size: 14px;
  margin: 0 15px 0 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dd .flag-price p span {
  font-size: 24px;
  margin: 2px 0 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dd span {
  display: inline-block;
  font-size: 24px;
  margin: -2px 0 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info .btn {
  padding: 20px 0px 0;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info .btn button {
  width: 100%;
  height: 64px;
  background: #0096b2;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info .btn button img {
  background: transparent;
  top: 28px;
}

.block-goods .block-goodsInner .goods-contentOuter .goods-content img {
  background: #fff;
}

.block-goods .block-goodsInner .btn {
  padding: 40px;
}

.block-goods .block-goodsInner .btn button {
  position: relative;
  width: 400px;
  height: 80px;
  background: #3b2b58;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  color: #fff;
  border: none;
}

.block-goods .block-goodsInner .btn button img {
  position: absolute;
  top: 33px;
  right: 60px;
}

@media screen and (max-width: 767px) {
  .block-goods .block-goodsInner {
    padding: 40px 20px 0;
  }

  .block-goods .block-goodsInner h2 {
    font-size: 56px;
  }

  .block-goods .block-goodsInner h2 span {
    font-size: 16px;
    margin: 16px auto 20px;
  }

  .block-goods .block-goodsInner .goods-contentOuter {
    display: block;
    width: 100%;
    margin: auto;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content {
    width: 100%;
    margin: 25px 40px 30px 0;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content img {
    width: 100%;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content h3 {
    width: 100%;
    padding: 36px 0;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info {
    width: 100%;
    padding: 22px;
    height: auto;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl {
    flex-wrap: nowrap;
    margin: 0 0 8px;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dt {
    width: 120px;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dd .flag-price {
    display: block;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info dl dd .flag-price p {
    margin: 0 0 8px;
  }

  .block-goods .block-goodsInner .btn {
    padding: 40px 0;
  }

  .block-goods .block-goodsInner .btn button {
    width: 100%;
    font-size: 24px;
    line-height: 3.3;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info .btn button {
    height: 78px;
  }

  .block-goods .block-goodsInner .goods-contentOuter .goods-content .goods-info .btn button img {
    width: auto;
    top: 35px;
    right: 24px;
  }
}

/* -------------------------- */
/* with gratitude */
/* -------------------------- */

.block-with-gratitude {
  background: url("../img/with_gratitude_bg.png") no-repeat 0 0 #fff;
  background-size: cover;
  text-align: center;
}

.block-with-gratitude .block-with-gratitudeInner {
  padding: 80px 0 0;
}

.block-with-gratitude .block-with-gratitudeInner h2 {
  font-size: 80px;
  color: #001b5b;
}

.block-with-gratitude .block-with-gratitudeInner h2 span {
  display: block;
  font-size: 24px;
  margin: 30px auto 80px;
}

.block-with-gratitude .block-with-gratitudeInner .twitter-btn button {
  position: relative;
  width: 460px;
  height: 80px;
  background: #1da1f2;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  border-radius: 50px;
  border: none;
}

.block-with-gratitude .block-with-gratitudeInner .twitter-btn button img:nth-of-type(1) {
  position: absolute;
  top: 27px;
  left: 30px;
}

.block-with-gratitude .block-with-gratitudeInner .twitter-btn button img:nth-of-type(2) {
  position: absolute;
  top: 35px;
  right: 95px;
}

.block-with-gratitude .block-with-gratitudeInner .twitter-erea .twitter-ereaInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 1084px;
  margin: 42px auto 0;
}

.block-with-gratitude .block-with-gratitudeInner .twitter-erea .twitter-ereaInner .tweet {
  width: 290px;
  box-sizing: border-box;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 0 40px;
}

.block-with-gratitude .block-with-gratitudeInner .twitter-erea .twitter-ereaInner .tweet iframe {
  width: 305px;
  max-height: 420px;
}

.block-with-gratitude .block-with-gratitudeInner .btn {
  padding: 0 0 80px;
}

.block-with-gratitude .block-with-gratitudeInner .btn button {
  position: relative;
  width: 400px;
  height: 80px;
  background: #3b2b58;
  font-size: 24px;
  color: #fff;
  border: none;
}

.block-with-gratitude .block-with-gratitudeInner .btn button img {
  position: absolute;
  top: 33px;
  right: 60px;
}

/* -------------------------- */
/* about today */
/* -------------------------- */

.block-about-today {
  background: url("../img/about_today_bg.png") no-repeat 0 0 #f8f8f8;
  background-size: cover;
  text-align: center;
}

.block-about-today .block-about-todayInner {
  padding: 80px 0 0;
}

.block-about-today .block-about-todayInner h2 {
  font-size: 80px;
  color: #001b5b;
}

.block-about-today .block-about-todayInner h2 span {
  display: block;
  font-size: 24px;
  margin: 30px auto 80px;
}

.block-about-today .block-about-todayInner .sliderOuter {
  width: 1000px;
  margin: auto;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container {
  padding: 0 0 20px;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slick-list {
  padding: 0 0 26px;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slick-slide {
  width: 480px;
  padding: 0 20px;
  box-sizing: border-box;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slick-slide .tweetOuter {
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  padding: 16px 8px 4px;
  text-align: left;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slick-slide h3 {
  text-align: left;
  font-size: 20px;
  margin: 10px 10px 0;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slick-slide .tweet {
  height: 100%;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slick-slide .timeline-Widget {
  border: solid 1px #ccd6dd !important;
  margin: 10px !important;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slide-dots {
  text-align: center;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slide-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #9fa0a0;
  border: none;
  text-indent: -9999px;
  border-radius: 50%;
  margin: 0 5px;
}

.block-about-today .block-about-todayInner .sliderOuter .slick-container .slide-dots li.slick-active {
  background: #3b2b58;
}

.block-about-today .block-about-todayInner .btn {
  padding: 20px 0 40px;
}

.block-about-today .block-about-todayInner .btn button {
  position: relative;
  width: 400px;
  height: 80px;
  background: #3b2b58;
  font-size: 24px;
  color: #fff;
  border: none;
}

.block-about-today .block-about-todayInner .btn button img {
  position: absolute;
  top: 33px;
  right: 60px;
}

@media screen and (max-width: 767px) {
  .block-about-today .block-about-todayInner {
    padding: 40px 20px 0;
  }

  .block-about-today .block-about-todayInner h2 {
    font-size: 49px;
  }

  .block-about-today .block-about-todayInner h2 span {
    font-size: 16px;
    margin: 16px auto 20px;
  }

  .block-about-today .block-about-todayInner .sliderOuter {
    width: auto;
  }

  .swiper-button-prev {
    left: -15px;
  }

  .swiper-button-next {
    right: -15px;
  }

  .block-about-today .block-about-todayInner .btn {
    padding: 0px 20px 40px;
  }

  .block-about-today .block-about-todayInner .btn button {
    width: 100%;
    font-size: 24px;
    line-height: 3.3;
  }
}

/* -------------------------- */
/* movie */
/* -------------------------- */

.block-movie {
  background: url("../img/movie_bg.png") no-repeat 0 0 #000021;
  background-size: 100% auto;
  text-align: center;
  min-height: 850px;
}

.block-movie .block-movieInner {
  padding: 80px 0 0;
}

.block-movie .block-movieInner h2 {
  font-size: 80px;
  color: #ffffff;
}

.block-movie .block-movieInner h2 span {
  display: block;
  font-size: 24px;
  margin: 20px auto 25px;
}

.block-movie .block-movieInner p {
  color: #fff;
  line-height: 2;
  margin: 0 10px 45px;
}

.block-movie .block-movieInner .youtube {
  width: 600px;
  margin: auto;
}

/* -------------------------- */
/* movie */
/* -------------------------- */

.block-sponsor {
  min-height: 850px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
}

.block-sponsor .block-sponsorInner {
  padding: 80px 0 0;
}

.block-sponsor .block-sponsorInner h2 {
  font-size: 80px;
  color: #001b5b;
}

.block-sponsor .block-sponsorInner h2 span {
  display: block;
  font-size: 24px;
  margin: 20px auto 70px;
}

.block-sponsor .block-sponsorInner .sponsorOuter01 {
  flex-wrap: wrap;
  width: 860px;
  margin: auto;
}

.block-sponsor .block-sponsorInner .sponsorOuter01 img {
  margin: 11px 12px;
}

/* -------------------------- */
/* footer */
/* -------------------------- */

footer {
  height: 400px;
  background: #fff;
  text-align: center;
  border-top: solid 2px #e9e9e9;
}

footer .link-home a img {
  display: block;
}

footer .link-home a img:nth-of-type(1) {
  width: 37px;
  margin: 40px auto 53px;
}

footer .link-home a img:nth-of-type(2) {
  width: 188px;
  margin: 0 auto 63px;
}

footer .footer-copy {
  color: #001b5b;
}








/* -------------------------- */
/* history */
/* -------------------------- */

/** =====================================================================
** SP
======================================================================**/

.block-history .block-historyInner h2 {
  padding: 0;
}

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000;
}

/*左右の矢印の位置を変える*/
.slick-next {
  right: 20px;
  z-index: 99;
}

.slick-prev {
  left: 15px;
  z-index: 100;
}

/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
  color: #fff;
}

/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .sp-history-form {
    display: block;
  }
}


/** =======================
** =======================
** Slick
===========================**
===========================**/

@media screen and (max-width: 767px) {
  .forSP {
    display: block;
  }

  .btn button {
    padding: 0px 20px 40px;
  }

  .nav-list .nav-listInner ul li {
    border-bottom: solid 1px #3b2b58;
    margin: 0 10px;
    padding: 7px;
  }

  .nav-list .nav-listInner ul li:nth-of-type(1) {
    display: block;
  }

  .nav-list .nav-listInner ul li span {
    display: none;
  }

  .nav-list .nav-listInner ul li span.ja {
    display: block;
    height: 4vh;
    font-size: 16px;
    color: #fff;
    text-align: left;
  }

  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    height: 60px;
    cursor: pointer;
    z-index: 1000;
    padding: 16px;
    box-sizing: border-box;
    background: rgba(0, 65, 129, 0.7);
  }

  #nav-toggle&gt;div {
    position: relative;
    width: 36px;
  }

  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 14px;
  }

  #nav-toggle span:nth-child(3) {
    top: 28px;
  }

  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }

  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }

  .open #nav-toggle span {
    background: #fff;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }

  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  .nav-list {
    /* background: linear-gradient(-145deg, #01ffff, #004181); */
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease,
      visibility .6s ease;
  }


  .nav-list .nav-listInner nav ul {
    display: block;
    padding: 0 16px;
    box-sizing: border-box;
    border: none;
    height: 90vh;
  }

  .nav-list .nav-listInner nav ul li {
    display: block;
    width: auto;
    height: auto;
  }

  .nav-list .nav-listInner nav ul li img {
    width: 45%;
    padding-bottom: 12px;
  }

  .open .nav-list {
    visibility: visible;
    opacity: 1;
  }

  .open .nav-list li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }

  .nav-list .nav-listInner {
    padding: 0;
    width: 100%;
    margin-top: 15px;
  }

  .block-mainImage .block-mainImageInner {
    background-size: 400px;
    background-image: url("../img/sp/sp_kv.png");
    background-size: cover;
  }

  .block-mainImage .block-mainImageInner h1 {
    width: 65vw;
    top: 35%;
  }

  .block-movie .block-movieInner .youtube {
    width: 100%;
  }

  .block-movie .block-movieInner .youtube iframe {
    width: 95%;
  }

  .block-history .history-content h3 
  {
  	position: static;
  }
}


@media screen and (min-width:768px) and (max-width: 1000px){
    .history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer img {
    width: 240px;
}

.history-contentInner ul li .year-contentOuter .year-content-right .history-img-outer {
    text-align: left;
    margin-left: 20px;
}

.history-contentInner ul li .year-contentOuter .year-content-right p {
    width: 65%;
}


}</pre></body></html>