@charset "UTF-8";
/*---------------------------------------------
PC、スマホ共通ここから

---------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 360px) {
  html {
    font-size: 55%;
  }
}
body {
  position: relative;
  width: 100%;
  background-color: #F9F6EE;
  font-feature-settings: 'palt';
  font-family: "Verdana", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4em;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.02em;
  color: #444;
}

.round-hl {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}

img {
  vertical-align: top;
  width: 100%;
  transition: all 0.2s;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #444;
}

ul, li {
  list-style: none;
}

p {
  text-align: justify;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb-5 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mb-15 {
  margin-bottom: -15px;
}

.mb-20 {
  margin-bottom: -20px;
}

.mb-25 {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: -30px;
}

.mb-35 {
  margin-bottom: -35px;
}

.mb-40 {
  margin-bottom: -40px;
}

.mb-50 {
  margin-bottom: -50px;
}

.mb-60 {
  margin-bottom: -60px;
}

.move {
  transform: translateX(5px);
  transition: all 0.2s;
}

.zoom:hover {
  transition: all 0.2s;
  transform: scale(1.05);
}

.change-txt-yellow,
.change-txt-pink,
.change-circle-yellow,
.change-ciracle-pink,
.change-txt-yellow:hover,
.change-txt-pink:hover {
  transition: all .2s !important;
}

.change-txt-yellow:hover {
  color: #FFDD83 !important;
}

.change-txt-pink:hover {
  color: #E15A8E !important;
}

.change-circle-yellow:hover {
  border: 1px solid #FFDD83 !important;
}

.change-circle-pink:hover {
  border: 1px solid #E15A8E !important;
}

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.hl-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.hl-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: -18px;
  left: 0;
  background: linear-gradient(to right, #E15A8E, #FAB587);
  border-radius: 1rem;
}
.hl-wrap h1 {
  font-size: 2rem;
  color: #444;
}
.hl-wrap p {
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 1rem;
  color: #9B9B9B;
}
.hl-wrap .hl-icon {
  width: 30px;
  height: 30px;
  margin-right: .4em;
}

@media screen and (max-width: 599px) {
  .hl-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .hl-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -8px;
    left: 0;
    background: linear-gradient(to right, #E386BF, #FFDE83);
    border-radius: 1rem;
  }
  .hl-wrap .hl-icon {
    width: 26px;
    height: 26px;
    margin-right: .4em;
  }
  .hl-wrap h1 {
    font-size: 1.6rem;
    color: #444;
  }
  .hl-wrap p {
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 1rem;
    color: #FFDD83;
  }
}
.hl-sub-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  top: 15px;
  margin-bottom: 20px;
}
.hl-sub-wrap::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E15A8E;
  border-radius: 10px;
}
.hl-sub-wrap p:first-of-type {
  font-size: 2rem;
  font-weight: bold;
  padding: 5px 0 0 25px;
}
.hl-sub-wrap p:last-of-type {
  font-size: 1.4rem;
  padding: 0 0 5px 25px;
  color: #9B9B9B;
}

@media screen and (max-width: 599px) {
  .hl-sub-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 0px;
    margin-bottom: 10px;
  }
  .hl-sub-wrap::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #E386BF;
    border-radius: 10px;
  }
  .hl-sub-wrap p:first-of-type {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 5px 0 0 15px;
  }
  .hl-sub-wrap p:last-of-type {
    font-size: 1rem;
    padding: 0 0 5px 15px;
    color: #9B9B9B;
  }
}
@media screen and (max-width: 599px) {
  #pc-header-wrap,
  #pc-slider-wrap,
  #pc-footer,
  .pc-contents-wrap,
  .hide {
    display: none !important;
  }

  body {
    background-color: #FFF;
  }
}
@media screen and (min-width: 600px) {
  #sp-header-wrap,
  #sp-slider-wrap,
  .sp-contents-wrap,
  #sp-footer,
  .sp-contents-wrap {
    display: none !important;
  }
}
.sp-contents-wrap {
  position: relative;
  padding: 0 10px;
}

.contents-wrap {
  position: relative;
  width: 1080px;
  padding: 50px;
  margin: 104px auto 0;
}

@media screen and (max-width: 599px) {
  .contents-wrap {
    width: 100%;
    padding: 20px 10px 0;
    margin: 64px auto 80px;
  }
}
/*---------------------------------------------
footer.php
フッター
---------------------------------------------*/
#pc-footer {
  position: absolute;
  z-index: -1;
  width: 20%;
  height: 30%;
  margin-top: auto;
  right: 0;
  bottom: 0;
  background-image: url("../img/pc_footer_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

#sp-footer {
  position: relative;
  width: 100%;
  height: 250px;
  margin-top: auto;
}
#sp-footer::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: inherit;
  bottom: 0;
  left: 0;
  background-image: url("../img/sp_footer_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom -20px center;
}
#sp-footer ul {
  position: relative;
  z-index: 1;
  width: 45%;
  padding: 0 10px;
}
#sp-footer ul li {
  position: relative;
  width: 100%;
  font-size: 1rem;
  line-height: 3.5em;
}
#sp-footer ul li a {
  position: relative;
  display: block;
}
#sp-footer ul li a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: .9em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/arrow_graylight_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
#sp-footer p {
  position: absolute;
  font-size: 1rem;
  color: #FFF;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
}

