@charset "utf-8";

/*------------------------------
  ベース
------------------------------*/

@media screen and (min-width: 768px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none !important;
  }
  body {
    background-color: #ffffff;
    color: #000000;
    font-size: 13px !important;
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-weight: normal;
  }
  #wrap {
    min-width: 1280px;
    overflow: hidden;
    width: 100%;
  }
}



/*------------------------------
  ヘッダー
------------------------------*/

@media screen and (min-width: 768px) {
  .header {
    height: 80px;
    width: 100%;
    background-color: #f2311d;
    position: fixed;
    z-index: 100;
  }
  .header_inn {
    width: 1280px;
    height: 100%;
    margin: auto;
    display: flex;
  }
  .header_inn_l {
    width: 50%;
    position: relative;
  }
  .header_inn_l .logo {
    width: 242px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .header_inn_r {
    width: 50%;
    position: relative;
  }
  .header_inn_r .btnarea {
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    margin: auto;
  }
  .header_inn_r .btn_addcart {
    width: auto;
    height: 48px;
    margin: 16px 30px 0 0;
  }
  .header_inn_r .btn_facebook {
    width: 130px;
    height: 45px;
    margin: 17.5px 12px 0 0;
  }
  .header_inn_r .btn_twitter {
    width: 130px;
    height: 45px;
    margin: 17.5px 0 0 0;
  }
}

/*------------------------------
  mv
------------------------------*/

@media screen and (min-width: 768px) {
  .mvarea {
    background-image: url(../img/bg1.jpg);
    background-repeat: repeat;
    background-position: 9% 59%;
    background-size: 16%;
    padding: 80px 0 35px;
    position: relative;
  }
  .mvarea_inn {
    width: 1280px;
    margin: auto;
    position: relative;
  }
  .mvarea_inn .img_07 {
    width: 439px;
    position: absolute;
    right: -48px;
    top: -10px;
    animation: 4s Roll01 ease-in-out infinite;
    animation-delay: 1s;
  }
  .mvarea_inn .img_10 {
    width: 423px;
    height: auto;
    position: absolute;
    right: -70px;
    bottom: 0;
    animation: 4s Roll03 ease-in-out infinite;
  }
  .mvarea_inn .img_11 {
    width: 430px;
    height: auto;
    position: absolute;
    left: -65px;
    bottom: 0;
    animation: 4s Roll02 ease-in-out infinite;
    animation-delay: 0.5s;
  }
  .mt {
    width: 971px;
    height: auto;
    margin: auto;
    padding: 18px 0 0;
    display: block;
  }
  .mv {
    width: 829px;
    height: auto;
    margin: -119px auto 0;
    display: block;
  }
}

@keyframes Roll01 {
  0% {
    transform: rotate(-3deg);
    width: 330px;
  }
  50% {
    transform: rotate(3deg);
    width: 310px;
  }
  100% {
    transform: rotate(-3deg);
    width: 330px;
  }
}
@keyframes Roll02 {
  0% {
    transform: rotate(5deg);
    width: 410px;
  }
  50% {
    transform: rotate(-5deg);
    width: 430px;
  }

  100% {
    transform: rotate(5deg);
    width: 410px;
  }
}
@keyframes Roll03 {
  0% {
    transform: rotate(5deg);
    width: 423px;
  }
  50% {
    transform: rotate(-5deg);
    width: 400px;
  }
  100% {
    transform: rotate(5deg);
    width: 423px;
  }
}

/*------------------------------
  video
------------------------------*/

@media screen and (min-width: 768px) {
  .videoarea {
    background-color: #ffffff;
    background-image: url(../img/bg2.jpg);
    background-repeat: repeat-x;
    background-position: right 23% bottom -72%;
    background-size: 203px;
    padding: 80px 0;
    position: relative;
  }
  .videoarea_inn {
    width: 1280px;
    margin: auto;
    position: relative;
  }
  .videoarea_inn .img_06_1 {
    width: 250px;
    height: auto;
    position: absolute;
    right: 13px;
    top: 0;
  }
  .videoarea_inn .img_08 {
    width: 250px;
    height: auto;
    position: absolute;
    left: -10px;
    bottom: -120px;
    z-index: 50;
}
  .videoarea_w {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    min-width: 768px;
    background-repeat: repeat-x;
    background-image: url(../img/bg_01.svg);
    z-index: 30;
  }
  .video {
    text-align: center;
    margin: auto;
    display: block;
  }
}

/*------------------------------
  howto
------------------------------*/

@media screen and (min-width: 768px) {
  .howtoarea {
    background-color: #1e2773;
    background-image: url(../img/bg3.jpg);
    background-repeat: repeat-x;
    background-position: right 28% bottom 1600%;
    background-size: 203px;
    padding: 80px 0 132px;
    position: relative;
  }
  .howtoarea_inn {
    width: 1280px;
    margin: auto;
    position: relative;
  }
  .howtoarea_inn .img_howto_t {
    width: 268px;
    height: auto;
    height: auto;
    margin: 0 auto 60px;
    display: block;
  }
  .howtoarea_inn .img_01 {
    width: 285px;
    height: auto;
    position: absolute;
    right: -70px;
    top: -85px;
  }
  .howtoarea_inn .img_09 {
    width: 270px;
    height: auto;
    position: absolute;
    left: -100px;
    bottom: -124px;
    z-index: 35;
  }
  .howtoarea_inn .img_howto_s01 {
    width: 336px;
    height: auto;
    margin: 0 auto 50px;
    display: block;
  }
  .howtoarea_inn .img_howto_d01 {
    width: 741px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .howtoarea_inn .img_howto_s02 {
    width: 357px;
    height: auto;
    margin: 0 auto 50px;
    display: block;
  }
  .howtoarea_inn .img_howto_d02 {
    width: 575px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .howtoarea_inn .img_howto_s03 {
    width: 660px;
    height: auto;
    margin: 0 auto 50px;
    display: block;
  }
  .howtoarea_inn .img_howto_d03 {
    width: 463px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .howtoarea_w {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    min-width: 768px;
    background-repeat: repeat-x;
    background-image: url(../img/bg_02.svg);
    z-index: 31;
  }
  .howtoarea_box {
    background-color: #ffffff;
    position: relative;
    width: 1080px;
    height: auto;
    border-radius: 20px;
    margin: 0 auto 20px;
    padding: 60px 0;
  }
  .howtoarea_box:last-child {
    margin: 0 auto;
  }
}

/*------------------------------
  os
------------------------------*/

@media screen and (min-width: 768px) {
  .osarea {
    background-color: #fff6e3;
    padding: 80px 0 132px;
    position: relative;
  }
  .osarea2 {
    min-width: 1280px;
    background-color: #fff6e3;
    padding: 80px 0 33px;
    position: relative;
  }
  .osarea_inn {
    width: 1280px;
    margin: auto;
    position: relative;
  }
  .osarea_inn .buy_logo {
    width: 640px;
    height: auto;
    margin: 0 auto 60px;
    display: block;
  }
  .osarea_inn .btn_addcart_jp {
    width: 550px;
    height: auto;
    margin: 0 auto 60px;
    display: block;
  }
  .osarea_inn .img_03 {
    width: 264px;
    height: auto;
    position: absolute;
    right: 30px;
    top: 80px;
  }
  .osarea_inn .img_05 {
    width: 183px;
    height: auto;
    position: absolute;
    left: 80px;
    top: -30px;
  }
  .osarea_w {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    min-width: 768px;
    background-repeat: repeat-x;
    background-image: url(../img/bg_03.svg);
    z-index: 31;
  }
}

/*------------------------------
  info
------------------------------*/

@media screen and (min-width: 768px) {
  .infoarea {
    background-color: #ffffff;
    background-image: url(../img/bg2.jpg);
    background-repeat: repeat-x;
    background-position: right 20% bottom -33%;
    background-size: 203px;
    padding: 80px 0 132px;
    position: relative;
  }
  .infoarea_inn {
    width: 1280px;
    margin: auto;
    position: relative;
  }
  .infoarea_inn .info_t {
    width: 624px;
    height: auto;
    margin: 0 auto 93px;
    display: block;
  }
  .infoarea_inn .info_d01 {
    width: 298px;
    height: auto;
    margin-bottom: 32px;
    display: block;
  }
  .infoarea_inn .info_d02 {
    width: 803px;
    height: auto;
    margin-bottom: 32px;
    display: block;
  }
  .infoarea_inn .info_d03 {
    width: 562px;
    height: auto;
    margin-bottom: 32px;
    display: block;
  }
  .infoarea_inn .info_d04 {
    width: 440px;
    height: auto;
    margin-bottom: 32px;
    display: block;
  }
  .infoarea_inn .info_d05 {
    width: 820px;
    height: auto;
    margin-bottom: 0px;
    display: block;
  }
  .infoarea_inn .img_12 {
    width: 415px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -25px;
  }

  .infoarea_w {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    min-width: 768px;
    background-repeat: repeat-x;
    background-image: url(../img/bg_01.svg);
    z-index: 31;
  }
}

/*------------------------------
  world
------------------------------*/

@media screen and (min-width: 768px) {
  .worldarea {
    background-color: #1e2773;
    background-image: url(../img/bg3.jpg);
    background-repeat: repeat-x;
    background-position: right 28% bottom 370%;
    background-size: 203px;
    padding: 80px 0 132px;
    position: relative;
  }
  .worldarea_inn {
    width: 1280px;
    margin: auto;
    position: relative;
  }
  .worldarea_inn .world_t {
    width: 787px;
    height: auto;
    margin: 0 auto 55px;
    display: block;
  }
  .worldarea_inn .img_13 {
    width: 230px;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0;
  }
  .worldarea_inn .img_02 {
    width: 248px;
    height: auto;
    position: absolute;
    right: 9px;
    bottom: -57px;
  }
  .worldarea_inn .world_d01 {
    width: 920px;
    height: auto;
    margin: 0 auto 70px;
    display: block;
  }
  .worldarea_inn .world_d02 {
    width: 1039px;
    height: auto;
    margin: 0 auto 70px;
    display: block;
  }
  .worldarea_inn .btn_addcart_en {
    width: 550px;
    height: auto;
    margin: 0 auto 60px;
    display: block;
  }
  .worldarea_w {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    min-width: 768px;
    background-repeat: repeat-x;
    background-image: url(../img/bg_02.svg);
    z-index: 31;
  }
  .worldarea_box {
    background-color: #ffffff;
    position: relative;
    width: 1080px;
    height: auto;
    border-radius: 20px;
    margin: 0 auto 20px;
    padding: 60px 0;
  }
  .worldarea_box:last-child {
    margin: 0 auto;
  }
}

/*------------------------------
  sns
------------------------------*/

@media screen and (min-width: 768px) {
  .snsarea {
    background-color: #ffffff;
    background-image: url(../img/bg4.jpg);
    background-repeat: repeat-x;
    background-position: right 8% bottom -10%;
    background-size: 203px;
    padding: 80px 0 132px;
    position: relative;
  }
  .snsarea_inn {
    width: 1280px;
    margin: auto;
    position: relative;
  }
  .snsarea_inn .sns_t {
    width: 285px;
    height: auto;
    margin: 0 auto 55px;
    display: block;
  }
  .snsarea_inn .sns_credit {
    width: 464px;
    height: auto;
    margin: auto;
    display: block;
  }
  .snsarea_inn iframe {
    margin: 0 auto 90px;
    display: block;
  }
  .snsarea_inn .img_04 {
    width: 350px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 0;
  }
  .snsarea_inn .img_06_02 {
    width: 332px;
    height: auto;
    position: absolute;
    left: 10px;
    top: 0;
  }
  .snsarea_w {
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
    height: 40px;
    min-width: 768px;
    background-repeat: repeat-x;
    background-image: url(../img/bg_01.svg);
    z-index: 31;
  }
  .snsarea_box {
    background-color: #fff6e3;
    position: relative;
    width: 900px;
    height: auto;
    border-radius: 20px;
    margin: 0 auto 20px;
    padding: 55px 0;
  }
}

/*------------------------------
  フッター
------------------------------*/

@media screen and (min-width: 768px) {
  .footer {
    padding: 38px;
    background-color: #f2f2f2;
  }
  .footer_link {
    margin: auto;
    display: block;
    text-align: center;
  }
  .footer_link a {
    color: #000000;
  }
  .footer_copyright {
    margin: 20px auto 0;
    display: block;
    text-align: center;
  }
}
