@charset "utf-8";

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

.Firstview {
  background-color: #000000;
}

/*================================================
Anchor
================================================*/

.Anchor {
  background-color: #000000;
}
.AnchorOne {
  float: left;
  width: 33.333333%;
  background-color: #CCCCCC;
  box-sizing: border-box;
}
.AnchorOne a {
  display: block;
  padding: 50px 20px;
  text-decoration: none;
}
.AnchorOneTitle {
  margin-bottom: 15px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
  color: #FFFFFF;
}
.TypeA span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #1D222D;
  color: #FF6E60;
}
.AnchorOneText {
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
  color: #FFFFFF;
}
.AnchorOneAside {
  margin-bottom: 5px;
  line-height: 1.75;
  text-align: center;
  font-weight: 900;
  color: #FFFFFF;
}
.AnchorOne.TypeA {
  background-color: #FF6E60;
}
.AnchorOne.TypeB {
  background-color: #000000;
  background-image: url("../img/anchor_one_back_type_b.webp");
  background-position: center center;
  background-size: cover;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.AnchorOne.TypeC {
  background-color: #000000;
  background-image: url("../img/anchor_one_back_type_c.webp");
  background-position: center center;
  background-size: cover;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75), 1px 1px 1px rgba(0, 0, 0, 0.75);
}

@media (max-width: 1365px) {

  .AnchorOne a {
    padding: 35px 15px;
  }
}