/*---------------------------------------------
header.php
共通ヘッダー
---------------------------------------------*/
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
}

#pc-header-wrap {
  position: relative;
  z-index: 999;
  width: 100%;
  min-width: 1080px;
  background-color: #FFF;
}
#pc-header-wrap::before {
  content: "";
  position: absolute;
  background: url("../img/pc_menu_deco_l.png") no-repeat top left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#pc-header-wrap::after {
  content: "";
  position: absolute;
  background: url("../img/pc_menu_deco_r.png") no-repeat bottom right;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#pc-header-wrap ul.submenu-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 1rem;
  white-space: nowrap;
  padding: 7px 15px;
}
#pc-header-wrap ul.submenu-wrap li {
  line-height: 16px;
}
#pc-header-wrap ul.submenu-wrap li:not(:last-child) {
  padding: 0 25px;
}
#pc-header-wrap ul.submenu-wrap li:nth-child(-n + 3) {
  border-right: 1px solid #DFDCD2;
}
#pc-header-wrap ul.submenu-wrap .twitter span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  background-image: url("../img/icon_twitter.svg");
  background-size: contain;
  background-position: center center;
}
#pc-header-wrap ul.submenu-wrap a, #pc-header-wrap ul.submenu-wrap a:visited, #pc-header-wrap ul.submenu-wrap a:hover, #pc-header-wrap ul.submenu-wrap a:active {
  color: #444;
}
#pc-header-wrap ul.submenu-wrap a:hover {
  text-decoration: underline;
}
#pc-header-wrap ul.mainmenu-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 4%;
}
#pc-header-wrap ul.mainmenu-wrap > li {
  width: calc(100% / 6);
  height: 70px;
  white-space: nowrap;
}
#pc-header-wrap ul.mainmenu-wrap > li a.menu-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #444;
  transition: all .2s;
}
#pc-header-wrap ul.mainmenu-wrap > li a.menu-link:hover {
  color: #E15A8E;
  transition: all .1s;
}
#pc-header-wrap ul.mainmenu-wrap > li a.menu-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #E15A8E;
  transition: all .2s;
  transform: scale(0, 1);
  transform-origin: center top;
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-link:hover::after {
  transform: scale(1, 1);
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-link > div:hover {
  transform: translateY(4px);
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner::before {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-position: center;
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner .menu-box {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  left: 16px;
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner .menu-box .menu-hl {
  display: inline;
  font-size: 1.8rem;
  line-height: 1;
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner .menu-box .menu-rubi {
  display: inline;
  font-size: 1.2rem;
  color: #E15A8E;
  margin-top: 2px;
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.new::before {
  background-image: url("../img/icon_new.svg");
  transform: translate(-50px, -50%);
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.new:hover::before {
  background-image: url("../img/icon_new_pink.svg");
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.products::before {
  background-image: url("../img/icon_products.svg");
  transform: translate(-60px, -50%);
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.products:hover::before {
  background-image: url("../img/icon_products_pink.svg");
}

#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.movie::before {
  background-image: url("../img/icon_movie.svg");
  transform: translate(-68px, -50%);
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.movie:hover::before {
  background-image: url("../img/icon_movie_pink.svg");
}

#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.concept::before {
  background-image: url("../img/icon_concept.svg");
  transform: translate(-64px, -50%);
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.concept:hover::before {
  background-image: url("../img/icon_concept_pink.svg");
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.shop {
  left: 2%;
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.shop::before {
  background-image: url("../img/icon_shop.svg?a");
  transform: translate(-50px, -50%);
}
#pc-header-wrap ul.mainmenu-wrap > li .menu-inner.shop:hover::before {
  background-image: url("../img/icon_shop_pink.svg?a");
}
#pc-header-wrap ul.mainmenu-wrap .menu-logo {
  position: relative;
  text-align: center;
}
#pc-header-wrap ul.mainmenu-wrap .menu-logo img {
  position: relative;
  width: 120px;
  top: 5%;
  z-index: 1;
}
#pc-header-wrap ul.mainmenu-wrap .menu-logo img.logo-move {
  top: -10%;
}
#pc-header-wrap ul.mainmenu-wrap .menu-logo span {
  content: "";
  position: absolute;
  width: 100%;
  height: 110px;
  top: -15px;
  left: 0;
  background: #FFF;
  border-radius: 50%;
  transition: all .2s;
}
#pc-header-wrap ul.mainmenu-wrap .menu-logo span.circle-move {
  top: -50px;
  transition: all .2s;
}

.new-contents-wrap {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  width: 100%;
  min-height: 0;
  height: 0;
  top: 70px;
  left: 0;
  background: rgba(225, 90, 142, 0.9);
  transition: all .3s;
}
.new-contents-wrap ul {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.new-contents-wrap ul li {
  width: 220px;
  margin-right: 40px;
}
.new-contents-wrap ul li a {
  position: relative;
  color: #FFF;
}
.new-contents-wrap ul li a dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.new-contents-wrap ul li a dl dt {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #FFE4E6;
  margin-bottom: 10px;
  transition: all 0.2s;
  z-index: 1;
}
.new-contents-wrap ul li a dl dd {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1em;
  margin: 0 auto;
  white-space: normal;
}
.new-contents-wrap ul li a dl dd span {
  position: absolute;
  content: "";
  width: 9px;
  height: 13px;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
  background-image: url("../img/arrow_yellow_r.svg");
  background-position: center right;
  transition: all .2s;
}
.new-contents-wrap ul li a:hover dl > dd > span {
  transition: all .2s;
  right: -9px;
}

.visible {
  min-height: 350px;
  height: 350px;
  padding: 50px 0;
  transition: all 0.2s;
}

#sp-header-wrap {
  position: fixed;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  top: 0;
  left: 0;
  background: #FFF;
  transition: all .3s;
}
#sp-header-wrap::before {
  content: "";
  position: absolute;
  width: 64px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../img/sp_menu_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
#sp-header-wrap .header-logo {
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 75%;
}
#sp-header-wrap .header-logo img {
  width: auto;
  height: 100%;
}
.header-logo-opacity{
  opacity: 0.5;
  transform: scale(0.8);
  transform-origin: top center;
  transition: all .3s;
}
#sp-header-wrap.header-opacity {
  background: rgba(255, 255, 255, 0);
  transition: all .3s;
}

.openbtn-wrap {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  /*ボタン内側*/
  /*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
}
.openbtn-wrap .openbtn {
  position: relative;
  border-radius: 5px;
}
.openbtn-wrap .openbtn .openbtn-area {
  transition: all .3s;
  width: 50px;
  height: 50px;
}
.openbtn-wrap .openbtn span {
  display: inline-block;
  transition: all .3s;
  position: absolute;
  right: 10px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
}
.openbtn-wrap .openbtn span:nth-of-type(1) {
  top: 15px;
  width: 55%;
}
.openbtn-wrap .openbtn span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}
.openbtn-wrap .openbtn span:nth-of-type(3) {
  top: 31px;
  width: 45%;
}
.openbtn-wrap .openbtn.active .openbtn-area {
  transform: rotate(360deg);
}
.openbtn-wrap .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn-wrap .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn-wrap .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

#sp-gnav-wrap {
  position: fixed;
  z-index: 999;
  width: 90%;
  height: 100vh;
  top: 64px;
  right: -120%;
  background: rgba(225, 90, 142, 0.9);
  transition: all .3s;
}
#sp-gnav-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 20%;
  height: 100vh;
  top: 0;
  left: -20%;
  background: rgba(0, 0, 0, 0.6);
}
#sp-gnav-wrap ul {
  padding: 10px 20px;
}
#sp-gnav-wrap ul li {
  position: relative;
  padding: 5% 0;
}
#sp-gnav-wrap ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #FFF;
}
#sp-gnav-wrap ul li a {
  position: relative;
  display: flex;
  align-items: center;
}
#sp-gnav-wrap ul li a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../img/arrow_yellow_r.svg");
  background-size: contain;
  background-position: center right;
}
#sp-gnav-wrap ul li a p:first-of-type {
  font-size: 1.6rem;
  color: #FFF;
}
#sp-gnav-wrap ul li a p:last-of-type {
  font-size: 1rem;
  color: #FFDD83;
}
#sp-gnav-wrap ul li a img {
  position: relative;
  width: 32px;
  margin-right: 8px;
}

#sp-gnav-wrap.panelactive {
  right: 0;
}

/*---------------------------------------------
index.php
トップページ
---------------------------------------------*/
#pc-slider-wrap {
  margin: 104px auto 0;
}
#pc-slider-wrap li.pc-slider-item {
  width: 100%;
}
#pc-slider-wrap .slick-prev, #pc-slider-wrap .slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
#pc-slider-wrap .slick-prev {
  left: 5px;
}
#pc-slider-wrap .slick-prev:hover {
  transform: translateX(-5px);
}
#pc-slider-wrap .slick-next {
  right: 5px;
}
#pc-slider-wrap .slick-next:hover {
  transform: translateX(5px);
}
#pc-slider-wrap .slick-dots {
  position: absolute;
  z-index: 3;
  text-align: center;
  bottom: 10px;
  right: 10px;
  height: 10px;
}
#pc-slider-wrap .slick-dots li {
  display: inline-block;
}
#pc-slider-wrap .slick-dots li:not(:last-child) {
  margin-right: 20px;
}
#pc-slider-wrap .slick-dots button, #pc-slider-wrap .slick-dots .btn-area .btn-inner a.no, .btn-area .btn-inner #pc-slider-wrap .slick-dots a.no {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 30%;
  background: rgba(255, 255, 255, 0.5);
  /*ドットボタンの色*/
  border: 1px solid #E15A8E;
  transform: rotate(45deg);
}
#pc-slider-wrap .slick-dots .slick-active button, #pc-slider-wrap .slick-dots .slick-active .btn-area .btn-inner a.no, .btn-area .btn-inner #pc-slider-wrap .slick-dots .slick-active a.no {
  background: #FFDD83;
  /*ドットボタンの現在地表示の色*/
}
#pc-slider-wrap a {
  display: block;
}

