@import "../js/swiper8/swiper-bundle.min.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans+SC:wght@100..900&display=swap");
@font-face {
  font-family: Antro Vectra Bolder;
  src: url("./font/Antro_Vectra_Bolder.otf");
}
@font-face {
  font-family: Oswald;
  src: url("./font/Oswald-VariableFont_wght.ttf");
}
@font-face {
  font-family: SemiBold;
  src: url("./font/NotoSansJP-Bold.ttf"),url("./font/NotoSansJP-ExtraBold.ttf"),
  url("./font/NotoSansJP-ExtraLight.ttf"),url("./font/NotoSansJP-Light.ttf"),
  url("./font/NotoSansJP-Medium.ttf"),url("./font/NotoSansJP-Regular.ttf"),
  url("./font/NotoSansJP-SemiBold.ttf"),url("./font/NotoSansJP-Thin.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("./font/Roboto-Bold.ttf"), url("./font/Roboto-Light.ttf"),
    url("./font/Roboto-Medium.ttf"), url("./font/Roboto-Thin.ttf");
}
.tb{
  display: none;
}
@media screen and (max-width: 768px){
  .tb{
    display: block;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  box-sizing: border-box;
}
.inline{
  display: inline-block;
}
.inner{
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
body {
  color: #323232;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-family: Noto Sans JP, Noto Sans JP;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  /* max-width: 1300px; */
  margin: 0 auto;
}
.fixed {
  position: fixed;
}

.width100 {
  width: 100%;
}

.width80 {
  width: 80%;
}

.width60 {
  width: 60%;
}

.container {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-between {
  justify-content: space-between;
}

.flex-around {
  justify-content: space-around;
}

.flex-direction {
  flex-direction: inherit;
}

.flex-alignItemsCenter {
  align-items: center;
}

.flex-center {
/*  justify-content: center;*/
  justify-content: right;
  align-items: center;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.margin-auto {
  margin: 0 auto;
}

img {
  width: 100%;
}

.fgfit-title {
  text-align: center;
  color: #c5bfbf;
}

.fgfit-titleLine {
  display: flex;
}

.fgfit-titleLineTitle {
  font-weight: bold;
  font-size: 24px;
  position: relative;
  border-bottom: 1px solid #fdbe01;
  padding-bottom: 10px;
}

.fgfit-titleLineRight {
  flex: 1;
  border-bottom: 1px solid #000;
}

.fgfit-mainTitle {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.fgfit-mainTitle1 {
  font-size: 18px;
  font-weight: bold;
}

.fgfit-mainTitle span {
  color: #fdbe01;
}

.fgfit-btn {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  background: #4c4442;
  border-radius: 32px;
  color: #fff;
  padding: 8px 32px;
}

.fgfit-btn-icon {
  position: absolute;
  right: 10%;
}

.form-item {
  display: flex;
  margin-bottom: 30px;
}

.formItemInput {
  flex: 1;
  width: 100%;
  height: 38px;
  padding: 0 10px;
  line-height: 38px;
}

.item-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}

.item-content {
  margin-left: 20px;
  width: 65%;
  display: flex;
}
.item-content textarea{
  padding: 20px;
}

.item-required {
  background: #000;
  color: #fff;
  padding: 2px 6px;
}

.item-content input[type="radio"] {
  display: none;
}

.item-content input[type="radio"]:checked {
  background-color: #000;
  color: #000;
}

.item-content #name323 {
  margin-left: 20px;
}

.item-radioWrap {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.checkmark {
  position: relative;
  height: 10px;
  width: 10px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
}

input[type="radio"]:checked + .checkmark:after {
  display: block;
}

.checkbox {
  display: none;
}

.checkbox-custom {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ccc;
  border-radius: 4px;
  position: relative;
  top: 5px;
  margin-right: 8px;
}

.checkbox:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 5px;
  width: 6px;
  height: 12px;
  border: 1px solid #000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.fgfit-btn2 {
  margin: 0 auto;
  position: relative;
  display: flex;
  border-radius: 32px;
  color: #fff;
  padding: 16px 0px;
  width: 220px;
  font-size: 25px;
  justify-content: center;
  background: linear-gradient(180deg, #666666 0%, #000000 100%);
}

.fgfit-btn2-icon {
  position: absolute;
  right: 5%;
  top: calc(50% - 10px);
}

.fgfit-btn2-icon {
  width: 20px;
}
.l-wrapper .fgfit-btn2-icon {
  top: calc(50% - 16px);
}

/* サンクスページ */
.l-thanks {
  position: relative;
}
.l-thanks:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  background: #EAEAEA
}
#thanks .l-thanks__conts {
  padding-bottom: 150px;
  text-align: center;
  font-size: 18px;
  line-height: 1.75;
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  #thanks .l-thanks__conts {
    padding-bottom: 100px;
    padding-top: 120px;
    font-size: 16px;
  }
}
#thanks .l-thanks__conts h1 {
  color: #ffa000;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  #thanks .l-thanks__conts h1 {
    font-size: 24px;
  }
}
#thanks .l-thanks__conts p:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #thanks .l-thanks__conts #top-header-btn{
    display: block;
  }
}
#thanks .l-thanks__conts .header-btn {
  margin: 0 auto;
  margin-top: 50px;
}
#thanks .l-thanks__conts .header-btn .header-btn-img{
  left: 0;
}
#thanks .l-thanks__conts .header-btn .header-btn-text{
  padding: 10px 0 !important;
}
/*# sourceMappingURL=styles.css.map */

