@charset "utf-8";


@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
  }

  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-device-width: 768px) {
  .pc_d {
    display: none;
  }
}

@media screen and (min-device-width: 769px) {
  .sp_d {
    display: none;
  }
}



.fadeUnderDelay {
    opacity: 0;
    transition: all 3.5s ease;
}
.fadeIn.fadeUnderDelay {
  transform: translateY(80px);
}
.fadeUnderDelay.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}


/********************************************************

  PC layout

********************************************************/
h1,h2,p{
  margin:0;
}
ul{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
a:hover{
  opacity: 1;
}


/*
  main
-------------------------------------------------------*/
.mainSection{
  display: flex;
  height: 100vh;
}
.mainSection .mainLeft{
  position: relative;
  width: 30%;
  background: #F39F00;
}
.mainSection .mainLeft .logoArea{
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 230px;
  margin: auto;
  
}
.mainSection .mainLeft .logoArea h1{
  margin: 0 auto 50px;
  width: 101px;
}
.mainSection .mainLeft .logoArea h1 img{
  width: 100%;
}
.mainSection .mainLeft .logoArea p{
  transition: opacity 1.2s 0.45s ease, transform 1.2s 0.45s ease, background-color 0.4s ease-in;
}
.mainSection .mainLeft .btnOnline{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  bottom: 60px;
}
.mainSection .mainLeft .btnOnline p a span {
  display: inline-block;
  background: url(../images/main_btn01.png) no-repeat;
  background-size: contain;
  padding: 0;
  width: 251px;
  height: 51px;
}
.mainSection .mainLeft .btnOnline p a:hover{
  opacity: 1;
}
.mainSection .mainLeft .btnOnline p a:hover span{
  background: url(../images/main_btn01_hover.png) no-repeat;
}

.mainSection .mainLeft .icoImage{
  position: absolute;
  top: 70px;
  right: -50px;
  z-index: 9999;
}
.mainSection .mainLeft .icoImage p{
  
}

.mainSection .mainRight{
  width: 70%;
  background: #efefef;
}
.mainSection .mainRight .mainRightText{
  animation: showAndHide 30s steps(1) infinite;
  position: absolute;
  z-index: 9999;
  right: 140px;
  top: 130px;
  transition: opacity 1.2s 0.9s ease, transform 1.2s 0.45s ease, background-color 0.4s ease-in;
}
@keyframes showAndHide {
  0%,
  100% {
    opacity: 1;
  }
  17% {
    opacity: 0;
  }
}

.p-home-hero-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: auto;
  z-index: +1;
}
.p-home-hero-scroll>a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-home-hero-scroll__txt {
  margin-bottom: 35px;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: .16em;
  transform: rotate(90deg);
}
.p-home-hero-scroll__bar {
  position: relative;
  width: 1px;
  height: 60px;
}
.p-home-hero-scroll__bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -4.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: scroll-circle 1.8s infinite cubic-bezier(.77, 0, .175, 1);
}
.p-home-hero-instagram a,
.p-home-hero-scroll__txt {
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}
.p-home-hero-scroll__bar,
.p-home-hero-scroll__bar::after {
  background: #fff;
  transition: background .3s cubic-bezier(.25, .46, .45, .94);
}
@keyframes scroll-circle {
  0% {
    top: 0
  }

  100% {
    top: 100%
  }
}


/*
  head
-------------------------------------------------------*/
#head{
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#head.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}
#head__inner{
  position: inherit;
  background: none;
}
.head__logo{
  top:28px;
  display: none;
}
.head__logo a:hover{
  background: url(../images/header_text02.png) no-repeat;
  background-size: contain;
}
.head__logo a{
  background:url(../images/header_text02.png) no-repeat;
  background-size: contain;
  width: 270px;
  height: 26px;
}
.head__onlineshop{
  margin:0 30px 0 0;
  display: none;
}
.head__onlineshop a{
  background: none;
  padding: 0;
}
.head__onlineshop a span{
  background: url(../images/header_btn01.png) no-repeat;
  background-size: contain;
  padding: 0;
  width: 180px;
  height: 32px;
}
.head__onlineshop a:hover{
  color:none;
  background: inherit;
}
.head__onlineshop a:hover span{
  background: url(../images/header_btn01_hover.png) no-repeat;
}


