@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#toushitsuoff html {
  font-size: 62.5%;
  height: 100%;
  font-family: 'TsukuBRdGothic-Regular', 'Zen Maru Gothic', sans-serif;
}

#toushitsuoff .item_list p,
#toushitsuoff .item_rule p {
  font-family: 'TsukuBRdGothic-Regular', 'Zen Maru Gothic', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  background-color: #032a9f;
  padding: 20px;
  border-radius: 16px 17px 0 0;
}

#toushitsuoff .item_rule .notice {
  background-color: #fffadc;
  color: #004098;
  font-size: 20px;
  padding: 10px;
  margin: 20px;
  border-radius: 5px;
}

body {
  overflow-x: hidden;
}

#toushitsuoff {
  width: 100%;
  min-width: 1100px;
  padding-bottom: 80px;
  background-image: url(../img/main_bg.png);
  background-position: center;
  background-repeat: repeat;
  background-size: 100%;
  overflow-x: hidden;
}

#toushitsuoff a {
  cursor: pointer;
  text-decoration: none;
}

#toushitsuoff img {
  vertical-align: middle;
}

#toushitsuoff .pc {
  display: block;
}

#toushitsuoff .sp {
  display: none;
}

#toushitsuoff p {
  font-family: 'TsukuBRdGothic-Regular', 'Zen Maru Gothic', sans-serif;
  color: #6d3f00;
  font-weight: bold;
}

#toushitsuoff .scroll {
  overflow-y: scroll;
}

/* アンカーリンク */
.header>ul {
  background-color: #6d3f00;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 14px 0 rgba(79, 54, 13, 0.16);
}

.header>ul>li {
  margin-right: 20px;
  border-right: 2px solid white;
  padding-right: 20px;
}

.header>ul>li.anc01 {
  width: 92px;
}

.header>ul>li.anc02 {
  width: 88px;
}

.header>ul>li.anc03 {
  width: 92px;
}

.header>ul>li.anc04 {
  width: 172px;
}

.header>ul>li.anc05 {
  width: 167px;
}

.header>ul>li.anc06 {
  width: 180px;
}

.header>ul>li.anc07 {
  width: 161px;
}

.header>ul>li img {
  width: 100%;
}

.header>ul>li:last-child {
  border-right: none;
}

/* MV */
.mv_title {
  width: 46.5%;
}

.mv_box {
  text-align: center;
  padding: 56px 0;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.mv_right {
  position: absolute;
  top: 6%;
  right: -19%;
  width: 45%;
}

.mv_left {
  position: absolute;
  top: 7%;
  left: -8%;
  width: 36%;
}

.mv_pkg_right {
  position: absolute;
  top: 39%;
  right: 0%;
  width: 26%;
}

.mv_pkg_left {
  position: absolute;
  top: 60%;
  left: 6%;
  width: 27%;
}

/* MVアニメーション */
.js_title {
  opacity: 0;
  transform: scale(2);
  transition: 0.5s;
}

.js_title._active {
  opacity: 1;
  transform: scale(1);
}

.js_illust_right,
.js_pkg_right {
  opacity: 0;
  transform: translateX(100px);
  transition: 0.5s;
}

.js_illust_right._active,
.js_pkg_right._active {
  opacity: 1;
  transform: translateX(0);
}

.js_illust_left,
.js_pkg_left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s;
}

.js_illust_left._active,
.js_pkg_left._active {
  opacity: 1;
  transform: translateX(0);
}

/* cpsec */
.cptop {
  background-image: url(../img/cptitle_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

/* 応募条件・対象商品 */
#challenge .sec._03 {
  padding-bottom: 140px;
  position: relative;
}

#challenge .pkg {
  display: flex;
  gap: 50px;
  width: 90%;
  max-width: 598px;
  margin: 0 auto;
}

#challenge .sec03_txt {
  width: 90%;
  max-width: 667px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 140px;
}

.item_list {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  line-height: 1.5;
  border: 2px solid #004098;
}

.item_list ul {
  display: flex;
  flex-wrap: wrap;
  height: 320px;
  padding: 0 20px;
  color: #004098;
}

.item_list ul li:nth-child(odd) {
  width: 60%;
  border-right: 1px solid #004098;
  display: flex;
  align-items: center;
}

