@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: 'Yu Gothic','游ゴシック','YuGothic','游ゴシック体';
}

p, a, li, dd, dt, th, td {
  font-size: 1.6rem;
  line-height: 1.8;
}

img {
  max-width: 100%;
}

.sp {
  display: none!important;
}

.mont {
  font-family: 'Montserrat', sans-serif;
}
.yumin {
  font-family: "Noto Serif JP","Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
}

.header{
  overflow: hidden;
}
.header_logo {
  padding-left: 4rem;
}
.header_top {
  background: #A7964B;
}
.header_top a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 0.7rem 0;
}
.header_nav {
  position: absolute;
  top: 4.2rem;
  z-index: 3;
  width: 100%;
  transition: background-color .3s;
}
.header_nav .flex {
  justify-content: space-between;
  align-items: center;
}
.header_nav nav {
  text-align: right;
}
.header_nav.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fff;
}

.gnavi {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.gnavi li {
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}
.gnavi .img a {
  line-height: 0;
  padding: 0;
}
.gnavi a {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  box-sizing: border-box;
  display: block;
  padding: 1.35rem 2rem;
  text-decoration: none;
  color: #000;
}
.gnavi .small {
  font-size: .8rem;
  display: block;
}
.gnavi .parent {
  position: relative;
}
.gnavi .parentInner {
  display: block;
  border: .1rem solid transparent;
  background-color: transparent;
  border-bottom: none;
  padding: 1.35rem 2rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.gnavi .parent .child {
  border: .1rem solid #000000;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 1rem;
  left: 0;
  width: 23.6rem;
  opacity: 0;
  padding: 1.5rem 0;
  pointer-events: none;
  transition: .3s;
}
.gnavi .parent .child.no2 {
  width: 31.4rem;
}
.gnavi .parent .child li {
  margin-right: 0;
  text-align: left;
}
.gnavi .parent .child a {
  white-space: nowrap;
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 1.5rem 1rem;
}
.gnavi .parent:hover .parentInner {
  border-color: #000000;
  background-color: #fff;
}
.gnavi .parent:hover .child {
  top: 100%;
  opacity: 1;
  pointer-events: inherit;
  z-index: 1;
  margin-top: -1px;
}

.spMenu {
  position: fixed;
  top: 0;
  left: -100%;
  transition: .3s;
  width: 65rem;
  background: #fff;
  box-sizing: border-box;
  padding: 4rem;
  height: 100%;
  overflow: scroll;
}
.spMenu.active {
  left: 0;
}
.spMenuBtn {
  display: none;
  position: absolute;
  left: 1.5rem;
  top: 3.3rem;
  width: 6.3rem;
  height: 4.3rem;
  transition: .3s;
}
.spMenuBtn span {
  display: block;
  width: 100%;
  height: .2rem;
  background: #fff;
  position: absolute;
  left: 0;
  transition: .3s;
}
.spMenuBtn span:nth-child(1) {
  top: 0;
}
.spMenuBtn span:nth-child(2) {
  top: 2.1rem;
}
.spMenuBtn span:nth-child(3) {
  bottom: 0;
}
.spMenuBtn.active {
  left: 65rem;
}
.spMenuBtn.active span:nth-child(1) {
  top: 2rem;
  transform: rotate(45deg);
}
.spMenuBtn.active span:nth-child(2) {
  opacity: 0;
}
.spMenuBtn.active span:nth-child(3) {
  bottom: 2rem;
  transform: rotate(-45deg);
}

body:not(.fs-body-top) .spMenuBtn span {
  background-color: #000;
}
body:not(.fs-body-top) .spMenuBtn.active span {
  background-color: #fff;
}

.spNavi {
  list-style: none;
}
.spNavi li {
  line-height: 3;
  color: #000;
}
.spNavi a {
  text-decoration: none;
  color: #000;
  font-size: 2.8rem;
}
.spNavi .small {
  font-size: 2.4rem;
  margin-left: .6rem;
}
.spNavi .toggle {
  position: relative;
}
.spNavi .toggle::after, .spNavi .toggle::before {
  content: "";
  display: block;
  width: 3rem;
  height: .2rem;
  background: #000;
  position: absolute;
  right: 1rem;
}
.spNavi .toggle::after {
  top: 4rem;
}
.spNavi .toggle::before {
  top: 4rem;
  right: 1rem;
  transition: .3s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.spNavi .toggle.active::before {
  right: 1rem;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.spNavi .child {
  display: none;
  list-style: none;
  padding-left: 8rem;
}
.spNavi .child a {
  font-size: 2.4rem;
}

@media screen and (max-width: 1030px) {
  .gnavi a {
    padding: 0 1rem;
  }
}
/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  .spMenuBtn {
    display: block;
  }

  .gnavi li {
    display: none;
  }
  .gnavi li.img {
    display: block;
  }
  .gnavi li.img.no1 {
  }

  .header_top a {
    font-size: 2.4rem;
    padding: 1.551rem 0;
  }
  .header_logo {
    position: absolute;
    left: 50%;
    top: 1.5rem;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    padding-left: 0;
  }
  .header_logo a {
    display: block;
  }
  .header_logo img {
    width: 15rem;
  }
  .header_nav {
    top: 7.4rem;
    padding: 1.5rem 0;
    box-sizing: border-box;
  }
  .header_nav .flex {
    justify-content: flex-end;
  }
  .header_nav nav {
    width: 22rem;
  }
  .header_nav.fixed .header_logo {
    top: 1.2rem;
  }
  .header_nav.fixed .spMenuBtn {
    top: 3.5rem;
  }
  .header_nav.fixed .spMenuBtn span {
    background: #000;
  }
  .header_nav.fixed .spMenuBtn.active span {
    background: #fff;
  }
}
.footer {
  padding: 3.5rem 0 0;
  box-sizing: border-box;
  position: relative;
}
.footer_logo {
  text-align: center;
  margin-bottom: 5.6rem;
}
.footer_nav {
  display: flex;
  list-style: none;
  justify-content: center;
}
.footer_nav a {
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  color: #4D4C4C;
  padding: 0 3rem;
  position: relative;
}
.footer_nav a::after {
  content: "";
  width: .1rem;
  height: 1.2rem;
  background: #4D4C4C;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}
.footer_nav li:last-child a::after {
  content: none;
}
.footer small {
  margin-top: 6rem;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  border-top: .1rem solid #707070;
  padding: 1.5rem 0;
}

.floatBtn {
  position: absolute;
  right: 0;
  top: 30%;
}

/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  .floatBtn {
    display: none;
  }

  .footer {
    padding: 10rem 0 0;
  }
  .footer_logo {
    margin-bottom: 10rem;
  }
  .footer_logo img {
    margin: auto;
    width: 15rem;
  }
  .footer_nav {
    flex-wrap: wrap;
  }
  .footer_nav li {
    width: 100%;
    margin-bottom: 6rem;
  }
  .footer_nav a {
    padding: 0;
    text-align: center;
    font-size: 2.6rem;
  }
  .footer_nav a::after {
    content: none;
  }
  .footer small {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
}
.block {
  display: block;
}

.pc_block {
  display: block;
}

.center {
  text-align: center;
}

.lwrap {
  max-width: 1000px;
  margin: auto;
}
.lwrap2 {
  max-width: 1242px;
  margin: auto;
}

.fl-l {
  float: left;
}
.fl-r {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.btn a {
  color: #fff;
  border: .1rem solid #fff;
  display: block;
  text-decoration: none;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  transition: .3s;
}
.btn a .icon {
  margin-left: .6rem;
  display: inline-block;
  background: url("https://laluna.itembox.design/item/common/icon_arrow_white.png") no-repeat center;
  background-size: 100%;
  width: 3.4rem;
  height: .7rem;
  transition: .3s;
}
.btn a:hover {
  background: #fff;
  color: #A7964B;
  border-color: #A7964B;
}
.btn a:hover .icon {
  background-image: url("https://laluna.itembox.design/item/common/icon_arrow_right_gold.png");
}
.btn.gold .icon {
  background-image: url("https://laluna.itembox.design/item/common/icon_arrow_right_gold.png");
}
.btn.black a {
  background: #000;
  border-color: #000;
  max-width: 17.5rem;
  width: 100%;
  text-align: left;
  padding: 1rem 1rem 1rem 2rem;
}
.btn.black a:hover {
  border-color: #000;
  color: #fff;
}
.btn.black a:hover .icon {
  background-image: url("https://laluna.itembox.design/item/common/icon_arrow_white.png");
}
.btn.black.alignRight a {
  display: inline-block;
}
.btn2 {
  text-align: center;
}
.btn2 a {
  font-size: 1.7rem;
  color: #707070;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: .1rem solid #707070;
  max-width: 36rem;
  width: 100%;
  padding: 1.3rem 0;
  box-sizing: border-box;
}
.btn2 a .icon {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
  vertical-align: middle;
}

.btn3 a{
  background: #43403F url("https://laluna.itembox.design/item/common/icon_arrow_white.png") no-repeat right 3rem center;
  background-size: 2.6rem;
  border: .1rem solid #fff;
  color: #fff;
  text-align: center;
  max-width: 43rem;
  margin: auto;
  border-radius: 6rem;
  display: block;
  font-family: "Noto Serif JP",  "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
  font-size: 2.1rem;
  font-weight: 300;
  padding: 2rem 1rem;
}
.btn3 a:hover{
  border-color: #43403F;
  background-image: url("https://laluna.itembox.design/item/common/icon_arrow_gray.png");
  color: #43403F;
  background-color: #fff;
}
.btn3.white a{
  background-image: url("https://laluna.itembox.design/item/common/icon_arrow_gray.png");
  background-color: #fff;
  border-color: #43403F;
  color: #43403F;
}
.btn3.white a:hover{
  background-image: url("https://laluna.itembox.design/item/common/icon_arrow_white.png");
  background-color: #43403F;
  border-color: #fff;
  color: #fff;
}
.btn3.gold {
  margin: 0;
}
.btn3.gold a {
  margin: 0;
  display: inline-block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  max-width: 34rem;
  width: 100%;
  background: #A7964B;
  background-size: 3.6rem;
}
.btn3.gold a span {
  display: inline-block;
  background: url("../moviepresent/ico-arrow-white.png") no-repeat center;
  background-size: 100%;
  width: 3.6rem;
  height: 1.2rem;
  margin-left: 1rem;
  transition: .3s;
}
.btn3.gold a:hover {
  border-color: #A7964B;
  color: #A7964B;
  background-color: #fff;
}
.btn3.gold a:hover span {
  background-image: url("../moviepresent/ico-arrow-gold.png");
}
.btn3.green {
  margin: 0;
}
.btn3.green a {
  margin: 0;
  display: inline-block;
  width: 100%;
  max-width: 34rem;
  background: #5CC05C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.btn3.green a span {
  display: inline-block;
  background: url("../moviepresent/ico-arrow-white.png") no-repeat center;
  background-size: 100%;
  width: 3.6rem;
  height: 1.2rem;
  margin-left: 1rem;
  transition: .3s;
}
.btn3.green a:hover {
  border-color: #5CC05C;
  color: #5CC05C;
  background-color: #fff;
}
.btn3.green a:hover span {
  background-image: url("../moviepresent/ico-arrow-green.png");
}

.flex {
  display: flex;
}
.flex.col-4 {
  flex-wrap: wrap;
}
.flex.col-4 .item {
  width: 23.5%;
  margin-right: 2%;
}
.flex.col-4 .item:nth-child(4n) {
  margin-right: 0;
}

.alignRight {
  text-align: right;
}

.title01 {
  font-size: 3.4rem;
  font-weight: normal;
  font-family: Arial, Helvetica, 'sans-serif';
  text-align: center;
  line-height: 1.5;
}
.title01 .small {
  font-size: 1.4rem;
  font-family: 'Yu Gothic','游ゴシック','YuGothic','游ゴシック体';
  display: block;
}
.title02 {
  font-size: 2rem;
  line-height: 1.5;
  color: #707070;
  border-bottom: .1rem solid #707070;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.title03{
  font-size: 5.2rem;
  font-family: "Noto Serif JP",  "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
  font-weight: 300;
}
.title03 .small{
  font-size: 2.4rem;
  display: block;
  margin-top: 3rem;
}
.title04 {
  font-family: 'Montserrat', sans-serif;
  font-size: 7rem;
  font-weight: 300;
  position: relative;
}
.title04::after {
  content: "";
  display: inline-block;
  width: 12rem;
  height: .6rem;
  background-color: #A7964B;
  position: absolute;
  left: 0;
  bottom: 0;
}

.carousel .bgBlue {
  background: rgba(130, 182, 233, 0.85);
}
.carousel .bgGreen {
  background: rgba(88, 151, 92, 0.85);
}
.carousel .bgYellow {
  background: rgba(207, 189, 109, 0.85);
}
.carousel .item {
  position: relative;
  padding: 0 0 2rem 2rem;
  margin: 0 1rem;
  box-sizing: border-box;
}
.carousel .item a {
  display: block;
  text-decoration: none;
  transition: .3s;
}
.carousel .item a:hover {
  opacity: .8;
}
.carousel .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55%;
  min-width: 15rem;
  min-height: 8.1rem;
  padding: 1.5rem 1rem;
  color: #fff;
}
.carousel .item .text h3 {
  font-size: 1rem;
  line-height: 1.5;
}
.carousel .item .text p {
  font-size: 1.2rem;
}

.slick-prev {
  left: inherit;
  right: 30.5rem;
  top: -4rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 2.4rem;
  height: 2.4rem;
  background: url("https://laluna.itembox.design/item/common/icon_slide_arrow_left_off.jpg") no-repeat center top;
  background-size: cover;
}
.slick-prev::before {
  content: none;
}
.slick-prev:hover, .slick-prev:focus {
  background: url("https://laluna.itembox.design/item/common/icon_slide_arrow_left_on.jpg") no-repeat center top;
  background-size: cover;
}
.slick-next {
  right: 27rem;
  top: -4rem;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 2.4rem;
  height: 2.4rem;
  background: url("https://laluna.itembox.design/item/common/icon_slide_arrow_right_off.jpg") no-repeat center top;
  background-size: cover;
}
.slick-next::before {
  content: none;
}
.slick-next:hover, .slick-next:focus {
  background: url("https://laluna.itembox.design/item/common/icon_slide_arrow_right_on.jpg") no-repeat center top;
  background-size: cover;
}

.coloursWrap {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.coloursWrap .img {
  width: 50%;
}
.coloursWrap .text {
  width: 50%;
  margin: 5rem 4% 0 -7rem;
  position: relative;
  z-index: 1;
}
.coloursWrap .textInner {
  box-sizing: border-box;
  padding: 3.5rem;
  background-color: #fff;
  border: .1rem solid #707070;
}
.coloursWrap .text p {
  font-size: 1.4rem;
  color: #707070;
}
.coloursWrap.imgRight .img {
  order: 2;
}
.coloursWrap.imgRight .text {
  order: 1;
  margin: 5rem -7rem 0 4%;
}

.induction .title01 {
  margin-bottom: 6rem;
}
.induction .flex {
  background: url("https://laluna.itembox.design/item/top/bg04.jpg") no-repeat center top;
  background-size: cover;
  padding: 11.6rem 0;
  box-sizing: border-box;
}
.induction .flex .btn a {
  max-width: 36.5rem;
  width: 80%;
  display: inline-block;
  padding: 1.25rem 0;
}
.induction .left {
  width: 50%;
  text-align: center;
}
.induction .right {
  width: 50%;
  text-align: center;
}

.wideImg img {
  width: 100%;
}

.mainvisual {
  padding: 19rem 0 12rem;
}
.mainvisual h2 {
  text-align: center;
  font-size: 3.6rem;
  font-weight: normal;
  font-family: Arial, Helvetica, 'sans-serif';
  line-height: 2;
}
.mainvisual h2 .small {
  font-size: 1.4rem;
  font-family: 'Yu Gothic','游ゴシック','YuGothic','游ゴシック体';
}

.fs-body-top .mainvisual {
  padding: 0;
  margin-bottom: 8rem;
}
.fs-body-top .mainvisual img {
  width: 100%;
}
.fs-body-top .mainvisual .item {
  position: relative;
}
.fs-body-top .mainvisual a {
  text-decoration: none;
}
.fs-body-top .mainvisual .absolute {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
}

.fs-body-top .mainvisual .absolute .small {
  font-family: Arial, Helvetica, 'sans-serif';
  font-size: 1.4rem;
}




.fs-body-top .cont02 {
  margin-bottom: 18rem;
}
.fs-body-top .cont02 .title01 {
  margin-bottom: 6rem;
}
.fs-body-top .cont02 .carousel {
  margin-bottom: 6rem;
}
.fs-body-top .cont03 {
  margin-bottom: 18rem;
}
.fs-body-top .cont03 .product-wrap{
  margin-bottom: 0!important;
}
.fs-body-top .cont03 .title01 {
  margin-bottom: 6rem;
}
.fs-body-top .cont03 .item {
}
.fs-body-top .cont03 .item a {
  text-decoration: none;
  display: block;
}

.fs-body-top .cont03 .item .img img {
  width: 100%;
}
.fs-body-top .cont03 .btn {
  margin-top: 6rem;
}
.fs-body-top .cont04 {
  padding: 5rem 0 6rem;
  background: #E5E5E5;
}
.fs-body-top .cont04 .title01 {
  margin-bottom: 6rem;
}
.fs-body-top .cont04 .item {
  border: .1rem solid #7B7B7B;
  box-sizing: border-box;
  line-height: 0;
  position: relative;
}
.fs-body-top .cont04 .item a {
  text-decoration: none;
  line-height: 0;
  display: block;
}
.fs-body-top .cont04 .item .icon {
  position: absolute;
  top: -2.6rem;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
}
.fs-body-top .cont04 .item .text {
  background: #949494;
  color: #fff;
  padding: 1.2rem 1rem;
  box-sizing: border-box;
}
.fs-body-top .cont04 .item .text .name {
  font-size: 1.2rem;
}
.fs-body-top .cont04 .item .text p {
  font-size: 1.3rem;
}
.fs-body-top .cont05 {
  padding: 0 0 15rem;
}
.fs-body-top .cont05 .title01 {
  margin-bottom: 6rem;
}
.fs-body-top .cont05 .flex {
  color: #fff;
}
.fs-body-top .cont05 .flex .mont {
  font-size: 2.9rem;
  text-align: center;
  margin-bottom: 6rem;
}
.fs-body-top .cont05 .flex p {
  font-size: 1.4rem;
  line-height: 3;
  text-align: center;
  max-width: 40.5rem;
  margin: auto;
}
.fs-body-top .cont05 .flex p.btn {
  margin-top: 12rem;
  line-height: normal;
  width: 28.3rem;
}
.fs-body-top .cont05 .flex .left{
  width: 50%;
  background: url("../top/bg02-1.jpg") no-repeat center top;
  background-size: cover;
}
.fs-body-top .cont05 .flex .left .inner{
  background: url("../top/bg02.jpg") no-repeat center top;
  background-size: cover;
  padding: 12rem 1.5rem 8rem;
  box-sizing: border-box;
  height: 100%;
}
.fs-body-top .cont05 .flex .right{
  width: 50%;
  background: url("../top/bg03-1.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
}
.fs-body-top .cont05 .flex .right .inner{
  background: url("../top/bg03.jpg") no-repeat center top;
  background-size: cover;
  padding: 12rem 1.5rem 8rem;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 751px){
  .fs-body-top .cont05 .flex .left .inner{
    position: relative;
    left: -100%;
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
  .fs-body-top .cont05 .flex .left:hover .inner{
    opacity: 1;
    left: 0;
  }
  .fs-body-top .cont05 .flex .right .inner{
    position: relative;
    left: -100%;
    opacity: 0;
    transition: all 0.8s ease-in-out;
  }
  .fs-body-top .cont05 .flex .right:hover .inner{
    opacity: 1;
    left: 0;
  }
}

.fs-body-top .cont05 .flex .right p {
  max-width: 44rem;
}
.fs-body-top .cont05 .flex .right p.btn {
  margin-top: 16rem;
}
.fs-body-top .cont06 {
  margin-bottom: 14rem;
}
.fs-body-top .cont06 .bgTop {
  background: url("https://laluna.itembox.design/item/top/bginsta.jpg") no-repeat center top;
  background-size: cover;
  padding: 7rem 0 10rem;
  margin-bottom: 14rem;
  color: #fff;
}
.fs-body-top .cont06 .bgTop .title01 {
  margin-bottom: 3rem;
}
.fs-body-top .cont06 .bgTop .border {
  width: .1rem;
  height: 11.3rem;
  background: #fff;
  margin: 0 auto 3rem;
}
.fs-body-top .cont06 .bgTop .account {
  font-size: 3.6rem;
  text-align: center;
}
.fs-body-top .cont06 .btn {
  margin-top: 6rem;
}

#instagram {
  flex-wrap: wrap;
  border: .1rem solid #fff;
}
#instagram .item {
  width: 25%;
  border-right: .1rem solid #fff;
  border-bottom: .1rem solid #fff;
  box-sizing: border-box;
}
#instagram .item:nth-child(4n) {
  border-right: none;
}
#instagram .item:nth-child(n + 5) {
  border-bottom: none;
}
#instagram .item a {
  display: block;
  line-height: 0;
}

.page-colors .title01 {
  color: #707070;
}
.page-colors .btn2 {
  margin-top: 3rem;
}
.page-colors .cont01 {
  margin-bottom: 25rem;
}
.page-colors .cont01 .wideImg {
  margin-bottom: 10rem;
}
.page-colors .cont01 .title01 {
  margin-bottom: 9rem;
}
.page-colors .cont02 {
  margin-bottom: 20rem;
}
.page-colors .cont02 .wideImg {
  margin-bottom: 10rem;
}
.page-colors .cont02 .title01 {
  margin-bottom: 9rem;
}

.page-about .mainvisual {
  background: url("https://laluna.itembox.design/item/about/bg01.jpg") no-repeat center;
  background-size: cover;
  padding: 40rem 0;
}
.page-about .mainvisual h2 {
  line-height: 0;
}
.page-about .title01 {
  color: #707070;
}
.page-about .cont01 {
  background: url("https://laluna.itembox.design/item/about/bg02.jpg") no-repeat center;
  background-size: cover;
  padding: 27rem 0 29rem;
}
.page-about .cont01 h2 {
  font-size: 3rem;
  font-weight: normal;
  color: #A7964B;
  line-height: 2.8;
  text-align: center;
}
.page-about .cont02 {
  background: url("https://laluna.itembox.design/item/about/bg03.jpg") no-repeat center;
  background-size: 100%;
  padding: 19rem 0 0;
}
.page-about .cont02 .lwrap p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  text-align: center;
  color: #707070;
}
.page-about .cont02 .lwrap p.mb {
  margin-bottom: 4rem;
}
.page-about .cont02 .lwrap p.mb.large {
  margin-bottom: 20rem;
}
.page-about .cont02 .lwrap.no2 {
  margin: 20rem auto;
}
.page-about .cont02 .lwrap.no3 {
  margin-bottom: 20rem;
}
.page-about .cont02 .lwrap.no4 .title01 {
  margin-bottom: 9rem;
}
.page-about .cont02 .bgGray {
  background: rgba(224, 224, 224, 0.15);
  padding: 8rem 0 14rem;
}
.page-about .cont02 .itemBox {
  position: relative;
  margin: 0 4rem;
}
.page-about .cont02 .itemBox .img img {
  display: block;
  width: 77.6rem;
  margin: auto;
}
.page-about .cont02 .itemBox .text {
  border: .1rem solid #A69449;
  box-sizing: border-box;
  background: #fff;
  padding: 3rem 0;
  width: 53rem;
  margin: -9rem 0 10rem;
  position: relative;
  z-index: 1;
}
.page-about .cont02 .itemBox .text h3 {
  font-size: 2.6rem;
  font-weight: normal;
  font-family: Arial, Helvetica, 'sans-serif';
  color: #A69449;
  padding: 0 4rem 1rem 4rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.page-about .cont02 .itemBox .text h3::after {
  content: "";
  display: block;
  width: 90%;
  height: .1rem;
  background: #A69449;
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-about .cont02 .itemBox .text h3 i {
  margin-left: 5rem;
  line-height: 0;
  vertical-align: middle;
  display: inline-block;
}
.page-about .cont02 .itemBox .text p {
  text-align: left;
  font-size: 1.4rem;
  padding: 0 4rem;
}
.page-about .cont02 .itemBox .text p.btn {
  margin-top: 3rem;
}
.page-about .cont02 .itemBox .text p.btn a {
  color: #A69449;
  border: .1rem solid #A69449;
  text-align: center;
  max-width: 36.5rem;
  margin: auto;
}
.page-about .cont02 .itemBox .text p.btn a .icon {
  margin-left: 3rem;
}
.page-about .cont02 .itemBox.no2 .text {
  margin-bottom: 0;
}
.page-about .cont02 .itemBox.no2 .text h3 i {
  margin-left: 3rem;
  vertical-align: bottom;
}
.page-about .induction {
  padding-top: 15rem;
}

@media screen and (max-width: 1550px) {
  .slick-prev {
    right: 19.5%;
  }
  .slick-next {
    right: 17%;
  }
}
@media screen and (max-width: 1430px) {
  .slick-prev {
    right: 16.5%;
  }
  .slick-next {
    right: 14%;
  }
}
@media screen and (max-width: 1300px) {
  .slick-prev {
    right: 13.5%;
  }
  .slick-next {
    right: 11%;
  }
}
@media screen and (max-width: 1200px) {
  .slick-prev {
    right: 10%;
  }
  .slick-next {
    right: 7%;
  }
}
@media screen and (max-width: 1150px) {
  .slick-prev {
    right: 9%;
  }
  .slick-next {
    right: 6%;
  }
}
@media screen and (max-width: 1030px) {
  .lwrap {
    margin: 0 1.5rem;
  }

  .slick-prev {
    right: 5rem;
  }
  .slick-next {
    right: 1.5rem;
  }

  .carousel .item .text {
    max-width: 17.5rem;
    width: 76%;
  }
  .carousel .item .text h3 {
    font-size: 1.2vw;
  }
  .carousel .item .text p {
    font-size: 1.2vw;
  }

  .fs-body-top .mainvisual .btn {
    width: 25.5vw;
  }
  .fs-body-top .mainvisual .btn a {
    font-size: 1.4vw;
    padding: .6vw 1vw .6vw 5vw;
  }
}
/*******************
スマホ
******************/
@media screen and (max-width: 750px) {
  html {
    font-size: 1.33333vw;
  }

  p, a, li, dd, dt, th, td {
    font-size: 2.8rem;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block!important;
  }

  .lwrap {
    margin: 0 3rem;
  }
  .lwrap2 {
    margin: 0 3rem;
  }

  .btn a {
    font-size: 2rem;
  }
  .btn a .icon {
    margin-left: 1.5rem;
    width: 5rem;
    height: 1.3rem;
  }
  .btn.black a {
    max-width: 22rem;
    padding: 1.5rem 1rem 1.5rem 3rem;
  }
  .btn.black a .icon {
    width: 3rem;
    display: inline-block;
  }
  .btn2 a {
    font-size: 2.6rem;
    max-width: inherit;
  }
  .btn2 a .icon {
    width: 1.9rem;
    vertical-align: inherit;
  }
  .btn2 a .icon img {
    width: 100%;
  }
  .btn3.gold a {
    font-size: 4.3rem;
    max-width: inherit;
    width: 59rem;
    background-size: 7.3rem;
    background-position: right 3rem center;
    padding: 3.2rem 1rem;
    border-radius: 9rem;
  }
  .btn3.gold a span {
    width: 6rem;
    height: 1rem;
    background-size: 100% 100%;
    margin-left: 2rem;
  }
  .btn3.green a {
    font-size: 4.3rem;
    max-width: inherit;
    width: 59rem;
    background-size: 7.3rem;
    background-position: right 3rem center;
    padding: 3.2rem 1rem;
    border-radius: 9rem;
  }
  .btn3.green a span {
    width: 6rem;
    height: 1rem;
    background-size: 100% 100%;
    margin-left: 2rem;
  }

  .title01 {
    text-align: left;
    font-size: 6rem;
  }
  .title01 .small {
    font-size: 2.8rem;
  }
  .title02 {
    font-size: 2.8rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .title04 {
    padding-bottom: 1rem;
  }

  .slick-prev {
    top: -11rem;
    right: 10rem;
    width: 4.6rem;
    height: 4.6rem;
  }
  .slick-next {
    top: -11rem;
    right: 3rem;
    width: 4.6rem;
    height: 4.6rem;
  }

  .spSlide .slick-list {
    padding-top: 3.6rem;
  }
  .spSlide .slick-prev {
    background-image: url("https://laluna.itembox.design/item/common/icon_slide_arrow_left_on.jpg");
  }
  .spSlide .slick-prev.slick-disabled {
    background-image: url("https://laluna.itembox.design/item/common/icon_slide_arrow_left_off.jpg") !important;
  }
  .spSlide .slick-next {
    background-image: url("https://laluna.itembox.design/item/common/icon_slide_arrow_right_on.jpg");
  }
  .spSlide .slick-next.slick-disabled {
    background-image: url("https://laluna.itembox.design/item/common/icon_slide_arrow_right_off.jpg") !important;
  }

  .carousel .slick-list {
    padding: 0 18rem 0 0;
  }
  .carousel .img img {
    width: 100%;
  }
  .carousel .item {
    padding: 0 0 8rem 2rem;
    margin: 0 0 0 4rem;
  }
  .carousel .item .text {
    max-width: inherit;
    min-height: 18.1rem;
    width: 33rem;
    padding: 2rem;
  }
  .carousel .item .text h3, .carousel .item .text p {
    font-size: 2.8rem;
  }

  .induction .title01 {
    margin: 0 3rem 7rem;
  }
  .induction .flex {
    flex-wrap: wrap;
    background: none;
    padding: 0;
  }
  .induction .flex .btn a {
    max-width: inherit;
    width: 58.8rem;
    font-size: 2.4rem;
    padding: 2rem 0;
  }
  .induction .left {
    width: 100%;
    background: url("https://laluna.itembox.design/item/sp/top/bg04.jpg") no-repeat center top;
    background-size: cover;
    padding: 23.8rem 0;
  }
  .induction .right {
    width: 100%;
    background: url("https://laluna.itembox.design/item/sp/top/bg05.jpg") no-repeat center top;
    background-size: cover;
    padding: 23.8rem 0;
  }

  .coloursWrap {
    flex-wrap: wrap;
    margin-bottom: 9rem;
  }
  .coloursWrap .img {
    width: 91%;
  }
  .coloursWrap .img img {
    width: 100%;
  }
  .coloursWrap .text {
    width: 100%;
    margin: -7.5rem 0 0;
    padding: 0 4.5rem 0 7rem;
    box-sizing: border-box;
  }
  .coloursWrap .textInner {
    padding: 6rem 5rem;
  }
  .coloursWrap .text p {
    font-size: 2.6rem;
  }
  .coloursWrap.imgRight .img {
    order: 1;
    margin-left: 7rem;
  }
  .coloursWrap.imgRight .text {
    order: 2;
    margin: -7.5rem 0 0;
    padding: 0 7rem 0 4.5rem;
    box-sizing: border-box;
  }

  .mainvisual {
    padding: 25rem 0 12rem;
  }
  .mainvisual h2 {
    font-size: 4.8rem;
  }
  .mainvisual h2 .small {
    font-size: 2.4rem;
  }

  .fs-body-top .mainvisual {
    padding: 0;
  }
  .fs-body-top .mainvisual .absolute{
    bottom: 9rem;
  }
  .fs-body-top .mainvisual .absolute a{
    font-size: 4.2rem;
  }
  .fs-body-top .mainvisual .absolute a .small{
    font-size: 2.6rem;
  }
  
  .fs-body-top .cont01 {
    padding: 43rem 0;
    background-image: url("https://laluna.itembox.design/item/sp/top/bg01.jpg");
    background-size: cover;
    margin-bottom: 0;
  }
  .fs-body-top .cont01 h2 {
    margin-bottom: 3rem;
  }
  .fs-body-top .cont01 h2 img {
    width: 17.6rem;
  }
  .fs-body-top .cont01 .btn a {
    font-size: 2.2rem;
    padding: 0;
  }
  .fs-body-top .cont01 .btn a .icon {
    margin-left: 1rem;
  }
  .fs-body-top .cont02 {
    margin-bottom: 25rem;
  }
  .fs-body-top .cont02 .title01 {
    margin: 0 3rem 6rem;
  }
  .fs-body-top .cont02 .lwrap {
    margin: 0;
  }
  .fs-body-top .cont03 {
    margin-bottom: 32rem;
  }
  .fs-body-top .cont03 .lwrap {
    margin: 0;
  }
  .fs-body-top .cont03 .flex.col-4 {
    margin: 0 3rem;
  }
  .fs-body-top .cont03 .title01 {
    margin: 0 3rem 7rem;
  }
  .fs-body-top .cont03 .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .fs-body-top .cont03 .item:nth-child(2n) {
    margin-right: 0;
  }
  .fs-body-top .cont03 .item:nth-child(n + 5) {
    display: none;
  }
  .fs-body-top .cont03 .item .img img {
    width: 100%;
  }
  .fs-body-top .cont03 .item .text .name {
    font-size: 2rem;
  }
  .fs-body-top .cont04 {
    padding: 6rem 0 7rem;
  }
  .fs-body-top .cont04 .lwrap {
    margin: 0;
  }
  .fs-body-top .cont04 .title01 {
    margin: 0 3rem 7rem;
  }
  .fs-body-top .cont04 .flex.col-4 {
    display: block;
    margin: 0 3rem;
  }
  .fs-body-top .cont04 .flex.col-4 .slick-prev {
    right: 8rem;
  }
  .fs-body-top .cont04 .flex.col-4 .slick-next {
    right: 1rem;
  }
  .fs-body-top .cont04 .flex.col-4 .item {
    margin: 0 1.5rem;
  }
  .fs-body-top .cont04 .flex.col-4 .item .icon {
    width: 6.3rem;
    top: -3.2rem;
  }
  .fs-body-top .cont04 .flex.col-4 .item .text .name {
    font-size: 2.2rem;
  }
  .fs-body-top .cont04 .flex.col-4 .item .text p {
    font-size: 2rem;
  }
  .fs-body-top .cont04 .flex.col-4 .img img {
    width: 100%;
  }
  .fs-body-top .cont05 {
    padding: 0 0 35rem;
  }
  .fs-body-top .cont05 .flex {
    flex-wrap: wrap;
    margin-top: 12rem;
  }
  .fs-body-top .cont05 .flex .mont {
    font-size: 4rem;
    margin-bottom: 10rem;
  }
  .fs-body-top .cont05 .flex p {
    max-width: inherit;
    font-size: 2.6rem;
  }
  .fs-body-top .cont05 .flex p.btn {
    width: 49rem;
    margin-top: 15rem;
  }
  .fs-body-top .cont05 .flex p.btn a {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
  .fs-body-top .cont05 .flex p.btn a .icon {
    margin-left: 3rem;
  }
  .fs-body-top .cont05 .flex .left {
    width: 100%;
    background-image: url("../sp/top/bg02.jpg");
  }
  .fs-body-top .cont05 .flex .left .inner{
  }
  .fs-body-top .cont05 .flex .right .inner{
  }
  .fs-body-top .cont05 .flex .right {
    width: 100%;
    background-image: url("../sp/top/bg03.jpg");
  }
  .fs-body-top .cont05 .flex .right p {
    max-width: inherit;
  }
  .fs-body-top .cont05 .flex .right p.btn {
    margin-top: 15rem;
  }
  .fs-body-top .cont06 {
    margin-bottom: 21rem;
  }
  .fs-body-top .cont06 .bgTop {
    background-image: url("https://laluna.itembox.design/item/sp/top/bginsta.jpg");
    padding: 6rem 0;
    margin-bottom: 12rem;
  }
  .fs-body-top .cont06 .bgTop .title01 {
    text-align: center;
    margin-bottom: 6rem;
  }
  .fs-body-top .cont06 .bgTop .border {
    height: 20.7rem;
    margin: 0 auto 6rem;
  }
  .fs-body-top .cont06 .bgTop .account {
    font-size: 4.2rem;
  }
  .fs-body-top .cont06 .btn {
    margin-top: 7rem;
  }
  .fs-body-top .cont06 .insta.lwrap {
    margin: 0;
  }
  .fs-body-top .btn a{
  }

  #instagram {
    border: .2rem solid #fff;
    margin: 0 3rem;
  }
  #instagram .item {
    border-right: .2rem solid #fff;
    border-bottom: .2rem solid #fff;
    width: 50%;
  }
  #instagram .item:nth-child(4n) {
    border-right: .2rem solid #fff;
  }
  #instagram .item:nth-child(n + 5) {
    border-bottom: .2rem solid #fff;
  }
  #instagram .item:nth-child(n + 7) {
    border-bottom: none;
  }

  .page-colors .title01 {
    margin: 0 3rem;
    text-align: center;
  }
  .page-colors .induction .title01 {
    margin: 0 3rem 7rem;
    text-align: left;
  }
  .page-colors .btn2 {
    margin-top: 5rem;
  }

  .page-about .mainvisual {
    background-image: url("https://laluna.itembox.design/item/sp/about/bg01.jpg");
    padding: 50rem 0 48rem;
  }
  .page-about .mainvisual h2 img {
    margin: auto;
    width: 24rem;
  }
  .page-about .title01 {
    line-height: 2;
  }
  .page-about .cont01 {
    background-image: url("https://laluna.itembox.design/item/sp/about/bg02.jpg");
    padding: 25.5rem 0 26.5rem;
  }
  .page-about .cont01 h2 {
    font-size: 3.2rem;
  }
  .page-about .cont02 {
    background-image: url("https://laluna.itembox.design/item/sp/about/bg03.jpg");
    background-position: top -24rem center;
  }
  .page-about .cont02 .lwrap p {
    font-size: 2.6rem;
    line-height: 2.3;
  }
  .page-about .cont02 .lwrap p.mb {
    margin-bottom: 6.5rem;
  }
  .page-about .cont02 .lwrap p.icon {
    line-height: normal;
  }
  .page-about .cont02 .lwrap p.icon img {
    margin: auto;
    width: 24rem;
  }
  .page-about .cont02 .lwrap.no2 {
    margin: 24rem auto;
  }
  .page-about .cont02 .lwrap.no3 {
    margin: 0 0 25rem;
  }
  .page-about .cont02 .lwrap.no4 {
    margin: 0;
  }
  .page-about .cont02 .lwrap.no4 .title01 {
    text-align: center;
    margin-bottom: 11rem;
  }
  .page-about .cont02 .bgGray {
    padding: 11rem 0 14rem;
  }
  .page-about .cont02 .itemBox {
    margin: 0;
  }
  .page-about .cont02 .itemBox .text {
    width: 62rem;
    padding: 4rem 0;
  }
  .page-about .cont02 .itemBox .text h3 {
    font-size: 3.2rem;
    padding: 0 4rem 3rem 4rem;
    margin-bottom: 3rem;
  }
  .page-about .cont02 .itemBox .text h3 i {
    margin-left: 3rem;
    display: inline-block;
    width: 6.5rem;
  }
  .page-about .cont02 .itemBox .text h3 i img {
    width: 100%;
  }
  .page-about .cont02 .itemBox .text p {
    font-size: 2.6rem;
    padding: 0 4rem;
  }
  .page-about .cont02 .itemBox .text p.btn {
    margin-top: 6rem;
  }
  .page-about .cont02 .itemBox .text p.btn a {
    font-size: 2.6rem;
    max-width: 48rem;
    position: relative;
  }
  .page-about .cont02 .itemBox .text p.btn a .icon {
    width: 3.8rem;
    margin-left: 0;
    position: absolute;
    right: 6rem;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
  }
  .page-about .cont02 .itemBox.no1 .text {
    margin-right: 3rem;
  }
  .page-about .cont02 .itemBox.no2 .text {
    margin-left: 3rem;
  }
  .page-about .induction {
    padding-top: 12rem;
  }
  .page-about .induction .title01 {
    line-height: 1.5;
  }
}