body.open #head__inner{
  background: #F39F00 !important;
  transition: 0.4s;
}
body.open .head__logo,
body.open .head__onlineshop{
  display: block !important;
  transition: 0.4s;
}

/*
  section01
-------------------------------------------------------*/
.secInner {
  max-width: 1100px;
  margin: 0 auto;
}

#section01 .secInner{

}
#section01{
  position: relative;
  background: #FFF6E0;
  padding: 150px 0 0;
  height: 1700px;
  overflow: hidden;
}
.secInner{
  max-width: 1100px;
  margin: 0 auto;
}
#section01 h2{
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 9999;
}
#section01 .textArea{
  position: absolute;
  top: 330px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 9999;
}
#section01 .textArea dl{

}
#section01 .textArea dl dt{
  margin-bottom: 50px;
  padding-left: 20px;
}
#section01 .textArea dl dd{
  margin-bottom: 50px;
}
#section01 .youtube{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 140px;
  z-index: 99;
}
#section01 .bgArea .bgImg01{
  position: absolute;
  top: 80px;
  left: -100px;
}
#section01 .bgArea .bgImg02 {
  position: absolute;
  top: 530px;
  left: -50px;
}
#section01 .bgArea .bgImg03 {
  position: absolute;
  top: 820px;
  left: -20px;
}
#section01 .bgArea .bgImg04 {
  position: absolute;
  top: 1300px;
  left: -90px;
}
#section01 .bgArea .bgImg05 {
  position: absolute;
  top: 10px;
  right: -90px;
  width: 440px;
}
#section01 .bgArea .bgImg06 {
  position: absolute;
  top: 360px;
  right: 0px;
}

#section01 .bgArea .bgImg07 {
  position: absolute;
  top: 590px;
  right: -150px;
}

#section01 .bgArea .bgImg08 {
  position: absolute;
  top: 1040px;
  right: -30px;
}

.secBgImage{

}
.secBgImage p{
  margin:0;
  line-height: 0;
}
.secBgImage p img{
  width: 100%;
}


/*
  section02
-------------------------------------------------------*/
#section02{
  margin-bottom: 80px;
}
#section02 .top__pickup{
  padding: 0;
}
#section02 .top__pickup .pickup__box{
  margin: 0 auto;
}
#section02 .top__pickup .pickup__box .pickup__slide .slide__box{

}
#section02 .slick-slide img{
  margin: 0 auto;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-arrow:hover{
  cursor: pointer;
}
.prev-arrow {
  padding: 20px 50px;
  left: -20px;
  z-index: 10;
}
.next-arrow {
  padding: 20px 50px;
  right: -20px;
}


/*
  section03
-------------------------------------------------------*/
#section03 {
  background: #FFF6E0;
  padding: 0 0 100px;
}
#section03 h2{
  text-align: center;
  margin-bottom: 80px;
}
#section03 .descBlockCommon{
  position: relative;
  height: 800px;
}
#section03 .descBlockCommon > p{
  position: absolute;
}
#section03 .descBlock_01 .parts_01{
  top: 0;
  left: 0;
}
#section03 .descBlock_01 .parts_02{
  right: 180px;
  top: 100px;
}
#section03 .descBlock_01 .parts_03{
  top: 400px;
  right: 0;
}
#section03 .parts_03 .bgImage{
  position: relative;
}
#section03 .parts_03 .txtImage{
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
  text-align: center;
}
#section03 .descBlock_02 .parts_01 {
  top: 0;
  right: 0;
}

#section03 .descBlock_02 .parts_02 {
  left: 150px;
  top: 100px;
}