.item_list ul li:nth-child(even) {
  width: 40%;
  display: flex;
  font-family: 'Open Sans', sans-serif;
  align-items: center;
}

.item_list_ttl {
  font-family: 'Noto Sans JP', sans-serif;
  color: #004098;
}

.item_list ul li {
  padding: 10px;
  border-bottom: 1px solid #004098;
  text-align: left;
}

/* 応募方法・応募規約 */
.sec._04 {
  background-image: url(../img/bg_txt_left.png), url(../img/bg_txt_right.png);
  background-repeat: repeat-y;
  background-size: 120px auto;
  background-position: top left, top right;
}

.sec04_item {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 140px;
}

.tab_area {
  display: flex;
  gap: 10px;
}

.tab {
  width: calc(100%/2);
  padding: 20px;
  background-color: #fff;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.tab:hover {
  cursor: pointer;
}

.tab img {
  max-width: 265px;
  margin: 0 auto;
}

.tab.active {
  background-color: #fff100;
}

.panel {
  display: none;
  padding: 50px 40px;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 2px solid #ccc;
}

.panel.active {
  display: block;
}

.tab_item {
  position: relative;
}

.tab_btn01 {
  position: absolute;
  width: 27%;
  max-width: 220px;
}

.tab_btn01._01 {
  left: 7%;
  bottom: 1%;
}

.tab_btn01._02 {
  top: 30%;
  right: 13%;
}

.tab_btn02 {
  display: block;
  width: 42%;
  max-width: 340px;
  margin: 0 auto;
  padding-top: 30px;
}

.item_rule {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 30px 0;
  background-color: #fff;
  border-radius: 20px;
}

.item_rule ul {
  height: 300px;
  padding: 0 30px;
  color: #333;
  line-height: 1.5;
  text-align: left;
}

.item_rule ul li {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.item_rule ul li:not(:first-child) {
  padding-top: 24px;
}

.item_rule ul li a.link {
  color: #333;
}

.item_list ul .line_none {
  border-bottom: none;
}

/* sec01 */
.sec_wrap {
  max-width: 1200px;
  width: 100%;
  margin: 120px auto;
  text-align: center;
}

.sec01_text {
  font-size: 18px;
  line-height: 1.5;
}

.illust_position {
  position: absolute;
  top: 0;
}

.illust_position._sec01_01 {
  top: 10px;
  right: -52px;
}

.illust_position._sec01_02 {
  top: 710px;
  right: -115px;
}

.illust_position._sec01_03 {
  top: 1310px;
  right: 70px;
}

.illust_position._sec01_04 {
  top: 190px;
  left: -90px;
}

.illust_position._sec01_05 {
  top: 810px;
  left: 10px;
}

.illust_position._sec01_06 {
  top: 1280px;
    left: 150px;
}

/* sec02 */
.sec02_point_wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.sec02_point_wrap p {
  line-height: 1.5;
  font-size: 16px;
}

.sec02_text_box {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.sec02_text_box>p {
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

.illust_position._sec02_01 {
  top: 570px;
  right: -160px;
}

.illust_position._sec02_02 {
  top: 10px;
  left: -140px;
}

.illust_position._sec02_03 {
  top: 560px;
  left: 40px;
}

.illust_position._sec02_04 {
  top: 780px;
  left: -110px;
}

/* sec03 */
#toushitsuoff .slick-slide:not(.slick-center) {
  /* transform: scale(0.9); */
  transition: 0.2s linear;
}

.illust_position._sec03_01 {
  top: -200px;
  right: -120px;
}

/* モーダル */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
}

#toushitsuoff .modal__bg {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#toushitsuoff .modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: scroll;
}

#toushitsuoff .modal_close_position {
  position: absolute;
  top: 3%;
  right: 2%;
  width: 9%;
}

#toushitsuoff .modal_close_position:hover {
  cursor: pointer;
}

#toushitsuoff .js-modal-open:hover {
  cursor: pointer;
}

/* sec04 */
#toushitsuoff .product_box {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

/* cp */
#toushitsuoff #anc01 .cppt {
  padding: 0 0 40px 0;
}

#toushitsuoff .product_box._01 {
  background-image: url(../img/bg_01.png);
}

#toushitsuoff .product_box._02 {
  background-image: url(../img/bg_02.png);
}

#toushitsuoff .product_box._03 {
  background-image: url(../img/bg_03.png);
}