#sp-slider-wrap {
  position: relative;
  margin: 64px 0 40px;
}
#sp-slider-wrap li.sp-slider-item {
  width: 100%;
}
#sp-slider-wrap .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  top: 15px;
}
#sp-slider-wrap .slick-dots li {
  display: inline-block;
}
#sp-slider-wrap .slick-dots li:not(:last-child) {
  margin-right: 20px;
}
#sp-slider-wrap .slick-dots button, #sp-slider-wrap .slick-dots .btn-area .btn-inner a.no, .btn-area .btn-inner #sp-slider-wrap .slick-dots a.no {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 30%;
  background: #FFE4E6;
  transform: rotate(45deg);
}
#sp-slider-wrap .slick-dots .slick-active button, #sp-slider-wrap .slick-dots .slick-active .btn-area .btn-inner a.no, .btn-area .btn-inner #sp-slider-wrap .slick-dots .slick-active a.no {
  background: #E386BF;
  /*ドットボタンの現在地表示の色*/
}
#sp-slider-wrap a {
  display: block;
}

ul.sp-new-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding: 0 5%;
  margin: 40px 0;
}
ul.sp-new-wrap li {
  width: 45%;
  margin-bottom: 15px;
}
ul.sp-new-wrap dt {
  margin-bottom: 5px;
}
ul.sp-new-wrap dd {
  position: relative;
  width: 100%;
}
ul.sp-new-wrap dd p {
  font-size: 1.2rem;
  display: inline-block;
}

