@charset "utf-8";

/*--------------------
common
 --------------------*/
@import url('https://fonts.googleapis.com/css2?family=Coustard:wght@900&family=Noto+Sans+JP:wght@400;700;900&family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Antique+Soft&display=swap');
body {
  font-family: "Helvetica Neue","Helvetica",'小塚ゴシック Pr6n','Kozuka Gothic Pr6n',"Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic", "Meiryo",sans-serif;;
  color: #000;
  font-size: 16px;
  background: #fff;
}

.text_serif {
  font-family: 'Times','Times New Roman','Kozuka Mincho Pro','Kozuka Mincho Std','小塚明朝 Pro R','小塚明朝 Std R','Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝',serif ;
}

.text_hiragino {
  font-family: 'Helvetica Neue','Helvetica','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial','ＭＳ ゴシック','メイリオ', Meiryo,'Meiryo UI',YuGothic,'Yu Gothic',sans-serif;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

.text_color-y {
  color: #ffec3e;
}

.text_color-grey {
  color: #777;
}

.text_color-red {
  color: #c80c16;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .wrap {
    width: 93%;
  }
}

/*---- header ----*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
}

header .wrap {
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .btn_contact a {
  display: inline-block;
  width: 172px;
  height: 43px;
  line-height: 43px;
  color: #e92e04;
  border: 2px solid #e92e04;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width:767px){
  header .logo-area {
    width: 56vw;
  }

  header .btn_contact a {
    width: auto;
    padding: 0 1ex;
    white-space: nowrap;
    font-size: 3.07vw;
    height: 8.7vw;
    line-height: 8.7vw;
  }
}

/*---- mv ----*/
.mv {
  margin-top: 68px;
  color: #fff;
}

.mv-area {
  background: url(../img/bg_mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mv-area .area01 .img-area {
  max-width: 515px;
  width: 100%;
}

.mv-area .wrap {
  position: relative;
  height: 600px;
}

.mv-area .area01 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 65px;
}

.mv-area .text_result {
  font-weight: bold;
}

.mv-area .text_result .text_white {
  display: block;
  font-size: 48px;
  letter-spacing: -0.05em;
}

.mv-area .text_result .text_white span {
  letter-spacing: -0.25em;
}

.mv-area .text_result .text_yellow {
  position: relative;
  display: block;
  font-size: 57px;
  color: #ffec3e;
}

.mv-area .text_result .text_yellow::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  background-image: url(../img/icon_arrow_up.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 69px;
  height: 66px;
}

.mv-area .text_result .text_yellow span {
  font-size: 40px;
}

.mv-area .text_result .text_yellow .text_num {
  font-size: 66px;
  line-height: 1;
}

.mv-area .area02 {
  width: 272px;
  position: absolute;
  bottom: 43px;
  left: 40px;
  z-index: 22;
}

.mv-area .area03 {
  position: absolute;
  bottom: 100px;
  left: 337px;
}

h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1.2;
  white-space: nowrap;
  text-align: center;
  text-shadow: 5px 7px 3px #000;
  z-index: 88;
  margin-top: 15px;
}

.model-area {
  background: #e92e04;
}

.model-area .wrap {
  height: 200px;
  position: relative;
}

.model-area .comment {
  position: absolute;
  top: 40px;
  left: 54px;
  font-size: 29px;
  font-weight: bold;
  text-shadow:1px 1px 0 #2b2625, -1px -1px 0 #2b2625,
              -1px 1px 0 #2b2625, 1px -1px 0 #2b2625,
              0px 1px 0 #2b2625,  0 -1px 0 #2b2625,
              -1px 0 0 #2b2625, 1px 0 0 #2b2625;
  text-stroke: 1px #2b2625;
  -webkit-text-stroke: 1px #2b2625;
}

.model-area .name {
  position: absolute;
  bottom: 55px;
  left: 292px;
  font-size: 20px;
  font-weight: bold;
}

.model-area .name .text_lg {
  font-size: 27px;
}

.model-area .img-area {
  position: absolute;
  bottom: 0;
  right: -66px;
}