#toushitsuoff .product_box._04 {
  background-image: url(../img/bg_04.png);
}

#toushitsuoff .product_note {
  text-align: center;
  color: black;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  width: 90%;
  margin: 20px auto;
  line-height: 1.3;
  text-align: left;
}

#toushitsuoff .ribon_position {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}

#toushitsuoff .product_lead {
  font-size: 18px;
  display: inline-block;
  width: 70%;
  line-height: 1.8;
  font-feature-settings: "palt";
  border-bottom: #6d3f00 dashed 2px;
}

#toushitsuoff .product_point {
  font-size: 22px;
  display: inline-block;
  width: 80%;
  padding: 8px;
  font-feature-settings: "palt";
  background-color: #fff1bd;
  color: #004098;
}

#toushitsuoff .product_point._green {
  font-size: 15px;
  color: #12873b;
}

#toushitsuoff .product_new_wrap {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#toushitsuoff .product_new {
  font-size: 26px;
  text-align: center;
  color: #004098;
  position: absolute;
  line-height: 1.8;
  position: absolute;
  left: 5%;
  top: 35%;
}

#toushitsuoff .illust_position._product01_01 {
  top: -70px;
  right: -140px;
}

#toushitsuoff .illust_position._product01_02 {
  top: 200px;
  right: -80px;
}

#toushitsuoff .illust_position._product01_03 {
  top: 350px;
  right: -190px;
}

#toushitsuoff .illust_position._product01_04 {
  top: 770px;
  right: -130px;
}

#toushitsuoff .illust_position._product01_05 {
  top: 1430px;
  right: -130px;
}

#toushitsuoff .illust_position._product01_06 {
  top: 1810px;
  right: -220px;
}

#toushitsuoff .illust_position._product01_07 {
  top: 2290px;
  right: -270px;
}

#toushitsuoff .illust_position._product01_07 img {
  width: 70%;
}

#toushitsuoff .illust_position._product01_08 {
  left: -90px;
  top: -100px;
}

#toushitsuoff .illust_position._product01_09 {
  top: 290px;
  left: -160px;
}

#toushitsuoff .illust_position._product01_10 {
  top: 920px;
  left: -230px;
}

#toushitsuoff .illust_position._product01_11 {
  top: 1700px;
  left: -170px;
}

#toushitsuoff .illust_position._product01_12 {
  top: 2060px;
  left: -190px;
}

/* sec05 */
#toushitsuoff .illust_position._product02_right {
  top: 110px;
  right: -30px;
}

#toushitsuoff .illust_position._product02_left {
  top: 150px;
  left: 15px;
}

#toushitsuoff .illust_position._product02_01 {
  top: -130px;
    right: -310px;
}

#toushitsuoff .illust_position._product02_02 {
  top: 430px;
  right: -120px;
}

#toushitsuoff .illust_position._product02_03 {
  top: 820px;
  right: -40px;
}

#toushitsuoff .illust_position._product02_04 {
  top: 1260px;
  right: -50px;
}

#toushitsuoff .illust_position._product02_05 {
  top: 1430px;
  right: -300px;
}

#toushitsuoff .illust_position._product02_06 {
  top: 50px;
  left: -110px;
}

#toushitsuoff .illust_position._product02_07 {
  top: 470px;
  left: -100px;
}

#toushitsuoff .illust_position._product02_08 {
  top: 810px;
  left: -80px;
}

#toushitsuoff .illust_position._product02_09 {
  top: 1130px;
  left: -330px;
}

#toushitsuoff .illust_position._product02_10 {
  top: 1550px;
  left: -90px;
}


#toushitsuoff .illust_position._product03_01 {
  top: 30px;
  right: -80px;
}

#toushitsuoff .illust_position._product03_02 {
  top: 1210px;
  right: -168px;

}

#toushitsuoff .illust_position._product03_03 {
  top: 2440px;
  right: -180px;
}

#toushitsuoff .illust_position._product03_04 {
  top: 3800px;
  right: -170px;
}

#toushitsuoff .illust_position._product03_05 {
  top: -60px;
  left: -171px
}

#toushitsuoff .illust_position._product03_06 {
  top: 1309px;
  left: -160px;
}

#toushitsuoff .illust_position._product03_07 {
  top: 4919px;
  left: -90px;
}