ul.sp-products-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
ul.sp-products-wrap li {
  position: relative;
  width: 48%;
  margin-bottom: 15px;
}
ul.sp-products-wrap li::after {
  content: "";
  position: absolute;
  width: 1em;
  height: .9em;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/arrow_pinklight_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
}
ul.sp-products-wrap li a {
  display: flex;
  align-items: center;
}
ul.sp-products-wrap li a img {
  width: 25%;
}
ul.sp-products-wrap li a p {
  display: inline-block;
  font-size: 1.2rem;
}

ul.sp-other-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
ul.sp-other-wrap li {
  width: 48%;
  margin-bottom: 15px;
}

.twitter-wrap {
  padding: 10px 10px 0;
  margin-bottom: 80px;
}

/*---------------------------------------------
年齢確認ページ

---------------------------------------------*/
.verification {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 9999;
}

.btn-area {
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
.btn-area img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.btn-area p.attention {
  text-align: center;
  margin-bottom: 10px;
}
.btn-area p.ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #E15A8E;
  margin-bottom: 20px;
}
.btn-area .btn-inner {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.btn-area .btn-inner button, .btn-area .btn-inner a.no {
  display: block;
  position: relative;
  width: 180px;
  height: 180px;
  background-color: #FFF;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #E15A8E;
  transition: all .2s;
}
.btn-area .btn-inner button:hover, .btn-area .btn-inner a.no:hover {
  background: #E15A8E;
  border: 1px solid #FFE4E6;
  color: #FFDD83;
}
.btn-area .btn-inner a.no p {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-area .btn-inner a.no:hover {
  background: #9B9B9B;
  color: #FFF;
  border: 1px solid #DFDCD2;
}

@media screen and (max-width: 599px) {
  .btn-area {
    width: 100%;
  }
  .btn-area img {
    width: 35%;
  }
  .btn-area .btn-inner button, .btn-area .btn-inner a.no {
    width: 120px;
    height: 120px;
    font-size: 1.2rem;
  }
}
/*---------------------------------------------
products.php
商品情報
---------------------------------------------*/
ul.products-wrap {
  position: relative;
}
ul.products-wrap li {
  position: relative;
  margin-bottom: 20px;
}

ul.series-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  transition: all .3s;
  padding: 20px 0 0;
}
ul.series-wrap::after {
  display: block;
  content: "";
  width: 220px;
}
ul.series-wrap::before {
  display: block;
  content: "";
  width: 220px;
  bottom: 0;
  right: 0;
  order: 1;
}
ul.series-wrap li {
  position: relative;
  margin-bottom: 50px;
  width: 220px;
}
ul.series-wrap li .series-title {
  position: relative;
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #E15A8E;
  padding: 2em;
  z-index: 1;
}
ul.series-wrap li .series-title::before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-image: url("../img/bg_circle.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  right: 0;
  z-index: 1;
}
ul.series-wrap li .series-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-image: url("../img/arrow_yellow_r.svg");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
ul.series-wrap li .series-title p {
  display: inline-block;
  position: relative;
  color: #FFF;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
ul.series-wrap li a {
  position: relative;
  color: #txt-gray;
}
ul.series-wrap li a dl {
  display: flex;
  flex-direction: column;
}
ul.series-wrap li a dl dt {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #DFDCD2;
  margin-bottom: 10px;
  transition: all 0.2s;
  z-index: 1;
}
ul.series-wrap li a dl dd {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 1em;
  margin: 0 auto;
}
ul.series-wrap li a dl dd span {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_pink_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  transition: all 0.2s;
}
ul.series-wrap li a:hover dl > dd > span {
  transition: all .2s;
  right: -9px;
}

.new-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
  background-image: url("../img/icon_new2.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  ul.products-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 10px;
  }
  ul.products-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #E386BF, #FFDE83);
    border-radius: 10px;
    margin-bottom: 20px;
  }

  ul.series-wrap {
    margin-bottom: 40px;
  }
  ul.series-wrap li {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  ul.series-wrap li:not(:last-child) {
    border-bottom: 1px solid #FFE4E6;
  }
  ul.series-wrap li .series-title {
    width: 100%;
    height: initial;
    border-radius: 0;
    background: none;
    padding: 0;
    margin-bottom: 5px;
  }
  ul.series-wrap li .series-title::before {
    content: none;
  }
  ul.series-wrap li .series-title::after {
    content: none;
  }
  ul.series-wrap li .series-title p {
    display: inline-block;
    color: #444;
    font-size: 1.5rem;
    top: 0;
    left: 0;
    transform: none;
    margin-bottom: 10px;
  }
  ul.series-wrap li .series-title p::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center center;
    right: -2em;
    background-image: url("../img/arrow_graylight_r.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
  }
  ul.series-wrap li a {
    display: block;
    color: #444;
    width: 100%;
    padding: 20px 0;
  }
  ul.series-wrap li a dl {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  ul.series-wrap li a dl dt {
    width: 35%;
    height: 35%;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 0;
    border: initial;
  }
  ul.series-wrap li a dl dd {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 0 2em 0 0;
    margin: 0 0 0 1em;
  }
  ul.series-wrap li a dl dd span {
    background-image: url("../img/arrow_pinklight_r.svg");
    right: 0;
  }
  ul.series-wrap li a:hover dl > dd > span {
    right: 0;
  }
  ul.series-wrap li span.div-line {
    display: block;
    width: 100%;
    border-bottom: 1px solid #FFE4E6;
  }

  .new-icon {
    width: 20%;
    height: 20%;
    top: 5%;
  }
}
/*---------------------------------------------
products内の各商品詳細ページ

---------------------------------------------*/
.detail-hl {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: linear-gradient(to right, #E15A8E, #FAB587);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.detail-hl::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 75%;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  border-radius: 10px;
  background: #FFDD83;
}
.detail-hl::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc_menu_deco_r.png");
  background-position: right bottom;
}
.detail-hl h1 {
  position: relative;
  color: #FFF;
  font-size: 2.6rem;
  padding: 15px 20px 15px 50px;
  z-index: 2;
}

.detail-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.detail-wrap .slide-wrap {
  width: 46%;
}
.detail-wrap ul.gallery {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #E15A8E;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.detail-wrap ul.choice-btn {
  width: 100%;
  z-index: 1;
}
.detail-wrap ul.choice-btn li {
  width: 18% !important;
  cursor: pointer;
  border: 1px solid #DFDCD2;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 2% 2% 0;
}
.detail-wrap ul.choice-btn .slick-current {
  position: relative;
  border: 1px solid #E15A8E !important;
  transform: translateY(-3px);
  transition: .2s;
  box-shadow: 0 3px 3px #DFDCD2;
}
.detail-wrap ul.choice-btn .slick-list {
  overflow: visible !important;
}
.detail-wrap ul.choice-btn .slick-track {
  transform: translate3d(0, 0, 0) !important;
}
.detail-wrap .movie-wrap {
  position: relative;
  overflow: hidden;
  margin: 30px 0 30px;
}
.detail-wrap .movie-wrap a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.detail-wrap .movie-wrap a::before,
.movie-series-wrap .movie-wrap a::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../img/icon-playbutton.svg");
  background-color: rgba(0, 0, 0, 0.2);
  background-position: center;
  background-size: 20%;
  background-repeat: no-repeat;
  z-index: 2;
}
.detail-wrap ul.info-wrap {
  position: relative;
  width: 50%;
}
.detail-wrap ul.info-wrap .description {
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: 1px solid #DFDCD2;
  border-bottom: 1px solid #DFDCD2;
}
.detail-wrap ul.info-wrap .description p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.detail-wrap ul.info-wrap .detail {
  position: relative;
  margin-bottom: 30px;
}
.detail-wrap ul.info-wrap .detail h2 {
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  padding: 10px 0 10px 20px;
  margin-bottom: 10px;
}
.detail-wrap ul.info-wrap .detail h2::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 37px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 10px;
  background: #E15A8E;
}
.detail-wrap ul.info-wrap .detail ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.detail-wrap ul.info-wrap .detail ul li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px dotted #DFDCD2;
  font-size: 1.4rem;
}
.detail-wrap ul.info-wrap .detail ul li p:first-child {
  width: 25%;
  padding-left: 1.5em;
}
.detail-wrap ul.info-wrap .detail ul li p:last-child {
  position: relative;
  width: 75%;
  padding: 0 1em 0 2em;
}
.detail-wrap ul.info-wrap .detail ul li:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.4);
}
.detail-wrap ul.info-wrap .supplement {
  font-size: 1.2rem;
  padding: 1.5em 1.8em;
  background-color: #FFF;
  border: 1px solid #DFDCD2;
  border-radius: 10px;
  line-height: 1.8;
}