#section03 .descBlock_02 .parts_03 {
  top: 450px;
  left: 0;
}
#section03 .descBlock_03 .parts_01 {
  top: 0;
  left: 0;
}
#section03 .descBlock_03 .parts_02 {
  right: 180px;
  top: 100px;
}
#section03 .descBlock_03 .parts_03 {
  top: 400px;
  right: 0;
}
#section03 .bnArea{
  text-align: center;
}



/*
  section04
-------------------------------------------------------*/
#section04 {
  background: #FFF6E0;
  padding: 50px 0 100px;
}
#section04 .descBlock{
  position: relative;
  background: #F39F01;
  /* height: 380px; */
}
#section04 .descBlock .parts_01{

}
#section04 .descBlock .parts_01 img{
  width: 100%;
}
#section04 .descBlock .parts_02 {
  position: absolute;
  top: -80px;
  left: 100px;
}
#section04 .descBlock .parts_02 .keyvisual__scroll--circle{
  width: 202px;
}
#section04 .descBlock .parts_02 .keyvisual__scroll--arrow{
  width: 108px;
  position: absolute;
  top: 49%;
  left: 54%;
}
#section04 .descBlock .parts_03 {
  position: absolute;
  top: 190px;
  left: 120px;
}



/*
  section05
-------------------------------------------------------*/
#section05 {
  padding: 50px 0 100px;
}
#section05 h2{
  text-align: center;
  margin-bottom: 140px;
}
#section05 .descBlock{
  position: relative;
  text-align: center;
}
#section05 .descBlock .parts_01{
  position: absolute;
  top: -70px;
  left: 95px;
  z-index: 9999;
}
#section05 .descBlock .parts_02 {
  position: absolute;
  bottom: -50px;
  left: 100px;
  z-index: 9999;
}
#section05 .descBlock .parts_03 span.pc{
  display: inline-block;
  position: relative;
  border: solid 10px #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
#section05 .descBlock .parts_03 span.pc img.iconFrozen{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
#section05 .descBlock .parts_03 span.pc img.scaling{
  transition: all 0.6s ease;
}
#section05 .descBlock .parts_03 span.pc:hover img.scaling{
  transform: scale(1.02);
}
#section05 .descBlock .parts_04 {
  position: absolute;
  right: 45px;
  bottom: -20px;
}
#section05 .itemBlock{
  display: flex;
  justify-content: space-around;
  margin-top: 170px;
}
#section05 .itemBlock p.itemLists{
  display: inline-block;
  position: relative;
  border: solid 10px #ffffff;
  background: #ffffff;
  border-radius: 30px;
}
#section05 .itemBlock p.itemLists .itemsElem img.scaling {
  transition: all 0.6s ease;
  overflow: hidden;
}
#section05 .itemBlock p.itemLists .itemsElem:hover img.scaling {
  transform: scale(1.025);
}
#section05 .itemBlock p.itemLists .itemsElem .itemLists{
  position: absolute;
  bottom: 43px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}

#section05 .itemBlock p.itemLists .itemsElem .iconFrozen{
  position: absolute;
  right: 20px;
  top: 20px;
}
#section05 .itemBlock p.itemLists img.itemListsBtn{
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
#section05 .itemBlock p.itemList02 {
  transition: opacity 1.2s 0.45s ease, transform 1.2s 0.45s ease, background-color 0.4s ease-in;
}
#section05 .itemBlock p.itemList03 {
  transition: opacity 1.2s 0.9s ease, transform 1.2s 0.9s ease, background-color 0.4s ease-in;
}