#toushitsuoff .illust_position._product04_01 {
  top: 190px;
  right: -70px;
}

#toushitsuoff .illust_position._product04_02 {
  top: 1190px;
    right: -85px;
}

#toushitsuoff .illust_position._product04_03 {
  top: 1430px;
    left: -70px;
}

#toushitsuoff .illust_position._product04_04 {
  top: 684px;
    right: -140px;
}

#toushitsuoff .illust_position._product04_05 {
  top: 46px;
  right: 926px;
}

#toushitsuoff .illust_position._product04_06 {
  top: 840px;
  right: 1030px;
}

#toushitsuoff .illust_position._product04_07 {
  top: 1220px;
  right: 914px;
}


#toushitsuoff .note {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  color: #000;
  font-size: 12px;
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

/* ミーノバナー */
#toushitsuoff .miino {
  text-align: center;
}

#toushitsuoff .miino img {
  width: 100%;
  max-width: 300px;
}
#toushitsuoff .miino .miino_link {
  display: block;
}

#toushitsuoff .youtube_wrap {
  max-width: 750px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

#toushitsuoff .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

#toushitsuoff .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

  #toushitsuoff .sp {
    display: block;
  }

  #toushitsuoff {
    min-width: inherit;
  }

  /* MV */
  #toushitsuoff .mv {
    margin-bottom: 40%;
  }

  #toushitsuoff .mv_box {
    margin-top: -30px;
  }

  #toushitsuoff .mv_title {
    width: 82%;
  }

  #toushitsuoff .mv_right {
    top: -1%;
    right: -1%;
    width: 53%;
  }

  #toushitsuoff .mv_left {
    top: -3%;
    left: 0%;
    width: 38%;
  }

  #toushitsuoff .mv_pkg_left {
    top: 82%;
    left: 4%;
    width: 43%;
  }

  #toushitsuoff .mv_pkg_right {
    top: 75%;
    right: -3%;
    width: 52%;
  }

  /* cp */
  #toushitsuoff .cptop img {
    width: 100%;
  }

  #toushitsuoff .slick-slide:not(.slick-center) {
    transform: scale(0.9);
  }

  #toushitsuoff .item_list p,
  #toushitsuoff .item_rule p {
    font-size: 18px;
    color: #fff;
    background-color: #032a9f;
    padding: 10px o;
    border-radius: 16px 17px 0 0;
  }

  #toushitsuoff .item_rule .notice {
    background-color: #fffadc;
    color: #004098;
    font-size: 14px;
    padding: 10px;
    margin: 20px;
    border-radius: 5px;
  }

  #toushitsuoff .item_rule ul {
    font-size: 2.67vw;
  }


  /*　ハンバーガーボタン　*/
  #toushitsuoff .hamburger {
    display: block;
    position: relative;
    z-index: 3;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    margin-left: auto;
    background-color: #6d3f00;
  }

  #toushitsuoff .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: white;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  #toushitsuoff .hamburger span:nth-child(1) {
    top: 10px;
  }

  #toushitsuoff .hamburger span:nth-child(2) {
    top: 20px;
  }

  #toushitsuoff .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  #toushitsuoff .hamburger.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #toushitsuoff .hamburger.active span:nth-child(2),
  #toushitsuoff .hamburger.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav.globalMenuSp {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }

  nav.globalMenuSp ul {
    background: #6d3f00;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }

  nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration: none;
  }

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  /* sec01 */
  #toushitsuoff .sec_wrap {
    margin: 15% auto 0;
  }

  #toushitsuoff .sec01_text {
    font-size: 4.27vw;
  }

  #toushitsuoff .s_illust_position img {
    width: 100%;
  }

  #toushitsuoff .s_illust_position {
    position: absolute;
    top: 0;
    width: 15%;
  }

  #toushitsuoff .s_illust_position._sec01_01 {
    top: 3%;
    right: 0;
    width: 6%;
  }

  #toushitsuoff .s_illust_position._sec01_02 {
    top: 18%;
    right: 0;
    width: 13%;
  }

  #toushitsuoff .s_illust_position._sec01_03 {
    top: 41%;
    right: 0;
  }

  #toushitsuoff .s_illust_position._sec01_04 {
    top: 55%;
    right: 0;
    width: 21%;
  }

  #toushitsuoff .s_illust_position._sec01_05 {
    top: 4%;
    left: 3%;
    width: 4%;
  }

  #toushitsuoff .s_illust_position._sec01_06 {
    top: 21%;
    left: 0;
  }

  #toushitsuoff .s_illust_position._sec01_07 {
    top: 57%;
    left: 0;
    width: 16%;
  }

  #toushitsuoff .s_illust_position._sec01_08 {
    top: 80%;
    left: 3%;
    width: 10%;
  }

  /* sec02 */
  #toushitsuoff .sec02_text {
    font-size: 4.67vw;
    line-height: 1.3;
  }

  #toushitsuoff .sec02_text_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  #toushitsuoff .sec02_text_box>p {
    font-size: 4.27vw;
    line-height: 1.3;
    position: absolute;
    top: 13.5%;
    left: 0;
    width: 100%;
  }

  #toushitsuoff .s_illust_position._sec02_01 {
    top: 8%;
    left: 2%;
    width: 12%;
  }

  #toushitsuoff .s_illust_position._sec02_02 {
    top: 24%;
    left: 0;
    width: 19%;
  }

  #toushitsuoff .s_illust_position._sec02_03 {
    top: 28%;
    right: 0;
    width: 18%;
  }

  /* sec03 */
  #toushitsuoff .s_illust_position._sec03_01 {
    top: -9%;
    right: -10%;
    width: 32%;
    z-index: 1;
  }

  #toushitsuoff .s_illust_position._sec03_02 {
    top: 13%;
    left: 4%;
    width: 6%;
  }

  #toushitsuoff .s_illust_position._sec03_03 {
    top: 102%;
    left: 4%;
    width: 20%;
  }

  /* sec04 */
  #toushitsuoff .ribon_position {
    top: -1%;
    width: 60%;
  }

  #toushitsuoff .product_lead {
    font-size: 3.2vw;
    width: 90%;
  }

  #toushitsuoff .product_point {
    font-size: 3.67vw;
    width: 90%;
  }

  #toushitsuoff .product_point._green {
    font-size: 3.67vw;
    width: 90%;
  }

  #toushitsuoff .product_new {
    font-size: 4.2vw;
    text-align: center;
    color: #004098;
    position: absolute;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 5%;
    width: 100%;
  }

  #toushitsuoff .product_note {
    font-size: 3.2vw;
  }

  #toushitsuoff .s_illust_position._product01_01 {
    top: 1%;
    right: -10%;
    width: 40%;
  }

  #toushitsuoff .s_illust_position._product01_02 {
    top: 2.5%;
    left: -9%;
    width: 35%;
  }

  #toushitsuoff .s_illust_position._product01_03 {
    top: 7%;
    right: -3%;
    width: 5%;
  }

  #toushitsuoff .s_illust_position._product01_04 {
    top: 1%;
    left: -4%;
    width: 5%;
  }

  #toushitsuoff .s_illust_position._product01_05 {
    top: 21%;
    right: -6%;
    width: 20%;
  }

  #toushitsuoff .s_illust_position._product01_06 {
    top: 28%;
    width: 19%;
    right: -7%;
  }

  #toushitsuoff .s_illust_position._product01_07 {
    top: 24%;
    left: -4%;
    width: 11%;
  }

  #toushitsuoff .s_illust_position._product01_08 {
    top: 62%;
    width: 22%;
    right: -7%;
  }

  #toushitsuoff .s_illust_position._product01_09 {
    top: 68%;
    left: -6%;
    width: 30%;
  }

  #toushitsuoff .s_illust_position._product01_10 {
    top: 73%;
    right: 8%;
    width: 5%;
  }

  #toushitsuoff .s_illust_position._product01_11 {
    top: 79%;
    left: -7%;
    width: 20%;
  }

  #toushitsuoff .s_illust_position._product01_12 {
    top: 75%;
    right: 6%;
    width: 11%;
  }

  #toushitsuoff .s_illust_position._product01_13 {
    top: 78%;
    right: -4%;
    width: 10%;
  }

  #toushitsuoff .s_illust_position._product01_14 {
    top: 98%;
    left: -7%;
    width: 40%;
    z-index: 1;
  }

  #toushitsuoff .s_illust_position._product01_15 {
    top: 97%;
    right: -6%;
    width: 30%;
    z-index: 1;
  }


  #toushitsuoff .s_illust_position._product02_01 {
    top: 0;
    right: -5%;
    width: 31%;
  }

  #toushitsuoff .s_illust_position._product02_02 {
    top: 5%;
    left: 7%;
    width: 7%;
  }

  #toushitsuoff .s_illust_position._product02_03 {
    top: 28%;
    right: -6%;
  }

  #toushitsuoff .s_illust_position._product02_04 {
    top: 29%;
    left: -5%;
    width: 20%;
  }

  #toushitsuoff .s_illust_position._product02_05 {
    top: 54%;
    left: -3%;
    width: 8%;
  }

  #toushitsuoff .s_illust_position._product02_06 {
    top: 57%;
    right: -2%;
    width: 7%;
  }

  #toushitsuoff .s_illust_position._product02_07 {
    top: 78%;
    left: -2%;
    width: 10%;
  }

  #toushitsuoff .s_illust_position._product02_08 {
    top: 95%;
    left: -6%;
    width: 34%;
  }

  #toushitsuoff .s_illust_position._product02_09 {
    top: 95%;
    right: -6%;
  }

  #toushitsuoff .s_illust_position._product03_01 {
    top: 21%;
    right: -4%;
    width: 14%;
  }

  #toushitsuoff .s_illust_position._product03_02 {
    top: -2%;
    left: -8%;
    width: 31%;
  }

  #toushitsuoff .s_illust_position._product03_03 {
    top: 28%;
    right: -5%;
    width: 17%;
  }

  #toushitsuoff .s_illust_position._product03_04 {
    top: 24%;
    left: -7%;
    width: 18%;
  }

  #toushitsuoff .s_illust_position._product03_05 {
    top: 53%;
    right: -10%;
  }

  #toushitsuoff .s_illust_position._product03_06 {
    top: 80%;
    right: -7%;
    width: 11%;
  }

  #toushitsuoff .s_illust_position._product03_07 {
    top: 49%;
    width: 21%;
    left: -5%;
  }

  #toushitsuoff .s_illust_position._product04_01 {
    top: 1%;
    width: 26%;
    left: -6%;
  }

  #toushitsuoff .s_illust_position._product04_02 {
    top: 33%;
    width: 16%;
    left: -3%;
  }

  #toushitsuoff .s_illust_position._product04_03 {
    top: 13%;
    width: 8%;
    left: -1%;
  }

  #toushitsuoff .s_illust_position._product04_04 {
    top: 29%;
    width: 25%;
    left: -8%;
  }

  #toushitsuoff .s_illust_position._product04_05 {
    top: 47%;
    width: 14%;
    right: -2%;
  }

  #toushitsuoff .s_illust_position._product04_06 {
    top: 64.5%;
    width: 14%;
    left: -2%;
  }

  #toushitsuoff .s_illust_position._product04_07 {
    top: 79%;
    width: 18%;
    left: -6%;
  }

  #toushitsuoff .s_illust_position._product04_08 {
    top: 99%;
    width: 12%;
    left: 0%;
  }

  #toushitsuoff .s_illust_position._product04_09 {
    top: 3%;
    width: 13%;
    right: -7%;
  }

  #toushitsuoff .s_illust_position._product04_10 {
    top: 10%;
    width: 20%;
    right: -6%;
  }

  #toushitsuoff .s_illust_position._product04_11 {
    top: -1%;
    width: 9%;
    left: -1%;
  }

  #toushitsuoff .s_illust_position._product04_12 {
    top: 24%;
    width: 9%;
    right: -4%;
  }

  #toushitsuoff .s_illust_position._product04_13 {
    top: 57%;
    width: 20%;
    right: -6%;
  }

  #toushitsuoff .s_illust_position._product04_14 {
    top: 74%;
    width: 8%;
    right: 0%;
  }

  #toushitsuoff .s_illust_position._product04_15 {
    top: 99%;
    width: 12%;
    right: -2%;
  }

  #toushitsuoff .note {
    margin: 20px auto 0;
    font-size: 3.2vw;
  }

  #toushitsuoff .s_product04_note {
    margin: 20px 20px 0;
    text-align: left;
    font-size: 3.2vw;
  }

  #toushitsuoff .miino {
    margin: 0 auto;
    max-width: 280px;
    padding-top: 40px;
  }

}


/* アニメーション */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}