@charset "UTF-8";
/*
  Theme Name: Okabe - HTML5 Web Template
  Author: 
  Support: 
  Description: Okabe - HTML5 Web Template
  Version: 1.0
*/
/* CSS Index 
-----------------------------------
1. Theme default css
2.
3.
4.
5.
6.
7.
8.
*/
/* ........................................
---------------------------------------------------
                              1. Theme default css 
                            ----------------------------------------------------------------------
                                              ....................................................*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");

@font-face {
  font-family: "HiraMinPro W3";
  src: url("../font/HiraMinPro-W3-AlphaNum.woff2") format("woff2"),
    url("../font/HiraMinPro-W3-AlphaNum.woff") format("woff"),
    url("../font/HiraMinPro-W3-AlphaNum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HiraginoMin W6";
  src: url("../font/HiraginoMin-W6-90msp-RKSJ-H.woff2") format("woff2"),
    url("../font/HiraginoMin-W6-90msp-RKSJ-H.woff") format("woff"),
    url("../font/HiraginoMin-W6-90msp-RKSJ-H.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HiraginoMin-Mono W6";
  src: url("../font/HiraginoMin-W6-90ms-RKSJ-H.woff2") format("woff2"),
    url("../font/HiraginoMin-W6-90ms-RKSJ-H.woff") format("woff"),
    url("../font/HiraginoMin-W6-90ms-RKSJ-H.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "HiraMinPro W6";
  src: url("../font/HiraMinPro-W6-AlphaNum.woff2") format("woff2"),
    url("../font/HiraMinPro-W6-AlphaNum.woff") format("woff"),
    url("../font/HiraMinPro-W6-AlphaNum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DFGGyoSho-W7";
  src: url("../font/DFGyoSho-W7-WING-RKSJ-H.woff2") format("woff2"),
    url("../font/DFGyoSho-W7-WING-RKSJ-H.woff") format("woff"),
    url("../font/DFGyoSho-W7-WING-RKSJ-H.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DFPGyoSho-W7";
  src: url("../font/DFGyoSho-W7-WINP-RKSJ-H.woff2") format("woff2"),
    url("../font/DFGyoSho-W7-WINP-RKSJ-H.woff") format("woff"),
    url("../font/DFGyoSho-W7-WINP-RKSJ-H.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DFGyoSho-W7";
  src: url("../font/DFGyoSho-W7-WIN-RKSJ-H.woff2") format("woff2"),
    url("../font/DFGyoSho-W7-WIN-RKSJ-H.woff") format("woff"),
    url("../font/DFGyoSho-W7-WIN-RKSJ-H.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 112.5%;
}

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

  body,
  html {
    font-size: 100%;
  }
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #333;
  font-weight: normal;
  line-height: normal;
  position: relative;
}

.center {
  text-align: center;
}

a:hover {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

img:not(.Footer_section img) {
  width: 100%;
  /*max-width: 100%;*/
  height: auto;
}

.list-inlines {
  display: inline-block;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

.h-100 {
  height: 100%;
}

li {
  list-style: none;
}

.RotateLetter {
  transform: rotate(-90deg);
  display: inline-block;
}

.centerText {
  text-align: center;
}

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

a,
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a,
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #fff;
  text-decoration: none;
}

a,
button {
  color: #333333;
  outline: medium none;
  font-size: 1.6rem;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #231f20;
  margin-top: 0rem;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.6rem;
}

ul {
  margin: 0rem;
  padding: 0rem;
}

li {
  list-style: none;
  margin-right: 0rem;
}

p {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2.2rem;
  color: #333333;
  margin-bottom: 1.5rem;
}

hr {
  border-bottom: 0.1rem solid #efefef;
  border-top: 0 none;
  margin: 1.8rem 0 1.7rem;
  padding: 0;
}

/*label {
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
}*/

*::-moz-selection {
  background: #fff;
  color: #231f20;
  text-shadow: none;
}

::-moz-selection {
  background: #fff;
  color: #231f20;
  text-shadow: none;
}

::selection {
  background: #fff;
  color: #231f20;
  text-shadow: none;
}

*::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

*::placeholder {
  color: rgba(51, 51, 51, 0.5);
  font-size: 1.4rem;
  opacity: 1;
}