@media screen and (max-width: 599px) {
  .detail-hl {
    width: calc(100% + 20px);
    margin: -20px -10px 0;
    border-radius: 0;
    margin-bottom: 0;
  }
  .detail-hl::before {
    content: "";
    position: absolute;
    width: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    border-radius: 10px;
    background: #FFDD83;
  }
  .detail-hl h1 {
    font-size: 1.8rem;
    padding: 15px 15px 15px 30px;
  }

  .detail-wrap {
    flex-direction: column;
  }
  .detail-wrap .slide-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .detail-wrap ul.gallery {
    width: calc(100% + 20px);
    margin: 0 -10px 25px;
    border: initial;
    border-radius: initial;
  }
  .detail-wrap ul.info-wrap {
    width: 100%;
  }
  .detail-wrap ul.info-wrap .description {
    border-top: 1px solid #FFE4E6;
    border-bottom: 1px solid #FFE4E6;
  }
  .detail-wrap ul.info-wrap .description p {
    font-size: 1.4rem;
  }
  .detail-wrap ul.info-wrap .detail {
    margin-bottom: 40px;
  }
  .detail-wrap ul.info-wrap .detail ul > li {
    font-size: 1.2rem;
  }
  .detail-wrap ul.info-wrap .detail ul > li p:first-child {
    width: 25%;
    padding-left: 1em;
  }
  .detail-wrap ul.info-wrap .detail ul > li p:last-child {
    position: relative;
    width: 75%;
    padding: 0 1em 0 2em;
  }
  .detail-wrap ul.info-wrap .detail ul > li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .detail-wrap ul.info-wrap .detail ul > li:nth-child(even) {
    background-color: #FFFCF5;
  }
  .detail-wrap ul.info-wrap .detail ul > li {
    font-size: 1.2rem;
  }
  .detail-wrap ul.info-wrap .supplement {
    padding: 1.2em 1.5em;
    background-color: #E15A8E;
    border: 1px solid #FFE4E6;
    color: #FFF;
  }
}
/*---------------------------------------------
topics.php
トピックス
---------------------------------------------*/
ul.topics-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0 0;
}
ul.topics-wrap li {
  position: relative;
  width: 48%;
}
ul.topics-wrap li .topics-inner {
  position: relative;
  display: flex;
  margin-bottom: 50px;
  width: 100%;
}
ul.topics-wrap li .topics-inner .image {
  width: 40%;
  height: 40%;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #DFDCD2;
  z-index: 1;
}
ul.topics-wrap li .topics-inner .article {
  width: 60%;
  padding-left: 10px;
}
ul.topics-wrap li .topics-inner .article h2 {
  font-size: 1.8rem;
  color: #E15A8E;
  margin-bottom: 5px;
}
ul.topics-wrap li .topics-inner .article p {
  line-height: 1.8;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
ul.topics-wrap li .topics-inner .article span {
  font-size: 1rem;
  color: #9B9B9B;
}

@media screen and (max-width: 599px) {
  ul.topics-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0;
  }
  ul.topics-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #E386BF, #FFDE83);
    border-radius: 10px;
  }
  ul.topics-wrap li {
    position: relative;
    width: 100%;
  }
  ul.topics-wrap li .topics-inner {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
  }
  ul.topics-wrap li .topics-inner .image {
    width: 30%;
    height: 30%;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #E386BF;
  }
  ul.topics-wrap li .topics-inner .article {
    width: 70%;
    padding-left: 10px;
  }
  ul.topics-wrap li .topics-inner .article h2 {
    font-size: 1.6rem;
    color: #E15A8E;
    margin-bottom: 5px;
  }
  ul.topics-wrap li .topics-inner .article p {
    display: none;
  }
  ul.topics-wrap li .topics-inner .article span {
    display: none;
  }
}
/*---------------------------------------------
concept.php
コンセプト
---------------------------------------------*/
.concept-wrap {
  position: relative;
  width: 100%;
  padding: 50px;
  margin: 104px auto 0;
}
.concept-wrap .concept-img {
  display: block;
  margin: 0 auto;
  width: 350px;
  margin-bottom: 20px;
}
.concept-wrap .motlab-logo {
  display: block;
  margin: auto;
  width: 300px;
}

