/* CSS Remedy */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: 1.17rem;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: 0.83rem;
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: 0.67rem;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

ol, ul, li, figure, dl, dt, dd, p {
  margin: 0;
  padding: 0;
}

.align_center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}

/*--margin--*/
.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

/*--letter-spacing--*/
.u-ls05 {
  letter-spacing: 0.05rem !important;
}

.u-ls1 {
  letter-spacing: 0.1rem !important;
}

.u-ls2 {
  letter-spacing: 0.2rem !important;
}

.u-ls3 {
  letter-spacing: 0.3rem !important;
}

.u-ls4 {
  letter-spacing: 0.4rem !important;
}

.u-ls5 {
  letter-spacing: 0.5rem !important;
}

/*--line-height--*/
.u-lh14 {
  line-height: 1.4 !important;
}

.u-lh16 {
  line-height: 1.6 !important;
}

.u-lh18 {
  line-height: 1.8 !important;
}

.u-lh20 {
  line-height: 2 !important;
}

/*--font-weight--*/
.u-bold {
  font-weight: bold;
}

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .flex.sp-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .flex.sp-block .flex__element {
    display: block;
    width: 100% !important;
  }
}
.flex.split-2 .flex__element {
  width: 48%;
}
.flex.split-5 .flex__element {
  width: 18%;
}
@media (max-width: 768px) {
  .flex.sp-split-2 .flex__element {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .flex.sp-split-2 .flex__element:not(:last-of-type) {
    margin-bottom: 3rem;
  }
}

.jc-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jc-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .jc-c {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.fw-w {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw-nw {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-wrap__x {
  max-width: 1130px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
.common-wrap__y {
  padding-bottom: 11rem;
  padding-top: 8rem;
}

#online-shopping header {
  position: relative;
}
#online-shopping .online-shopping__header__wrap {
  padding: 1.5rem;
}
@media (max-width: 768px) {
  #online-shopping .online-shopping__header__logo {
    max-width: 80%;
  }
}

.section__title {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .section__title {
    margin-bottom: 3rem;
  }
}

#online-shopping .main-img {
  background: url(../img/main.jpg) center right/960px no-repeat;
  position: relative;
}
@media (max-width: 768px) {
  #online-shopping .main-img {
    background: none;
  }
}
@media (min-width: 1367px) {
  #online-shopping .main-img {
    background: url(../img/main.jpg) center right/70% no-repeat;
  }
}
#online-shopping .main-img__wrap {
  max-width: 1210px;
  padding: 8rem 1.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  #online-shopping .main-img__wrap {
    padding: 0 1.5rem;
    margin-top: -11rem;
  }
}
#online-shopping .main-img__block {
  padding: 3.6rem;
  background: rgba(255, 255, 255, 0.8);
  max-width: 550px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #online-shopping .main-img__block {
    padding: 2rem 3rem 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#online-shopping .main-img__desc {
  margin-top: 7rem;
}
@media (max-width: 768px) {
  #online-shopping .main-img__desc {
    margin-top: 1rem;
  }
}
#online-shopping .main-img__message {
  position: absolute;
  right: 3rem;
  bottom: 1.5rem;
}
@media (max-width: 768px) {
  #online-shopping .main-img__message {
    top: 1.5rem;
    left: 1.5rem;
  }
}

#online-shopping .nav {
  background: #eae9e9;
}
#online-shopping .nav__lists {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  #online-shopping .nav__list {
    width: 33%;
    /*&:nth-of-type(1),
    &:nth-of-type(2){
        border-bottom: 1px solid #cac9c9;
    }
    &:nth-of-type(2n-1){
        border-right: 1px solid #cac9c9;
    }*/
  }
}

.product__article:not(:last-of-type) {
  margin-bottom: 7rem;
}

.brand {
  position: relative;
}
.brand__lists {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .brand__lists {
    margin-bottom: 4rem;
  }
}

/*.footer{
    background: variables.$kaneka_blue;
    padding: 3rem 1.5rem;
    font-size: 1.1rem;
    @media(max-width: 768px){
        padding: 1.5rem;
    }
    &__wrap{
        max-width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }
    &__list{
        margin-right: 3rem;
        letter-spacing: .1rem;
        position: relative;
        white-space: nowrap;
        a{
            &::before{
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                border: 1px solid;
                border-color: transparent transparent #fff #fff;
                transform: rotate(-135deg);
                margin-right: 7px;
            }
            @media(max-width: 768px){
                padding: 1.2rem 0;
                display: block;
                border-bottom: 1px solid #9cabd1;
            }
        }
    }
}*/
html {
  font-size: 62.5%;
}

#online-shopping {
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #191919;
}
@media (max-width: 768px) {
  #online-shopping {
    font-size: 1.4rem;
  }
}

