@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav, ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html{
  width: 100%;
  height: 100%;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body{
    font-size: 14px;
  }
}

img{
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.mincho{
  font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
}

.btn{
  color: #fff;
  cursor: pointer;
  display: block;
  transition: 0.3s;
  margin: auto;
}

/* ヘッダー */
.header{
  width: 100%;
  padding: 20px 0 0 45px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .header{
    padding: 20px;
  }
}

.header .logo{
  /* width: 236px; */
  height: 30px;
}

@media screen and (max-width: 767px) {
  .header .logo{
    /* width: 120px; */
    height: 20px;
  }
}


/* ファーストビュー */
.mv_area{
  background-image: url(../img/mainvisual_pc.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  position: relative;
}
.mv_area:before {
  background-color: rgba(0,0,0,0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}

@media screen and (max-width: 767px) {
  .mv_area{
    background-image: url(../img/mainvisual_sp.png);
  }
}

.text_contents{
  color: #fff;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.main_box{
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: 1s all ease;
}

.main_box .main_ttl{
  font-size: 75px;
  font-weight: 200;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 767px) {
  .main_box .main_ttl {
    font-size: 45px;
    font-weight: 200;
    letter-spacing: 0.08em;
    line-height: 1.8em;
    margin: 30px 0 50px;
  }
  .main_box .main_ttl span{
    font-size: 75px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .main_box .main_ttl{
    font-size: 18px;
    line-height: 2.5em;
    margin: 3% 0 5%;
  }
  .main_box .main_ttl span{
    font-size: 45px;
    display: block;
  }
}

.main_box .main_lead{
  font-size: 24px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .main_box .main_lead{
    font-size: 16px;
  }
}

.cv_box{
  margin-top: 30px;
  opacity: 0;
  transition: 1s all ease;
}

.cv_box .txt{
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .cv_box .txt{
    font-size: 16px;
  }
}

.cv_box .btn{
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 16px;
  width: 305px;
  padding: 12.5px 0;
  background: rgba(0,0,0,0.3);
}

@media screen and (max-width: 767px) {
  .cv_box .btn{
    width: 80%;
  }
}

.cv_box .btn:hover{
  background: #000;
}

/* アニメーション */
.fadeIn {
  opacity: 1 !important;
  animation: fadeIn 2s ease 0s 1 forwards;
  -webkit-animation: fadeIn 2s ease 0s 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* コンテンツ */
.contents_area{
  background: transparent linear-gradient(90deg, #E0E0E0 0%, #FFFFFF 48%, #F4F4F4 100%) 0% 0% no-repeat padding-box;
  padding: 120px;
}

@media screen and (max-width: 767px) {
  .contents_area{
    padding: 60px 20px;
  }
}

.ttl{
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .ttl{
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.catch{
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3.1;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .catch{
    font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.lead{
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 3.1;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .lead{
    text-align: left;
    line-height: 2;
    margin-bottom: 30px;
  }
}

.about_img{
  width: 536px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .about_img{
    width: 100%;
  }
}

.merit_area{
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

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

.merit_area:before{
  content: "";
  background-color: #ddd;
  display: block;
  margin: auto;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .merit_area:before{
    display: none;
  }
}

.merit_area:after{
  content: "";
  background-color: #ddd;
  display: block;
  margin: auto;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .merit_area:after{
    display: none;
  }
}

.merit_area img{
  width: 100px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {
  .merit_area img{
    margin: 0 auto 15px;
  }
}

.merit_area li{
  text-align: center;
  width: 50%;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .merit_area li{
    width: 100%;
    padding: 30px 20px;
  }
  .merit_area li:not(:last-child){
    border-bottom: 1px solid #ddd;
  }
}

.merit_area .merit_ttl{
  background: linear-gradient(transparent 70%, #FFEF67 0%);
  display: inline;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .merit_area .merit_ttl{
    font-size: 16px;
  }
}

.merit_area .merit_txt{
  font-size: 18px;
  text-align: left;
  line-height: 2.2;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .merit_area .merit_txt{
    font-size: 14px;
    line-height: 2;
    margin-top: 15px;
  }
}

.img_area img{
  width: 100%;
  vertical-align:bottom;
}

.img_area2 {
  margin-bottom: 20px;
}

.img_area2 img {
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .img_area2 img {
    width: 100%;
    margin: 0 auto;
  }
}

.preparation{
  background-color: #fff;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .preparation{
    padding: 30px 20px;
  }
}

.preparation .subttl{
  font-size: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .preparation .subttl{
    font-size: 16px;
    margin-bottom: 30px;
  }
}

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

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

.preparation_list dl{
  width: 30%;
}

@media screen and (max-width: 767px) {
  .preparation_list dl{
    width: 100%;
  }
  .preparation_list dl:not(:last-child){
    margin-bottom: 30px;
  }
}

.preparation_list dt{
  border-bottom: 1px solid #707070;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .preparation_list dt{
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.preparation_list dt .number{
  color: #5D6E7F;
  font-size: 30px;
  letter-spacing: 0;
  vertical-align: -3px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .preparation_list dt .number{
    font-size: 24px;
    margin-right: 20px;
  }
}

.preparation_list li{
  letter-spacing: 0.1em;
  line-height: 2;
}

.preparation_list li:last-child{
  margin-left: 16px;
}

/* 登録誘導エリア */
.register_area{
  text-align: center;
  padding: 90px;
}

@media screen and (max-width: 767px) {
  .register_area{
    padding: 30px 20px;
  }
}

.register_area .deals_info{
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .register_area .deals_info{
    font-size: 16px;
  }
}

.register_area .deals_info .big{
  font-size: 39px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .register_area .deals_info .big{
    font-size: 20px;
  }
}

.register_area .deals_info .red{
  color: #C60413;
  font-weight: bold;
  font-weight: 600;
}

.register_area .deals_info .red .number{
  font-size: 42px;
}

@media screen and (max-width: 767px) {
  .register_area .deals_info .red .number{
    font-size: 22px;
  }
}

.register_area .attention{
  font-size: 18px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .register_area .attention{
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.register_area .red_entry_btn{
  background-color: #C60413;
  border: 1px solid #C60413;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  width: 30%;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .register_area .red_entry_btn{
    font-size: 16px;
    padding: 10px;
    width: 80%;
  }
}

.register_area .red_entry_btn:hover{
  background-color: #A30411;
}

/* SNSエリア */
.sns_area{
  text-align: center;
  padding: 60px 0 70px;
}

@media screen and (max-width: 767px) {
  .sns_area{
    padding: 30px 20px 35px;
  }
}

.sns_area .lead{
  margin-bottom: 30px;
}

.sns_area .follow_btn{
  display: flex;
  justify-content: center;
}

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

.sns_area .follow_btn .btn{
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 40px center;
  border-radius: 130px;
  font-size: 18px;
  font-weight: bold;
  width: 260px;
  margin: 0 20px;
  padding: 15px 0 15px 30px;
}

@media screen and (max-width: 767px) {
  .sns_area .follow_btn .btn{
    width: 80%;
    padding: 10px 0 10px 30px;
    margin: auto;
  }
}

.sns_area .follow_btn .btn:hover{
  opacity: 0.8;
}

.sns_area .follow_btn .twitter{
  border: 1px solid #1DA1F2;
  background-image: url(../img/twitter.svg);
  color: #1DA1F2;
}

@media screen and (max-width: 767px) {
  .sns_area .follow_btn .twitter{
    margin-bottom: 15px;
  }
}

.sns_area .follow_btn .insta{
  border: 1px solid #CA3276;
  background-image: url(../img/insta.svg);
  color: #CA3276;
}

/* フォームエリア */
.form_area{
  background-color: #F8F8F8;
  padding: 120px;
}

@media screen and (max-width: 767px) {
  .form_area{
    padding: 60px 20px;
  }
}

.form_area .form_ttl{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .form_area .form_ttl{
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.form_area .form_lead{
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .form_area .form_lead{
    font-size: 14px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.required{
  color: #C60413;
}

.form_area dl{
  font-size: 18px;
  margin-bottom: 30px;
}

.form_area dt{
  font-size: 14px;
  color: #999;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .form_area dt{
    margin-bottom: 10px;
  }
}

/* .form_area input{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  padding: 10px 0;
  width: 100%;
  color: #000;
} */

.form_area textarea{
  background-color: #fff;
  border: none;
  font-size: 18px;
  padding: 30px;
  width: 100%;
  height: 300px;
}

.form_area .send_btn{
  background-color: #171819;
  border-radius: 130px;
  border: 1px solid #000;
  color: #fff;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  padding: 15px 0;
  width: 260px;
}

@media screen and (max-width: 767px) {
  .form_area .send_btn{
    width: 80%;
    padding: 10px 0;
  }
}

.form_area .send_btn:hover{
  background-color: #fff;
  color: #000;
}

/* フッター  */
.footer{
  background-color: #171819;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
}

.footer .footer_link{
  color: #fff;
  font-size: 11px;
  text-decoration: underline;
}
.footer .footer_link:hover{
  text-decoration: none;
}
.footer .copyright{
  font-size: 11px;
}

.error {
  font-size: 12px;
  color: red;
}

input::placeholder {
  color: #DDD;
}

/* IE */
input:-ms-input-placeholder {
  color: #DDD;
}

/* Edge */
input::-ms-input-placeholder {
  color: #DDD;
}



/* キャンペーン移植 */
@charset "UTF-8";
/* ５００円クーポン　キャンペーン用　*/
/*ファーストビュー*/
.main-visual .ph {
  width: 62%;
  float: right; }
.main-visual .main_txt {
  position: absolute;
  z-index: 2;
  bottom: 39%;
  width: 41%;
  left: 3%;
  opacity: 0;
  transition: .3s all ease; }
  .main-visual .main_txt.fadeIn {
    opacity: 1;
    transition: .6s all ease; }

.campaign-area {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 30px;
  background-color: #EFEDE5; }
  .campaign-area .open-ttl {
    position: relative;
    width: auto;
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin: auto; }
    .campaign-area .open-ttl::after {
      position: absolute;
      content: '';
      display: block;
      border-bottom: solid 1px #999;
      width: 100%;
      height: 1px;
      bottom: 10px; }
  .campaign-area .present-item {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    margin: 20px 0 25px; }
    .campaign-area .present-item .present {
      font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
      font-size: 30px;
      font-weight: bold;
      color: #AC9C5C; }
  .campaign-area.first-view {
    position: absolute;
    background: #fff;
    width: 635px;
    padding: 20px 20px 30px;
    top: 66%;
    left: 3%;
    z-index: 1; }
    .campaign-area.first-view .open-ttl {
      font-size: 14px; }
    .campaign-area.first-view .present-item {
      margin: 6px 0 20px; }

.cta-btn-wrap {
  display: flex;
  justify-content: center; }
  .cta-btn-wrap .cta-btn-box {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .cta-btn-wrap .cta-btn-box .time {
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      text-align: center; }
      .cta-btn-wrap .cta-btn-box .time::before {
        position: absolute;
        content: '';
        display: block;
        width: 16px;
        height: 1px;
        background: #999;
        left: 81px;
        top: 0;
        bottom: 0;
        margin: auto; }
      .cta-btn-wrap .cta-btn-box .time::after {
        position: absolute;
        content: '';
        display: block;
        width: 16px;
        height: 1px;
        background: #999;
        right: 84px;
        top: 0;
        bottom: 0;
        margin: auto; }

.cta-btn {
  display: block;
  width: 250px;
  height: 55px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #a08b35;
  border: solid 2px #a08b35;
  text-align: center;
  cursor: pointer;
  line-height: 50px;
  margin: 0 20px; }
  .cta-btn:hover {
    background: #fff;
    color: #AC9C5C;
    border: solid 2px #AC9C5C; }
  .cta-btn.line {
    background: #1FCD23;
    border: solid 2px #1FCD23; }
    .cta-btn.line:hover {
      background: #fff;
      color: #1FCD23; }

.sp_only {
  display: none !important; }

/*フォーム*/
.cp_iptxt {
  position: relative;
  width: 80%;
  margin: 40px auto; }

.cp_iptxt input[type=text] {
  font: 15px/24px sans-serif;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.3em;
  transition: 0.3s;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none; }

.cp_iptxt input[type=text]:focus {
  border-color: #da3c41; }

.cp_iptxt input[type=text] {
  padding-left: 40px; }

.cp_iptxt i {
  position: absolute;
  top: 8px;
  left: 0;
  padding: 9px 8px;
  transition: 0.3s;
  color: #aaaaaa; }

.cp_iptxt input[type=text]:focus + i {
  color: #da3c41; }

/*フォーム*/
.nice-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto 20px; }
  .nice-wrap .nice-label {
    position: absolute;
    /* top: -24px; */
    left: 0px;
    font-size: 14px;
    color: #333;
    transition: all 0.25s ease; }
  .nice-wrap .nice-textbox {
    position: relative;
    display: block;
    width: 100%;
    /* margin-top: 50px; */
    padding: 15px;
    border: none;
    border-radius: 2px;
    border: solid 1px #ccc;
    font-size: 16px;
    color: #a0a0a0;
    outline: none; }
    .nice-wrap .nice-textbox:focus {
      border: solid 1px #AC9C5C; }

.required {
  color: #C60413; }

.entry {
  max-width: 800px;
  margin: auto;
  padding-bottom: 100px; }

.bg_transparent {
  background-color: transparent !important;
  padding-bottom: 0 !important; }

.cp_ipradio {
  margin: 0 auto 30px;
  text-align: left; }

.cp_ipradio ul {
  width: 100%;
  display: flex;
  list-style: none; }

.cp_ipradio .list_item {
  margin: 0 0 0.5rem 0;
  padding: 0; }

.cp_ipradio label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer; }

.cp_ipradio .option-input {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer; }

.cp_ipradio .option-input:before,
.cp_ipradio .option-input:after {
  position: absolute;
  z-index: 1;
  top: -0.125rem;
  left: -0.125rem;
  width: 1rem;
  height: 1rem;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  background: #ffffff; }

.cp_ipradio .option-input:after {
  z-index: 0;
  top: -0.25rem;
  left: -0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #AC9C5C; }

.cp_ipradio .option-input:checked:before {
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-width: 0.625rem;
  border-color: #ccc; }

.cp_ipselect {
  overflow: hidden;
  width: 40%;
  margin: 0 0 40px;
  text-align: center; }

.cp_ipselect select {
  width: 100%;
  height: 50px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.cp_ipselect select::-ms-expand {
  display: none; }

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #ffffff; }

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none; }

.cp_ipselect.cp_sl01 select {
  color: #000;
  font-size: 16px;
  padding: 0 15px; }

#entry-form {
  margin-top: 40px; }

.cp_check .wpcf7-list-item-label {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  /*ファーストビュー*/
  .main-visual {
    /*height: 100vh;*/
    margin-bottom: 10%; }
    .main-visual .ph {
      width: 100%;
      float: right;
      overflow: hidden; }
    .main-visual .main_txt {
      position: relative;
      z-index: 2;
      top: 20px;
      width: 88%;
      left: 0%;
      opacity: 0;
      transition: .3s all ease; }
      .main-visual .main_txt.fadeIn {
        opacity: 1;
        transition: .6s all ease; }
  .nav-logo{display: block !important; opacity: 1 !important;}
  .logo{display: none !important;}
  .sp_only {
    display: block !important; }

  .campaign-area {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10% 30px;
    background-color: #EFEDE5; }
    #entry-form  .campaign-area {
      padding-top: 0;}
    .campaign-area .open-ttl {
      font-size: 18px; }
      .campaign-area .open-ttl::after {
        bottom: 0px; }
    .campaign-area .present-item {
      font-size: 16px;
      font-weight: bold;
      text-align: center;
      line-height: 1.6;
      margin: 20px 0 25px; }
      .campaign-area .present-item .present {
        font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
        font-size: 30px;
        font-weight: bold;
        color: #AC9C5C; }
    .campaign-area.first-view {
      position: relative;
      background: #fff;
      width: 100%;
      padding: 20px 10px 30px;
      top: 0;
      margin-top: 40px;
      left: 0%;
      z-index: 1; }
      .campaign-area.first-view .open-ttl {
        font-size: 14px; }
      .campaign-area.first-view .present-item {
        margin: 6px 0 20px; }

  .cta-btn-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    .cta-btn-wrap .cta-btn-box:last-of-type {
      margin-top: 20px; }

  .second-section {
    padding: 10% 0 13%; }

  .gnav, .nav-shop {
    display: block !important; }

  .gnav .gnav-list {
    display: none; }

  .top-nav {
    padding: 7px 0% 0;
    order: 1;
    justify-content: flex-end; }

  .entry {
    width: calc(100% - 40px);
    margin: auto;
    padding-bottom: 100px; }

  .cp_ipselect {
    width: 100%; }
  .screen-reader-response{
    padding: 0 20px;
  }
}

/*エラー時*/
.screen-reader-response{
  max-width: 800px;
  margin: auto;
  color: red;
}
.wpcf7-not-valid{
  border: solid 2px red!important;
  border-radius: 2px!important;
}
.wpcf7-not-valid-tip,
.wpcf7-validation-errors{
  display: none;
  color: red;
}
.wpcf7-validation-errors{
  display: none!important;
  text-align: center;
}