@media screen and (max-width: 599px) {
  .concept-wrap {
    padding: 20px 10px 80px;
    margin: 64px auto 80px;
  }
  .concept-wrap .concept-img {
    margin-top: 50px;
    width: 75%;
  }
  .concept-wrap .motlab-logo {
    width: 60%;
  }
}
@media screen and (min-width: 600px) {
  .concept-wrap .hl-wrap {
    display: none;
  }
}
/*---------------------------------------------
shop.php
販売店
---------------------------------------------*/
.shop-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
.shop-wrap ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 45%;
  margin-bottom: 30px;
}
.shop-wrap ul::after {
  display: block;
  content: "";
  width: 32%;
}
.shop-wrap ul li.district {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.shop-wrap ul li.area {
  position: relative;
  width: 31.5%;
  margin-bottom: 15px;
}
.shop-wrap ul li.area a {
  display: block;
  text-align: center;
  padding: 9px 0;
  color: #E15A8E;
  border: 1px solid;
  border-radius: 5px;
  background-color: #FFF;
  transition: all 0.2s;
}
.shop-wrap ul li.area a:hover {
  color: #FFF;
  background-color: #E15A8E;
  transition: all 0.2s;
}
.shop-wrap ul li.area span {
  content: "";
  position: absolute;
  background-image: url("../img/arrow_pinklight_r.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  transition: all 0.2s;
}
.shop-wrap ul li.area:hover a > span {
  right: 3px;
  background-image: url("../img/arrow_yellow_r.svg");
  transition: all 0.2s;
}

@media screen and (max-width: 599px) {
  .shop-wrap {
    flex-direction: column;
  }
  .shop-wrap ul {
    width: 100%;
  }
}
/*---------------------------------------------
sitemap.php
サイトマップ
---------------------------------------------*/
ul.sitemap-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
ul.sitemap-wrap li {
  position: relative;
  width: 48%;
  padding: 20px 0 20px 22px;
}
ul.sitemap-wrap li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 70%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #DFDCD2;
  border-radius: 10px;
  transition: all .2s;
}
ul.sitemap-wrap li:hover::before {
  background-color: #E15A8E;
  transition: all .2s;
}
ul.sitemap-wrap li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #DFDCD2;
}
ul.sitemap-wrap li a {
  position: relative;
  display: block;
}
ul.sitemap-wrap li a p:first-of-type {
  font-size: 1.8rem;
  font-weight: bold;
  transition: all .2s;
}
ul.sitemap-wrap li a p:last-of-type {
  font-size: 1.4rem;
  color: #9B9B9B;
  transition: all .2s;
}
ul.sitemap-wrap li a:hover p {
  color: #E15A8E !important;
  transition: all .2s;
}
ul.sitemap-wrap li a span {
  position: absolute;
  content: "";
  width: 9px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("../img/arrow_pink_r.svg");
  background-position: center right;
  transition: all .2s;
}
ul.sitemap-wrap li a:hover span {
  transition: all .2s;
  right: -3px;
}

