/* CSS Document */
.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.poRe {
  position: relative;
}

.tC {
  text-align: center;
}

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

.btn {
  text-align: center;
}

a:hover {
  opacity: 0.7;
}

#header {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
#header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
}

nav {
  background-color: #c8152d;
}
nav .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: center;
  margin: 0 auto;
  width: 1120px;
}
nav .flex .f-item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  width: 20%;
}
nav .flex .btn_comingsoon {
  position: absolute;
  top: -78%;
  right: 0;
}

main {
  position: relative;
  background-color: #f18f4d;
  width: 1120px;
  margin: 0 auto 130px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.sec {
  margin-bottom: 30px;
}

.sec_bg {
  background-color: #fff;
  border-radius: 20px;
}

#sec01 {
  position: relative;
}
#sec01 .inner {
  background-image: url(../img/pc/sec01_map.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 20px 20px 60px;
}
#sec01 .ttl {
  text-align: center;
  margin-bottom: 60px;
}
#sec01 dt {
  float: left;
  clear: left;
  margin-bottom: 20px;
  margin-right: 20px;
  width: 160px;
}
#sec01 dd {
  float: left;
  margin-bottom: 20px;
}
#sec01 dd .txt03_1 {
  margin-bottom: 10px;
}
#sec01 dd .txt03_3 {
  text-indent: 1em;
}
#sec01 dd .txt06_1 {
  font-size: 24px;
}
#sec01 dd .txt06_1 .txtBlue {
  color: #0033ff;
}
#sec01 dd .txt06_1 a {
  color: #0033ff;
}
#sec01 dd .txt06_1 a:visited {
  color: #0033ff;
}
#sec01 dd .txt06_2 {
  text-indent: -1em;
  padding-left: 1em;
}
#sec01 .itm_area {
  position: absolute;
  top: 530px;
  right: 20px;
}
#sec01 .sec_buy .note {
  text-align: right;
  margin-top: 10px;
  margin-right: 110px;
}

#sec02 .inner {
  background-color: #f5f1df;
}
#sec02 .sec_bg {
  background-image: url(../img/pc/sec02_weed_L.png), url(../img/pc/sec02_weed_R.png), url(../img/pc/sec02_img03.png);
  background-position: left -10% top -10%, right -10% top -6%, right -17.4% top 22%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 30px 30px 30px;
}
#sec02 .ttl {
  text-align: center;
  margin-bottom: 10px;
}
#sec02 .date {
  text-align: right;
  margin-bottom: 10px;
}
#sec02 .sec02_img01 {
  margin-bottom: 5px;
}
#sec02 .sec02_img02 {
  margin-bottom: 20px;
}
#sec02 .btn01 {
  margin-bottom: 40px;
}

#sec03 .inner {
  padding-bottom: 20px;
}
#sec03 .cnt01 {
  text-align: center;
  margin-bottom: 50px;
}
#sec03 .cnt01 .ttl {
  margin-bottom: 20px;
}
#sec03 .cnt02 {
  text-align: center;
  margin-bottom: 80px;
}
#sec03 .cnt02 .ttl {
  margin-bottom: 20px;
}
#sec03 .sec03_cnt01_img01 {
  margin-bottom: 20px;
}
#sec03 .btn_sec03_cnt01 {
  margin-bottom: 40px;
}
#sec03 .sec03_cnt02_img01 {
  margin-bottom: 40px;
}
#sec03 .btn_sec03_cnt02 {
  margin-bottom: 30px;
}
#sec03 .btn_sec03_cnt02 .note {
  font-size: 18px;
  font-weight: normal;
  margin-top: 10px;
}
#sec03 .col01 {
  background-color: #fff9ad;
  width: 1050px;
  margin: 0 auto 60px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
#sec03 .btn_col01 {
  margin-top: 20px;
}
#sec03 .col02 {
  position: relative;
  width: 873px;
  margin: 0 auto;
  margin-bottom: 24px;
}
#sec03 .col02 .btn {
  position: absolute;
}
#sec03 .col02 .btn.btn_col02 {
  left: 0;
  bottom: 24px;
  right: 0;
  margin: 0 auto;
}
#sec03 .col02 .btn.btn_col03 {
  left: 36px;
  bottom: 32px;
}
#sec03 .col03 {
  position: relative;
  width: 873px;
  margin: 0 auto;
}
#sec03 .col03 .btn {
  position: absolute;
}
#sec03 .col03 .btn.btn_col02 {
  left: 0;
  bottom: 24px;
  right: 0;
  margin: 0 auto;
}
#sec03 .col03 .btn.btn_col03 {
  left: 36px;
  bottom: 32px;
}