.flex.col-2{
  flex-wrap: wrap;
}
.flex.col-2 .item{
  width: 48%;
  margin-right: 4%;
  line-height: 0;
}
.flex.col-2 .item:nth-child(2n){
  margin-right: 0;
}
.flex.col-2.space0 .item{
  width: 50%;
  margin-right: 0;
}
.flex.col-3{
  flex-wrap: wrap;
}
.flex.col-3 .item{
  width: 32%;
  margin-right: 2%;
  line-height: 0;
}
.flex.col-3 .item:nth-child(3n){
  margin-right: 0;
}
.flex.col-3.space0 .item{
  width: 33.3333333333333%;
  margin-right: 0;
}
.flex.col-3.space0 .item:nth-child(3n){
  width: 33.3333333333334%;
}



.soundBox{
  max-width: 85rem;
  width: 100%;
  margin: auto;
}
.soundBox .img{
  text-align: center;
}
.soundBox .name{
  font-size: 3rem;
  font-family: "Noto Serif JP",  "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
  font-weight: 400;
  margin-bottom: -1.5rem;
}
.soundBox .btn{
  margin-top: 3rem;
}
.soundBoxBtn .audio{
  margin-right: 2rem;
}
.soundBoxBtn .audio:last-child{
  margin-right: 0;
}
.soundBtn{
  align-items: center;
  width: 66rem;
  margin: -3rem auto 0;
  background: #fff;
  position: relative;
  justify-content: space-between;
  padding: 1rem 3rem;
  box-sizing: border-box;
}
.soundBtn p{
  font-size: 2.1rem;
}
.audio_btn{
  cursor: pointer;
}
.audio_btn .icon{
  width: 6.3rem;
  height: 6.3rem;
  background: url("https://laluna.itembox.design/item/aireyemask/icon-play.png") no-repeat center;
  background-size: 100%;
  margin-bottom: .5rem;
}
.audio_btn.clicked .icon{
  background-image: url("https://laluna.itembox.design/item/aireyemask/icon-stop.png");
  background-size: 99%;
}