/* 送信確認画面 */
#inquiry{
  padding-top: 182px;
  padding-bottom: 100px;
  background: #EAEAEA
}
@media screen and (max-width: 768px){
  #inquiry{
    padding-top: 120px;
  }
}
@media screen and (max-width: 500px){
  #inquiry{
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#inquiry .inquiry__inner{
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 768px){
  #inquiry .inquiry__inner{
    font-size: 18px;
  }
}
@media screen and (max-width: 500px){
  #inquiry .inquiry__inner{
    font-size: 14px;
  }
}
#inquiry .inquiry__inner__com{
  /* text-align: center; */
}
#inquiry form{
  margin-top: 50px;
}
@media screen and (max-width: 768px){
  #inquiry form{
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px){
  #inquiry form{
    text-align: left;
  }
}
#inquiry .inquiry__inner--item{
  display: flex;
      line-height: 1.5;
      border-bottom: .1px solid #333;
      padding-top: 20px;
      padding-bottom: 10px;
      width: 90%;
      margin-right: 0;
      margin-left: auto;
      text-align: left;
}
#inquiry .inquiry__inner--item:not(:first-of-type){
  /* margin-top: 20px; */
}
#inquiry .inquiry__inner--item--th{
  width: 40%;
}
@media screen and (max-width: 768px){
  #inquiry .inquiry__inner--item--th{
    width: 50%;
  }
}
#inquiry .inquiry__inner--item--td{
  width: 60%;
}
@media screen and (max-width: 768px){
  #inquiry .inquiry__inner--item--td{
    width: 50%;
  }
}
#inquiry .inquiry__inner--content--submit{
  /* display: inline-block; */
  max-width: 250px;
}
#inquiry .wrap{
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 768px){
  #inquiry .wrap{
    gap: 20px;
    margin-top: 50px;
  }
}
#inquiry .inquiry__inner--content--submit input{
  font-size: 20px;
}
#inquiry button{
  background: transparent;
}
/* 送信確認画面 */

/* o-wrapper編集 */
.o-wrapper .j-title3{
  font-size: 26px;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 768px){
  .o-wrapper .j-title3{
    font-size: 17px !important;
  }
}

.o-wrapper .j-price .price{
  font-size: 120px;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .o-wrapper .j-price .price{
    line-height: 1;
    font-size: 70px;
  }
}
@media screen and (max-width: 400px){
  .o-wrapper .j-price .price{
    font-size: 60px;
  }
}

.o-wrapper .j-price .text{
  font-size: 38px;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .o-wrapper .j-price .text{
    font-size: 22px;
  }
}
.o-wrapper .j-price .text.postage{
  margin-left: 25px;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .o-wrapper .j-price .text.postage{
    margin-left: 0;
  }
}
/* o-wrapper編集 */

/* p-wrapper編集 */
.p-wrapper .rack-content{
  margin-bottom: 0;
}
.p-wrapper .p-list-block .rack-content.first{
  position: relative;
  padding-left: 5px;
  letter-spacing: .06em;
}
.p-wrapper .p-list-block .rack-content.first:after{
  content: "";
  position: absolute;
  background: #000;
  top: 13px;
  left: 0;
  height: 1.5px;
  width: 145px;
}
.p-wrapper .p-list-block .rack-content.first .rack-price{
  font-size: 16px;
}
.p-wrapper .p-list-block .rack-content.first .rack-unit{
  font-size: 16px;
}

.p-wrapper .p-list-block .rack-content.second{
  color: #f00000;
}

.p-wrapper .p-list-block .rack-content.second .rack-price{
  font-size: 36px;
  letter-spacing: .04em;
}
@media screen and (max-width: 768px){
  .p-wrapper .p-list-block .rack-content.second .rack-price{
    font-size: 30px;
    letter-spacing: .06em;
  }
}

.p-wrapper .p-list-block .rack-content.second .rack-unit{
  font-size: 18px;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px){
  .p-wrapper .p-list-block .rack-content.second .rack-unit{
    font-size: 14px;
    letter-spacing: .04em;
  }
}

.p-wrapper .p-list-block .rack-content.second + .title7 {
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .p-wrapper .p-list-block .rack-content.second + .title7 {
    margin-top: 10px;
  }
  .p-wrapper .p-list-block .title7.mShow{
    margin-top: 10px;
  }
}
.p-wrapper .rack-content{
  margin-bottom: 0;
}
/* p-wrapper編集 */