@media screen and (max-width:767px){
  .mv-area .wrap {
    height: 108.3vw;
  }

  .mv-area .area01 {
    padding-top: 10.24vw;
  }

  .mv-area .area01 .img-area {
    width: 76.82vw;
  }
  
  .mv-area .text_result .text_white {
    font-size: 7.051vw;
  }
  
  .mv-area .text_result .text_yellow {
    font-size: 8.333vw;
  }
  
  .mv-area .text_result .text_yellow::before {
    right: 2vw;
    width: 10vw;
    height: 9.487179vw;
  }
  
  .mv-area .text_result .text_yellow span {
    font-size: 7.051vw;
  }
  
  .mv-area .text_result .text_yellow .text_num {
    font-size: 9.615vw;
  }
  
  h1 {
    font-size: 11vw;
    line-height: 1.1em;
    text-align: center;
    margin-top: 10px;
  }

  .mv-area .area02 {
    width: 37.13vw;
    bottom: 9.34vw;
    left: 2vw;
  }

  .mv-area .area03 {
    width: 53.52vw;
    bottom: 18.7vw;
    left: 41.35vw;
  }

  .model-area .wrap {
    height: 49.4vw;
  }

  .model-area .comment {
    top: 5.12vw;
    left: 7.55vw;
    font-size: 4.61vw;
    text-stroke: 0.5px #2b2625;
    -webkit-text-stroke: 0.5px #2b2625;
    line-height: 1.33em;
  }

  .model-area .name {
    bottom: 7.29vw;
    left: 18.3vw;
    font-size: 3.07vw;
    text-align: right;
    line-height: 1.75em
  }

  .model-area .name .text_lg {
    font-size: 4.09vw;
  }

  .model-area .img-area {
    width: 45vw;
    right: calc(-3.5% + -1px);
  }
}

/*---- sec01 ----*/
#sec01 {
  background: #f7f0da;
  padding: 96px 0 73px;
}

#sec01 .wrap {
  width: 980px;
  margin: 0 auto;
  position: relative;
}

#sec01 .heading-area {
  width: 100%;
  position: absolute;
  top: calc(-35px + -96px + -28px);
  display: flex;
  justify-content: center;
}

#sec01 h2 {
  box-shadow: 4px 4px 2px rgba(0,0,0,0.2);
  border-radius: 4px;
}

#sec01 .container_top {
  width: 950px;
  height: 447px;
  margin: 28px auto 37px;
  position: relative;
}

#sec01 .container_top .img_before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}

#sec01 .container_top .img_after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 22;
}

#sec01 .container_top .text-area {
  position: absolute;
  bottom: 0;
  left: 550px;
}

#sec01 .container_top .shop {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
}

#sec01 .container_top .name {
  font-size: 34px;
  font-weight: bold;
  line-height: 1em;
}

#sec01 .container_top .place {
  font-size: 20px;
}

#sec01 .container_top .place:before {
  content: "（";
}

#sec01 .container_top .place:after {
  content: "）";
}

#sec01 .container_top .flex-area {
  display: flex;
  align-items: flex-end;
}

#sec01 .container_top .pop-area {
  position: absolute;
  top: 8px;
  left: 9px;
  width: 410px;
}

#sec01 .container_top .pop-area img {
  box-shadow: none;
}

#sec01 .container {
  width: 910px;
  margin: 0 auto 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec01 .container:last-of-type {
  margin-bottom: 20px;
}

#sec01 .container_bottom {
  width: 983px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec01 img {
  box-shadow: 5px 5px 20px #999;
}

#sec01 .img_arrow img {
  box-shadow: none;
}

#sec01 .container_bottom li {
  margin-bottom: 14px;
}