@media (max-width: 1023px) {

  .Anchor {
    padding: 15px;
  }
  .AnchorOne {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .AnchorOne:last-of-type {
    margin-bottom: 0px;
  }
  .AnchorOne a {
    padding: 20px 10px;
  }
}

/*================================================
Product
================================================*/

.Product {
  padding: 200px 0px 0px 0px;
  background-color: #293143;
  background-image: url("../img/product_back.webp");
  background-size: cover;
  background-position: center center;
}
.ProductInner {
  max-width: 1280px;
  width: 80%;
  margin: 0px auto;
}
.ProductAbout {
  float: left;
  width: 45%;
  margin-right: 5%;
  box-sizing: border-box;
}
.ProductAboutShout {
  margin-bottom: 50px;
  color: #1D222D;
  line-height: 2.00;
  font-weight: 900;
}
.ProductAboutShout span {
  padding: 10px;
  background-color: #FF6E60;
}
.ProductAboutText {
  margin-bottom: 50px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #FFFFFF;
}
.ProductAboutPhoto {
  margin-bottom: 0px;
}
.ProductAboutPhoto img {
  width: 100%;
  height: auto;
}
.ProductBuy {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.ProductBuyVideo {
  width: 100%;
}
.ProductBuyVideo:hover {
  cursor: pointer;
}
.ProductBuyVideoMp4 {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  display: block;
}
.ProductBuyButton {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ProductBuyButtonBlue {
  display: block;
  float: left;
  width: 50%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.ProductBuyButtonGray {
  display: block;
  float: left;
  width: 50%;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #333333;
  color: #FFFFFF;
  font-weight: 700;
  box-sizing: border-box;
}
.ProductBuyBanner {
  margin-bottom: 100px;
}
.ProductBuyBannerImage {
  margin-bottom: 5px;
}
.ProductBuyBannerAttention {
  line-height: 1.25;
  color: #FFFFFF;
}

@media (max-width: 1365px) {

  .Product {
    padding: 100px 0px 0px 0px;
  }
  .ProductInner {
    width: 90%;
  }
}

@media (max-width: 1023px) {

  .Product {
    padding: 35px 0px 0px 0px;
  }
  .ProductInner {
    max-width: 100%;
    width: 90%;
  }
  .ProductAbout {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .ProductAboutShout {
    margin-bottom: 25px;
    text-align: center;
    line-height: 3.00;
  }
  .ProductAboutPhoto {
    margin-bottom: 50px;
    text-align: center;
  }
  .ProductAboutPhoto img {
    width: 75%;
    margin: 0px auto;
  }
  .ProductBuy {
    float: none;
    width: 100%;
  }
  .ProductBuyButtonBlue {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .ProductBuyButtonGray {
    float: none;
    width: 100%;
  }
}

/*================================================
Guest
================================================*/

.Guest {
  padding: 100px 0px;
  background-color: #FF6E60;
}
.GuestList {
  width: 82%;
  margin: 0px auto 75px auto;
}
.GuestInner {
  width: 100%;
  margin: 0px auto 50px auto;
}
.GuestTitle {
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 3px;
  color: #EDEDED;
  font-style: italic;
  font-weight: 900;
}
.GuestTitle span {
  padding: 10px 15px 10px 15px;
  background-color: #293143;
}
.GuestSubTitle {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
  color: #293143;
  font-weight: 900;
}
.GuestLeadText {
  margin-bottom: 10px;
  text-align: center;
  line-height: 2.00;
  color: #293143;
}
.GuestLeadTextAttention {
  margin-bottom: 50px;
  line-height: 1.25;
  text-align: center;
  color: #293143;
}
.GuestOne {
  float: left;
  width: 23%;
  margin: 0px 1%;
  background-color: #FFFFFF;
}
.GuestOneFace {
  margin-bottom: 10px;
}
.GuestOneFace img {
  width: 100%;
  height: auto;
}
.GuestOneAbout {
  padding: 25px 25px;
}
.GuestOneAboutTitle {
  display: block;
  margin-bottom: 10px;
}
.GuestOneAboutName {
  display: block;
  margin-bottom: 15px;
  color: #293143;
}
.GuestOneAboutName strong {
  color: #293143;
  font-weight: 900;
}
.GuestOneAboutName em {
  color: #293143;
  font-weight: 900;
}
.GuestOneAboutText {
  display: block;
  line-height: 1.75;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #293143;
}

@media (max-width: 1365px) {

  .Guest {
    padding: 75px 0px;
  }
  .GuestList {
    width: 92%;
  }
}

@media (max-width: 1023px) {

  .Guest {
    padding: 45px 0px 0px 0px;
  }
  .GuestLeadTextAttention {
    margin-bottom: 20px;
  }
  .GuestOne {
    float: left;
    width: 48%;
    margin: 0px 1% 10px 1%;
  }
  .GuestOneAbout {
    padding: 10px 20px 20px 20px;
  }
}

/*================================================
GuestArticle
================================================*/

.GuestArticle {
  width: 80%;
  max-width: 1280px;
  margin: 0px auto;
  padding: 75px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.GuestArticlePackCenter {
  margin-bottom: 50px;
}
.GuestArticlePackLeft {
  margin-bottom: 50px;
}
.GuestArticlePackRight {
  margin-bottom: 50px;
}
.GuestArticlePackLeft:last-of-type,
.GuestArticlePackRight:last-of-type {
  margin-bottom: 0px;
}
.GuestArticlePackLeft .GuestArticlePackOne:nth-child(odd) {
  float: left;
  width: 45%;
  margin: 0% 5% 0% 0%;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
}
.GuestArticlePackLeft .GuestArticlePackOne:nth-child(even) {
  float: left;
  width: 50%;
  padding-top: 150px;
  box-sizing: border-box;
}
.GuestArticlePackRight .GuestArticlePackOne:nth-child(odd) {
  float: right;
  width: 45%;
  margin: 0% 0% 0% 5%;
  text-align: justify;
  text-justify: inter-ideograph;
  box-sizing: border-box;
}
.GuestArticlePackRight .GuestArticlePackOne:nth-child(even) {
  float: left;
  width: 50%;
  padding-top: 150px;
  box-sizing: border-box;
}
.GuestArticleShout {
  margin-bottom: 15px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
}
.GuestArticleShoutLead {
  margin-bottom: 35px;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
}
.GuestArticlePhoto {
  margin-bottom: 15px;
}
.GuestArticlePhoto img {
  width: 100%;
  height: auto;
}
.GuestArticleCaption {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
}
.GuestArticleSubTitle {
  margin-bottom: 25px;
  line-height: 1.25;
  font-weight: 900;
}
.GuestArticleLead {
  margin-bottom: 25px;
  line-height: 1.25;
  font-weight: 700;
}
.GuestArticleText {
  margin-bottom: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  font-weight: 400;
}
.GuestArticleSignAdjust {
  text-align: right;
}

@media (max-width: 1365px) {

  .GuestArticle {
    width: 90%;
    padding: 50px;
  }
  .GuestArticlePackLeft .GuestArticlePackOne:nth-child(odd) {
    width: 50%;
    margin: 0% 3% 0% 0%;
  }
  .GuestArticlePackLeft .GuestArticlePackOne:nth-child(even) {
    width: 47%;
    padding-top: 100px;
  }
  .GuestArticlePackRight .GuestArticlePackOne:nth-child(odd) {
    width: 50%;
    margin: 0% 0% 0% 3%;
  }
  .GuestArticlePackRight .GuestArticlePackOne:nth-child(even) {
    width: 47%;
    padding-top: 100px;
  }
}

@media (max-width: 1023px) {

  .GuestArticle {
    width: 100%;
    padding: 70px 30px 15px 30px;
  }
  .GuestArticlePackCenter {
    margin-bottom: 0px;
  }
  .GuestArticlePackLeft {
    margin-bottom: 0px;
  }
  .GuestArticlePackRight {
    margin-bottom: 0px;
  }
  
  .GuestArticlePackLeft .GuestArticlePackOne:nth-child(odd),
  .GuestArticlePackLeft .GuestArticlePackOne:nth-child(even),
  .GuestArticlePackRight .GuestArticlePackOne:nth-child(odd),
  .GuestArticlePackRight .GuestArticlePackOne:nth-child(even) {
    float: none;
    width: 100%;
    margin: 0% 0% 20px 0%;
    padding-top: 0px;
  }
  .GuestArticlePackLeft .GuestArticlePackOne:last-child,
  .GuestArticlePackRight .GuestArticlePackOne:last-child {
    margin-bottom: 0px;
  }
}

/*================================================
Technic
================================================*/

.Technic {
  padding: 100px 0px;
  background-color: #293143;
  background-image: url("../img/technic_catch.webp");
  background-repeat: no-repeat;
  background-position: 1% 1%;
  background-size: 5%;
}
.TechnicInner {
  width: 80%;
  margin: 0px auto;
}
.TechnicTitle {
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 10px;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 900;
}
.TechnicTitle span {
  padding: 10px 15px 10px 15px;
  background-color: #FF6E60;
}
.TechnicSubTitle {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
  color: #FF6E60;
  font-weight: 900;
}
.TechnicOne {
  width: 80%;
  margin: 0px auto 100px auto;
  padding-bottom: 75px;
  background-color: #1D222F;
}
.TechnicOneNumber {
  position: relative;
  top: -50px;
  left: -50px;
  z-index: 9999;
}
.TechnicOneNumber img {
  width: 20%;
}
.TechnicOneTitle {
  margin-bottom: 50px;
  line-height: 2.00;
  text-align: center;
  color: #FFFFFF;
  font-weight: 900;
}
.TechnicOneTitle span {
  margin: 0px 10px;
  padding: 10px 10px;
  background-color: #FF6E60;
  color: #1D222F;
}
.TechnicOneTitle i {
  margin: 0px 7px;
}
.TechnicOnePhoto {
  width: 60%;
  margin: 0px auto 100px auto;
}
.TechnicOnePhoto img {
  width: 100%;
  height: auto;
}
.TechnicOneHalf {
  margin-bottom: 100px;
  padding: 50px 50px 0px 50px;
}
.TechnicOneHalfSideL {
  float: left;
  width: 45%;
  margin-left: 5%;
  box-sizing: border-box;
}
.TechnicOneHalfSideR {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.TechnicOneHalfTitle {
  margin-bottom: 25px;
}
.TechnicOneHalfText {
  margin-bottom: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #EFEFEF;
}
.TechnicOneHalfAttention {
  line-height: 1.75;
  color: #EFEFEF;
}
.TechnicOneHalfPhoto {
  position: relative;
  top: 0px;
  right: -100px;
  z-index: 9999;
}
.TechnicOneHalfPhotoWood {
  position: relative;
  top: 0px;
  left: -150px;
  z-index: 9999;
  width: 125%;
}
.TechnicOneHalfPhotoWood img {
  width: 100%;
  height: auto;
}
.TechnicOneHalfPhotoList {
  margin-bottom: 25px;
}
.TechnicOneHalfPhotoList img {
  width: 100%;
  height: auto;
}
.TechnicOneExtra {
  width: 90%;
  margin: 0px auto;
  background-color: #293143;
  border: 3px #46647E solid;
}
.TechnicOneExtraHalf {
  margin-bottom: 0px;
  padding: 50px 50px 0px 50px;
}
.TechnicOneExtraHalfSideL {
  float: left;
  width: 55%;
  margin-right: 5%;
  box-sizing: border-box;
}
.TechnicOneExtraHalfSideR {
  float: left;
  width: 40%;
  box-sizing: border-box;
}
.TechnicOneExtraHalfShout {
  margin-bottom: 20px;
  color: #FFFFFF;
  font-weight: 900;
}
.TechnicOneExtraHalfTitle {
  margin-bottom: 80px;
  line-height: 2.25;
  color: #FFFFFF;
  font-weight: 900;
}
.TechnicOneExtraHalfTitle span {
  padding: 10px 10px;
  background-color: #FF6E60;
  color: #FFFFFF;
}
.TechnicOneExtraHalfTitle span i {
  color: #212736;
}
.TechnicOneExtraHalfPhoto {
  position: relative;
  top: -100px;
  right: -50px;
  z-index: 9999;
}
.TechnicOneExtraHalfPhoto img {
  width: 100%;
  height: auto;
}
.TechnicOneExtraAnotherHalfL {
  float: left;
  width: 35%;
  margin-right: 5%;
  box-sizing: border-box;
}
.TechnicOneExtraAnotherHalfR {
  float: left;
  width: 60%;
  box-sizing: border-box;
}
.TechnicOneExtraAnotherHalfPhoto img {
  width: 100%;
  height: auto;
}
.TechnicOneExtraAnotherHalfTitle {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px #FFFFFF solid;
  color: #FFFFFF;
  font-weight: 700;
}
.TechnicOneExtraAnotherHalfText {
  color: #FFFFFF;
}
.TechnicOneExtraAnotherHalfAttention {
  color: #FFFFFF;
}
.TechnicOneExtraClosing {
  margin-top: -50px;
  margin-bottom: 50px;
  text-align: center;
}
.TechnicOneExtraClosingText {
  display: inline-block;
  padding: 15px;
  border: 1px #46647E solid;
  color: #FF6E60;
}
.TechnicOneExtraButton {
  width: 90%;
  margin: 0px auto 25px auto;
}
.TechnicOneExtraButtonInner {
  margin-bottom: 10px;
}
.TechnicOneExtraButton a {
  text-decoration: none;
}
.TechnicOneExtraButtonBlue {
  display: block;
  width: 50%;
  padding: 20px;
  text-align: center;
  line-height: 1.25;
  background-color: #666666;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.TechnicOneExtraButtonGray {
  display: block;
  width: 50%;
  padding: 20px;
  text-align: center;
  line-height: 1.25;
  background-color: #999999;
  color: #FFFFFF;
  font-weight: 700;
  box-sizing: border-box;
}
.TechnicOneExtraButtonAttention {
  line-height: 1.25;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .Technic {
    padding: 75px 0px;
  }
  .TechnicInner {
    width: 90%;
  }
  .TechnicOne {
    width: 90%;
    margin: 0px auto 75px auto;
    padding-bottom: 50px;
  }
  .TechnicOneNumber {
    top: -25px;
    left: -25px;
  }
  .TechnicOneNumber img {
    width: 15%;
  }
}

@media (max-width: 1023px) {

  .Technic {
    padding: 60px 0px 35px 0px;
    overflow-x: hidden;
  }
  .TechnicInner {
    width: 90%;
  }
  .Technic img {
    max-width: 100%;
    height: auto;
  }
  .TechnicTitle {
    letter-spacing: 4px;
  }
  .TechnicTitle span {
    padding: 8px 10px;
  }
  .TechnicOne {
    width: 100%;
    margin: 0px auto 60px auto;
    padding-bottom: 25px;
    box-sizing: border-box;
  }
  .TechnicOne:last-child {
    margin: 0px auto 0px auto;
  }
  .TechnicOneNumber {
    top: -5px;
    left: 15px;
  }
  .TechnicOneNumber img {
    width: 70px;
  }
  .TechnicOneTitle {
    margin-bottom: 25px;
    padding: 0px 20px;
  }
  .TechnicOnePhoto {
    width: 90%;
    margin: 0px auto 25px auto;
  }
  .TechnicOneHalf {
    margin-bottom: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .TechnicOneHalfSideL {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  .TechnicOneHalfSideR {
    float: none;
    width: 100%;
  }
  .TechnicOneHalfTitle {
    text-align: center;
  }
  .TechnicOneHalfTitle img {
    max-width: 100%;
    height: auto;
  }
  .TechnicOneExtraHalfTitle {
    margin-bottom: 40px;
  }
  .TechnicOneHalfPhoto {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 25px;
  }
  .TechnicOneHalfPhoto img {
    width: 100%;
    height: auto;
  }
  .TechnicOneHalfPhotoWood {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .TechnicOneHalfPhotoList {
    margin-bottom: 25px;
  }
  .TechnicOneExtra {
    width: 90%;
    box-sizing: border-box;
  }
  .TechnicOneExtraHalf,
  .TechnicOneExtraAnotherHalf,
  .TechnicOneExtraButtonInner {
    display: block;
  }
  .TechnicOneExtraHalf {
    padding: 25px 20px 0px 20px;
    box-sizing: border-box;
  }
  .TechnicOneExtraHalfSideL {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px;
  }
  .TechnicOneExtraHalfSideR {
    float: none;
    width: 100%;
  }
  .TechnicOneExtraHalfPhoto {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    text-align: center;
  }
  .TechnicOneExtraHalfPhoto img {
    width: 75%;
    margin: 0px auto 25px auto;
  }
  .TechnicOneExtraAnotherHalf {
    padding: 0px;
  }
  .TechnicOneExtraAnotherHalfL {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .TechnicOneExtraAnotherHalfR {
    float: none;
    width: 100%;
  }
  .TechnicOneExtraAnotherHalfPhoto {
    width: 60%;
    margin: 0px auto 20px auto;
  }
  .TechnicOneExtraClosing {
    margin-top: 0px;
    margin-bottom: 25px;
    padding: 0px 20px;
  }
  .TechnicOneExtraClosingText {
    display: block;
  }
  .TechnicOneExtraButton {
    width: 90%;
    padding: 0px;
    box-sizing: border-box;
  }
  .TechnicOneExtraButtonBlue,
  .TechnicOneExtraButtonGray {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
  }
  .TechnicOneExtraButtonAttention {
    padding: 0px 10px;
  }
}

/*================================================
Shop
================================================*/

.Shop {
  padding: 100px 0px;
  background-color: #EDEDED;
}
.ShopTitle {
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 10px;
  color: #FF6E60;
  font-style: italic;
  font-weight: 900;
}
.ShopTitle span {
  padding: 10px 15px 10px 15px;
  background-color: #293143;
}
.ShopInner {
  width: 80%;
  margin: 0px auto;
}
.ShopSubTitle {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.25;
  color: #FF6E60;
  font-weight: 900;
}
.ShopGenreName {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
  letter-spacing: 10px;
  color: #EDEDED;
  font-weight: 700;
}
.ShopGenreName span {
  padding: 10px 15px 10px 15px;
  background-color: #FF6E60;
}
.ShopWise {
  margin-bottom: 75px;
  padding: 50px 30px 50px 30px;
  text-align: center;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.ShopWise:last-child {
  margin-bottom: 0px;
}

.ShopWiseBack1 { background-image: url(../img/shop_wise_back_01.webp); background-repeat: no-repeat; }
.ShopWiseBack2 { background-image: url(../img/shop_wise_back_02.webp); background-repeat: no-repeat; }
.ShopWiseBack3 { background-image: url(../img/shop_wise_back_03.webp); background-repeat: no-repeat; }
.ShopWiseBack4 { background-image: url(../img/shop_wise_back_04.webp); background-repeat: no-repeat; }
.ShopWiseBack5 { background-image: url(../img/shop_wise_back_05.webp); background-repeat: no-repeat; }

.ShopWiseSize {
  color: #FF6E60;
  font-weight: 900;
  font-style: italic;
}
.ShopWiseItem {
  text-align: center;
  justify-content: center;
}
.ShopWiseItemOne {
  width: 20%;
  margin: 0px 35px 30px 35px;
  box-sizing: border-box;
}
.ShopWiseItemOnePhoto {
  height: 280px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.ShopWiseItemOnePhoto img {
  width: 100%;
  height: auto;
}
.ShopWiseItemOneName {
  height: 50px;
  margin-bottom: 10px;
  color: #293143;
}
.ShopWiseItemOneButton {
  width: 100%;
}
.ShopWiseItemOneButtonBlue {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #CCCCCC;
  color: #FFFFFF;
  font-weight: 400;
  box-sizing: border-box;
}
.ShopWiseItemOneButtonGray {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 700;
  box-sizing: border-box;
}
.ShopWiseOnly {
  margin-bottom: 10px;
  color: #FF6E60;
  font-weight: 900;
}
.ShopWiseName {
  margin-bottom: 25px;
  text-align: center;
  line-height: 1.25;
  color: #FF6E60;
}
.ShopWiseName span {
  display: inline-block;
  padding: 10px 15px;
  background-color: #293143;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 10px;
}
.ShopWiseSubName {
  margin-bottom: 25px;
  line-height: 1.25;
  color: #FF6E60;
  font-weight: 700;
}
.ShopWiseSubSize {
  line-height: 1.25;
  color: #293143;
  font-weight: 700;
}

@media (max-width: 1365px) {

  .Shop {
    padding: 75px 0px;
  }
  .ShopTitle {
    margin-bottom: 20px;
  }
  .ShopInner {
    width: 90%;
  }
  .ShopSubTitle {
    margin-bottom: 35px;
  }
  .ShopGenreName {
    margin-bottom: 35px;
    padding: 35px 0px 0px 0px;
  }
  .ShopWise {
    margin-bottom: 35px;
    padding: 35px 20px 35px 20px;
  }
  .ShopWiseItemOne {
    width: 30%;
    margin: 0px 10px 20px 10px;
  }
  .ShopWiseItemOnePhoto {
    height: 240px;
  }
}

@media (max-width: 1023px) {

  .Shop {
    padding: 50px 0px 25px 0px;;
  }
  .ShopTitle {
    margin-bottom: 25px;
    letter-spacing: 4px;
  }
  .ShopSubTitle {
    margin-bottom: 0px;
  }
  .ShopGenreName {
    margin-bottom: 25px;
    padding: 0px 20px 0px 20px;
    line-height: 1.75;
  }
  .ShopWise {
    margin-bottom: 25px;
    padding: 25px 15px 25px 15px;
  }
  .ShopWiseItemOne {
    width: 100%;
    margin: 0px 0px 15px 0px;
  }
  .ShopWiseItemOnePhoto {
    height: 240px;
    margin-bottom: 5px;
  }
  .ShopWiseItemOnePhoto img {
    width: 75%;
    margin: 0px auto;
  }
  .ShopWiseItemOneName {
    height: auto;
    margin-bottom: 5px;
  }
  .ShopWiseItemOneButtonBlue {
    margin-bottom: 10px;
  }
  .ShopWiseItemOneButtonGray {
    margin-bottom: 25px;
  }
  .ShopWiseName span {
    padding: 10px 10px 8px 10px;;
  }
}

 /*================================================
  Warranty
================================================*/

.Warranty {
  padding: 100px 0px;
  background-color: #293143;
  background-image: url("../img/warranty_catch.webp");
  background-repeat: no-repeat;
  background-position: 1% 1%;
  background-size: 5%;
}
.WarrantyInner {
  width: 80%;
  margin: 0px auto;
  padding: 75px 50px;
  background-color: #1D222F;
  text-align: center;
  box-sizing: border-box;
}
.WarrantyTitle {
  display: inline-block;
  margin-bottom: 25px;
  padding: 10px 15px;
  letter-spacing: 10px;
  background-color: #FF6E60;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 900;
}
.WarrantySubTitle {
  margin-bottom: 50px;
  line-height: 1.25;
  color: #FF6E60;
  font-weight: 900;
}
.WarrantyImage {
  width: 60%;
  margin: 0px auto 50px auto;
}
.WarrantyImage img {
  width: 100%;
  height: auto;
}
.WarrantyButton {
  display: block;
  width: 50%;
  margin: 0px auto 25px auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 1.25;
  background-color: #001489;
  background-image: url("../img/new_window.png");
  background-position: 10px 5px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: 900;
  box-sizing: border-box;
}
.WarrantyAttention {
  text-align: center;
  line-height: 1.25;
  color: #FF6E60;
}

@media (max-width: 1365px) {

  .Warranty {
    padding: 75px 0px;
  }
  .WarrantyInner {
    width: 90%;
    padding: 50px 30px;
  }
}

@media (max-width: 1023px) {

  .Warranty {
    padding: 35px 0px 35px 0px;
  }
  .WarrantyInner {
    width: 90%;
    padding: 30px 20px;
    background-color: transparent;
  }
  .WarrantyTitle {
    padding: 8px 10px;
    letter-spacing: 4px;
  }
  .WarrantyImage {
    width: 100%;
    margin: 0px auto 25px auto;
  }
  .WarrantyButton {
    width: 100%;
    margin-bottom: 15px;
    padding: 15px;
  }
  .WarrantyAttention {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/*================================================
Yamawake
================================================*/

.Yamawake {
  padding: 120px 0px;
  background-image: url("../img/yamawake_back_pc.webp");
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.YamawakeInner {
  max-width: 1280px;
  width: 80%;
  margin: 0px auto;
  text-align: center;
}
.YamawakeEntry {
  margin-bottom: 80px;
}
.YamawakeEntryButton {
  display: inline-block;
  padding: 28px 110px;
  background: linear-gradient(135deg, #FF6E60 0%, #E8321F 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 3px;
  border-radius: 60px;
  box-shadow: 0px 15px 35px rgba(232, 50, 31, 0.55);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  animation: YamawakeEntryPulse 1.8s infinite;
}
.YamawakeEntryButton:hover {
  transform: translateY(-6px) scale(1.05);
  box-shadow: 0px 20px 45px rgba(232, 50, 31, 0.75);
}
@keyframes YamawakeEntryPulse {
  0% {
    box-shadow: 0px 15px 35px rgba(232, 50, 31, 0.55), 0 0 0 0 rgba(255, 110, 96, 0.6);
  }
  70% {
    box-shadow: 0px 15px 35px rgba(232, 50, 31, 0.55), 0 0 0 18px rgba(255, 110, 96, 0);
  }
  100% {
    box-shadow: 0px 15px 35px rgba(232, 50, 31, 0.55), 0 0 0 0 rgba(255, 110, 96, 0);
  }
}
.YamawakeTable {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.3);
}
.YamawakeTable tr {
  border-bottom: 1px #E3E5ED solid;
}
.YamawakeTable tr:last-child {
  border-bottom: none;
}
.YamawakeTable th {
  width: 25%;
  padding: 25px 20px;
  background-color: #F5F5F8;
  color: #293143;
  font-weight: 900;
  vertical-align: top;
}
.YamawakeTable td {
  padding: 25px 20px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.75;
  color: #293143;
}

@media (max-width: 1365px) {

  .Yamawake {
    padding: 90px 0px;
  }
  .YamawakeInner {
    width: 90%;
  }
  .YamawakeEntryButton {
    padding: 24px 90px;
  }
}

@media (max-width: 1023px) {

  .Yamawake {
    padding: 60px 0px;
    background-image: url("../img/yamawake_back_sp.webp");
    background-size: cover;
    background-position: center center;
  }
  .YamawakeInner {
    width: 90%;
  }
  .YamawakeEntry {
    margin-bottom: 50px;
  }
  .YamawakeEntryButton {
    display: block;
    width: 100%;
    padding: 22px 20px;
    box-sizing: border-box;
  }
  .YamawakeTable th,
  .YamawakeTable td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .YamawakeTable th {
    padding: 15px 16px 5px 16px;
  }
  .YamawakeTable td {
    padding: 5px 16px 20px 16px;
  }
}

/*================================================
Coupon
================================================*/

.Coupon {
  position: relative;
  clear: both;
  padding: 100px 5% 5% 5%;
  background-color: #EFEFEF;
  background-image: url("../img/coupon_back.jpg");
  box-sizing: border-box;
}
.Coupon .CommonTitleEnglish,
.Coupon .CommonTitle,
.Coupon .CommonLead {
  color: #FFFFFF;
}
.CouponHiraHiraLeft {
  position: absolute;
  top: 5%;
  left: 15%;
  z-index: 9999;
}
.CouponHiraHiraRight {
  position: absolute;
  top: 5%;
  right: 15%;
  z-index: 9999;
}
.CouponInner {
  max-width: 90%;
  margin: 0px auto;
}
.CouponOne {
  width: 50%;
  margin: 0px auto 20px auto;
}
.CouponOne:last-child {
  margin-bottom: 0px;
}
.CouponOneFlag {
  margin: 0px auto 30px auto;
  text-align: center;
}
.CouponOneFlagNumber {
  margin: 0px 5px;
  padding: 7px 15px;
  border: 3px #BF0000 solid;
  border-radius: 10px;
  background-color: #BF0000;
  color: #FFFFFF;
  font-weight: 700;
}
.CouponOneFlagTarget {
  margin: 0px 5px;
  padding: 7px 15px;
  border: 3px #BF0000 solid;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #BF0000;
  font-weight: 700;
}
.CouponOneImage {
  width: 80%;
  margin: 0px auto 20px auto;
  box-sizing: border-box;
}
.CouponOneImage img {
  width: 100%;
  height: auto;
}
.CouponOneImage img:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}

@media (max-width: 1365px) {

  .Coupon {
    padding: 75px 5% 5% 5%;
  }
  .CouponHiraHiraLeft {
    left: 2.5%;
  }
  .CouponHiraHiraRight {
    right: 2.5%;
  }
  .CouponInner {
    max-width: 100%;
  }
  .CouponOne {
    width: 75%;
  }
}

@media (max-width: 1023px) {
  
  .Coupon {
    padding: 50px 0% 5% 0%;
  }
  .CouponOne {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .CouponOneImage {
    width: 90%;
    padding: 0px 0%;
  }
}

/*================================================
CouponDetail (Table)
================================================*/

.CouponDetail {
  width: 100%;
  border: 1px #9098BA solid;
  border-collapse: collapse;
  box-sizing: border-box;
}
.CouponDetail tr {
  width: 100%;
}
.CouponDetail th {
  width: 26%;
  padding: 20px 2%;
  border-right: 1px #9098BA solid;
  border-bottom: 1px #9098BA solid;
  background-color: #E3E5ED;
  text-align: left;
  line-height: 1.75;
  vertical-align: top;
}
.CouponDetail td {
  width: 70%;
  padding: 20px 2%;
  border-bottom: 1px #9098BA solid;
  text-align: justify;
  text-justify: inter-ideograph;
  background-color: #FFFFFF;
  line-height: 1.75;
  vertical-align: top;
}
.CouponDetail p {
  margin-bottom: 0px;
}
.CouponDetailAttentionBikkuri {
	margin-right: 5px;
  padding: 1px 8px !important;
  border: 3px #000000 solid;
  border-radius: 50px;
  background-color: #FFCC00;
  color: #000000 !important;
}

@media (max-width: 1023px) {

  .CouponDetail {
    width: 90%;
    margin: 0px auto;
    border-top: 1px #9098BA solid;
    border-left: 1px #9098BA solid;
    border-right: 1px #9098BA solid;
    border-bottom: none;
  }
  .CouponDetail tr {
    width: 100%;
  }
  .CouponDetail th {
    display: block;
    width: 90%;
    padding: 10px 5%;
    border-right: none;
    border-bottom: 1px #9098BA solid;
    text-align: center;
  }
  .CouponDetail td {
    display: block;
    width: 90%;
    padding: 20px 5%;
    border-bottom: 1px #9098BA solid;
  }
  .CouponDetailAttentionWrap .AccordionSwitch {
    margin-bottom: 0px;
  }
  .CouponDetailAttentionBikkuri {
    padding: 1px 7px !important;
  }
}

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

.AccordionSwitch {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 18px 60px 18px 20px;
  border: none;
  border-radius: 12px;
  text-align: left;
  line-height: 1.50;
  background-color: #E3E5ED;
  color: #000000;
  font-weight: 900;
  cursor: pointer;
  box-sizing: border-box;
}
.AccordionSwitch::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 18px;
  height: 2px;
  margin: -1px 0px 0px 0px;
  background-color: #BF0000;
}
.AccordionSwitch::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2px;
  height: 18px;
  margin: -9px 0px 0px 0px;
  background-color: #BF0000;
  transition: all 0.25s ease;
}
.AccordionSwitch.active {
  border-radius: 12px 12px 0px 0px;
}
.AccordionSwitch.active::after {
  transform: rotate(90deg);
}
.AccordionFold {
  display: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 12px 12px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {

  .AccordionSwitch {
    padding: 16px 56px 16px 16px;
  }
  .AccordionFold {
    padding: 16px 16px 16px 16px;
  }
}

/*================================================
HeadingTag（パンくず状の必須掲示事項）
================================================*/

.HeadingTag { background-color: #EEEEEE; }
.HeadingTag ul { width: 80%; margin: 0px auto; padding-bottom: 5px; }
.HeadingTag li { float: left; margin-top: 5px; margin-right: 5px; padding: 7px 8px 6px 8px; line-height: 1.25; background-color: #CCCCCC; font-weight: 900; }
@media (max-width: 1365px) { .HeadingTag ul { width: 90%; } }
@media (max-width: 1023px) { .HeadingTag ul { width: 100%; padding-left: 5px; } }

/*================================================
CampaignName (コースリストに埋め込むＬＩＤ記述を消す)
================================================*/

.CampaignName { display: none; }

/*================================================
CampaignPeriodMessage（キャンペーンの開始３日以上前と終了３日以上後にメッセージを出す）
================================================*/

.CampaignPeriodMessage {
  display: none;
  margin-bottom: 0px;
  padding: 10px 0px;
  background-color: #BF0000;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.25;
  font-weight: 900;
}

/*================================================
CampaignPeriodDate（ページ公開期間・予約対象期間・プレー対象期間を表示する）
================================================*/

.CampaignPeriodPageStart { display: none; }
.CampaignPeriodPageEnd   { display: none; }
.CampaignPeriodBookStart { display: none; }
.CampaignPeriodBookEnd   { display: none; }
.CampaignPeriodPlayStart { display: none; }
.CampaignPeriodPlayEnd   { display: none; }

/*================================================
Common（共通パーツ）
================================================*/

.CommonWrap {
  padding: 75px 0px 100px 0px;
}
.CommonInner {
  max-width: 1280px;
  margin: 0px auto;
}
.CommonTitleEnglish {
  margin-bottom: 3px;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
}
.CommonTitle {
  margin-bottom: 50px;
  line-height: 1.25;
  text-align: center;
  font-weight: 900;
}
.CommonLead {
  margin-bottom: 50px;
  line-height: 1.50;
  text-align: center;
  font-weight: 400;
}
.CommonHover:hover {
  opacity: 0.75; transition : all 500ms;
}

@media (max-width: 1365px) {

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

@media (max-width: 1023px) {

  .CommonWrap {
    padding: 50px 0px 50px 0px;
  }
  .CommonInner {
    max-width: 85%;
    width: 85%;
  }
  .CommonTitle {
    margin-bottom: 20px;
  }
  .CommonLead {
    margin-bottom: 20px;
  }
}

/*================================================
Headline（ファーストビューにアニメーションを施す）
================================================*/

#main { overflow-x: hidden; }
.HeadlineUp    { animation: SlideInUp 1.5s; } @keyframes SlideInUp { 0% { opacity: 0; transform: translateY(64px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineDown  { animation: SlideInDown 1.5s; } @keyframes SlideInDown { 0% { opacity: 0; transform: translateY(-16px); } 100% { opacity: 1; transform: translateY(0); } }
.HeadlineLeft  { animation: SlideInLeft 1.5s; } @keyframes SlideInLeft { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }
.HeadlineRight { animation: SlideInRight 1.5s; } @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.95); } 100% { opacity: 1; transform: scale(1.0); } }
.HeadlineLag   { animation: SlideInLag 2.5s; } @keyframes SlideInLag { 0% { opacity: 0; transform: translateX(-16px); } 100% { opacity: 1; transform: translateX(0); } }

/*================================================
Fadein（スクロールが到達したらアニメーション起動）
================================================*/

.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(-50px, 0); transition : all 500ms; }
.FadeinRight     { opacity: 0; transform: translate( 50px, 0); transition : all 1000ms; }
.FadeinZoomBig   { opacity: 0; transform: scale(0.75,0.75); 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); }

/*================================================
Adjust（表示調整用）
================================================*/

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

.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; }

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

@media (max-width: 1023px) {
  .pc-br { display: none; }
  .sp-br { display: block; }
}

.Kome  { margin-top: 3px; margin-bottom: 3px; padding-left: 1em; text-indent: -1em; }
.Kome:before  { content: "\203B"; margin: 0px 4px 0px 0px; }
.Pochi { margin-top: 3px; margin-bottom: 3px; padding-left: 1em; text-indent: -1em; }
.Pochi:before { content: "\002A"; margin: 0px 4px; }

/*================================================
PageTop (最下部の三角マーク)
================================================*/

.PageTop { display: block; width: 100%; padding: 20px 0px 5px 0px; background-color: #343434; box-sizing: border-box; }
.PageTop span { display: none; } .PageTop:hover { transition: all 0.3s ease; background-color: #5C5C5C; }
.Arrow { position: relative; display: block; padding-left: 0px; }
.Arrow::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); }

/*================================================
Accordion（AccordionSwitchを押すとAccordionFoldの中身が伸縮する）
================================================*/

.AccordionSwitch {
  display: block;
  position: relative;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 18px 60px 18px 20px;
  border: none;
  border-radius: 12px;
  text-align: left;
  line-height: 1.50;
  background-color: #E3E5ED;
  color: #000000;
  font-weight: 900;
  cursor: pointer;
  box-sizing: border-box;
}
.AccordionSwitch::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 18px;
  height: 2px;
  margin: -1px 0px 0px 0px;
  background-color: #BF0000;
}
.AccordionSwitch::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 2px;
  height: 18px;
  margin: -9px 0px 0px 0px;
  background-color: #BF0000;
  transition: all 0.25s ease;
}
.AccordionSwitch.active {
  border-radius: 12px 12px 0px 0px;
}
.AccordionSwitch.active::after {
  transform: rotate(90deg);
}
.AccordionFold {
  display: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 12px 12px;
  box-sizing: border-box;
}

@media (max-width: 1023px) {

  .AccordionSwitch {
    padding: 16px 56px 16px 16px;
  }
  .AccordionFold {
    padding: 16px 16px 16px 16px;
  }
}

/*================================================
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); }
.FontSizeCautionText { font-size: clamp(0.9375rem, 0.85rem + 0.35vw, 1.0625rem); }
.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); }
  .FontSizeCautionText { font-size: clamp(0.875rem, 0.78rem + 0.25vw, 0.9375rem); }
  .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(2.25rem, 2rem + 1vw, 2.75rem); }
  .FontSizeHyperShout { font-size: clamp(2rem, 1.8rem + 0.8vw, 2.5rem); }
  .FontSizeSuperShout { font-size: clamp(1.75rem, 1.6rem + 0.6vw, 2.125rem); }
  .FontSizeEnglishDecoration { font-size: clamp(0.6875rem, 0.65rem + 0.05vw, 0.75rem); }
  .FontSizeMainTitle { font-size: clamp(1.75rem, 1.6rem + 0.6vw, 2rem); }
  .FontSizeSubTitle { font-size: clamp(1.375rem, 1.3rem + 0.3vw, 1.5rem); }
  .FontSizeLeadText { font-size: clamp(1.125rem, 1.05rem + 0.25vw, 1.25rem); }
  .FontSizeEmphasisText { font-size: clamp(1.0625rem, 1rem + 0.2vw, 1.125rem); }
  .FontSizeNormalText { font-size: clamp(1rem, 0.95rem + 0.2vw, 1.0625rem); }
  .FontSizeCautionText { font-size: clamp(0.875rem, 0.83rem + 0.15vw, 0.9375rem); }
  .FontSizeAttentionText { font-size: clamp(0.8125rem, 0.78rem + 0.1vw, 0.875rem); }
  .FontSizeVerySmallCaption { font-size: clamp(0.75rem, 0.72rem + 0.08vw, 0.8125rem); }
}