/*
  section06
-------------------------------------------------------*/
#section06 {
  position: relative;
  padding: 210px 0 100px;
  /* border-top: solid 2px #DF7A3F; */
}
#section06::before{
    content: '';
    display: block;
    border: solid 1px #DF7A3F;
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#section06 .descBlock{
  position: relative;
  text-align: center;
}
#section06 .descBlock .parts_01.pc{
  width: 642px;
  margin: 0 auto;
}
#section06 .descBlock .parts_01.pc img{
  width: 100%;
}
#section06 .descBlock .parts_02{
  width: 179px;
  position: absolute;
  top: -60px;
  left: 80px;
}
#section06 .descBlock .parts_02 img{
  width: 100%;
}
#section06 .descBlock .parts_03 {
  width: 102px;
  position: absolute;
  top: 0;
  right: 90px;
}
#section06 .descBlock .parts_03 img{
  width: 100%;
}
#section06 .descBlock .parts_04 {
  position: absolute;
  right: 45px;
  bottom: -20px;
}
#section06 .itemBlock{
  display: flex;
  justify-content: space-around;
  margin-top: 170px;
}



/*
  section07
-------------------------------------------------------*/
#section07{
  background: url(../images/sec07_bg.jpg) top left repeat;
  padding: 160px 140px;
}
#section07 .secInner{
  position: relative;
}
#section07 .secInner h2{
  position: absolute;
  top: -120px;
  left: 50px;
  z-index: 9999;
}
#section07 .secInner .instaIcon {
  position: absolute;
  right: 20px;
  bottom: -90px;
  z-index: 9999;
}
.keyvisual__scroll {
  width: 8vw;
  position: absolute;
  bottom: 2vw;
  left: 2vw;
}
.keyvisual__scroll--circle {
    height: auto;
    width: 150px;
    animation: rotate 15s linear infinite;
}
.keyvisual__scroll--arrow {
    height: auto;
    width: 48px;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

#section07 .secInner .slick-slide{
 padding: 0 10px;
}
#section07 .secInner .slick-slide img{
  width: 100%;
}


/*
  section08
-------------------------------------------------------*/
#section08 {
  background: #FFF6DF;
  padding: 100px 0 100px;
}
#section08 h2{
  text-align: center;
  margin-bottom: 80px;
}
#section08 .shopLists{

}
#section08 .shopLists ul{
  display: flex;
  justify-content: space-around;
}
#section08 .shopLists ul li{
  transform: translateY(0);
}
#section08 .shopLists ul li p.imageBlc{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
#section08 .shopLists ul li p span{

}
#section08 .shopLists ul li p span.sec08ico{
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
}
#section08 .shopLists ul li p span.sec08img{
}
#section08 .shopLists ul li p span.sec08img img{
  transition: all 0.6s ease;
}
#section08 .shopLists ul li:hover p span.sec08img img {
  transform: scale(1.1);
}
#section08 .shopLists ul li p.sec08text{
  text-align: center;
  margin-top: 35px;
}
#section08 .shopLists ul li p.sec08text span{
  display: block;
  margin-bottom: 10px;
}
#section08 .shopLists ul li p.sec08text .hoverElm02{
  transition: all 0.6s ease;
}
#section08 .shopLists ul li:hover p.sec08text .hoverElm02 {
  transform: translate(20px, 0px);;
}
#section08 .shopLists ul li:nth-child(2){
  transition: opacity 1.2s 0.45s ease, transform 1.2s 0.45s ease, background-color 0.4s ease-in;
}
#section08 .shopLists ul li:nth-child(3){
  transition: opacity 1.2s 0.9s ease, transform 1.2s 0.9s ease, background-color 0.4s ease-in;
}


/*
    ftSection
-------------------------------------------------------*/
#ftSection {
  padding: 100px 0 100px;
  text-align: center;
}
#ftSection .pageTop{
  margin-bottom: 100px;
}
#ftSection .linkBrandsite{
  
}
#ftSection .pageTop a img{
  display: block;
  margin: 0 auto;
  transition: all 1s;
}
#ftSection .pageTop a img:hover{
  transform: translate(0px,-20px);
}


/*
  pagetopSec
-------------------------------------------------------*/
#pagetopSec {
  position: relative;
}
#pagetopSec .pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 110px;
}
#pagetopSec .pagetop:hover{
  opacity: 1;
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}