@media screen and (max-width:767px){
  #sec01 {
    padding: 26px 0 53px;
  }

  #sec01 .wrap {
    width: 89.75%;
  }

  #sec01 .heading-area {
    top: calc(-5.38vw + -26px + -28px);
  }

  #sec01 .heading-area h2 {
    width: 84%;
  }

  #sec01 .container_top {
    width: 100%;
    height: auto;
    margin: 28px auto 60px;
    display: flex;
    flex-direction: column;
  }

  #sec01 .container_top .img_before {
    position: unset;
    order: 1;
    margin-bottom: 28px;
    z-index: 1;
  }

  #sec01 .container_top .img_after {
    position: unset;
    order: 0;
    margin-bottom: 10px;
    z-index: 1;
  }

  #sec01 .container_top .text-area {
    position: unset;
    order: 2;
    z-index: 1;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-feature-settings: 'palt';
  }

  #sec01 .container_top .shop {
    margin-bottom: 0;
    font-size: 4.48vw;
    white-space: nowrap;
  }

  #sec01 .container_top .name {
    font-size: 7.04vw;
    white-space: nowrap;
    margin: 0 0.5ex;
  }

  #sec01 .container_top .place {
    font-size: 4.48vw;
    white-space: nowrap;
  }

  #sec01 .container_top .pop-area {
    order: 3;
    position: unset;
    width: 100%;
  }

  #sec01 .pop-area img {
    box-shadow: none;
  }

  #sec01 .container {
    width: 100%;
    height: 92.52vw;
    position: relative;
    display: block;
  }

  #sec01 .container:last-of-type {
    margin-bottom: 50px;
  }

  #sec01 .container .img_before,
  #sec01 .container .img_after,
  #sec01 .container .img_arrow {
    position: absolute;
  }

  #sec01 .container .img_before {
    width: 72.41vw;
    bottom: 0;
    left: 0;
    z-index: 11;
  }

  #sec01 .container .img_after {
    width: 72.41vw;
    top: 0;
    right: 0;
    z-index: 22;
  }

  #sec01 .container .img_arrow {
    z-index: 33;
    transform: rotate(-90deg);
    top: calc(50% - 36px / 2);
    left: calc(50% - 47px / 2);
  }

  #sec01 .container_bottom {
    width: 100%;
  }
}

/*---- sec02 ----*/
#sec02 .area01{
  background: url(../img/bg_sec02.gif);
  background-position: center;
  box-shadow: 0px 20px 20px -5px #ccc inset;
  padding: 160px 0 115px;
}

/* sec02 area01 */
#sec02 h2 {
  position: absolute;
  top: -25px;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
}

#sec02 h2 span {
  background: #fff;
  padding: 0 12px;
  white-space: nowrap;
}

#sec02 h2 span.layout_sp {
  padding: 0;
}

#sec02 .area01 .container {
  width: 940px;
  margin: 0 auto;
  background: #fff;
  border: 6px solid #e3d9bb;
  border-radius: 15px;
  font-size: 24px;
  padding: 71px 67px;
  position: relative;
}

#sec02 .area01 li {
  margin-bottom: 20px;
  padding-left: 60px;
  white-space: nowrap;
  position: relative;
  font-weight: 500;
}

#sec02 .area01 li:before {
  content: "";
  display: block;
  width: 46px;
  height: 43px;
  background: url(../img/icon_sec02_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  top: calc(50% - 46px / 2);
}

#sec02 .area01 .container li:last-child {
  margin-bottom: 0;
}

#sec02 .area01 .text_strong {
  font-size: 32px;
  color: #c80c16;
  background: linear-gradient(transparent 0%, transparent 60%, #ffec3e 60%, #ffec3e 100%);
}

#sec02 .area01 .before_heading01 {
  position: relative;
}

#sec02 .area01 .before_heading02 {
  margin-top: 105px;
  position: relative;
}

#sec02 .area01 .img-area {
  position: absolute;
  top: calc(100% - 35px);
  left: calc(50% - 299px / 2);
}

/* sec02 area02 */
#sec02 .area02 {
  background: #e92e04;
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
  white-space: nowrap;
}

#sec02 .area02 .text_layout01 {
  position: absolute;
  top: -40px;
  left: calc(50% - 773px / 2);
}
#sec02 .area02 .text_layout01:before,
#sec02 .area02 .text_layout01:after {
  content: url(../img/icon_sec02_hand.png);
  position: absolute;
  top: calc(50% - 114px / 2);
}
#sec02 .area02 .text_layout01:before {
  right: 100%;
}
#sec02 .area02 .text_layout01:after {
  left: 100%;
}

#sec02 .area02 .text_layout02 {
  font-size: 46px;
  line-height: 66px;
  padding: 135px 0 20px;
}

#sec02 .area02 .text_layout02 .text_lg {
  font-size: 66px;
}

#sec02 .area02 .text_important_block {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  width: 936px;
  height: 213px;
  background-color: #fff;
  box-shadow: 4px 4px 0 rgba(0,0,0,0.3);
  border-radius: 5px;
  margin: 60px auto;
  z-index: 22;
  font-family: 'Zen Antique Soft', serif;
  font-weight: normal;
  letter-spacing: -0.1em;
  padding: 0 32px;
  color: #000;
}

#sec02 .area02 .text_important .text_important_lg {
  display: inline-block;
  position: relative;
  font-size: 90px;
  line-height: 1;
  background-color: transparent;
  padding: 0;
}