.page-aireyemask{
  color: #363636;
}
.page-aireyemask .bg01{
  margin: -63vw 0 -63vw;
  position: relative;
  z-index: -1;
}
.page-aireyemask .bg01 img{
  width: 100%;
}
.page-aireyemask .bg02{
  margin: -77vw 0 -77vw;
  position: relative;
  z-index: -1;
}
.page-aireyemask .bg02 img{
  width: 100%;
}
.page-aireyemask .bg03{
  margin: -124vw 0 0;
  position: relative;
  z-index: -1;
}
.page-aireyemask .bg03 img{
  width: 100%;
}
.page-aireyemask .mainvisual{
  padding: 0;
}
.page-aireyemask .mainvisual img{
  width: 100%;
}
.page-aireyemask .cont01{
  margin-bottom: 18rem;
}
.page-aireyemask .cont01 .lwrap{
  background: #fff;
  margin-top: -3rem;
  position: relative;
  box-sizing: border-box;
  padding: 13rem 3rem;
}
.page-aireyemask .cont01 .flex .left{
  width: 50%;
}
.page-aireyemask .cont01 .flex .right{
  width: 50%;
}
.page-aireyemask .cont01 h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.8;
}
.page-aireyemask .cont01 h2 .small{
  display: block;
  font-size: 1.8rem;
}
.page-aireyemask .cont01 p{
  line-height: 2;
  font-weight: 400;
}

.page-aireyemask .cont02 {
  margin-bottom: 34rem;
}
.page-aireyemask .pcTab{
  background: url("https://laluna.itembox.design/item/aireyemask/img01.jpg") no-repeat right bottom;
  background-size: 70%;
  transition: .3s;
  padding: 40rem 0 0;
  margin-top: -30rem;
}
.page-aireyemask .pcTab.no2{
/*  background-image: url("https://laluna.itembox.design/item/aireyemask/img01-2.jpg");*/
}
.page-aireyemask .pcTab.no3{
/*  background-image: url("https://laluna.itembox.design/item/aireyemask/img01-3.jpg");*/
}
.page-aireyemask .pcTab .pcTabInner{
  margin: 0 0 11rem 12rem;
  width: 42rem;
}
.page-aireyemask .pcTab .item{
  align-items: center;
  margin-bottom: 5rem;
  cursor: pointer;
}
.page-aireyemask .pcTab .item:last-child{
  margin-bottom: 0;
}
.page-aireyemask .pcTab .icon{
  margin-right: 2rem;
  opacity: .3;
  transition: .3s;
}
.page-aireyemask .pcTab h4{
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: .6rem;
  color: #aaaaaa;
  transition: .3s;
}
.page-aireyemask .pcTab p{
  font-size: 1.8rem;
  font-weight: 400;
  color: #aaaaaa;
  transition: .3s;
}
.page-aireyemask .pcTab .bottomTxt{
  color: #363636;
  margin-left: 12rem;
}
.page-aireyemask .pcTab .item.active{
  cursor: auto;
}
.page-aireyemask .pcTab .item.active .icon{
  opacity: 1;
}
.page-aireyemask .pcTab .item.active h4{
  color: #3c3c3c;
}
.page-aireyemask .pcTab .item.active p{
  color: #3c3c3c;
}