/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-1of8 {
  margin-bottom: 1.8rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mb-4of5rem {
  margin-bottom: 4.5rem;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-47 {
  margin-bottom: 47px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.section-contentBox .section-textBox .section-title {
  font-size: 40px;
  line-height: 33.37px;
  color: #270d05;
  padding: 40px 53px 41px 53px;
  border: 1px solid #270d05;
  border-left: 0;
  border-right: 0;
}

.section-contentBox .section-textBox .section-title span {
  color: #b22123;
}

.section-contentBox .section-textBox .section-desc {
  font-size: 20px;
  line-height: 33.73px;
  color: #280d05;
  font-weight: bold;
  margin: 0px;
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title,
.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title {
  font-size: 40px;
  line-height: 33.73px;
  font-weight: 700;
  color: #301710;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title .number {
  font-size: 73.73px;
  line-height: 62.21px;
  font-weight: 900;
  color: #b22223;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_Subtitle {
  font-size: 28px;
  line-height: 33.73px;
  font-weight: 600;
  color: #b22123;
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .card-desc,
.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc {
  font-size: 34px;
  line-height: 33.73px;
  font-weight: 600;
  color: #301710;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc span {
  font-size: 20px;
  line-height: 33.73px;
  color: #301710;
  font-weight: 500;
}

.btnStyled {
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  display: block;
}

.Contactdetails_section .contactdetailsbox2 .middleshape,
.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .middleshape {
  width: 1px;
  height: 90px;
  background: #63372a;
  margin: 0 60px;
}

.Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactNumber,
.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactNumber,
.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactNumber {
  font-size: 60px;
  font-weight: 300;
  line-height: 50px;
  color: #b22123;
  margin-bottom: 0px;
}

.Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactDetailstEXT,
.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactShedule,
.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactShedule {
  font-size: 18px;
  line-height: 33.73px;
  font-weight: 300;
  color: #280d05;
  margin-bottom: 0;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .footerTop-Title,
.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .footerTop-Title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 25px;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .TitleDesc,
.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .TitleDesc {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle,
.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle {
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
  color: #e6be96;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .textInnerDesc,
.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem,
.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .textInnerDesc {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table table tr td,
.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem .textColor1,
.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  font-weight: 300;
}

.wrapperBox {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.innerContainer {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

#purchase .innerContainer {
  max-width: 1000px;
}

.round-deg {
  transform: rotate(90deg);
  display: inline-block;
}

.border-bottom-none {
  border-bottom: none !important;
}

.sp_only {
  display: none;
}

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

.section-contentBox {
  display: flex;
  justify-content: center;
}

.section-contentBox .section-textBox {
  text-align: center;
  width: 64%;
}

@media (max-width: 1440px) {
  .section-contentBox .section-textBox {
    width: 60%;
  }
}

@media (max-width: 1280px) {
  .section-contentBox .section-textBox {
    width: 58%;
  }
}

@media (max-width: 1199px) {
  .section-contentBox .section-textBox {
    width: 67%;
  }
}

@media (max-width: 991px) {
  .section-contentBox .section-textBox {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .section-contentBox .section-textBox {
    width: 88%;
  }
}

.section-contentBox .section-textBox .section-title {
  margin-bottom: 30px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1440px) {
  .section-contentBox .section-textBox .section-title {
    font-size: 32px;
    line-height: 28.73px;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}

@media (max-width: 1280px) {
  .section-contentBox .section-textBox .section-title {
    font-size: 28px;
    line-height: 26px;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .section-contentBox .section-textBox .section-title {
    font-size: 26px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .section-contentBox .section-textBox .section-title {
    font-size: 23px;
    line-height: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .section-contentBox .section-textBox .section-title {
    font-size: 20px;
    line-height: 28px;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.section-contentBox .section-textBox .section-title.patronage {
  color: #fff;
  border-color: #fff;
}

.section-contentBox .section-textBox .section-title.helpCenter {
  border: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.section-contentBox .section-textBox .section-title.aboutUs {
  margin-bottom: 0px !important;
  font-weight: normal;
  /*font-family: "DFPGyoSho-W7", HiraMInPro, YakuHanJP, "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", " Meiryo",
    sans-serif;*/
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 60px;
  line-height: 60px;
  padding-top: 29px;
  padding-bottom: 29px;
  font-weight: 700;
}

@media (max-width: 1280px) {
  .section-contentBox .section-textBox .section-title.aboutUs {
    font-size: 43px;
    line-height: 52px;
  }
}

@media (max-width: 1199px) {
  .section-contentBox .section-textBox .section-title.aboutUs {
    font-size: 38px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .section-contentBox .section-textBox .section-title.aboutUs {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .section-contentBox .section-textBox .section-title.aboutUs {
    font-size: 27px;
    line-height: 35px;
  }
}

.section-contentBox .section-textBox .section-title.contactDetails {
  margin-bottom: 0px;
}

.section-contentBox .section-textBox .section-desc {
  font-family: "HiraKakuStdN", serif;
  font-weight: 600;
}

@media (max-width: 991px) {
  .section-contentBox .section-textBox .section-desc {
    font-size: 16px;
    line-height: 24px;
  }
}

.btnStyled {
  /*
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2", "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
  */
  font-weight: 600;
  background-color: #b22123;
  /*transition: all 350ms ease 0s;*/
}

@media (max-width: 1199px) {
  .btnStyled {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .btnStyled {
    height: 55px;
    line-height: 55px;
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .btnStyled {
    font-size: 15px;
  }
}

.btnStyled .arrowIcons {
  position: absolute;
  left: auto;
  right: 25px;
  font-size: 35px;
}

@media (max-width: 991px) {
  .btnStyled .arrowIcons {
    right: 15px;
    font-size: 22px;
  }
}

.btnStyled .cartIcon {
  position: absolute;
  left: 30px;
  font-size: 35px;
}

@media (max-width: 991px) {
  .btnStyled .cartIcon {
    left: 20px;
    font-size: 22px;
  }
}

.btnStyled:hover {
  border: 1px solid #b22123;
  color: #b22123;
  background-color: transparent;
}

.btnStyled:hover::before {
  color: #b22123;
}

.header-section {
  background-color: rgba(88, 57, 46, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 90px;
  transition: all 0.5s ease-in 0s;
}

.header-section .head-wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 90px 0 30px;
}

@media (max-width: 991px) {
  .header-section .head-wrapper {
    padding: 0px;
  }
}

@media (max-width: 991px) {
  .header-section {
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
  }
}

@media (max-width: 991px) {
  .header-section {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header-section.fixed {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #58392e;
}

.header-section .head-wrapper {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .header-section .head-wrapper {
    justify-content: space-between;
  }
}

.header-section .head-wrapper .header-logobox {
  margin-top: 72px;
  display: block;
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-logobox {
    margin-top: 50px;
    width: 150px;
  }
}

.header-section .head-wrapper .header-logobox img {
  width: 100%;
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.65s;
    z-index: 3;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

.header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li {
  margin-left: 220px;
  margin-left: 120px;
  list-style: none;
}

@media (max-width: 1440px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li {
    margin-left: 150px;
    margin-left: 120px;
  }
}

@media (max-width: 1280px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li {
    margin-left: 90px;
  }
}

@media (max-width: 1199px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li {
    margin-left: 75px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li {
    margin-left: 0px;
    padding: 1rem 0;
  }
}

.header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li~li {
  margin-left: 105px;
  margin-left: 90px;
}

@media (max-width: 1440px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li~li {
    margin-left: 75px;
    margin-left: 60px;
  }
}

@media (max-width: 1280px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li~li {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li~li {
    margin-left: 25px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li~li {
    margin-left: 0px;
    padding: 1rem 0;
  }
}

.header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(2) .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(3) {
  margin-left: 95px;
}

@media (max-width: 1440px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(2) .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(3) {
    margin-left: 50px;
  }
}

@media (max-width: 1280px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(2) .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(3) {
    margin-left: 30px;
  }
}

@media (max-width: 1199px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(2) .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(3) {
    margin-left: 30px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(2) .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:nth-child(3) {
    margin-left: 0px;
    padding: 1rem 0;
  }
}

.header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li:last-child {
  padding-right: 0;
}

@media (max-width: 1199px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li {
    padding: 0 0.8rem;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li {
    display: block;
    padding: 1rem 0rem;
    margin: 0;
    text-align: center;
    z-index: 999;
    position: relative;
  }
}

.header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: all 0.3s;
  line-height: 1.8;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
}

.header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li a:hover {
  color: white;
}

@media (max-width: 1199px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li a {
    font-size: 0.7rem;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li a {
    font-size: 0.9rem;
    color: #ffffff;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: rgba(39, 13, 5, 0.9);
    z-index: 2;
    cursor: pointer;
    transition: all 0.45s;
  }

  .header-section .head-wrapper .header-mainmenubox.open .toggle_btn {
    background-color: #ffffff;
  }

  .header-section .head-wrapper .header-mainmenubox.open .toggle_btn span {
    background-color: #290d05;
  }

  .header-section .head-wrapper .header-mainmenubox.open .toggle_btn span:nth-child(1) {
    transform: translateY(1.5px) rotate(45deg);
    top: 24px;
  }

  .header-section .head-wrapper .header-mainmenubox.open .toggle_btn span:nth-child(2) {
    display: none;
  }

  .header-section .head-wrapper .header-mainmenubox.open .toggle_btn span:nth-child(3) {
    transform: translateY(-4px) rotate(-45deg);
    bottom: 21.5px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox.open #mask {
    left: 0%;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox.open .header-menu {
    height: 100vh;
    display: block;
    left: 0;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox.open ul.menubarMenu {
    opacity: 1;
    visibility: visible;
    pointer-events: painted;
  }
}

@media (max-width: 991px) {
  .header-section .head-wrapper .header-mainmenubox .toggle_btn {
    display: block;
    width: 50px;
    height: 50px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 9999;
    background-color: #290d05;
    border-radius: 4px;
    position: relative;
  }

  .header-section .head-wrapper .header-mainmenubox .toggle_btn span {
    display: block;
    position: absolute;
    left: 15px;
    width: 20px;
    height: 1px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all 0.5s;
  }

  .header-section .head-wrapper .header-mainmenubox .toggle_btn span:nth-child(1) {
    top: 18px;
  }

  .header-section .head-wrapper .header-mainmenubox .toggle_btn span:nth-child(2) {
    top: 24px;
  }

  .header-section .head-wrapper .header-mainmenubox .toggle_btn span:nth-child(3) {
    top: 30px;
  }
}

.banner_section {
  position: relative;
  height: 1050px;
  background-image: url("../img/bannerImgBG.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  overflow: hidden;
}

.banner_section_onmen {
  position: relative;
  height: 1050px;
  background-image: url("../img/bannerImgBG2.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 1280px) {
  .banner_section {
    background-position: center;
  }

  .banner_section_onmen {
    background-position: 46%;
  }
}

@media (max-width: 991px) {
  .banner_section {
    height: 100vh;
    height: 70vh;
  }

  .banner_section_onmen {
    height: 100vh;
    height: 88vh;
  }

  .banner_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.banner_section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  left: 0;
  top: auto;
  bottom: -27px;
  background-image: url("../img/bannerShape.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  z-index: 999;
}

@media (max-width: 1440px) {
  .banner_section::before {
    bottom: 0;
  }
}

.banner_section .banner_wrapperBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  z-index: 99;
  position: relative;
}

@media (max-width: 1440px) {
  .banner_section .banner_wrapperBox {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .banner_section .banner_wrapperBox {
    padding-right: 0px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    position: relative;
    top: 52%;
    transform: translateY(-50%);
    height: auto;
  }

  .banner_section_onmen .banner_wrapperBox {
    padding-right: 0px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    position: relative;
    top: 62%;
    transform: translateY(-50%);
    height: auto;
  }
}

.banner_section .banner_wrapperBox .banner-leftTextCont .bannerTextBox {
  margin-top: 330px;
  margin-left: -39px;
}

@media (max-width: 991px) {
  .banner_section .banner_wrapperBox .banner-leftTextCont .bannerTextBox {
    margin-top: 20px;
    margin-left: -105px;
    transform: rotate(0deg);
  }

  .banner_section .banner_wrapperBox .banner-leftTextCont .bannerTextBox .RotateLetter {
    transform: rotate(0deg);
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .banner_section .banner_wrapperBox .banner-leftTextCont .bannerTextBox {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.banner_section .banner_wrapperBox .banner-leftTextCont .bannerTextBox .desc-text {
  font-size: 36px;
  color: #ffffff;
  line-height: 70px;
  margin-bottom: 0;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .banner_section .banner_wrapperBox .banner-leftTextCont .bannerTextBox .desc-text {
    font-size: 32px;
    line-height: 55px;
  }
}

@media (max-width: 767px) {
  .banner_section .banner_wrapperBox .banner-leftTextCont .bannerTextBox .desc-text {
    font-size: 28px;
    font-size: 20px;
    line-height: 35px;
    line-height: 28px;
  }
}

.banner_section .banner_wrapperBox .banner-rightTextCont {
  padding: 30px 30px;
  border: 1px solid #ffffff;
  position: relative;
  left: 134px;
  top: 55px;
  background: rgba(0, 0, 0, 0.15);
}

@media (max-width: 1440px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont {
    left: 93px;
    top: 40px;
    padding: 20px 30px;
  }
}

@media (max-width: 1280px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont {
    padding: 15px 25px;
    left: 88px;
    top: -95px;
  }
}

@media (max-width: 991px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont {
    left: 0;
    top: 0;
    transform: rotate(0deg);
  }

  .banner_section .banner_wrapperBox .banner-rightTextCont .RotateLetter {
    transform: rotate(0deg);
    display: inline-block;
  }
}

.banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox {
  position: relative;
}

.banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .subtitle {
  font-size: 28.5px;
  line-height: 90px;
  color: #fff;
  margin: 0;
  padding: 0px 40px;
  display: block;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 1px solid #fff;
  position: absolute;
  top: calc(-55% - 1px);
  left: calc(-12.5% + 0px);
  background-image: url("../img/bannerPinBg.jpg");
  background-position: center;
  background-size: cover;
}

@media (max-width: 1280px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .subtitle {
    font-size: 24.5px;
    line-height: 70px;
    padding: 0px 30px;
    top: calc(-48% - 1px);
  }
}

@media (max-width: 991px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .subtitle {
    font-size: 16.5px;
    line-height: 40px;
    padding: 0px 30px;
    top: calc(-32% - 1px);
    left: -10px;
  }
}

@media (max-width: 767px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .subtitle {
    font-size: 13.5px;
    line-height: 33px;
    padding: 0px 30px;
    top: calc(-40% - 1px);
    left: -12px;
  }
}

.banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .banner-title {
  font-size: 90px;
  line-height: 85px;
  color: #ffffff;
  font-weight: normal;
  margin: 0;
  font-family: "DFGGyoSho-W7";
  letter-spacing: 0px;
}

.banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .banner-title~.banner-title {
  padding-left: 55px;
  display: block;
}

@media (max-width: 1440px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .banner-title {
    font-size: 75px;
  }
}

@media (max-width: 1280px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .banner-title {
    font-size: 55px;
    line-height: 65px;
  }
}

@media (max-width: 767px) {
  .banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .banner-title {
    font-size: 32px;
    line-height: 45px;
  }
}

.banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .banner-title.bTwo b:nth-child(5),
.banner_section .banner_wrapperBox .banner-rightTextCont .bannerTextBox .banner-title.bTwo b:nth-child(6) {
  margin-left: 16px;
}

.banner_section .pinText-mark {
  position: absolute;
  top: auto;
  bottom: 65px;
  left: -40px;
}

@media (max-width: 1440px) {
  .banner_section .pinText-mark {
    left: 40px;
  }
}

@media (max-width: 991px) {
  .banner_section .pinText-mark {
    width: 50px;
    z-index: 99;
  }

  .banner_section .pinText-mark img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .banner_section .pinText-mark {
    width: 37px;
    bottom: 45px;
  }
}

.feature-section {
  background-image: url("../img/featurebBgImg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 90px 0 180px;
}

@media (max-width: 1440px) {
  .feature-section {
    padding: 55px 0 115px;
  }
}

@media (max-width: 1199px) {
  .feature-section {
    padding-bottom: 90px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox {
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);*/
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 61px;
}

@media (max-width: 1440px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox {
    padding-left: 30px;
    padding-right: 30px;
    grid-column-gap: 15px;
  }
}

@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox {
    grid-column-gap: 15px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 0px;
  }
}

@media (max-width: 767px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox {
  position: relative;
  padding: 43px 30px 30px 30px;
  border: 15px solid #b22123;
  background-color: #ffffff;
}

@media (max-width: 1440px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox {
    padding: 35px 15px 30px 15px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox {
    border-width: 8px;
    padding: 25px 20px 20px 20px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-pintext {
  position: absolute;
  top: -17%;
  left: auto;
  right: -13%;
}

@media (max-width: 1440px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-pintext {
    top: -12%;
    right: -8%;
  }

  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-pintext img {
    width: 120px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-pintext {
    top: -9%;
    right: -3%;
  }

  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-pintext img {
    width: 90px;
  }
}

@media (max-width: 767px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-pintext img {
    width: 70px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox {
  text-align: center;
  padding: 0 0px;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  line-height: 1.3;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title .number {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
}

@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title .number {
    font-size: 65.73px;
    line-height: 58.21px;
  }
}

@media (max-width: 1199px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title .number {
    font-size: 55.73px;
    line-height: 58.21px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title .number {
    font-size: 45.73px;
    line-height: 50.21px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title .number {
    font-size: 35.73px;
    line-height: 40.21px;
  }
}

@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title {
    font-size: 30px;
    line-height: 28.73px;
  }
}

@media (max-width: 1199px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title {
    font-size: 24px;
    line-height: 26.73px;
  }
}

@media (max-width: 1199px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_title {
    font-size: 19px;
    line-height: 24.73px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_Subtitle {
  border: 1px solid #b22123;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 5px;
}

@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_Subtitle {
    font-size: 24px;
    line-height: 28.73px;
  }
}

@media (max-width: 1199px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_Subtitle {
    font-size: 20px;
    line-height: 26.73px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card_Subtitle {
    font-size: 18px;
    line-height: 22.73px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc {
  margin-bottom: 23px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc {
    font-size: 26px;
    line-height: 28.73px;
  }
}

@media (max-width: 1199px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc {
    font-size: 17px;
    line-height: 20.73px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc {
    font-size: 15px;
    line-height: 20.73px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc span {
    font-size: 16px;
    line-height: 20.73px;
  }
}

@media (max-width: 767px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .card-titleBox .card-desc span {
    font-size: 14px;
    line-height: 20.73px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box {
  text-align: center;
}

@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box {
    position: relative;
  }
}

@media (max-width: 1440px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box img.modelImg {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box img.modelImg {
    width: 70%;
  }
}

@media (max-width: 767px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box img.modelImg {
    width: 90%;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box.offer {
  text-align: left;
  display: flex;
  align-items: center;
}

@media (max-width: 1440px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box.offer img.modelImg {
    /*width: 75%;*/
    width: 65%;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box.offer .modelImg {
  /*padding: 0 0 0 20px;*/
  padding-right: 1em;
  vertical-align: middle;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box.offerNon {
  padding-top: 48px;
}

@media (max-width: 767px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box.offerNon {
    padding-top: 20px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .modelImg {
  padding: 0;
  vertical-align: middle;
  width: 90%;
  max-width: 250px;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerPlusImg {
  position: absolute;
  left: auto;
  top: auto;
  bottom: calc(42% + 4px);
  right: 14%;
}

@media (max-width: 1440px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerPlusImg {
    right: 16%;
  }
}

@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerPlusImg {
    right: 8%;
  }
}

@media (max-width: 1199px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerPlusImg {
    width: 40px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerPlusImg {
    right: 14%;
  }
}

@media (max-width: 767px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerPlusImg {
    width: 25px;
  }
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg {
  position: absolute;
  left: auto;
  /*right: -82px;*/
  right: 5%;
}

/*@media (max-width: 1440px) {*/
.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg {
  /*right: -60px;
    width: 120px;*/
  right: 5%;
  width: 100%;
  max-width: 70px;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg img {
  width: 100%;
}

/*}*/

/*@media (max-width: 1280px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg {
    right: -93px;
    width: 90px;
    top: 20px;
  }

  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg img {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg {
    top: 0px;
  }
}

@media (max-width: 991px) {
  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg {
    width: 110px;
    top: 35px;
    right: -60px;
  }
}*/

@media (max-width: 767px) {
  /*.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box .offerImg {
    width: 58px;
    top: 3px;
    right: -49px;
  }*/
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardBtn-Box .cards-btn {
  margin-top: 50px;
}

.feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardBtn-Box.offer .cards-btn {
  margin-top: 40px;
}

.AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper {
  padding-top: 5%;
  /*padding-top: 230px;*/
  /*height: 990px;*/
  /*background-position: center;*/
  height: 700px;
  /*background-image: url("../img/twisterM-bgImg1.jpg");*/
  background-image: url("../img/re_twisterM-bgImg1.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

@media (max-width: 1280px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper {
    padding-top: 150px;
    height: 750px;
  }
}

@media (max-width: 1199px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper {
    padding-top: 120px;
    height: 650px;
  }
}

@media (max-width: 1199px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper {
    padding-top: 90px;
    height: 560px;
    background-position: right;
  }
}

.AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .twister-TextBox {
  position: relative;
  top: 10px;
  left: -20px;
  padding: 2%;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .twister-TextBox {
    left: 35px;
    display: inline-block;
  }
}

.AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterTitle {
  /*font-family: "DFPGyoSho-W7", HiraMInPro, YakuHanJP, "Noto Sans JP",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", " Meiryo",
    sans-serif;*/
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 75px;
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
  color: #290d05;
}

@media (max-width: 1440px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterTitle {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 65px;
  }
}

@media (max-width: 1280px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterTitle {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 55px;
  }
}

@media (max-width: 1199px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterTitle {
    font-size: 35px;
    margin-bottom: 13px;
  }
}

@media (max-width: 767px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterTitle {
    font-size: 35px;
    margin-bottom: 13px;
  }
}

.AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterDesc {
  font-size: 28px;
  line-height: 70px;
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 0;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
}

.AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterDesc span {
  display: block;
}

@media (max-width: 1440px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterDesc {
    font-size: 26px;
    line-height: 60px;
  }
}

@media (max-width: 1280px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterDesc {
    font-size: 24px;
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .AboutTwister_section .AboutTwister_wrapperbox .aboutTwister_TextWrapper .TwisterDesc {
    font-size: 20px;
    line-height: 40px;
  }
}

.AboutTwister_section .aboutTwister_ModelWrapper {
  height: 600px;
  /*height: 990px;*/
  /*background-image: url("../img/twisterM-bgImg2.jpg");*/
  background-image: url("../img/re_twisterM-bgImg2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1280px) {
  .AboutTwister_section .aboutTwister_ModelWrapper {
    height: 750px;
  }
}

@media (max-width: 1199px) {
  .AboutTwister_section .aboutTwister_ModelWrapper {
    height: 650px;
  }
}

@media (max-width: 991px) {
  .AboutTwister_section .aboutTwister_ModelWrapper {
    height: 460px;
    background-position: left;
  }
}

.AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg {
  position: absolute;
  top: -181px;
  left: 0;
}

@media (max-width: 1440px) {
  .AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg {
    left: 60px;
  }
}

@media (max-width: 1280px) {
  .AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg {
    width: 475px;
  }

  .AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg {
    width: 400px;
  }

  .AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg {
    width: 275px;
    left: 30px;
    top: -141px;
  }

  .AboutTwister_section .aboutTwister_ModelWrapper .twisterModelImg img {
    width: 100%;
  }
}

.AboutUs_Section {
  padding: 120px 0 600px;
  background-image: url("../img/AboutUsBgImg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1440px) {
  .AboutUs_Section {
    padding-top: 80px;
    padding-bottom: 400px;
    background-size: contain;
  }
}

@media (max-width: 1199px) {
  .AboutUs_Section {
    padding-bottom: 300px;
  }
}

@media (max-width: 991px) {
  .AboutUs_Section {
    padding-bottom: 240px;
  }
}

@media (max-width: 767px) {
  .AboutUs_Section {
    padding-top: 60px;
    padding-bottom: 150px;
  }
}

.AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont {
  position: relative;
  padding: 0 90px;
}

@media (max-width: 1440px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont {
    padding: 0px 60px;
  }
}

@media (max-width: 767px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont {
    padding: 0 15px;
  }
}

.AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .aboutUs-mapinfoImg {
  position: absolute;
  top: 32px;
  left: auto;
  right: 90px;
}

@media (max-width: 1199px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .aboutUs-mapinfoImg {
    width: 55%;
  }

  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .aboutUs-mapinfoImg img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .aboutUs-mapinfoImg {
    display: none;
  }

  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .aboutUs-mapinfoImg img {
    width: 100%;
  }
}

.AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox {
  position: relative;
  display: flex;
  flex-direction: row;
  flex: 0 0 60%;
  width: 60%;
  margin-top: 90px;
}

@media (max-width: 1440px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox {
    flex: 0 0 67%;
    width: 67%;
  }
}

@media (max-width: 991px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox {
    flex: 0 0 100%;
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox {
    overflow: hidden;
  }
}

.AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox .AboutUs_desc {
  font-size: 24px;
  line-height: 54px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1199px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox .AboutUs_desc {
    font-size: 20px;
    line-height: 44px;
  }
}

@media (max-width: 1199px) {
  .AboutUs_Section .AboutUs_Wrapper .AboutUs-wrapperCont .AboutUs_contentBox .AboutUs_desc {
    font-size: 17px;
    line-height: 42px;
  }
}

.patronage_section {
  padding: 120px 0 150px;
  background-image: url("../img/customerTestimonialsBg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1440px) {
  .patronage_section {
    padding: 80px 0 120px;
  }
}

@media (max-width: 1199px) {
  .patronage_section {
    padding: 60px 0 70px;
  }
}

.patronage_section .patronage_wrapper .patronageCard_wrapperBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 35px;
  padding: 0 90px;
  margin-top: 69px;
}

/*@media (max-width: 1440px) {
  .patronage_section .patronage_wrapper .patronageCard_wrapperBox {
    padding: 0 60px;
  }
}

@media (max-width: 1199px) {
  .patronage_section .patronage_wrapper .patronageCard_wrapperBox {
    padding: 0 45px;
    margin-top: 45px;
  }
}

@media (max-width: 991px) {
  .patronage_section .patronage_wrapper .patronageCard_wrapperBox {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
    grid-column-gap: 0px;
    padding: 0 30px;
  }
}*/

@media (max-width: 1440px) {
  .patronage_section .patronage_wrapper .patronageCard_wrapperBox .patronage_cardBox img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 3em;
    display: block;
  }
}

.purchase_section {
  padding: 111px 0 90px;
  border: 15px solid #a37a45;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .purchase_section {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

@media (max-width: 1199px) {
  .purchase_section {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

.purchase_section .purchaseCont_wrapperBox {
  margin-top: 60px;
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper {
  padding: 0px 0px 0px 70px;
  background-color: #f7f0e8;
  display: flex;
}

@media (max-width: 1440px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper {
    padding-left: 35px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper {
    display: block;
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper {
    padding: 0 15px;
  }
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox {
  position: relative;
  padding-top: 70px;
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormTitle {
  font-size: 30px;
  line-height: 44px;
  font-weight: 300;
  margin-bottom: 0;
  color: #270d05;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormTitle {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormTitle {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormTitle {
    font-size: 18px;
    line-height: 30px;
  }
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormTitle .colorText {
  color: #b22123;
  font-weight: 600;
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .angleIcons {
  position: absolute;
  top: auto;
  bottom: 30%;
  left: auto;
  right: -35px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .angleIcons {
    right: auto;
    left: 50px;
    bottom: -34px;
    transform: rotate(90deg);
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .angleIcons {
    bottom: -55px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .angleIcons {
    width: 25px;
    bottom: auto;
  }

  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .angleIcons img {
    width: 100%;
  }
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormDesc {
  margin-top: 33px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #270d05;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormDesc {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormDesc {
    font-size: 10px;
    margin-top: 25px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormDesc {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormDesc {
    font-size: 14px;
  }
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBox .purchaseFormDesc span {
  display: block;
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm {
  padding-left: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .purchageFormbg {
    width: 100%;
  }
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm {
  position: absolute;
  top: 40%;
  left: 72px;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm {
    top: 52%;
    left: 52px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm {
    top: 52%;
    left: 39px;
  }
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm .inputFild {
  border: none;
  background-color: transparent;
  padding: 5px 5px 5px 10px;
  width: 490px;
  display: block;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm .inputFild {
    width: 218px;
  }
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm .inputFild:focus {
  transition: all 0.5s ease;
  background-color: #fff;
}

.purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm .formIndicator {
  font-size: 18px;
  line-height: 33.73px;
  color: #b22123;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  font-weight: 600;
  margin-top: 35px;
  display: block;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm .formIndicator {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm .formIndicator {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .purchaseForm_wrapper .purchaseInforBoxForm .inputForm .formIndicator {
    font-size: 9px;
    margin-top: -17px;
  }
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox {
  padding: 45px 90px 40px;
  border-bottom: 5px solid #f3eee9;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox {
    padding: 45px 60px 40px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox {
    padding: 45px 45px 40px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox {
    padding: 45px 30px 40px;
  }
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper {
    display: block;
  }
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon {
  position: relative;
  margin-right: 50px;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon {
    margin-right: 35px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon .alartIconText {
  text-align: center;
  position: absolute;
  top: 32%;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon .alartIconText h6 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
  color: #b22123;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon .alartIconText h6 {
    font-size: 25px;
  }
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon .alartIconText span {
  font-size: 14px;
  line-height: 44px;
  font-weight: 600;
  color: #b22123;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  border: 1px solid #b22123;
  padding: 5px 28px;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningIcon .alartIconText span {
    font-size: 12px;
  }
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningText {
  padding-left: 40px;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  color: #280d05;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningText {
    font-size: 15px;
    padding-left: 25px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningText {
    font-size: 12px;
    padding-left: 15px;
  }
}

.purchase_section .purchaseCont_wrapperBox .nessesary_DetailsBox .nessesary_InfoWrapper .nessesaryInfo_warningText span {
  display: block;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx {
  display: flex;
  /*padding: 115px 90px 65px;*/
  padding: 60px 60px 65px;
  border-bottom: 5px solid #f3eee9;
  justify-content: space-between;
}

@media (max-width: 1280px) {
  /*.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx {
    padding: 60px 5% 45px;
  }*/
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx {
    padding: 60px 10% 45px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx {
    padding: 60px 30px 45px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx {
    padding: 30px 30px 30px;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx~.productsItems__detailsView-BOx {
  padding: 60px 60px 65px;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx~.productsItems__detailsView-BOx {
    padding: 60px 60px 45px;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx~.productsItems__detailsView-BOx {
    /*padding: 60px 45px 45px;*/
    padding: 60px 10% 45px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx~.productsItems__detailsView-BOx {
    padding: 60px 30px 45px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx~.productsItems__detailsView-BOx {
    padding: 30px 30px 30px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx {
    display: block;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx:nth-child(3) .productTitleBox {
  padding-bottom: 18px !important;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox {
  position: relative;
  margin-right: 3%;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productOfferPin {
  position: absolute;
  left: 90px;
  top: -27px;
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productOfferPin {
    width: 70px;
    left: 50px;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productOfferPin img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productOfferPin {
    top: 0px;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productBonusPin {
  position: absolute;
  left: -31px;
  top: -25px;
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productBonusPin {
    width: 70px;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productBonusPin img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .productBonusPin {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox {
    width: 40%;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .ProductImg {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox {
    width: 90%;
    margin: 0 auto 30px;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBox .ProductImg {
    width: 100%;
  }
}

/*.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox {
  margin-left: 60px;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox {
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox {
    margin-left: 0px;
  }
}*/

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox {
    display: flex;
    flex-direction: column;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox {
    order: 1;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productPrice {
    order: 2;
    margin-bottom: 0;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo {
    order: 5;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .AVAST_PAM_nonloginform {
    order: 3;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .pinText-ReadMore {
    order: 4;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox {
  text-align: left;
  margin-bottom: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #280d05;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__Subtitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #280d05;
  margin-bottom: 0;
  position: relative;
  top: -3px;
  left: -14px;
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__Subtitle {
    /*font-size: 14px;*/
    font-size: 18px;
    line-height: 1.6;
    margin-top: 1em;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__Subtitle span {
  font-size: 14px;
  font-weight: 600;
  color: #b22123;
  line-height: 40px;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__Subtitle span {
    /*font-size: 9px;*/
    font-size: 13px;
    line-height: 1.6;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #280d05;
  margin-bottom: 0;
  position: relative;
  top: -9px;
}

@media (max-width: 1440px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__title {
    font-size: 28px;
  }
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__title {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productTitleBox .productInfo__title {
    /*font-size: 14px;*/
    font-size: 20px;
    line-height: 1.5;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productPrice {
  text-align: right;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  color: #280d05;
  margin-bottom: 16px;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productPrice {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productPrice {
    margin-bottom: 0;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productPrice span {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  color: #280d05;
  margin-bottom: 0;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo {
  background-color: #f7f0e8;
  padding: 35px 35px;
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: 224px 54px 1fr;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo {
    padding: 25px 20px;
    grid-template-columns: 150px 34px 1fr;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo {
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo {
    display: block;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .checkedmarkIcon {
  position: relative;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .checkedmarkIcon {
    margin-bottom: 10px;
    display: block;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .checkedmarkIcon img {
    width: 35px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .checkedmarkIcon img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .checkedmarkIcon {
    margin-right: 15px;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .checkMarkInfo {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  padding-left: 15px;
  color: #280d05;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .checkMarkInfo {
    font-size: 10px;
    padding-left: 0;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .dividerMark {
  width: 2px;
  height: 60px;
  margin: 0 25px;
  background-color: #ded8d0;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .dividerMark {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .dividerMark {
    width: 100%;
    height: 2px;
    margin: 0 25px;
    display: block;
    margin-bottom: 12px;
    margin-left: 0;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .donutmarkIcon {
  position: relative;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .donutmarkIcon {
    margin-bottom: 10px;
    display: block;
  }
}

@media (max-width: 1199px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .donutmarkIcon img {
    width: 35px;
  }
}

@media (max-width: 991px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .donutmarkIcon img {
    width: auto;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .donutmarkIcon {
    margin-right: 15px;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .donutMarkInfo {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  padding-left: 15px;
  color: #b22123;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productRecevedInfo .donutMarkInfo {
    font-size: 11px;
    padding-left: 0;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox {
    display: block;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct {
  flex: 0 0 43%;
  width: 43%;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct {
    flex: 0 0 48%;
    width: 48%;
  }
}

@media (max-width: 767px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct {
    width: 100%;
    margin-bottom: 15px;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct span {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  color: #280d05;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct span {
    font-size: 18px;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct .inputnumberFild {
  width: 125px;
  padding: 8px;
}

@media (max-width: 1280px) {
  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct .inputnumberFild {
    width: 85px;
    padding: 3px;
  }
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .select__NumberOfProduct .perNumber {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  color: #280d05;
  margin-bottom: 0;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .productInfo__SubmitBox .produtSubmitBtn {
  flex: 1 1;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__InfoBox .pinText-ReadMore {
  font-size: 18px;
  line-height: 40px;
  color: #280d05;
  font-weight: 300;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  text-decoration: underline;
  text-align: right;
  margin-top: 10px;
  width: 100%;
  display: block;
}

.purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productDetailsBox-endText {
  font-size: 20px;
  line-height: 40px;
  font-weight: 300;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #280d05;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 15px;
}

.Contactdetails_section {
  padding: 120px 0 0;
  background-image: url("../img/ContactBgImg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .Contactdetails_section {
    padding-top: 80px;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section {
    padding-top: 60px;
  }
}

.Contactdetails_section .section-contentBox .section-textBox {
  width: 73%;
}

@media (max-width: 1440px) {
  .Contactdetails_section .section-contentBox .section-textBox {
    width: 60%;
  }
}

@media (max-width: 1280px) {
  .Contactdetails_section .section-contentBox .section-textBox {
    width: 58%;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section .section-contentBox .section-textBox {
    width: 67%;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .section-contentBox .section-textBox {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .section-contentBox .section-textBox {
    width: 88%;
  }
}

.Contactdetails_section .ContactDetails_wrapper {
  padding: 0 90px;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper {
    padding: 0 60px;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section .ContactDetails_wrapper {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper {
    padding: 0 30px;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox {
  margin-top: 72px;
  margin-bottom: 240px;
  box-shadow: 0 2px 9px rgba(255, 255, 255, 0.15);
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox {
    margin-top: 55px;
    margin-bottom: 180px;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox {
    margin-top: 55px;
    margin-bottom: 145px;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetails-title {
  text-align: center;
  width: 300px;
  height: auto;
  border-radius: 10px 10px 0 0;
  background-color: #b22123;
  display: block;
  margin: 0 auto;
  padding: 12px 0 13px;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetails-title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetails-title {
    font-size: 22px;
    width: 100%;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox {
  padding: 80px 35px 71px 31px;
  border-top: 5px solid #b22123;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox {
    padding: 50px 25px 50px 26px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox {
    padding: 35px 30px 35px 45px;
    display: block !important;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft {
    display: block !important;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contacttype {
  margin-right: 15px;
  font-size: 36px;
  line-height: 33.73px;
  font-weight: 500;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  border: 3px solid #b22123;
  display: inline-block;
  color: #b22123;
  height: 60px;
  line-height: 60px;
  width: 105px;
  text-align: center;
  border-radius: 10px;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contacttype {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contacttype {
    font-size: 22px;
    white-space: nowrap;
    width: 72px;
    height: 48px;
    line-height: 46px;
    margin-right: 6px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contacttype {
    font-size: 20px;
    width: 75px;
    line-height: 38px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contacttype {
    text-align: center;
    margin-bottom: 7px;
    height: 41px;
    line-height: 38px;
    width: 64px;
    font-size: 18px;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails {
  text-align: center;
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactNumber {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 1px;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactNumber {
    font-size: 41px;
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactNumber {
    left: 0;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactNumber {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactNumber {
    left: 0;
    font-size: 28px;
    line-height: 35px;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactShedule {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  position: relative;
  display: block;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactShedule {
    font-size: 15px;
    line-height: 25.73px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactShedule {
    font-size: 13px;
    line-height: 21.73px;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxLeft .contactDetails .contactShedule {
    font-size: 10px;
    line-height: 21.73px;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .middleshape {
  position: relative;
  top: -3px;
}

@media (max-width: 767px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight {
    display: block !important;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contacttype {
  margin-right: 15px;
  font-size: 29px;
  line-height: 33.73px;
  font-weight: 500;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  border: 3px solid #b22123;
  display: inline-block;
  color: #b22123;
  height: 60px;
  line-height: 55px;
  padding: 0 10px 0 5px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: -5px;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contacttype {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contacttype {
    font-size: 22px;
    white-space: nowrap;
    height: 48px;
    line-height: 46px;
    margin-right: 6px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contacttype {
    font-size: 20px;
    line-height: 38px;
    height: 45px;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contacttype {
    text-align: center;
    margin-bottom: 7px;
    font-size: 18px;
    height: 40px;
    line-height: 35px;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails {
  text-align: center;
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactNumber {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  left: -3px;
  white-space: nowrap;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactNumber {
    font-size: 41px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactNumber {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactNumber {
    font-size: 28px;
    line-height: 35px;
  }
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactShedule {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  position: relative;
  display: block;
}

@media (max-width: 1440px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactShedule {
    font-size: 15px;
    line-height: 25.73px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contactDetails .contactShedule {
    font-size: 10px;
    line-height: 21.73px;
  }
}

.Contactdetails_section .contactdetailsbox2 {
  background-color: rgba(255, 255, 255, 0.8);
}

.Contactdetails_section .contactdetailsbox2 .contactdetails_boxdtlsWrper {
  padding: 0 90px;
}

@media (max-width: 1440px) {
  .Contactdetails_section .contactdetailsbox2 .contactdetails_boxdtlsWrper {
    padding: 0 60px;
  }
}

@media (max-width: 1199px) {
  .Contactdetails_section .contactdetailsbox2 .contactdetails_boxdtlsWrper {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .contactdetailsbox2 .contactdetails_boxdtlsWrper {
    padding: 0 30px;
  }
}

.Contactdetails_section .contactdetailsbox2 .contactdetails_boxdtls {
  padding: 30px 0px 22px 75px;
}

@media (max-width: 1440px) {
  .Contactdetails_section .contactdetailsbox2 .contactdetails_boxdtls {
    padding-left: 100px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .contactdetailsbox2 .contactdetails_boxdtls {
    display: inline-block !important;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }
}

.Contactdetails_section .contactdetailsbox2 .contacttypeboxLeft {
  font-size: 24px;
  line-height: 33.73px;
  font-weight: 300;
  color: #63372a;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 991px) {
  .Contactdetails_section .contactdetailsbox2 .contacttypeboxLeft {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .Contactdetails_section .contactdetailsbox2 .contacttypeboxLeft {
    margin-bottom: 14px;
  }
}

.Contactdetails_section .contactdetailsbox2 .middleshape {
  height: 75px;
}

@media (max-width: 991px) {
  .Contactdetails_section .contactdetailsbox2 .middleshape {
    display: none;
  }
}

.Contactdetails_section .contactdetailsbox2 .contacttypeboxRight {
  text-align: center;
  padding-right: 0px;
}

.Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contacttype {
  margin-right: 15px;
  font-size: 20px;
  line-height: 33.73px;
  font-weight: 500;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  border: 3px solid #b22123;
  display: inline-block;
  color: #b22123;
  height: 30px;
  line-height: 25px;
  width: 60px;
  text-align: center;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contacttype {
    width: 50px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactytpesnNumber {
    justify-content: center;
  }
}

.Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactNumber {
  font-size: 36px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 991px) {
  .Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactNumber {
    font-size: 25px;
    line-height: 32.73px;
    white-space: nowrap;
  }
}

.Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactDetailstEXT {
  font-size: 16px;
  line-height: 30px;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactDetailstEXT {
    font-size: 14px;
    line-height: 22.73px;
  }
}

@media (max-width: 1440px) {
  .Contactdetails_section .contactdetailsbox2 .contacttypeboxRight .contactDetailstEXT {
    font-size: 12px;
    line-height: 18.73px;
  }
}

.insight_section {
  padding: 120px 0 127px;
  position: relative;
  background-color: #fff;
}

@media (max-width: 1440px) {
  .insight_section {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

@media (max-width: 1199px) {
  .insight_section {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

@media (max-width: 1440px) {
  .insight_section .insightWrapper {
    padding: 0 60px;
  }
}

@media (max-width: 1199px) {
  .insight_section .insightWrapper {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .insight_section .insightWrapper {
    padding: 0 30px;
  }
}

.insight_section .insightWrapper .insightContent_wrapperbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 120px;
}

@media (max-width: 1440px) {
  .insight_section .insightWrapper .insightContent_wrapperbox {
    grid-column-gap: 65px;
  }
}

@media (max-width: 1199px) {
  .insight_section .insightWrapper .insightContent_wrapperbox {
    grid-column-gap: 45px;
  }
}

@media (max-width: 991px) {
  .insight_section .insightWrapper .insightContent_wrapperbox {
    grid-column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .insight_section .insightWrapper .insightContent_wrapperbox {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 0px;
  }
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox {
  text-align: center;
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  line-height: 50px;
  border: 1px solid #270d06;
  border-right: 0;
  border-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title .color {
  color: #b22123;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 1280px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title {
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 1199px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .card-titleBox .card_title {
    font-size: 20px;
  }
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp {
  padding: 0 105px;
}

@media (max-width: 1280px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp {
    padding: 0 35px;
  }
}

@media (max-width: 991px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp {
    padding: 0 105px;
  }
}

@media (max-width: 767px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp {
    padding: 0 0px;
  }
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .cardImg-Box {
  padding: 54px 0 40px;
}

@media (max-width: 1199px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .cardImg-Box {
    width: 70%;
    margin: 0 auto;
  }

  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .cardImg-Box img {
    width: 100%;
  }

  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .cardImg-Box.okabePoint {
    width: 54%;
  }
}

@media (max-width: 1199px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .cardImg-Box {
    width: 50%;
    margin: 0 auto;
  }

  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .cardImg-Box img {
    width: 100%;
  }

  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .cardImg-Box.okabePoint {
    width: 34%;
  }
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .card-desc {
  font-weight: 200;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  margin: 0;
  min-height: 200px;
  line-height: 50px;
  font-size: 28px;
  margin-bottom: 55px;
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .card-desc span {
  font-weight: 600;
}

@media (max-width: 1440px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .card-desc {
    font-size: 22px;
    line-height: 42px;
    margin-bottom: 25px;
  }
}

@media (max-width: 1280px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .card-desc {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .card-desc {
    font-size: 18px;
    line-height: 37px;
    min-height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .cardwrpp .card-desc {
    font-size: 14px;
  }
}

.insight_section .insightWrapper .insightContent_wrapperbox .CardBox .btnStyled {
  font-size: 20px;
  position: relative;
}

@media (max-width: 991px) {
  .insight_section .insightWrapper .insightContent_wrapperbox .CardBox .btnStyled {
    font-size: 13px;
  }
}

.helpCenter_section {
  padding: 115px 0 225px;
  background-image: url("../img/helpBgImg.jpg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

@media (max-width: 1440px) {
  .helpCenter_section {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

@media (max-width: 1199px) {
  .helpCenter_section {
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

.helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 120px;
  padding: 0 90px;
  margin-top: 105px;
}

@media (max-width: 1440px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox {
    padding: 0 60px;
    margin-top: 80px;
    grid-column-gap: 80px;
  }
}

@media (max-width: 1199px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox {
    padding: 0 45px;
    margin-top: 60px;
    grid-column-gap: 60px;
  }
}

@media (max-width: 991px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox {
    padding: 0 30px;
    margin-top: 45px;
    grid-column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 50px;
    grid-column-gap: 0px;
  }
}

.helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .info-Icon {
  display: block;
  width: 100%;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .info-Icon {
    height: 180px;
  }
}

.helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .info-Icon img {
  margin: 0 auto 20px;
}

.helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .infoTitle {
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
  color: #280d05;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .infoTitle {
    font-size: 35px;
  }
}

@media (max-width: 1199px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .infoTitle {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .infoTitle {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .helpCenter_section .helpCenter_wrapper .helpCenter_wrapperbox .helpInfoCard .infoTitle {
    font-size: 22px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .Footer_section {
    overflow: hidden;
  }
}

.Footer_section .footerWrapper .footerTop_section {
  padding: 115px 90px 0px;
  background-image: url("../img/footerbg1.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  .Footer_section .footerWrapper .footerTop_section {
    padding: 80px 60px 0;
  }
}

@media (max-width: 1199px) {
  .Footer_section .footerWrapper .footerTop_section {
    padding: 60px 45px 0;
  }
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section {
    padding: 60px 20px 0;
  }
}

@media (max-width: 767px) {
  .Footer_section .footerWrapper .footerTop_section {
    overflow: hidden;
  }
}

.Footer_section .footerWrapper .footerTop_section.partTWO {
  background-image: url("../img/footerbg2.jpg");
  padding-bottom: 145px;
  padding-top: 260px;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section.partTWO {
    padding-top: 190px;
  }
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section.partTWO {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.Footer_section .footerWrapper .footerTop_section.partTWO .footerTop_texBox.partTWO .footerTop-Title {
  margin-bottom: 20px;
  padding-bottom: 26px;
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section.partTWO .footerTop_texBox.partTWO .footerTop-Title {
    font-size: 20px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop_wrapperBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 120px;
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop_wrapperBox {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 0px;
  }
}

@media (max-width: 767px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop_wrapperBox {
    display: block;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox.contentLeft .footerTop-Title {
  padding-bottom: 27px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .footerTop-Title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .footerTop-Title {
    font-size: 20px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .TitleDesc {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .TitleDesc {
    font-size: 14px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .TitleDesc .textColor1 {
  display: block;
  color: #ff916a;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint {
  margin-bottom: 35px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint.N-OverlyDown {
  position: absolute;
  top: auto;
  bottom: -178px;
  left: -7px;
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint.N-OverlyDown {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint ul.innerTextList.Bankcard {
  position: relative;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint p.textInnerDesc.Bankcard {
  letter-spacing: 1.7px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 0;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle {
    font-size: 18px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint a.footerInner-TextTitle:hover {
  filter: blur(1.2);
  background-color: rgba(0, 0, 0, 0.25);
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .textInnerDesc {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  margin-bottom: 0;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .textInnerDesc.Bankcard {
  margin-bottom: 15px;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .textInnerDesc {
    font-size: 14px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .innerTextList.Bankcard li {
  display: inline-block;
  border-radius: 7px;
  overflow: hidden;
  margin-left: 7px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentLeft .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem {
    font-size: 14px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight {
  position: relative;
}

@media (max-width: 767px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox {
    margin-top: 60px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox.contentRight .footerTop-Title {
  padding-bottom: 27px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox.N-OverlyDown {
  position: absolute;
  top: auto;
  bottom: -146px;
  left: 0;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox.N-OverlyDown .footerInner-TextTitle {
  margin-bottom: 30px !important;
}

@media (max-width: 1199px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox.N-OverlyDown {
    bottom: -100px;
  }
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox.N-OverlyDown {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox.contentRight .footerTop-Title {
  margin-bottom: 27px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .footerTop-Title {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .footerTop-Title {
    font-size: 20px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .TitleDesc {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .TitleDesc {
    font-size: 14px;
  }

  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .TitleDesc .pc {
    display: none !important;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .TitleDesc .textColor1 {
  display: block;
  color: #ff916a;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint {
  margin-bottom: 40px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}

@media (max-width: 1440px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle {
    font-size: 18px;
  }
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle {
    margin-bottom: 18px;
  }
}

@media (max-width: 1199px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .footerInner-TextTitle {
    margin-bottom: 20px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint a.footerInner-TextTitle:hover {
  filter: blur(1.2);
  background-color: rgba(0, 0, 0, 0.25);
}

@media (max-width: 1440px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .graphModel img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .graphModel {
    width: 70%;
  }

  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .graphModel img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .graphModel {
    width: 90%;
  }

  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .graphModel img {
    width: 100%;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .textInnerDesc {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1280px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .textInnerDesc {
    font-size: 15px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem {
    font-size: 14px;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem span {
  display: block;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .footerTop_texBox .textBox-innerPoint .innerTextList .innertext-ListItem .textColor1 {
  display: block;
  color: #ff916a;
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table {
  margin-bottom: 22px;
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table table tr td {
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 1440px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table table tr td {
    font-size: 14px;
  }

  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table table tr td:nth-of-type(1) {
    letter-spacing: 2px;
    width: 130px;
  }
}

@media (max-width: 767px) {
  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table table tr td {
    font-size: 14px;
  }

  .Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table table tr td:nth-of-type(1) {
    letter-spacing: 0;
    width: 130px;
    display: block;
  }
}

.Footer_section .footerWrapper .footerTop_section .footerTop__contentRight .contactDetails-Table table tr td:nth-of-type(2) {
  letter-spacing: 0;
}

.Footer_section .footerWrapper .footerContent-Box {
  padding: 35px 0px 40px;
  text-align: center;
}

.Footer_section .footerWrapper .footerContent-Box .footerBrand {
  margin-bottom: 15px;
  display: block;
}

@media (max-width: 991px) {
  .Footer_section .footerWrapper .footerContent-Box .footerBrand {
    width: 120px;
    margin: 0 auto;
  }

  .Footer_section .footerWrapper .footerContent-Box .footerBrand img {
    width: 100%;
  }
}

.Footer_section .footerWrapper .footerContent-Box .footerNav-Link .footer-navItem {
  display: inline-block;
}

.Footer_section .footerWrapper .footerContent-Box .footerNav-Link .footer-navItem a {
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
  color: #280d05;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
}

@media (max-width: 767px) {
  .Footer_section .footerWrapper .footerContent-Box .footerNav-Link .footer-navItem a {
    font-size: 12px;
  }
}

.Footer_section .footerWrapper .footerContent-Box .copyrightText {
  margin: 0;
  font-size: 14px;
  line-height: 36px;
  font-weight: 300;
  color: #280d05;
  font-family: "Hiragino Sans", "Hiragino Sans W1", "HiraginoSans-W2",
    "Hiragino Sans W4", "Hiragino Sans W5", "Hiragino Sans W6",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic,
    メイリオ, Meiryo, sans-serif;
  letter-spacing: 1.7px;
}

@media (max-width: 767px) {
  .Footer_section .footerWrapper .footerContent-Box .copyrightText {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footerTop_texBox.mb-90 {
    margin-bottom: 50px;
  }
}

/*# sourceMappingURL=style.css.map */

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 120px 0 30px;
  text-align: center;
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 2rem 1.5rem 3.5rem;

  color: #fff;
  background: #cf3437;
  -webkit-box-shadow: 0 5px 0 #b22123;
  box-shadow: 0 5px 0 #b22123;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  left: calc(50% - 225px);

  display: block;

  width: 300px;
  width: 450px;
  padding: 0.2rem 0;

  color: #b22123;
  border: 2px solid #b22123;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #cf3437;
  -webkit-box-shadow: 0 2px 0 #b22123;
  box-shadow: 0 2px 0 #b22123;
}

a.btn-c:hover:before {
  left: 2rem;
}

.header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li a {
  font-size: 1.6rem;
}

@media (max-width: 767px) {

  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding: 1rem 4rem;
    letter-spacing: 0.1em;
    border-radius: 0.5rem;
  }

  .btn-wrap {
    margin: 50px 10px 30px;
  }

  a.btn-c {
    font-size: 2.1rem;
    padding: 0.25rem 2rem 1.5rem 2rem;
  }

  a.btn-c span {
    font-size: 1.5rem;
    top: -26px;
    left: calc(50% - 150px);
    width: 300px;
    padding: 0.2rem 0;
    border-radius: 0.5rem;
  }

  a.btn-c:hover {}

  a.btn-c:hover:before {
    left: 2rem;
  }

  .header-section .head-wrapper .header-mainmenubox .header-menu ul.menubarMenu li a {
    font-size: 1.6rem;
  }
}

.bannerTextBox {}

.bannerTextBox2 {
  margin-left: 40px !important;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.bannerTextBox2 .desc-text {
  letter-spacing: 2px;
}

.twister-TextBox {}

.twister-TextBox2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.twister-TextBox2 .TwisterTitle {
  margin-left: 65px;
}

.TwisterDesc {}

@media (max-width: 767px) {
  .bannerTextBox {}

  .bannerTextBox2 {
    writing-mode: horizontal-tb;
  }

  .bannerTextBox2 .desc-text {
    letter-spacing: 2px;
  }

  .twister-TextBox {}

  .twister-TextBox2 {
    writing-mode: horizontal-tb;
  }

  .twister-TextBox2 .TwisterTitle {
    margin-left: 0;
  }

  .TwisterDesc {}
}


/* 追記 ------------------------------- */
.lpc a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.lpc input[name^="CNT"],
.lpc input[type="text"],
.lpc input[type="email"],
.lpc input[type="tel"],
.lpc input[type="password"] {
  height: 3rem;
}

.cartLinkBox.btnStyled a {
  color: #fff;
  font-size: 1.2em;
  display: block;
}

.cartLinkBox.btnStyled a:hover {
  color: #b22123;
}

.footer-logo {
  width: initial;
  margin: 0 auto 20px;
}

.footer-link a {
  color: #666666;
  padding: 0 1em;
  border-right: solid;
}

.footer-link a:last-child {
  border-right: none;
}

.gokuboso-div10 {
  margin: 100px auto 40px;
}

#floatBtn {
  position: fixed;
  bottom: 50px;
  opacity: 0;
  transition: opacity 0.8s;
  z-index: 100;
}

#floatBtn.show {
  opacity: 1;
}

#floatBtn a {
  line-height: 1.5;
}

.cartBuyBtn {
  text-align: center;
}

.cartBuyBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.0;
  text-decoration: none;
}

.cartBuyBtn .firstBuyBtn a {
  background-color: #9d2228;
}

.cartBuyBtn .secondBuyBtn a {
  background-color: #627f0e;
}


a img,
a[data-hover] {
  display: block;
  opacity: 1;
  transition: opacity 0.4s;
}

.Contactdetails_section .ContactDetails_wrapper .contactDetails_contBox .contactDetailsBox .contactTypesBoxRight .contacttype {
  letter-spacing: 0.05em;
  padding: 0 0.2em;
}

@media screen and (min-width: 1084px) {
  #floatBtn {
    width: 158px;
    right: 25px;
  }

  #floatBtn a {
    padding: 36px 5px;
    border-radius: 5px;
    font-size: 1.8rem;
  }

  #floatBtn li+li {
    margin-top: 22px;
  }


}


@media screen and (max-width: 1083.98px) {
  #floatBtn a {
    padding: 20px 5px;
    border-radius: 7px;
    font-size: 1.3rem;
  }

  #floatBtn {
    width: 100px;
    right: 2.4vw;
  }

  #floatBtn li+li {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .gokuboso-div10 .d-flex {
    flex-wrap: wrap;
  }
}


header#header .header-inner {
  display: flex;
  width: 95%;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
  padding: 1em 0;
  background: #fff;
}

header#header .header-inner .logoBox a.brandlogo img {
  width: 100%;
  max-width: 180px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}


header#header .header-inner .telBox h1 {
  font-size: 3.5rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

header#header .header-inner .telBox h1 span {
  font-size: 40%;
}

.itemList .itemBox {
  padding: 1em;
  border: solid 10px #b22123;
  background: #fff;
}

.presentBox .innerBox {
  width: 90%;
  /*max-width: 1500px;*/
  margin: auto;
  max-width: 1000px;
  /*border: solid 15px #b22123;*/
  /*background-color: #fff;*/
}

.presentBox .innerBox .fushimen {
  display: flex;
  width: 100%;
  justify-content: center;
  /*max-width: 1000px;*/
  margin: 0 auto;
  margin-bottom: 3%;
}

.presentBox {
  margin-top: 1.5em;
}

.presentBox .innerBox .fushimen {
  display: flex;
  width: 90%;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.presentBox .innerBox .fushimen .text-item h2 {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 300;
  line-height: 1.5;
}

.presentBox .innerBox .fushimen .img-item {
  transform: rotate(10deg);
}

.presentBox .innerBox .fushimen .img-item img {
  display: block;
  width: 90%;
  max-width: 130px;
}

.point-color {
  color: #b22123;
}

.innerContainer .ab-txtBox {
  position: absolute;
  left: 5%;
  top: 15%;
  background: rgba(255, 255, 255, 0.5);
  padding: 2%;
}

.innerContainer .ab-txtBox .twister-TextBox.twister-TextBox2 h6 {
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
  font-size: 3em;
  letter-spacing: 0.05rem;
  color: #231f20;
  text-shadow: 0 0 5px rgba(255, 255, 255, 1);
}

.innerContainer .ab-txtBox .twister-TextBox.twister-TextBox2 .TwisterDesc span {
  display: block;

}

#recipe {
  /*border: solid 15px #b22123;*/
  padding: 5em 1em 3em 1em;
}

#recipe .innerBox {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

.border-head {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 4.5em;
  padding: 0.5em 0;
  text-align: center;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 1.5em;
}

#recipe .d-flex {
  width: 100%;
  flex-wrap: wrap;
}

#recipe .d-flex .recipe-item {
  width: calc(100% / 3);
  margin-bottom: 2em;
}

#recipe .recipe-name {
  font-size: 2.5em;
  text-align: center;
  margin: 0.5em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#recipe .recipe-txt {
  font-size: 1.8em;
  margin-top: 1em;
  line-height: 1.6;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho",
    "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E",
    "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#recipe .d-flex .recipe-item img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.purchase_section.sec01 {
  border: none !important;
}

.ib {
  display: inline-block;
  font-style: normal;
}

.sp {
  display: none;
}

/*
.mainSlideWrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;

}
*/
.mainVis {
  background: #f7f5e9;
}

.returnLinkBox {
  text-align: right;
  width: 100%;
  margin: 0 auto;
  margin-top: 2%;
}

.returnLinkBox a {
  font-size: 2.5em;
  border-bottom: solid 1px #000;
  display: inline-block;
  color: #000;
}

.returnLinkBox a:hover {
  border-bottom: solid 1px #b22123;
  color: #b22123;
}

/*.productsItems__detailsView-BOx .selectedProduct__ImgBox img.ProductImg {
  width: 100%;
  max-width: 470px;
  display: block;
}*/

.selectedProduct__InfoBox {
  width: 80%;
}

/*.selectedProduct__InfoBox {
  width: 60%;
}*/

/*.selectedProduct__ImgBox {
  width: 40%;
}*/

.fvFx {
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  align-items: center;
}


.fvFx .txt {
  width: 40%;
}

.fvFx .txt img {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  padding: 2% 0;
}

.fvFx .mainSlideWrapper {
  width: 60%;
}

.hidden {
  margin: 0 auto;
  overflow: hidden;
  width: 90%;
}

@media (max-width: 1280px) {
  .presentBox .innerBox .fushimen .img-item img {
    max-width: 100px;
  }

  .presentBox .innerBox .fushimen .text-item h2 {
    font-size: 1.8em;
  }

  .border-head {
    font-size: 2.7em;
    max-width: 700px;
  }

  .innerContainer .ab-txtBox .twister-TextBox.twister-TextBox2 h6 {
    font-size: 2.4em;
    line-height: 1.8;
  }

  /*.btnStyled {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }*/

  /*.selectedProduct__ImgBox {
    width: 100%;
    max-width: 450px;
    margin-left: 0;
    margin-right: auto;
  }*/
  .fvFx .txt img {
    max-width: 200px;
  }
}

@media (max-width: 1024px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /*　　お客様の声スライダー */
  .patronage_section .patronage_wrapper .patronageCard_wrapperBox {
    display: block;
    grid-template-columns: none;
    grid-column-gap: 0;
    padding: 0 15px;
  }

  .voiceSlideWrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .voiceSlideWrapper .slick-slide img {
    margin: 0 auto;
    width: 90%;
  }

  #recipe .d-flex .recipe-item {
    width: 100%;
  }

  .recipeSlideWrapper {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .presentBox .innerBox {
    border-width: 8px;
  }

  .feature-section .feature-wrapperbox .featureCard_contentBox .CardBox .cardImg-Box.offer {
    justify-content: space-between;
  }

  .recipeSlideWrapper .slick-slide img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .fvFx {
    flex-wrap: wrap;
  }

  .fvFx .txt {
    width: 100%;
  }

  .fvFx .mainSlideWrapper {
    width: 100%;
  }

  .fvFx .txt img {
    max-width: 100%;
    padding: 5%;
  }

}

@media (max-width: 991px) {
  .selectedProduct__InfoBox {
    width: auto;
  }

  .selectedProduct__InfoBox {
    width: 100%;
  }

  .purchase_section .purchaseCont_wrapperBox .products_selectItemDetailsBOx .productInfo__wrapperBox .productsItems__detailsView-BOx .selectedProduct__ImgBo {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  header#header .header-inner .telBox h1 {
    font-size: 2.5rem;
  }

  header#header .header-inner .logoBox a.brandlogo img {
    max-width: 130px;
  }

  .presentBox .innerBox .fushimen .img-item img {
    max-width: 80px;
  }

  .border-head {
    font-size: 2.1em;
  }

  .innerContainer .ab-txtBox {
    left: 7%;
  }

  .innerContainer .ab-txtBox .twister-TextBox.twister-TextBox2 h6 {
    font-size: 2.1em;
  }

  .purchase_section .purchaseCont_wrapperBox {
    margin-top: 30px;
  }

  #recipe .recipe-txt {
    font-size: 1.5em;
  }

  #recipe .recipe-name {
    font-size: 2.3em;
    text-align: left;
  }

  .returnLinkBox a {
    font-size: 1.8em;
  }

  .returnLinkBox {
    width: 90%;
  }

  .btnStyled {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }


}



/* スライダーアニメーション ---------------*/
.slide-animation {
  animation: fadezoom 5s 0s forwards;
}

@keyframes fadezoom {
  0% {

    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}