#sec02 .area02 .text_important .text_important_md {
  display: inline-block;
  font-size: 64px;
  background-color: transparent;
  transform: translateX(-50px);
  padding: 0;
}

#sec02 .area02 .text_important_sm {
  display: block;
  font-size: 36px;
  color: #000;
  background-color: transparent;
  text-align: right;
}

#sec02 .area02 .text_important::before {
  content: "";
  display: block;
  position: absolute;
  top: 95px;
  left: 75px;
  background-image: url(../img/underline_yellow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 833px;
  height: 45px;
}

#sec02 .area02 .text_important_block:before {
  content: url(../img/icon_sec02_arrow.png);
  position: absolute;
  top: -30px;
  left: calc(50% - 144px / 2);
}

#sec02 .area02 .text_important_block:after {
  content: url(../img/img_sec02_pop02.png);
  position: absolute;
  top: -60px;
  left: -60px;
}

#sec02 .area02:after {
  content: url(../img/icon_sec02_arrow.png);
  position: absolute;
  bottom: -43px;
  left: calc(50% - 144px / 2);
}

@media screen and (max-width:767px){
  #sec02 .area01{
    padding: 110px 0;
  }

  /* sec02 area01 */
  #sec02 h2 {
    top: -20px;
    font-size: 8.19vw;
    line-height: 1.1em;
  }

  #sec02 h2 span {
    text-align: center;
    background: unset;
  }

  #sec02 h2 span.layout_sp {
    background: #fff;
    padding: 0 12px;
  }

  #sec02 .area01 .container {
    width: 89.75%;
    padding: 21vw 3.07vw;
    font-size: 16px;
  }

  #sec02 .area01 li {
    margin-bottom: 20px;
    padding-left: calc(8.07vw + 1ex);
    white-space: normal;
    line-height: 1.8em;
  }

  #sec02 .area01 .text_strong {
    font-size: 21px;
  }

  #sec02 .area01 li:before {
    left: 0;
    top: -1.875px;
    width: 30.26px;
    height: 28.8px;
  }

  #sec02 .area01 .img-area {
    width: 182px;
    top: calc(100% - 38px);
    left: calc(50% - 182px / 2);
  }

  #sec02 .area01 .before_heading02 {
    margin-top: 65px;
  }

  /* sec02 area02 */
  #sec02 .area02 {
    font-size: 5.12vw;
    line-height: 1.4em;
    padding-bottom: 12vw;
  }

  #sec02 .area02 .text_layout01 {
    top: -8.45vw;
    left: calc(50% - 93% / 2);
    width: 93%;
  }
  #sec02 .area02 .text_layout01:before {
    content: none;
  }
  #sec02 .area02 .text_layout01:after {
    content: "";
    background: url(../img/icon_sec02_hand.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20.5vw;
    height: 20.5vw;
    top: 100%;
    left: calc(50% - 20.5vw / 2);
  }

  #sec02 .area02 .text_layout02 {
    font-size: 7.68vw;
    line-height: 1.25em;
    padding: 28.8vw 0 20px;
  }


#sec02 .area02 .text_important_block:after {
  content: "";
  background: url(../img/img_sec02_pop02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 26.5vw;
  height: 26.5vw;
  top: -12vw;
  left: 62vw;
  transform: rotate(27deg);
}

  #sec02 .area02 .text_layout02 .text_lg {
    font-size: 12.8vw;
    line-height: 1.25em;
  }

  #sec02 .area02 .text_important_block {
    width: initial;
    height: 60.897vw;
    margin: 12vw auto;
    padding: 0;
  }
  
  #sec02 .area02 .text_important .text_important_lg {
    font-size: 16.41vw;
  }
  
  #sec02 .area02 .text_important::before {
    top: 21.5128vw;
    left: 11.128vw;
    background-image: url(../img/underline_yellow_sp.png);
    width: 77.82vw;
    height: 6.666vw;
  }
  
  #sec02 .area02 .text_important .text_important_md {
    display: inline-block;
    font-size: 11.282vw;
    line-height: 1.3;
    transform: translateX(0px);
  }
  
  #sec02 .area02 .text_important .text_important_md.trf {
    transform: translateX(-35px);
  }
  
  #sec02 .area02 .text_important_sm {
    font-size: 6.153vw;
  }

  #sec02 .area02 .text_important_block:before,
  #sec02 .area02:after {
    content: "";
    background: url(../img/icon_sec02_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 20.8vw;
    height: 20.8vw;
  }
  #sec02 .area02 .text_important_block:before {
    top: -10vw;
    left: calc(50% - 20.8vw / 2);
  }

  #sec02 .area02 .text_layout03:after {
    content: none;
  }

  #sec02 .area02:after {
    bottom: -43px;
    left: calc(50% - 20.8vw / 2);
  }
}

