@charset "utf-8";

/*================================================
Ended
================================================*/

.EndLabel {
  display: none;
  padding: 20px 0px;
  text-align: center;
  background-color: #BF0000;
}
.EndLabel p {
  margin-bottom: 0px;
  line-height: 1.50;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .EndLabel {
    padding: 15px 0px;
  }
  .EndLabel p {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {

  .EndLabel {
    padding: 10px 0px;
  }
  .EndLabel p {
    font-size: 14px;
  }
}

/*================================================
EyeCatch
================================================*/

.EyeCatch {
  padding: 25px 20px;
  background-color: #000000;
}
.EyeCatch p {
  margin-bottom: 0px;
  line-height: 1.50;
  text-align: center;
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .EyeCatch {
    padding: 15px 20px;
  }
  .EyeCatch p {
    font-size: 32px;
  }
}

@media (max-width: 1023px) {

  .EyeCatch {
    display: none !important;
    padding: 10px 20px;
  }
  .EyeCatch p {
    font-size: 14px;
  }
}

/*================================================
Firstview
================================================*/

.Firstview {
  background-color: #000B2C;
}

/*================================================
Shout
================================================*/

.Shout {
  padding: 50px 25px;
  background-color: #000000;
}
.ShoutTitle {
  margin-bottom: 5px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 900;
}
.ShoutLead {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.ShoutText {
  margin-bottom: 20px;
  text-align: center;
}
.ShoutText span {
  margin-right: 10px;
  padding: 5px 10px;
  line-height: 1.25;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 24px;
  font-weight: 700;
}
.ShoutText strong {
  padding: 5px;
  line-height: 1.25;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
}
.ShoutAttention {
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}
.ShoutAttention span {
  margin-right: 10px;
}

@media (max-width: 1365px) {

  .ShoutTitle {
    font-size: 28px;
  }
  .ShoutLead {
    font-size: 20px;
  }
  .ShoutText span {
    font-size: 20px;
  }
  .ShoutText strong {
    font-size: 20px;
  }
  .ShoutAttention {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {

  .Shout {
    padding: 25px 25px;
  }
  .ShoutTitle {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .ShoutLead {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .ShoutText span {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 6px 10px 5px 10px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .ShoutText {
    margin-bottom: 10px;
  }
  .ShoutText strong {
    display: block;
    font-size: 16px;
  }
  .ShoutAttention {
    font-size: 12px;
  }
  .ShoutAttention span {
    display: block;
    margin-right: 0px;
  }
}

/*================================================
Introduction
================================================*/

.Introduction {
  width: 100%;
}
.IntroductionMovie {
  float: left;
  width: 50%;
  background-color: #191C25;
  box-sizing: border-box;
}
.IntroductionAbout {
  float: left;
  width: 50%;
  padding: 7.5%;
  box-sizing: border-box;
}
.IntroductionAboutDay {
  margin-bottom: 20px;
}
.IntroductionAboutDay strong {
  margin-right: 5px;
  padding: 7px 5px 5px 7px;
  border: 2px #B1000A solid;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #B1000A;
  font-size: 16px;
  font-weight: 900;
}
.IntroductionAboutDay span {
  padding: 7px 5px 5px 5px;
  border: 2px #FFFFFF solid;
  line-height: 1.25;
  color: #696D73;
  font-size: 16px;
  font-weight: 700;
}
.IntroductionAboutTitle {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 48px;
  font-weight: 700;
}
.IntroductionAboutLead {
  margin-bottom: 20px;
  line-height: 1.25;
  font-size: 24px;
  font-weight: 400;
}
.IntroductionAboutText {
  margin-bottom: 0px;
  line-height: 1.50;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 1365px) {

  .IntroductionAbout {
    padding: 5%;
  }
  .IntroductionAboutDay {
    margin-bottom: 15px;
  }
  .IntroductionAboutDay strong {
    font-size: 15px;
  }
  .IntroductionAboutDay span {
    font-size: 15px;
  }
  .IntroductionAboutTitle {
    font-size: 42px;
  }
  .IntroductionAboutLead {
    font-size: 20px;
  }
  .IntroductionAboutText {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {

  .IntroductionMovie {
    float: none;
    width: 100%;
  }
  .IntroductionAbout {
    float: none;
    width: 100%;
    padding: 50px;
  }
  .IntroductionAboutDay {
    text-align: center;
  }
  .IntroductionAboutTitle {
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
  }
  .IntroductionAboutLead {
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.50;
    font-size: 16px;
  }
  .IntroductionAboutText {
    text-align: center;
    line-height: 1.75;
    font-size: 14px;
  }
}

/*================================================
Ladies
================================================*/

.Ladies {
  padding: 100px 0px;
  background-color: #000000;
}
.Ladies .CommonTitleEnglish,
.Ladies .CommonTitleJapanese {
  color: #FFFFFF;
}
.LadiesOne {
  float: left;
  width: 46%;
  margin: 0px 2%;
}
.LadiesOneThumbnail {
  margin-bottom: 10px;
}
.LadiesOneThumbnail img {
    width: 100%;
    height: auto;
}
.LadiesOneCaption {
  margin-bottom: 10px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
}
/* .LadiesOneJump {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 700;
} */
/* .LadiesOneJump a {
  color: #FFFFFF;
} */
/* .LadiesOneJump img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
} */

@media (max-width: 1365px) {

  .LadiesOneCaption {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {

  .Ladies {
    padding: 50px 0px;
  }
  .LadiesOne {
    float: none;
    width: 100%;
    margin: 0px 0% 25px 0%;
  }
  .LadiesOne:last-of-type {
    margin: 0px 0%  0px 0%;
  }
  .LadiesOneCaption {
    font-size: 12px;
  }
}

/*================================================
Ladies (Animation)
================================================*/

.LadiesOne {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.LadiesOne.is-visible-ladies {
  opacity: 1;
  transform: translateY(0);
}

/*================================================
Flow
================================================*/

.Flow {
  width: 100%;
  padding: 100px 0px;
  background-color: #F7E01B;
  box-sizing: border-box;
}

.Flow .CommonTitleEnglish  { color: #000C53; }
.Flow .CommonTitleJapanese { color: #000C53; }

.FlowInner {
  max-width: 1280px;
  margin: 0px auto 25px auto;
}
.FlowOne {
  float: left;
  position: relative;
  width: 45%;
  padding: 35px;
  border-radius: 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.FlowOneArrowWrap {
  float: left;
  width: 10%;
}
.FlowOneStep {
  position: relative;
  top: -50px;
  left: -50px;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  text-align: center;
  background-color: #000C53;
  box-sizing: border-box;
}
.FlowOneStep p {
  margin-bottom: 0px;
}
.FlowOneStep span {
  display: block;
  margin-bottom: -3px;
  line-height: 1.00;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
}
.FlowOneStep strong {
  display: block;
  line-height: 1.00;
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 900;
}
.FlowOneProcedure {
  display: block;
  position: absolute;
  top: 30px;
  left: 0px;
  width: 100%;
  padding-left: 110px;
  padding-right: 30px;
  line-height: 1.25;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #000C53;
  font-size: 20px;
  font-weight: 900;
  box-sizing: border-box;
}
.FlowOneImagePcAdjust {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  text-align: center;
}
.FlowOneImagePcAdjust figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.FlowOneImagePcAdjust figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.FlowOneImagePcAdjust figure.active {
  opacity: 1;
}
.FlowOneImagePcAdjust .FlowAnimeA {
  opacity: 1;
}
.FlowAttention {
  max-width: 1280px;
  margin: 0px auto;
}
.FlowAttention li {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .Flow {
    padding: 50px 0px;
  }
  .FlowOneStep {
    padding-top: 22px;
  }
  .FlowOneStep span {
    font-size: 18px;
  }
  .FlowOneStep strong {
    font-size: 46px;
  }
  .FlowOneProcedure {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {

  .Flow {
    padding: 35px 0px;
  }
  .FlowInner {
    max-width: 100%;
  }
  .FlowOne {
    float: none;
    width: 100%;
    padding: 35px;
    border-radius: 25px;
  }
  .FlowOneArrowWrap {
    float: none;
    width: 100%;
    margin-top: -35px;
    margin-bottom: 10px;
  }
  .FlowOneStep {
    width: 70px;
    height: 70px;
    padding-top: 15px;
  }
  .FlowOneStep span {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .FlowOneStep strong {
    font-size: 32px;
  }
  .FlowOneProcedure {
    padding-left: 80px;
    padding-right: 30px;
    font-size: 16px;
  }
  .FlowOneImageSpAdjust {
    position: relative;
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    overflow: hidden;
  }
  .FlowOneImageSpAdjust figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
  }
  .FlowOneImageSpAdjust figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .FlowOneImageSpAdjust figure.active {
    opacity: 1;
  }
  .FlowOneImageSpAdjust .FlowAnimeA {
    opacity: 1;
  }
}

/*================================================
FlowOneArrow
================================================*/

.FlowOneArrow {
  width: 0;
  height: 0;
  margin: 150px auto 0px auto;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #000C53;
}

@media (max-width: 1023px) {

  .FlowOneArrow {
    margin: 50px auto 0px auto;
    border-top: 25px solid #000C53;
    border-bottom: 0px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
  }
}

/*================================================
AnimationSlideIn (One-Two-Three)
================================================*/

.AnimationSlideInOne,
.AnimationSlideInTwo,
.AnimationSlideInThree {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s ease-out;
}

.AnimationSlideInOne.is-visible-arrow,
.AnimationSlideInTwo.is-visible-arrow,
.AnimationSlideInThree.is-visible-arrow {
  opacity: 1;
  transform: translateX(0);
}

/*================================================
Course
================================================*/

.Course {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background-color: #FDF7C6;
}
.CourseAreaName {
  position: relative;
  width: 99%;
  line-height: 2.50;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-bottom: 5px;
  color: #333333;
  font-size: 28px;
  font-weight: 700;
}
.CourseAreaName::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #B1010B;
}
.CourseAreaName::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background-color: #B1010B;
}

@media (max-width: 1365px) {

  .Course {
    padding: 50px 0px;
  }
  .CourseAreaName {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {

  .CourseAreaName {
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
  }
}

/*================================================
CautionBorder
================================================*/

.CautionBorder {
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  color: #000000 !important;
}
.CautionBorder.is-visible-akapen {
  opacity: 1;
}
.CautionBorder::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #BF0000;
  opacity: 0.25;
  transition: width 1.00s ease-out;
}
.CautionBorder.is-animated::after {
  width: 100%;
}

/*================================================
CourseOne
================================================*/

.CourseOne {
  position: relative;
  float: left;
  width: 24%;
  margin: 0px 0.5% 20px 0.5%;
  padding-bottom: 50px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.1s ease-out, transform 0.1s ease-out;
}
.CourseOne.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.CourseOne figure {
  margin-bottom: 0px;
}
.CourseOne figure img {
  width: 100%;
  height: auto;
}
.CourseOnePrefMark {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 6px 5px 5px 5px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
.CourseOneText {
  padding: 20px 20px 0px 20px;
}
.CourseOneTextName {
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 16px;
  font-weight: 700;
}
.CourseOneTextAddress {
  margin-bottom: 5px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 400;
}
.CourseOneTextRoute {
  margin-bottom: 0px;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 400;
}
.CourseOneButton {
  position: absolute;
  bottom: 0px;
}
.CourseOneButtonNormal {
  display: block;
  width: 50%;
  padding: 9px 10px 8px 10px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background-color: #BF0000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}
.CourseOneButtonSingle {
  display: block;
  width: 50%;
  padding: 9px 10px 8px 10px;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background-color: #FF6600;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}

@media (max-width: 1365px) {
  
  .CourseOne {
    width: 31.333333%;
    margin: 0px 1% 20px 1%;
    padding-bottom: 50px;
  }
  .CourseOnePrefMark {
    font-size: 13px;
  }
  .CourseOneText {
    padding: 15px 15px 0px 15px;
  }
  .CourseOneTextName {
    font-size: 15px;
  }
  .CourseOneTextAddress {
    font-size: 13px;
  }
  .CourseOneTextRoute {
    font-size: 13px;
  }
  .CourseOneButtonNormal {
    font-size: 16px;
  }
  .CourseOneButtonSingle {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  
  .CourseOne {
    width: 48%;
    margin: 0px 1% 20px 1%;
    padding-bottom: 40px;
  }
  .CourseOnePrefMark {
    font-size: 11px;
  }
  .CourseOneText {
    padding: 12px 12px 0px 12px;
  }
  .CourseOneTextName {
    font-size: 14px;
  }
  .CourseOneTextAddress {
    display: none;
  }
  .CourseOneTextRoute {
    font-size: 12px;
  }
  .CourseOneButtonNormal {
    font-size: 14px;
  }
  .CourseOneButtonSingle {
    font-size: 14px;
  }
}

/*================================================
Detail
================================================*/

.Detail {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background-color: #FFFFFF;
}

@media (max-width: 1365px) {

  .Detail {
    padding: 50px 0px;
  }
}

/*================================================
Feature
================================================*/

.Feature {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background-color: #000C53;
}

.Feature .CommonTitleEnglish  { color: #FFFFFF; }
.Feature .CommonTitleJapanese { color: #FFFFFF; }

.FeatureInner {
  max-width: 1280px;
  margin: 0px auto;
}
.FeatureOne {
  float: left;
  width: 48%;
  margin: 0px 1% 25px 1%;
  padding: 35px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.FeatureOneImage {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.FeatureOneImage img {
  width: 100%;
  height: auto;
}
.FeatureOneTitle {
  margin-bottom: 10px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: 700;
}
.FeatureOneText {
  margin-bottom: 0px;
  line-height: 1.50;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 14px;
  font-weight: 400;
}
.FeatureOneTableImage {
  margin-bottom: 25px;
}
.FeatureOneTable {
  width: 100%;
  margin: 0px auto 0px auto;
  border-top: 1px #CCCCCC solid;
  border-collapse: collapse;
}
.FeatureOneTable tr {
  width: 100%;
}
.FeatureOneTable th {
  width: 40%;
  padding: 12px 18px;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  line-height: 1.75;
  text-align: left;
  background-color: #EEEEEE;
  color: #000000;
  vertical-align: top;
  font-size: 14px;
}
.FeatureOneTable td {
  width: 60%;
  padding: 12px 18px;
  border-bottom: 1px #CCCCCC solid;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  background-color: #FFFFFF;
  vertical-align: top;
  font-size: 14px;
}

@media (max-width: 1365px) {

  .Feature {
    padding: 50px 0px;
  }
  .FeatureOneTitle {
    font-size: 16px;
  }
  .FeatureOneText {
    font-size: 13px;
  }
  .FeatureOneTable th {
    font-size: 13px;
  }
  .FeatureOneTable td {
    font-size: 13px;
  }
}

@media (max-width: 1023px) {

  .Feature {
    padding: 50px 0px 25px 0px;
  }
  .FeatureInner {
    max-width: 100%;
  }
  .FeatureOne {
    float: none;
    width: 100%;
    margin: 0px 0% 20px 0%;
    padding: 20px;
  }
  .FeatureOne:last-of-type {
    margin: 0px 0% 0px 0%;
  }
  .FeatureOneTitle {
    text-align: center;
    font-size: 15px;
  }
  .FeatureOneText {
    line-height: 1.75;
    font-size: 12px;
  }
  .FeatureOneTable {
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: none;
  }
  .FeatureOneTable th {
    display: block;
    width: 98%;
    padding: 1%;
    border-right: none;
    text-align: center;
    font-size: 12px;
  }
  .FeatureOneTable td {
    display: block;
    width: 94%;
    padding: 3%;
    font-size: 12px;
  }
}

/*================================================
FeatureOne (Animation)
================================================*/

.FeatureOne {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.FeatureOne.is-visible-card {
  opacity: 1;
}
.FeatureOneImage {
  transform: scale(0.85, 0.85);
  transition: all 750ms;
}
.FeatureOne.is-visible-card .FeatureOneImage {
  transform: scale(1, 1);
}
.FeatureOneTitle {
  transform: translateY(100px);
  transition: all 500ms;
}
.FeatureOne.is-visible-card .FeatureOneTitle {
  transform: translateY(0);
}
.FeatureOneText {
  transform: translateY(100px);
  transition: all 500ms;
}
.FeatureOne.is-visible-card .FeatureOneText {
  transform: translateY(0);
}
.FeatureOneTable {
  transform: translateY(100px);
  transition: all 500ms;
}
.FeatureOne.is-visible-card .FeatureOneTable {
  transform: translateY(0);
}

/*================================================
Buy
================================================*/

.Buy {
  clear: both;
  width: 100%;
  padding: 100px 0px;
  background-color: #DEDEDE;
}
.BuyItem {
  margin: 0px auto;
  padding: 0px 10px;
  background-color: #FFFFFF;
}
.BuyItemOne {
  float: left;
  width: 18%;
  margin: 0px 1%;
  padding: 50px 0px 20px 0px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.BuyItemOne.is-visible-zakuzaku {
  opacity: 1;
  transform: translateY(0);
}
.ItemNumberA { transform: translateY(-20px); }
.ItemNumberB { transform: translateY(20px); }
.ItemNumberC { transform: translateY(-20px); }
.ItemNumberD { transform: translateY(20px); }
.ItemNumberE { transform: translateY(-20px); }

.BuyItemOneImage {
  width: 75%;
  margin: 0px auto 25px auto;
}
.BuyItemOneImage img {
  width: 100%;
  height: auto;
}
.BuyItemOneName {
  margin-bottom: 10px;
}
.BuyItemOneName strong {
  display: block;
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 700;
}
.BuyItemOneName span {
  display: block;
  text-align: center;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 400;
}
.BuyItemOneButtonOfficial {
  display: block;
  margin-bottom: 10px;
  line-height: 1.25;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #282828;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  box-sizing: border-box;
}
.BuyItemOneButtonRakuten {
  display: block;
  line-height: 1.25;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  background-color: #BF0000;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  box-sizing: border-box;
}

@media (max-width: 1365px) {

  .Buy {
    padding: 50px 0px;
  }
}

@media (max-width: 1023px) {

  .Buy {
    padding: 50px 0px 25px 0px;
  }
  .BuyItem {
    padding: 0px 0px;
    background-color: transparent;
  }
  .BuyItemOne {
    transform: translateX(0);
    width: 46%;
    margin: 0px 2% 15px 2%;
    padding: 20px 0px 0px 0px;
    background-color: #FFFFFF;
  }
  .BuyItemOneImage {
    width: 50%;
    margin: 0px auto 15px auto;
  }
  .BuyItemOneButtonOfficial {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .BuyItemOneButtonRakuten {
    float: left;
    width: 100%;
    font-size: 14px;
  }

  .ItemNumberA { transform: translateX(-20px); }
  .ItemNumberB { transform: translateX(20px); }
  .ItemNumberC { transform: translateX(-20px); }
  .ItemNumberD { transform: translateX(20px); }
  .ItemNumberE { transform: translateX(-20px); }

}

/*================================================
Common
================================================*/

.CommonInner {
  width: 80%;
  margin: 0px auto;
}
.CommonTitle {
  margin-bottom: 75px;
}
.CommonTitleEnglish {
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.25;
  font-size: 12px;
  font-weight: 400;
}
.CommonTitleJapanese {
  margin-bottom: 50px;
  line-height: 1.25;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
}
.CommonAttention {
  width: 45%;
  margin: 0px auto 25px auto;
  padding: 25px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.CommonAttention li {
  line-height: 1.75;
  font-size: 16px;
  font-weight: 700;
}
.CommonHover:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}

@media (max-width: 1365px) {

  .CommonInner {
    width: 90%;
  }
  .CommonTitle {
    margin-bottom: 50px;
  }
  .CommonTitleJapanese {
    font-size: 36px;
  }
  .CommonAttention {
    width: 55%;
  }
  .CommonAttention li {
    font-size: 15px;
  }
}

@media (max-width: 1023px) {

  .CommonInner {
    width: 90%;
  }
  .CommonTitle {
    margin-bottom: 25px;
  }
  .CommonTitleEnglish {
    font-size: 11px;
  }
  .CommonTitleJapanese {
    font-size: 24px;
  }
  .CommonAttention {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    margin: 0px auto 25px auto;
  }
  .CommonAttention li {
    font-size: 12px;
  }
}

/*================================================
CommonTable
================================================*/

.CommonTable {
  width: 100%;
  margin: 0px auto 15px auto;
  border-top: 1px #CCCCCC solid;
  border-collapse: collapse;
}
.CommonTable tr {
  width: 100%;
}
.CommonTable th {
  width: 20%;
  padding: 15px 20px;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  line-height: 1.75;
  text-align: left;
  background-color: #EEEEEE;
  color: #000000;
  vertical-align: top;
  font-size: 14px;
}
.CommonTable td {
  width: 80%;
  padding: 15px 20px;
  border-bottom: 1px #CCCCCC solid;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  background-color: #FFFFFF;
  vertical-align: top;
  font-size: 14px;
}
.CommonTable td strong {
  color: #BF0000;
  font-weight: 700;
}
.CommonTable td em {
  text-decoration: underline;
  color: #BF0000;
}

@media (max-width: 1023px) {

  .CommonTable {
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    border-bottom: none;
  }
  .CommonTable th {
    display: block;
    width: 98%;
    padding: 1%;
    border-right: none;
    text-align: center;
    font-size: 12px;
  }
  .CommonTable td {
    display: block;
    width: 94%;
    padding: 3%;
    font-size: 12px;
  }
}

/*================================================
YouTube
================================================*/

.YouTube {
  margin: 0px auto;
}
.YouTubeAdjust {
  width: 100%;
  margin: 0px auto;
  background-size: auto auto;
  background-color: #333333;
}
.YouTubeInner {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.YouTubeInner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}  

@media (max-width: 1023px) {

  .YouTube {
    padding: 0px 0px;
  }
  .YouTubeAdjust {
    width: 100%;
  }
}

/*================================================
List Point
================================================*/

.Maru {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.Maru:before {
  content: "\25CF";
  margin: 0px 4px;
}
.Pochi {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.Pochi:before {
  content: "\002A";
  margin: 0px 4px;
}
.Kome {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
}
.Kacco {
  margin-top: 25px;
  margin-bottom: 5px;
  padding-left: 1.25em;
  text-indent: -1em;
  font-weight: 900;
}
.Kacco:before {
  content: "\3010";
}
.Kacco:after {
  content: "\3011";
}
.Bikkuri {
	margin-right: 5px;
  padding: 3px 8px !important;
  border: 2px #000000 solid;
  border-radius: 30px;
  background-color: #FFCC00;
  color: #000000 !important;
}
.NewWindow {
  line-height: 2.00;
}
.NewWindow img {
  width: 18px !important;
  height: 18px !important;
  margin-right: 5px;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  
  .Pochi {
    font-size: 14px;
  }
  .Kome {
    font-size: 11px;
  }
}

/*================================================
Arrow
================================================*/

.ArrowButton {
  clear: both;
  display: block;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px #FFFFFF solid;
  background-color: #000000;
  box-sizing: border-box;
}
.ArrowButton span {
  display: none;
}
.ArrowButton:hover {
  transition: all 0.3s ease;
  background-color: #333333;
}
.ArrowImage {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.ArrowImage::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1023px) {

  .ArrowButton {
    margin-top: 0px;
  }
}

/*================================================
PlanCalendar
================================================*/

.PlanCalendar {
  padding: 100px 0px;
  background-color: #F7E01B;
}
.PlanCalendarInner {
  width: 1050px;
  margin: 0px auto;
  padding: 50px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}

@media (max-width: 1365px) {

  .PlanCalendar {
    padding: 75px 0px;
  }
}

@media (max-width: 1023px) {
  
  .PlanCalendar {
    padding: 50px 0px 0px 0px;
  }
  .PlanCalendarInner {
    width: 100%;
    padding: 25px;
  }
}

/*================================================
PlanCalendarLink "Month"
================================================*/

.PlanCalendarLinkMonth {
  width: 100%;
}
.PlanCalendarLinkMonthButton {
  float: left;
  width: 23%;
  margin: 0px 1%;
  font-size: 18px;
  box-sizing: border-box;
}
.PlanCalendarLinkMonthButton a {
  display: block;
  width: 100%;
  padding: 12px 0px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
}
.PlanCalendarLinkMonthButton a.NOW {
  background-color: #EEEEEE;
  color: #CCCCCC;
}
.PlanCalendarLinkMonthButton a.OFF {
  background-color: #FF6600;
  color: #FFFFFF;
  box-shadow: 0px 0px 12px -5px #333333;
}
.PlanCalendarLinkMonthButton a.OFF:hover {
  transition: all 0.3s ease;
  box-shadow: 0px 0px 20px -5px #333333;
}

@media (max-width: 1023px) {

  .PlanCalendarLinkMonth {
    margin-bottom: 50px;
  }
  .PlanCalendarLinkMonthButton {
    float: left;
    width: 48%;
    font-size: 16px;
  }
  .PlanCalendarLinkMonthButton a {
    margin-bottom: 10px;
  }
}

/*================================================
PlanCalendar "MessageAssist"
================================================*/

.PlanCalendarMessagePcAssist {
  width: 98%;
  margin: 0px auto 50px auto;
  padding: 10px 0px;
  text-align: center;
  line-height: 1.25;
  background-color: #EEEEEE;
  font-size: 24px;
}
.PlanCalendarMessagePcAssist span {
  margin-right: 15px;
  padding-right: 10px;
  font-weight: 900;
}
.PlanCalendarMessagePcAssist strong {
  font-weight: 700;
}
.PlanCalendarMessageSpAssist {
  margin-top: -25px;
  text-align: center;
  line-height: 1.25;
  font-size: 14px;
}

@media (max-width: 1023px) {

  .PlanCalendarMessagePcAssist {
    margin: 0px auto 35px auto;
    font-size: 16px;
  }
}


/*================================================
PagetopFix & AnchorNav
================================================*/

html {
  scroll-behavior: smooth;
}
.PagetopFix {
  position: fixed;
  z-index: 9999;
  width: 64px;
  height: 64px;
  right: 40px;
  bottom: 80px;
}
.PagetopFix a img {
  width: 64px;
  height: 64px;
}
.PagetopFix a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  transition: all 0.3s ease;
}
.PagetopFix a:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {

  .PagetopFix {
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
  }
  .PagetopFix a img {
    width: 48px;
    height: 48px;
  }
}

/*================================================
FadeinUp
================================================*/

#main { overflow-x: hidden; }
.HeadlineUp { animation: SlideInUp 1.6s; } @keyframes SlideInUp { 0% { opacity: 0; transform: translateY(16px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineDown { animation: SlideInDown 1.6s; } @keyframes SlideInDown { 0% { opacity: 0; transform: translateY(-16px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineLeft { animation: SlideInLeft 1.6s; } @keyframes SlideInLeft { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }
.HeadlineRight { animation: SlideInRight 1.6s; } @keyframes SlideInRight { 0% { opacity: 0; transform: translateX(16px); } 100% { opacity: 1; transform: translateX(0); } }
.HeadlineZoom { animation: SlideInZoom 2.0s; } @keyframes SlideInZoom { 0% { opacity: 0; transform: scale(0.85); } 100% { opacity: 1; transform: scale(1.0); } }
.HeadlineMegaZoom { animation: SlideInMegaZoom 2.0s; } @keyframes SlideInMegaZoom { 0% { opacity: 0; transform: scale(0.85); } 100% { opacity: 1; transform: scale(1.0); } }
.HeadlineLag { animation: SlideInLag 2.4s; } @keyframes SlideInLag { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }

.FadeinUp {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 500ms;
}
.FadeinDown {
  opacity : 0;
  transform : translate(0, -50px);
  transition : all 500ms;
}
.FadeinLeft {
  opacity : 0;
  transform : translate(-100px, 0);
  transition : all 1000ms;
}
.FadeinRight {
  opacity : 0;
  transform : translate(100px, 0);
  transition : all 1000ms;
}
.FadeinZoomBig {
  opacity : 0;
  transform: scale(0.85,0.85);
  transition : all 750ms;
}
.FadeinZoomSmall {
  opacity : 0;
  transform: scale(1.15,1.15);
  transition : all 750ms;
}
.FadeinUp.Scrollin,
.FadeinDown.Scrollin,
.FadeinLeft.Scrollin,
.FadeinRight.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
  transform : translate(0, 0);
}
.FadeinZoomBig.Scrollin,
.FadeinZoomSmall.Scrollin {
  opacity : 1;
  transform: scale(1.0,1.0);
}

/*================================================
Parallel
================================================*/

.Parallel {
  width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

/*================================================
clearfix
================================================*/

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/*================================================
display on / off
================================================*/

.pc-br {
  display: block;
}
.sp-br {
  display: none;
}

@media (max-width: 1023px) {

  .pc-br {
    display: none;
  }
  .sp-br {
    display: block;
  }
}

/*================================================
Calendar (PC)
================================================*/

div#rakutenCalendar { position: absolute; z-index: 100; width: 96%; margin: 2%; border-radius: 10px; padding: 0px 0px 55px 0px; background-color: #FFFFFF; }div#rakutenCalendar table { width: 100%; margin-top: 10px; border-collapse: separate; border-spacing: 1px; line-height: 1.0; background-color: #A7AAB3; }div#rakutenCalendar table th, div#rakutenCalendar table td { text-align: center; vertical-align: middle; }div#rakutenCalendar table th { font-size: 120%; font-weight: bold; background-color: #CCCCCC; height: 40px; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_ccb.png) repeat-x left top #FFCDA0; }div#rakutenCalendar table th.cal_tr_sunday { color: #CC0000; }div#rakutenCalendar table th.cal_tr_saturday { color: #0072E2; }div#rakutenCalendar table td { padding: 0 0 1px 1px; border-top: 1px solid #F3F3F3; border-right: 1px solid #F3F3F3; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_ccc.png) repeat-x left top #CCCCCC; font-size: 200%; }div#rakutenCalendar table td.cal_td_unuse { padding: 7px 0; color: #AAAAAA; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_eee.png) repeat-x left top #EEEEEE; }div#rakutenCalendar table td.cal_td_beforeToday { color: #AAAAAA; font-weight: bold; }div#rakutenCalendar table td a { display: block; padding: 7px 0; text-decoration: none; color: #333333; font-weight: bold; }div#rakutenCalendar table td label { display: block; padding: 7px 0; }div#rakutenCalendar table td.cal_td_saturday { background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_cce.png) repeat-x left top #CCEEFF; }div#rakutenCalendar table td.cal_td_holiday { background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_fff_ffd.png) repeat-x left top #FFDDDD; }div#rakutenCalendar table td.cal_td_holiday a { color: #CC0000; }div#rakutenCalendar table td.cal_td_saturday a { color: #0072E2; }div#rakutenCalendar table td.cal_td_selectDay { }div#rakutenCalendar table td.cal_td_selectDay a { color: #FFFFFF !important; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_676_b2b.png) repeat-x left top #B2B2B2; }div#rakutenCalendar table td.cal_td_today { }div#rakutenCalendar table td.cal_td_today a { color: #333333; }div#calendar ul.nav li { position: absolute; top: 0; list-style-type: none; }div#rakutenCalendar div.cal_controlDiv a.cal_prevMonthBtn { float: left; }div#rakutenCalendar div.cal_controlDiv a.cal_nextMonthBtn { float: right; }div#rakutenCalendar div.cal_controlDiv a { display: block; overflow: hidden; margin: 14px 0px -31px 0px; padding: 5px; width: 50px; height: 25px; background-image: url(https://gora.golf.rakuten.co.jp/smart/img/button.png); background-repeat: no-repeat; text-indent: -9999px; }div#rakutenCalendar div.cal_controlDiv a.cal_prevMonthBtn { background-position: 10px 10px; }div#rakutenCalendar div.cal_controlDiv a.cal_nextMonthBtn { background-position: -50px 10px; }div#rakutenCalendar div.cal_baseDiv { clear: both; margin-left: auto; margin-right: auto; text-align: center; }div#rakutenCalendar div.cal_baseDiv label.cal_indexMonth { height: 25px; margin-bottom: 5px; color: #666666; font-size: 25px; font-weight: bold; }div#rakutenCalendar_top { position: absolute; width: 100%; bottom: 5px; text-align: center; }div#rakutenCalendar_top a.cal_closeBtn { display: block; width: 95%; margin: 15px auto 0px auto !important; border: 1px solid #FFFFFF; border-radius: 5px 5px 5px 5px; text-decoration: none; text-shadow: 0 -1px 0 #333333; line-height: 40px; background: url(https://gora.golf.rakuten.co.jp/smart/img/bg_b2b_666.png) repeat-x left top #666666; color: #FFFFFF; font-weight: bold; box-shadow: 0 0 4px #CCCCCC; }div#rakutenCalendar_top span.cal_closeBtnSpan { padding-top: 10px; padding-bottom: 10px; }div#rakutenCalendar_top span.cal_headerTitle { display: none; }div#rakutenCalendar_top span.cal_closeBtn { display: none; }div#rakutenCalendar div#rakutenCalendar_contents { margin: 0px 10px; }div#calendarOverlayWindow { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.75; background-color: #000000; } .gc-name { text-align: left !important; }

/*================================================
Calendar (SP)
================================================*/

@media (max-width: 1023px) {.b { font-weight: bold;}.fl_l { float: left !important;}.fl_r { float: right !important;}.pt_6 { padding-top: 6px !important;}.pt_10 { padding-top: 10px !important;}.pl_0 { padding-left: 0px !important;}.pr_5 { padding-right: 5px !important;}.pb_6 { padding-bottom: 6px;}.pb_10 { padding-bottom: 10px !important;}.mb_10 { margin-bottom: 10px !important;}.fs10 { height: 24px; letter-spacing: -1px; font-size: 10px;}.fs_12 { font-size: 12px !important;}.fs_16 { font-size: 16px !important;}.lh_30 { line-height: 30px !important;}.h_40 { height: 40px;}.b_b_dotted { border-bottom: 1px dotted #CCBBAA;}.cf:after { content: ''; display: block; clear: both;}.boxSerachSP { margin-bottom: 0px;}.boxSerachSP .title { background: -webkit-gradient(linear, center top, center bottom, from(#987), color-stop(20%, #987), to(#433)); background: -moz-linear-gradient(top, #987, #987 20%, #433); padding: 4px; border-radius: 4px 4px 0px 0px; text-align: center; text-shadow: 0px -1px 0px #443333; color: #FFFFFF; font-size: 16px; font-weight: bold;}.boxSerachSP .title img { margin: 1px 5px 2px 0px;}.boxSerachSP .inner { padding: 7px; border: 1px solid #FEE09A; background: #FFCC66; color: #333333;}.boxSerachSP .smalltext { font-size: 9px;}.boxSerachSP .txt { float: left; padding: 10px 5px 0px 0px; line-height: 1.25; font-weight: bold;}.boxSerachSP .selectPrice { display: block; float: left; width: 85px; height: 30px;}.boxSerachSP .selectArea { display: block; float: right; width: 180px; height: 30px; margin-top: 10px; font-size: 16px;}.boxSerachSP .selectKey { float: right; width: 178px; height: 30px; margin-top: 10px; padding: 0px; font-size: 16px;}.boxSerachSP .icon_popup { background: url(https://gora.golf.rakuten.co.jp/smart/img/icon_popup.png) no-repeat right center; background-size: 24px 17px; text-decoration: none; color: #FFFFFF !important; display: block;}.boxSerachSP .btnCal { background: -webkit-gradient(linear, center top, center bottom, from(#666666), color-stop(20%, #666666), to(#333333)); background: -moz-linear-gradient(top, #666666, #666666 20%, #333333); border: 1px solid #FFFFFF; width: 178px; height: 40px; margin-top: 9px; line-height: 28px; font-weight: bold; text-shadow: 0px -1px 0px #333333; color: #FFFFFF; float: right; border-radius: 5px; box-shadow: 0px 0px 4px #CCCCCC; text-align: left;}.boxSerachSP .btnCal a { padding-left: 9px;}.boxSerachSP .btnSearch { background: -webkit-gradient(linear, center top, center bottom, from(#FF6600), color-stop(20%, #FF6600), to(#CC5500)); background: -moz-linear-gradient(top, #FF6600, #FF6600 20%, #CC5500); border: 1px solid #FFFFFF; margin-top: 10px; border-radius: 5px; box-shadow: 0px 0px 4px #CCCCCC;}.boxSerachSP .btnSearch input { background: url(https://gora.golf.rakuten.co.jp/smart/img/icon_link_o_03.png) no-repeat right center; background-size: 24px 17px; border: none; width: 100%; height: 38px; padding: 0px; font-size: 16px; font-weight: bold; text-shadow: 0px -1px 0px #993300; color: #FFFFFF; display: block;}}
