@charset "utf-8";


/*================================================
All
================================================*/

.All {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  background-image: url("../img/firstview_zaku_under.webp");
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.AllWrap {
  padding: 75px 0px;
}
.AllTitle {
  width: 60%;
  margin: 0px auto 25px auto;
}
.AllTitle img {
  width: 100%;
  height: auto;
}
.AllShout {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.50;
  color: #FFFFFF;
  font-weight: 900;
}
.AllShout b {
  margin: 0px 5px 0px 0px;
}
.AllAttention {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}
.AllInner {
  width: 80%;
  margin: 0px auto;
}
.AllOne {
  display: block;
  float: left;
  width: 48%;
  margin: 0px 1%;
  padding: 50px 0px;
  border-radius: 15px;
}
.AllOne:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.AllHawaii {
  background-image: url(../img/firstview_movie_poster_hawaii.webp);
  background-position: center center;
  background-size: cover;
}
.AllThailand {
  background-image: url(../img/firstview_movie_poster_thailand.webp);
  background-position: center center;
  background-size: cover;
}
.AllOneName {
  display: block;
  width: 50%;
  margin: 0px auto 15px auto;
}
.AllOneText {
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .AllWrap {
    padding: 50px 0px;
  }
  .AllTitle {
    width: 70%;
  }
  .AllInner {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .AllWrap {
    padding: 25px 0px;
  }
  .AllTitle {
    width: 90%;
  }
  .AllOne {
    float: none;
    width: 100%;
    margin: 0px 0% 25px 0%;
    padding: 25px 0px;
    border-radius: 10px;
  }
}

/*================================================
loading
================================================*/

#loading {
  display: flex;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: initial;
  justify-content: center;
  align-items: center;
}
#loading-bar-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: transparent;
}
#loading-bar {
  width: 0%;
  height: 100%;
  background-color: #FFFFFF;
  transition: width 0.1s linear;
}
#loading.LoadingThailand {
  background-color: #FFFFFF;
}
#loading-logo.LoadingThailand {
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 250px;
  height: 200px;
  transform: translateY(-60%);
}
#loading-bar-container.LoadingThailand {
  top: 55%;
  left: 0;
  transform: translateY(-45%);
}
#loading-bar.LoadingThailand {
  background-color: #E71784;
}

@media (max-width: 1023px) {

  #loading-logo.LoadingThailand {
    width: 125px;
    height: 100px;
  }
}

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