#footer {
  background: #c8152d;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright {
  color: #FFF;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #header {
    width: 100%;
    background-color: #3380de;
  }
  #header .logo {
    width: 10.267vw;
    top: 0;
    left: 4vw;
  }
  nav {
    padding-top: 5.33%;
    padding-bottom: 5.33%;
    padding-left: 2.667vw;
    padding-right: 2.667vw;
  }
  nav .nav_ttl {
    color: #fff;
    text-align: center;
  }
  nav .flex {
    width: 100%;
    align-items: end;
    align-self: center;
    padding-top: 1.333vw;
  }
  nav .flex .f-item {
    width: 100%;
  }
  nav .flex .f-item:not(:first-child) {
    width: 50%;
  }
  nav .flex .f-item.f-item01 {
    border-bottom: 1px solid #fff;
  }
  nav .flex .f-item.f-item01 img {
    width: 34.67vw;
  }
  nav .flex .f-item.f-item02 {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  nav .flex .f-item.f-item02 img {
    width: 34.67vw;
  }
  nav .flex .f-item.f-item03 {
    border-bottom: 1px solid #fff;
  }
  nav .flex .f-item.f-item03 img {
    width: 35.07vw;
  }
  nav .flex .f-item.f-item04 {
    border-right: 1px solid #fff;
  }
  nav .flex .f-item.f-item04 img {
    width: 34.67vw;
  }
  nav .flex .f-item.f-item05 img {
    width: 34.67vw;
  }
  nav .flex .btn_comingsoon {
    top: -54%;
    right: 0;
    width: 65%;
  }
  main {
    width: 100%;
    margin-bottom: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-bottom: 20vw;
  }
  .sec_bg {
    border-radius: 10px;
  }
  #sec01 {
    margin-bottom: 4vw;
  }
  #sec01 .inner {
    background-image: none;
    padding: 5.333vw 4vw 4vw;
  }
  #sec01 .ttl {
    width: 72.667vw;
    margin: 0 auto 4vw;
  }
  #sec01 dl {
    margin-bottom: 3vw;
  }
  #sec01 dt {
    float: none;
    width: 100%;
    margin: 0 auto 2.667vw;
  }
  #sec01 dt.sec01_icn01 {
    width: 21.6vw;
  }
  #sec01 dt.sec01_icn02 {
    width: 21.333vw;
  }
  #sec01 dt.sec01_icn03 {
    width: 32.133vw;
  }
  #sec01 dt.sec01_icn04 {
    width: 21.333vw;
  }
  #sec01 dt.sec01_icn05 {
    width: 21.333vw;
  }
  #sec01 dt.sec01_icn06 {
    width: 21.333vw;
    margin-top: 6.667vw;
  }
  #sec01 dd {
    float: none;
    margin: 0 auto 6.667vw;
  }
  #sec01 dd .txt03_1 {
    width: 45.6vw;
    margin: 0 auto 2.667vw;
  }
  #sec01 dd .txt03_2 {
    font-size: 2.667vw;
    text-indent: -1em;
    padding-left: 1em;
    text-align: justify;
  }
  #sec01 dd .txt03_3 {
    font-size: 2.667vw;
    text-indent: -1em;
    padding-left: 2em;
  }
  #sec01 dd .txt05_1 {
    width: 75.87vw;
    margin: 0 auto;
  }
  #sec01 dd .txt05_2 {
    width: 83.6vw;
    margin: 0 auto;
  }
  #sec01 dd .txt06_1 {
    font-size: 4vw;
    letter-spacing: -0.02em;
    margin-bottom: 2.667vw;
  }
  #sec01 dd .txt06_2 {
    font-size: 2.667vw;
  }
  #sec01 dd.sec01_txt01 {
    width: 48.8vw;
  }
  #sec01 dd.sec01_txt02 {
    width: 24.93vw;
  }
  #sec01 dd.sec01_txt04 {
    width: 83.33vw;
  }
  #sec01 dd.sec01_txt05 {
    margin-bottom: 0;
  }
  #sec01 dd.sec01_txt05 .txt05_1 {
    width: 82.4vw;
  }
  #sec01 .sp_only .sec01_map {
    width: 80vw;
    margin: 0 auto 1vw;
  }
  #sec01 .sp_only .sec01_area {
    width: 80vw;
    margin: 0 auto;
  }
  #sec01 .sec_buy .note {
    font-size: 2.667vw;
    margin-top: 0.5em;
    margin-right: 0;
  }
  #sec02 .sec_bg {
    background-image: url(../img/sp/sec02_weed_L.png), url(../img/sp/sec02_weed_R.png), url(../img/sp/sec02_img03.png);
    background-position: left -5% top -2.8%, right -5% top -1.9%, right -2% top 14%;
    background-size: 23.87%, 25.47%, 56.53%;
    padding: 4% 0 6.67%;
  }
  #sec02 .ttl {
    width: 81.33vw;
    margin: 0 auto 2%;
  }
  #sec02 .date {
    width: 63.6vw;
    margin: 0 auto 15vw;
    text-align: start;
  }
  #sec02 .sec02_img01 {
    width: 68.93vw;
    margin: 0 auto 4%;
  }
  #sec02 .sec02_img02 {
    width: 81.73vw;
    margin: 0 auto 5.33%;
  }
  #sec02 .btn01 {
    width: 64vw;
    margin: 0 auto 6.67%;
  }
  #sec02 .btn02 {
    width: 77.47vw;
    margin: 0 auto;
  }
  #sec03 .inner {
    padding-top: 0;
    padding-bottom: 2%;
  }
  #sec03 .cnt01 {
    margin-bottom: 12vw;
  }
  #sec03 .cnt01 .ttl {
    margin-bottom: 0;
  }
  #sec03 .cnt02 {
    margin-bottom: 8vw;
  }
  #sec03 .cnt02 .ttl {
    margin-bottom: 2%;
  }
  #sec03 .sec03_cnt01_img01 {
    margin-bottom: 4vw;
  }
  #sec03 .btn_sec03_cnt01 {
    width: 81.87vw;
    margin: 0 auto 5.33vw;
  }
  #sec03 .sec03_cnt02_img01 {
    margin-bottom: 4vw;
  }
  #sec03 .btn_sec03_cnt02 {
    width: 81.87vw;
    margin: 0 auto 4vw;
  }
  #sec03 .btn_sec03_cnt02 .note {
    font-size: 2.4vw;
    margin-top: 1.33vw;
  }
  #sec03 .col01 {
    width: 84vw;
    margin: 0 auto 8vw;
    padding: 4vw 3vw 4vw;
  }
  #sec03 .col01 img {
    width: 75.47vw;
  }
  #sec03 .btn_col01 {
    width: 68.67vw;
    margin: 6.67vw auto 0;
  }
  #sec03 .col02 {
    width: 89.33vw;
    margin: 0 auto 4vw;
  }
  #sec03 .col02 .btn.btn_col02 {
    width: 81.87vw;
    bottom: 2vw;
  }
  #sec03 .col02 .btn.btn_col03 {
    width: 59.47vw;
    left: 2vw;
    bottom: 3vw;
  }
  #sec03 .col03 {
    width: 89.33vw;
    margin: 0 auto;
  }
  #sec03 .col03 .btn.btn_col02 {
    width: 82vw;
    bottom: 2vw;
  }
  #sec03 .col03 .btn.btn_col03 {
    width: 59.47vw;
    left: 3vw;
    bottom: 3vw;
  }
  .btnTop {
    width: 12vw;
  }
  #footer .copyright {
    font-size: 2.133vw;
  }
}
main {
  position: relative;
}

.promotion {
  position: fixed;
  right: 0;
  bottom: 160px;
  z-index: 100;
}

.promotion > div {
  position: relative;
}

.promotion > div a {
  display: block;
}

.promotion > div button {
  position: absolute;
  top: -10px;
  left: -10px;
  background: none;
  border: none;
}

.promotion > div button:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .promotion {
    right: 0;
    bottom: 100px;
  }
}/*# sourceMappingURL=style.css.map */