@media screen and (max-width: 599px) {
  ul.sitemap-wrap {
    flex-direction: column;
    padding: 0;
  }
  ul.sitemap-wrap li {
    width: 100%;
    padding: 20px 0 20px 15px;
  }
  ul.sitemap-wrap li::before {
    width: 7px;
    height: 55%;
    background-color: #E386BF;
  }
  ul.sitemap-wrap li::after {
    border-bottom: 1px solid #FFE4E6;
  }
  ul.sitemap-wrap li a {
    position: relative;
    display: block;
  }
  ul.sitemap-wrap li a p:first-of-type {
    font-size: 1.4rem;
    font-weight: bold;
  }
  ul.sitemap-wrap li a p:last-of-type {
    font-size: 1rem;
    color: #9B9B9B;
  }
  ul.sitemap-wrap li a span {
    position: absolute;
    content: "";
    width: 9px;
    height: 15px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url("../img/arrow_pinklight_r.svg");
    background-position: center right;
    transition: all .2s;
  }
}
/*---------------------------------------------
contact.php
お問い合わせ
---------------------------------------------*/
.contact-wrap {
  position: relative;
  width: 100%;
  margin-top: 60px;
}
.contact-wrap .description {
  line-height: 2em;
}

@media screen and (max-width: 599px) {
  .contact-wrap {
    margin-top: 40px;
  }
}
/*---------------------------------------------
company.php
会社概要
---------------------------------------------*/
ul.company-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
ul.company-wrap li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dotted #DFDCD2;
}
ul.company-wrap li p:first-child {
  width: 15%;
}
ul.company-wrap li p:last-child {
  position: relative;
  padding-left: 2em;
}
ul.company-wrap li p:last-child:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 200%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #DFDCD2;
  border-radius: 10px;
}