/*---- sec03 ----*/
#sec03 {
  background: url(../img/bg_sec03.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}

#sec03 .container {
  width: 940px;
  margin: 0 auto;
  background: #f7f0da;
  margin-bottom: 35px;
  border-radius: 17px;
  padding: 40px 20px 20px;
  position: relative;
}

#sec03 .container:before {
  position: absolute;
  top: -25px;
  left: -30px;
}

#sec03 .before_pop01:before {
  content: url(../img/img_sec03_pop01.png);
}

#sec03 .before_pop02:before {
  content: url(../img/img_sec03_pop02.png);
}

#sec03 .before_pop03:before {
  content: url(../img/img_sec03_pop03.png);
}

#sec03 h2 {
  font-size: 58px;
  margin-bottom: 10px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: -4px;
  text-align: center;
  white-space: nowrap;
}

#sec03 h2 .text_lg {
  font-size: 86px;
}

#sec03 .before_pop03 h2 {
  margin-left: 144px;
  text-align: left;
}

#sec03 .text_sub {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  white-space: nowrap;
}

#sec03 .container .text_detail {
  padding: 25px 40px;
  background: #fff;
  border-radius: 13px;
  font-size: 18px;
  line-height: 1.5em;
}

#sec03 .container .text_detail p {
  margin-bottom: 1em;
}

#sec03 .container .text_detail p:last-child {
  margin-bottom: 0;
}

#sec03 .container_other {
  width: 970px;
  margin: 0 auto;
  margin-top: 90px;
}

#sec03 .text_conclusion {
  position: relative;
  line-height: 1.25;
  text-align: center;
  text-shadow:
  3px 3px 2px #000,
  -3px -3px 2px #000,
  -3px 3px 2px #000,
  3px -3px 2px #000,
  3px 0 2px #000;
}

#sec03 .text_conclusion::before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: calc(50% + 205px);
  background-image: url(../img/icon_ichihayaku.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 114px;
  height: 86px;
}

#sec03 .text_conclusion_white {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

#sec03 .text_conclusion_yellow {
  display: inline-block;
  font-size: 46px;
  font-weight: bold;
  color: #ffec3e;
}

#sec03 .text_important_block {
  line-height: 1.25;
  color: #fff;
  font-family: 'Zen Antique Soft', serif;
  text-shadow:
  3px 3px 2px #000,
  -3px -3px 2px #000,
  -3px 3px 2px #000,
  3px -3px 2px #000,
  3px 0 2px #000;
  margin-top: 15px;
}

#sec03 .text_important {
  position: relative;
  display: inline-block;
  font-size: 90px;
  z-index: 1;
}

#sec03 .text_important::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  background-image: url(../img/underline.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 846px;
  height: 49px;
  z-index: -1;
}

#sec03 .text_important span {
  display: inline-block;
  font-size: 64px;
  transform: translateX(-40px);
}

#sec03 .text_important_rep {
  display: inline-block;
  font-size: 64px;
}