#online-shopping a {
  text-decoration: none;
}
#online-shopping .pcShow {
  display: block;
}
@media (max-width: 768px) {
  #online-shopping .pcShow {
    display: none;
  }
}
#online-shopping .spShow {
  display: none;
}
@media (max-width: 768px) {
  #online-shopping .spShow {
    display: block;
  }
}
#online-shopping br.pcShow {
  display: inline;
}
@media (max-width: 768px) {
  #online-shopping br.pcShow {
    display: none;
  }
}
#online-shopping br.spShow {
  display: none;
}
@media (max-width: 768px) {
  #online-shopping br.spShow {
    display: inline;
  }
}
#online-shopping .section__title_big {
  display: block;
  font-size: 4.2rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  #online-shopping .section__title_big {
    font-size: 2.6rem;
  }
}
#online-shopping .section__title_small {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
  #online-shopping .section__title_small {
    font-size: 1.4rem;
  }
}
#online-shopping ul.nodisc {
  list-style-type: none;
}
#online-shopping img.border {
  border: 1px solid #ccc;
}
#online-shopping img.hover-opacity {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#online-shopping img.hover-opacity:hover {
  opacity: 0.7;
}

#online-shopping .main-img {
  color: #000;
}
#online-shopping .main-img__title_big {
  font-size: 4.8rem;
  display: block;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  #online-shopping .main-img__title_big {
    font-size: 2.4rem;
    text-align: center;
  }
}
#online-shopping .main-img__title_small {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  display: block;
}
@media (max-width: 768px) {
  #online-shopping .main-img__title_small {
    font-size: 1.3rem;
    text-align: center;
  }
}
#online-shopping .main-img__desc {
  font-size: 1.8rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #online-shopping .main-img__desc {
    font-size: 1.4rem;
  }
}
#online-shopping .main-img__message {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  text-shadow: rgba(34, 13, 3, 0.4) 1px 1px 10px, rgba(34, 13, 3, 0.4) -1px 1px 10px, rgba(34, 13, 3, 0.4) 1px -1px 10px, rgba(34, 13, 3, 0.4) -1px -1px 10px;
  /*-moz-text-shadow: 0px 0px 10px rgba(34, 13, 3, .8);
  -webkit-text-shadow: 0px 0px 10px rgba(34, 13, 3, .8);
  -ms-text-shadow: 0px 0px 10px rgba(34, 13, 3, .8);
  text-shadow: 0px 0px 10px rgba(34, 13, 3, .8);*/
}
@media (max-width: 768px) {
  #online-shopping .main-img__message {
    font-size: 1.4rem;
  }
}

#online-shopping .nav__lists {
  list-style-type: none;
}
#online-shopping .nav__list a {
  padding: 3rem 4rem;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  background: #eae9e9;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  color: #000;
}
@media (max-width: 768px) {
  #online-shopping .nav__list a {
    font-size: 1.1rem;
    padding: 0.8rem;
  }
}
@media (min-width: 769px) {
  #online-shopping .nav__list a:hover {
    background: #cac9c9;
  }
}

#online-shopping .product {
  border-bottom: 3px solid #eee;
  position: relative;
}
#online-shopping .product__article {
  text-align: center;
}
#online-shopping .product__article__img img {
  margin-left: auto;
  margin-right: auto;
  background: url(../img/shadow.png) left 50% bottom -25%/contain no-repeat;
  padding-bottom: 3rem;
}
#online-shopping .product__article__name {
  font-size: 2rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 768px) {
  #online-shopping .product__article__name {
    font-size: 1.8rem;
  }
}
#online-shopping .product__article__button a {
  display: inline-block;
  padding: 1rem;
  width: 80%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  background: #f3463d;
  border: 1px solid #f3463d;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 30px;
  letter-spacing: 0.1rem;
}
#online-shopping .product__article__button a:hover {
  background: #fff;
  color: #f3463d;
}
#online-shopping .product__article__desc {
  font-size: 1.5rem;
}
#online-shopping .product__article__external-link {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#online-shopping .product__article__external-link a {
  font-size: 1.4rem;
  color: #0282fa;
}
#online-shopping .mark__register {
  position: absolute;
  right: -14px;
  top: -2px;
  font-size: 80%;
}

#online-shopping .brand__lists {
  margin-top: -3rem;
}
#online-shopping .brand__lists .flex__element {
  margin-top: 3rem;
  width: 20%;
}
@media (max-width: 768px) {
  #online-shopping .brand__lists {
    margin-top: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #online-shopping .brand__lists .flex__element {
    margin-top: 0;
    width: 48%;
  }
}

/*.footer{
    background: variables.$kaneka_blue;
    color: #fff;
    &__list{
        &__link{
            color: #fff;
        }
    }
    &__copyright{
        font-size: 1rem;
        letter-spacing: .1rem;
        @media(max-width: 768px){
            text-align: center;
            letter-spacing: 0;
            margin-top: 4.5rem;
        }
    }
}*/
.bg-none img {
  background: none !important;
}

#online-shopping {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes passing {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing__text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing__text {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.passing {
  text-align: center;
}
.passing__box {
  display: inline-block;
  text-align: center;
  position: relative;
}
.passing__box::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
.passing__text {
  opacity: 0;
  font-size: 30px;
  line-height: 1.5;
}

.ignite .passing__box::before {
  -webkit-animation: passing 1s ease 0s 1 normal forwards;
          animation: passing 1s ease 0s 1 normal forwards;
}
.ignite .passing__text {
  -webkit-animation: passing__text 0s ease 0.5s 1 normal forwards;
          animation: passing__text 0s ease 0.5s 1 normal forwards;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}