@media screen and (max-width: 599px) {
  ul.company-wrap {
    font-size: 1.2rem;
  }
  ul.company-wrap li {
    padding: 30px 0;
  }
  ul.company-wrap li p:first-child {
    width: 22%;
  }
  ul.company-wrap li p:last-child {
    position: relative;
    padding-left: 1.5em;
  }
  ul.company-wrap li p:last-child:after {
    width: 7px;
    height: 200%;
  }
}
/*---------------------------------------------
404.php
エラーページ
---------------------------------------------*/
.error-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.error-wrap p:nth-child(1) {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.error-wrap p:nth-child(2) {
  text-align: center;
  margin-bottom: 2em;
}
.error-wrap a {
  position: relative;
  display: block;
  width: 60%;
  max-width: 300px;
  padding: 1.2em 0;
  text-align: center;
  border-radius: 10px;
  background: linear-gradient(to right, #E15A8E, #FAB587);
  font-size: 1.6rem;
  color: #ffffff;
  font-family: inherit;
  font-weight: bold;
  -webkit-appearance: none;
  transition: all .2s;
  margin: 0 auto;
}
.error-wrap a::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 13px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url("../../assets/img/arrow_white_r.svg");
  background-position: center right;
  transition: all .2s;
}

/*---------------------------------------------
movie.php
動画で説明ページ
---------------------------------------------*/
.movie-series-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;

}

.movie-series-wrap > li {
  position: relative;
  width: 48%;
}
.movie-series-wrap .title-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -10px;
  z-index: 3;
}
.movie-series-wrap .title-wrap img {
  width: 15%;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-right: 1rem;
}
.movie-wrap {
  position: relative;
}

.movie-wrap a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 599px) {
  .movie-series-wrap > li {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */





