@charset "utf-8";

#catalog-form{
    max-width: 700px;
    margin: 30px auto 80px;
}

#catalog-form.thanks .catalog-form__main-heading{
  padding-left: 0;
}

#catalog-form.check .catalog-form__main-heading{
  padding-left: 0;
}
#catalog-form.check .catalog-form__submit input[type="submit"]{}

#catalog-form .catalog-form__main-heading{
  font-family: YuMincho,Yu Mincho,'游明朝',"ヒラギノ明朝 ProN W6",HiraMinProN-W6,"HG明朝E","ＭＳ Ｐ明朝",MS PMincho,"MS 明朝",serif;
  color: #c3674d;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  padding-left: 170px;
}
#catalog-form .catalog-form__table{
    margin: 0 auto 30px;
    width: 100%;
}
#catalog-form .attention{
    color: #c3674d;
}
#catalog-form .catalog-form__heading{
    text-align: right;
    padding: 15px 5px 15px 5px;
    vertical-align: top;
    font-size: 15px;
}
#catalog-form .catalog-form__contents{
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
}
#catalog-form .catalog-form__contents input[type="text"]{
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
	height: 40px;
}
#catalog-form .catalog-form__contents input[type="text"][name="hina_kana"]{
  margin-bottom: 0;
}
#catalog-form .catalog-form__contents.tel input[type="text"]{
  width: auto
}

#catalog-form .catalog-form__contents input[type="email"]{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
	height: 40px;
}

#catalog-form .catalog-form__submit input[type="submit"]{
    font-family: "Hannari","Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 313px;
    height: 56px;
    border: none;
    border-radius: 28px;
    line-height: 1;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 0.2em;
    cursor: pointer;
    background-color: #d7b7c2;
}
#catalog-form .catalog-form__submit .toBack{
  background-color: #f5f5f5!important;
  color: #808080!important;
	border: 1px solid #c0c0c0!important;
	
}

#catalog-form .catalog-form__submit .toBack:hover {
  opacity:0.7;
}


#catalog-form .catalog-form__submit input[type="submit"]:hover{
    border: 1px solid #d7b7c2;
    opacity:1;
    transition: all 0.2s;
    background-color: #fff;
    color: #d7b7c2;
}
#catalog-form .catalog-form__contents textarea{
  resize: vertical;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
}
#catalog-form .catalog-form__submit{
  margin: 20px!important;
}

@media only screen and (max-width: 699px){
	#catalog-form .catalog-form__submit{
	 margin: 0px;
	}
}



#catalog-form .catalog-form__btn-area{
  display: flex;
  justify-content: center;

}

#catalog-form.check .catalog-form__btn-area{
  padding-left: 0;
  flex-direction: column;
}

#catalog-form.check .catalog-form__submit.check_display{
  margin-top: 30px;
}
/*
 #catalog-form.check .catalog-form__submit.check_display .toBack{
  background-color: #fff;
    color: #d7b7c2;
    border: 1px solid #d7b7c2;
}
#catalog-form.check .catalog-form__submit.check_display .toBack:hover{
  opacity: .6;
} */
#catalog-form .catalog-form__check-text{
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
}
#catalog-form .mw_wp_form_preview .catalog-form__heading{
  border-top: 1px solid #ccc;
  width: 200px;
}
#catalog-form .mw_wp_form_preview .catalog-form__contents{
  border-top: 1px solid #ccc;
}

#catalog-form .catalog-form__to-top a{font-family: "Hannari","Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;font-weight: normal;display: flex;align-items: center;justify-content: center;width: 313px;height: 56px;border: none;border-radius: 28px;line-height: 1;font-size: 18px;margin: 0 auto;color: #fff;letter-spacing: 0.2em;cursor: pointer;background-color: #d7b7c2;}

#catalog-form .catalog-form__to-top a:hover{border: 1px solid #d7b7c2;opacity: 1;transition: all 0.2s;background-color: #fff;color: #d7b7c2;}


#catalog-form.thanks .catalog-form__thanks--text{
  text-align: center;
    line-height: 2;
    margin-bottom: 50px;
}


#catalog-form .catalog-form__submit input[type="submit"]:focus {
  outline: none;
}

/* add 20200604 */
#catalog-form .catalog-form__contents.catalog_want label,
#catalog-form .catalog-form__contents.maga_want label {
  display: block;
}
#catalog-form .catalog-form__contents.catalog_want .horizontal-item + .horizontal-item,
#catalog-form .catalog-form__contents.maga_want .horizontal-item + .horizontal-item {
  margin: 0;
}
#catalog-form .catalog-form__contents.category_want {
  display: flex;
  flex-wrap: wrap;
}
#catalog-form .catalog-form__contents.category_want div {
  width: calc(100% / 2);
}
#catalog-form.check .catalog-form__contents.category_want div {
  width: 100%;
}
#catalog-form.check .catalog-form__contents.category_want span {
  display: block;
}

@media (max-width: 641px){
  #catalog-form{
    max-width: 100%;
    margin: 3vw auto 10vw;
  }
  #catalog-form.check{
    max-width: 100%;
  }

  #catalog-form.thanks .catalog-form__main-heading{
  }

  #catalog-form.check .catalog-form__main-heading{
  margin-bottom: 3vw;
  }
  #catalog-form.check .catalog-form__submit input[type="submit"]{}

  #catalog-form .catalog-form__main-heading{padding-left: 0;font-size: 5vw;}
  #catalog-form .catalog-form__table{margin: 0 auto;}
  #catalog-form .attention{
  }
  #catalog-form .catalog-form__heading{width: 100%;display: block;text-align: center;font-size: 3.75vw;padding: 1vw;}
  #catalog-form .catalog-form__contents{
    width: 100%;
    display: block;
    padding: 1vw;
    margin-bottom: 5vw;
	  font-size:16px;
}
  #catalog-form .catalog-form__contents input[type="text"]{
  padding: 2vw;
  font-size: 3.5vw;
  }
  #catalog-form .catalog-form__contents.tel input[type="text"]{
  }

  #catalog-form .catalog-form__contents input[type="email"]{
  padding: 2vw;
  font-size: 3.5vw;
  }

  #catalog-form .catalog-form__submit input[type="submit"]{
  width: 100%;
	  max-width: 400px;
  height: 50px;
  font-size: 18px;
  }
  #catalog-form .catalog-form__submit input[type="submit"]:hover{
  }
  #catalog-form .catalog-form__contents textarea{padding: 2vw;}
  #catalog-form .catalog-form__submit{margin: 0;}
  #catalog-form .catalog-form__btn-area{
  padding-left: 0;
  }

  #catalog-form.check .catalog-form__btn-area{
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  }
  #catalog-form .catalog-form__check-text{
  font-size: 3.75vw;
  }
  #catalog-form .mw_wp_form_preview .catalog-form__heading{width: 100%;background-color: #f7f7f7;border: none;margin-bottom: 3vw;}
  #catalog-form .mw_wp_form_preview .catalog-form__contents{
  border: none;
  width: 90%;
  margin: 0 auto 5vw;
  }

  #catalog-form .catalog-form__to-top a{
  width: 42.98vw;
  height: 8.75vw;
  font-size: 3.44vw;
  }

  #catalog-form .catalog-form__to-top a:hover{

  }


  #catalog-form.thanks .catalog-form__thanks--text{font-size: 3.45vw;margin-bottom: 8vw;}
  #catalog-form.check .catalog-form__submit.check_display{
    margin-top: 5vw;
  }
  #catalog-form.check .catalog-form__submit.check_display .toBack{
  }


  /* add 20200604 */
  #catalog-form .catalog-form__contents.category_want div {
    width:  100%;
  }
  .add-bnr {
    margin-bottom: 5vw;
  }

}

/*20210825 特典バナー追加*/
.catalog_tokuten_2022 {
  background: #F8F7F1;
  padding: 11px;
  outline: 2px solid #E6E4D5;
  outline-offset: -8px;
  margin: 120px 0 60px;
}
.catalog_tokuten_inner {
  border: 1px solid #E6E4D5;
  padding: 40px 40px 60px;
  position: relative;
}
.catalog_tokuten_2022 .catalog_tokuten_inner h2 {
  font-size: 36px;
  background-image: url(../img/tokuten/tokuten_title.svg);
  color: #FFF;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 0 20px;
  position: absolute;
  width: 500px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.catalog_tokuten_box01,.catalog_tokuten_box02 {
  width: 800px;
  margin: 0 auto;
  position: relative;
}
.catalog_tokuten_inner .label {
  background-image: url(../img/tokuten/tokuten_deco01.svg);
  width: 90px;
  height: 106px;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  background-position: center;
  padding-top: 42px;
}
.catalog_tokuten_inner .label p {
  line-height: 1.5;
  font-size: 12px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.catalog_tokuten_text01,.catalog_tokuten_text02,.catalog_tokuten_text03,.catalog_tokuten_text04 {
  position: absolute;
}
.catalog_tokuten_text01 {
  top: 10px;
  left: 10px;
  transform: rotate(-10deg);
}
.catalog_tokuten_text02 {
  top: -10px;
  right: 290px;
  transform: rotate(10deg);
}
.catalog_tokuten_text03 {
  bottom: 150px;
  right: 0px;
  transform: rotate(8deg);
}
.catalog_tokuten_text04 {
  top: 170px;
  right: 13px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  color: #FFF;
}
.catalog_tokuten_box02 .catalog_tokuten_text04 {
  top: 162px;
  right: 93px;
}
div.catalog_tokuten_text04 p {
  line-height: 1.2;
  font-size: 16px;
}
.catalog_tokuten_text04 p span {
  font-size: 20px;
}
.catalog_tokuten_text04 p span.bg {
  font-size: 24px;
  position: relative;
}
.catalog_tokuten_text04 p span.bg::before {
  content: "";
  background-image: url(../img/tokuten/tokuten_deco02.png);
  width: 45px;
  height: 15px;
  display: block;
  position: absolute;
  background-size: contain;
  top: -10px;
  background-position: center;
  left: 0px;
}
.catalog_tokuten_box01 {
  margin-top: 30px;
}
.catalog_tokuten_text_hina {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-65%);
}
.catalog_tokuten_text_hina p.catalog_tokuten_text_hina_title {
  font-size: 26px;
  color: #B5A224;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.catalog_tokuten_text_hina p.catalog_tokuten_text_hina_text {
  margin-top: 10px;
  line-height: 1.8;
}
.catalog_tokuten_text_gogatsu {
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-35%);
}
.catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_title {
  font-size: 26px;
  color: #B5A224;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_text {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 20px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.catalog_tokuten_box02 {
  margin-top: 20px;
}
.w-75 {
  width: 750px;
  margin: 0 auto;
}
.catalog_form_btn a {
  display: block;
  background-image: url(../img/tokuten/tokuten_btn.png);
  width: 520px;
  padding: 18px 0 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 60px auto 20px;
  height: 78px;
  background-position: center;
}
.catalog_form_btn a span {
  font-size: 26px;
  color: #FFF;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.catalog_form_btn a span::after {
  content: "";
  background-image: url(../img/tokuten/tokuten_btn_t.svg);
  width: 20px;
  height: 12px;
  display: inline-block;
  margin: 0 0 3px 10px;
  background-size: contain;
  background-position: center;
}
.catalog_form_btn a span.text-s {
  font-size: 20px;
}
.catalog_form_btn a span.text-s::after {
  content: none;
}

@media only screen and (max-width: 669px){
  .w-75 {
    width: 100%;
  }
  .catalog_form_btn a {
    width: 81.25vw;
    height: 13.188vw;
    margin: 6vw auto 4vw;
    padding: 3vw 0 3.5vw;
  }
  .catalog_form_btn a span {
    font-size: 4.375vw;
  }
  .catalog_form_btn a span.text-s {
    font-size: 3.125vw;
  }
  .catalog_form_btn a span::after {
    width: 3.438vw;
    height: 2.188vw;
    margin: 0 0 .8vw 2vw;
    background-repeat: no-repeat;
  }
  .catalog_tokuten_2022 {
    margin: 25vw 0 12vw;
  }
  .catalog_tokuten_inner {
    padding: 4vw 0 10vw;
  }
  .catalog_tokuten_2022 .catalog_tokuten_inner h2 {
    font-size: 5.625vw;
    padding: 1.5vw 0;
    width: 76.563vw;
    height: 12.5vw;
    background-size: contain;
    top: -7vw;
  }
  .catalog_tokuten_box01, .catalog_tokuten_box02 {
    width: 100%;
  }
  .catalog_tokuten_box01 {
    margin-top: 6vw;
  }
  .catalog_tokuten_inner .label {
    width: 22.188vw;
    height: 26.25vw;
    padding-top: 11.555vw;
    background-size: contain;
  }
  .catalog_tokuten_inner .label p {
    font-size: 2.813vw;
  }
  .catalog_tokuten_text01 {
    top: -2vw;
    left: unset;
    right: 5vw;
  }
  .catalog_tokuten_text02 {
    top: 45vw;
    right: unset;
    transform: rotate(-15deg);
    left: 12vw;
  }
  .catalog_tokuten_inner .label.catalog_tokuten_text02 {
    padding-top: 10.555vw;
  }
  .catalog_tokuten_text03 {
    bottom: 81vw;
    right: 20vw;
  }
  .catalog_tokuten_text04 {
    top: unset;
    right: 10vw;
    bottom: 64vw;
  }
  div.catalog_tokuten_text04 p {
    font-size: 3.438vw;
  }
  .catalog_tokuten_text04 p span {
    font-size: 4.375vw;
  }
  .catalog_tokuten_text04 p span.bg {
    font-size: 5.313vw;
  }
  .catalog_tokuten_text04 p span.bg::before {
    width: 9.844vw;
    height: 2.969vw;
    top: -2vw;
    left: 1vw;
    background-repeat: no-repeat;
  }
  .catalog_tokuten_text_hina {
    width: 100%;
    left: 1vw;
    transform: unset;
    bottom: 3vw;
  }
  .catalog_tokuten_text_hina p.catalog_tokuten_text_hina_title {
    font-size: 4.6vw;
  }
  .catalog_tokuten_text_hina p.catalog_tokuten_text_hina_text {
    margin-top: 2vw;
    line-height: 1.5;
  }
  .catalog_tokuten_text_gogatsu {
    width: 100%;
    left: 1vw;
    transform: unset;
    bottom: 15vw;
  }
  .catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_title {
    font-size: 4.6vw;
  }
  .catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_text {
    margin-top: 2vw;
    line-height: 1.5;
  }
  .catalog_tokuten_box02 .catalog_tokuten_text04 {
    top: 5vw;
    right: 5vw;
  }
  .catalog_tokuten_box02 {
    margin-top: 5vw;
  }
  .catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_text {
    font-size: 4.2vw;
  }
}
/* ここから　21.10.08追記 */
.catalog_form_btn-hina,.catalog_form_btn-gogatsu {
  display: block;
  text-align: center;
  margin: 60px auto 30px;
  height: 180px;
  position:relative;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .catalog_form_btn-gogatsu {
    margin-top: unset;
  }
  p.catalog_form_btn-hina_txt01,p.catalog_form_btn-gogatsu_txt01 {
      color: #fff;
      font-size: 36px!important;
      /* font-weight: 400; */
      position: absolute;
      top: 30px;
      left: 63px;
      letter-spacing: 0.06em;
      /* font-weight: normal!important; */
  }
  p.catalog_form_btn-gogatsu_txt01 {
    left: 35px;
}
  p.catalog_form_btn-hina_txt02,p.catalog_form_btn-gogatsu_txt02 {
      color: #D38399;
      font-size: 22px!important;
      position: absolute;
      bottom: 27px;
      /* text-align: center; */
      left: 130px;
      /* transform: translateX(-50%); */
      letter-spacing: 0.02em;
  }
  p.catalog_form_btn-gogatsu_txt02 span {
    color: #537CBE;
}

  .catalog_tokuten_text_gogatsu {
      text-align: center;
      position: absolute;
      top: 103px;
      left: 50%;
      transform: unset;
  }
  .catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_text {
      margin-top: 10px;
      line-height: 1.5;
      font-size: 14px;
      position: relative;
    font-family: unset;
  }
  @media only screen and (max-width: 699px) {
  .catalog_form_btn-hina,.catalog_form_btn-gogatsu {
      display: block;
      text-align: center;
      margin: 9.37vw auto 4.682vw;
      height: 43.43vw;
  }
  p.catalog_form_btn-hina_txt01 span,p.catalog_form_btn-gogatsu_txt01 span {
      font-size: 6.56vw;
  }
  p.catalog_form_btn-hina_txt01,p.catalog_form_btn-gogatsu_txt01 {
      top: 9.93vw;
      left: 5.25vw;
      font-size: 5vw!important;
      line-height: 1.6!important;
  }
  p.catalog_form_btn-hina_txt02,p.catalog_form_btn-gogatsu_txt02 {
      font-size: 3.43vw!important;
      bottom: 4.84vw;
      left: 50%;
      transform: translateX(-54%);
  }
  .catalog_form_btn-gogatsu {
    margin-top: unset;
}

p.catalog_form_btn-gogatsu_txt01 {
    top: 6.56vw;
}

p.catalog_form_btn-gogatsu_txt02 {
    bottom: 5.625vw;
}
  .catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_title {
      font-size: 5vw;
  }
  .catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_text {
      font-size: 3.43vw;
  }
  .catalog_tokuten_text_gogatsu {
      width: auto;
      left: 18vw;
      transform: unset;
      top: 5.43vw;
  }
  hr.c-hr {
      margin: 18.75vw 0 1.56vw;
  }
  .catalog_tokuten_text_gogatsu p.catalog_tokuten_text_gogatsu_text {
      margin-top: unset;
  }
  }

  .catalog_tokuten_text_hina {
      bottom: 50px;
  }
  .catalog_tokuten_box02 {
      margin-top: 50px;
  }
  .catalog_tokuten_box01 {
      margin-top: 45px;
  }
  .c-hr {
      margin: 120px 0 10px;
  }
  #catalog-form {
      margin: 40px auto 80px;
  }
  #catalog-form .catalog-form__btn-area {
	  flex-direction: row-reverse;
    justify-content: center;
  }
@media only screen and (max-width: 699px){
	#catalog-form .catalog-form__btn-area{
      flex-direction: column;
	}		
}

  #catalog_main h1 {
      font-size: 52px;
  }
  @media only screen and (max-width: 669px){
  #catalog_main h1 {
      bottom: 13vw;
      font-size: 7vw;
  }
  #catalog_main .sttl_03 {
      bottom: 13vw;
  }
  .catalog_tokuten_text_hina {
      bottom: 7vw!important;
  }
  }
  #catalog-form .catalog-form__main-heading{
    padding-left: unset;
  }
  @media only screen and (max-width: 669px) {
#catalog_main h1 {
    bottom: 6vw;
    font-size: 7vw!important;
    line-height: 1.2;
}
#catalog_main .sttl_03 {
  bottom: 5vw;
}
}
#catalog_main h1 {
  font-size: 46px;
}
/* 11.12追記 */
#catalog_main .sttl_02 {
    color: #F0C408;
    font-size: 43px;
    top: 85px;
    left: 0;

     /*20220520*/
    top: 75px;
    left: -42px;

    display: none;
}
#catalog_main h1 {
  font-size: 66px;
  color: #575556;
  bottom: 117px;
  line-height: 1.15;
  left: -558px;
  /* letter-spacing: -0.4rem; */
  letter-spacing: 0rem;
  /* font-weight: bold; */
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  /* line-height: 1.12;*/
}
#catalog_main h1:before {
    content:"";
    background:url(https://test.tougyoku.com/wp-content/themes/tougyoku_theme/img/2021/catalog_font_pc.png);
    width: 458px;
    height: 194px;
    display: block;
    position: absolute;
    top: -13px;
    left: 291px;
    background-size: contain;

    display: none;
}
#catalog_main .sttl_03 {
    bottom: 50px;
    color: #fff;
    font-size: 32px;

    display: none;
}
.catalog_form_btn-free {
    position: relative;
    font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro",HGS明朝E, メイリオ, Meiryo, serif;
}
.catalog_form_btn-free:before {
    content:"";
    background:url(../img/tokuten/gold_tag.png) no-repeat;
    width: 150px;
    height: 164px;
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    z-index:1;

    /*20220520非表示対応*/
    display: none;
}
.catalog_form_btn-free .catalog_form_btn-free_txt01 {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 19px;
    left: 85px;
}
.catalog_form_btn-free .catalog_form_btn-free_txt02 span {
    color:#D39200;
    font-size:22px;
    bottom: 34px;
    left: 130px;
    letter-spacing: 0.06em;
    display: inline-block;
    position: absolute;
}

p.catalog_form_btn-hina_txt01,p.catalog_form_btn-gogatsu_txt01 {
    font-size: 24px!important;
    letter-spacing: 0.06em;
    top: 12px;
    /* text-align: center; */
    left: 50%;
    transform: translateX(-56%);
}
.catalog_form_btn-hina {
    margin: 30px auto 30px;
    height: unset;
}
.catalog_form_btn-gogatsu {
    height: unset;
}
.fc-red {
	color: #FF0000;
}
@media screen and (max-width:669px) {
.w-75 {
margin-top: -15%;
}
#catalog_main .sttl_02 {
    font-size: calc(100vw / 640 * 32);
    top: calc(100vw / 640 * 146);
}
#catalog_main h1 {
   /* font-size: calc(100vw / 640 * 63)!important;
   bottom: calc(100vw / 640 * 90);
   left: calc(100vw / 640 * (-12));
   letter-spacing: -0.03rem;
   font-weight: bold; */
   font-size: calc(100vw / 640 * 54)!important;
   bottom: calc(100vw / 640 * 211);
   left: calc(100vw / 640 * (0));
   letter-spacing: -0.2rem;
   font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro",HGS明朝E, メイリオ, Meiryo, serif
}
#catalog_main h1 br{
  display: none;
}
_::-webkit-full-page-media, _:future, :root #catalog_main h1 {
	letter-spacing: -0.03em;
}
#catalog_main h1:before {
    content:"";
    background:url(https://test.tougyoku.com/wp-content/themes/tougyoku_theme/img/2021/catalog_font_sp.png);
    width: 59.37vw;
    height: 25.62vw;
    display: block;
    position: absolute;
    background-size: contain;
    top: -1.8vw;
    left: 50%;
    transform:translateX(-50%);

    display: none;
}
#catalog_main .sttl_03 {
    bottom: calc(100vw / 640 * 45);
    font-size: calc(100vw / 640 * 26);
}
.catalog_form_btn-free .catalog_form_btn-free_txt01 {
    font-size:calc(100vw / 640 * 42);
    top: calc(100vw / 640 * 38);
    left: calc(100vw / 640 * 62);
    line-height:1.2;
    text-align:center;
}
.catalog_form_btn-free .catalog_form_btn-free_txt02 span {
    color:#D39200;
    font-size:calc(100vw / 640 * 22);
    bottom: calc(100vw / 640 * 31);
    left: calc(100vw / 640 * 164);
	position: absolute;
}
.catalog_form_btn-free:before {
    content:"";
    background:url(../img/tokuten/gold_tag_sp.png) no-repeat;
    width: calc(100vw / 640 * 182);
    height: calc(100vw / 640 * 196);
    background-size: contain;
    display: block;
    position: absolute;
    right: 0;
    top: calc(100vw / 640 * 95);
    left: calc(100vw / 640 * (-33));
    z-index:1;

    /*20220520非表示対応*/
    display: none;
}
p.catalog_form_btn-hina_txt01,p.catalog_form_btn-gogatsu_txt01 {
    font-size: calc(100vw / 640 * 25)!important;
    letter-spacing: 0.06em;
    top: calc(100vw / 640 * 21);
    left: calc(100vw / 640 * 40);
    transform: unset;
}
.catalog_form_btn-hina {
    margin: calc(100vw / 640 * 60) 0 calc(100vw / 640 * 20);
    height: calc(100vw / 640 * 80);
}
.catalog_form_btn-gogatsu {
    height: calc(100vw / 640 * 80);
}
.fs24.sp {
	display:inline-block;
	font-size:calc(100vw / 640 * 24);
}
}
.catalog_form_btn-free a,
.catalog_form_btn-hina a,
.catalog_form_btn-gogatsu a {
    display:block;
}

/*2022/05/06*/
@media screen and (min-width: 670px){
  div.page_wrap div.title_wrap > p{
    margin: 0;
  }
  .g-column > .w-75:first-child{
    margin-bottom: 50px;
  }
}

div.page_wrap h3.catalog-form-title-flower{
  background: none;
  padding-top: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
div.page_wrap h3.catalog-form-title-flower:before,
div.page_wrap h3.catalog-form-title-flower:after{
  content:"";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(/img/col_list_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}
div.page_wrap p.catalog-form__txt__limitwidth{
    display: block;
    margin: 0 auto;
    width: 450px;
    margin-bottom: 2em;
}

/*改修カタログ請求フォーム 241209*/
@media (min-width: 642px){
  #catalog-form .catalog-form__contents.flex-checkbox {
    display: flex;
    flex-wrap: wrap;
  }
  #catalog-form .catalog-form__contents.flex-checkbox span {
    width: calc(100% / 2);
  }
}
@media (min-width: 642px){
  #catalog-form .catalog-form__contents.flex-radio {
    display: flex;
    flex-wrap: wrap;
  }
  #catalog-form .catalog-form__contents.flex-radio span {
    width: calc(100% / 3);
  }
}

.mw_wp_form .vertical-item + .vertical-item {
	margin-top: 0px!important; 
}

#catalog-form .catalog-form__contents.flex-first {
	display: flex;
}
#catalog-form .catalog-form__contents.flex-last {
	display: flex;
}
#catalog-form .catalog-form__contents.flex-last span {
	margin-top: 5px;
}
#catalog-form .catalog-form__contents.flex-first label[for="hina00-1"] {
	margin-right:5px;
}

@media (max-width: 641px){
  #catalog-form .catalog-form__contents.flex-checkbox {
    display: block;
  }
  #catalog-form .catalog-form__contents.flex-checkbox span {
    width: 100%;
  }

#catalog-form .catalog-form__contents.flex-last {
	display: flex;
	justify-content: space-around;
}
	#catalog-form .catalog-form__contents.flex-first span.mwform-checkbox-field-text {
	width: 75%;
    position: relative;
    display: inline-block;
    top: 10px;
	}

  div.page_wrap h3.catalog-form-title-flower{
    font-size: 4vw;
  }
  div.page_wrap h3.catalog-form-title-flower:before,
  div.page_wrap h3.catalog-form-title-flower:after{
    width: 4vw;
    height: 4vw;
  }
  div.page_wrap p.catalog-form__txt__limitwidth{
      width: 100%
  }
}

body{
  overflow: hidden;
}
#catalog-form .img_wrap{
  margin: 0 -100%;
  padding-bottom: 65px;
}
#catalog-form .img_wrap figure{
  width: 1000px;
  margin: 0 auto !important;
  max-width: 100%;
}
#catalog-form .img_wrap figure + figure{
  padding-top: 86px;
}

@media (max-width: 1000px) and (min-width: 642px){

  #catalog-form .img_wrap{
    margin:0 auto;
  }
}
@media (max-width: 641px){

  #catalog-form .img_wrap{
    margin: 0 -100%;
    padding-top: calc(100vw/ 640 * 65);
    padding-bottom: calc(100vw/ 640 * 65);
  }
  #catalog-form .img_wrap figure{
    width: 100vw;
    margin: 0 auto;
  }
  #catalog-form .img_wrap figure:nth-child(2){
    width: calc(100vw/ 640 * 613);
  }
  #catalog-form .img_wrap figure + figure{
    padding-top: calc(100vw/ 640 * 65);
  }

}


/*お客様の声フォームタイトル*/
.customer-voice_form .title_wrap{
  position: relative;
}
.customer-voice_form #catalog_main h1{
  position: relative;
  left: unset;
  bottom: unset;
  line-height: inherit;
  letter-spacing: inherit;
}
.customer-voice_form #catalog_main h1:before{
  display: none;
}

.customer-voice_form .title_wrap_year{
  position: absolute;
  text-align: center;
  width: 100%;
  font-family: "noto serif JP",serif;
  font-size: 30px;
  top: 56px;
  padding-left: 15px;
  color: #ffffff;
  letter-spacing: calc(2em / 30);
  display: block;
}
@media only screen and (max-width: 1000px){
  .customer-voice_form .title_wrap_year{
    font-size: calc(100vw / 1000 * 30);
    top: calc(100vw / 1000 * 56);
    padding-left: calc(100vw / 1000 * 15);
  }
}
@media only screen and (max-width: 699px){
  .customer-voice_form .title_wrap_year{
    font-size: calc(100vw / 640 * 30);
    top: calc(100vw/640 * 168);
    padding-left: calc(100vw/640 * 15);
  }
  .customer-voice_form .title_wrap img{
    width: 100%;
  }
}


.saiji_Bnr02{
	width: 80%;
	margin: 0 auto 40px;
}

@media only screen and (max-width: 699px){
	.saiji_Bnr02{
	width: 100%;
	margin: 20px auto;
	}
}