/********************************************************

  Tablet / Smartphone

********************************************************/
@media screen and (max-width: 768px) {
/*
  main
-------------------------------------------------------*/
.mainSection{
  display: block;
}
.mainSection .mainLeft{
  width: 100%;
  height: 45%;
}
.mainSection .mainLeft .icoImage{
  right: auto;
  top: auto;
  left: 15px;
  bottom: -35px;
  width: 70px;
}
.mainSection .mainLeft .logoArea{
  top: 50px;
}
.mainSection .mainLeft .logoArea h1{
  width: 110px;
  margin: 0 auto 30px;
}
.mainSection .mainLeft .logoArea p{
  width: 80%;
  margin: 0 auto;
}
.mainSection .mainRight{
  width: 100%;
  height: 55%;
}
.mainSection .mainRight .mainRightText{
  bottom: 32%;
  top: auto;
  right: 25px;
  width: 60px;
}
.mainSection .mainLeft .btnOnline{
  width: 50%;
  bottom: 40px;
}
.mainSection .mainLeft .btnOnline p a span{
  width: 190px;
  height: 40px;
}


/*
  head__logo
-------------------------------------------------------*/
.head__logo{
  top: 20px;
}
.head__logo a{
  width: 140px;
  height: 20px;
}
.head__onlineshop{
  margin: 0 10px 0 0;
}
.head__onlineshop a span{
  background: url(../images/header_btn01-sp.png) no-repeat;
  background-size: contain;
  width: 80px;
}


/*
  section01
-------------------------------------------------------*/
#section01{
  height: 1700px;
}
#section01 h2{
  width: 70%;
  top: 80px;
}
#section01 .textArea{
  top: 240px;
}
#section01 .textArea dl dt{
  padding: 0;
  width: 50%;
  margin: 0 auto 80px;
}
#section01 .textArea dl dd{
  margin: 0 auto 50px;
}
#section01 .textArea dl dd.sec01Txt02{
  width: 350px;
}
#section01 .textArea dl dd.sec01Txt03{
  width: 290px;
}
#section01 .textArea dl dd.sec01Txt04{
  width: 310px;
}
#section01 .youtube {
  bottom: 100px;
  z-index: 999;
}
#section01 .youtube iframe{
  width: 90%;
  height: 240px;
}
#section01 .bgArea .bgImg01{
  width: 250px;
  top: 120px;
  left: -100px;
}
#section01 .bgArea .bgImg02{
  width: 170px;
  top: 490px;
  left: -70px;
}
#section01 .bgArea .bgImg03{
  width: 180px;
  top: 940px;
  left: -70px;
}
#section01 .bgArea .bgImg04{
  width: 170px;
  left: -70px;
  top: auto;
  bottom: 0;
}
#section01 .bgArea .bgImg05{
  width: 220px;
  top: 90px;
  right: -90px;
}
#section01 .bgArea .bgImg06{
width: 190px;
top: 250px;
right: -65px;
}
#section01 .bgArea .bgImg07{
  width: 180px;
  top: 740px;
  right: -80px;
}
#section01 .bgArea .bgImg08{
  width: 180px;
  top: auto;
  bottom: 300px;
  right: -80px;
}



/*
  section02
-------------------------------------------------------*/
#section02 h2{
  width: 80%;
  margin-left: 30px;
  margin-bottom: 60px;
}
#section02 .top__pickup{
  width: 80%;
  margin: 0 auto 0 34px;
}
#section02 .top__pickup .slide-arrow{
  width: 20px;
}
#section02 .top__pickup .prev-arrow{
  left: -8%;
  padding: 0;
}
#section02 .top__pickup .next-arrow{
  right: -10%;
  padding: 0;
}


/*
  section03
-------------------------------------------------------*/
#section03{
  padding: 60px 0 100px;
}
#section03 h2{
  width: 75%;
  margin: 0 auto 60px;
}
#section03 .descBlockCommon{
  width: 90%;
  height: auto;
  margin: 0 auto 80px;
}
#section03 .descBlockCommon>p{
  position: inherit;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  margin-bottom: 40px;
}
#section03 .descBlockCommon>p img{
  
}
#section03 .descBlock_01 .parts_02,
#section03 .descBlock_02 .parts_02,
#section03 .descBlock_03 .parts_02{
  width: 90%;
  margin: 0 auto;
}
#section03 .bnArea{
  width: 90%;
  margin: 0 auto;
}