.page-aireyemask .itemBox > .text{
  width: 39%;
  margin: 0 6%;
}
.page-aireyemask .itemBox > .text .title03{
  margin-bottom: 16rem;
}
.page-aireyemask .itemBox > .text p{
  font-size: 2.2rem;
  font-weight: 400;
}
.page-aireyemask .itemBox > .img{
  width: 55%;
  margin-top: 9rem;
}
.page-aireyemask .itemBox > .img img{
  width: 100%;
}
.page-aireyemask .cont03{
  margin-bottom: 33rem;
}
.page-aireyemask .cont03 .itemBox > .text{
  width: 45%;
}
.page-aireyemask .cont03 .itemBox > .img{
  width: 55%;
}
.page-aireyemask .cont03 .itemBox > .img img{
  width: 100%;
}
.page-aireyemask .cont03 .btn3{
  margin-top: 11rem;
}
.page-aireyemask .cont03 .flex.no1{
  margin-bottom: 7rem;
}
.page-aireyemask .cont03 .parrent{
  position: relative;
  overflow: hidden;
}
.page-aireyemask .cont03 .parrent video{
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.page-aireyemask .cont04{
  margin-bottom: 35rem;
}
.page-aireyemask .cont04 .flex.no1{
  margin-bottom: 7rem;
}
.page-aireyemask .cont04 .col-3 .item img{
  width: 100%;
  margin-bottom: 1rem;
}
.page-aireyemask .cont04 .col-3 .item p{
  font-size: 1.8rem;
}
.page-aireyemask .cont05{
  margin-bottom: 18rem;
}
.page-aireyemask .cont05 .title03{
  margin-bottom: 25rem;
}
.page-aireyemask .cont05 .soundBox{
  margin-bottom: 20rem;
}
.page-aireyemask .cont05 .soundBox:last-of-type{
  margin-bottom: 12rem;
}
.page-aireyemask .cont05 .soundBox .btn3{
  margin-top: 3rem;
}
.page-aireyemask .border{
  border: 1px solid #BEBEBE;
  margin-bottom: 12rem;
}
.induction2{
  display: flex;
  background-color: #F5F5F5;
  align-items: center;
  position: relative;
  margin-bottom: 8rem;
}
.induction2::before{
  content: "";
  display: block;
  width: 1px;
  height: 74px;
  background-color: #363636;
  position: absolute;
  left: 25%;
  top: -37px;
}
.induction2 > .left{
  width: 38%;
  margin: 0 6%;
  
}
.induction2 > .left .title03{
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 6rem;
}
.induction2 > .left h3 .small{
  font-size: 1.8rem;
  margin-top: 0;
}
.induction2 > .left p{
  font-weight: 400;
}
.induction2 > .left .btn3{
  margin-top: 8rem;
}
.induction2 > .right{
  width: 50%;
  line-height: 0;
}
.induction2 > .right img{
  width: 100%;
}
.induction2 .btn3.white a{
  background-color: transparent;
  background-image: none;
}
.induction2 .btn3.white a:hover{
  background-color: #43403F;
  border-color: #fff;
  color: #fff;
}

.page-neckcare{
  color: #363636;
}
.page-neckcare .bg01{
  margin: -43vw 0 -83vw;
}
.page-neckcare .bg02{
  margin: 0 0 -127vw;
}
.page-neckcare .bg03{
  margin: -43vw 0 -83vw;
}
.page-neckcare .bg04{
  position: relative;
  z-index: -1;
  margin: -37.85vw 0 -37.85vw;
}
.page-neckcare .bg04 img{
  width: 100%;
}
.page-neckcare .cont02 .flex{
  align-items: center;
}
.page-neckcare .cont02 .text{
  width: 46%;
}
.page-neckcare .cont02 .bdtxt{
  max-width: 21rem;
  margin: 14rem 0 0 12rem;
}
.page-neckcare .cont02 .bdtxt p{
  border: .1rem solid #363636;
  text-align: center;
  padding: .3rem 0;
  border-radius: 1rem;
  margin-bottom: 3rem;
  font-family: "Noto Serif JP",  "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
  font-weight: 400;
}
.page-neckcare .cont02 .bdtxt p:last-child{
  margin-bottom: 0;
}

.page-neckcare .cont03{
  margin-bottom: 35rem;
}
.page-neckcare .cont03 .img{
  position: relative;
}
.page-neckcare .cont03 .tabImg{
  position: relative;
  display: none;
}
.page-neckcare .cont03 .tabImg.active{
  display: block;
  animation: opacity .6s;
}
@keyframes  opacity{
  0% {
    opacity: 0.3;
    left: -3rem;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes  opacity2{
  0% {
    opacity: 0.3;
    left: -6rem;
  }
  100% {
    opacity: 1;
    left: -3rem;
  }
}

.page-neckcare .cont03 .itemBox > .text .title03{
  margin-bottom: 8rem;
}
.page-neckcare .cont03 .flex.no1{
  margin-bottom: 10rem;
}
.page-neckcare .cont03 .flex.col-3 .item img{
  width: 100%;
  margin-bottom: 1rem;
}
.page-neckcare .cont03 .flex.col-3 .item h4{
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.page-neckcare .cont03 .flex.col-3 .item p{
  font-size: 1.8rem;
}
.page-neckcare .cont03 .flex.col-3 .item .temperature{
  background-color: #FE843C;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  padding: .2rem 1.5rem;
  box-sizing: border-box;
  border-radius: .3rem;
  margin-top: 2rem;
}

.page-neckcare .cont04 .flex.no1{
  margin-bottom: 14rem;
}
.page-neckcare .cont04 .itemBox .img {
  padding-left: 8%;
}
.page-neckcare .cont04 .itemBox .img img{
  width: 30rem;
}
.page-neckcare .cont04 .itemBox > .text .title03{
  margin-bottom: 23rem;
}
.page-neckcare .cont04 .itemBox > .text p{
  margin-left: 12rem;
}


.page-neckcare .flex.ttl{
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15rem;
}
.page-neckcare .flex.ttl p{
  font-weight: 400;
  font-size: 2.2rem;
}
.page-neckcare .cont05{
  margin-bottom: 35rem;
}
.page-neckcare .cont05 .title03{
  margin-bottom: 0;
}
.page-neckcare .cont05 .btn3{
  margin-top: 12rem;
}
/*
.page-neckcare .timerTab{
  max-width: 920px;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page-neckcare .timerTab::after{
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background: #008684;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 0;
}
.page-neckcare .timerTab p{
  font-family: "Noto Serif JP",  "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
  background: #fff;
  border-radius: 100%;
  color: #008684;
  position: relative;
  width: 7.3rem;
  height: 7.3rem;
  transition: .3s;
  cursor: pointer;
  z-index: 1;
}
.page-neckcare .timerTab p.active{
  background: #008684;
  color: #fff;
}
.page-neckcare .timerTab p span{
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.page-neckcare .timerTab p span.spTxt{
  display: none;
}
*/
.page-neckcare .timerWrap{
  position: relative;
}
.page-neckcare .timerItem{
  width: 100%;
  display: none;
  align-items: center;
  position: relative;
}
.page-neckcare .timerItem.active{
  display: flex;
  opacity: 1;
  animation: opacity 1s;
}
.page-neckcare .timerItem .text p{
  font-size: 3.9rem;
  font-weight: 400;
  color: #008684;
  text-align: center;
}


/* 0324追加
***************/
.page-aireyemask .cont03 .itemBox > .img{
  position: relative;
  z-index: 9;
}
.page-neckcare .cont03 .tabBtnTxt{
  display: flex;
  font-family: "Noto Serif JP","Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
  justify-content: space-between;
  margin: 0 3% 0 2%;
  position: absolute;
  right: -95%;
  bottom: .5rem;
  width: 78%;
}
.page-neckcare .cont03 .tabBtnTxt p{
  font-weight: 500;
}

.slideEms .slick-dots{
  right: -95%;
  bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  width: 82%;
  background: url(https://laluna.itembox.design/item/neckcare/icon-bg.png) no-repeat center;
  background-size: 85%;
}
.slideEms .slick-dots li{
  width: 8.9rem;
  height: 8.9rem;
  margin: 0 ;
  background: url(https://laluna.itembox.design/item/neckcare/icon-01.png) no-repeat center;
  background-size: 100%;
}
.slideEms .slick-dots li:nth-child(2){
  background-image: url(https://laluna.itembox.design/item/neckcare/icon-02.png);
}
.slideEms .slick-dots li:nth-child(3){
  background-image: url(https://laluna.itembox.design/item/neckcare/icon-03.png);
}
.slideEms .slick-dots li:nth-child(4){
  background-image: url(https://laluna.itembox.design/item/neckcare/icon-04.png);
}
.slideEms .slick-dots li.slick-active:nth-child(1){
  background-image: url(https://laluna.itembox.design/item/neckcare/icon-01-on.png);
}
.slideEms .slick-dots li.slick-active:nth-child(2){
  background-image: url(https://laluna.itembox.design/item/neckcare/icon-02-on.png);
}
.slideEms .slick-dots li.slick-active:nth-child(3){
  background-image: url(https://laluna.itembox.design/item/neckcare/icon-03-on.png);
}
.slideEms .slick-dots li.slick-active:nth-child(4){
  background-image: url(https://laluna.itembox.design/item/neckcare/icon-04-on.png);
}
.slideEms .slick-dots li button{
  width: 8.9rem;
  height: 8.9rem;
  padding: 0;
}
.slideEms .slick-dots li button::before{
  content: none;
}




.page-neckcare .timerItem{
  display: flex;
}
.slideTimer.slick-dotted.slick-slider{
  margin-bottom: 0;
}
.slideTimer .slick-dots{
  display: flex;
  justify-content: space-between;
  max-width: 920px;
  left: 50%;
  bottom: inherit;
  top: -10rem;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
}
.slideTimer .slick-dots::after{
  content: "";
  display: block;
  width: 95%;
  height: 1px;
  background: #008684;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.slideTimer .slick-dots li button{
  width: 7.3rem;
  height: 7.3rem;
  padding: 0 ;
}
.slideTimer .slick-dots li button::before{
  content: none;
}
.slideTimer .slick-dots li{
  width: 7.3rem;
  height: 7.3rem;
  margin: 0 ;
  background: url("https://laluna.itembox.design/item/neckcare/icon-time5.png") no-repeat center;
  background-size: 100%;
}
.slideTimer .slick-dots li:nth-child(2){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time10.png");
}
.slideTimer .slick-dots li:nth-child(3){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time15.png");
}
.slideTimer .slick-dots li:nth-child(4){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time20.png");
}
.slideTimer .slick-dots li:nth-child(5){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time25.png");
}
.slideTimer .slick-dots li:nth-child(6){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time30.png");
}
.slideTimer .slick-dots li.slick-active:nth-child(1){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time5-on.png");
}
.slideTimer .slick-dots li.slick-active:nth-child(2){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time10-on.png");
}
.slideTimer .slick-dots li.slick-active:nth-child(3){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time15-on.png");
}
.slideTimer .slick-dots li.slick-active:nth-child(4){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time20-on.png");
}
.slideTimer .slick-dots li.slick-active:nth-child(5){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time25-on.png");
}
.slideTimer .slick-dots li.slick-active:nth-child(6){
  background-image: url("https://laluna.itembox.design/item/neckcare/icon-time30-on.png");
}




.page-neckcare .popupWrap {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20rem;
}
.page-neckcare .popupWrap .item {
  height: 45rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transition: opacity .3s;
}
.page-neckcare .popupWrap .item:hover {
  opacity: .8;
  cursor: pointer;
}
.page-neckcare .popupWrap .item.no1 {
  background-image: url("https://laluna.itembox.design/item/neckcare/img18.jpg");
}
.page-neckcare .popupWrap .item.no2 {
  background-image: url("https://laluna.itembox.design/item/neckcare/img19.jpg");
}
.page-neckcare .popupWrap .item.no3 {
  background-image: url("https://laluna.itembox.design/item/neckcare/img20.jpg");
}
.page-neckcare .popupWrap .item.no4 {
  background-image: url("https://laluna.itembox.design/item/neckcare/img21.jpg");
}
.page-neckcare .popupWrap .item.no5 {
  background-image: url("https://laluna.itembox.design/item/neckcare/img22.jpg");
}
.page-neckcare .popupWrap .item.no6 {
  background-image: url("https://laluna.itembox.design/item/neckcare/img23.jpg");
}
.page-neckcare .popupWrap .item .textBox {
  display: none;
}
.page-neckcare .popupWrap .inner {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: .3s;
}
.page-neckcare .popupWrap .inner.active {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}
.page-neckcare .popupWrap .inner.no1 {
  background: url("https://laluna.itembox.design/item/neckcare/img18-1.jpg") no-repeat center;
  background-size: cover;
}
.page-neckcare .popupWrap .inner.no2 {
  background: url("https://laluna.itembox.design/item/neckcare/img19-1.jpg") no-repeat center;
  background-size: cover;
  left: 50%;
}
.page-neckcare .popupWrap .inner.no2.active {
  top: 0;
  left: 0;
  right: 0;
}
.page-neckcare .popupWrap .inner.no3 {
  background: url("https://laluna.itembox.design/item/neckcare/img20-1.jpg") no-repeat center;
  background-size: cover;
  left: inherit;
  right: 0;
}
.page-neckcare .popupWrap .inner.no4 {
  background: url("https://laluna.itembox.design/item/neckcare/img21-1.jpg") no-repeat center;
  background-size: cover;
  top: inherit;
  bottom: 0;
}
.page-neckcare .popupWrap .inner.no5 {
  background: url("https://laluna.itembox.design/item/neckcare/img22-1.jpg") no-repeat center;
  background-size: cover;
  top: inherit;
  bottom: 0;
  left: 50%;
}
.page-neckcare .popupWrap .inner.no5.active {
  left: 0;
  right: 0;
}
.page-neckcare .popupWrap .inner.no6 {
  background: url("https://laluna.itembox.design/item/neckcare/img23-1.jpg") no-repeat center;
  background-size: cover;
  top: inherit;
  bottom: 0;
  left: inherit;
  right: 0;
}
.page-neckcare .popupWrap .inner .textBox {
  float: right;
  background: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  padding: 5rem 4rem;
  margin: 12% 3rem 0 0;
  color: #fff;
  text-align: center;
  position: relative;
}
.page-neckcare .popupWrap .inner .textBox h3 {
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.page-neckcare .popupWrap .inner .textBox p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.page-neckcare .popupWrap .inner .textBox p.mb {
  margin-bottom: 3rem;
}
.page-neckcare .popupWrap .inner .textBox p.closeBtn {
  background: url("https://laluna.itembox.design/item/neckcare/iconMinus.png") no-repeat center;
  background-size: cover;
  width: 5.9rem;
  height: 5.9rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}
.page-neckcare .popupWrap .inner .textBox p.closeBtn:hover {
  cursor: pointer;
}
.page-neckcare .popupWrap .inner .textBox .btn {
  max-width: 29rem;
  margin: 8rem auto 0;
}
.page-neckcare .popupWrap .inner .textBox .btn a {
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  border: .1rem solid #fff;
  padding: 2.3rem 0;
}
.page-neckcare .popupWrap .inner .textBox .btn a:hover{
  border-color: #333;
  color: #333;
}
.page-neckcare .popupWrap .icon {
  background: url("https://laluna.itembox.design/item/neckcare/iconPlus.png") no-repeat center;
  background-size: 100%;
  width: 5.9rem;
  height: 5.9rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.page-neckcare .cont06{
  margin-bottom: 35rem;
}
.page-neckcare .cont06 .lwrap.no2 p{
  text-align: center;
  margin-bottom: 20rem;
  font-size: 2.2rem;
}

.page-neckcare .cont07{
  margin-bottom: 18rem;
}
.page-neckcare .cont07 .title03{
  margin-bottom: 25rem;
}
.page-neckcare .cont07 .itemBox{
  max-width: 72rem;
  margin: 0 auto 22rem;
}
.page-neckcare .cont07 .itemBox:last-of-type{
  margin-bottom: 12rem;
}
.page-neckcare .cont07 .itemBox h3{
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "Noto Serif JP",  "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
}
.page-neckcare .cont07 .itemBox h3 .small{
  font-size: 2rem;
  display: block;
}
.page-neckcare .cont07 .itemBox img{
  margin: 3rem auto;
  display: block;
}


@media screen and (max-width: 1060px) {
  .title03{
    font-size: 4.2rem;
  }
  .title03 .small{
    font-size: 2.2rem;
  }
  .induction2::before{
    height: 35px;
    top: -17.5px;
  }
  .induction2 > .left .title03{
    margin-bottom: 3rem;
  }
  .induction2 > .left .btn3{
    margin-top: 3rem;
  }
  .induction2 .btn3.white a{
    font-size: 1.8rem;
    padding: 1.2rem 1rem;
  }
  
  .page-neckcare .cont02 .bdtxt{
    margin-left: 0;
  }
/*
  .page-neckcare .cont03 .tabBtn{
    margin-top: 6vw;
  }
  .page-neckcare .cont03 .tabBtn p{
    width: 7vw;
    height: 7vw;
  }
  .page-neckcare .cont03 .tabBtnTxt p{
    font-size: 2vw;
  }
*/
  .page-neckcare .itemBox > .text p.middle{
    font-size: 2vw;
  }
  
  .page-neckcare .cont03 .flex.col-3 .item h4{
    font-size: 2rem;
  }
  
  .page-neckcare .cont04 .itemBox > .text{
    margin-right: 0;
  }
  .page-neckcare .cont04 .itemBox > .text p{
    margin-left: 0;
  }
  .page-neckcare .timerItem .text p{
    font-size: 3.2rem;
  }
  
  /* 0324追加
  ***************/
  .slideEms .slick-dots li , .slideEms .slick-dots li button{
    width: 7vw;
    height: 7vw;
  }
  
}

@media screen and (max-width: 900px) {
  .title03{
    font-size: 3.6rem;
  }
  .title03 .small{
    font-size: 2rem;
  }
  .page-aireyemask .pcTab{
    padding-bottom: 5rem;
  }
  .page-aireyemask .pcTab .pcTabInner{
    margin-left: 3rem;
  }
  .page-aireyemask .pcTab .bottomTxt{
    margin-left: 3rem;
  }
  .induction2::before{
    content: none;
  }
}

@media screen and (max-width: 750px) {
  
  .title03{
    font-size: 6.4rem;
  }
  .title03 .small{
    font-size: 3.6rem;
  }
  
  .page-aireyemask .btn a{
    font-size: 3.6rem;
    max-width: 60rem;
    background-size: 6rem;
    background-position: right 5rem center;
    padding: 2.6rem 1rem;
  }
  
  .page-aireyemask .btn3 a{
    font-size: 3.6rem;
    max-width: 60rem;
    background-size: 6rem;
    background-position: right 5rem center;
    padding: 2.6rem 1rem;
  }
  
  .page-aireyemask .btn3 a:link, .page-aireyemask .btn3 a:visited, .page-aireyemask .btn3 a:active, .page-aireyemask .btn3 a:focus{
    color: #fff;
  }
  .page-aireyemask .btn3.white a:link, .page-aireyemask .btn3.white a:visited, .page-aireyemask .btn3.white a:active, .page-aireyemask .btn3.white a:focus{
    color: #43403F;
  }
  
  .page-aireyemask .bg01{
    margin: -47rem 0 -47rem;
  }
  
  .page-aireyemask .cont01{
    margin-bottom: 45rem;
  }
  .page-aireyemask .cont01 .lwrap{
    padding: 12rem 0 0;
  }
  .page-aireyemask .cont01 h2{
    font-size: 5.9rem;
    line-height: 2;
  }
  .page-aireyemask .cont01 h2 .small{
    font-size: 3.2rem;
  }
  .page-aireyemask .cont01 p{
    font-size: 3.6rem;
    text-align: center;
    line-height: 2.3;
  }
  .page-aireyemask .cont01 .flex{
    flex-wrap: wrap;
  }
  .page-aireyemask .cont01 .flex .left{
    width: 100%;
    margin-bottom: 11rem;
  }
  .page-aireyemask .cont01 .flex .right{
    width: 100%;
  }
  .page-aireyemask .pcTab{
    background: none;
    padding: 0;
    margin: -15rem 0 0;
  }
  .page-aireyemask .pcTab .lwrap{
    margin: 0;
  }
  .page-aireyemask .pcTab .pcTabInner{
    margin: 0 0 16rem;
    width: 100%;
    background: url("https://laluna.itembox.design/item/aireyemask/sp-img01.png") no-repeat center top;
    background-size: 100%;
  }
  .page-aireyemask .pcTab .icon{
    margin: 0 3rem 6rem 3rem;
    width: 18.3rem;
    opacity: 1;
  }
  .page-aireyemask .pcTab .text{
    margin: 0 3rem;
  }
  .page-aireyemask .pcTab .item{
    padding: 45rem 0 30rem;
    margin-bottom: 0;
  }
/*
  .page-aireyemask .pcTab .item.no1{
    background: url("https://laluna.itembox.design/item/aireyemask/sp-img01.png") no-repeat center top;
    background-size: 100%;
  }
  .page-aireyemask .pcTab .item.no2{
    background: url("https://laluna.itembox.design/item/aireyemask/sp-img01.png") no-repeat center top;
    background-size: 100%;
  }
  .page-aireyemask .pcTab .item.no3{
    background: url("https://laluna.itembox.design/item/aireyemask/sp-img01.png") no-repeat center top;
    background-size: 100%;
  }
*/
  .page-aireyemask .pcTab h4{
    font-size: 4.7rem;
    color: #3c3c3c;
    margin-bottom: 7rem;
  }
  .page-aireyemask .pcTab h4 .spSmall{
    font-size: 3.4rem;
    display: block;
  }
  .page-aireyemask .pcTab p{
    color: #3c3c3c;
    font-size: 3.4rem;
  }
  .page-aireyemask .pcTab .bottomTxt{
    margin-left: 3rem;
  }
  .page-aireyemask .spSlide2 .slick-dots{
    bottom: -6rem;
  }
  .page-aireyemask .spSlide2 .slick-dots li button{
    display: none;
    width: auto;
    height: auto;
  }
  .page-aireyemask .spSlide2 .slick-dots li{
    width: 18rem;
    height: 18rem;
    background: url("https://laluna.itembox.design/item/aireyemask/icon-01.png") no-repeat center;
    background-size: 99%;
    opacity: .3;
    margin: 0 2.5rem;
  }
  .page-aireyemask .spSlide2 .slick-dots li.slick-active{
    opacity: 1;
  }
  .page-aireyemask .spSlide2 .slick-dots li:nth-child(2){
    background-image: url("https://laluna.itembox.design/item/aireyemask/icon-02.png");
  }
  .page-aireyemask .spSlide2 .slick-dots li:nth-child(3){
    background-image: url("https://laluna.itembox.design/item/aireyemask/icon-03.png");
  }
  .page-aireyemask .cont03{
    margin-bottom: 47rem;
  }
  .page-aireyemask .cont03 .flex.no1{
    margin-bottom: 9rem;
  }
  .page-aireyemask .cont03 .itemBox > .img{
    width: 100%;
    margin: 0 3rem;
  }
  .page-aireyemask .cont03 .itemBox > .text{
    width: 100%;
    margin: 0 3rem;
  }
  .page-aireyemask .itemBox > .text p{
    font-size: 3.6rem;
  }
  .page-aireyemask .cont03 .itemBox > .text .sp{
    margin-bottom: 9rem;
  }
  .page-aireyemask .cont03 .flex.col-2.space0 .item img{
    width: 100%;
  }
  .page-aireyemask .cont03 .flex.col-2.space0 .item:nth-child(1){
    width: 100%;
  }
  .page-aireyemask .cont03 .flex.col-2.space0 .item:nth-child(2){
    width: 50%;
  }
  .page-aireyemask .cont03 .flex.col-2.space0 .item:nth-child(3){
    width: 50%;
  }
  .page-aireyemask .cont03 .flex.col-2.space0 .item:nth-child(4){
    width: 100%;
  }
  .page-aireyemask .cont03 .btn{
    margin-top: 18rem;
  }
  .page-aireyemask .cont03 .parrent{
    height: 68.7rem;
  }
  .page-aireyemask .itemBox > .text{
    width: 100%;
    margin: 0 3rem;
  }
  .page-aireyemask .itemBox > .img{
    width: 100%;
    margin: 0 3rem;
  }
  .page-aireyemask .itemBox > .text .title03{
    margin-bottom: 19rem;
  }
  
  .page-aireyemask .cont04{
    margin-bottom: 45rem;
  }
  .page-aireyemask .cont04 .sp{
    margin-bottom: 9rem;
  }
  .page-aireyemask .cont04 .flex.no1{
    margin-bottom: 9rem;
  }
  .page-aireyemask .cont04 .flex.col-3 .item{
    margin: 0 3rem;
  }
  .page-aireyemask .spSlide3{
    margin: 0!important;
  }
  .page-aireyemask .spSlide3 .slick-list{
    padding: 0 15% 0 0!important;
  }
  .page-aireyemask .cont04 .col-3 .item img{
    margin-bottom: 5rem;
  }
  .page-aireyemask .cont04 .col-3 .item p{
    font-size: 4.8rem;
  }
  
  .soundBox .name{
    margin: 0 3rem -7rem;
    font-size: 5rem;
    position: relative;
  }
  .soundBtn{
    margin: -9rem auto 0;
    padding: 3.5rem 1rem;
  }
  .soundBtn p{
    font-size: 3.6rem;
    margin-bottom: 3rem;
    text-align: center;
    width: 100%;
  }
  .soundBoxBtn{
    justify-content: center;
    width: 100%;
  }
  .soundBoxBtn .audio{
    margin-right: 4rem;
    width: 10.5rem;
  }
  .soundBoxBtn .no{
    font-size: 3.6rem;
    margin-top: 1.5rem;
  }
  .soundBox .btn{
    margin-top: 12rem;
  }
  .audio_btn .icon{
    width: 10.4rem;
    height: 10.4rem;
  }
  
  .page-aireyemask .cont05 .lwrap{
    margin: 0;
  }
  .page-aireyemask .cont05 .title03{
    margin:0 3rem 22rem;
  }
  .page-aireyemask .cont05 .soundBox{
    margin-bottom: 35rem;
  }
  .page-aireyemask .cont05 .soundBox .btn3{
    margin-top: 13rem;
  }
  .induction2{
    flex-wrap: wrap;
    padding-bottom: 25rem;
    margin-bottom: 0;
  }
  .induction2::before{
    content: none;
  }
  .induction2 > .left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .induction2 > .left .title03{
    width: 100%;
    padding: 0 3rem;
    box-sizing: border-box;
    order: 2;
    font-size: 5.9rem;
    margin-bottom: 7rem;
  }
  .induction2 > .left h3 .small{
    font-size: 3.2rem;
  }
  .induction2 > .left .center{
    width: 100%;
    order: 1;
    font-size: 3.8rem;
    margin: 25rem 0 35rem;
    line-height: 2.3;
  }
  .induction2 > .left .sp{
    order: 3;
    width: 100%;
  }
  .induction2 > .left .sp img{
    width: 100%;
  }
  .induction2 > .left .btn3{
    order: 4;
    width: 100%;
    margin-top: 6rem;
  }
  .induction2 .btn3.white a{
    font-size: 3.6rem;
    padding: 2.6rem 1rem;
  }
  .induction2 > .right{
    width: 100%;
  }
  
  
  .page-neckcare .bg01{
    margin: -60rem 0 -67.8rem;
  }
  .page-neckcare .bg02{
    margin: -60rem 0 -67.8rem;
  }
  .page-neckcare .bg03{
    margin: -76rem 0 -51.8rem;
  }
  .page-neckcare .bg04{
    margin: -76rem 0 -51.8rem;
  }
  .page-neckcare .bg05{
    position: relative;
    z-index: -1;
    margin: -16rem 0 -111.8rem;
  }
  .page-neckcare .bg05 img{
    width: 100%;
  }
  
  .page-neckcare .cont02{
    margin-bottom: 45rem;
  }
  .page-neckcare .cont02 .text{
    width: 100%;
  }
  .page-neckcare .cont02 .img img{
    display: block;
    width: 61rem;
    margin: auto;
  }
  .page-neckcare .cont02 .bdtxt{
    max-width: 100%;
    width: 100%;
    margin: 6rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-neckcare .cont02 .bdtxt p{
    font-size: 3.4rem;
    border-radius: 1.5rem;
    width: 48%;
  }
  .page-neckcare .cont02 .bdtxt p:nth-child(n + 5){
    margin-bottom: 0;
  }
  .page-neckcare .cont03 .lwrap.sp{
    margin-bottom: 18rem;
  }
  .page-neckcare .cont03 .itemBox > .text{
    display: flex;
    flex-wrap: wrap;
  }
  .page-neckcare .itemBox > .text p.middle{
    order: 3;
    width: 100%;
    font-size: 3.6rem;
  }  
  
  .page-neckcare .spSlide3.flex.col-3{
    display: block;
  }
  .page-neckcare .spSlide3.flex .item{
    width: auto;
    margin: 0 3rem;
  }
  .page-neckcare .spSlide3.flex.col-3 .item:nth-child(3n){
    margin: 0 3rem;
  }
  .page-neckcare .cont03 .flex.col-3 .item img{
    margin-bottom: 5rem;
  }
  .page-neckcare .cont03 .flex.col-3 .item h4{
    font-size: 4.8rem;
    margin-bottom: 1.5rem;
  }
  .page-neckcare .cont03 .flex.col-3 .item p{
    font-size: 3.2rem;
  }
  .page-neckcare .cont03 .flex.col-3 .item .temperature{
    font-size: 3.2rem;
    padding: .4rem 3rem;
    border-radius: 1rem;
    margin-top: 6rem;
  }
  .page-neckcare .cont03 .btn3{
    margin-top: 12rem;
  }
  
  
  .page-neckcare .cont04 .itemBox .img{
    padding-left: 0;
  }
  .page-neckcare .cont04 .itemBox .img img{
    width: 37rem;
    margin: 0 auto 16rem;
    display: block;
  }
  .page-neckcare .cont04 .itemBox .img p.sp{
    margin-bottom: 0;
    font-size: 3.6rem;
  }
  .page-neckcare .cont04 .lwrap{
    margin: 0;
  }
  
  .page-neckcare .cont05{
    margin-bottom: 46rem;
  }
  .page-neckcare .cont05 .ttl{
    margin: 0 3rem 7.5rem;
  }
  .page-neckcare .cont05 .title03{
    margin: 0 0 16rem;
    width: 100%;
  }
  .page-neckcare .cont05 .ttl p{
    font-size: 3.2rem;
  }
  
  .page-neckcare .spParrent{
    position: relative;
    padding: 6rem 0;
  }
/*
  .page-neckcare .timerTab{
    width: 20rem;
    flex-wrap: wrap;
    position: absolute;
    left: 3rem;
    top: 0;
    z-index: 1;
  }
  .page-neckcare .timerTab::after{
    width: .2rem;
    height: 92%;
    left: 30%;
  }
  .page-neckcare .timerTab p{
    width: 11.6rem;
    height: 11.6rem;
    font-size: 3rem;
    margin-bottom: 5rem;
    background: #7AC0BF;
    color: #fff;
    position: relative;
  }
  .page-neckcare .timerTab p:last-child{
    margin-bottom: 0;
  }
  .page-neckcare .timerTab p span.spTxt{
    padding: 1rem 3rem 1rem 18rem;
    position: absolute;
    left: -3rem;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    background: #008684;
  }
  .page-neckcare .timerTab p.active span.spTxt{
    display: block;
    animation: opacity2 1s;
  }
*/
  
  /* 0324追加
  ***************/
  .page-neckcare .cont03 .tabBtnTxt{
    margin: 0;
    padding: 0 2rem;
    right: 0;
    left: 0;
    bottom: -6rem;
    width: 100%;
  }
  .page-aireyemask .cont03 .itemBox > .img{
    margin-bottom: 20rem;
    z-index: 1;
  }
  
  .slideEms .slick-dots{
    right: 0;
    width: 100%;
    bottom: -15rem;
  }
  .slideEms.slick-dotted.slick-slider{
    margin-bottom: 16rem;
  }
  .slideEms .slick-dots li{
    width: 12rem;
    height: 12rem;
  }
  .slideEms .slick-dots li button{
    width: 12rem;
    height: 12rem;
  }
  
  
  .slideTimer .slick-dots{
    width: 20rem;
    flex-wrap: wrap;
    position: absolute;
    left: 3rem;
    top: -5rem;
    z-index: 1;
    transform: translateY(0%) translateX(-0%);
    -webkit-transform: translateY(0%) translateX(-0%);
  }
  .slideTimer .slick-dots::after{
    width: .2rem;
    height: 92%;
    left: 30%;
  }
  .slideTimer .slick-dots li{
    width: 11.6rem;
    height: 11.6rem;
    margin-bottom: 5rem;
    position: relative;
  }
  .slideTimer .slick-dots li:last-child{
    margin-bottom: 0;
  }
  .slideTimer .slick-dots li button{
    width: 11.6rem;
    height: 11.6rem;
  }
  
  .slideTimer .slick-dots li:nth-child(1){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time5-sp.png");
  }
  .slideTimer .slick-dots li:nth-child(2){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time10-sp.png");
  }
  .slideTimer .slick-dots li:nth-child(3){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time15-sp.png");
  }
  .slideTimer .slick-dots li:nth-child(4){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time20-sp.png");
  }
  .slideTimer .slick-dots li:nth-child(5){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time25-sp.png");
  }
  .slideTimer .slick-dots li:nth-child(6){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time30-sp.png");
  }
  .slideTimer .slick-dots li.slick-active:nth-child(1){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time5-sp-on.png");
  }
  .slideTimer .slick-dots li.slick-active:nth-child(2){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time10-sp-on.png");
  }
  .slideTimer .slick-dots li.slick-active:nth-child(3){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time15-sp-on.png");
  }
  .slideTimer .slick-dots li.slick-active:nth-child(4){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time20-sp-on.png");
  }
  .slideTimer .slick-dots li.slick-active:nth-child(5){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time25-sp-on.png");
  }
  .slideTimer .slick-dots li.slick-active:nth-child(6){
    background-image: url("https://laluna.itembox.design/item/neckcare/icon-time30-sp-on.png");
  }
  
  .slideTimer .slick-dots li.slick-active:nth-child(1)::after{
    content: "化粧水をつけながら";
    color: #fff;
    display: block;
    padding: 1rem 3rem 1rem 18rem;
    position: absolute;
    left: -3rem;
    white-space: nowrap;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    background: #008684;
  }
  .slideTimer .slick-dots li.slick-active:nth-child(2)::after{
    content: "洗濯物しながら";
    color: #fff;
    display: block;
    padding: 1rem 3rem 1rem 18rem;
    position: absolute;
    left: -3rem;
    white-space: nowrap;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    background: #008684;
  }
  .slideTimer .slick-dots li.slick-active:nth-child(3)::after{
    content: "遊びながら";
    color: #fff;
    display: block;
    padding: 1rem 3rem 1rem 18rem;
    position: absolute;
    left: -3rem;
    white-space: nowrap;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    background: #008684;
  }
  .slideTimer .slick-dots li.slick-active:nth-child(4)::after{
    content: "働きながら";
    color: #fff;
    display: block;
    padding: 1rem 3rem 1rem 18rem;
    position: absolute;
    left: -3rem;
    white-space: nowrap;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    background: #008684;
  }
  .slideTimer .slick-dots li.slick-active:nth-child(5)::after{
    content: "読書しながら";
    color: #fff;
    display: block;
    padding: 1rem 3rem 1rem 18rem;
    position: absolute;
    left: -3rem;
    white-space: nowrap;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    background: #008684;
  }
  .slideTimer .slick-dots li.slick-active:nth-child(6)::after{
    content: "団らんしながら";
    color: #fff;
    display: block;
    padding: 1rem 3rem 1rem 18rem;
    position: absolute;
    left: -3rem;
    white-space: nowrap;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    background: #008684;
  }
  
  
  .page-neckcare .timerItem .img{
    width: 100%!important;
  }
  .page-neckcare .timerItem .text{
    display: none;
  }
  
  
  .page-neckcare .cont06 .title03{
    width: 100%;
  }
  .page-neckcare .cont06 .flex.ttl{
    margin-bottom: 18rem;
  }
  .page-neckcare .popupWrap.flex.col-3.space0 .item{
    width: 50%;
  }
  .page-neckcare .popupWrap.flex.col-3.space0 .item:nth-child(3n){
    width: 50%;
  }
  
  .page-neckcare .popupWrap{
    margin-bottom: 16rem;
  }
  .page-neckcare .popupWrap .item {
    height: 35rem;
  }
  .page-neckcare .popupWrap .inner {
    padding: 3rem;
    box-sizing: border-box;
  }
  .page-neckcare .popupWrap .inner.no1 {
    background-image: url("https://laluna.itembox.design/item/neckcare/sp_img01-1.jpg");
  }
  .page-neckcare .popupWrap .inner.no2 {
    background-image: url("https://laluna.itembox.design/item/neckcare/sp_img02-1.jpg");
    left: inherit;
    right: 0;
  }
  .page-neckcare .popupWrap .inner.no2.active {
    left: inherit;
  }
  .page-neckcare .popupWrap .inner.no3 {
    background-image: url("https://laluna.itembox.design/item/neckcare/sp_img06-1.jpg");
    top: 50%;
    right: inherit;
  }
  .page-neckcare .popupWrap .inner.no3.active {
    top: 0;
    right: inherit;
  }
  .page-neckcare .popupWrap .inner.no4 {
    background-image: url("https://laluna.itembox.design/item/neckcare/sp_img03-1.jpg");
    top: 50%;
    right: 0;
    left: inherit;
  }
  .page-neckcare .popupWrap .inner.no4.active {
    top: 0;
  }
  .page-neckcare .popupWrap .inner.no5 {
    background-image: url("https://laluna.itembox.design/item/neckcare/sp_img05-1.jpg");
    left: 0;
  }
  .page-neckcare .popupWrap .inner.no6 {
    background-image: url("https://laluna.itembox.design/item/neckcare/sp_img04-1.jpg");
  }
  .page-neckcare .popupWrap .inner .textBox {
    float: none;
    margin: auto;
    height: 100%;
    padding: 7rem 3rem 0;
  }
  .page-neckcare .popupWrap .inner .textBox h3 {
    margin-bottom: 5rem;
  }
  .page-neckcare .popupWrap .inner .textBox p {
    font-size: 2.2rem;
  }
  .page-neckcare .popupWrap .inner .textBox p.mb {
    margin-bottom: 4rem;
  }
  .page-neckcare .popupWrap .inner .textBox .btn {
    width: 40rem;
    max-width: inherit;
    margin: 10rem auto 0;
  }
  
  .page-neckcare .cont06{
    margin-bottom: 47rem;
  }
  .page-neckcare .cont06 .lwrap.no2 p{
    margin-bottom: 16rem;
    font-size: 3.6rem;
    text-align: left;
  }
  
  .page-neckcare .cont07 .title03{
    margin-bottom: 22rem;
  }
  .page-neckcare .cont07 .itemBox h3{
    font-size: 5rem;
  }
  .page-neckcare .cont07 .itemBox h3 .small{
    font-size: 3rem;
  }
  .page-neckcare .cont07 .itemBox img{
    width: 56rem;
    margin: 3rem auto 6rem;
  }
}



.slideTemp .slick-dots {
  width: 19rem;
  bottom: 50%;
  left: 13rem;
  transform: translateY(50%) translateX(0%);
}
.slideTemp .slick-dots li {
  display: block;
  width: initial;
  height: initial;
  font-size: 2.2rem;
  color: #A7964B;
  margin: 0 0 2rem;
  position: relative;
  text-align: left;
}
.slideTemp .slick-dots li:last-child {
  margin-bottom: 0;
}
.slideTemp .slick-dots li::before {
  content: "Template";
  display: inline-block;
  font-size: 2.2rem;
  opacity: 0;
  width: 0;
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
}
.slideTemp .slick-dots li.slick-active {
  width: 18.6rem;
  border-radius: 6rem;
  background-color: #A7964B;
  text-align: right;
  padding: 0 3rem 0 0;
  color: #fff;
}
.slideTemp .slick-dots li.slick-active::before {
  width: auto;
  opacity: 1;
}
.slideTemp .slick-dots li.slick-active .dots__number {
  width: auto;
  line-height: auto;
  border: none;
}
.slideTemp .slick-dots li .dots__number {
  display: inline-block;
  border: 4px solid #A7964B;
  border-radius: 100%;
  text-align: center;
  width: 8rem;
  line-height: 72px;
  font-family: 'Montserrat', sans-serif;
}

.page-moviepresent {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.page-moviepresent .mainvisual {
  background: url("../moviepresent/img01.jpg") no-repeat center top;
  background-size: cover;
  padding: 10rem 0 20rem;
  margin-bottom: 17rem;
  position: relative;
}
.page-moviepresent .mainvisual h2 {
  color: #A7964B;
  font-size: 4.4rem;
  font-family: "Noto Serif JP",  "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "serif" !important;
}
.page-moviepresent .mainvisual .bg {
  background: rgba(255, 255, 255, 0.5);
  width: 40.7rem;
  margin: auto;
  padding: 7rem 0;
}
.page-moviepresent .mainvisual .img {
  width: 54.4rem;
  background: url("../moviepresent/bg-phone.png") no-repeat center top;
  background-size: 100%;
  padding: 20px 0 10px;
  position: absolute;
  bottom: -6rem;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.page-moviepresent .mainvisual .img video {
  width: 75%;
}
.page-moviepresent .itemWrap {
  position: relative;
}
.page-moviepresent .itemWrap::after {
  content: "";
  clear: both;
  display: block;
}
.page-moviepresent .itemWrap .img {
  width: 46%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-moviepresent .itemWrap .txt {
  position: relative;
  z-index: 1;
  float: right;
  width: 68.5rem;
  box-sizing: border-box;
  padding: 0 0 1.5rem;
}
.page-moviepresent .itemWrap .txt h4 {
  font-size: 3.5rem;
  margin: 0 0 3.5rem;
}
.page-moviepresent .itemWrap .txt p {
  font-size: 2.2rem;
  line-height: 2.2;
}
.page-moviepresent .itemWrap .bgBox {
  background: url("../moviepresent/bg01.png") no-repeat center bottom;
  background-size: 100% 100%;
  padding: 4.5rem 6rem 6rem;
  box-sizing: border-box;
  width: 57.6rem;
}
.page-moviepresent .itemWrap.no2 .img {
  width: 60%;
  bottom: inherit;
  left: inherit;
  top: 0;
  right: 0;
}
.page-moviepresent .itemWrap.no2 .txt {
  padding: 9.6rem 0 0;
  float: none;
}
.page-moviepresent .itemWrap .btn3 {
  position: relative;
  top: -2rem;
}
.page-moviepresent .cont01 {
  margin: 0 0 22rem;
}
.page-moviepresent .cont01 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  text-align: center;
  color: #A7964B;
  margin: 0 0 5rem;
}
.page-moviepresent .cont01 h3 {
  font-size: 5rem;
  font-weight: normal;
  margin: 0 0 7.5rem;
}
.page-moviepresent .cont01 p {
  font-size: 2.2rem;
  line-height: 2.2;
}
.page-moviepresent .cont01 .movie {
  margin: 5.5rem 0 0;
}
.page-moviepresent .cont01 .movie video {
  width: 100%;
}
.page-moviepresent .cont02 {
  background: url("../moviepresent/bg04.png") no-repeat right top 6rem;
  background-size: 38%;
  margin: 0 0 25rem;
}
.page-moviepresent .cont02 .title04 {
  margin: 0 0 7rem;
}
.page-moviepresent .cont02 .txt {
  width: 63%;
  margin: 0 0 6rem;
}
.page-moviepresent .cont02 p {
  font-size: 2.2rem;
  line-height: 2.2;
}
.page-moviepresent .cont02 p.large {
  font-size: 3.5rem;
  font-weight: bold;
  margin: 0 0 3rem;
}
.page-moviepresent .cont02 p.mb {
  margin: 0 0 4.5rem;
}
.page-moviepresent .cont02 p strong {
  padding: 0 0 .5rem;
  background: linear-gradient(transparent 60%, #F9F7EE 60%);
}
.page-moviepresent .cont02 .flex {
  width: 93rem;
  justify-content: space-between;
}
.page-moviepresent .cont02 .flex .item {
  width: 178px;
  position: relative;
}
.page-moviepresent .cont02 .flex .item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #A1A1A1;
  position: absolute;
  right: -23%;
  top: 9rem;
}
.page-moviepresent .cont02 .flex .item:last-child::after {
  content: none;
}
.page-moviepresent .cont02 .flex .item p {
  font-size: 1.6rem;
}
.page-moviepresent .cont03 .ttl {
  text-align: center;
  font-size: 3.5rem;
  padding: 0 0 2rem;
  margin: 0 0 6rem;
  position: relative;
}
.page-moviepresent .cont03 .ttl::after {
  content: "";
  display: inline-block;
  width: 12rem;
  height: .6rem;
  background-color: #A7964B;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(0%) translateX(-50%);
}
.page-moviepresent .cont03 .itemWrap {
  margin: 0 0 12rem;
}
.page-moviepresent .cont04 {
  margin: 0 0 12rem;
}
.page-moviepresent .cont04 .img img {
  width: 100%;
}
.page-moviepresent .cont04 .bgBox {
  background: url("../moviepresent/bg02.png") no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  width: 95rem;
  padding: 4.5rem 0 7rem;
  margin: -3.5rem auto 0;
  position: relative;
  z-index: 1;
}
.page-moviepresent .cont04 .bgBox h3 {
  width: 50%;
  font-size: 3.5rem;
  padding: 0 3rem;
  box-sizing: border-box;
}
.page-moviepresent .cont04 .bgBox p {
  width: 50%;
  font-size: 2.2rem;
  line-height: 2.2;
}
.page-moviepresent .cont04 .btn3 {
  text-align: center;
  margin: -2rem 0 0;
  position: relative;
  z-index: 1;
}
.page-moviepresent .cont05 {
  margin: 0 0 25rem;
}
.page-moviepresent .cont05 .itemWrap {
  margin: 0 0 12rem;
}
.page-moviepresent .cont06 {
  margin: 0 0 20rem;
}
.page-moviepresent .cont06 .lwrap2.top p {
  font-size: 2.2rem;
}
.page-moviepresent .cont06 .ttlWrap {
  padding: 5rem 0;
  margin: 0 0 25rem;
  position: relative;
}
.page-moviepresent .cont06 .ttlWrap::before, .page-moviepresent .cont06 .ttlWrap::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: .6rem;
  background-color: #A7964B;
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}
.page-moviepresent .cont06 .ttlWrap::before {
  top: 0;
}
.page-moviepresent .cont06 .ttlWrap::after {
  bottom: 0;
}
.page-moviepresent .cont06 .ttlWrap p {
  font-size: 3.5rem;
}
.page-moviepresent .cont06 .title04 {
  margin: 0 0 3rem;
}
.page-moviepresent .cont06 .slideTemp {
  margin: 4.5rem 0 0;
}
.page-moviepresent .cont06 .temp {
  padding: 9rem 0;
}
.page-moviepresent .cont06 .temp .lwrap2 {
  display: flex;
  align-items: center;
}
.page-moviepresent .cont06 .temp.no1 {
  margin-top: 5rem;
}
.page-moviepresent .cont06 .temp.no1, .page-moviepresent .cont06 .temp.no3 {
  background: url("../moviepresent/bg03.jpg") no-repeat center top;
  background-size: cover;
}
.page-moviepresent .cont06 .temp.no2, .page-moviepresent .cont06 .temp.no4 {
  background: url("../moviepresent/bg05.png") no-repeat center top;
  background-size: cover;
}
.page-moviepresent .cont06 .temp.no4 .img {
  background: none;
  padding: 0;
}
.page-moviepresent .cont06 .temp .number {
  width: 22rem;
}
.page-moviepresent .cont06 .temp .number p {
  border: 4px solid #A7964B;
  border-radius: 100%;
  text-align: center;
  width: 8rem;
  line-height: 72px;
  font-size: 2.2rem;
  font-family: 'Montserrat', sans-serif;
  margin: 0 0 2.5rem;
  color: #A7964B;
  position: relative;
}
.page-moviepresent .cont06 .temp .number p:last-child {
  margin-bottom: 0;
}
.page-moviepresent .cont06 .temp .number p a {
  display: block;
  font-size: 2.2rem;
  color: #A7964B;
  line-height: 72px;
}
.page-moviepresent .cont06 .temp .number p .intxt {
  position: absolute;
  bottom: -1rem;
  left: 0;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  transition: .3s;
}
.page-moviepresent .cont06 .temp .numberTxt {
  transition: .3s;
}
.page-moviepresent .cont06 .temp .numberTxt.active {
  width: 18.6rem;
  border-radius: 6rem;
  background-color: #A7964B;
  text-align: right;
  padding: 0 3rem 0 0;
  color: #fff;
}
.page-moviepresent .cont06 .temp .numberTxt.active .intxt {
  bottom: 0;
  left: 2.5rem;
  opacity: 1;
  color: #fff;
}
.page-moviepresent .cont06 .temp .img {
  width: 44.6rem;
  margin: 0 3rem 0 0;
  padding: 15px 0 10px 0;
  background: url("../moviepresent/bg-phone.png") no-repeat center top;
  background-size: 100%;
  text-align: center;
}
.page-moviepresent .cont06 .temp .img video {
  width: 75%;
}
.page-moviepresent .cont06 .temp .txt {
  width: 54.5rem;
}
.page-moviepresent .cont06 .temp .txt p {
  font-size: 2rem;
  margin: 0 0 1rem;
}
.page-moviepresent .cont06 .temp .txt p.btn3 {
  margin: 0;
}
.page-moviepresent .cont06 .temp .txt h3 {
  font-size: 3.5rem;
  font-weight: normal;
  line-height: 1.8;
  margin: 0 0 4rem;
}
.page-moviepresent .cont06 .temp .txt ul {
  list-style: none;
  margin: 0 0 4rem;
}
.page-moviepresent .cont06 .temp .txt li {
  font-size: 2.2rem;
  display: inline-block;
  margin: 0 2rem 0 0;
}
.page-moviepresent .cont07 {
  margin: 0 0 30rem;
}
.page-moviepresent .cont07 .title04 {
  font-size: 3.5rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  margin: 0 0 3rem;
}
.page-moviepresent .cont07 p.top {
  font-size: 2.2rem;
}
.page-moviepresent .cont07 .img {
  margin: 8rem 0 5rem;
}
.page-moviepresent .cont07 .btnWrap {
  max-width: 80rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.page-moviepresent .cont07 .btnWrap .btn3 {
  max-width: 34rem;
  width: 100%;
}
.page-moviepresent .cont07 .btnWrap .btn3.green a {
  background-position: right 1rem center;
}


/**** ショッピングカート 追加　.fs-body-cart
******************/
.fs-body-cart .fs-l-cart__sideColumn {
  border: none;
  border-radius: 0;
  padding: 0;
/*
  padding: 30px;
  background-color: #F5F2EF;
*/
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary {
  background: #222222;
  border-color: #222222;
  padding: 1.8rem 0;
  font-size: 1.2rem;
  color: #fff;
  min-width: inherit;
  width: 100%;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary:link, .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary:visited, .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary:active, .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary:focus {
  color: #fff;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary {
  background: #ffffff;
  border-color: #707070;
  padding: 1.8rem 0;
  font-size: 1.2rem;
  color: #707070;
  min-width: inherit;
  width: 100%;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary:link, .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary:visited, .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary:active, .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary:focus {
  color: #707070;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-cartPayment p, .fs-body-cart .fs-l-cart__sideColumn .fs-c-payWithAmazon p {
  font-size: 1.2rem;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr > th {
  font-size: 1.4rem;
  border-top: none;
  border-bottom: 1px solid #b2b2b2;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr > td {
  font-size: 1.4rem;
  border-top: none;
  border-bottom: 1px solid #b2b2b2;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr:last-of-type {
  border-bottom: none;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__itemPriceSummary > th {
  border-bottom: none;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr.fs-c-orderTotalTable__itemPriceSummary > td {
  border-bottom: none;
}
.fs-body-cart .fs-l-cart__sideColumn .fs-c-cartPayment {
  margin-top: 0;
}
.fs-body-cart .fs-l-cart__contentsArea {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTable thead {
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTableContainer {
  border: none;
  border-bottom: 1px solid #CDCDCD;
  border-radius: inherit;
  padding: 0;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTable__headerCell {
  background: none;
  border: none;
  color: #707070;
  font-weight: normal;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTable__dataCell {
  border: none;
  vertical-align: middle;
}
.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container{
  border: none;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTable__product {
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-productImage__image {
  max-width: inherit;
  width: 100%;
}
.fs-body-cart .fs-l-cart__contentsArea .fs-c-quantity__select.fs-system-quantity-list {
  padding: 3px 5px 3px 23px;
}
.fs-body-cart .fs-c-continueShopping .fs-c-button--standard {
  color: #707070;
  font-size: 1.2rem;
  padding: 1.8rem 0;
  background-color: transparent;
  border: 1px solid #707070;
  max-width: 24rem;
  min-width: inherit;
  width: 100%;
  box-shadow: none;
}
.fs-body-cart .fs-p-announcement__title {
  color: #303030;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
.fs-body-cart .fs-p-announcement__body p {
  font-size: 1.2rem;
  margin: 0 0 2rem;
}
.fs-body-cart .fs-p-announcement__body p:last-child {
  margin: 0;
}
#fs-cartTotals-container{
  padding: 30px 30px 0 30px;
  background-color: #F5F2EF;
}
#fs-checkout-payHere-container{
  padding: 30px 30px 0 30px;
  background-color: #F5F2EF;
}
#fs-checkout-amazon-container{
  padding: 20px 30px 30px 30px;
  background-color: #F5F2EF;
}
.fs-c-payWithAmazon__message{
  margin: 0 0 20px;
}
.fs-body-cart .cartPay{
  margin: 15px 10px 0;
}



/**** ログイン 追加　.fs-c-loginForm
******************/
.fs-body-login .fs-c-subSection {
  border: 1px solid #CDCDCD;
  padding: 3rem 4rem;
}
.fs-body-login .fs-c-subSection__title {
  text-align: center;
  font-weight: bold;
  color: #303030;
  font-size: 1.6rem;
  border-bottom: none;
  margin: 0 0 3rem;
}
.fs-body-login .fs-c-registeredUsers {
  flex-basis: calc(50% - 40px);
}
.fs-body-login .fs-c-newUsers {
  flex-basis: calc(50% - 40px);
  font-size: 1.6rem;
}
.fs-body-login .fs-c-newUsers .fs-c-subSection__title {
  margin: 0 0 3.5rem;
}
.fs-body-login .fs-c-newUsers .fs-c-buttonContainer {
  margin: 4rem 0 0;
}
.fs-body-login .fs-c-inputInformation__field {
  background: none;
  padding: 0;
}
.fs-body-login .fs-c-inputTable th {
  font-weight: normal;
}
.fs-body-login .fs-c-inputTable [type="text"] {
  border: 1px solid #CDCDCD;
  border-radius: .7rem;
  padding: 1rem;
}
.fs-body-login .fs-c-inputTable [type="password"] {
  border-radius: .7rem 0 0 .7rem;
  padding: 1rem;
}
.fs-body-login .fs-c-inputGroup {
  border: 1px solid #CDCDCD;
  border-radius: .7rem;
}
.fs-body-login .fs-c-button--primary {
  background-color: #222222;
  color: #fff;
  max-width: 28rem;
  padding: 2rem 0;
  box-shadow: none;
  min-width: inherit;
  width: 100%;
}
.fs-body-login #fs_form {
  margin-bottom: 1.5rem;
}
.fs-body-login .fs-c-inputInformation__link {
  text-align: center;
}
.fs-body-login .fs-c-inputInformation__link a {
  color: #67B3D4;
  text-decoration: underline;
}
.fs-body-login .fs-c-anotherLogin__message {
  margin: 0 0 3rem;
}

/**** カートログイン 追加　.fs-body-cart-login
  ******************/
	.fs-body-cart-login .fs-c-inputInformation__field{
		background: none;
		padding: 0;
	}
	.fs-body-cart-login .fs-c-subSection__title{
		border-bottom: none;
    color: #303030;
		text-align: center;
	}
	.fs-body-cart-login .fs-c-inputTable [type="text"]{
		border: 1px solid #CDCDCD;
		border-radius: .7rem;
		padding: 1rem;
	}
	.fs-body-cart-login .fs-c-inputTable [type="password"]{
		border-radius: .7rem 0 0 .7rem;
		padding: 1rem;
	}
	.fs-body-cart-login .fs-c-button--primary{
		background-color: #222222;
		color: #fff;
		max-width: 28rem;
		padding: 2rem 0;
		box-shadow: none;
		min-width: inherit;
		width: 100%;
}
.fs-body-cart-login .fs-c-inputInformation__link{
	text-align: center;
	margin-top: 0;
}
.fs-body-cart-login .fs-c-inputInformation__link a{
	color: #67B3D4;
	text-decoration: underline;
}
.fs-body-cart-login #fs_form{
	margin: 0 0 3rem;
}
.fs-body-cart-login .fs-c-fsLogin.fs-c-inputInformation{
	margin: 0 0 6rem;
}
.fs-body-cart-login .fs-c-anotherLogin__button--amazon{
	margin: 3rem auto 0;
}
.fs-body-cart-login .fs-c-button--guestPurchase.fs-c-button--plain {
	border: 1px solid #222222;
  color: #222222;
  max-width: 28rem;
  padding: 2rem 0;
  box-shadow: none;
  min-width: inherit;
  width: 100%;
	font-size: 1.4rem;
	line-height: 1;
}
.fs-body-cart-login .fs-c-button--guestPurchase.fs-c-button--plain:hover{
	text-decoration: none;
}



@media screen and (max-width: 1480px) {
  .slideTemp .slick-dots {
    left: 10rem;
  }
}
@media screen and (max-width: 1380px) {
  .slideTemp .slick-dots {
    left: 6rem;
  }
}
@media screen and (max-width: 1320px) {
  .slideTemp .slick-dots {
    left: 1.5rem;
  }
}

@media screen and (max-width: 1270px) {
  .lwrap2 {
    margin: 0 1.5rem;
  }
  .page-moviepresent .cont06 .temp .img {
    width: calc(54% - 22rem);
  }
  .page-moviepresent .cont06 .temp .txt {
    width: calc(65% - 22rem);
  }
}
@media screen and (max-width: 1000px) {
  .slideTemp .slick-dots {
    width: 16rem;
  }
  .slideTemp .slick-dots li {
    font-size: 1.8rem;
  }
  .slideTemp .slick-dots li .dots__number {
    width: 6rem;
    line-height: 52px;
  }
  .slideTemp .slick-dots li::before {
    font-size: 1.8rem;
  }
  .slideTemp .slick-dots li.slick-active {
    width: 16rem;
    border-radius: 6rem;
  }
  
  .page-moviepresent .itemWrap .txt {
    width: 50rem;
  }
  .page-moviepresent .itemWrap .txt h4 {
    font-size: 2.8rem;
    margin: 0 0 3rem;
  }
  .page-moviepresent .itemWrap .txt p {
    font-size: 1.8rem;
  }
  .page-moviepresent .itemWrap .bgBox {
    width: auto;
  }
  .page-moviepresent .cont02 .flex {
    width: 100%;
  }
  .page-moviepresent .cont02 .flex .item {
    width: 19%;
    margin-right: 8%;
  }
  .page-moviepresent .cont02 .flex .item:last-child {
    margin-right: 0;
  }
  .page-moviepresent .cont02 .flex .item::after {
    right: -4vw;
  }
  .page-moviepresent .cont02 .txt {
    width: 65%;
  }
  .page-moviepresent .cont02 p {
    font-size: 1.8rem;
  }
  .page-moviepresent .cont02 p.large {
    font-size: 2.8rem;
  }
  .page-moviepresent .cont02 p.mb {
    margin: 0 0 3rem;
  }
  .page-moviepresent .cont04 .bgBox {
    width: auto;
  }
  .page-moviepresent .cont04 .bgBox h3 {
    font-size: 2.8rem;
  }
  .page-moviepresent .cont04 .bgBox p {
    font-size: 1.8rem;
  }
  .page-moviepresent .cont06 .ttlWrap p {
    font-size: 2.8rem;
  }
  .page-moviepresent .cont06 .temp .lwrap2 {
    flex-wrap: wrap;
  }
  .page-moviepresent .cont06 .temp .number {
    width: 100%;
  }
  .page-moviepresent .cont06 .temp .number p {
    display: inline-block;
    margin-right: 1.5rem;
  }
  .page-moviepresent .cont06 .temp .number p:last-child {
    margin-right: 0;
  }
  .page-moviepresent .cont06 .temp .img {
    width: 46%;
    margin: 0 4% 0 0;
  }
  .page-moviepresent .cont06 .temp .txt {
    width: 50%;
  }
  .page-moviepresent .cont06 .temp .txt h3 {
    font-size: 2.8rem;
  }
  .page-moviepresent .cont06 .temp .txt li {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 750px) {
  .slideTemp .slick-dots {
    width: auto;
    text-align: center;
    left: 3rem;
    top: -10rem;
    bottom: inherit;
    transform: none;
  }
  .slideTemp .slick-dots li {
    display: inline-block;
    margin: 0 3rem 0 0;
    font-size: 18px;
  }
  .slideTemp .slick-dots li:last-child {
    margin: 0;
  }
  .slideTemp .slick-dots li::before {
    font-size: 18px;
    left: 4rem;
  }
  .slideTemp .slick-dots li.slick-active {
    width: 160px;
    padding: 0 4rem 0 0;
  }
  .slideTemp .slick-dots li .dots__number {
    line-height: 52px;
    width: 60px;
  }
  
  .page-moviepresent .mainvisual {
    background-image: url("../moviepresent/sp-img01.jpg");
    padding: 16rem 0 45rem;
    margin-bottom: 12rem;
  }
  .page-moviepresent .mainvisual .bg {
    width: 50rem;
    padding: 16rem 0 17rem;
  }
  .page-moviepresent .mainvisual h2 {
    font-size: 5.5rem;
  }
  .page-moviepresent .mainvisual .img {
    bottom: -3rem;
    width: 65rem;
    padding: 2.2rem 0 0.8rem 0;
  }
  .page-moviepresent .mainvisual .img img {
    width: 100%;
  }
  .page-moviepresent .itemWrap {
    margin: 0 0 7rem;
  }
  .page-moviepresent .itemWrap .img {
    position: static;
    width: 59rem;
  }
  .page-moviepresent .itemWrap .img img {
    width: 100%;
  }
  .page-moviepresent .itemWrap .bgBox {
    padding: 5rem 4.5rem 8rem;
    margin: 0 3rem 0 0;
    float: none;
  }
  .page-moviepresent .itemWrap .txt {
    width: 69rem;
    float: none;
    margin: -8rem auto 0;
  }
  .page-moviepresent .itemWrap .txt h4 {
    font-size: 4.3rem;
    margin: 0 0 3rem;
  }
  .page-moviepresent .itemWrap .txt p {
    font-size: 2.8rem;
  }
  .page-moviepresent .itemWrap .btn3 {
    margin-top: -3rem;
  }
  .page-moviepresent .itemWrap.no2 {
    display: flex;
    flex-wrap: wrap;
  }
  .page-moviepresent .itemWrap.no2 .bgBox {
    margin: 0 0 0 3rem;
  }
  .page-moviepresent .itemWrap.no2 .txt {
    order: 2;
    padding: 0;
  }
  .page-moviepresent .itemWrap.no2 .img {
    order: 1;
    width: 100%;
    text-align: right;
  }
  .page-moviepresent .itemWrap.no2 .img img {
    width: 60rem;
  }
  .page-moviepresent .cont01 {
    margin: 0 0 20rem;
  }
  .page-moviepresent .cont01 .lwrap {
    margin: 0;
  }
  .page-moviepresent .cont01 h3 {
    font-size: 5.5rem;
    margin: 0 0 7rem;
  }
  .page-moviepresent .cont01 p {
    font-size: 2.8rem;
  }
  .page-moviepresent .cont02 {
    background: none;
    margin: 0 0 20rem;
  }
  .page-moviepresent .cont02 .title04 {
    margin: 0 0 5rem;
  }
  .page-moviepresent .cont02 .txt {
    width: 100%;
  }
  .page-moviepresent .cont02 p {
    font-size: 2.8rem;
  }
  .page-moviepresent .cont02 p.large {
    font-size: 4.3rem;
    margin: 0 0 5rem;
  }
  .page-moviepresent .cont02 p.mb {
    margin: 0 0 6rem;
  }
  .page-moviepresent .cont02 p.sp {
    margin: 6rem 0;
    text-align: center;
  }
  .page-moviepresent .cont02 .flex {
    width: 140rem;
  }
  .page-moviepresent .cont02 .flexWrap {
    overflow: scroll;
  }
  .page-moviepresent .cont02 .flex .item img {
    width: 30rem;
  }
  .page-moviepresent .cont02 .flex .item p {
    font-size: 2.2rem;
    text-align: center;
  }
  .page-moviepresent .cont02 .flex .item::after {
    right: -6rem;
    top: 12rem;
    border-width: 1.1rem 0 1.1rem 2rem;
  }
  .page-moviepresent .cont03 .ttl {
    font-size: 4.3rem;
    padding: 0 0 4rem;
    margin: 0 0 9.5rem;
  }
  .page-moviepresent .cont03 .lwrap2 {
    margin: 0;
  }
  .page-moviepresent .cont04 {
    margin: 0 0 7rem;
  }
  .page-moviepresent .cont04 .bgBox {
    padding: 4.5rem 4rem 8rem;
    margin: -5rem 3rem 0;
    flex-wrap: wrap;
  }
  .page-moviepresent .cont04 .bgBox h3 {
    font-size: 4.3rem;
    width: 100%;
    padding: 0;
    margin: 0 0 3rem;
  }
  .page-moviepresent .cont04 .bgBox p {
    width: 100%;
    font-size: 2.8rem;
  }
  .page-moviepresent .cont04 .btn3 {
    margin: -3rem 0 0;
  }
  .page-moviepresent .cont05 {
    margin: 0 0 20rem;
  }
  .page-moviepresent .cont05 .lwrap2 {
    margin: 0;
  }
  .page-moviepresent .cont06 .ttlWrap {
    padding: 6rem 0;
    margin: 0 0 20rem;
  }
  .page-moviepresent .cont06 .ttlWrap p {
    font-size: 4.3rem;
  }
  .page-moviepresent .cont06 .slideTemp {
    margin: 18rem 0 0;
  }
  .page-moviepresent .cont06 .temp {
    padding: 4.5rem 0;
  }
  .page-moviepresent .cont06 .temp .lwrap2 {
    width: auto;
    margin: 0 3rem;
  }
  .page-moviepresent .cont06 .temp.no1, .page-moviepresent .cont06 .temp.no3 {
    background-image: url("../moviepresent/sp-bg01.jpg");
    background-size: 100% 105rem;
    background-position: bottom center;
  }
  .page-moviepresent .cont06 .temp.no2, .page-moviepresent .cont06 .temp.no4 {
    background-image: url("../moviepresent/sp-bg02.png");
    background-size: 100% 105rem;
    background-position: bottom center;
  }
  .page-moviepresent .cont06 .temp .number {
    margin: 0 0 6rem;
  }
  .page-moviepresent .cont06 .temp .number p {
    line-height: 52px;
    width: 60px;
    font-size: 18px;
    margin: 0 3rem 0 0;
  }
  .page-moviepresent .cont06 .temp .number p:last-child {
    margin-right: 0;
  }
  .page-moviepresent .cont06 .temp .number p a {
    line-height: 52px;
  }
  .page-moviepresent .cont06 .temp .numberTxt.active {
    width: 160px;
    padding: 0 4rem 0 0;
  }
  .page-moviepresent .cont06 .temp .numberTxt.active .intxt {
    font-size: 18px;
    left: 4rem;
  }
  .page-moviepresent .cont06 .temp .img {
    width: 100%;
    margin: 0 0 7.5rem;
    padding: 2.8rem 0 1.5rem 0;
  }
  .page-moviepresent .cont06 .temp .img img {
    width: 100%;
  }
  .page-moviepresent .cont06 .temp .txt {
    width: 100%;
  }
  .page-moviepresent .cont06 .temp .txt p {
    font-size: 2.8rem;
    margin: 0 0 2rem;
  }
  .page-moviepresent .cont06 .temp .txt h3 {
    font-size: 4.3rem;
    margin: 0 0 3rem;
  }
  .page-moviepresent .cont06 .temp .txt ul {
    margin: 0 0 5rem;
  }
  .page-moviepresent .cont06 .temp .txt li {
    font-size: 2.8rem;
    margin: 0 3rem 0 0;
  }
  .page-moviepresent .cont06 .temp .txt .btn3 {
    text-align: center;
  }
  .page-moviepresent .cont07 .lwrap2 {
    margin: 0;
  }
  .page-moviepresent .cont07 .title04 {
    font-size: 4.3rem;
    margin: 0 3rem 3rem;
  }
  .page-moviepresent .cont07 p.top {
    margin: 0 3rem 3rem;
    font-size: 2.8rem;
  }
  .page-moviepresent .cont07 .img {
    overflow: scroll;
    margin: 0 0 0 3rem;
  }
  .page-moviepresent .cont07 .img img {
    width: 153rem;
    max-width: inherit;
  }
  .page-moviepresent .cont07 .btnWrap {
    flex-wrap: wrap;
    margin: 4rem 3rem 0;
  }
  .page-moviepresent .cont07 .btnWrap .btn3 {
    width: 100%;
    max-width: inherit;
  }
  .page-moviepresent .cont07 .btnWrap .btn3.gold {
    margin: 0 0 4rem;
  }
  .page-moviepresent .cont07 .btnWrap .btn3.gold a {
    width: 100%;
  }
  .page-moviepresent .cont07 .btnWrap .btn3.green a {
    width: 100%;
  }

  .fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTable__product {
    -ms-grid-columns: 23rem 1fr;
    grid-template-columns: 23rem 1fr;
  }
  
  /**** ログイン 追加　.fs-c-loginForm
  ******************/
  .fs-body-login .fs-c-loginForm {
    margin: 0;
  }
  .fs-body-login .fs-l-pageMain {
    margin: 0 1.5rem;
  }
  .fs-body-login .fs-c-subSection {
    padding: 6.5rem 7.5rem;
  }
  .fs-body-login .fs-c-subSection__title {
    font-size: 3.3rem;
    margin: 0 0 11rem;
  }
  .fs-body-login .fs-c-newUsers {
    flex-basis: 100%;
    font-size: 2.8rem;
  }
  .fs-body-login .fs-c-newUsers .fs-c-subSection__title {
    margin: 0 0 11rem;
  }
  .fs-body-login .fs-c-newUsers .fs-c-buttonContainer {
    margin: 11rem 0 0;
  }
  .fs-body-login .fs-c-registeredUsers {
    margin-bottom: 10rem;
  }
  .fs-body-login #fs_form {
    margin-bottom: 4.5rem;
  }
  .fs-body-login .fs-c-buttonContainer {
    text-align: center;
  }
  .fs-body-login .fs-c-inputInformation__button {
    margin-top: 8rem;
  }
  .fs-body-login .fs-c-button--primary {
    max-width: 44rem;
  }
  .fs-body-login .fs-c-otherServiceLogin {
    margin: 8rem 0 6rem;
  }
  .fs-body-login .fs-c-anotherLogin__message {
    margin: 0 0 6rem;
  }
  .fs-c-checkoutServiceDisabled__button{
    font-size: 2rem;
  }
  .fs-c-checkoutServiceDisabled__message{
    font-size: 2rem;
  }
	
	.fs-body-cart-login .fs-c-registeredUsers.fs-c-subSection{
		padding: 6.5rem 7.5rem;
		box-sizing: border-box;
		border: 1px solid #CDCDCD;
	}
	.fs-body-cart-login .fs-c-subSection__title{
		font-size: 3.3rem;
    margin: 0 0 11rem;
		text-align: center;
	}
	.fs-body-cart-login .fs-c-inputInformation__button{
		margin-top: 8rem; 
		text-align: center;
	}
	.fs-body-cart-login .fs-c-button--primary{
		max-width: 44rem;
	}
	.fs-body-cart-login .fs-c-button--guestPurchase.fs-c-button--plain {
		max-width: 44rem;
		font-size: 2.8rem;
	}
	
	
  /**** マイページ 追加　#fs_MyPageTop
  ******************/
  #fs_MyPageTop .fs-c-accountService {
    margin: 13rem 0 0;
  }
  #fs_MyPageTop .fs-c-accountService > li {
    width: 48%;
    margin: 0 4% 4% 0;
    flex-basis: initial;
    height: auto;
  }
  #fs_MyPageTop .fs-c-accountService > li:nth-child(2n) {
    margin-right: 0;
  }
  #fs_MyPageTop .fs-c-accountService > li a {
    padding: 8rem 0 8.6rem;
  }
  #fs_MyPageTop .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 2.8rem;
  }
  #fs_MyPageTop .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 12rem;
    width: auto;
    height: auto;
    margin: 0;
  }
  #fs_MyPageTop .fs-c-accountService .fs-c-accountService__page--accountDelete {
    width: 100%;
    margin: 0;
  }
  #fs_MyPageTop .fs-c-accountService .fs-c-accountService__page--accountDelete a {
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  #fs_MyPageTop .fs-p-accountInfo {
    padding: 3rem 5rem 6rem;
  }
  #fs_MyPageTop .fs-p-accountInfo__accountName__name {
    font-size: 2.8rem;
  }
  #fs_MyPageTop .fs-p-accountInfo__body {
    padding: 5rem 0;
  }
  #fs_MyPageTop .fs-p-accountInfo__point {
    font-size: 2.8rem;
    line-height: 2;
  }
  #fs_MyPageTop .fs-p-accountInfo__header {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .fs-body-cart .fs-c-cartTable__row {
    display: flex;
    border: none;
  }
  .fs-body-cart .fs-c-listedProductName__selection {
    font-size: 2.2rem;
  }
  .fs-body-cart .fs-c-productPrice {
    font-size: 2.8rem;
  }
  .fs-body-cart .fs-c-cartTable__actionButton__container > button {
    text-align: right;
  }
  .fs-body-cart .fs-l-cart {
    margin: 0 1.5rem;
  }
  .fs-body-cart .fs-l-cart__contentsArea .fs-c-productImage__image {
    padding: 0;
  }
  .fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTable__quantity {
    max-width: 12rem;
  }
  .fs-body-cart .fs-l-cart__contentsArea .fs-c-quantity__select.fs-system-quantity-list {
    padding: 0 1rem 0 4.5rem;
    font-size: 2.8rem;
    height: 11.6rem;
  }
  .fs-body-cart .fs-l-cart__contentsArea .fs-c-cartTable__dataCell--quantity {
    justify-content: space-between;
  }
  .fs-body-cart .fs-l-cart__contentsArea .fs-c-price {
    font-size: 2.8rem;
  }
  .fs-body-cart .fs-l-cart .fs-c-cartTable__dataCell {
    width: 100%;
    padding: 3rem;
    border-bottom: 1px solid #CDCDCD;
  }
  .fs-body-cart .fs-l-cart .fs-c-cartTable__dataCell:first-child {
    border-top: 1px solid #CDCDCD;
  }
  .fs-body-cart .fs-l-cart .fs-c-cartTable__dataCell.fs-c-cartTable__dataCell--product {
    padding: 3rem 0;
  }
  .fs-body-cart .fs-l-cart .fs-c-cartTable__dataCell--subtotal {
    justify-content: space-between;
  }
  .fs-body-cart .fs-l-cart .fs-c-cartTableContainer {
    border: none;
  }
  .fs-body-cart .fs-l-cart__sideColumn {
    padding: 10rem 0 0;
    margin: 0;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-cartPayment p, .fs-body-cart .fs-l-cart__sideColumn .fs-c-payWithAmazon p {
    font-size: 2.8rem;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-buttonContainer {
    max-width: 44rem;
    margin: auto;
    padding: 0;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--primary {
    font-size: 2.8rem;
    padding: 4rem 0;
    margin: 3rem 0 4rem;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-button--secondary {
    margin: 0 0 11rem;
    font-size: 2.8rem;
    padding: 4rem 0;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr > th {
    font-size: 2.8rem;
  }
  .fs-body-cart .fs-l-cart__sideColumn .fs-c-orderTotalTable > tbody > tr > td {
    font-size: 2.8rem;
  }
  .fs-body-cart .fs-l-cart .fs-p-announcement__title {
    font-size: 2.8rem;
    margin: 0 0 4.5rem;
  }
  .fs-body-cart .fs-l-cart .fs-p-announcement__body p {
    font-size: 2.8rem;
    margin: 0 0 4rem;
  }
  .fs-body-cart .fs-l-cart .fs-c-continueShopping .fs-c-button--standard {
    font-size: 2.8rem;
    padding: 4rem 0;
    max-width: 44rem;
    margin: 8rem auto 12rem;
    display: block;
  }
  .fs-body-cart .fs-c-cartTable__dataCell--point::before, .fs-body-cart .fs-c-cartTable__dataCell--quantity::before, .fs-body-cart .fs-c-cartTable__dataCell--subtotal::before {
    font-size: 2.8rem;
  }
  #fs-cartTotals-container{
    padding: 3rem 3rem 0 3rem;
  }
  #fs-checkout-payHere-container{
    padding: 3rem 3rem 0 3rem;
  }
  #fs-checkout-amazon-container{
    padding: 2rem 3rem 3rem 3rem;
  }
  .fs-body-cart .cartPay{
    margin: 3rem 1rem 12rem;
  }
  .fs-c-cartTable__actionButton{
    flex-wrap: wrap;
  }
  .fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container{
    margin: 10px 0 0 0;
    padding: 0;
  }
  
}
@media screen and (max-width: 460px) {
  .slideTemp .slick-dots li {
    margin: 0 3rem 0 0;
    font-size: 14px;
  }
  .slideTemp .slick-dots li:last-child {
    margin: 0;
  }
  .slideTemp .slick-dots li::before {
    font-size: 14px;
    left: 15px;
  }
  .slideTemp .slick-dots li.slick-active {
    width: 100px;
    padding: 0 15px 0 0;
  }
  .slideTemp .slick-dots li .dots__number {
    line-height: 41px;
    width: 45px;
    border: 2px solid #A7964B;
  }
  
  .page-moviepresent .cont06 .temp .number p {
    margin: 0 2rem 0 0;
    font-size: 14px;
    line-height: 41px;
    width: 45px;
    border: 2px solid #A7964B;
  }
  .page-moviepresent .cont06 .temp .number p a {
    line-height: 41px;
    font-size: 14px;
  }
  .page-moviepresent .cont06 .temp .numberTxt.active {
    width: 116px;
    padding: 0 15px 0 0;
  }
  .page-moviepresent .cont06 .temp .numberTxt.active .intxt {
    font-size: 14px;
    left: 15px;
  }
}