@media screen and (max-width:767px){
  #sec03 {
    background-attachment: scroll;
    padding: 70px 0 140px;
  }

  #sec03 .container, #sec03 .container_other{
    width: 89.75%;
  }

  #sec03 .container {
    margin-bottom: 13.57vw;
    padding: 9.34vw 2.56vw 2.56vw;
  }

  #sec03 .container:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 29.32vw;
    height: 29.32vw;
    top: -11.26vw;
    left: -1.02vw;
  }

  #sec03 .before_pop01:before {
    background-image: url(../img/img_sec03_pop01.png);
  }

  #sec03 .before_pop02:before {
    background-image: url(../img/img_sec03_pop02.png);
  }

  #sec03 .before_pop03:before {
    background-image: url(../img/img_sec03_pop03.png);
  }

  #sec03 h2 {
    font-size: 24px;
    margin-bottom: 15px;
    letter-spacing: -2px;
  }

  #sec03 h2 .text_lg {
    font-size: 48px;
  }

  #sec03 .before_pop03 h2 {
    margin-left: 0;
    text-align: center;
  }

  #sec03 .before_pop03 .text_lg:first-child {
    margin-bottom: 20px;
  }

  #sec03 .before_pop03 .text_lg:last-child {
    font-size: 24px;
  }

  #sec03 .text_sub {
    font-size: 4.5vw;
    white-space: nowrap;
  }

  #sec03 .container .text_detail {
    font-size: 14px;
    padding: 4.86vw;
  }

  #sec03 .container_other {
    width: 100%;
    margin-top: 11.538vw;
  }
  
  #sec03 .text_conclusion::before {
    top: 1.923vw;
    left: 77vw;
    width: 18.717vw;
    height: 14.359vw;
  }
  
  #sec03 .text_conclusion_white {
    font-size: 5.64vw;
    transform: translateX(-4vw);
  }
  
  #sec03 .text_conclusion_yellow {
    font-size: 7.18vw;
    margin-top: 2vw;
  }
  
  #sec03 .text_important_block {
    line-height: 1.2;
    margin-top: 5vw;
  }
  
  #sec03 .text_important {
    font-size: 13vw;
  }
  
  #sec03 .text_important::before {
    bottom: -2.5vw;
    left: 3vw;
    background-size: contain;
    width: 94.743vw;
    height: 6.025vw;
  }
  
  #sec03 .text_important span {
    font-size: 7.692vw;
  }
  
  #sec03 .text_important_rep {
    font-size: 7.692vw;
    margin-top: 1.5vw;
  }  
}

/*---- sec04 ----*/
#sec04 {
  background: #f7f0da;
  padding: 50px 0;
}

#sec04 .wrap {
  width: 940px;
}

#sec04 .container01 {
  background: #fff;
  border-radius: 17px;
  padding: 30px;
}

#sec04 .container01 {
  margin-bottom: 13px;
  display: flex;
}

#sec04 .container01 .text_heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  font-weight: bold;
}

#sec04 .container01 h2 {
  font-size: 18px;
  order: 1;
  line-height: 1em;
  margin-bottom: 10px;
}

#sec04 .container01 h2 .text_lg {
  font-size: 24px;
}

#sec04 .container01 .text_heading p:first-of-type {
  font-size: 14px;
  order: 2;
  line-height: 1em;
}

#sec04 .container01 .text_heading p:last-of-type {
  font-size: 30px;
  order: 0;
  line-height: 1.3em;
  margin-bottom: 20px;
  font-feature-settings: "palt";
}

#sec04 .container01 .text_detail {
  font-weight: bold;
  line-height: 1.75em;
}

#sec04 .container01 .text_detail p {
  font-weight: bold;
  margin-bottom: 1.75em;
}

#sec04 .container01 .img-area {
  margin-left: 40px;
}

#sec04 .img01 {
  width: 260px;
}

#sec04 .img02 {
  width: 70px;
  float: left;
  margin-right: 15px;
}

#sec04 .img-area .text {
  margin-top: 15px;
  font-weight: bold;
}

#sec04 .img-area h3 {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 8px;
}

#sec04 .img-area p {
  font-size: 18px;
  line-height: 1.44em;
}

#sec04 .container02 h3 {
  background: #e60112;
  border-radius: 17px 17px 0 0;
  color: #fff;
  height: 65px;
  font-size: 38px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  white-space: nowrap;
}

#sec04 .container02 .inner {
  background: #fff;
  border-radius: 0 0 17px 17px;
  padding: 30px;
}

#sec04 .container02 h4 {
  font-size: 28px;
  width: 182px;
  font-weight: bold;
}

#sec04 .container02 .box {
  display: flex;
  border-bottom: 1px solid #ececec;
}

#sec04 .container02 .box:nth-child(2) {
  padding: 40px 0;
}

#sec04 .container02 dt {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}

#sec04 .container02 dd {
  margin-bottom: 25px;
  font-size: 18px;
}

#sec04 .container02 li {
  font-size: 34px;
  font-weight: bold;
  position: relative;
  padding-left: 65px;
  margin-bottom: 20px;
}

#sec04 .container02 li:last-child {
  margin-bottom: 0;
}

#sec04 .container02 li:before {
  position: absolute;
  top: calc(50% - 51px / 2);
  left: 0;
}

#sec04 .container02 li:nth-child(1):before {
  content: url(../img/icon_sec04_list01.png);
}

#sec04 .container02 li:nth-child(2):before {
  content: url(../img/icon_sec04_list02.png);
}