/*
  section04
-------------------------------------------------------*/
#section04{
  padding: 50px 0 0;
}
#section04 .descBlock{
  height: auto;
}
#section04 .descBlock .parts_02{
  top: -50px;
  left: 15px;
  width: 120px;
}
#section04 .descBlock .parts_02 .keyvisual__scroll--circle{
    width: 130px;
}
#section04 .descBlock .parts_02 .keyvisual__scroll--arrow{
    width: 60px;
}


/*
  section05
-------------------------------------------------------*/
#section05{
  padding: 100px 0 90px;
}
#section05 h2{
  width: 80%;
  margin: 0 auto 100px;
}
#section05 .descBlock{
  width: 90%;
  margin: 0 auto;
}
#section05 .descBlock .parts_01{
  width: 190px;
  left: -5px;
}
#section05 .descBlock .parts_02{
  width: 90px;
  bottom: -30px;
  left: -5px;
}
#section05 .descBlock .parts_03{
  width: 90%;
  margin: 0 auto;
}
#section05 .descBlock .parts_03 span.pc{
  display: none;
}
#section05 .descBlock .parts_04{
  width: 200px;
  right: -10px;
}
#section05 .itemBlock{
  width: 90%;
  margin: 90px auto 0;
  /* justify-content: space-between; */
}
#section05 .itemBlock p{
  width: 48%;
}




/*
  section06
-------------------------------------------------------*/
#section06{
  width: 90%;
  padding: 70px 0 120px;
  margin: 0 auto;
}
#section06 .descBlock .parts_01.sp{
  width: 90%;
  margin: 0 auto;
}
#section06 .descBlock .parts_02,
#section06 .descBlock .parts_03{
  position: inherit;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
#section06 .descBlock .parts_02{
  width: 80%;
}
#section06 .descBlock .parts_03{
  width: 70%;
}
#section06 .descBlock .parts_04{
  right: 0;
  width: 190px;
}



/*
  section07
-------------------------------------------------------*/
#section07 {
  padding: 130px 10px 60px;
  background-size: 130px;
}
#section07 .secInner h2{
  width: 130px;
  top: -70px;
  left: 10px;
}
#section07 .secInner .instaIcon{
  position: inherit;
  width: 40%;
  margin: 50px auto 0;
  right: 0;
  bottom: 0;
}
#section07 .secInner .slick-slider .slick-track li{
  padding: 5px;
}

.keyvisual__scroll--arrow{
  left: 54%;
}


/*
  section08
-------------------------------------------------------*/
#section08{
  padding: 100px 50px 100px;
}
#section08 .shopLists{

}
#section08 .shopLists ul{
  display: block;
}
#section08 .shopLists ul li:not(:last-child){
  margin-bottom: 80px;
}
#section08 .shopLists ul li p span.sec08ico{
    width: 50px;
    top: 35%;
}
#section08 .shopLists ul li p.sec08text{
  width: 100%;
  margin: 30px auto 0;
}
#section08 .shopLists ul li p.sec08text img{
  width: auto;
}



/*
  ftSection
-------------------------------------------------------*/
#ftSection .pageTop{
  width: 80px;
  margin: 0 auto 80px;
}
#ftSection .linkBrandsite{
  width: 60%;
  margin: 0 auto;
}

/*
  pagetopSec
-------------------------------------------------------*/
#pagetopSec {
  position: relative;
  z-index: 9999;
}

#pagetopSec .pagetop {
  bottom: 15px;
  right: 15px;
  width: 80px;
}

#pagetopSec .pagetop:hover {
  opacity: 1;
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
}


}/* @media screen and (max-width: 768px) */