.Firstview {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #000000;
}
.FirstviewBlack {
  background-color: #000000;
}
.FirstviewMovie {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.FirstviewMovieMP4 {
  width: 100%;
  height: 100%;
}
.FirstviewScreen {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: url(../img/firstview_screen.png);
}
.FirstviewZakuLeft {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 3;
  width: 15%;
}
.FirstviewZakuLeftCoating {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 4;
  width: 15%;
}
.FirstviewZakuLeft img,
.FirstviewZakuLeftCoating img {
  display: block;
  width: 100%;
  height: auto;
}
.FirstviewZakuRight {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 3;
  width: 15%;
}
.FirstviewZakuRightCoating {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s, transform 0.5s;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 4;
  width: 15%;
}
.FirstviewZakuRight img,
.FirstviewZakuRightCoating img {
  display: block;
  width: 100%;
  height: auto;
}
.FirstviewZakuCenter {
  position: relative;
  z-index: 3;
  width: 70%;
  margin: 75px auto 0px auto;
  box-sizing: border-box;
}
.FirstviewZakuUnder {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.25s, transform 1.25s;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 100%;
}
.FirstviewTitleLottery {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-weight: 900;
}
.FirstviewTitle {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.5s;
  width: 100%;
  margin-bottom: 25px;
}
.FirstviewTitle img {
  display: block;
  width: 75%;
  height: auto;
  margin: 0px auto;
  text-align: center;
}
.FirstviewSubTitlePoint img,
.FirstviewSubTitleCampaign img {
  width: 100%;
  height: auto;
}
.FirstviewSubTitle {
  overflow: hidden;
  width: 100%;
}
.FirstviewSubTitlePoint {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.25s, transform 0.25s;
  float: left;
  width: 37%;
  margin-bottom: 30px;
}
.FirstviewSubTitleCampaign {
  display: block;
  overflow: hidden;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.25s, transform 0.25s;
  float: left;
  width: 63%;
  margin-bottom: 30px;
}
.FirstviewSubTitleLead {
  clear: both;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.FirstviewSubTitleLead strong {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s, transform 0.5s;
  line-height: 1.25;
  font-weight: 900;
}
.FirstviewSubTitleLead span {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.5s, transform 0.5s;
  font-weight: 400;
}
.FirstviewPlateOne {
  overflow: hidden;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.5s, transform 0.5s;
  position: relative;
  float: left;
  width: 29.33333%;
  height: auto;
  margin: 0px 2% 0px 2%;
  padding: 25px 25px 15px 25px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 4px solid rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  text-align: initial;
  line-height: initial;
  background-color: initial;
  background-image: initial;
  color: initial;
  font-size: initial;
  font-weight: initial;
  box-sizing: border-box;
}
.TypeGold {
  filter: saturate(1.05) contrast(1.05);
  background-image: linear-gradient(
    180deg,
    #FFD700 0%,
    #FFEC8B 50%,
    #DAA520 100%
  );
  box-shadow:
    inset 0 0 10px rgba(139, 69, 19, 0.5),
    inset 0 0 20px rgba(139, 69, 19, 0.3),
    inset 0 6px 4px rgba(139, 69, 19, 0.4),
    inset 0 -6px 4px rgba(255, 223, 0, 0.4),
    inset 6px 0 4px rgba(139, 69, 19, 0.4),
    inset -6px 0 4px rgba(255, 223, 0, 0.4),
    inset 2px 2px 3px rgba(139, 69, 19, 0.3),
    inset -2px -2px 3px rgba(255, 223, 0, 0.2),
    inset 2px -2px 3px rgba(139, 69, 19, 0.3),
    inset -2px 2px 3px rgba(255, 223, 0, 0.2),
    0 10px 25px rgba(0, 0, 0, 0.3),
    0 5px 10px rgba(0, 0, 0, 0.2);
}
.TypeSilver {
  filter: saturate(0.9) contrast(1.1);
  background-image: linear-gradient(
    180deg,
    #E0E0E0 0%,
    #F0F0F0 50%,
    #A0A0A0 100%
  );
  box-shadow:
    inset 0 0 10px rgba(50, 50, 50, 0.5),
    inset 0 0 20px rgba(50, 50, 50, 0.3),
    inset 0 6px 4px rgba(50, 50, 50, 0.4),
    inset 0 -6px 4px rgba(240, 240, 240, 0.4),
    inset 6px 0 4px rgba(50, 50, 50, 0.4),
    inset -6px 0 4px rgba(240, 240, 240, 0.4),
    inset 2px 2px 3px rgba(50, 50, 50, 0.3),
    inset -2px -2px 3px rgba(240, 240, 240, 0.2),
    inset 2px -2px 3px rgba(50, 50, 50, 0.3),
    inset -2px 2px 3px rgba(240, 240, 240, 0.2),
    0 10px 25px rgba(0, 0, 0, 0.3),
    0 5px 10px rgba(0, 0, 0, 0.2);
}
.TypeBronze {
  filter: saturate(1.05) contrast(1.05);
  background-image: linear-gradient(
    180deg,
    #E1A468 0%,
    #FFC98A 50%,
    #C48C50 100%
  );
  box-shadow:
    inset 0 0 10px rgba(101, 67, 33, 0.5),
    inset 0 0 20px rgba(101, 67, 33, 0.3),
    inset 0 6px 4px rgba(101, 67, 33, 0.4),
    inset 0 -6px 4px rgba(255, 180, 100, 0.4),
    inset 6px 0 4px rgba(101, 67, 33, 0.4),
    inset -6px 0 4px rgba(255, 180, 100, 0.4),
    inset 2px 2px 3px rgba(101, 67, 33, 0.3),
    inset -2px -2px 3px rgba(255, 180, 100, 0.2),
    inset 2px -2px 3px rgba(101, 67, 33, 0.3),
    inset -2px 2px 3px rgba(255, 180, 100, 0.2),
    0 10px 25px rgba(0, 0, 0, 0.3),
    0 5px 10px rgba(0, 0, 0, 0.2);
}
.FirstviewPlateOne::before {
  content: '';
  position: absolute;
  top: -50px;
  left: -280px;
  z-index: 10;
  width: 200%;
  height: 30px;
  transform: rotate(-45deg);
  background-image: linear-gradient(
    -45deg,
    #FFC0CB 0%,
    #FFC0CB 3px,
    #FFFFFF 3px,
    #FFFFFF 4px,
    #FFC0CB 4px,
    #FFC0CB calc(100% - 4px),
    #FFFFFF calc(100% - 4px),
    #FFFFFF calc(100% - 3px),
    #FFC0CB calc(100% - 3px),
    #FFC0CB 100%
  );
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.FirstviewPlateOne::after {
  content: '';
  position: absolute;
  top: -50px;
  left: -280px;
  z-index: 11;
  width: 20px;
  height: 30px;
  transform: rotate(-45deg) translate(0px, 15px);
  transform-origin: 0% 0%;
  background-color: rgba(255, 105, 180, 0.6);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.FirstviewPlateOne dt {
  text-align: center;
}
.FirstviewPlateOne dt b {
  display: block;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dt i {
  display: block;
  margin-bottom: 10px;
  padding: 10px 10px 8px 10px;
  border-bottom: solid 3px #333333;
  box-shadow: -5px -5px 10px 0px rgba(255, 255, 255, 0.5), 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  line-height: 1.25;
  font-weight: 900;
}
.FirstviewPlateOne dt strong {
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dt span {
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dt em {
  display: block;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dd {
  margin-top: 5px;
  text-align: center;
  line-height: 1.25;
  font-weight: 900;
}
.FirstviewPlateOne dd strong {
  display: inline-block;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dd span {
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dd em {
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dd b {
  display: block;
  float: left;
  width: 50%;
  text-align: right;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewPlateOne dd i {
  display: block;
  float: left;
  width: 48%;
  margin: 25px 0px 0px 2%;
  text-align: left;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.4),
    1px 1px 0 rgba(0, 0, 0, 0.8);
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
}
.FirstviewAttention {
  opacity: 0;
  transition: opacity 0.75s;
  width: 96%;
  margin: 20px auto 0px auto;
  text-align: justify;
  text-justify: inter-ideograph;
}
.FirstviewAttentionOne {
  color: #FFFFFF;
}
.FirstviewAttentionOne b {
  margin-right: 10px;
}
.FirstviewAttentionOne strong {
  font-weight: 900;
}
.FirstviewZakuUnder img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1365px) {
  
  .FirstviewZakuLeft {
    top: 35px;
    width: 10%;
  }
  .FirstviewZakuLeftCoating {
    top: 130px;
    width: 10%;
  }
  .FirstviewZakuRight {
    top: 35px;
    width: 10%;
  }
  .FirstviewZakuRightCoating {
    top: 130px;
    width: 10%;
  }
  .FirstviewZakuCenter {
    width: 80%;
    margin: 50px auto 0px auto;
  }
  .FirstviewTitle img {
    width: 85%;
  }
  .FirstviewAttention {
    margin: 25px auto 25px auto;
  }
}

@media (max-width: 1023px) {

  .FirstviewZakuLeft {
    display: none;
    top: 0px;
    width: 0%;
  }
  .FirstviewZakuLeftCoating {
    display: none;
    top: 0px;
    width: 0%;
  }
  .FirstviewZakuRight {
    display: none;
    top: 0px;
    width: 0%;
  }
  .FirstviewZakuRightCoating {
    display: none;
    top: 0px;
    width: 0%;
  }
  .FirstviewZakuCenter {
    width: 90%;
    margin: 35px auto 0px auto;
  }
  .FirstviewTitleLottery {
    margin-bottom: 15px;
  }
  .FirstviewTitle {
    margin-bottom: 10px;
  }
  .FirstviewTitle img {
    width: 100%;
  }
  .FirstviewSubTitlePoint {
    margin-bottom: 20px;
  }
  .FirstviewSubTitleCampaign {
    margin-bottom: 20px;
  }
  .FirstviewSubTitleLead {
    margin-bottom: 20px;
  }
  .FirstviewPlateOne {
    width: 32.33333%;
    margin: 0px 1% 0px 0%;
    padding: 15px 15px 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 25px;
  }
  .FirstviewPlateOne dd em {
    display: block;
  }
  .FirstviewPlateOne dd b {
    float: none;
    width: 100%;
    text-align: center;
  }
  .FirstviewPlateOne dd i {
    float: none;
    width: 100%;
    margin: 0px 0px 0px 0%;
    text-align: center;
  }
}

/*================================================
Scroll
================================================*/

.Scroll {
  opacity: 0;
  transition: opacity 0.75s;
  position: relative;
  margin-top: -1px;
  background-color: #000000;
}
.ScrollLayerPhoto {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9996;
  background-color: #000000;
}
.ScrollLayerName {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9997;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.ScrollLayerScreen {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background-image: url(../img/scroll_layer_screen.webp);
}
.ScrollLayerAbout {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 20px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.ScrollLayerAboutInner {
  max-width: 950px;
  width: 100%;
}
.ScrollLayerAboutOne {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.ScrollLayerAboutOne:last-of-type {
  margin-bottom: 0px;
}
.ScrollLayerAboutOne span {
  float: left;
  width: 35%;
  padding: 15px 20px 15px 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}

.AboutOneHawaii span   { background-color: #00927F; }
.AboutOneThailand span { background-color: #92008B; }

.ScrollLayerAboutOne strong {
  float: left;
  width: 65%;
  padding: 15px 20px 15px 20px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.ScrollLayerNameOne {
  height: 100%;
}
.ScrollLayerNameOne img {
  display: block;
  width: auto;
  height: 100%;
}

@media (max-width: 1365px) {
  
  .ScrollLayerAboutOne span {
    padding: 10px 15px 10px 15px;
  }
  .ScrollLayerAboutOne strong {
    padding: 10px 15px 10px 15px;
  }
}

@media (max-width: 1023px) {

  .ScrollLayerPhoto {
    position: static;
    top: auto;
    left: auto;
  }
  .ScrollLayerName {
    display: none !important;
    position: static;
    top: auto;
    left: auto;
  }
  .ScrollLayerScreen {
    position: static;
    top: auto;
    left: auto;
    background-image: none !important;
  }
  .ScrollLayerAbout {
    display: block;
    position: static;
    top: auto;
    left: auto;
    padding: 20px 20px 20px 20px;
  }
  .ScrollLayerAboutInner {
    max-width: 100%;
  }
  .ScrollLayerAboutOne span {
    display: block;
    float: none;
    width: 100%;
    padding: 5px 10px 5px 10px;
  }
  .ScrollLayerAboutOne strong {
    display: block;
    float: none;
    width: 100%;
    padding: 5px 10px 5px 10px;
  }
}

/*================================================
Entry
================================================*/

.Entry {
  clear: both;
  position: relative;
  padding: 75px 0px;
  background-color: #000000;
}
.EntryInner {
  max-width: 1280px;
  margin: 0px auto;
  text-align: center;
}
.EntryTitle {
  margin-bottom: 0px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}
.EntryButton {
  display: none !important;
  padding: 20px 40px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.EntryButton:hover {
  transform: scale(1.10);
  transition: all 250ms;
}

@media (max-width: 1365px) {

  .Entry {
    padding: 35px 0px;
  }
}

@media (max-width: 1023px) {
  
  .EntryInner {
    max-width: 100%;
    margin: 0px auto;
  }
  .EntryTitle {
    width: 90%;
    margin: 0px auto;
  }
}

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

.Flow {
  background-color: #EEEEEE;
}
.FlowStep {
  opacity: 0;
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 50px 0px 150px 0px;
  box-sizing: border-box;
}
.StepA {
  transform: translateY(-20px);
  transition: all 0.5s ease;
}
.StepB {
  transform: translateY(20px);
  transition: all 0.5s ease;
}
.StepC {
  transform: translateY(-20px);
  transition: all 0.5s ease;
}
.FlowHawaii .StepA {
  background-image: url(../img/flow_step_a_hawaii.webp);
  background-position: center center;
}
.FlowHawaii .StepB {
  background-image: url(../img/flow_step_b_hawaii.webp);
  background-position: center center;
}
.FlowHawaii .StepC {
  background-image: url(../img/flow_step_c_hawaii.webp);
  background-position: center center;
}
.FlowThailand .StepA {
  background-image: url(../img/flow_step_a_thailand.webp);
  background-position: center center;
}
.FlowThailand .StepB {
  background-image: url(../img/flow_step_b_thailand.webp);
  background-position: center center;
}
.FlowThailand .StepC {
  background-image: url(../img/flow_step_c_thailand.webp);
  background-position: center center;
}
.FlowTitle {
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  line-height: 1.25;
}
.FlowTitle span {
  font-weight: 900;
}
.FlowTitle b {
  font-weight: 900;
}
.FlowTitle strong {
  display: block;
  margin-top: 5px;
  margin-bottom: 50px;
  font-weight: 900;
}
.FlowText {
  width: 80%;
  margin: 0px auto;
  text-align: justify;
  text-justify: inter-ideograph;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  line-height: 1.50;
  font-weight: 700;
}
.FlowList {
  width: 80%;
  margin: 25px auto 0px auto;
  line-height: 1.50;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  font-weight: 700;
}
.FlowListOne {
  text-align: justify;
  text-justify: inter-ideograph;
}
.FlowButton a {
  position: absolute;
  bottom: 50px;
  left: 0%;
  right: 0%;
}
.FlowButton a {
  display: inline-block;
  width: 80%;
  margin: 0px auto;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.FlowButton a:hover {
  transform: scale(1.10);
  transition: all 250ms;
}
.FlowButtonTravel {
  background-color: #00B900;
}
.FlowButtonGora {
  background-color: #FF6600;
}

@media (max-width: 1023px) {
  
  .FlowStep {
    position: static;
    float: none;
    width: 100%;
    padding: 35px 50px 50px 50px;
  }
  .FlowTitle strong {
    margin-top: 3px;
    margin-bottom: 25px;
  }
  .FlowText {
    width: 100%;
  }
  .FlowList {
    width: 100%;
    margin: 15px auto 25px auto;
    line-height: 1.50;
  }
  .FlowButton a {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .FlowButton a {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}

/*================================================
Mp4
================================================*/

.Mp4 {
  padding: 100px 0px;
  background-color: #E3DDCE;
}
.Mp4Inner {
  width: 80%;
  margin: 0px auto;
}
.Mp4Logo {
  margin-bottom: 50px;
  text-align: center;
}
.Mp4TitleEnglish {
  margin-bottom: 3px;
  text-align: center;
  color: #E8228F;
  font-weight: 400;
}
.Mp4Title {
  margin-bottom: 25px;
  text-align: center;
  color: #E8228F;
  font-weight: 900;
}
.Mp4LeadText {
  margin-bottom: 50px;
  text-align: center;
  color: #E8228F;
  font-weight: 700;
}
.Mp4Movie {
  margin-bottom: 100px;
}
.Mp4MovieOne {
  float: left;
  width: 48%;
  margin: 0% 1%;
}
.Mp4MovieOne video {
  width: 100%;
  background-color: #000000;
}
.Mp4MovieOneCaption {
  margin: 10px 0px 0px 0px;
}
.Mp4MovieOneCaption strong {
  display: block;
  margin-bottom: 3px;
  line-height: 1.25;
  text-align: center;
  color: #E8228F;
  font-weight: 700;
}
.Mp4MovieOneCaption span {
  display: block;
  margin-bottom: 3px;
  line-height: 1.25;
  text-align: center;
  color: #999999;
  font-weight: 400;
}
.Mp4NewWindow a {
  display: block;
  width: 80%;
  margin: 0px auto;
  padding: 25px 25px 25px 35px;
  border-radius: 25px;
  text-decoration: none;
  background-image:
    url(../img/new_window_icon.png),
    linear-gradient(180deg, rgba(231, 23, 102, 1), rgba(253, 195, 0, 1));
  background-size: contain;
  background-position: 5% center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.Mp4NewWindow a:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.Mp4NewWindow a strong {
  display: block;
  margin-bottom: 3px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
}
.Mp4NewWindow a span {
  display: block;
  margin-bottom: 0px;
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .Mp4 {
    padding: 75px 0px;
  }
  .Mp4Inner {
    width: 90%;
  }
  .Mp4NewWindow a {
    width: 90%;
  }
}

@media (max-width: 1023px) {
 
  .Mp4 {
    padding: 50px 0px;
  }
  .Mp4Movie {
    margin-bottom: 50px;
  }
  .Mp4LeadText {
    margin-bottom: 25px;
  }
  .Mp4MovieOne {
    float: none;
    width: 100%;
    margin: 0% 0% 25px 0px;
  }
  .Mp4MovieOne:last-of-type {
    margin: 0% 0% 0px 0px;
  }
  .Mp4NewWindow a {
    padding: 20px 20px 20px 20px;
    background-image:
      url(),
      linear-gradient(180deg, rgba(231, 23, 102, 1), rgba(253, 195, 0, 1));
  }
}

/*================================================
GoogleMap
================================================*/

.GoogleMap {
  padding: 0px 0px;
  background-color: #333333;
}
.GoogleMap p {
  margin-bottom: 0px;
}

/*================================================
GoogleMap (API)
================================================*/

#map {
  height: 700px;
  width: 100%;
}
.Gmp {
  padding: 10px;
}
.GmpName {
  margin-bottom: 5px;
  line-height: 1.25;
  font-weight: 700;
  font-size: 15px;
}
.GmpAddress {
  display: block;
  line-height: 1.25;
  font-weight: 400;
  font-size: 12px;
}
.GmpButton {
  margin-top: 10px;
}
.GmpButtonFeature {
  display: inline-block;
  margin-right: 3px;
  padding: 7px 7px 7px 7px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 700;
}
.GmpButtonBooking {
  display: inline-block;
  margin-right: 3px;
  padding: 7px 7px 7px 7px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.25;
  background-color: #FF6600;
  color: #FFFFFF;
  font-weight: 700;
}
.GmpButtonTravel {
  display: inline-block;
  margin-right: 3px;
  padding: 7px 7px 7px 7px;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.25;
  background-color: #00B300;
  color: #FFFFFF;
  font-weight: 700;
}
.GmpButtonFeature:hover,
.GmpButtonBooking:hover,
 .GmpButtonTravel:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.gm-style-iw {
    overflow: hidden ! important;
}
.gm-style-iw div {
    overflow: hidden ! important;
}

@media (max-width: 1023px) {

  #map {
    height: 330px;
  }
}

/*================================================
Area & AreaAbout
================================================*/

.Area {
  clear: both;
  padding: 100px 0px 0px 0px;
  background-color: #000000;
}
.AreaAboutInner {
  max-width: 1280px;
  margin: 0px auto;
}
.AreaAboutNameEnglish {
  margin-bottom: 3px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 400;
}
.AreaAboutName {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}
.AreaAboutText {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.50;
  color: #FFFFFF;
  font-weight: 400;
}
.AreaAboutAnchor {
  width: 100%;
  margin-bottom: 50px;
}
.AreaAboutAnchorOne a {
  display: block;
  float: left;
  width: 49%;
  margin: 0px 0.5% 5px 0.5%;
  padding: 10px 10px 10px 10px;;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  color: #000000;
  font-weight: 700;
  box-sizing: border-box;
}

.AreaAboutAnchorOne.AreaOahu a      { background-color: #39CFC3; }
.AreaAboutAnchorOne.AreaHawaii a    { background-color: #ACCA9C; }
.AreaAboutAnchorOne.AreaMaui a      { background-color: #FFE36C; }
.AreaAboutAnchorOne.AreaKauai a     { background-color: #C9AAFF; }

.AreaAboutAnchorOne.AreaBangkok a   { background-color: #F9C1CA; }
.AreaAboutAnchorOne.AreaPattaya a   { background-color: #CF9934; }
.AreaAboutAnchorOne.AreaChiangmai a { background-color: #F46100; }
.AreaAboutAnchorOne.AreaPhuket a    { background-color: #3C4167; }
.AreaAboutAnchorOne.AreaHuahin a    { background-color: #77CD60; }

.AreaAboutAnchorOne a:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}

@media (max-width: 1365px) {

  .Area {
    padding: 50px 0px 0px 0px;
  }
  .AreaAboutInner {
    max-width: 80%;
  }
}

@media (max-width: 1023px) {

  .AreaAboutText {
    margin-bottom: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/*================================================
AreaCourse
================================================*/

.AreaCourse {
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding: 0px 0px;
}
.AreaCourseBackgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.AreaCourseBackgrounds .bg {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease 0s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.AreaCourseBackgrounds .bg.show {
  opacity: 1;
}

.AreaBgHawaii.AreaCourseBackgrounds .bg._01 { background-image: url(../img/area_course_bg_oahu.webp); }
.AreaBgHawaii.AreaCourseBackgrounds .bg._02 { background-image: url(../img/area_course_bg_hawaii.webp); }
.AreaBgHawaii.AreaCourseBackgrounds .bg._03 { background-image: url(../img/area_course_bg_maui.webp); }
.AreaBgHawaii.AreaCourseBackgrounds .bg._04 { background-image: url(../img/area_course_bg_kauai.webp); }

.AreaBgThailand.AreaCourseBackgrounds .bg._01 { background-image: url(../img/area_course_bg_bangkok.webp); }
.AreaBgThailand.AreaCourseBackgrounds .bg._02 { background-image: url(../img/area_course_bg_pattaya.webp); }
.AreaBgThailand.AreaCourseBackgrounds .bg._03 { background-image: url(../img/area_course_bg_chiangmai.webp); }
.AreaBgThailand.AreaCourseBackgrounds .bg._04 { background-image: url(../img/area_course_bg_phuket.webp); }
.AreaBgThailand.AreaCourseBackgrounds .bg._05 { background-image: url(../img/area_course_bg_huahin.webp); }

.AreaCourseInner {
  width: 100%;
  margin: 0px auto;
}
.AreaCourseOneWrap {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  padding: 50px 0px;
}
.AreaCourseOneWrapTitle {
  margin-bottom: 5px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.25;
  color: #FFFFFF;
  font-weight: 900;
}
.AreaCourseOneWrapText {
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  line-height: 1.75;
  color: #FFFFFF;
  font-weight: 400;
}
.AreaCourseOneInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: 0px auto;
}
.AreaCourseOne {
  display: block;
  position: relative;
  z-index: 0;
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  width: 23%;
  margin: 0% 1% 25px 1%;
  padding: 20px 20px 25px 20px;
  text-decoration: none;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.PhotoOFF .AreaCourseOne {
  padding: 25px 20px 25px 20px;
}
.PhotoOFF .AreaCourseOneImage {
  display: none !important;
}
.AreaCourseOne.is-visible {
  opacity: 1;
  transform: scale(1.0);
}
.AreaCourseOne:hover {
  opacity: 0.75;
  transition: all 0.3s ease;
}
.AreaCourseOneImage {
  margin-bottom: 10px;
}
.AreaCourseOneImage img {
  width: 100%;
  height: auto;
}
.AreaCourseOneExplain {
  margin-bottom: 5px;
  line-height: 1.25;
}
.AreaCourseOneExplainAddress {
  margin-bottom: 3px;
  line-height: 1.25;
}
.AreaCourseExplainName {
  margin-bottom: 3px;
  line-height: 1.25;
  color: #000000;
  font-weight: 700;
}
.AreaCourseOneExplainNameEnglish {
  margin-bottom: 0px;
  line-height: 1.25;
}
.AreaCourseOneExplainRealTime {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  margin-bottom: 0px;
  padding: 5px;
  line-height: 1.25;
  background-color: #FF6600;
  color: #FFFFFF;
  font-weight: 700;
}
.RealOff {
  display: none;
}

@media (max-width: 1365px) {
  
  .AreaCourseOneInner {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .AreaCourseOneWrap {
    display: block;
    min-height: auto;
    padding: 50px 0px;
  }
  .AreaCourseOneWrapTitle {
    margin-bottom: 15px;
  }
  .AreaCourseOneWrapText {
    width: 90%;
    margin: 0px auto 25px auto;
  }
  .AreaCourseOneInner {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  .AreaCourseOne {
    float: none;
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 25px 20px 25px 20px;
  }
  .AreaCourseOneImage {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0px;
  }
  .AreaCourseOneExplain {
    float: left;
    width: 50%;
    margin-bottom: 0px;
  }
  .PhotoOFF .AreaCourseOneExplain {
    float: none;
    width: 100%;
    margin-bottom: 0px;
  }
  .AreaCourseOneExplainAddress {
    margin-bottom: 5px;
    color: #999999;
  }
}

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

.DetailHawaii {
  overflow: hidden;
  position: relative;
  z-index: 0;
  clear: both;
  padding: 100px 0px;
}
.DetailHawaii::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: none;
  transition: filter 2s ease-out, opacity 2s ease-out;
  background-image: url(../img/detail_back_hawaii.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: blur(25px);
}
.DetailHawaii.is-blurred-background-clear::before {
  opacity: 1;
  filter: blur(0px);
}
.DetailThailand {
  overflow: hidden;
  position: relative;
  z-index: 0;
  clear: both;
  padding: 100px 0px;
}
.DetailThailand::before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transform: none;
  transition: filter 2s ease-out, opacity 2s ease-out;
  background-image: url(../img/detail_back_thailand.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: blur(25px);
}
.DetailThailand.is-blurred-background-clear::before {
  opacity: 1;
  filter: blur(0px);
}
.DetailInner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0px auto;
}
.DetailTitleEnglish {
  margin-bottom: 3px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  line-height: 1.25;
  font-weight: 400;
}
.DetailTitle {
  margin-bottom: 50px;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  line-height: 1.25;
  font-weight: 900;
}

@media (max-width: 1365px) {
  
  .Detail {
    padding: 50px 0px 75px 0px;
  }
  .DetailInner {
    max-width: 90%;
  }
}

@media (max-width: 1023px) {

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

/*================================================
DetailTable
================================================*/

.DetailTable {
  width: 100%;
  margin: 0px auto;
  border-left: 1px #333333 solid;
  border-right: 1px #333333 solid;
  border-collapse: collapse;
  box-shadow: 0px -1px 0px 0px rgba(51, 51, 51, 1);
}
.DetailTable tr {
  position: relative;
  width: 100%;
}

.TableColorHawaii   { background-color: #00927F; }
.TableColorThailand { background-color: #9659D4; }

.DetailTable th,
.DetailTable td {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.DetailTable tr.is-visible th,
.DetailTable tr.is-visible td {
  opacity: 1;
  transform: translateY(0);
}
.DetailTable th {
  width: 20%;
  padding: 10px;
  border-right: 1px #333333 solid;
  border-bottom: 1px #333333 solid;
  text-align: left;
  line-height: 1.75;
  color: #FFFFFF;
  font-weight: 700;
  vertical-align: top;
}
.DetailTable td {
  width: 80%;
  padding: 10px;
  border-bottom: 1px #333333 solid;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  background-color: #FFFFFF;
  color: #000000;
  vertical-align: top;
}
.DetailTable tr.has-drawn-border th,
.DetailTable tr.has-drawn-border td {
  border-bottom: 0px solid #333333;
  transition: border-bottom 0.1s ease-out;
}
.DetailTable tr::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 1px;
  transition: background-color 0.3s ease-out;
  background-color: transparent;
}
.DetailTable tr.is-visible::after {
  background-color: #333333;
}

@media (max-width: 1023px) {

  .DetailTable {
    width: 100%;
    margin: 0px auto 0px auto;
    border-top: 0px #333333 solid;
    border-left: 1px #333333 solid;
    border-right: 0px #333333 solid;
    border-bottom: none;
  }
  .DetailTable th {
    display: block;
    width: 98%;
    padding: 1%;
    border-right: none;
    text-align: center;
  }
  .DetailTable td {
    display: block;
    width: 94%;
    padding: 3%;
  }
}

/*================================================
Kuchikomi
================================================*/

.Kuchikomi {
  position: relative;
  z-index: 0;
  clear: both;
  background-size: 800px 800px;
  animation: scroll-bg 200s linear infinite;
}
.KuchikomiHawaii {
  background-image: url(../img/kuchikomi_repeat_turquoise.svg);
}
.KuchikomiThailand {
  background-image: url(../img/kuchikomi_repeat_purple.svg);
}
.KuchikomiScreen {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 100px 0px;
  background-image: url(../img/kuchikomi_screen.png);
}
@keyframes scroll-bg {

  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 100%;
  }
}

.KuchikomiInner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0px auto;
  box-sizing: border-box;
}
.KuchikomiMone {
  text-align: center;
  margin-bottom: 10px;
}
.KuchikomiMone p {
  display: inline-block;
  padding: 12px 20px 10px 20px;
  border-radius: 50px;
  position: relative;
  margin-bottom: 10px;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
}
.KuchikomiMone p::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #BF0000;
}
.KuchikomiTitle {
  margin-bottom: 50px;
  text-align: center;
  text-shadow:
    4px 0px 0px rgba(255, 255, 255, 1),
    4px -3px 0px rgba(255, 255, 255, 1),
    -5px -1px 0px rgba(255, 255, 255, 1),
    0px 5px 0px rgba(255, 255, 255, 1),
    -2px 5px 0px rgba(255, 255, 255, 1),
    -2px -3px 0px rgba(255, 255, 255, 1),
    3px 5px 0px rgba(255, 255, 255, 1);
  letter-spacing: 5px;
  line-height: 1.25;
  color: #000000;
  font-weight: 900;
}
.KuchikomiTitleAdjust {
  margin-left: -10px;
  margin-right: 15px;
  letter-spacing: -15px;
}
.KuchikomiAboutInner {
  text-align: center;
}
.KuchikomiAboutOne {
  display: inline-block;
  margin-bottom: 15px;
}
.KuchikomiAboutOne span {
  padding: 10px;
  border: 2px #BF0000 solid;
  text-align: center;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 700;
}
.KuchikomiAboutOne strong {
  padding: 10px;
  border: 2px #BF0000 solid;
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 700;
}
.KuchikomiAboutAttention {
  margin-bottom: 50px;
  text-align: center;
  text-shadow:
    0px 2px 0px rgba(255, 255, 255, 1),
    1px -2px 0px rgba(255, 255, 255, 1),
    -2px -1px 0px rgba(255, 255, 255, 1);
  color: #000000;
  font-weight: 700;
}
.KuchikomiStep {
  margin-bottom: 50px;
}
.KuchikomiStepOne {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  position: relative;
  float: left;
  width: 31.33333%;
  margin: 0px 1%;
  padding: 30px 30px 150px 30px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.KuchikomiStepOne.is-visible {
  opacity: 1;
  transform: scale(1.00);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.KuchikomiStepOneTitle {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
}
.KuchikomiStepOneTitle span {
  color: #000000;
  font-weight: 900;
}
.KuchikomiStepOneTitle em {
  margin-right: 10px;
  color: #000000;
  font-weight: 900;
}
.KuchikomiStepOneTitle strong {
  display: block;
  color: #000000;
  font-weight: 900;
}
.KuchikomiStepOneText {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 700;
}
.KuchikomiStepOneImage {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  width: 88%;
  margin: 0px auto;
}
.KuchikomiCaution {
  clear: both;
}
.KuchikomiCaution li {
  text-shadow:
    0px 2px 0px rgba(255, 255, 255, 1),
    1px -2px 0px rgba(255, 255, 255, 1),
    -2px -1px 0px rgba(255, 255, 255, 1);
  line-height: 1.75;
  font-weight: 900;
}

@media (max-width: 1365px) {

  .KuchikomiInner {
    max-width: 90%;
  }
}

@media (max-width: 1023px) {

  .Kuchikomi {
    background-size: 600px 600px;
  }
  .KuchikomiScreen {
    position: static;
    top: auto;
    left: auto;
    padding: 50px 0px;
  }
  .KuchikomiInner {
    max-width: 90%;
  }
  .KuchikomiTitle {
    margin-bottom: 25px;
    letter-spacing: 0px;
  }
  .KuchikomiTitleAdjust {
    margin-left: -5px;
    margin-right: 10px;
    letter-spacing: -5px;
  }
  .KuchikomiAboutOne {
    display: block;
    margin-bottom: 10px;
  }
  .KuchikomiAboutOne span {
    display: block;
    padding: 12px 10px 10px 10px;
    border: 0px #BF0000 solid;
  }
  .KuchikomiAboutOne strong {
    display: block;
  }
  .KuchikomiAboutAttention {
    margin-bottom: 10px;
  }
  .KuchikomiStep {
    margin-bottom: 25px;
  }
  .KuchikomiStepOne {
    position: static;
    float: none;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 20px 30px 20px 30px;
  }
  .KuchikomiStepOneTitle {
    margin-bottom: 15px;
  }
  .KuchikomiStepOneImage {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
}

/*================================================
PagetopFix
================================================*/

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

@media (max-width: 1023px) {

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

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

.ArrowButton {
  display: block;
  clear: both;
  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 {
  display: block;
  position: relative;
  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;
  }
}

/*================================================
Accordion
================================================*/

.AccordionSwitch {
  cursor: pointer;
}
.AccordionFold {
  display: none;
}

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

.Pochi {
  width: 90%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  padding-left: 1em;
  list-style-type: disc;
  text-indent: -0.5em;
}
.Square {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1em;
  padding-left: 1em;
  list-style-type: square;
  text-indent: -0.5em;
}
.Kome {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.Kome:before {
  content: "\203B";
}
.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;
}

/*================================================
FadeInDown
================================================*/

.FadeInDown {
  opacity: 0;
  transform: translateY(-15px);
  transition: all 0.5s ease;
}

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

#main {
  overflow-x: hidden;
}
.HeadlineUp {
  animation: SlideInUp 1.6s;
}
@keyframes SlideInUp {

  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  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);
  }
}

.HeadlineLag {
  animation: SlideInLag 2.4s;
}

@keyframes SlideInLag {

  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.Parallel {
  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;
  width: 100%;
  -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;
}
.js-lazy {
  min-height: auto !important;
}

@media (max-width: 1023px) {

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

/*================================================
FontSize
================================================*/

.FontSizeUltraShout {
  font-size: clamp(4.6875rem, 3.90625rem + 3.125vw, 6.25rem);
}
.FontSizeHyperShout {
  font-size: clamp(3.75rem, 3.125rem + 2.5vw, 5rem);
}
.FontSizeSuperShout {
  font-size: clamp(3rem, 2.5rem + 2vw, 4rem);
}
.FontSizeEnglishDecoration {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}
.FontSizeMainTitle {
  font-size: clamp(2.5rem, 2rem + 2vw, 3.5rem);
}
.FontSizeSubTitle {
  font-size: clamp(1.5rem, 1.3rem + 1vw, 2rem);
}
.FontSizeLeadText {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.75rem);
}
.FontSizeEmphasisText {
  font-size: clamp(1.125rem, 1.05rem + 0.35vw, 1.375rem);
}
.FontSizeNormalText {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.125rem);
}
.FontSizeAttentionText {
  font-size: clamp(0.75rem, 0.65rem + 0.2vw, 0.875rem);
}
.FontSizeVerySmallCaption {
  font-size: clamp(0.75rem, 0.65rem + 0.1vw, 0.8125rem);
}

@media (max-width: 1365px) {

  .FontSizeUltraShout {
    font-size: clamp(4.375rem, 3.75rem + 2.5vw, 5.625rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(3.125rem, 2.5rem + 1.875vw, 4.375rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(2.5rem, 2rem + 1.5vw, 3.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(2rem, 1.75rem + 1vw, 2.8rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.375rem, 1.25rem + 0.5vw, 1.75rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1.125rem, 1rem + 0.5vw, 1.5rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(1.0625rem, 1rem + 0.25vw, 1.25rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.9375rem, 0.85rem + 0.3vw, 1rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.6875rem, 0.6rem + 0.1vw, 0.8125rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.6875rem, 0.6rem + 0.05vw, 0.75rem);
  }
}

@media (max-width: 1023px) {

  .FontSizeUltraShout {
    font-size: clamp(3.125rem, 2.8125rem + 1.875vw, 4.375rem);
  }
  .FontSizeHyperShout {
    font-size: clamp(2.1875rem, 1.875rem + 1.25vw, 3.125rem);
  }
  .FontSizeSuperShout {
    font-size: clamp(1.75rem, 1.5rem + 1vw, 2.5rem);
  }
  .FontSizeEnglishDecoration {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
  .FontSizeMainTitle {
    font-size: clamp(1.75rem, 1.6rem + 0.6vw, 2.25rem);
  }
  .FontSizeSubTitle {
    font-size: clamp(1.25rem, 1.15rem + 0.4vw, 1.5rem);
  }
  .FontSizeLeadText {
    font-size: clamp(1rem, 0.9rem + 0.25vw, 1.25rem);
  }
  .FontSizeEmphasisText {
    font-size: clamp(0.9375rem, 0.875rem + 0.15vw, 1.0625rem);
  }
  .FontSizeNormalText {
    font-size: clamp(0.875rem, 0.8rem + 0.2vw, 0.9375rem);
  }
  .FontSizeAttentionText {
    font-size: clamp(0.625rem, 0.55rem + 0.1vw, 0.75rem);
  }
  .FontSizeVerySmallCaption {
    font-size: clamp(0.625rem, 0.55rem + 0.05vw, 0.6875rem);
  }
}