#sec04 .container02 li:nth-child(3):before {
  content: url(../img/icon_sec04_list03.png);
}

#sec04 .container02 .box_other p:first-child {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.77em;
  margin-top: 20px;
}

#sec04 .container02 .box_other p:not(:first-child) {
  font-size: 16px;
  line-height: 1.5em;
}

#sec04 .container02 .box_other p:not(:first-child):before {
  content: "※";
}

@media screen and (max-width:767px){
  #sec04 .wrap {
    width: 89.75%;
  }

  #sec04 .container01 {
    display: block;
    padding: 7.68vw 3.84vw 3.84vw;
  }

  #sec04 .container01 .img-area {
    margin-left: 0;
    display: flex;
  }

  #sec04 .img01 {
    width: 46.09vw;
    margin-right: 3.71vw;
  }

  #sec04 .img02 {
    width: 18vw;
    float: none;
    margin-right: 0;
  }

  #sec04 .img-area h3 {
    font-size: 12px;
  }

  #sec04 .img-area p {
    font-size: 16px;
  }

  #sec04 .container02 .box {
    display: block;
  }

  #sec04 .container02 .inner {
    padding: 8.96vw 3.84vw;
  }

  #sec04 .container02 h3 {
    height: 15.1vw;
    font-size: 6vw;
  }

  #sec04 .container02 h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #sec04 .container02 dt {
    font-size: 16px;
  }

  #sec04 .container02 dd {
    font-size: 14;
  }

  #sec04 .container02 li {
    font-size: 20px;
    padding-left: calc(7.8vw + 1ex);
  }

  #sec04 .container02 li:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 7.8vw;
    height: 7.55vw;
    top: calc(50% - 7.55vw / 2);
  }

  #sec04 .container02 li:nth-child(1):before {
    content: "";
    background-image: url(../img/icon_sec04_list01.png);
  }

  #sec04 .container02 li:nth-child(2):before {
    content: "";
    background-image: url(../img/icon_sec04_list02.png);
  }

  #sec04 .container02 li:nth-child(3):before {
    content: "";
    background-image: url(../img/icon_sec04_list03.png);
  }

  #sec04 .container02 .box_other p:first-child {
    font-size: 16px;
    line-height: 1.35em;
    margin-bottom: 10px;
  }

  #sec04 .container02 .box_other p:not(:first-child) {
    font-size: 14px;
  }

  #sec04 .container01 h2 {
    font-size: 20px;
  }

  #sec04 .container01 h2 .text_lg {
    font-size: 24px;
  }

  #sec04 .container01 .text_heading p:first-of-type {
    font-size: 12px;
  }

  #sec04 .container01 .text_heading p:last-of-type {
    font-size: 22px;
  }
}

/*---- contact ----*/
#contact {
  padding: 90px 0 60px;
}

#contact .wrap {
  width: 900px;
  margin: 0 auto;
}

#contact .text-area {
  text-align: center;
}

#contact h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 30px;
}

#contact .text-area p {
  line-height: 1.5em;
}

/* contact form */
#contact .coution {
  margin-bottom: 7px;
}

#contact .coution:before {
  content: "※";
}

#contact .coution span {
  display: inline-block;
  color: #fff;
  background: #e60112;
  padding: 0 1ex;
  margin: 0 1ex;
  height: 21px;
  line-height: 21px;
}

#contact .contents {
  margin-top: 40px;
}

#contact table {
  border: 1px solid #e0e0e0;
  border-collapse: collapse;
  width: 100%;
}

#contact tr {
  border-bottom: 1px solid #e0e0e0;
}

#contact th {
  width: 320px;
  background: #f4f2ed;
  border-right: 1px solid #e0e0e0;
  padding: 0 30px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.625em;
  position: relative;
  font-weight: 600;
}

#contact th.openTime:before {
  content: "（既存店のお客様は開業時期をご記入ください）";
  font-size: 12px;
  position: absolute;
  left: 30px;
  top: calc(50% + 1em);
}

#contact th:after {
  content: "任意";
  background: #d3d3d3;
  color: #6c6c6c;
  padding: 0 1ex;
  height: 21px;
  line-height: 21px;
  position: absolute;
  top: calc(50% - 21px / 2);
  right: 30px;
  font-weight: normal;
}

#contact .required th:after {
  content: "必須";
  background: #e60112;
  color: #fff;
}

#contact td {
  padding: 25px 30px;
}

