@charset "UTF-8";
.sp {
  display: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.float {
  zoom: 1;
}

.float:after, .float:before {
  content: "";
  clear: both;
  display: block;
}

img {
  vertical-align: bottom;
}

a {
  color: #000000;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

main {
  flex: 1;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

main img {
  width: auto;
  height: auto;
}

#fv {
  background: url(../img/pc/fv_bg_pc.jpg) center no-repeat;
  background-size: cover;
  position: relative;
}

#fv .fv_ttl {
  position: absolute;
  background-color: #f76c0f;
  width: 100%;
  top: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

#fv #container {
  width: 945px;
  position: relative;
}

#fv a {
  display: inline-block;
  position: absolute;
  right: 8px;
  bottom: 10px;
  width: 547px;
}

#cv01 .pc {
  padding: 45px 0;
}

#cnt01 {
  background: url(../img/pc/cnt01_01_bg_pc.jpg) bottom center;
  background-size: cover;
  padding-top: 60px;
}

#cnt01 h3{
  padding-bottom: 45px;
}

#cnt01_02 {
  display: inline;
  text-align: center;
  margin: 0 auto;
}

#cnt01_03 {
  margin: 0 auto;
  padding: 80px 0;
  background-color: #fdf9ed;
}

#red {
  background-color: #e90018;
  text-align: center;
  padding: 35px;
}
#yel {
  background-color: #fdf9ed;
  padding: 33px;
}

#cv02 {
  padding: 90px;
}

#cnt02_ttl {
  background-color: #f76c0f;
  text-align: center;
  padding: 105px;
  margin-bottom: 54px;
  position: relative;
}
#cnt02_ttl img {
  position: absolute;
  top:-15px;
  left:0;
  right:0;
  margin: 0 auto;
}

#form {
  background-color: #ffffd9;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }

  img {
    width: 100%;
  }

  #fv {
    background: url(../img/pc/fv_bg_pc.jpg) center no-repeat;
    background-size: cover;
  }
  
  #fv .inner {
    position: relative;
  }
  
  #fv a {
    display: inline-block;
    position: absolute;
    right: 4vw;
    bottom: 3.2vw;
  }
  #cv01 .sp {
    position: relative;
  }
  
  #cv01 .sp a {
    position: absolute;
    bottom: 1.333vw;
  }
  
  #cv01 .inner {
    position: relative;
  }

  #cv01 a.btn01 {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 47.333vw;
    width: 89.067vw;
    margin: 0 auto;
  }

  #cv01 a.btn02 {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 8vw;
    width: 86.933vw;
    margin: 0 auto;
  }
  
  #cnt01 {
    background: none;
    padding-top: 0;
  }
  
  #cnt01 h3{
    padding-bottom: 0;
  }
  
  #cnt01_02 {
    display: inline;
    text-align: center;
    margin: 0 auto;
  }
  
  #cnt01_03 {
    margin: 0 auto;
    padding: 0;
  }
  
  #red {
    background-color: #e90018;
    text-align: center;
    padding: 4.667vw;
  }
  #yel {
    background-color: #fdf9ed;
    padding: 4.4vw;
  }
  
  #cv02 {
    position: relative;
    padding: 0;
  }

  #cv02  a.btn01 {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5.067vw;
    width: 89.067vw;
    margin: 0 auto;
  }
  
  #cnt02_ttl {
    background: none;
    text-align: center;
    padding: 0;
    margin-bottom: 0;
    position: static;
  }
  #cnt02_ttl img {
    position: static;
    top:-2vw;
    left:0;
    right:0;
    margin: 0 auto;
  }  

}

#form {
  background-color: #ffffd9;
  padding-top: 2.333vw;
  padding-bottom: 5.333vw;
  text-align: center;
}

#form .sp {
  width: 86.6%;
  margin: 0 auto;
}

/* 
@media screen and (max-width: 1000px) {
  .inner {
    width: 98%;
  }
  #fv .inner {
    width: 100%;
    position: relative;
  }
  
  #fv .satei-btn {
    width: 36vw;
  }
  
  #fv a {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 3.5vw;
    width: 36.7vw;
  }
  
  .cv {
    padding: 0 0 6vw;
  }
  .cv a img {
    width: 82.1vw;
    margin: 0 auto;
  }
  #cnt01 {
    background: url(../img/cnt01_bg.jpg) bottom center;
    background-size: cover;
  }
  #cnt01 .swiper {
    margin: 5.333vw 0;
  }
  #cnt02 {
    padding-bottom: 7vw;
  }
  #cnt03 {
    margin-bottom: 6vw;
  }


} */

/* @media screen and (max-width: 750px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  #fv {
    position: relative;
  }
  #fv a {
    right: 0.7vw;
    width: 93.86vw;
  }
  #fv .fv_slot {
    position: absolute;
    left: 1.467vw;
    width: 80.933vw;
    top: 20.533vw;
  }
    ▼▼▼（20210814）add marukin ▼▼▼ 
  #fv .fv_slot_inner img.num {
    width: 10vw;
    top: 13.8vw;
  }
  #fv .fv_slot_inner img.num_r1 {
    right: 21.65vw;
  }
  #fv .fv_slot_inner img.num_r2 {
    right: 35.36vw;
  }
  #fv .fv_slot_inner img.num_r3 {
    right: 48.97vw;
  }
  #fv .fv_slot_inner img.num_r4 {
    right: 62.1vw;
  }
  （20210814）add marukin ▲▲▲ 
  .h3 {
    text-align: center;
    color: #fb6e11;
    font-size: 6.667vw;
    margin-bottom: 4vw;
  }
  #cnt01 {
    background: none;
  }
  #cnt01 h3 img {
    width: 100%;
  }
  #cnt02 {
    padding-bottom: 0;
  }
  #cnt03 h3 {
    background: none;
  }
  #cnt03 .box01 {
    margin-top: 0;
  }
  #cnt03 .box02 {
    margin-top: 0;
  }
  #cnt03 .box03 {
    margin-top: 0;
  }
  #cnt05 {
    margin-top: 9.333vw;
  }
  
  img.sp {
    margin: 0 auto;
  }
  
  
}
 */