#contact input {
  border: 1px solid #e0e0e0;
  height: 40px;
  width: 280px;
  padding: 10px;
}

#contact select {
  border: 1px solid #e0e0e0;
  height: 40px;
  width: 100%;
  padding: 10px;
}

#contact .address dt {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}

#contact .address dd {
  margin-bottom: 10px;
}

#contact .address dd:first-of-type {
  padding-left: 15px;
}

#contact .address input {
  width: 360px;
}

#contact .address dd:first-of-type input {
  width: 90px;
}

#contact .address dd:last-of-type {
  margin-bottom: 0;
}

#contact .address .select-area {
  position: relative;
  width: 280px;
}

#contact .address .select-area:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #5d5d5d;
  border-right: 1px solid #5d5d5d;
  position: absolute;
  right: 14px;
  top: calc(50% - 15px / 2);
  transform: rotate(45deg);
  pointer-events: none;
}


#contact .email input {
  width: 360px;
}

#contact .col-md-12 label {
  display: inline-block;
  border: 1px solid #e0e0e0;
  height: 40px;
  width: 280px;
  font-size: 14px;
  line-height: 40px;
  padding-left: 10px;
}

#contact .col-md-12:first-child {
  margin-bottom: 5px;
}

#contact .col-md-12 input {
  width: unset;
}

#contact textarea {
  border: 1px solid #e0e0e0;
  padding: 10px;
}

#contact .form-buttons {
  position: relative;
  width: 300px;
  margin: 50px auto 0;
}

#contact .form-buttons input {
  width: 100%;
  background: #c80c16;
  height: 61px;
  line-height: 61px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}

#contact .form-buttons:after {
  content: url(../img/icon_arrow_submit.png);
  position: absolute;
  top: calc(50% - 19px / 2);
  right: 12px;
  z-index: 99;
  pointer-events: none;
}

@media screen and (max-width:767px){
  #contact {
    padding: 60px 0 29.4vw;
  }

  #contact .wrap {
    width: 100%;
  }

  #contact h2 {
    font-size: 5.63vw;
    text-align: center;
  }

  #contact .text-area {
    width: 84.5vw;
    margin: 0 auto;
    text-align: left;
    font-size: 13.5px;
  }

  #contact .coution {
    width: 84.5vw;
    margin: 0 auto 7px;
    font-size: 12px;
  }

  #contact .coution span {
    line-height: 1.5em;
    height: 1.5em;
  }

  #contact th {
    font-size: 3.07vw;
    width: 27.14vw;
    vertical-align: top;
    padding: 6.65vw 4vw;
    white-space: pre-wrap;
    height: auto;
  }

  #contact th .flex-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  #contact th.openTime span {
    font-size: 2.3vw;
  }

  #contact th.openTime:before {
    content: none;
    font-size: 2.3vw;
    left: 4vw;
    top: calc(6.65vw + 2em);
  }

  #contact th:after {
    position: unset;
    display: inline-block;
    line-height: 1.5em;
    height: 1.5em;
  }

  #contact td {
    padding: 6.9vw 4.5vw;
  }

  #contact input,
  #contact .address input,
  #contact .address .select-area,
  #contact .email input,
  #contact textarea,
  #contact .col-md-12 label {
    width: 63.2vw;
  }

  #contact .address dt {
    font-size: 3.07vw;
  }

  #contact .form-buttons {
    width: 76.95vw;
  }
}

/*---- footer ----*/
.info-area .wrap {
  height: 140px;
  padding-bottom: 33px;
  display: flex;
  align-items: flex-end;
  font-size: 12px;
}

.info-area .logo-area {
  margin-right: 23px;
}

.info-area .text-area p:first-child {
  font-size: 14px;
  margin-bottom: 5px;
}

.info-area dl {
  display: flex;
}

.info-area dt {
  float: none;
  font-weight: normal;
}

.info-area dt:last-of-type {
  margin-left: 1em;
}

.info-area dt:after {
  content: ":";
  margin: 0 1ex;
}

.info-area dd:first-of-type {
  float: none;
}

.copyright {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: #242424;
}

@media screen and (max-width:767px){
  .info-area .wrap {
    padding-bottom: 0;
    display: block;
    text-align: center;
  }

  .info-area .logo-area {
    margin-right: 0;
    margin-bottom: 1em;
  }

  .info-area dl {
    justify-content: center;
  }

  .copyright {
    font-size: 2.5vw;
  }
}
