@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400&display=swap");

@charset "UTF-8";

/* text color */

/* white */

/* light grey */

/* grey */

/* border grey */

/* dark grey */

/* btn dark grey */

/* kose blue */

/* badge blue */

/* accent pink */

/* bluemix */

/* bluemix 2 */

/* skybluemix */

/* skybluemix 2 */

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: normal;
}

ul,
ol {
  margin: 0;
  padding-left: 0;
}

ul li,
ol li {
  margin-left: 0;
  list-style-type: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

img {
  line-height: 1;
}

hr {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  line-height: inherit;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

textarea,
fieldset {
  border: none;
  -webkit-border-image: none;
  border-image: none;
  resize: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border: 0px;
}

* {
  outline: none;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}

a {
  text-decoration: none;
}

h1 {
  letter-spacing: .09em;
}

@media screen and (min-width: 901px), print {
  h1 {
    width: 100%;
    max-width: 1170px;
    font-size: 24px;
    line-height: 1.17857;
  }
}

h1,
h2 {
  color: #3b4043;
}

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

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .l-header {
    background-color: #fff;
  }
}

.l-header img {
  width: 100%;
}

.l-header__inner {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .l-header__inner {
    height: 102px;
    padding: 0 3.75%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
}

.l-header__logo {
  padding-bottom: 20px;
  width: 6.53153%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .l-header__logo {
    padding-bottom: 20px;
    width: 6.53153%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .l-header__logo:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1171px), print {
  .l-header__logo {
    width: 87px;
  }
}

@media screen and (min-width: 901px), print {
  .l-header.shrink .l-header__inner {
    /* height: 75px; */
  }
}

@media screen and (min-width: 901px), print {
  .l-header.shrink .l-header__logo {
    /* width: 5.34722%; */
    /* padding-bottom: 16px; */
  }
}

@media screen and (min-width: 1171px), print {
  .l-header.shrink .l-header__logo {
    /* width: 77px; */
  }
}

@media screen and (min-width: 901px), print {
  .l-header.shrink .l-corp-nav {
    /* top: 12px; */
  }
}

.l-footer {
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .l-footer .is-pc {
    display: block;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer .is-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-footer a:hover {
    opacity: 0.5;
  }
}

.l-footer__inner {
  width: 100%;
  margin: 0 auto;
}

.l-footer__scroll-sp {
  padding: 10.66667% 10%;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #e3e3e3;
}

@media screen and (min-width: 901px), print {
  .l-footer__scroll-sp {
    display: none;
  }
}

.l-footer__scroll-sp a {
  background-color: #3b4043;
  padding: 5% 31.66667%;
  width: 100%;
  color: #fff;
  font-size: 3.2vw;
  position: relative;
}

.l-footer__scroll-sp a:before,
.l-footer__scroll-sp a:after {
  position: absolute;
  top: 57%;
  left: 21.33333%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 14px;
  height: 14px;
  content: "";
  display: block;
}

.l-footer__scroll-sp a:before {
  background-color: #fff;
}

.l-footer__scroll-sp a:after {
  background-color: #3b4043;
  top: 60%;
}

.l-footer__global-nav-area {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area {
    padding: 49px 54px 45px;
    box-sizing: border-box;
    border-top: 1px solid #e0e0e0;
  }
}

.l-footer__global-nav-area__link {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__link a {
  width: 100%;
  display: block;
  padding: 5.2% 7.33333%;
  box-sizing: border-box;
  position: relative;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #3b4043;
}

.l-footer__global-nav-area__link a:before,
.l-footer__global-nav-area__link a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  content: "";
  display: block;
}

.l-footer__global-nav-area__link a:before {
  background-color: #fff;
  z-index: 2;
  right: 7.2%;
}

.l-footer__global-nav-area__link a:after {
  background-color: #3b4043;
  z-index: 1;
  right: 6.93333%;
}

.l-footer__global-nav-area__accordion {
  width: 100%;
  text-align: left;
}

.l-footer__global-nav-area__accordion__trigger {
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__accordion p {
  position: relative;
  padding: 5.2% 7.33333%;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #3b4043;
}

.l-footer__global-nav-area__accordion__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f3;
}

.l-footer__global-nav-area__accordion__item {
  width: calc((100% - 1px)/2);
}

.l-footer__global-nav-area__accordion__item:nth-of-type(odd) {
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__accordion__item:nth-of-type(even) {
  border-bottom: 1px solid #e3e3e3;
}

.l-footer__global-nav-area__accordion__item a {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-decoration: none;
  color: #3b4043;
  padding: 10.93333% 18.66667% 10.93333% 13.86667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
}

.l-footer__global-nav-area__accordion__item a:before,
.l-footer__global-nav-area__accordion__item a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  content: "";
  display: block;
}

.l-footer__global-nav-area__accordion__item a:before {
  background-color: #f3f3f3;
  z-index: 2;
  right: 14.66667%;
}

.l-footer__global-nav-area__accordion__item a:after {
  background-color: #3b4043;
  z-index: 1;
  right: 14.13333%;
}

.l-footer__global-nav-area__accordion__trigger__cross {
  position: absolute;
  top: 50%;
  right: 6%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 10px;
  height: 10px;
}

.l-footer__global-nav-area__accordion__trigger__cross:before,
.l-footer__global-nav-area__accordion__trigger__cross:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background-color: #3b4043;
  content: "";
  display: block;
}

.l-footer__global-nav-area__accordion__trigger__cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.l-footer__global-nav-area__accordion__trigger.js-accordion-open .l-footer__global-nav-area__accordion__trigger__cross:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.l-footer__global-nav-area__inner {
  width: 100%;
  margin: 0 auto;
}

.l-footer__global-nav-area__links {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}

.l-footer__global-nav-area__list {
  line-height: 1;
  letter-spacing: .03em;
  margin-right: 6.75676%;
}

.l-footer__global-nav-area__list__item {
  margin-top: 20px;
  font-size: 11px;
}

.l-footer__global-nav-area__list__item--hdg {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.09em;
}

.l-footer__global-nav-area__list__item--hdg a {
  color: #3b4043 !important;
}

.l-footer__global-nav-area__list__item:nth-child(1) {
  margin-top: 0;
}

.l-footer__global-nav-area__list__item.is-list-top {
  margin-top: 30px;
}

.l-footer__global-nav-area__list__item.is-link a {
  position: relative;
}

.l-footer__global-nav-area__list__item.is-link a:before,
.l-footer__global-nav-area__list__item.is-link a:after {
  position: absolute;
  width: 4px;
  height: 4px;
  border: 1px solid #3b4043;
  background: #f3f3f3;
  content: "";
  display: inline-block;
}

.l-footer__global-nav-area__list__item.is-link a:before {
  top: 3px;
  right: -11px;
}

.l-footer__global-nav-area__list__item.is-link a:after {
  top: 1px;
  right: -13px;
}

.l-footer__global-nav-area__list__item a {
  color: #75797b;
  text-decoration: none;
}

.l-footer__global-nav-area__list--global {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .09em;
}

.l-footer__global-nav-area__list--global .l-footer__global-nav-area__list__item {
  margin-top: 30px;
}

.l-footer__global-nav-area__list--global .l-footer__global-nav-area__list__item:nth-child(1) {
  margin-top: 0;
  font-size: 12px;
}

.l-footer__global-nav-area__list--global .l-footer__global-nav-area__list__item a {
  color: #3b4043;
  text-decoration: none;
}

.l-footer__global-nav-area__list--guide {
  margin-right: 3.37838%;
}

.l-footer__global-nav-area__list--special {
  padding-right: 13px;
}

.l-footer__global-nav-area__list--app {
  margin-right: 0;
}

.l-footer__global-nav-area__list--no-hdg .l-footer__global-nav-area__list__item:nth-child(1) {
  margin-top: 42px;
}

.l-footer__global-nav-area__list--no-hdg .l-footer__global-nav-area__list__item a {
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 100%;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__text {
    font-size: 12px;
    letter-spacing: 0.09em;
  }
}

.l-footer__global-nav-area__media__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-footer__global-nav-area__media__list__item {
  margin-left: 21px;
}

.l-footer__global-nav-area__media__list__item a {
  width: 100%;
}

.l-footer__global-nav-area__media__list__item a img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-twitter {
    width: 15px;
    margin-left: 27px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-facebook {
    /*width: 9px;*/
    width: 22px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-line {
    width: 22px;
    margin-top: 1px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-instagram {
    width: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__media__list__item.is-youtube {
    width: 21px;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__global-nav-area__scroll {
    margin-top: 3px;
    margin-right: -9px;
  }
}

.l-footer__global-nav-area__scroll img {
  vertical-align: middle;
}

.l-footer__corp-nav-area {
  width: 100%;
  padding: 20px 54px 37px;
  box-sizing: border-box;
  background-color: #3b4043;
  color: #fff;
}

.l-footer__corp-nav-area__inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text {
    line-height: 2.72;
    margin-top: 15px;
    margin-bottom: 25px;
    letter-spacing: 0.09em;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text a {
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text.u-is-pc {
    display: block;
  }
}

@media screen and (min-width: 901px), print {
  .l-footer__corp-nav-area__text.u-is-sp {
    display: none;
  }
}

.l-footer__copy {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
}

.l-footer__logo img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .l-footer__logo {
    width: 14.56456%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1171px), print {
  .l-footer__logo {
    width: 194px;
  }
}

.l-global-nav {
  position: absolute;
  bottom: 23px;
  right: 0;
  width: 50%;
}

@media screen and (min-width: 901px), print {
  .l-global-nav {
    left: 13.47222%;
  }
}

.l-global-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-global-nav__list__item {
  padding-bottom: 16px;
  position: relative;
  top: 18px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.l-global-nav__list__item + .l-global-nav__list__item {
  margin-left: 5.27778%;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-global-nav__list__item + .l-global-nav__list__item:hover {
  opacity: 0.5;
}

.l-global-nav__list__item.is-drillMenu > a {
  position: relative;
  padding-right: 20px;
}

.l-global-nav__list__item.is-drillMenu > a:after,
.l-global-nav__list__item.is-drillMenu > a:before {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-global-nav__list__item.is-drillMenu > a:before {
  top: 24%;
  background: #fff;
  z-index: 2;
}

.l-global-nav__list__item.is-drillMenu > a:after {
  top: 32%;
  background-color: #3d4143;
  z-index: 1;
}

.l-global-nav__list__item a {
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .l-global-nav__list__item a {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .l-global-nav__list__item a {
    font-size: 14px;
  }
}

.l-global-nav__list__item:hover .l-global-nav__list__item:after {
  display: block;
}

.l-global-nav__list__item.is-drillMenu:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #469de2;
  visibility: hidden;
}

.l-global-nav__list__item.is-drillMenu:hover:after {
  visibility: visible;
}

.l-global-nav__list__item__inner {
  width: 100%;
}

.l-global-nav__list__item__inner__item {
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
}

/*.l-global-nav__list__item__inner__item:nth-child(7) { 20210922 change */
.l-global-nav__list__item__inner__item:last-child {
  border-bottom: 1px solid #e0e0e0;
}

.l-global-nav__list__item__inner__item:hover {
  background-color: #e4f3f8;
}

.l-global-nav__list__item__inner__item:hover > a:after {
  background-color: #e4f3f8;
}

.l-global-nav__list__item__inner__item > a {
  display: block;
  box-sizing: border-box;
  padding: 9px 0 9px 17px;
  line-height: 1.7;
  letter-spacing: .03em;
  font-size: 14px;
  /* max-height: 42px; 20210922 del */
  position: relative;
}

.l-global-nav__list__item__inner__item > a:before,
.l-global-nav__list__item__inner__item > a:after {
  position: absolute;
  top: 50%;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-global-nav__list__item__inner__item > a:before {
  right: 19px;
  background-color: #7d8082;
}

.l-global-nav__list__item__inner__item > a:after {
  right: 20px;
  background-color: #fff;
}

.l-global-nav__list__item__inner__item:nth-child(5) > a {
  max-height: 84px;
}

.l-global-nav__list__item_wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background-color: #fff;
  visibility: hidden;
  z-index: 2;
}

.l-global-nav__list__item__inner__item__wrapper {
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  background-color: #e4f3f8;
}

/* 20210922 add*/
.l-global-nav__list__item--trouble .l-global-nav__list__item__inner__item__wrapper {
  height: auto;
}

.l-global-nav__list__item__inner__selected {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.l-global-nav__list__item__inner__selected__item > a {
  width: 195px;
  display: block;
  padding-left: 7px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 2.75;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.l-global-nav__list__item__inner__item:first-child {
  padding-top: 12px;
}

.l-global-nav__list__item__inner__item,
.l-global-nav__list__item__inner__item__wrapper {
  width: 0;
  visibility: hidden;
  -webkit-transition: width .2s ease-out;
  transition: width .2s ease-out;
}

.l-global-nav__list__item__inner__item > a,
.l-global-nav__list__item__inner__selected__item > a {
  position: relative;
  left: -30px;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out .1s, left .2s ease-out .1s;
  transition: opacity .2s ease-out .1s, left .2s ease-out .1s;
  z-index: 1;
}

.l-global-nav__list__item:hover .l-global-nav__list__item__inner__item {
  width: 100%;
  visibility: visible;
}

.l-global-nav__list__item:hover .l-global-nav__list__item__inner__item > a {
  left: 0;
  opacity: 1;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper {
  width: 380px;
  visibility: visible;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper.layer_01 {
  width: 230px;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper.layer_02 {
  width: 430px;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__item__wrapper.layer_03 {
  width: 570px;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__selected__item > a {
  left: 0;
  opacity: 1;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__selected__item > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.l-global-nav__list__item__inner__item:hover .l-global-nav__list__item__inner__selected__item > a:hover:after {
  background-color: #bfe1ec;
}

.l-corp-nav {
  width: 50%;
  position: absolute;
  top: 23px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media screen and (min-width: 901px), print {
  .l-corp-nav {
    right: 54px;
  }
}

.l-corp-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-corp-nav__list__item {
  margin-left: 3.61111%;
  line-height: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-corp-nav__list__item:hover {
  opacity: 0.5;
}

.l-corp-nav__list__item a {
  color: #3b4043;
  text-decoration: none;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 901px), print {
  .l-corp-nav__list__item a {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px), print {
  .l-corp-nav__list__item a {
    font-size: 12px;
  }
}

@media screen and (min-width: 901px), print {
  .l-corp-nav__list__item.is-search_shop a {
    position: relative;
    padding-left: 23px;
  }

  .l-corp-nav__list__item.is-search_shop a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/freepage/maison-kose/common/img/layout/header/icon-search_shop.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 901px), print {
  .l-corp-nav__list__item.is-company_info a {
    position: relative;
    padding-left: 23px;
  }

  .l-corp-nav__list__item.is-company_info a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/freepage/maison-kose/common/img/layout/header/icon-company_info.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.l-account-nav {
  width: 100%;
  position: absolute;
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .l-account-nav {
    right: 54px;
    bottom: 16px;
  }
}

.l-account-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.l-account-nav__list__item {
  pointer-events: auto;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.l-account-nav__list__item:hover {
  opacity: 0.5;
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-login a,
  .l-account-nav__list__item.is-profile a {
    position: relative;
    padding-left: 24px;
  }

  .l-account-nav__list__item.is-login a:before,
  .l-account-nav__list__item.is-profile a:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/freepage/maison-kose/common/img/layout/header/icon-login.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-cart a {
    position: relative;
    padding-left: 32px;
  }

  .l-account-nav__list__item.is-cart a:before {
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/freepage/maison-kose/common/img/layout/header/icon_cart.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-fav a {
    position: relative;
    padding-left: 32px;
  }

  .l-account-nav__list__item.is-fav a:before {
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/freepage/maison-kose/common/img/layout/header/icon_fav.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item.is-menu {
    display: none;
  }
}

.l-account-nav__list__item + .l-account-nav__list__item {
  margin-left: 23px;
}

.l-account-nav__list__item__text {
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .l-account-nav__list__item__text {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px), print {
  .l-account-nav__list__item__text {
    font-size: 12px;
  }
}

.l-account-nav__list__item__icon {
  display: none;
}

.l-account-nav__list__item__icon img {
  width: 100%;
}

.is-logged-out .l-hamburger-menu__item.is-state--login,
.is-logged-out .is-profile,
.is-logged-out .is-fav {
  display: none;
}

.is-logged-in .l-hamburger-menu__list.is-state--login {
  margin-top: 0 !important;
}

.is-logged-in .is-state--logout,
.is-logged-in .is-login {
  display: none;
}

.l-main {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 901px), print {
  .l-main {
    padding-top: 102px;
  }
}

.l-main__content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-main__content--full-width {
  max-width: none;
}

@media screen and (min-width: 901px), print {
  .l-main__content__right__wrap {
    width: 870px;
    float: right;
  }

  .l-main__content__right__wrap:after {
    content: '';
    display: block;
    clear: both;
  }
}

.l-hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
}

@media screen and (min-width: 901px), print {
  .l-hamburger-menu {
    display: none !important;
  }
}

.l-hamburger-menu__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #555;
  opacity: 0.7;
}

.l-hamburger-menu__inner {
  position: fixed;
  top: 0;
  right: -60%;
  width: 88%;
  height: 100%;
  background: #fff;
  padding: 86px 7.2% 0;
  box-sizing: border-box;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.l-hamburger-menu__content {
  padding-bottom: 73.5px;
}

.l-hamburger-menu__close-button {
  position: fixed;
  top: 15px;
  right: 17.5px;
  width: 37px;
  height: 37px;
  background: #fff;
  z-index: 100;
  opacity: 0;
}

.l-hamburger-menu__close-button a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.l-hamburger-menu__close-button a:before,
.l-hamburger-menu__close-button a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background: #3c4043;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.l-hamburger-menu__close-button a:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
}

.l-hamburger-menu__login {
  width: 100%;
  background: #3b4043;
  padding: 13px 23px;
  box-sizing: border-box;
}

.l-hamburger-menu__login__button {
  display: block;
  font-size: 4vw;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
  padding-left: 45px;
  box-sizing: border-box;
  background-image: url("/freepage/maison-kose/common/img/menu/icon0.png");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 90%;
}

.l-hamburger-menu__list {
  width: 100%;
}

.l-hamburger-menu__item {
  width: 100%;
}

.l-hamburger-menu__item a {
  font-size: 4vw;
  line-height: 1.45933;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.l-hamburger-menu__button {
  position: relative;
  width: 100%;
  display: block;
  font-size: 4vw;
  padding-left: 13.63636%;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 90%;
  box-sizing: border-box;
}

.l-hamburger-menu__button:before,
.l-hamburger-menu__button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-hamburger-menu__button:before {
  width: 8px;
  height: 8px;
  background: #3b4043;
  right: 5px;
}

.l-hamburger-menu__button:after {
  width: 8px;
  height: 8px;
  background: #fff;
  right: 6px;
}

.l-hamburger-menu__button.is-1 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon1.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-2 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon2.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-3 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon3.png");
  margin-top: 39px;
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-4 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon4.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-5 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon5.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-6 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon6.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-7 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon7.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-8 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon8.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-9 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon9.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-10 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon10.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-11 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon11.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-12 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon12.png");
  background-size: 27px auto;
}

.l-hamburger-menu__button.is-22 {
  background-image: url("/freepage/maison-kose/common/img/menu/icon22.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37.5px 0 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}

.l-hamburger-menu__sublist__item {
  width: 82.19424%;
}

.l-hamburger-menu__sublist__item + .l-hamburger-menu__sublist__item {
  margin-top: 36px;
}

.l-hamburger-menu__sublist__button {
  position: relative;
  display: block;
  font-size: 4vw;
  line-height: 1.45933;
  letter-spacing: 0.09em;
  color: #3b4043;
  padding-left: 32px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 90%;
  box-sizing: border-box;
}

.l-hamburger-menu__sublist__button:before,
.l-hamburger-menu__sublist__button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.l-hamburger-menu__sublist__button:before {
  width: 8px;
  height: 8px;
  background: #3b4043;
  right: 6px;
}

.l-hamburger-menu__sublist__button:after {
  width: 8px;
  height: 8px;
  background: #fff;
  right: 8px;
}

.l-hamburger-menu__sublist__button.is-1 {
  background-image: url("/freepage/maison-kose/common/img/menu/subicon1.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist__button.is-2 {
  background-image: url("/freepage/maison-kose/common/img/menu/subicon2.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist__button.is-3 {
  background-image: url("/freepage/maison-kose/common/img/menu/subicon3.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist__button.is-4 {
  background-image: url("/freepage/maison-kose/common/img/menu/subicon4.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist__button.is-5 {
  background-image: url("/freepage/maison-kose/common/img/menu/subicon5.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist__button.is-6 {
  background-image: url("/freepage/maison-kose/common/img/menu/subicon6.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist__button.is-7 {
  background-image: url("/freepage/maison-kose/common/img/menu/subicon7.png");
  background-size: 27px auto;
}

.l-hamburger-menu__sublist.js-accordion-close {
  height: 0;
  padding: 0;
}

.l-hamburger-menu [data-module-fade="HamburgerMenu"] {
  opacity: 0;
}

.l-hamburger-menu__login + .l-hamburger-menu__list {
  margin-top: 39px;
}

.l-hamburger-menu__list + .l-hamburger-menu__list {
  padding-top: 41px;
  margin-top: 39px;
  border-top: 1px solid #e0e0e0;
}

.l-hamburger-menu__item + .l-hamburger-menu__item {
  margin-top: 39px;
}

.l-common-area {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .l-common-area {
    padding-bottom: 120px;
  }
}

.l-common-area--no-padding {
  padding: 0;
}

.l-common-area__content {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.l-common-area__content--full-width {
  max-width: none;
}

.l-notification {
  width: 100%;
  background-color: #fff;
  background-color: #718496;
  display: block;
  position: absolute;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .l-notification {
    padding: 17px 0;
  }
}

.l-notification__text {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .l-notification__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.71429;
  }
}

.l-notification__close {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .l-notification__close {
    width: 30px;
    height: 30px;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .l-notification__close:hover {
    opacity: 0.5;
  }
}

.l-notification__close span {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.l-notification__close span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

@media screen and (min-width: 901px), print {
  .l-notification__close span {
    width: 1px;
    height: 100%;
  }
}

.c-arrow:after {
  content: '';
  border-top: 1px solid #469de2;
  border-right: 1px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .c-arrow:after {
    width: 7px;
    height: 7px;
    margin-left: 8px;
  }
}

.c-arrow--grey:after {
  border-top: 1px solid #424648;
  border-right: 1px solid #424648;
}

.c-arrow--white:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.c-arrow--absolute:after {
  position: absolute;
  margin-left: auto;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.c-link {
  position: relative;
}

.c-link:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  background: url("/freepage/maison-kose/common/img/icon/link.png") no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  right: 14px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-link--inline:after {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  right: 0;
  top: auto;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.c-link--grey:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
  border: 1px solid #3b4043;
  background-color: #f3f3f3;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow span {
  cursor: pointer;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-pager {
  float: right;
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 24px;
  box-sizing: border-box;
}

.c-pager__button {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  color: #3b4043;
  border-radius: 50%;
}

.c-pager__button:hover {
  opacity: 0.5;
}

.c-pager__button.active {
  background-color: #58a7e5;
  color: #fff;
}

.c-pager__button + .c-pager__button,
.c-pager__button + .c-pager__ellipsis,
.c-pager__ellipsis + .c-pager__button {
  margin-left: 9px;
}

.c-pager__ellipsis {
  width: auto;
  height: 30px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  text-decoration: none;
  color: #3b4043;
  border-radius: 50%;
}

.c-pager__prev,
.c-pager__next {
  position: relative;
  cursor: pointer;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-pager__prev:hover,
.c-pager__next:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-pager__prev {
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-top-color: #000;
  border-left-color: #000;
  margin-right: 10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-pager__next {
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-top-color: #000;
  border-right-color: #000;
  margin-left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-swipe__wrapper {
  position: relative;
}

.c-swipe__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 60px;
  height: 80%;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.9;
}

.c-swipe__arrow.is-prev {
  left: 0;
}

.c-swipe__arrow.is-next {
  right: 0;
}

.c-product-slider__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__container {
    width: 100%;
  }
}

.c-product-slider__ttl {
  margin: 0 auto;
  text-align: center;
}

.c-product-slider__products {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products {
    max-width: 1440px;
  }
}

.c-product-slider__products .slick-dots {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots {
    margin-top: 60px;
  }
}

.c-product-slider__products .slick-dots li {
  position: relative;
  background-color: #469de2;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
  }
}

.c-product-slider__products .slick-dots li button {
  display: none;
}

.c-product-slider__products .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products .slick-dots li + li {
    margin-left: 24px;
  }
}

.c-product-slider__products__item {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item {
    width: 220px;
  }
}

.c-product-slider__products__item__img {
  height: auto;
  padding-top: 129.57746%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}

.c-product-slider__products__item__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/freepage/maison-kose/common/img/frames/frame_product_m_grey.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.c-product-slider__products__item__img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-product-slider__products__item__brand,
.c-product-slider__products__item__name,
.c-product-slider__products__item__hash-area {
  padding: 0 20px;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__brand {
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__name {
    margin-top: 11px;
    line-height: 1.71429;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__hash-area {
    margin-top: 12px;
  }
}

.c-product-slider__products__item__hash-area a {
  text-decoration: none;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__item__hash-area a {
    font-size: 12px;
  }
}

.c-product-slider__products__item__hash-area span {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__annotation {
    position: absolute;
    right: 4.16667%;
    bottom: 0;
    font-size: 12px;
    color: #b1b3b4;
  }
}

.c-product-slider__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow {
    width: 175px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product-slider__arrow:hover {
    opacity: 0.5;
  }
}

.c-product-slider__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow span {
    width: 16px;
    height: 16px;
    top: 29.5%;
  }
}

.c-product-slider__arrow--right {
  right: 0;
}

.c-product-slider__arrow--right span {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow--right span {
    border-top: 1px solid #469de2;
    border-right: 1px solid #469de2;
    left: 35px;
  }
}

.c-product-slider__arrow--left {
  left: 0;
}

.c-product-slider__arrow--left span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow--left span {
    border-top: 1px solid #469de2;
    border-left: 1px solid #469de2;
    right: 35px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__arrow.left--type02 span {
    width: 16px;
    height: 16px;
    top: 29.5%;
  }
}

.c-product-slider__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
  pointer-events: none;
}

.c-product-slider__bar {
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  display: none;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__bar {
    width: 54.70085%;
    height: 6px;
    margin-top: 50px;
  }
}

.c-product-slider__bar__indicator {
  width: 60px;
  background-color: #469de2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__bar__indicator {
    height: 6px;
  }
}

.c-product-slider__bar--grey {
  background-color: #f3f3f3;
}

.c-product-slider__container--white .c-product-slider__products__item__img {
  background-color: #f7f7f7;
  position: relative;
}

.c-product-slider__container--white .c-product-slider__products__item__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("/freepage/maison-kose/common/img/frames/frame_top_m.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.c-product-slider__container--white .c-product-slider__bar {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__container--mypage .c-product-slider__arrow {
    width: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__container--mypage .c-product-slider__arrow--right {
    right: -50px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__container--mypage .c-product-slider__arrow--left {
    left: -50px;
  }
}

.c-product-slider__container--mypage .c-product-slider__arrow--right span {
  left: 8px;
}

.c-product-slider__container--mypage .c-product-slider__arrow--left span {
  right: 8px;
}

.c-product-slider__container.slick-current .c-product-slider__products__block:first-child {
  opacity: 1;
}

.c-product-slider__products__block {
  width: 100%;
  width: 97.2807%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block {
    padding: 0 15px;
  }
}

.c-product-slider__products__block.slick-center {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block .c-product__item + .c-product__item {
    margin-left: 2.34%;
  }
}

.c-product-slider__products__block--brand .c-product__item {
  width: 30.11236%;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--brand .c-product__item + .c-product__item {
    margin-left: 4.83%;
  }
}

.c-product-slider__products__block--brand .c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("/freepage/maison-kose/common/img/frames/frame_top_m.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--brand {
    max-width: 890px;
  }
}

.c-product-slider__products__block--mypage .c-product__item {
  width: 21.68539%;
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage .c-product__item + .c-product__item {
    margin-left: 4.4%;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage .c-product__item--small {
    width: 46.28571% !important;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage .c-product__item--small + .c-product__item {
    margin-left: 4.4% !important;
  }
}

@media screen and (min-width: 901px), print {
  .c-product-slider__products__block--mypage {
    max-width: 890px;
  }
}

.c-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product__item {
  width: 18.12444%;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-product__item + .c-product__item {
    margin-left: 2.34%;
  }
}

.c-product__thumb {
  height: auto;
  padding-top: 131.34328%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
}

.c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("/freepage/maison-kose/common/img/frames/frame_product_s.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.c-product__thumb.is-new:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url("/freepage/maison-kose/common/img/badge/new.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__thumb.is-new:before {
    width: 48px;
    height: 48px;
    top: -16px;
    left: 2px;
  }
}

.c-product__thumb.is-soon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  background: url("/freepage/maison-kose/common/img/badge/comingsoon.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__thumb.is-soon:before {
    width: 48px;
    height: 48px;
    top: -16px;
    left: 2px;
  }
}

.c-product__thumb__img {
  width: 97.1831%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-product__thumb__img img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .c-product__thumb__img {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product__thumb__img:hover {
    opacity: 0.5;
  }
}

.c-product__like {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("/freepage/maison-kose/common/img/project/my/favorite/button_like.png");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__about {
    padding: 0 0 0 3.58209%;
  }
}

.c-product__badge {
  font-family: 'Josefin Sans', 'sans-serif';
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #48add3;
  border-radius: 50%;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__badge {
    width: 49px;
    height: 49px;
    font-size: 12px;
    line-height: 1.021264028;
  }
}

.c-product__special {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 8px;
  color: #ffb400;
}

.c-product__special,
.c-product__brand,
.c-product__name,
.c-product__product-name,
.c-product__price,
.c-product__info,
.c-product__hashtag-area,
.c-product__launch-date {
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .c-product__special,
  .c-product__brand,
  .c-product__name,
  .c-product__product-name,
  .c-product__price,
  .c-product__info,
  .c-product__hashtag-area,
  .c-product__launch-date {
    padding: 0 12px;
  }
}

.c-product__launch-date {
  position: relative;
  line-height: 1;
  text-align: center;
  border: 1px solid #b6a092;
  background-color: #fff;
  z-index: 10;
  left: 0;
  border-radius: 4px;
  padding: 2px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .c-product__launch-date {
    width: 111px;
    font-size: 12px;
    top: -24px;
  }
}

.c-product__launch-date + .c-product__icon-area {
  position: relative;
  top: -20px;
  margin-bottom: -16px;
}

.c-product__launch-date + .c-product__icon-area .c-product__icon-buynow {
  display: none;
}

.c-product__brand {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
  margin-top: 7px;
}

.c-product__data {
  font-size: 12px;
  line-height: 2.10333;
  color: #b1b3b4;
}

.c-product__name {
  font-size: 14px;
  line-height: 1.71429;
  color: #3b4043;
}

.c-product__product-name {
  font-weight: bold;
  color: #3b4043;
  display: block;
}

@media screen and (min-width: 901px), print {
  .c-product__product-name {
    margin-top: 1px;
    font-size: 14px;
    line-height: 1.714;
    letter-spacing: 0.03em;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product__product-name:hover {
    opacity: 0.5;
  }
}

.c-product__price {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-product__price {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: 0.03em;
    margin-top: 1px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__price span {
    font-size: 12px;
  }
}

.c-product__info {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__hashtag-area {
  display: block;
}

@media screen and (min-width: 901px), print {
  .c-product__hashtag-area {
    margin-top: 7px;
  }
}

.c-product__hashtag-area a,
.c-product__hashtag-area p {
  color: #3b4043;
  display: inline;
}

@media screen and (min-width: 901px), print {
  .c-product__hashtag-area a,
  .c-product__hashtag-area p {
    font-size: 12px;
  }

  .c-product__hashtag-area a + p,
  .c-product__hashtag-area a + a,
  .c-product__hashtag-area p + p,
  .c-product__hashtag-area p + a {
    margin-left: 6px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__hashtag-area a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-product__hashtag-area a:hover {
    opacity: 0.5;
  }
}

.c-product__hashtag-area span {
  color: #469de2;
}

.c-product__pager {
  float: right;
  width: 243px;
  margin-top: 60px;
}

.c-product__pager img {
  width: 100%;
}

.c-product-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

.c-product__item--small {
  width: 335px;
  width: 30.20739%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-product__item--small .c-product__thumb {
  width: 42.38806%;
  height: auto;
  margin-top: 30px;
  padding-top: 42.38806%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.c-product__item--small .c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.c-product__item--small .c-product__thumb__img {
  width: 95.77465%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-product__item--small .c-product__thumb__img img {
  width: 100%;
}

.c-product__item--small .c-product__about {
  width: 53.73134%;
}

.c-product__item--small .c-product__brand {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__item--small .c-product__product-name {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-product__item--small .c-product__product-name {
    margin-top: 5px;
  }
}

.c-product__item--small .c-product__price {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__item--small .c-product__hashtag-area {
  display: block;
}

.c-product__item--small .c-product__hashtag-area p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.c-product__item--grey .c-product__thumb {
  background-color: #fff;
  position: relative;
}

.c-product__item--grey .c-product__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("/freepage/maison-kose/common/img/frames/frame_product_s_grey.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.c-product__item--ranking {
  position: relative;
}

.c-product__item--ranking:after {
  pointer-events: none;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #48add3;
  z-index: 50;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 901px), print {
  .c-product__item--first:nth-child(1):after {
    pointer-events: none;
    content: '1';
    background-color: #ffb400;
  }

  .c-product__item--first:nth-child(2):after {
    pointer-events: none;
    content: '2';
    background-color: #718496;
  }

  .c-product__item--first:nth-child(3):after {
    pointer-events: none;
    content: '3';
    background-color: #d5622f;
  }

  .c-product__item--first:nth-child(4):after {
    pointer-events: none;
    content: '4';
  }

  .c-product__item--first:nth-child(5):after {
    pointer-events: none;
    content: '5';
  }

  .c-product__item--second:nth-child(1):after {
    pointer-events: none;
    content: '6';
  }

  .c-product__item--second:nth-child(2):after {
    pointer-events: none;
    content: '7';
  }

  .c-product__item--second:nth-child(3):after {
    pointer-events: none;
    content: '8';
  }

  .c-product__item--second:nth-child(4):after {
    pointer-events: none;
    content: '9';
  }

  .c-product__item--second:nth-child(5):after {
    pointer-events: none;
    content: '10';
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area__hdg {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area__slider {
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area__slider--small .c-product-slider__arrow {
    width: 6.59722%;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area__slider--small .c-product-slider__arrow span {
    top: 34%;
  }
}

@media screen and (min-width: 901px), print {
  .c-recommend-area--ranking {
    margin-top: 30px;
  }
}

.c-recommend-area--ranking .c-recommend-area__hdg {
  text-align: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
}

@media screen and (min-width: 901px), print {
  .c-recommend-area--ranking .c-recommend-area__hdg {
    line-height: 1;
    letter-spacing: .18em;
  }
}

.c-recommend-area--ranking .c-recommend-area__subhdg {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .c-recommend-area--ranking .c-recommend-area__subhdg {
    font-size: 14px;
    margin-top: 24px;
    line-height: 1;
    letter-spacing: .09em;
  }
}

@media screen and (min-width: 901px), print {
  .c-recent-view-area {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .c-recent-view-area__hdg {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 901px), print {
  .c-recent-view-area__slider {
    margin-top: 50px;
  }
}

.c-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.c-loading__inner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-loading__bg {
  position: fixed;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-breadcrumb {
  background: #f3f3f3;
}

.c-breadcrumb__inner {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .c-breadcrumb__inner {
    padding: 12px 3.75%;
  }
}

.c-breadcrumb__item {
  display: inline;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-breadcrumb__item {
    font-size: 12px;
  }

  .c-breadcrumb__item a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-breadcrumb__item a:hover {
    opacity: 0.5;
  }
}

.c-breadcrumb__item a {
  color: #3b4043;
}

.breadcrumb__item__arrow {
  background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 901px), print {
  .breadcrumb__item__arrow {
    padding: 0 11px;
    background-size: 6px 9px;
    background-position: 5.5px center;
  }
}

.c-contents {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .c-contents {
    padding: 85px 0;
    margin-top: 90px;
  }
}

.c-contents > p {
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
}

.c-contents__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .c-contents__inner {
    margin-top: 45px;
  }
}

@media screen and (min-width: 901px), print {
  .c-contents__box {
    width: 373px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 901px), print {
  .c-contents__box + .c-contents__box {
    margin-left: 42px;
  }
}

.c-contents__box__img {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .c-contents__box__img {
    width: 186px;
  }
}

.c-contents__box__img img {
  width: 100%;
}

.c-contents__box__txt {
  font-size: 14px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-contents__box__txt {
    margin-top: 20px;
    margin-left: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-contents__box__txt:hover {
    opacity: 0.5;
  }
}

.c-common-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
}

.c-common-modal__background {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  position: fixed;
  top: 0;
  left: 0;
}

.c-common-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-common-modal__closebtn {
  display: block;
  position: absolute;
  top: -75px;
  right: 0;
  width: 52px;
  height: 52px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-common-modal__closebtn:after,
.c-common-modal__closebtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.c-common-modal__closebtn:before {
  width: 52px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-common-modal__closebtn:after {
  width: 52px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}

.c-common-modal__closebtn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.c-favorite-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/freepage/maison-kose/common/img/favorite/like.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 20;
}

.c-favorite-btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
}

.c-favorite-btn:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("/freepage/maison-kose/common/img/favorite/like.png") no-repeat;
  background-size: cover;
  border-radius: 50%;
  z-index: 5;
  box-sizing: border-box;
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .c-favorite-btn:hover {
    background: white;
  }

  .c-favorite-btn:hover:after {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0.5;
  }
}

.c-favorite-btn.type02 {
  background: url("/freepage/maison-kose/common/img/favorite/like02.png") no-repeat;
  background-size: cover;
  border: 1px solid #48add3;
}

.c-favorite-btn.type02:before,
.c-favorite-btn.type02:after {
  background: none;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn.type02 {
    width: 55px;
    height: 55px;
  }
}

.c-favorite-btn.type02.play {
  background: none;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn--large {
    width: 60px;
    height: 60px;
  }
}

.c-favorite-btn--inline {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .c-favorite-btn--inline {
    margin-right: 16px;
  }
}

.c-favorite-btn__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.c-favorite-btn__img.play {
  opacity: 1;
  -webkit-animation: faveAnim 0.6s ease;
  animation: faveAnim 0.6s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.c-favorite-btn__img.play:hover {
  opacity: 0.5 !important;
}

.c-favorite-btn.play:after {
  background: none;
}

@-webkit-keyframes faveAnim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes faveAnim {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }

  75% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}

.c-sort-modal__background {
  position: fixed;
}

.c-sort-modal__inner {
  width: 86.66667%;
  background-color: #fff;
  padding: 35px 0 22.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #3b4043;
  box-sizing: border-box;
}

.c-sort-modal__txt {
  font-size: 3.2vw;
  line-height: 1;
}

.c-sort-modal__list {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  display: block;
}

.c-sort-modal__list__item {
  padding: 22.5px;
  text-align: center;
  font-size: 4vw;
}

.c-sort-modal__list__item + .c-sort-modal__list__item {
  border-top: 1px solid #f7f7f7;
}

.c-sort-modal__list__item.is-active {
  background-color: #e4f3f8;
}

.c-sort-modal__btn {
  width: 84.61538%;
  padding: 17px 0;
  margin-top: 17.5px;
  color: #fff;
  background-color: #3b4043;
  text-align: center;
  font-size: 3.2vw;
  box-sizing: border-box;
}

.c-drop-down .c-drop-down__target {
  display: none;
}

.c-drop-down.is-open .c-drop-down__trigger:after {
  top: 54%;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}

.c-drop-down.is-open .js-open-target {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.c-drop-down.is-open .c-drop-down__target {
  display: block;
}

.c-drop-down input[type="radio"] {
  display: none;
}

.c-drop-down label {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  color: #3b4043;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.c-drop-down label:hover {
  background-color: #f3f3f3;
}

.c-drop-down__trigger {
  position: relative;
  display: inline-block;
}

.c-drop-down__trigger > input {
  display: block;
  padding: 8px 15px;
  width: 130px;
  font-size: 14px;
  color: #3b4043;
  background-color: #f3f3f3;
  border: none;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.c-drop-down__trigger:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 46%;
  right: 14px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  z-index: 1;
  border-right: 1px solid #469de2;
  border-bottom: 1px solid #469de2;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  cursor: pointer;
}

.c-drop-down__target {
  position: relative;
  z-index: 10;
  list-style: none;
  border: 1px solid #f3f3f3;
  border-top: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.js-open-target {
  top: -10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.c-sns-area {
  position: relative;
}

.c-sns-area__text {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .c-sns-area__text {
    font-size: 14px;
    line-height: 2.14286;
  }
}

.c-sns-area__btn-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 901px), print {
  .c-sns-area__btn-wrapper {
    margin-top: 20px;
  }
}

.c-sns-area form {
  color: #75797b;
  box-sizing: border-box;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .c-sns-area form {
    width: 195px;
    height: 35px;
    font-size: 12px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .c-sns-area form:hover {
    opacity: 0.5;
  }
}

.c-sns-area form .c-sns-area__btn {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.c-sns-area form .c-sns-area__btn button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  color: #75797b;
  background-color: white;
  text-decoration: underline;
  cursor: pointer;
}

.c-sns-area form.c-sns-area__form--yahoo {
  background: url("/freepage/maison-kose/common/img/sns/btn_yahoo.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.c-sns-area form.c-sns-area__form--line {
  background: url("/freepage/maison-kose/common/img/sns/btn_line.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.c-sns-area form.c-sns-area__form--facebook {
  background: url("/freepage/maison-kose/common/img/sns/btn_facebook.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.c-sns-area form.c-sns-area__form--twitter {
  background: url("/freepage/maison-kose/common/img/sns/btn_twitter.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.p-top-section__kv {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv {
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    background-color: #fff;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__inner {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }

  .p-top-section__kv__inner:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide {
    width: 100%;
    height: 100%;
  }

  .p-top-section__kv__slide--right {
    right: -102.5%;
    left: auto;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }

  .p-top-section__kv__slide--left {
    left: -102.5%;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}

.p-top-section__kv__slide .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots {
    bottom: -38px;
  }
}

.p-top-section__kv__slide .slick-dots li {
  position: relative;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
    background-color: #999999;
  }
}

.p-top-section__kv__slide .slick-dots li button {
  display: none;
}

.p-top-section__kv__slide .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide .slick-dots li + li {
    margin-left: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-section__kv__slide-frame {
    width: 100%;
    height: auto;
    padding: 0 1px;
    box-sizing: border-box;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .p-top-section__kv__slide-frame--1 {
    background: url("/freepage/maison-kose/common/img/project/top/kv/kv_01.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-top-section__kv__slide-frame--2 {
    background: url("/freepage/maison-kose/common/img/project/top/kv/kv_02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-top-section__kv__slide-frame--3 {
    background: url("/freepage/maison-kose/common/img/project/top/kv/kv_03.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }

  .p-top-section__kv__slide-frame a {
    width: 100%;
    display: block;
  }

  .p-top-section__kv__slide-frame img {
    width: 100%;
  }
}

.p-top-section__hdg {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-section__hdg {
    font-size: 28px;
    letter-spacing: .18em;
  }
}

.p-top-message {
  color: #3b4043;
  text-align: left;
}

@media screen and (min-width: 901px), print {
  .p-top-message {
    width: 60%;
    max-width: 950px;
    min-width: 693px;
    margin: 0 auto;
    padding: 92px 0 0;
  }
}

.p-top-message__hdg {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 901px), print {
  .p-top-message__hdg {
    font-size: 14px;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-message__txt {
    font-size: 14px;
    letter-spacing: .03em;
    margin-top: 5px;
  }
}

.p-top-message .p-top-message__txt + .p-top-message__hdg {
  margin-top: 30px;
}

.p-top-message .is-red {
  color: #ee696f;
}

.p-top-banner {
  text-align: center;
}

.p-top-banner2 {
  text-align: center;
}


@media screen and (min-width: 901px), print {
  .p-top-banner {
    width: 65.8%;
    max-width: 950px;
    min-width: 693px;
    margin: 0 auto;
    padding: 54px 0 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-banner2 {
    width: 45%;
    max-width: 350px;
    margin: 0 auto;
    padding: 54px 0 0;
  }
}

.p-top-banner__image {
  width: 100%;
}

.p-top-banner__image2 {
  width: 100%;
  display: inline-block;
}


@media screen and (min-width: 901px), print {
  .p-top-banner__image {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-banner__image:hover {
    opacity: 0.5;
  }
}

.p-top-banner__image img {
  width: 100%;
}

.p-top-banner__link {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .p-top-banner__link {
    font-size: 14px;
    margin-top: 5px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-banner__link:after {
    margin-left: 0;
  }

  .p-top-banner__link:hover {
    opacity: 0.5;
  }
}

.p-top-menu {
  background-color: #fff;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-top-menu {
    width: 100%;
    padding: 60px 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list {
    /* width: 693px; */
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1170px;
  }
  .p-top-menu__list:before,
  .p-top-menu__list:after {
    content: "";
    display: block;
    width: calc(220 / 1170 * 100%);
    height: 100%;
  }
  .p-top-menu__list:before {
    order: 1;
  }
}

.p-top-menu__list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.p-top-menu__list__item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list__item {
    width: calc(220 / 1170 * 100%);
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list__item2 {
    width: 44%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-menu__list__item:hover {
    opacity: 0.5;
  }

  .p-top-menu__list__item + .p-top-menu__list__item {
    /* margin-left: 8.65801%; */
  }

  .p-top-menu__list__item:nth-child(n+6) {
    margin-top: 30px;
  }

  .p-top-menu__list__item:nth-child(4) {
    /* margin-left: 0; */
  }
}

.p-top-menu__list__item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #3b4043;
  line-height: 1.7;
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list__item__link {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-menu__list__item__icon {
    width: 45px;
    margin-right: 12px;
  }
}

.p-top-products {
  width: 100%;
  background-color: #fff;
  color: #3b4043;
}

.p-top-products__container {
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-top-products__container {
    max-width: 1440px;
    padding: 0 3.75%;
    padding-bottom: 60px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-top-products__item {
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (min-width: 901px), print {
  .p-top-products__item {
    font-size: 1.21739vw;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item {
    font-size: 14px;
  }
}

.p-top-products__item__thumb {
  display: block;
}

.p-top-products__item__thumb.is-new:before {
  content: '';
  position: absolute;
  top: 3%;
  left: 4%;
  background: url("/freepage/maison-kose/common/img/badge/new.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__thumb.is-new:before {
    width: 48px;
    height: 18px;
  }
}

.p-top-products__item__thumb.is-soon:before {
  content: '';
  position: absolute;
  top: 3%;
  left: 4%;
  background: url("/freepage/maison-kose/common/img/badge/comingsoon.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__thumb.is-soon:before {
    width: 48px;
    height: 18px;
  }
}

.p-top-products__item__img {
  overflow: hidden;
}

.p-top-products__item__brand,
.p-top-products__item__name,
.p-top-products__item__hash-area {
  line-height: 1;
  letter-spacing: .06em;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__brand,
  .p-top-products__item__name,
  .p-top-products__item__hash-area {
    padding: 0 21px;
  }
}

.p-top-products__item__name {
  font-weight: bold;
  color: #3b4043;
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__name {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-products__item__name:hover {
    opacity: 0.5;
  }
}

.p-top-products__item__hash-area a {
  text-decoration: none;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item__hash-area a {
    font-size: 1.04348vw;
    line-height: 2;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-products__item__hash-area a:hover {
    opacity: 0.5;
  }

  .p-top-products__item__hash-area a + a {
    margin-left: 12px;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item__hash-area a {
    font-size: 0.83333vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item__hash-area a {
    font-size: 12px;
  }
}

.p-top-products__item__hash-area span {
  color: #469de2;
}

.p-top-products__item img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 {
    width: 25%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-1 {
    width: 20%;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__thumb {
    position: relative;
    padding-top: 130%;
    overflow: hidden;
  }

  .p-top-products__item--type-1 .p-top-products__item__thumb:after {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0;
    background: url("/freepage/maison-kose/common/img/frames/frame_product_m.png") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
  }
}

.p-top-products__item--type-1 .p-top-products__item__img {
  height: auto;
  padding: 0 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97%;
    height: 97%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 900px) and (min-width: 901px) {
  .p-top-products__item--type-1 .p-top-products__item__img.is-new:before {
    width: 48px;
    height: 48px;
  }
}

@media screen and (max-width: 900px) and (min-width: 901px) {
  .p-top-products__item--type-1 .p-top-products__item__img.is-soon:before {
    width: 48px;
    height: 48px;
  }
}

.p-top-products__item--type-1 .p-top-products__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__brand {
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1 .p-top-products__item__name {
    margin-top: 5px;
    line-height: 1.71429;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-1.on-4-col {
    display: block;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-1.on-4-col {
    display: none !important;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 {
    width: 25%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-2 {
    width: 20%;
  }
}

.p-top-products__item--type-2 .p-top-products__item__grad {
  width: 98%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-top-products__item--type-2 .p-top-products__item__grad--1 {
  background: -webkit-linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background: linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--2 {
  background: -webkit-linear-gradient(314deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
  background: linear-gradient(136deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--3 {
  background: -webkit-linear-gradient(317deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background: linear-gradient(133deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--4 {
  background: -webkit-linear-gradient(226deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
  background: linear-gradient(-136deg, rgba(26, 80, 124, 0.6), rgba(66, 137, 175, 0.6), rgba(156, 213, 214, 0.6), rgba(219, 225, 227, 0.6));
  background-size: 200% 200%;
}

.p-top-products__item--type-2 .p-top-products__item__grad--5 {
  background: -webkit-linear-gradient(223deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background: linear-gradient(-133deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background-size: 200% 200%;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 .p-top-products__item__thumb {
    position: relative;
    padding-top: 130%;
    overflow: hidden;
  }

  .p-top-products__item--type-2 .p-top-products__item__thumb:after {
    pointer-events: none;
    content: '';
    position: absolute;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0;
    background: url("/freepage/maison-kose/common/img/frames/frame_product_m.png") no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 10;
  }
}

.p-top-products__item--type-2 .p-top-products__item__img {
  height: auto;
  padding: 0 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 .p-top-products__item__img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97%;
    height: 97%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.p-top-products__item--type-2 .p-top-products__item__img img {
  height: 99%;
  width: auto !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
}

.p-top-products__item--type-2 .p-top-products__item__name {
  font-weight: normal;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 .p-top-products__item__name {
    margin-top: 6px;
    line-height: 1.71429;
  }
}

.p-top-products__item--type-2 .p-top-products__item__text {
  width: 77.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #f7f7f7;
  z-index: 15;
  text-shadow: 0px 7px 28.42px rgba(3, 41, 59, 0.4);
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-2 .p-top-products__item__text {
    font-size: 2.08696vw;
    line-height: 1.75;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-2 .p-top-products__item__text {
    font-size: 1.66667vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-2 .p-top-products__item__text {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 {
    width: 50%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 {
    width: 40%;
  }
}

.p-top-products__item--type-3 .p-top-products__item__grad {
  width: 99.1%;
  height: 99.1%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.p-top-products__item--type-3 .p-top-products__item__grad--1 {
  background: -webkit-linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background: linear-gradient(45deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background-size: 200% 200%;
}

.p-top-products__item--type-3 .p-top-products__item__grad--2 {
  background: -webkit-linear-gradient(317deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background: linear-gradient(133deg, rgba(242, 158, 22, 0.6), rgba(102, 187, 212, 0.6), rgba(26, 155, 193, 0.6), rgba(26, 54, 124, 0.6));
  background-size: 200% 200%;
}

.p-top-products__item--type-3 .p-top-products__item__grad--3 {
  background: -webkit-linear-gradient(314deg, rgba(219, 225, 227, 0.6), rgba(156, 213, 214, 0.6), rgba(66, 137, 175, 0.6), rgba(26, 80, 124, 0.6));
  background: linear-gradient(136deg, rgba(219, 225, 227, 0.6), rgba(156, 213, 214, 0.6), rgba(66, 137, 175, 0.6), rgba(26, 80, 124, 0.6));
  background-size: 200% 200%;
}

.p-top-products__item--type-3 .p-top-products__item__img {
  height: auto;
  padding-top: 75.55556%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-top-products__item--type-3 .p-top-products__item__img:after {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url("/freepage/maison-kose/common/img/frames/frame_top_l.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.p-top-products__item--type-3 .p-top-products__item__img img {
  height: 99.07407%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-top-products__item--type-3 .p-top-products__item__text-area {
  position: absolute;
  top: 50%;
  left: 11.11111%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  z-index: 15;
  text-shadow: 0px 7px 28.42px rgba(3, 41, 59, 0.4);
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area {
    width: 88.88889%;
  }
}

.p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  letter-spacing: .03em;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
    font-size: 5.65217vw;
    line-height: 1.015384615;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
    font-size: 4.51389vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__hdg {
    font-size: 65px;
  }
}

.p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
    font-size: 2.08696vw;
    letter-spacing: .03em;
    margin-top: 9px;
    line-height: 1.25;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
    font-size: 1.66667vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__subhdg {
    font-size: 24px;
  }
}

.p-top-products__item--type-3 .p-top-products__item__text-area__text {
  letter-spacing: .06em;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__text {
    font-size: 1.21739vw;
    line-height: 1.714285714;
    margin-top: 6%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__text {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-3 .p-top-products__item__text-area__text {
    font-size: 14px;
  }
}

.p-top-products__item--type-4 {
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 {
    width: 50%;
    box-sizing: border-box;
    padding-top: 28.33333%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 {
    width: 40%;
    padding-top: 28.33333%;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__thumb {
    width: 42.22222%;
  }
}

.p-top-products__item--type-4 .p-top-products__item__img {
  position: relative;
  overflow: visible;
}

.p-top-products__item--type-4 .p-top-products__item__img:after {
  pointer-events: none;
  content: '';
  position: absolute;
  border-radius: 50%;
  background: url("/freepage/maison-kose/common/img/badge/pickup.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__img:after {
    width: 75px;
    height: 75px;
    font-size: 16px;
    top: -40px;
    left: -5px;
  }
}

.p-top-products__item--type-4 .p-top-products__item__brand,
.p-top-products__item--type-4 .p-top-products__item__name,
.p-top-products__item--type-4 .p-top-products__item__hash-area {
  padding: 0;
  line-height: 1;
}

.p-top-products__item--type-4 .p-top-products__item__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__detail {
    width: 54.44444%;
    padding-left: 3.33333%;
    padding-right: 2%;
    line-height: 1.714285714;
    height: 100%;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__brand {
    font-size: 1.56522vw;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 .p-top-products__item__brand {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-4 .p-top-products__item__brand {
    font-size: 18px;
  }
}

.p-top-products__item--type-4 .p-top-products__item__name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__name {
    margin-top: 9px;
    font-size: 1.56522vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 .p-top-products__item__name {
    font-size: 1.25vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-4 .p-top-products__item__name {
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__description {
    font-size: 1.21739vw;
    margin-top: 10px;
    letter-spacing: .06em;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-products__item--type-4 .p-top-products__item__description {
    font-size: 0.97222vw;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-products__item--type-4 .p-top-products__item__description {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__hash-area {
    margin-top: 9px;
  }
}

.p-top-products__item--type-4 .p-top-products__item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: 15px;
}

@media screen and (min-width: 901px), print {
  .p-top-products__item--type-4 .p-top-products__item__container {
    left: 15px;
    top: 16.28352%;
    position: absolute;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-products--lower {
    padding-top: 60px;
  }
}

.p-top-search {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-search {
    padding: 65px 0;
  }
}

.p-top-search__grad {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(314deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background: linear-gradient(136deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background-size: 600% 600%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}

.p-top-search__background {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -5;
  background-position: center;
  opacity: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-search__background {
    width: 100vw;
    height: 100vw;
    background: url("/freepage/maison-kose/common/img/project/top/search/bg_pc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.p-top-search__container {
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-top-search__container {
    width: 390px;
    padding-top: 296px;
  }
}

.p-top-search__container:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("/freepage/maison-kose/common/img/project/top/search/shape.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.p-top-search__container:after {
  pointer-events: none;
  content: '';
  border-top: 1px solid #4e5355;
  border-right: 1px solid #4e5355;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 5;
}

@media screen and (min-width: 901px), print {
  .p-top-search__container:after {
    width: 25px;
    height: 25px;
    right: 35px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-search__container + .p-top-search__container {
    margin-left: 60px;
  }
}

.p-top-search__container span {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-search__container:hover:before {
    opacity: 0.9;
  }

  .p-top-search__container:hover:after {
    pointer-events: none;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
  }
}

.p-top-search__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .p-top-search__inner {
    width: 272px;
  }
}

.p-top-search__hdg {
  color: #3b4043;
  line-height: 1;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-top-search__hdg {
    font-size: 24px;
  }
}

.p-top-search__txt {
  color: #3b4043;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-top-search__txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.p-top-brand {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-brand {
    padding: 90px 0;
  }
}

.p-top-brand__link {
  font-size: 12px;
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-top-brand__link {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-brand__link:hover {
    opacity: 0.5;
  }
}

.p-top-brand__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-brand__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-brand__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-brand__list {
  font-size: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-top-brand__list {
    margin-top: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-brand__list__item {
    width: 7.69231%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-brand__list__item:hover {
    opacity: 0.5;
  }

  .p-top-brand__list__item + .p-top-brand__list__item {
    margin-left: 2.47863%;
  }

  .p-top-brand__list__item:nth-child(n+11) {
    margin-top: 45px;
  }

  .p-top-brand__list__item:nth-child(11n) {
    margin-left: 0;
  }
}

.p-top-brand__list__item img {
  width: 100%;
}

.p-top-ranking {
  width: 100%;
  padding: 90px 0;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking {
    padding: 90px 0;
  }
}

.p-top-ranking__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__container {
    width: 100%;
    max-width: 1440px;
  }
}

.p-top-ranking__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-ranking__category {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__category {
    margin-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-top-ranking__category__item {
  border: 1px solid #3b4043;
  color: #3b4043;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__category__item {
    width: 180px;
    font-size: 12px;
    padding: 9px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .p-top-ranking__category__item:hover {
    background-color: #3b4043;
    color: #fff;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__category__item + .p-top-ranking__category__item {
    margin-left: 20px;
  }
}

.p-top-ranking__category__item.is-active {
  background-color: #3b4043;
  color: #fff;
}

.p-top-ranking__item {
  position: relative;
}

.p-top-ranking__item:after {
  pointer-events: none;
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #48add3;
  z-index: 50;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 16px;
  color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__item--first:nth-child(1):after {
    pointer-events: none;
    content: '1';
    background-color: #ffb400;
  }

  .p-top-ranking__item--first:nth-child(2):after {
    pointer-events: none;
    content: '2';
    background-color: #718496;
  }

  .p-top-ranking__item--first:nth-child(3):after {
    pointer-events: none;
    content: '3';
    background-color: #d5622f;
  }

  .p-top-ranking__item--first:nth-child(4):after {
    pointer-events: none;
    content: '4';
  }

  .p-top-ranking__item--first:nth-child(5):after {
    pointer-events: none;
    content: '5';
  }

  .p-top-ranking__item--second:nth-child(1):after {
    pointer-events: none;
    content: '6';
  }

  .p-top-ranking__item--second:nth-child(2):after {
    pointer-events: none;
    content: '7';
  }

  .p-top-ranking__item--second:nth-child(3):after {
    pointer-events: none;
    content: '8';
  }

  .p-top-ranking__item--second:nth-child(4):after {
    pointer-events: none;
    content: '9';
  }

  .p-top-ranking__item--second:nth-child(5):after {
    pointer-events: none;
    content: '10';
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking__annotation {
    position: absolute;
    right: 9.375%;
    bottom: 0;
    font-size: 12px;
    color: #b1b3b4;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__arrow {
    width: 3.4188%;
  }
}

@media screen and (min-width: 1171px), print {
  .p-top-ranking .c-product-slider__arrow {
    width: 7%;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-ranking .c-product-slider__arrow {
    width: 175px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__arrow span {
    top: 40.5%;
  }
}

.p-top-ranking .c-product-slider__arrow--right span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__arrow--right span {
    left: 35%;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-ranking .c-product-slider__arrow--right span {
    left: 35px;
  }
}

.p-top-ranking .c-product-slider__arrow--left span {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__arrow--left span {
    right: 35%;
  }
}

@media screen and (min-width: 1440px), print {
  .p-top-ranking .c-product-slider__arrow--left span {
    right: 35px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__products {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1107px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-ranking .c-product-slider__products__block {
    max-width: none;
  }
}

.p-top-about {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 901px), print {
  .p-top-about {
    padding: 65px 0;
  }
}

.p-top-about__grad {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(314deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background: linear-gradient(136deg, rgba(26, 54, 124, 0.3), rgba(26, 155, 193, 0.3), rgba(102, 187, 212, 0.3), rgba(242, 158, 22, 0.3));
  background-size: 600% 600%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.p-top-about__background {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -5;
  opacity: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-about__background {
    width: 100vw;
    height: 100vw;
    background: url("/freepage/maison-kose/common/img/project/top/about/bg_pc.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.p-top-about__ttl {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-shadow: 0px 7px 28.42px #03293b;
}

.p-top-about__description {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  text-shadow: 0px 7px 28.42px #03293b;
}

@media screen and (min-width: 901px), print {
  .p-top-about__description {
    margin-top: 30px;
    font-size: 15px;
    line-height: 2.4;
  }
}

.p-top-about__link {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #3b4043;
  text-decoration: none;
  display: block;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-about__link {
    width: 280px;
    margin-top: 20px;
    font-size: 12px;
    padding: 17px 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-about__link:hover {
    opacity: 0.5;
  }

  .p-top-about__link.c-arrow--absolute:after {
    right: 19px;
  }
}

.p-top-event {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-event {
    padding: 90px 0;
  }
}

.p-top-event__link {
  font-size: 12px;
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-top-event__link {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-event__link:hover {
    opacity: 0.5;
  }
}

.p-top-event__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-event__container__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__inner {
    width: 870px;
    margin-top: 65px;
  }
}

.p-top-event__container__item {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item {
    width: 262px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-event__container__item:hover {
    opacity: 0.5;
  }
}

.p-top-event__container__item img {
  display: block;
}

.p-top-event__container__item__img img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item__info {
    margin-top: 15px;
  }
}

.p-top-event__container__item__date {
  color: #3b4043;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item__date {
    font-size: 12px;
  }
}

.p-top-event__container__item__text {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-event__container__item__text {
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.p-top-event__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-info {
  width: 100%;
  background-color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-top-info {
    padding: 90px 0;
  }
}

.p-top-info__link {
  font-size: 12px;
  color: #3b4043;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-top-info__link {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-info__link:hover {
    opacity: 0.5;
  }
}

.p-top-info__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-info__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__inner {
    width: 860px;
    margin-top: 65px;
  }
}

.p-top-info__container__item {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-info__container__item:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item + .p-top-info__container__item {
    margin-top: 30px;
  }
}

.p-top-info__container__item__date {
  color: #b1b3b4;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item__date {
    font-size: 14px;
  }
}

.p-top-info__container__item__date span {
  margin-left: 10px;
  color: #469de2;
  border: 1px solid #469de2;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item__date span {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.p-top-info__container__item__info {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-info__container__item__info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.p-top-info__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-contents {
  width: 100%;
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-top-contents {
    padding: 90px 0 148px;
  }
}

.p-top-contents__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow {
    width: 175px;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-contents__arrow:hover {
    opacity: 0.5;
  }
}

.p-top-contents__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow span {
    width: 16px;
    height: 16px;
    top: 63%;
  }
}

.p-top-contents__arrow--right {
  right: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow--right span {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    border-top: 1px solid #469de2;
    border-right: 1px solid #469de2;
    left: 30px;
  }
}

.p-top-contents__arrow--left {
  left: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__arrow--left span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 1px solid #469de2;
    border-left: 1px solid #469de2;
    right: 30px;
  }
}

.p-top-contents__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
  pointer-events: none;
}

.p-top-contents__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-top-contents__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner {
    width: 860px;
    margin-top: 45px;
  }
}

.p-top-contents__container__inner .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots {
    bottom: -50px;
  }
}

.p-top-contents__container__inner .slick-dots li {
  position: relative;
  background-color: #469de2;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
  }
}

.p-top-contents__container__inner .slick-dots li button {
  display: none;
}

.p-top-contents__container__inner .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__inner .slick-dots li + li {
    margin-left: 24px;
  }
}

.p-top-contents__container__group {
  margin: 0 auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__group {
    width: 860px;
  }
}

.p-top-contents__container__group.slick-center {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__item {
    width: 195px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-contents__container__item:hover {
    opacity: 0.5;
  }
}

.p-top-contents__container__item img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__item + .p-top-contents__container__item {
    margin-left: 25px;
  }
}

.p-top-contents__container__item__info {
  color: #3b4043;
  line-height: 1.714285714;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__container__item__info {
    margin-top: 12px;
    font-size: 14px;
  }
}

.p-top-contents__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-top-contents__subttl {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-contents__subttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-top-stores {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-stores {
    padding: 40px 0;
    background-color: #fff;
  }
}

.p-top-stores__container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container {
    max-width: 1440px;
    margin: 0 auto;
  }
}

.p-top-stores__container__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column {
    width: 50%;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-top-stores__container__column:hover {
    opacity: 0.5;
  }
}

.p-top-stores__container__column__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__logo {
    width: 42px;
    margin-right: 25px;
  }
}

.p-top-stores__container__column__logo img {
  width: 100%;
}

.p-top-stores__container__column__info {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__info .info-hdg {
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column__info .info-txt {
    font-size: 12px;
  }
}

@media screen and (min-width: 901px), print {
  .p-top-stores__container__column + .p-top-stores__container__column {
    border-left: 1px solid #3b4043;
  }
}

@-webkit-keyframes ko_gradation_skybluemix {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

@keyframes ko_gradation_skybluemix {
  0% {
    background-position: 50% 0%;
  }

  50% {
    background-position: 50% 100%;
  }

  100% {
    background-position: 50% 0%;
  }
}

.p-faq-content {
  width: 870px;
  max-width: 85.33333%;
}

@media screen and (min-width: 901px), print {
  .p-faq-content {
    padding: 50px 0 107px 135px;
  }
}

.p-faq-content-faq {
  padding-top: 0;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__heading--primaly {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__heading--secondaly {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.666666;
  }
}

.p-faq-content__notice {
  width: 100%;
  border: 1px solid #ee696f;
  color: #ee696f;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice {
    padding: 38px 45px;
    margin-top: 53px;
  }
}

.p-faq-content__notice__heading {
  color: #ee696f;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__heading {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.666666;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__notice__list li:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons-area {
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons-area--large-margin {
    margin-top: 100px;
  }
}

.p-faq-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 27px;
  }
}

.p-faq-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button:nth-child(2n) {
    margin-left: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-faq-content__buttons__button--icon-self {
  position: relative;
}

.p-faq-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-faq-content__buttons__button--icon-blank {
  position: relative;
}

.p-faq-content__buttons__button--icon-blank:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/link/icn_link-blank.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__buttons__button--icon-blank:after {
    right: 22px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation {
    margin-top: 75px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation__heading {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation__list {
    margin-top: 16px;
  }
}

.p-faq-content__corporation__list li {
  list-style: disc;
  color: #469de2;
  margin-left: 1.5em;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__corporation__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 3;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-faq-content__corporation__list li:hover {
    opacity: 0.5;
  }
}

.p-faq-content__corporation__list li a {
  color: #3b4043;
  text-decoration: underline;
}

.p-faq-content__corporation__textlink--icon-blank {
  margin-left: 5px;
  height: 11px;
  width: 11px;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__is-sp {
    display: none;
  }
}

.p-faq-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-faq-content__hover-action:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content {
    padding: 50px 0 107px;
  }
}

.p-contact-content__inner {
  width: 870px;
  max-width: 85.33333%;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__inner {
    padding: 0 0 0 135px;
  }
}

.p-contact-bg-gray {
  background-color: #eef2f4;
}

@media screen and (min-width: 901px), print {
  .p-contact-bg-gray {
    padding: 90px 0 90px;
    margin-top: 50px;
  }
}

.p-contact-bg-gray-faq {
  margin-top: 50px;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__heading--primary {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__heading--secondary {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-contact-content__notice {
  width: 100%;
  border: 1px solid #ee696f;
  color: #ee696f;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice {
    padding: 38px 45px;
    margin-top: 53px;
  }
}

.p-contact-content__notice__heading {
  color: #ee696f;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__heading {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.666666;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__list {
    margin-top: 20px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__notice__list li:not(:first-child) {
    margin-top: 15px;
  }
}

.p-contact-content__text {
  color: #3b4043;
}

.p-contact-content__text-faq {
  margin-top: 12px;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__text {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__text + .p-contact-content__heading--secondary {
    margin-top: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons-area {
    margin-top: 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons-area--no-margin {
    margin-top: 0px;
  }
}

.p-contact-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 36px;
  }
}

.p-contact-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-contact-content__buttons__button-top {
  display: table;
  height: 60px;
}

.p-contact-content__buttons__button div {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button:nth-child(2n) {
    margin-left: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-contact-content__buttons__button--icon-self {
  position: relative;
}

.p-contact-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-contact-content__buttons__button--icon-blank {
  position: relative;
}

.p-contact-content__buttons__button--icon-blank:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/link/icn_link-blank.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 11px;
  height: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__buttons__button--icon-blank:after {
    right: 22px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation {
    margin-top: 85px;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation__heading {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation__list {
    margin-top: 20px;
  }
}

.p-contact-content__corporation__list li {
  list-style: disc;
  color: #469de2;
  margin-left: 1.5em;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__corporation__list li {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 3;
  }
}

.p-contact-content__corporation__list li a {
  color: #3b4043;
  text-decoration: underline;
}

.p-contact-content__corporation__textlink--icon-blank {
  margin-left: 5px;
  height: 11px;
  width: 11px;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__is-sp {
    display: none;
  }
}

.p-contact-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-contact-content__hover-action:hover {
    opacity: 0.7;
  }
}

.p-my-content {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-my-content {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 50px;
  }
}

.p-my-content__heading.is-index {
  width: 175.3px;
}

.p-my-content__heading.is-favorite {
  width: 139.7px;
}

.p-my-content__inner {
  padding-top: 75px;
  padding-bottom: 143px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__inner {
    width: 1170px;
    margin: 0 auto;
  }

  .p-my-content__inner:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-my-content__sidenavi {
  width: 196px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__sidenavi {
    float: left;
    position: relative;
  }
}

.p-my-content__main {
  width: 870px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__main {
    float: right;
  }
}

.p-my-content__navigation__wrapper + .p-my-content__navigation__wrapper {
  margin-top: 74px;
}

.p-my-content__navigation {
  width: 100%;
  border-bottom: 1px solid #e0e1e1;
}

.p-my-content__navigation__heading + .p-my-content__navigation {
  margin-top: 18px;
}

.p-my-content__navigation__heading {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #75797b;
}

.p-my-content__navigation__item {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e0e1e1;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-my-content__navigation__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .p-my-content__navigation__item:hover {
    background-color: #e4f3f8;
  }
}

.p-my-content__navigation__item.active {
  background-color: #e4f3f8;
}

.p-my-content__navigation__item.is-favorite a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_favorite.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-history a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_history.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-delivery a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_delivery.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-point a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_point.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-user a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_user.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-mail a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_mail.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-key a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_key.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-address_new a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_address_new.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-address_edit a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-card a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_card.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item.is-magazine a {
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_magazine.png");
  background-size: 29px auto;
  background-position: 6px 50%;
}

.p-my-content__navigation__item a {
  color: #3b4043;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 43px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.p-my-content__navigation__item.active a:after {
  background-color: #e4f3f8;
}

.p-my-content__navigation__logout {
  margin-top: 30px;
}

.p-my-content__navigation__logout a {
  font-size: 14px;
  line-height: 1.92857;
  letter-spacing: 0.03em;
  color: #75797b;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #75797b;
}

.p-my-content__status {
  width: 100%;
  height: 120px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
  box-sizing: border-box;
  position: relative;
}

.p-my-content__status__icon {
  width: 47px;
  height: 47px;
  background-image: url("/freepage/maison-kose/common/img/project/my/common/icon_status.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-my-content__status__name {
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
  margin-left: 8px;
}

.p-my-content__status__point {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  color: #3b4043;
  margin-left: 60px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__status__point {
    font-size: 40px;
  }
}

.p-my-content__status__point span {
  font-size: 19.2px;
  letter-spacing: 0.09em;
  color: #3b4043;
  margin-left: 11px;
}

.p-my-content__status__limit {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.p-my-content__about-point {
  color: #75797b;
  font-size: 12px;
  letter-spacing: 0.03em;
  display: block;
  margin-top: 25px;
  text-align: right;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-my-content__about-point {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-my-content__about-point:hover {
    opacity: 0.5;
  }
}

.p-my-content__recommended {
  margin-top: 120px;
}

.p-my-content__recommended__heading {
  font-size: 24px;
  line-height: 1.475;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.p-my-content__recommended__inner {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 11px;
  margin-left: -10px;
  margin-top: 33px;
}

.p-my-content__recommended__list {
  width: 100%;
  white-space: nowrap;
}

.p-my-content__recommended__list::-moz-selection {
  background: transparent;
}

.p-my-content__recommended__list::selection {
  background: transparent;
}

.p-my-content__recommended__list *::-moz-selection {
  background: transparent;
}

.p-my-content__recommended__list *::selection {
  background: transparent;
}

.p-my-content__recommended__item {
  width: 190px;
  display: inline-block;
  white-space: normal;
}

.p-my-content__recommended__item.new {
  position: relative;
}

.p-my-content__recommended__item.new:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -11px;
  width: 36px;
  height: 36px;
  background-image: url("/freepage/maison-kose/common/img/project/my/common/batch_new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.p-my-content__recommended__item + .p-my-content__recommended__item {
  margin-left: 30px;
}

.p-my-content__recommended__item__thumbnail {
  width: 100%;
}

.p-my-content__recommended__item__thumbnail img {
  pointer-events: none;
  width: 100%;
}

.p-my-content__recommended__item__brand {
  font-size: 14px;
  line-height: 1.85357;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recommended__item__name {
  font-size: 14px;
  line-height: 1.85357;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.p-my-content__recommended__item__price {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recommended__item__hashtag__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-my-content__recommended__item__hashtag__list p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recently {
  margin-top: 120px;
}

.p-my-content__recently__heading {
  font-size: 24px;
  line-height: 1.475;
  letter-spacing: 0.09em;
  color: #3b4043;
}

.p-my-content__recently__inner {
  margin-top: 60px;
  overflow: hidden;
}

.p-my-content__recently__list {
  width: 100%;
  white-space: nowrap;
}

.p-my-content__recently__item {
  width: 324px;
  display: inline-block;
  white-space: normal;
}

.p-my-content__recently__item + .p-my-content__recently__item {
  margin-left: 70px;
}

.p-my-content__recently__item__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-my-content__recently__item__thumbnail img {
  pointer-events: none;
  width: 100%;
}

.p-my-content__recently__item__about {
  width: 180px;
}

.p-my-content__recently__item__brand {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recently__item__name {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.p-my-content__recently__item__price {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-content__recently__item__hashtag__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-my-content__recently__item__hashtag__list p {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-my-content-slider .c-product-slider__annotation {
    right: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item {
    width: 22.52874%;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item + .c-product__item {
    margin-left: 3.25%;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__main .c-product__item:nth-child(n+5) {
    margin-top: 50px;
  }
}

.p-my-content__modal {
  color: #3b4043;
  font-size: 14px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal {
    padding: 157px 0;
  }
}

.p-my-content__modal .modal_link {
  display: block;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-my-content__modal .modal_link:hover {
  opacity: 0.5;
}

.p-my-content__modal__inner {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  letter-spacing: 0.03em;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__inner {
    max-width: 1080px;
    width: 75%;
    padding: 60px 105px 50px;
  }
}

.p-my-content__modal__hdg {
  margin: 0 auto;
  line-height: 1.5;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 12px;
}

.p-my-content__modal__subhdg {
  line-height: 1.54167;
  font-size: 14px;
  margin-top: 38px;
}

.p-my-content__modal__subhdg--address {
  width: 100%;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}

.p-my-content__modal__txt {
  line-height: 30px;
  margin-top: 9px;
}

.p-my-content__modal__txt + .p-my-content__modal__txt {
  margin-top: 20px;
}

.p-my-content__modal__txt--buy {
  margin-top: 60px;
}

.p-my-content__modal__address-list {
  box-sizing: border-box;
  border-top: 1px solid #e0e1e1;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__address-list {
    width: 505px;
    margin: 60px auto 0;
  }
}

.p-my-content__modal__address-item {
  box-sizing: border-box;
  border-bottom: 1px solid #e0e1e1;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__address-item {
    padding: 15px 0 15px 15px;
  }
}

.p-my-content__modal__address-item a {
  display: block;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-my-content__modal__address-item a {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__category + .p-my-content__categories__category {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__heading {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-my-content__categories__heading.c-arrow--absolute:after {
  right: 40px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__heading__icon {
    width: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.09;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__categories__list li {
    width: 240px;
    margin: 15px 0;
  }
}

.p-my-content__categories__textlink {
  color: #3b4043;
  text-decoration: none;
  display: inline-block;
}

.p-my-favorite-content__tab {
  height: 36px;
  border: 1px solid #3b4043;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__tab {
    width: 100%;
  }
}

.p-my-favorite-content__tab__item {
  width: 50%;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__tab__item:hover a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ffffff;
    background: #3b4043;
  }
}

.p-my-favorite-content__tab__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #3b4043;
  background: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__tab__item a {
    font-size: 14px;
  }
}

.p-my-favorite-content__tab__item a.active {
  color: #ffffff;
  background: #3b4043;
}

.p-my-favorite-content__tab__target {
  display: none;
  margin-top: 90px;
}

.p-my-favorite-content__tab__target:after {
  content: "";
  display: block;
  clear: both;
}

.p-my-favorite-content__tab__target.active {
  display: block;
}

.p-my-favorite-content__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-my-favorite-content__list__item {
  width: 195px;
}

.p-my-favorite-content__list__item + .p-my-favorite-content__list__item {
  margin-left: 30px;
}

.p-my-favorite-content__list__item:nth-of-type(4n+1) {
  margin-left: 0;
}

.p-my-favorite-content__list__item:nth-of-type(n+5) {
  margin-top: 60px;
}

.p-my-favorite-content__list__thumb {
  position: relative;
  width: 100%;
  font-size: 0;
}

.p-my-favorite-content__list__thumb img {
  width: 100%;
}

.p-my-favorite-content__list__thumb a {
  display: block;
}

.p-my-favorite-content__list__thumb__img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 66.6666667%;
  overflow: hidden;
  position: relative;
}

.p-my-favorite-content__list__thumb__img img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__thumb .c-favorite-btn {
    right: -10px;
    bottom: -10px;
  }
}

.p-my-favorite-content__list__like {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-image: url("/freepage/maison-kose/common/img/project/my/favorite/button_like.png");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.p-my-favorite-content__list__link {
  text-decoration: none;
  width: 100%;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.p-my-favorite-content__list__link:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.p-my-favorite-content__list__new-batch {
  width: 40px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 2;
}

.p-my-favorite-content__list__special {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.03em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #ffb400;
}

.p-my-favorite-content__list__brand {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-favorite-content__list__data {
  line-height: 2.10333;
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__data {
    font-size: 12px;
  }
}

.p-my-favorite-content__list__name {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__name {
    font-size: 14px;
    line-height: 1.71429;
  }
}

.p-my-favorite-content__list__referrer {
  line-height: 1;
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__referrer {
    font-size: 12px;
  }
}

.p-my-favorite-content__list__product-name {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.p-my-favorite-content__list__price {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  color: #3b4043;
}

.p-my-favorite-content__list__hash {
  letter-spacing: 0.03em;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__hash {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-favorite-content__list__hash span + span {
    margin-left: 13px;
  }
}

.product {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .product .l-main__content {
    max-width: 1174px;
  }
}

.product .p-path {
  background: #f3f3f3;
}

.product .p-path-inner {
  width: 100%;
  margin: 25px auto;
  font-size: 12px;
  padding: 12px 0 11px;
}

@media screen and (min-width: 901px), print {
  .product .p-path-inner {
    max-width: 1332px;
  }
}

.product .p-product__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .product .p-product__content {
    width: 1170px;
  }
}

.product .p-product__header {
  margin: 50px 0 0;
}

.product .p-product__header--title {
  font-size: 24px;
  margin: 0 0 10px;
}

.product .p-product__header--title span {
  font-size: 18px;
}

.product .p-product__header--text {
  font-size: 12px;
  line-height: 1.8;
  width: 860px;
}

.product .p-product__header--tag {
  font-size: 14px;
  margin: 12px 0;
}

.product .p-product__header--tag .innertag {
  color: #48add3;
}

.product .p-product__header--tag__link {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .product .p-product__header--tag__link {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__header--tag__link:hover {
    opacity: 0.5;
  }
}

.product .p-product__wrap:after {
  content: '';
  display: block;
  clear: both;
}

.product .p-product__left__wrap {
  width: 195px;
  float: left;
  position: relative;
  background-color: #fff;
}

.product .p-product__left__wrap ul li.list-category__item > a {
  display: block;
  padding: 10px 0 10px 23px;
  color: #3b4043;
  font-size: 14px;
}

.product .p-product__left__wrap ul li.list-category__item > a:hover {
  background: #e4f3f8;
}

.product .p-product__left__wrap ul li.list-choice__item > label {
  display: block;
  padding: 3px 0 3px 35px;
  cursor: pointer;
}

.product .p-product__left__wrap ul li.list-choice__item > label:hover {
  background: #e4f3f8;
}

.product .p-product__left__wrap ul.p-product__left__list-choice li + li {
  margin-top: 3px;
}

.product .p-product__left__search {
  border-bottom: 1px solid #b1b3b4;
  padding-bottom: 9px;
  margin-bottom: 27px;
  position: relative;
}

.product .p-product__left__search input.search-icon {
  border: none;
  color: #3b4043;
  font-size: 14px;
  text-align: left;
  width: 170px;
}

.product .p-product__left__search input.search-icon::-webkit-input-placeholder {
  color: #b1b3b4;
}

.product .p-product__left__search input.search-icon::placeholder {
  color: #b1b3b4;
}

.product .p-product__left__search__icon {
  position: absolute;
  bottom: 3px;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__search__icon {
    width: 18px;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__left__search__icon:hover {
    opacity: 0.5;
  }
}

.product .p-product__left__search__icon img {
  width: 100%;
}

.product .p-product__left__list-title {
  font-weight: bold;
  margin: 13px 0 12.5px 15px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.09em;
}

.product .p-product__left__list-title .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
}

.product .p-product__left__list-title .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product .p-product__left__list-title .p-arrow:before,
.product .p-product__left__list-title .p-arrow:after {
  right: 7px;
  width: 11px;
  height: 1px;
}

.product .p-product__left__list-title .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product .p-product__left__list-title.is-choice {
  margin: 54px 0 12px -5px;
  letter-spacing: 0.03em;
}

.product .p-product__left__list-title-head {
  margin: 0 0 20px -5px;
  letter-spacing: 0.03em;
}

.product .p-product__left__list-title__dot {
  color: #469de2;
  margin-right: 5px;
}

.product .p-product__left__list-choice {
  margin-top: 13px;
  font-size: 14px;
  line-height: 2;
}

.product .p-product__left__list-title.js-accordion-open {
  font-weight: bold;
  margin: 17px 0 10px 15px;
  position: relative;
}

.product .p-product__left__list-title.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product .p-product__left__price > p {
  font-size: 14px;
  margin: 28px 0 5px;
}

.product .p-product__left__much {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product .p-product__left__much p {
  margin: 7px 2px 0 2px;
}

.product .p-product__left__much .c-much_waku {
  border: 1px solid #3b4043;
  padding: 10px;
  font-size: 12px;
  width: 78px;
  height: 38px;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
  color: #3b4043;
}

.product .p-product__left__much .c-much_waku::-webkit-input-placeholder {
  color: #b1b3b4;
}

.product .p-product__left__much .c-much_waku::placeholder {
  color: #b1b3b4;
}

.product .p-product__left__filterBtn {
  background: #3b4043;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 44px 0 23px;
  letter-spacing: 2px;
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__filterBtn {
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__left__filterBtn:hover {
    opacity: 0.5;
  }
}

.product .p-product__left__filterBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 6px;
  height: 6px;
  right: 17px;
  z-index: 1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product .p-product__left__filterBtn:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 111px;
  background-image: url(/freepage/maison-kose/common/img/product/search-icon_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 17px;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__filterBtn:before {
    display: none;
  }
}

.product .p-product__left__sortBtn {
  background: #f3f3f3;
  color: #3b4043;
  font-size: 14px;
  line-height: 1;
  padding: 13px 10px 13px 21px;
  text-align: center;
  margin: 60px 0 10px;
  letter-spacing: .09em;
  position: relative;
  width: 40%;
}

.product .p-product__left__sortBtn:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 41px;
  background-image: url(/freepage/maison-kose/common/img/product/sort-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.product .p-product__left__sortBtn:before {
  content: "";
  position: relative;
  background-image: url(/freepage/maison-kose/common/img/product/sort-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 11.5px;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__sortBtn:before {
    display: none;
  }
}

.product .p-product__left__detailBtn span {
  position: relative;
  font-size: 14px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .product .p-product__left__detailBtn span {
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product .p-product__left__detailBtn span:hover {
    opacity: 0.5;
  }
}

.product .p-product__left__detailBtn span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 33%;
  width: 6px;
  height: 6px;
  right: -17px;
  z-index: 1;
  border-right: 1px solid #3b4043;
  border-bottom: 1px solid #3b4043;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.product .radio01-input,
.product .radio02-input,
.product .check01-input,
.product .check02-input,
.product .check03-input {
  display: none;
}

.product .radio01-input + label,
.product .radio02-input + label,
.product .check01-input + label,
.product .check02-input + label,
.product .check03-input + label {
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  cursor: pointer;
}

.product .radio01-input + label:before,
.product .radio02-input + label:before,
.product .check01-input + label:before,
.product .check02-input + label:before,
.product .check03-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #6a6b6a;
  border-radius: 50%;
  box-sizing: border-box;
}

.product .radio01-input,
.product + label,
.product .radio02-input,
.product + label,
.product .check01-input,
.product + label,
.product .check02-input + label,
.product .check03-input + label {
  color: #469de2;
}

.product .radio01-input:checked + label:after,
.product .radio02-input:checked + label:after,
.product .check01-input:checked + label:after,
.product .check02-input:checked + label:after,
.product .check03-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #469de2;
  border-radius: 50%;
}

.product .p-product__sortBtn {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 55;
}

.product .p-product-item {
  margin: 0 30px 30px 0;
}

.product .p-product__main {
  position: relative;
  padding: 80px 0 60px;
}

.product .p-product__main:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 901px), print {
  .product .sp {
    display: none;
  }
}

.product .sp a {
  text-decoration: none;
}

.product .p-my-modal {
  padding: 0;
  width: 1080px;
  background: #fff;
}

.product .p-my-modal__band {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 30px;
  width: 100%;
  font-size: 14px;
  line-height: 2.67643;
  letter-spacing: 0.03em;
  background: #eee;
  box-sizing: border-box;
}

.product .p-my-modal__band__right.is-slide-arrow {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.product .p-my-modal__band__right.is-slide-arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.product .p-my-modal__band__left.is-slide-arrow {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.product .p-my-modal__band__left.is-slide-arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid transparent;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.product .p-my-modal__band__left > input {
  width: 500px;
  font-size: 14px;
  color: #3b4043;
  border: none;
  background-color: transparent;
}

.product .p-my-modal__band__left > input::-webkit-input-placeholder {
  color: #3b4043;
}

.product .p-my-modal__band__left > input::placeholder {
  color: #3b4043;
}

.product .p-my-modal__wrapper {
  width: 100%;
}

.product .p-my-modal__kodawari {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 22.5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.product .p-my-modal__content {
  padding: 40px 0 27px;
  width: 100%;
  box-sizing: border-box;
}

.product .p-my-modal__content__switch {
  padding: 0 30px;
}

.product .p-my-modal__content__slider {
  width: 100%;
}

.product .p-my-modal__content__inner {
  width: 100%;
  box-sizing: border-box;
}

.product .p-my-modal__content__list {
  margin-top: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .p-my-modal__content__list:before {
  content: '';
  display: block;
  width: 221px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.product .p-my-modal__content__list:after {
  content: '';
  display: block;
  width: 221px;
}

.product .p-my-modal__content__list__itm {
  margin-top: 25px;
  width: 221px;
}

.product .p-my-modal__content__list__itm label {
  padding: 10px 0 10px 25px;
  font-size: 14px;
}

.product .p-my-modal__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}

.product .p-my-modal__prices__inr {
  position: relative;
  padding-right: 26px;
}

.product .p-my-modal__prices__inr:after {
  content: '円';
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
}

.product .p-my-modal__prices__inr > input {
  padding: 0 0 0 10px;
  width: 120px;
  height: 38px;
  font-size: 12px;
  color: #3b4043;
  vertical-align: middle;
  border: 1px solid #3b4043;
  box-sizing: border-box;
}

.product .p-my-modal__prices__inr + p {
  margin: 0 25px 0 15px;
  font-size: 14px;
}

.product .p-my-modal__content__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  margin-top: 60px;
  padding: 27px 0 0;
}

.product .p-my-modal__content__btn--reset,
.product .p-my-modal__content__btn--sort {
  width: 180px;
  font-size: 14px;
  line-height: 2.67643;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  box-sizing: border-box;
  cursor: pointer;
}

.product .p-my-modal__content__btn--reset:hover,
.product .p-my-modal__content__btn--sort:hover {
  opacity: 0.7;
}

.product .p-my-modal__content__btn--reset + .p-my-modal__content__btn--sort {
  margin-left: 30px;
}

.product .p-my-modal__content__btn--sort {
  background: #3b4043;
  color: #fff;
  border: solid 1px #3b4043;
}

.product .p-my-modal__content__btn--sort:disabled {
  background: #b1b3b4;
  border: solid 1px #b1b3b4;
  cursor: auto;
}

.product .p-my-modal__content__btn--sort:disabled:hover {
  opacity: 1;
}

.product .p-my-modal__content__btn--reset {
  background: #fff;
  color: #3b4043;
  border: solid 1px #eee;
}

.product .p-my-modal__heading {
  font-size: 14px;
  line-height: 2.67643;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #3b4043;
}

.product .p-my-modal__check-input {
  display: none;
}

.product .p-my-modal__check-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #469de2;
  border-radius: 50%;
}

.product .p-my-modal__check-input + label {
  position: relative;
  cursor: pointer;
}

.product .p-my-modal__check-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #6a6b6a;
  border-radius: 50%;
  box-sizing: border-box;
}

.product .p-my-modal__content__inner + .p-my-modal__content__inner {
  margin-top: 40px;
}

.product .p-myModal__slider {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 998;
}

.product .p-myModal__layer {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
}

.product .p-myModal__layer.is-layer_1 {
  left: 0;
}

.product .p-myModal__layer.is-layer_2 {
  left: 100%;
}

.product .p-myModal__layer.is-layer_3 {
  left: 200%;
}

.product .p-myModal > .p-myModal__haeder {
  position: fixed;
  z-index: 1000;
  display: none;
  top: 0;
}

.is-show .product .p-myModal > .p-myModal__haeder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product .p-myModal__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.product .p-myModal__container.is-show {
  opacity: 1;
  visibility: visible;
}

.product .p-myModal__container .p-category-content__heading--primaly {
  margin-top: 15px;
  padding: 0 7.2%;
  font-size: 5vw;
}

.product .p-myModal__container .p-category-content__categories {
  margin-top: 15px;
}

.product .p-myModal__haeder {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  background-color: #fff;
  top: -60px;
  left: 0;
}

.product .p-myModal__haeder__btn__back {
  width: 56px;
  height: 100%;
  background: url(/freepage/maison-kose/common/img/product/back.png) no-repeat center/8.5px 13.5px;
  text-indent: -9999px;
}

.product .p-myModal__haeder__title {
  font-size: 14px;
}

.product .p-myModal__haeder__btn__close {
  width: 56px;
  height: 100%;
  background: url(/freepage/maison-kose/common/img/product/close.png) no-repeat center/14px 12.5px;
  text-indent: -9999px;
}

.product .p-myModal__content {
  padding: 0 0 30px;
  height: calc(100vh - 60px);
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.product .p-myModal__content.is-float-btn {
  height: calc(100vh - 60px - 75px);
}

.product .p-myModal__content__inr {
  position: relative;
  width: 100%;
}

.product .p-myModal__keyword {
  padding: 0 25px;
  box-sizing: border-box;
}

.product .p-myModal__keyword label {
  display: block;
  font-size: 12px;
}

.product .p-myModal__keyword__input {
  position: relative;
  margin: 5px 0 0;
}

.product .p-myModal__keyword__input:before {
  content: '';
  position: absolute;
  top: 28%;
  right: 8px;
  width: 19px;
  height: 19px;
  background: url(/freepage/maison-kose/common/img/product/search-icon_black.png) no-repeat center/contain;
}

.product .p-myModal__keyword__input input {
  padding: 12.5px 12.5px;
  width: 100%;
  font-size: 12px;
  background-color: #f3f3f3;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.product .p-myModal__keyword__input input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b1b3b4;
}

.product .p-myModal__keyword__input input::placeholder {
  font-size: 12px;
  color: #b1b3b4;
}

.product .p-myModal__conditions--index .p-myModal__condition:first-child {
  border-top: 1px solid #f3f3f3;
}

.product .p-myModal__condition {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
}

.product .p-myModal__condition--next {
  position: relative;
}

.product .p-myModal__condition--next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 8.5px;
  background: url(/freepage/maison-kose/common/img/product/next.png) no-repeat center/contain;
  background-size: contain;
}

.product .p-myModal__condition__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  height: 58px;
  box-sizing: border-box;
}

.product .p-myModal__condition__inr--vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 25px;
  height: 98px;
  box-sizing: border-box;
}

.product .p-myModal__condition__inr__label {
  font-size: 12px;
}

.product .p-myModal__condition__inr__name {
  font-size: 14px;
  color: #3b4043;
}

.product .p-myModal__condition__inr__data {
  width: 65%;
}

.product .p-myModal__condition__inr__data input {
  padding-right: 16px;
  width: 100%;
  font-size: 12px;
  text-align: right;
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  pointer-events: none;
  box-sizing: border-box;
}

.product .p-myModal__condition__inr__range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
  margin-right: 5px;
}

.product .p-myModal__condition__inr__range input {
  margin: 0;
  padding: 12.5px 16px;
  width: 43.07692%;
  font-size: 12px;
  border: 1px solid #999999;
  border-radius: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.product .p-myModal__condition__inr__range input::-webkit-input-placeholder {
  color: #b1b3b4;
}

.product .p-myModal__condition__inr__range input::placeholder {
  color: #b1b3b4;
}

.product .p-myModal__condition__inr__range p {
  font-size: 10px;
}

.product .p-myModal__conditions__reset {
  padding: 0 25px;
  text-align: right;
  border-bottom: 1px solid #f3f3f3;
  box-sizing: border-box;
}

.product .p-myModal__conditions__reset--index {
  margin-top: 15px;
  text-align: right;
  border: none;
}

.product .p-myModal__conditions__reset__btn {
  padding: 11px 0;
  font-size: 12px;
  color: #3b4043;
  background-color: transparent;
}

.product .p-myModal__action {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 25px 30px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.product .p-myModal__action__btn {
  padding: 14px 0;
  width: 100%;
  font-size: 12px;
  color: #fff;
  background-color: #3b4043;
}

.product .p-myModal__action__btn:disabled {
  background-color: #b1b3b4;
}

.product .p-myModal__checkboxes__container {
  padding: 0 25px;
  box-sizing: border-box;
}

.product .p-myModal__checkboxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product .p-myModal__checkboxes__title {
  position: relative;
  left: -2px;
  display: block;
  margin-top: 26px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: bold;
}

.product .p-myModal__checkbox {
  width: 50%;
}

.product .p-myModal__checkbox input[type=checkbox] {
  display: none;
}

.product .p-myModal__checkbox input[type=checkbox]:checked + label:after {
  content: "";
}

.product .p-myModal__checkbox label {
  position: relative;
  display: block;
  padding: 12px 0 12px 20px;
  font-size: 12px;
}

.product .p-myModal__checkbox label:before,
.product .p-myModal__checkbox label:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
}

.product .p-myModal__checkbox label:before {
  content: "";
  left: 0;
  width: 15px;
  height: 15px;
  border: 1.2px solid #6a6b6a;
}

.product .p-myModal__checkbox label:after {
  content: none;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #469de2;
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item {
    width: 23.21839%;
  }
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item + .c-product__item {
    margin-left: 2.35%;
  }
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-product__main .c-product__item:nth-child(n+5) {
    margin-top: 80px;
  }
}

.p-product-content__anno {
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-product-content__anno {
    font-size: 12px;
    line-height: 1.41667;
    text-align: right;
    margin-top: 57px;
  }
}

.js-accordion-open + .p-product__filter__category__items {
  box-sizing: border-box;
  margin-bottom: 40px;
}

.c-product__about {
  position: relative;
}

.c-product__about > .c-product__brand {
  margin-top: 27px;
}

.c-product__about > .c-product__icon-area + .c-product__brand,
.c-product__about > .c-product__launch-date + .c-product__brand {
  margin-top: 7px;
}

.c-product__icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -24px;
  z-index: 10;
  font-size: 0;
}

.c-product__icon {
  margin-right: 4px;
}

.c-product__icon img {
  width: 100%;
}

.c-product__icon-limited {
  position: absolute;
  z-index: 50;
}

@media screen and (min-width: 901px), print {
  .c-product__icon-limited {
    top: -16px;
    left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__icon-limited img {
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 901px), print {
  .is-new .c-product__icon-limited,
  .is-soon .c-product__icon-limited {
    left: 56px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__icon-buynow img {
    width: 111px;
    height: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__icon-reserve img {
    width: 111px;
    height: 18px;
  }
}

.c-product__icon-color {
  display: block;
  font-size: 11px;
  font-weight: 600;
}

.c-product__icon-color img {
  width: auto;
  height: 11px;
}

.c-product__color-try {
  position: absolute;
  right: -2px;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .c-product__color-try {
    top: -4px;
  }
}

@media screen and (min-width: 901px), print {
  .c-product__color-try img {
    width: 89px;
    height: 13px;
  }
}

.product-detail {
  color: #3b4043;
}

.product-detail .clear {
  clear: both;
}

.product-detail .l-main__content {
  max-width: 1174px;
}

@media screen and (min-width: 901px), print {
  .product-detail .l-main__content {
    padding-bottom: 20px;
  }
}

.product-detail .l-main__content a {
  color: #3b4043;
}

.product-detail .p-path {
  background: #f3f3f3;
}

.product-detail .p-path-inner {
  width: 100%;
  max-width: 1170px;
  margin: 25px auto;
  font-size: 12px;
  padding: 12px 0 11px;
}

.product-detail .p-product-detail__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__content {
    width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__wrap {
    margin: 90px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-detail .p-product-detail__left {
  width: 390px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__left {
    padding-left: 45px;
    padding-right: 60px;
  }
}

.product-detail .p-product-detail__left .sum {
  margin: 20px 0 0;
}

.product-detail .p-product-detail__left .sum img {
  width: 90%;
}

.product-detail .p-product-detail__item__img {
  height: auto;
  padding: 0 1%;
  padding-top: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.product-detail .p-product-detail__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__right {
    width: 675px;
    margin-top: 11px;
  }
}

.product-detail .p-product-detail__camp__waku {
  border: 1px solid #469de2;
  padding: 30px 25px 25px;
  margin: 49px 0 0;
  font-size: 14px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__camp__waku {
    width: 549px;
  }
}

.product-detail .p-product-detail__camp__text {
  color: #469de2;
  line-height: 1.7;
}

.product-detail .p-product-detail__camp__text li:before {
  content: "・";
  color: #469de2;
}

.product-detail .p-product-detail__camp__detail a {
  font-size: 12px;
  color: #469de2;
  margin: 10px 0 0;
  display: inline-block;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__camp__detail a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product-detail .p-product-detail__camp__detail a:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__item__badge {
  margin: 0 10px 0 0;
  float: left;
  font-size: 0;
}

.product-detail .p-product-detail__item__badge img {
  width: 36px;
}

.product-detail .p-product-detail__item__comingsoon {
  color: #ee696f;
  padding: 9px 0 0;
  display: inline-block;
  font-size: 12px;
}

.product-detail .p-product-detail__item__camp {
  color: #ffb400;
  padding: 9px 0 0;
  display: inline-block;
  font-size: 12px;
}

.product-detail .p-product-detail__item__name {
  clear: both;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__name {
    margin: 30px 0 0;
    font-size: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__title {
    font-size: 27px;
    line-height: 1.33333;
    letter-spacing: 0.09em;
    margin-top: 6px;
  }
}

.product-detail .p-product-detail__item__title + .c-product__icon {
  margin-top: 8px;
}

.product-detail .p-product-detail__item__star {
  color: #469de2;
  font-size: 14px;
}

.product-detail .p-product-detail__item__text {
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0.03em;
  margin: 23px 0 0;
}

.product-detail .p-product-detail__item__net {
  margin: 0;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__net {
    font-size: 14.5px;
  }
}

.product-detail .p-product-detail__item__price {
  margin: 20px 0 0 0;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__price {
    margin: 9px 0 0 0;
    letter-spacing: 0.03em;
    font-size: 14px;
  }
}

.product-detail .p-product-detail__item__price span {
  font-size: 27px;
}

.product-detail .p-product-detail__item__price--sale .sale-price {
  color: #ee696f;
}

.product-detail .p-product-detail__item__price--sale .default-price {
  text-decoration: line-through;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__price--sale .default-price {
    letter-spacing: 0.03em;
    font-size: 14px;
    margin-left: 10px;
  }
}

.product-detail .p-product-detail__item__hashTag {
  font-size: 12px;
  margin: 21px 0 0;
  width: 405px;
  line-height: 2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__item__hashTag a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product-detail .p-product-detail__item__hashTag a:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__item__hashTag span {
  color: #469de2;
}

.product-detail .p-product-detail__text {
  line-height: 1.78571;
  padding-top: 30px;
}

.product-detail .p-product-detail__text__box,
.product-detail .p-product-detail__text__hdg {
  padding-left: 1em;
  position: relative;
}

.product-detail .p-product-detail__text__box:before,
.product-detail .p-product-detail__text__hdg:before {
  position: absolute;
  left: 0;
  content: "・";
  color: #469de2;
}

.product-detail .p-product-detail__text__hdg {
  font-weight: bold;
}

.product-detail .p-product-detail__text .p-product-detail__howto_subtitle {
  padding-bottom: 30px;
}

.product-detail .p-product-detail__text__box {
  padding-top: 30px;
  margin-left: 3em;
}

.product-detail .p-product-detail__peri__camp__waku {
  border: 1px solid #469de2;
  font-size: 14px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__camp__waku {
    margin: 51px auto 0;
    width: 534px;
    padding: 25px 25px 25px;
  }
}

.product-detail .p-product-detail__peri__camp__text {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__camp__text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__camp__price {
    margin: 10px 0 0 0;
    letter-spacing: 0.08em;
    font-size: 14px;
  }
}

.product-detail .p-product-detail__peri__camp__price span {
  font-size: 27px;
}

.product-detail .p-product-detail__peri__camp__price + .p-product-detail__item__net + .p-product-detail__color {
  margin: 102px 0 0;
}

.product-detail .p-product-detail__peri__camp__detail a {
  font-size: 12px;
  color: #469de2;
  margin: 14px 0 0;
  display: inline-block;
  text-decoration: none;
}

.product-detail .p-product-detail__color {
  margin: 120px 0 0;
}

.product-detail .p-product-detail__color__choice {
  color: #3b4043;
  font-size: 18px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__choice {
    letter-spacing: 0.15em;
    line-height: 1;
  }
}

.product-detail .p-product-detail__color__choice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.product-detail .p-product-detail__color__choice-container .p-product-detail__color__title01 {
  margin: 0;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__choice-container .p-product-detail__color__text01 {
    margin-top: 20px;
  }
}

.product-detail .p-product-detail__color__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__right {
    margin-top: 8px;
  }
}

.product-detail .p-product-detail__color__img {
  float: left;
}

.product-detail .p-product-detail__color__img img {
  width: 70px;
  margin: 57px 71px 50px 13px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__list + .p-product-detail__color__list {
    padding-top: 11px;
  }
}

.product-detail .p-product-detail__color__title {
  color: #3b4043;
  border-bottom: 1px solid #b1b3b4;
  margin: 0 0 20px;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__title {
    margin: 15px 0 0;
    padding: 20px 0 10px 25px;
  }
}

.product-detail .p-product-detail__color__title:before {
  content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 48%;
  width: 6px;
  height: 6px;
  left: 3px;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-detail .p-product-detail__color__title.js-accordion-open {
  color: #469de2;
  border-bottom: 1px solid #b1b3b4;
  padding: 20px 0 10px 25px;
  margin: 15px 0 0;
  font-size: 14px;
  position: relative;
}

.product-detail .p-product-detail__color__title.js-accordion-open:before {
  content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 55%;
  width: 6px;
  height: 6px;
  left: 3px;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.product-detail .p-product-detail__color__title01 {
  font-size: 14px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__title01 {
    margin: 45px 0 23px;
  }
}

.product-detail .p-product-detail__color__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__group {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 16px;
  }
}

.product-detail .p-product-detail__color__group img {
  width: 86%;
  top: 0px;
  position: absolute;
}

.product-detail .p-product-detail__color__group__item {
  box-sizing: border-box;
}

.product-detail .p-product-detail__color__group__item:before {
  content: '';
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__group__item {
    width: 47px;
    padding-bottom: 24px;
  }

  .product-detail .p-product-detail__color__group__item + .p-product-detail__color__group__item {
    margin-left: 7px;
    margin-right: 7px;
  }

  .product-detail .p-product-detail__color__group__item:nth-child(10n+1) {
    margin-left: 7px;
    margin-right: 7px;
  }
}

.product-detail .p-product-detail__color__group__item .group__item__thumb {
  cursor: pointer;
  width: 100%;
  height: 47px;
  box-sizing: border-box;
}

.product-detail .p-product-detail__color__group__item .group__item__thumb img {
  width: 100%;
  position: relative;
}

.product-detail .p-product-detail__color__group__item .group__item__text {
  margin-top: 7px;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__group__item .group__item__text {
    font-size: 12px;
  }
}

.product-detail .p-product-detail__color__group__item .group__item__text img {
  width: 100%;
  position: relative;
}

.product-detail .p-product-detail__color__group__item:hover .group__item__thumb {
  border: 1px solid #469de2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.product-detail .p-product-detail__color__group__item:hover .group__item__thumb:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__color__group__item.is-active .group__item__thumb {
  border: 1px solid #469de2;
}

.product-detail .p-product-detail__color__text01 {
  font-size: 12px;
}

.product-detail .p-product-detail__color__all {
  text-align: right;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__color__all {
    padding-top: 5px;
    font-size: 16px;
  }
}

.product-detail .p-product-detail__color__all.is-peri {
  padding-top: 23px;
}

.product-detail .p-product-detail__color__all a {
  color: #469de2;
}

.product-detail .p-product-detail__color--mt {
  margin: 80px 0 0 0;
}

.product-detail .p-product-detail__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  font-size: 14px;
  margin-top: 20px;
}

.product-detail .p-product-detail__btn__purchase {
  width: 320px;
  height: 45px;
  background: #ee696f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  border: 1px solid #ee696f;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  cursor: pointer;
}

.product-detail .p-product-detail__btn__purchase:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__purchase:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/freepage/maison-kose/common/img/product/cart_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
}

.product-detail .p-product-detail__btn__purchase.is-onlinestore:after {
  display: none;
}

.product-detail .p-product-detail__btn__favorite {
  width: 318px;
  height: 45px;
  color: #48add3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__favorite {
    margin: 35px 0 37px 8px;
  }

  .product-detail .p-product-detail__btn__favorite:hover {
    opacity: 1;
  }
}

.product-detail .p-product-detail__btn__store {
  width: 318px;
  height: 45px;
  border: 1px solid #48add3;
  color: #469de2 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__store {
    margin-left: 30px;
  }
}

.product-detail .p-product-detail__btn__store:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/freepage/maison-kose/common/img/product/store_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 31px;
}

.product-detail .p-product-detail__btn__store:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__makeup {
  color: #fff !important;
  background-color: #469de2;
  width: 320px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__makeup {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .product-detail .p-product-detail__btn__makeup:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__btn__makeup:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__makeup:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/freepage/maison-kose/common/img/product/camera.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__makeup:after {
    width: 45px;
    height: 45px;
  }
}

.product-detail .p-product-detail__btn__reserve {
  color: #fff !important;
  background-color: #56bbdc;
  width: 320px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__reserve {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-size: 14px;
    margin-bottom: 40px;
  }

  .product-detail .p-product-detail__btn__reserve:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__btn__reserve:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__btn__text {
  margin-top: 20px;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__btn__text {
    font-size: 14px;
    line-height: 2.14286;
    letter-spacing: .09em;
    margin-bottom: 20px;
  }
}

.product-detail .p-product-detail__btn__no {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  margin-top: 20px;
}

.product-detail .p-product-detail__btn__no__purchase {
  width: 320px;
  height: 45px;
  background: #f2f2f2;
  color: #e0e0e0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  position: relative;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}

.product-detail .p-product-detail__btn__no__purchase:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  background-image: url(/freepage/maison-kose/common/img/product/cart_grey.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

.product-detail .p-product-detail__btn__no__favorite {
  width: 318px;
  height: 45px;
  color: #469de2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0 33px 50px;
  position: relative;
}

.product-detail .p-product-detail__btn__no__favorite:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 25px;
  background-image: url(/freepage/maison-kose/common/img/product/favorite.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
}

.product-detail .p-product-detail__btn__no__store {
  width: 318px;
  height: 45px;
  border: 1px solid #469de2;
  color: #469de2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0;
}

.product-detail .p-product-detail__btn__no__store:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  background-image: url(/freepage/maison-kose/common/img/product/store_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.product-detail .p-product-detail__btn__no__store:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 11px;
  background-image: url(/freepage/maison-kose/common/img/product/target.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.product-detail .p-product-detail__peri {
  background: #f3f7fa;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri {
    padding: 30px 40px 109px;
    margin: 63px 0;
  }
}

.product-detail .p-product-detail__peri__title {
  font-size: 24px;
  letter-spacing: 0.09em;
}

.product-detail .p-product-detail__peri__text {
  color: #469de2;
  margin: 25px 0 8px;
}

.product-detail .p-product-detail__peri__img {
  text-align: center;
  margin-top: 50px;
}

.product-detail .p-product-detail__peri__img img {
  max-width: 100%;
}

.product-detail .p-product-detail__peri__btn {
  color: #469de2;
  font-size: 12px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__btn {
    margin-top: 47px;
  }
}

.product-detail .p-product-detail__peri__btn__purchase {
  height: 45px;
  background: #ee696f;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-detail .p-product-detail__peri__btn__purchase:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(/freepage/maison-kose/common/img/product/regular.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 26px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri__btn__purchase {
    margin: 39px 0 15px 0;
    width: 320px;
  }
}

.product-detail .p-product-detail__peri__btn__purchase:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__peri__btn__purchase.is-onlinestore {
  margin: 0;
  margin-top: 20px;
  color: #fff;
}

.product-detail .p-product-detail__peri__btn__purchase.is-onlinestore:after {
  display: none;
}

.product-detail .p-product-detail__peri__btn__favorite {
  width: 278px;
  height: 43px;
  color: #48add3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-detail .p-product-detail__peri__btn__store {
  width: 278px;
  height: 43px;
  border: 1px solid #469de2;
  color: #469de2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product-detail .p-product-detail__peri__btn__store:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 20px;
  background-image: url(/freepage/maison-kose/common/img/product/store_blue.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}

.product-detail .p-product-detail__peri__btn__store:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 11px;
  background-image: url(/freepage/maison-kose/common/img/product/target.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
}

.product-detail .p-product-detail__peri__btn__store:hover {
  opacity: 0.5;
}

.product-detail .p-product-detail__peri__btn__teiki {
  color: #3b4043;
  font-size: 12px;
  margin: 10px 0 0;
  text-decoration: underline;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.product-detail .p-product-detail__peri__btn__teiki:hover {
  opacity: 0.5;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__peri .p-product-detail__color__group__item + .p-product-detail__color__group__item {
    margin-left: 25px;
  }

  .product-detail .p-product-detail__peri .p-product-detail__color__group__item:nth-child(8n+1) {
    margin-left: 0;
  }
}

.product-detail .p-product-detail__feature,
.product-detail .p-product-detail__howto,
.product-detail .p-product-detail__blend {
  margin: 30px 0;
  font-size: 14px;
}

.product-detail .p-product-detail__feature ul,
.product-detail .p-product-detail__howto ul,
.product-detail .p-product-detail__blend ul {
  margin: 0;
  padding-bottom: 35px;
}

.product-detail .p-product-detail__feature p,
.product-detail .p-product-detail__howto p,
.product-detail .p-product-detail__blend p {
  line-height: 1.8;
}

.product-detail .p-product-detail__howto .p-product-detail__text li + li {
  padding-top: 35px;
}

.product-detail .p-product-detail__howto .p-product-detail__text .p-product-detail__howto_desc {
  padding-top: 21px;
  text-indent: 0;
}

.product-detail .p-product-detail__title,
.product-detail .p-product-detail__howto_title,
.product-detail .p-product-detail__blend_title {
  border-bottom: 1px solid #b1b3b4;
  padding: 0 0 5px 20px;
  margin: 0 0 10px;
  position: relative;
}

.product-detail .p-product-detail__title:before,
.product-detail .p-product-detail__howto_title:before,
.product-detail .p-product-detail__blend_title:before {
  content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 20%;
  width: 6px;
  height: 6px;
  left: 0;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-detail .p-product-detail__title.js-accordion-open,
.product-detail .p-product-detail__howto_title.js-accordion-open,
.product-detail .p-product-detail__blend_title.js-accordion-open {
  color: #469de2;
  border-bottom: 1px solid #b1b3b4;
  padding: 0 0 5px 20px;
  margin: 0 0 10px;
  position: relative;
}

.product-detail .p-product-detail__title.js-accordion-open:before,
.product-detail .p-product-detail__howto_title.js-accordion-open:before,
.product-detail .p-product-detail__blend_title.js-accordion-open:before {
  content: '';
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 30%;
  width: 6px;
  height: 6px;
  left: 0;
  z-index: 1;
  border-right: 1.2px solid #469de2;
  border-bottom: 1.2px solid #469de2;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.product-detail .p-product-detail__howto_subtitle {
  font-weight: bold;
}

.product-detail .p-product-detail__freeArea {
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__freeArea {
    height: 250px;
  }
}

.product-detail .p-product-detail__review {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title {
    font-size: 27px;
    margin: 50px 0 27px 0;
  }
}

.product-detail .p-product-detail__review__title__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__block {
    padding-top: 20px;
    letter-spacing: 0.03em;
  }
}

.product-detail .p-product-detail__review__title__t01 {
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t01 {
    font-size: 28px;
    margin: 0 0 -5px;
  }
}

.product-detail .p-product-detail__review__title__t02 {
  font-size: 12px;
}

.product-detail .p-product-detail__review__title__t03 {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t03 {
    font-size: 54px;
    letter-spacing: -0.06em;
  }
}

.product-detail .p-product-detail__review__title__t04 {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t04 {
    font-size: 20px;
    padding-bottom: 17px;
    padding-left: 15px;
    font-size: 17px;
    letter-spacing: 0.3em;
  }
}

.product-detail .p-product-detail__review__title__t05 {
  padding-bottom: 17px;
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__title__t05 {
    font-size: 14px;
  }
}

.product-detail .p-product-detail__review__left {
  margin: 0 30px 0 0;
}

.product-detail .p-product-detail__review__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail .p-product-detail__review__more {
  border: 1px solid #ccc;
  text-align: center;
  padding: 9px 0;
  font-size: 13px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__more {
    width: 180px;
    margin: 10px auto 24px;
  }
}

.product-detail .p-product-detail__review__more .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  background-color: #3b4043;
}

.product-detail .p-product-detail__review__more .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-detail .p-product-detail__review__more .p-arrow:before,
.product-detail .p-product-detail__review__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__more .p-arrow:before,
  .product-detail .p-product-detail__review__more .p-arrow:after {
    left: 150px;
  }
}

.product-detail .p-product-detail__review__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-detail .p-product-detail__review__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__post {
    font-size: 12px;
    letter-spacing: 0.03em;
    width: 130px;
    margin: 0 auto 120px;
    text-decoration: underline;
  }
}

.product-detail .p-product-detail__review__post a {
  color: #3b4043;
}

.product-detail .p-product-detail__review__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .p-product-detail__review__contents__left {
  width: 48%;
}

.product-detail .p-product-detail__review__contents__right {
  width: 46.8%;
}

.product-detail .p-product-detail__review__contents__c01 {
  color: #b1b3b4;
  font-size: 12px;
}

.product-detail .p-product-detail__review__contents__c02 {
  font-size: 18px;
  padding-top: 5px;
  letter-spacing: 0.03em;
}

.product-detail .p-product-detail__review__contents__c03 {
  color: #469de2;
  line-height: 1;
  padding-top: 8px;
  letter-spacing: 0.3em;
  font-size: 13px;
}

.product-detail .p-product-detail__review__contents__c04 {
  margin-top: 23px;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__contents__c04 {
    font-size: 14px;
    line-height: 2.14;
  }
}

.product-detail .p-product-detail__review__contents__c05 {
  position: relative;
  left: 30px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__review__contents__c05 {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.product-detail .p-product-detail__review__contents__c05:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: -1px;
  left: -30px;
  background: url("/freepage/maison-kose/common/img/product/pc03_user01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.product-detail .p-product-detail__review__contents--mo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .p-product-detail__article {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__article {
    max-width: 1170px;
    margin: 0 auto;
    padding-bottom: 168px;
  }
}

.product-detail .p-product-detail__article__title {
  font-size: 27px;
  margin: 120px 0 60px;
}

.product-detail .p-product-detail__article__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .p-product-detail__article__contents--01,
.product-detail .p-product-detail__article__contents--02,
.product-detail .p-product-detail__article__contents--03,
.product-detail .p-product-detail__article__contents--04 {
  width: 48%;
}

.product-detail .p-product-detail__article__contents--01:after,
.product-detail .p-product-detail__article__contents--02:after,
.product-detail .p-product-detail__article__contents--03:after,
.product-detail .p-product-detail__article__contents--04:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__article__contents--01,
  .product-detail .p-product-detail__article__contents--02,
  .product-detail .p-product-detail__article__contents--03,
  .product-detail .p-product-detail__article__contents--04 {
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product-detail .p-product-detail__article__contents--01:hover,
  .product-detail .p-product-detail__article__contents--02:hover,
  .product-detail .p-product-detail__article__contents--03:hover,
  .product-detail .p-product-detail__article__contents--04:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__article__contents--03,
.product-detail .p-product-detail__article__contents--04 {
  margin-top: 40px;
}

.product-detail .p-product-detail__article__contents--img {
  float: left;
  margin: 0 20px 0 0;
  font-size: 0;
}

.product-detail .p-product-detail__article__contents--img img {
  width: 100%;
}

.product-detail .p-product-detail__article__contents--text {
  font-size: 14px;
}

.product-detail .p-product-detail__article__contents--hash {
  font-size: 12px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__relation {
    padding: 0 0 110px;
  }
}

.product-detail .p-product-detail__relation__title {
  font-size: 27px;
  margin: 100px 0;
}

.product-detail .p-product-detail__staffstart {
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart {
    padding-bottom: 120px;
  }
}

.product-detail .p-product-detail__staffstart__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail .p-product-detail__staffstart__list li {
  width: 22.29885%;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__list li {
    margin-top: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__list li + .product-detail .p-product-detail__staffstart__list li {
    margin-left: 2.34%;
  }
}

.product-detail .p-product-detail__staffstart__thumb {
  position: relative;
}

.product-detail .p-product-detail__staffstart__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.product-detail .p-product-detail__staffstart__image:after {
  content: '';
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  z-index: 1;
  display: inline-block;
  background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.product-detail .p-product-detail__staffstart__image img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__hover-action {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .product-detail .p-product-detail__staffstart__hover-action:hover {
    opacity: 0.5;
  }
}

.product-detail .p-product-detail__staffstart__texts {
  text-align: left;
  color: #3b4043;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__texts {
    padding: 5px 12px 0;
  }
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__title {
    font-size: 14px;
    line-height: 1.73333;
    letter-spacing: .03em;
  }
}

.product-detail .p-product-detail__staffstart__title a {
  color: inherit;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__author {
    font-size: 12px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.product-detail .p-product-detail__staffstart__more {
  border: 1px solid #ccc;
  text-align: center;
  padding: 9px 0;
  font-size: 13px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__more {
    width: 180px;
    margin: 10px auto 24px;
  }
}

.product-detail .p-product-detail__staffstart__more .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  background-color: #3b4043;
}

.product-detail .p-product-detail__staffstart__more .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.product-detail .p-product-detail__staffstart__more .p-arrow:before,
.product-detail .p-product-detail__staffstart__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .product-detail .p-product-detail__staffstart__more .p-arrow:before,
  .product-detail .p-product-detail__staffstart__more .p-arrow:after {
    left: 150px;
  }
}

.product-detail .p-product-detail__staffstart__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-detail .p-product-detail__staffstart__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-product-detail__slider__thumb-area {
  position: relative;
  overflow: hidden;
}

.p-product-detail__slider__thumb {
  background-color: #f7f7f7;
}

.p-product-detail__slider__thumb:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/freepage/maison-kose/common/img/frames/frame_product_l.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.p-product-detail__slider__thumb__item.slick-active .p-product-detail__item__img {
  cursor: default;
}

.p-product-detail__slider__nav {
  position: relative;
}

.p-product-detail__slider__count {
  margin: 10px 0;
  font-family: 'Josefin Sans', 'sans-serif';
  font-size: 14px;
  color: #3b4043;
  letter-spacing: .09em;
  line-height: 1;
  text-align: center;
}

.p-product-detail__slider__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}

.p-product-detail__slider__arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__slider__arrow span {
    width: 7px;
    height: 7px;
  }
}

.p-product-detail__slider__arrow--right {
  right: -10px;
}

.p-product-detail__slider__arrow--right span {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-product-detail__slider__arrow--right span {
    border-top: 1px solid #3b4043;
    border-right: 1px solid #3b4043;
  }
}

.p-product-detail__slider__arrow--left {
  left: -10px;
}

.p-product-detail__slider__arrow--left span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (min-width: 901px), print {
  .p-product-detail__slider__arrow--left span {
    border-top: 1px solid #3b4043;
    border-left: 1px solid #3b4043;
  }
}

.p-product-detail__slider__nav__item {
  padding: 5px;
  background-color: #f7f7f7;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.p-product-detail__slider__nav__item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.p-product-detail__slider__nav__item.slick-current:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("/freepage/maison-kose/common/img/frames/frame_product_ss-blue.png") no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
  pointer-events: none;
}

.p-product-detail__modal {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal {
    padding: 157px 0;
  }
}

.p-product-detail__modal .modal_link {
  cursor: pointer;
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal .modal_link {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-product-detail__modal .modal_link:hover {
    opacity: 0.5;
  }

.p-product-detail__modal__inner {
  background-color: #fff;
  position: relative;
  top: auto;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__inner {
    width: 870px;
    padding: 60px;
  }
}

.p-product-detail__modal__hdg {
  line-height: 1;
}

.p-product-detail__modal__txt {
  line-height: 1;
  margin-top: 20px;
}

.p-product-detail__modal__txt--buy {
  margin-top: 60px;
}

.p-product-detail__modal__cart-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__cart-area {
    width: 507px;
    margin-top: 26px;
  }
}

.p-product-detail__modal__cart-area .item_counter-area {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__cart-area .item_counter-area {
    width: 244px;
    height: 60px;
  }
}

.p-product-detail__modal__cart-area .item_text {
  color: #3b4043;
  font-size: 14px;
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.p-product-detail__modal__cart-area .item_counter {
  width: 182px;
  height: 100%;
  position: absolute;
  right: 0%;
  top: 0;
  box-sizing: border-box;
}

.p-product-detail__modal__cart-area .item_counter .counter_btn {
  position: absolute;
  width: 55px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #469de2;
  font-size: 24px;
  z-index: 5;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__cart-area .item_counter .counter_btn {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-product-detail__modal__cart-area .item_counter .counter_btn:hover {
    opacity: 0.5;
  }
}

.p-product-detail__modal__cart-area .item_counter .counter_btn-minus {
  left: 0;
}

.p-product-detail__modal__cart-area .item_counter .counter_btn-plus {
  right: 0;
}

.p-product-detail__modal__cart-area .item_counter .counter_num {
  position: absolute;
  width: 72px;
  height: 100%;
  border-top: 1px solid #469de2;
  border-bottom: 1px solid #469de2;
  border-left: 0;
  border-right: 0;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #469de2;
  text-align: center;
}

.p-product-detail__modal__store-area {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal__store-area {
    width: 507px;
    margin-top: 60px;
  }
}

.p-product-detail__modal__store-area .store_list {
  margin-top: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-product-detail__modal-makeup {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup {
    padding: 157px 0;
  }
}

.p-product-detail__modal-makeup__inner {
  background-color: #fff;
  position: relative;
  top: auto;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__inner {
    width: 1080px;
    padding: 55px 90px 60px;
  }
}

.p-product-detail__modal-makeup__title {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.p-product-detail__modal-makeup__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__YKK-module {
    width: 424px;
    height: 424px;
  }
}

.p-product-detail__modal-makeup__sub-area {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area {
    width: 430px;
  }
}

.p-product-detail__modal-makeup__sub-area .howto {
  background-color: rgba(233, 247, 252, 0.9);
  color: #3b4043;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto {
    padding: 40px;
  }
}

.p-product-detail__modal-makeup__sub-area .howto .title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .title {
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .flow-list {
    margin-bottom: 15px;
  }
}

.p-product-detail__modal-makeup__sub-area .howto .flow-list li {
  margin-left: 1.5em;
  text-indent: -1.4em;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .flow-list li {
    font-size: 14px;
    line-height: 2.14286;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .flow-list li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

.p-product-detail__modal-makeup__sub-area .howto .flow-list .bold {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .howto .anotation {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__choice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .color-choice .make-clear {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
    border-bottom: 1px solid #3b4043;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .make-clear:hover {
    opacity: 0.5;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .make-clear:hover {
    cursor: pointer;
  }
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item {
  position: relative;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item .group__item__thumb {
  text-align: center;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item.is-disable:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 104%;
  background-color: #e0e0e0;
  opacity: 0.8;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item.is-disable .group__item__thumb {
  border: none;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item + .p-product-detail__color__group__item {
    margin-left: 22px;
  }

  .p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item:nth-child(6n+1) {
    margin-left: 0;
  }
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__group__item .group__item__thumb {
  height: auto;
}

.p-product-detail__modal-makeup__sub-area .color-choice .p-product-detail__color__all {
  margin-bottom: 0;
}

.p-product-detail__float-cart {
  display: block;
  position: fixed;
  z-index: 50;
  cursor: pointer;
}

@media screen and (min-width: 901px), print {
  .p-product-detail__float-cart {
    width: 54px;
    right: 0;
    bottom: 100px;
  }
}

.p-product-detail__float-cart img {
  width: 100%;
}

.p-product-detail__favorite-area {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

[data-module-sort-target].is-sort-unmatch {
  position: absolute;
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

[data-module-sort-target].is-sort-unmatch * {
  visibility: hidden;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-brand-wrapper {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-brand-wrapper {
    padding-top: 50px;
    width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-heading--primaly {
    font-size: 24px;
    line-height: 1.178571;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-heading--secondaly {
    font-size: 24px;
    line-height: 1.475;
    letter-spacing: 0.09;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-container {
    width: 100%;
    margin-top: 65px;
  }

  .p-brand-container:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-menu {
    width: 195px;
    float: left;
    position: relative;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list {
    margin-top: 5px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list li {
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid #dddede;
  }

  .p-brand-menu__list li:last-child {
    border-bottom: 1px solid #dddede;
  }
}

.p-brand-menu__list__link {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list__link {
    display: block;
    padding: 10px 30px 10px 5px;
  }
}

.p-brand-menu__list__link:after {
  content: '';
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid;
  border-right: 1px solid;
}

@media screen and (min-width: 901px), print {
  .p-brand-menu__list__link:after {
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content {
    width: 74.35897%;
    float: right;
  }
}

.p-brand-content__bar {
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .p-brand-content__bar {
    margin-bottom: 120px;
  }
}

.p-brand-content__cluster__brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands {
    margin-top: 35px;
    margin-left: -6.89655%;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands li {
    width: 26.88172%;
    margin-left: 6.45161%;
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands--simple {
    margin-left: -3.44828%;
    margin-top: 55px;
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brands--simple li {
    width: 21.66667%;
    margin-left: 3.33333%;
    margin-bottom: 20px;
  }
}

.p-brand-content__cluster__brand__link {
  color: #3b4043;
}

.p-brand-content__cluster__brand__image {
  width: 100%;
  display: block;
  line-height: 0;
}

.p-brand-content__cluster__brand__image .p-brand-content__cluster__brand__image__file {
  width: 100%;
}

.p-brand-content__cluster__brand__image.is-border {
  border: 1px solid #e0e0e0;
}

.p-brand-content__cluster__brand__image.is-border .p-brand-content__cluster__brand__image__file {
  width: 100%;
}

.p-brand-content__cluster__brand__name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brand__name {
    font-size: 14px;
    line-height: 2.142857;
    letter-spacing: 0.03;
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brand__name--simple {
    line-height: 1.5;
    margin-top: 5px;
    font-weight: normal;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__cluster__brand__description {
    font-size: 14px;
    line-height: 1.714285;
    letter-spacing: 0.03;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-content__is-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-hover-action {
    display: block;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-brand-hover-action:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top .l-main__content {
    max-width: none;
  }
}

.p-brand-top__header {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.p-brand-top__header__logo {
  width: 91px;
  margin: 0 auto;
  padding: 15px 0;
}

.p-brand-top__header__logo img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__wrap {
    width: 1170px;
  }
}

.p-brand-top__content {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__content {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__wrap:after {
    content: '';
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__img {
    max-width: 870px;
  }
}

.p-brand-top__mv__img img {
  width: 100%;
  vertical-align: middle;
}

.p-brand-top__mv__ttl {
  letter-spacing: 0.06em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__ttl {
    margin-top: 26px;
    font-size: 14px;
    font-weight: bold;
  }
}

.p-brand-top__mv__lead {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__lead {
    margin-top: 11px;
    font-size: 14px;
  }
}

.p-brand-top__mv__link {
  border: 1px solid #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__link {
    width: 223px;
    margin-top: 25px;
    letter-spacing: 0.3px;
  }
}

.p-brand-top__mv__link a {
  color: #3b4043;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__mv__link a {
    font-size: 12px;
    padding: 7px 0 8px 39px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-brand-top__mv__link a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__topic {
    margin-top: 90px;
    max-width: 870px;
  }
}

.p-brand-top__topic__hdg {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__topic__hdg {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__topic__inner {
    margin-top: 45px;
  }
}

.p-brand-top__slider {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider {
    margin-top: 90px;
    padding-bottom: 120px;
    width: 100%;
  }
}

.p-brand-top__slider__hdg {
  font-size: 24px;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow--left {
    left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow--right {
    right: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow span {
    top: 34%;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__annotation {
    right: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow {
    width: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow--right {
    right: -25px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__slider .c-product-slider__arrow--left {
    left: -25px;
  }
}

.p-brand-top__slider .c-product-slider__arrow--right span {
  left: 8px;
}

.p-brand-top__slider .c-product-slider__arrow--left span {
  right: 8px;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__products__hdg {
    padding: 120px 0 60px;
    font-size: 24px;
    letter-spacing: 0.09em;
  }
}

.p-brand-top__products__hdg span {
  font-size: 18px;
}

.p-brand-top__lineup {
  border-top: 1px solid #ccc;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup {
    margin-top: 70px;
    padding-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__content {
    margin-top: 45px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__content--type-c {
    margin-top: 30px;
  }
}

.p-brand-top__lineup__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item {
    width: 217px;
  }
}

.p-brand-top__lineup__item + .p-brand-top__lineup__item .p-brand-top__lineup__item__img:before {
  content: '';
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #e0e0e0;
}

.p-brand-top__lineup__item:nth-child(1) .p-brand-top__lineup__item__img:before {
  content: '';
  width: 1px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #e0e0e0;
}

.p-brand-top__lineup__item:last-child .p-brand-top__lineup__item__img:after {
  content: '';
  width: 1px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #e0e0e0;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item:nth-child(4n) .p-brand-top__lineup__item__img:after {
    content: '';
    width: 1px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #e0e0e0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item:nth-child(n+5) {
    margin-top: 45px;
  }
}

.p-brand-top__lineup__item--type-c + .p-brand-top__lineup__item--type-c .p-brand-top__lineup__item__img:before {
  content: '';
  width: 1px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #e0e0e0;
}

.p-brand-top__lineup__item--type-c:nth-child(1) .p-brand-top__lineup__item__img:before {
  content: '';
  width: 1px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #e0e0e0;
}

.p-brand-top__lineup__item--type-c:last-child .p-brand-top__lineup__item__img:after {
  content: '';
  width: 1px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #e0e0e0;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item--type-c:nth-child(4n) .p-brand-top__lineup__item__img:after {
    content: '';
    width: 1px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #e0e0e0;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item--type-c:nth-child(n+5) {
    margin-top: 45px;
  }
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item--type-c .p-brand-top__lineup__item__info {
    margin-top: 10px;
  }
}

.p-brand-top__lineup__item__img {
  font-size: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item__img {
    height: 82px;
    width: 217px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-brand-top__lineup__item__img img {
  width: auto;
  height: 100%;
  max-width: 999%;
}

.p-brand-top__lineup__item__img__txt {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item__img__txt {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.p-brand-top__lineup__item__info {
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__item__info {
    padding: 0 10px;
  }
}

.p-brand-top__lineup__info__name {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__info__name {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
    margin-top: 25px;
  }
}

.p-brand-top__lineup__info__desc {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__info__desc {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
  }
}

.p-brand-top__lineup__more {
  border: 1px solid #ccc;
  text-align: center;
  padding: 9px 0;
  font-size: 13px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__more {
    width: 180px;
    margin: 10px auto 24px;
  }
}

.p-brand-top__lineup__more .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  background-color: #3b4043;
}

.p-brand-top__lineup__more .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-brand-top__lineup__more .p-arrow:before,
.p-brand-top__lineup__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .p-brand-top__lineup__more .p-arrow:before,
  .p-brand-top__lineup__more .p-arrow:after {
    left: 150px;
  }
}

.p-brand-top__lineup__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-brand-top__lineup__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.brand-product {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .brand-product .l-main__content {
    max-width: 1174px;
  }
}

.brand-product .p-path {
  background: #f3f3f3;
}

.brand-product .p-path-inner {
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  padding: 12px 0 11px;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-path-inner {
    max-width: 1332px;
  }
}

.brand-product .p-product__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-product__content {
    width: 1332px;
  }
}

.brand-product .p-product__header {
  margin: 100px 0 55px;
}

.brand-product .p-product__header--title {
  font-size: 28px;
  margin: 0 0 10px;
}

.brand-product .p-product__header--title span {
  font-size: 18px;
}

.brand-product .p-product__header--text {
  font-size: 12px;
  line-height: 1.8;
  width: 860px;
}

.brand-product .p-product__header--tag {
  font-size: 14px;
  margin: 12px 0;
}

.brand-product .p-product__header--tag .innertag {
  color: #48add3;
}

.brand-product .p-product__logo {
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 0 8px;
}

.brand-product .p-product__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-product .p-product__left__wrap {
  width: 210px;
  float: left;
}

.brand-product .p-product__left__wrap ul {
  font-size: 14px;
  line-height: 2;
}

.brand-product .p-product__left__wrap ul li {
  padding: 10px 0 10px 10px;
}

.brand-product .p-product__left__wrap ul li.is-selected {
  background: #e4f3f8;
}

.brand-product .p-product__left__wrap ul li:hover {
  background: #e4f3f8;
}

.brand-product .p-product__left__search {
  border-bottom: 1px solid #b1b3b4;
  padding-bottom: 4px;
}

.brand-product .p-product__left__search img {
  width: 22px;
  margin-bottom: -3px;
}

.brand-product .p-product__left__search input.search-icon {
  color: #ccc;
  border: none;
  color: #b1b3b4;
  font-size: 14px;
  text-align: center;
  width: 170px;
}

.brand-product .p-product__left__list-title {
  font-weight: bold;
  margin: 20px 0 15px;
  position: relative;
}

.brand-product .p-product__left__list-title span {
  color: #48add3;
}

.brand-product .p-product__left__list-title .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
}

.brand-product .p-product__left__list-title .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.brand-product .p-product__left__list-title .p-arrow:before,
.brand-product .p-product__left__list-title .p-arrow:after {
  right: 0;
  width: 15px;
  height: 1.2px;
}

.brand-product .p-product__left__list-title .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brand-product .p-product__left__list-title.js-accordion-open {
  font-weight: bold;
  margin: 50px 0 10px;
  position: relative;
}

.brand-product .p-product__left__list-title.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.brand-product .p-product__left__price > p {
  font-size: 14px;
  font-weight: bold;
  margin: 40px 0 10px;
}

.brand-product .p-product__left__much {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand-product .p-product__left__much p {
  margin: 7px 5px 0 5px;
}

.brand-product .p-product__left__much .c-much_waku {
  border: 1px solid #3b4043;
  padding: 10px;
  font-size: 12px;
  width: 78px;
  height: 38px;
  padding: 0 0 0 10px;
  display: table-cell;
  vertical-align: middle;
}

.brand-product .p-product__left__filterBtn {
  background: #3b4043;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 25px 0 30px;
  letter-spacing: 2px;
  position: relative;
}

.brand-product .p-product__left__filterBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 40%;
  width: 6px;
  height: 6px;
  right: 17px;
  z-index: 1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brand-product .p-product__left__filterBtn:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 112px;
  background-image: url(/freepage/maison-kose/common/img/product/search-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-product__left__filterBtn:before {
    display: none;
  }
}

.brand-product .p-product__left__sortBtn {
  background: #f3f3f3;
  color: #3b4043;
  font-size: 12px;
  padding: 13px 10px 13px 21px;
  text-align: center;
  margin: 60px 0 10px;
  letter-spacing: 2px;
  position: relative;
  width: 40%;
}

.brand-product .p-product__left__sortBtn:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 41px;
  background-image: url(/freepage/maison-kose/common/img/product/search-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.brand-product .p-product__left__sortBtn:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 24px;
  background-image: url(/freepage/maison-kose/common/img/product/search-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}

@media screen and (min-width: 901px), print {
  .brand-product .p-product__left__sortBtn:before {
    display: none;
  }
}

.brand-product .p-product__left__detailBtn span {
  position: relative;
  font-size: 14px;
  color: #3b4043;
}

.brand-product .p-product__left__detailBtn span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 33%;
  width: 6px;
  height: 6px;
  right: -17px;
  z-index: 1;
  border-right: 1px solid #3b4043;
  border-bottom: 1px solid #3b4043;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.brand-product .radio01-input,
.brand-product .radio02-input,
.brand-product .check01-input,
.brand-product .check02-input,
.brand-product .check03-input {
  display: none;
}

.brand-product .radio01-input + label,
.brand-product .radio02-input + label,
.brand-product .check01-input + label,
.brand-product .check02-input + label,
.brand-product .check03-input + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.brand-product .radio01-input + label:before,
.brand-product .radio02-input + label:before,
.brand-product .check01-input + label:before,
.brand-product .check02-input + label:before,
.brand-product .check03-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1.2px solid #6a6b6a;
  border-radius: 50%;
}

.brand-product .radio01-input,
.brand-product + label,
.brand-product .radio02-input,
.brand-product + label,
.brand-product .check01-input,
.brand-product + label,
.brand-product .check02-input + label,
.brand-product .check03-input + label {
  color: #469de2;
}

.brand-product .radio01-input:checked + label:after,
.brand-product .radio02-input:checked + label:after,
.brand-product .check01-input:checked + label:after,
.brand-product .check02-input:checked + label:after,
.brand-product .check03-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 4.5px;
  width: 10px;
  height: 10px;
  background: #469de2;
  border-radius: 50%;
}

.brand-product .p-product__sortBtn {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 22;
}

.brand-product .p-product__sortBtn #tg {
  display: none;
}

.brand-product .p-product__sortBtn .menu {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -10px;
  list-style: none;
}

.brand-product .p-product__sortBtn .menu li {
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.brand-product .p-product__sortBtn .dropInput:checked ~ .menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.brand-product .p-product__sortBtn .dropLabel {
  font-size: 14px;
  padding: 8px 15px;
  width: 100px;
  display: block;
  background-color: #f3f3f3;
  text-align: left;
  position: relative;
  color: #333;
  text-decoration: none;
}

.brand-product .p-product__sortBtn .dropLabel:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 32%;
  width: 6px;
  height: 6px;
  right: 14px;
  z-index: 1;
  border-right: 2px solid #469de2;
  border-bottom: 2px solid #469de2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.brand-product .p-product__sortBtn .item {
  font-size: 14px;
  padding: 8px 15px;
  display: block;
  background-color: #fff;
  text-align: left;
  position: relative;
  color: #333;
  text-decoration: none;
}

.brand-product .p-product__sortBtn .item:hover {
  background-color: #f3f3f3;
}

.brand-product .p-product__sortBtn .animation {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.brand-product .p-product-item {
  margin: 0 30px 30px 0;
}

.brand-product .p-product__main {
  position: relative;
  padding: 70px 0 50px 100px;
}

.brand-product .p-product__main:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 901px), print {
  .brand-product .sp {
    display: none;
  }
}

.brand-product .sp a {
  text-decoration: none;
}

.brand-product .p-myModal_popUp,
.brand-product input[name="myModal_switch"],
.brand-product #myModal_open + label ~ label {
  display: none;
}

.brand-product #myModal_open + label,
.brand-product #myModal_close-button + label {
  cursor: pointer;
}

.brand-product .p-myModal_popUp {
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s 1 normal;
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.brand-product #myModal_open:checked + label ~ .p-myModal_popUp {
  background: #fff;
  display: block;
  width: 90%;
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 998;
}

.brand-product #myModal_open:checked + label ~ .p-myModal_popUp > .p-myModal_popUp-content {
  width: calc(100% - 40px);
  height: calc(100% - 20px - 44px);
  padding: 10px 20px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.brand-product #myModal_open:checked + label + #myModal_close-overlay + label {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  z-index: 997;
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label {
  display: block;
  background: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
  width: 90%;
  height: 44px;
  position: fixed;
  bottom: 10%;
  left: 5%;
  z-index: 999;
}

.brand-product .p-myModal__kodawari {
  text-align: center;
  padding: 2%;
}

.brand-product .p-myModal__brand {
  background: #eee;
  padding: 5px 4%;
  font-size: 12.8px;
  font-size: 0.8rem;
  position: relative;
  width: 97.5%;
  left: -3%;
}

.brand-product .p-myModal__honbun {
  margin: 30px 0 0;
  padding: 30px 0 0 10px;
  font-weight: bold;
}

.brand-product .p-myModal__01 ul,
.brand-product .p-myModal__02 ul,
.brand-product .p-myModal__03 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-product .p-myModal__01 li,
.brand-product .p-myModal__02 li,
.brand-product .p-myModal__03 li {
  width: 180px;
}

.brand-product .p-myModal__03 {
  margin-bottom: 30px;
}

.brand-product .p-myModal__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
}

.brand-product .p-myModal__b01 {
  color: #3b4043;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 25px 20px 30px;
  letter-spacing: 2px;
  border: solid 1px #eee;
}

.brand-product .p-myModal__b02 {
  background: #3b4043;
  color: #fff;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  margin: 25px 0 30px;
  letter-spacing: 2px;
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label:before {
  content: '×';
}

.brand-product #myModal_open:checked ~ #myModal_close-button + label:after {
  content: 'CLOSE';
  margin-left: 5px;
  font-size: 80%;
}

.brand-product .p-top-products__item__img {
  height: auto;
  padding-top: 130%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f7f7f7;
  position: relative;
}

.brand-product .p-top-products__item__img img {
  width: 97.77778%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.brand-product .p-top-products__item__img:after {
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background: url(/freepage/maison-kose/common/img/frames/frame_top_m.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 10;
}

.p-about-wrapper {
  background-color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-about-wrapper {
    min-width: 1170px;
  }
}

.p-about-cluster {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-about-cluster {
    width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about-cluster__inner {
    margin: 0 auto;
    width: 1080px;
  }
}

.p-about-bgBand {
  background-color: #f3f7fa;
}

.p-about__lead {
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 901px), print {
  .p-about__lead {
    padding: 120px 0 110px;
  }
}

.p-about__lead__logo {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-about__lead__logo {
    margin-bottom: 60px;
    width: 556px;
  }
}

.p-about__lead__logo img {
  width: 100%;
}

.p-about__lead__state {
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__lead__state {
    line-height: 2;
    font-size: 24px;
  }
}

.p-about__lead__text {
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__lead__text {
    margin-top: 20px;
    line-height: 2.4;
    font-size: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership {
    padding: 117px 0 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
    width: 100%;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item {
    width: 33.3333%;
    text-align: center;
  }

  .p-about__membership__feature__item:nth-child(n+4) {
    margin-top: 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item img {
    display: block;
    width: 150px;
    margin: 0 auto 10px;
  }
}

.p-about__membership__feature__item__title {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__title {
    text-align: center;
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 1.1;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__subtitle {
    font-size: 12px;
  }
}

.p-about__membership__feature__item__desc {
  letter-spacing: 0.03em;
  text-align: left;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__desc {
    line-height: 2;
    font-size: 15px;
    width: 270px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__desc__small {
    font-size: 12px;
  }
}

.p-about__membership__feature__item__link {
  text-align: left;
  display: block;
  color: inherit;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__feature__item__link {
    line-height: 2;
    font-size: 12px;
    width: 270px;
    margin: 10px auto 0;
  }
}

.p-about__membership__signup {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup {
    background-color: #f3f7fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 100px;
    width: 990px;
    box-sizing: border-box;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup-leftside {
    text-align: center;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup-rightside {
    width: 376px;
    text-align: center;
  }
}

.p-about__membership__signup__text {
  letter-spacing: 0.09em;
  line-height: 1em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__text {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.p-about__membership__signup__caption {
  line-height: 1em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__caption {
    letter-spacing: 0.09em;
    font-size: 14px;
  }
}

.p-about__membership__signup__btn {
  position: relative;
  display: block;
  background-color: #ee696f;
  color: #fff;
  text-align: center;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__btn {
    padding: 20px 0;
    width: 100%;
    font-size: 14px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__membership__signup__btn:hover {
    opacity: 0.7;
  }
}

.p-about__membership__signup__btn:after {
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-about__membership__signup__btn:after {
    right: 25px;
    width: 6px;
    height: 6px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app {
    padding: 120px 0 131px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis {
    position: relative;
    padding-bottom: 130px;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__inner {
    width: 830px;
  }
}

.p-about__app__diagnosis__subtitle {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__subtitle {
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.p-about__app__diagnosis__title img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__title {
    margin-bottom: 25px;
    width: 432px;
  }
}

.p-about__app__diagnosis__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__text {
    margin-bottom: 50px;
    width: 520px;
    line-height: 2.4;
    font-size: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__demoImg {
    position: absolute;
    top: -20px;
    right: 180px;
    width: 246px;
  }
}

.p-about__app__diagnosis__demoImg img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__btn {
    position: relative;
    display: block;
    width: 300px;
    background-color: #3b4043;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 48px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__app__diagnosis__btn:after {
    position: absolute;
    top: 50%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
}

@media screen and (min-width: 901px) and (min-width: 901px), print {
  .p-about__app__diagnosis__btn:after {
    right: 24px;
    width: 7px;
    height: 7px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__diagnosis__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__download {
    position: relative;
    padding-top: 90px;
    width: 830px;
  }
}

.p-about__app__download__title {
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.p-about__app__download__caption {
  letter-spacing: 0.09em;
}

.p-about__app__download__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__btn {
    width: 365px;
  }

  .p-about__app__download__btn .-appstore {
    width: 164px;
  }

  .p-about__app__download__btn .-googleplay {
    width: 184px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__btn a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__app__download__btn a:hover {
    opacity: 0.7;
  }
}

.p-about__app__download__btn a img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-about__app__download__qr {
    position: absolute;
    top: 90px;
    right: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__sns {
    padding: 87px 0 90px;
  }
}

.p-about__sns__title {
  text-align: center;
  letter-spacing: 0.09em;
  font-family: 'Josefin Sans', 'sans-serif';
}

@media screen and (min-width: 901px), print {
  .p-about__sns__title {
    margin-bottom: 45px;
    font-weight: lighter;
    font-size: 28px;
  }
}

.p-about__sns__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-about__sns__icon {
    width: 330px;
  }

  .p-about__sns__icon .-twitter {
    width: 29px;
  }

  .p-about__sns__icon .-facebook {
    /*width: 17px;*/
    width: 42px;
  }

  .p-about__sns__icon .-line {
    width: 41px;
  }

  .p-about__sns__icon .-instagram {
    width: 32px;
  }

  .p-about__sns__icon .-youtube {
    width: 39px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about__sns__icon a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-about__sns__icon a:hover {
    opacity: 0.7;
  }
}

.p-about__sns__icon a img {
  width: 100%;
}

.p-about-search {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .p-about-search {
    padding: 65px 0;
  }
}

.p-about-search__grad {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(317deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background: linear-gradient(133deg, rgba(26, 54, 124, 0.8), rgba(26, 155, 193, 0.8), rgba(102, 187, 212, 0.8), rgba(242, 158, 22, 0.8));
  background-size: 600% 600%;
}

.p-about-search__background {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: -5;
  opacity: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 901px), print {
  .p-about-search__background {
    width: 100vw;
    height: 100vh;
    background: url("/freepage/maison-kose/about_maisonkose/img/bg_search.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.p-about-search__container {
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-about-search__container {
    padding-top: 296px;
    width: 390px;
  }
}

.p-about-search__container:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("/freepage/maison-kose/common/img/project/top/search/shape.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-about-search__container:after {
  position: absolute;
  top: 50%;
  z-index: 5;
  border-top: 1px solid #4e5355;
  border-right: 1px solid #4e5355;
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  pointer-events: none;
}

@media screen and (min-width: 901px), print {
  .p-about-search__container:after {
    right: 35px;
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 901px), print {
  .p-about-search__container + .p-about-search__container {
    margin-left: 60px;
  }
}

.p-about-search__container span {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-about-search__container:hover:before {
    opacity: 0.5;
  }

  .p-about-search__container:hover:after {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    pointer-events: none;
  }
}

.p-about-search__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 901px), print {
  .p-about-search__inner {
    width: 272px;
  }
}

.p-about-search__hdg {
  z-index: 10;
  color: #3b4043;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-about-search__hdg {
    letter-spacing: 0.03em;
    font-size: 24px;
  }
}

.p-about-search__txt {
  z-index: 10;
  color: #3b4043;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-about-search__txt {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__heading--primaly {
    font-size: 24px;
    line-height: 1.22222;
    letter-spacing: .09em;
  }
}

.p-cp__heading--secondaly {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-cp__heading--secondaly {
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: .09em;
  }
}

.p-cp__pagetitle {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cp__pagetitle {
    padding: 50px 0 50px;
    max-width: 1170px;
  }
}

.p-cp__pickup {
  background-color: #f3f3f3;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup {
    padding: 90px 0 140px;
  }
}

.p-cp__pickup__arrow {
  position: absolute;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow {
    width: 6.59722%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-cp__pickup__arrow:hover {
    opacity: 0.5;
  }
}

.p-cp__pickup__arrow span {
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow span {
    width: 16px;
    height: 16px;
    top: 60%;
  }
}

.p-cp__pickup__arrow--right {
  right: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow--right span {
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    border-top: 1px solid #469de2;
    border-right: 1px solid #469de2;
    left: 30px;
  }
}

.p-cp__pickup__arrow--left {
  left: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__arrow--left span {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    border-top: 1px solid #469de2;
    border-left: 1px solid #469de2;
    right: 30px;
  }
}

.p-cp__pickup__arrow.slick-disabled {
  opacity: 0 !important;
  cursor: default;
}

.p-cp__pickup__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-cp__pickup__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner {
    width: 860px;
    margin-top: 55px;
  }
}

.p-cp__pickup__container__inner .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 4.5%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots {
    bottom: -50px;
  }
}

.p-cp__pickup__container__inner .slick-dots li {
  position: relative;
  background-color: #469de2;
  border-radius: 50%;
  opacity: 0.5;
  list-style: none;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots li {
    width: 6px;
    height: 6px;
    cursor: pointer;
  }
}

.p-cp__pickup__container__inner .slick-dots li button {
  display: none;
}

.p-cp__pickup__container__inner .slick-dots li.slick-active {
  opacity: 1;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__inner .slick-dots li + li {
    margin-left: 24px;
  }
}

.p-cp__pickup__container__group {
  margin: 0 auto;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__group {
    width: 860px;
  }
}

.p-cp__pickup__container__group.slick-center {
  opacity: 1;
}

.p-cp__pickup__container__item img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__item {
    width: 260px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-cp__pickup__container__item:hover {
    opacity: 0.5;
  }
}

.p-cp__pickup__container__item__info {
  color: #3b4043;
  line-height: 1.714285714;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__container__item__info {
    margin-top: 20px;
    font-size: 12px;
  }
}

.p-cp__pickup__ttl {
  margin: 0 auto;
  text-align: center;
}

.p-cp__pickup__subttl {
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-cp__pickup__subttl {
    font-size: 14px;
    margin-top: 20px;
  }
}

.p-cp__brand-nav {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav {
    padding: 90px 0 70px;
    max-width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__contents {
    margin-top: 20px;
  }
}

.p-cp__brand-nav__list {
  font-size: 0;
}

.p-cp__brand-nav__list__item {
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__list__item {
    width: 25%;
    font-size: 14px;
    line-height: 1.28571;
    letter-spacing: .09em;
    margin-top: 30px;
  }

  .p-cp__brand-nav__list__item:nth-child(4n+1) {
    border-left: 1px solid #e0e0e0;
  }
}

.p-cp__brand-nav__list__item a {
  width: 100%;
  color: #000000;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__list__item a {
    height: 60px;
    padding-bottom: 7px;
    box-sizing: border-box;
  }
}

.p-cp__brand-nav__list__item a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-right: 1px solid #3b4043;
  border-bottom: 1px solid #3b4043;
}

.p-cp__brand-nav__list__item a span {
  position: absolute;
  width: 100%;
  display: inline-block;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.p-cp__brand-nav__more {
  border: 1px solid #cccccc;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__more {
    width: 180px;
    margin: 50px auto 24px;
    font-size: 12px;
    padding: 7px 0;
  }
}

.p-cp__brand-nav__more .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
}

.p-cp__brand-nav__more .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-cp__brand-nav__more .p-arrow:before,
.p-cp__brand-nav__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand-nav__more .p-arrow:before,
  .p-cp__brand-nav__more .p-arrow:after {
    left: 150px;
  }
}

.p-cp__brand-nav__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-cp__brand-nav__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-cp__brands__border {
  margin: 0 auto;
  border-top: 1px solid #e1e1e1;
}

@media screen and (min-width: 901px), print {
  .p-cp__brands__border {
    width: 1170px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__brands__brand {
    width: 870px;
    margin: 105px auto 85px;
  }
}

.p-cp__brand__title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding-bottom: 5px;
  }
}

.p-cp__brand__logo {
  display: inline-block;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-cp__brand__logo {
    width: 180px;
  }
}

.p-cp__brand__logo img {
  width: 100%;
}

.p-cp__brand__campaigns {
  font-size: 0;
}

.p-cp__campaign {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign {
    width: 29.88506%;
    margin-top: 50px;
  }

  .p-cp__campaign:not(:nth-child(3n+1)) {
    margin-left: 5.17241%;
  }
}

.p-cp__campaign a {
  display: block;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign:not(:nth-child(3n+1)) {
    margin-left: 5.17241%;
  }
}

.p-cp__campaign__image {
  font-size: 0;
}

.p-cp__campaign__image img {
  width: 100%;
}

.p-cp__campaign__date {
  word-wrap: break-word;
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign__date {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .09em;
    margin-top: 5px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__campaign__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp__hover-action {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-cp__hover-action:hover {
    opacity: 0.5;
  }
}

.p-category-breadcrunb {
  background: #f3f3f3;
}

.p-category-content {
  position: relative;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-category-content {
    padding: 50px 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__inner {
    max-width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__heading--primaly {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.178571;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__heading--secondaly {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-category-content__search {
  border-bottom: 1px solid #b1b3b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-category-content__search {
    margin-top: 40px;
    padding-bottom: 10px;
    width: 390px;
  }
}

.p-category-content__search input.search-icon {
  border: none;
  color: #3b4043;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-category-content__search input.search-icon {
    font-size: 14px;
    letter-spacing: 0.1;
    padding-right: 30px;
  }
}

.p-category-content__search__icon {
  background-color: transparent;
  position: absolute;
  bottom: 3px;
}

@media screen and (min-width: 901px), print {
  .p-category-content__search__icon {
    width: 26px;
    right: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-category-content__search__icon:hover {
    opacity: 0.5;
  }
}

.p-category-content__search__icon img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__category + .p-category-content__categories__category {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__heading {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__heading__icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.09;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-category-content__categories__list li {
    width: 240px;
    margin: 15px 0;
  }
}

.p-category-content__categories__textlink {
  color: #3b4043;
  text-decoration: none;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-category-content__hover-action {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-category-content__hover-action:hover {
    opacity: 0.5;
  }
}

.p-beauty__kv {
  text-align: center;
  background-size: cover;
  color: #fff;
  text-shadow: 0 7px 29px rgba(3, 41, 59, 0.2);
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv {
    background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_default_pc.jpg");
    height: 330px;
    padding-top: 80px;
    max-width: 1170px;
    margin: 60px auto 0;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv--photo {
    background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_photo_pc.jpg");
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv--photo2 {
    background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_photo_pc2.jpg");
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv--panel {
    background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_panel_pc.jpg");
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv--panel2 {
    background-image: url("/freepage/maison-kose/common/img/beautytopics/kv_bg_panel_pc2.jpg");
  }
}

.p-beauty__kv__title {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
  color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv__title {
    font-size: 45px;
    line-height: 1.33333;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv__subtitle {
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__kv__text {
    color: #fff;
    font-size: 15px;
    line-height: 2;
    letter-spacing: .03em;
    margin-top: 30px;
  }
}

.p-beauty__heading {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beauty__heading {
    margin-bottom: 30px;
  }
}

.p-beauty__heading__title {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__heading__title {
    font-size: 28px;
    letter-spacing: .18em;
  }
}

.p-beauty__heading__subtitle {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__heading__subtitle {
    font-size: 14px;
    line-height: 3;
    letter-spacing: .09em;
  }

  /*220407追加*/
  .p-beauty__heading__subtitle--large{
    font-size: 18px;
    margin-top: 20px;
  }
  .p-beauty__heading__subtitle--medium{
    font-size: 16px;
  }
}

.p-beauty__new {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new {
    padding-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi {
    display: block;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    font-size: 0;
  }
}

.p-beauty__new__navi li {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi li {
    width: 154px;
    max-width: 16.666666%;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: .09em;
    border-top: 1px solid #3b4043;
    border-right: 1px solid #3b4043;
    border-bottom: 1px solid #3b4043;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .p-beauty__new__navi li:hover {
    background-color: #3b4043;
    color: #fff;
  }
}

.p-beauty__new__navi li.is-active {
  background-color: #3b4043;
  color: #fff;
}

.p-beauty__new__navi li a:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  top: 50%;
  right: 12px;
  border-top: 1px solid #3b4043;
  border-right: 1px solid #3b4043;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi li.is-active a:after,
  .p-beauty__new__navi li a:hover:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi li:first-child {
    border-left: 1px solid #3b4043;
  }
}

.p-beauty__new__navi li a {
  color: #3b4043;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__navi li a:hover {
    color: #fff;
  }
}

.p-beauty__new__list {
  display: inline-block;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__list {
    width: 1000px;
    max-width: 100%;
    margin: auto -15px;
  }
}

.p-beauty__new__list li {
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__list li {
    width: 210px;
    margin: 40px 15px 10px;
  }
}

.p-beauty__new__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.p-beauty__new__image:after {
  content: '';
  position: absolute;
  width: 107.6%;
  height: 107.6%;
  top: -3.8%;
  left: -3.8%;
  z-index: 1;
  display: inline-block;
  background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.p-beauty__new__image img {
  width: 100%;
}

.p-beauty__new__texts {
  text-align: left;
  color: #3b4043;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__texts {
    padding: 0 12px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__date {
    margin-top: 5px;
    font-size: 12px;
    line-height: 2.24;
    letter-spacing: .03em;
  }
}

.p-beauty__new__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .03em;
  }
}

.p-beauty__new__title a {
  display: inline-block;
  color: inherit;
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__author {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__new__tags {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    margin-top: 5px;
  }
}

.p-beauty__new__tag + .p-beauty__new__tag {
  margin-left: 1em;
}

.p-beauty__new__tag strong {
  font-weight: normal;
  color: #48add3;
}

@media screen and (min-width: 901px), print {
  .p-beauty__category {
    display: none;
  }
}

.p-beauty__keyword {
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-beauty__keyword {
    padding: 80px 0 80px;
  }
}

.p-beauty__keyword__list {
  display: inline-block;
  width: 1000px;
  max-width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty__keyword__list {
    margin-top: -10px;
  }
}

.p-beauty__keyword__list li {
  display: inline-block;
}

.p-beauty__keyword__list li a {
  display: block;
  height: 100%;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__keyword__list li a {
    border: 1px solid #b1b3b4;
    padding: 0 30px;
    font-size: 14px;
    line-height: 46px;
    letter-spacing: .03em;
    border-radius: 25px;
    margin: 8px 10px;
  }
}

.p-beauty__keyword__list strong {
  font-weight: normal;
  color: #48add3;
}

.p-beauty__pickup {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup {
    padding: 90px 0 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row wrap;
    -ms-flex-direction: row wrap;
    flex-direction: row wrap;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__list li {
    width: 262px;
    margin: 0 22px;
  }
}

.p-beauty__pickup__texts {
  text-align: left;
  color: #3b4043;
}

.p-beauty__pickup__image {
  width: 100%;
}

.p-beauty__pickup__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
    margin: 6px auto 7px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__pickup__description {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.p-beauty__pickup__description a {
  display: inline-block;
  color: inherit;
}

.p-beauty__feature--bg-gray {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature {
    padding: 90px 0 80px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row wrap;
    -ms-flex-direction: row wrap;
    flex-direction: row wrap;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__list li {
    width: 300px;
    margin: 0 30px;
  }
}

.p-beauty__feature__image-area {
  width: 100%;
  background-image: url("/freepage/maison-kose/common/img/beautytopics/feature_bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.p-beauty__feature__image-area--bg-white {
  background-image: url("/freepage/maison-kose/common/img/beautytopics/feature_bg_white.png");
}

.p-beauty__feature__image {
  width: 100%;
}

.p-beauty__feature__texts {
  text-align: left;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__texts {
    padding: 0 12px;
  }
}

.p-beauty__feature__title {
  text-align: left;
  color: #3b4043;
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__title {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.p-beauty__feature__description {
  text-align: left;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty__feature__description {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

.p-beauty__feature__description a {
  display: inline-block;
  color: inherit;
}

.p-beauty__hover-action {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-beauty__hover-action:hover {
    opacity: 0.5;
  }
}

.p-beauty-list__maico {
  text-align: center;
  width: 100%;
  display: block;
  background-image: url("/freepage/maison-kose/common/img/beautytopics/list/logo_bg.png");
  background-size: cover;
  font-size: 0;
}

.p-beauty-list__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__content {
    width: 1170px;
    border-bottom: 1px solid #cccccc;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__header {
    margin: 100px 0 55px;
  }
}

.p-beauty-list__header--title {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__header--title {
    margin: 0 0 5px;
    font-size: 28px;
    letter-spacing: 0.09em;
  }
}

.p-beauty-list__header--title span {
  font-size: 18px;
}

.p-beauty-list__header--text {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__header--text {
    font-size: 12px;
    line-height: 1.8;
    width: 860px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__header--tag {
    margin: 8px 0 12px -12px;
    font-size: 12px;
  }
}

.p-beauty-list__header--tag .innertag {
  color: #48add3;
}

.p-beauty-list__header--tag__link {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__header--tag__link {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    margin-left: 12px;
  }

  .p-beauty-list__header--tag__link:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search {
    display: none;
  }
}

.p-beauty-list__search__wrap {
  border-bottom: 1px solid #b1b3b4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search__wrap {
    margin-top: 40px;
    padding-bottom: 10px;
    width: 900px;
  }
}

.p-beauty-list__search__wrap input.search-icon {
  border: none;
  color: #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search__wrap input.search-icon {
    font-size: 14px;
    letter-spacing: .1em;
    width: 100%;
    margin-left: 20px;
  }
}

.p-beauty-list__search__icon {
  margin-bottom: -3px;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__search__icon {
    width: 15px;
  }
}

.p-beauty-list__search__icon img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__sortBtn {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 55;
  }
}

.p-beauty-list__sortModal {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__sortModal {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__categories {
    display: none;
  }
}

.p-beauty-list__main {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__main {
    padding: 95px 0 60px;
  }
}

.p-beauty-list__main:after {
  content: "";
  display: block;
  clear: both;
}

.p-beauty-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__wrap {
    padding-bottom: 30px;
  }
}

.p-beauty-list__topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics {
    margin-top: -60px;
    margin-left: -24px;
  }
}

.p-beauty-list__topics li {
  width: 22.29885%;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics li {
    margin-top: 60px;
    margin-left: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics li + .p-beauty-list__topics li {
    margin-left: 2.34%;
  }
}

.p-beauty-list__topics__thumb {
  position: relative;
}

.p-beauty-list__topics__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.p-beauty-list__topics__image:after {
  content: '';
  position: absolute;
  width: 107.6%;
  height: 107.6%;
  top: -3.8%;
  left: -3.8%;
  z-index: 1;
  display: inline-block;
  background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.p-beauty-list__topics__image img {
  width: 100%;
}

.p-beauty-list__topics__texts {
  text-align: left;
  color: #3b4043;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__texts {
    padding: 0 12px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__date {
    font-size: 12px;
    line-height: 2.24;
    letter-spacing: .03em;
  }
}

.p-beauty-list__topics__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__title {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.73333;
    letter-spacing: .03em;
  }
}

.p-beauty-list__topics__title a {
  color: inherit;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__author {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__topics__tags {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    margin-top: 5px;
  }
}

.p-beauty-list__topics__tag + .p-beauty-list__topics__tag {
  margin-left: 1em;
}

.p-beauty-list__topics__tag strong {
  font-weight: normal;
}

.p-beauty-list__left__wrap {
  width: 195px;
  float: left;
  position: relative;
  background-color: #fff;
}

.p-beauty-list__left__wrap__listtitle {
  color: #3b4043;
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 20px;
}

.p-beauty-list__left__wrap__listtitle:after {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #469de2;
}

.p-beauty-list__left__wrap ul li.list-category__item {
  border-top: 1px solid #e0e1e1;
  position: relative;
}

.p-beauty-list__left__wrap ul li.list-category__item:last-child {
  border-bottom: 1px solid #e0e1e1;
}

.p-beauty-list__left__wrap ul li.list-category__item:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 1em;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.p-beauty-list__left__wrap ul li.list-category__item > a {
  display: block;
  padding: 13px 0 12px 23px;
  color: #3b4043;
  font-size: 14px;
}

.p-beauty-list__left__wrap ul li.list-category__item > a:hover,
.p-beauty-list__left__wrap ul li.list-category__item > a.is-current {
  background: #e4f3f8;
}

.p-beauty-list__left__search {
  border-bottom: 1px solid #b1b3b4;
  padding-bottom: 11px;
  margin-top: 45px;
  font-size: 0;
  margin-bottom: 10px;
  position: relative;
}

.p-beauty-list__left__search__icon {
  position: absolute;
  bottom: 12px;
  right: 6px;
}

.p-beauty-list__left__search__icon img {
  width: 17px;
}

.p-beauty-list__left__search input.search-icon {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  border: none;
  color: #3b4043;
  font-size: 14px;
  text-align: left;
  width: 170px;
  letter-spacing: 0.1em;
}

.p-beauty-list__left__search input.search-icon::-webkit-input-placeholder {
  color: #b1b3b4;
}

.p-beauty-list__left__search input.search-icon::placeholder {
  color: #b1b3b4;
}

.p-beauty-list__recommend-topics .c-product-slider__products .slick-dots {
  margin-top: 40px;
}

.p-beauty-list__recommend-topics__image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}

.p-beauty-list__recommend-topics__image:after {
  content: '';
  position: absolute;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  z-index: 1;
  display: inline-block;
  background-image: url("/freepage/maison-kose/common/img/frames/frame_product_ss.png");
  background-size: 100% 100%;
}

.p-beauty-list__recommend-topics__image img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-top-contents.p-beauty-list__pc-bg-white {
    background-color: transparent;
  }
}

.p-beauty-list__hover-action {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-beauty-list__hover-action:hover {
    opacity: 0.5;
  }
}

.p-beauty-detail {
  position: relative;
}

.p-beauty-detail__wrap {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px;
    margin: 90px auto 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__main {
    width: 870px;
  }
}

.p-beauty-detail__head {
  width: 100%;
  box-sizing: border-box;
  background-size: cover;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head {
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__date {
    font-size: 12px;
    line-height: 2.25;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__head__title {
  color: #48add3;
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.09em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__category {
    font-size: 16px;
    line-height: 2;
    letter-spacing: .03em;
    text-shadow: 0 7px 29px rgba(3, 41, 59, 0.2);
  }
}

.p-beauty-detail__head__tags {
  margin-left: -1em;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__tags {
    margin-top: 5px;
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
    text-shadow: 0 7px 29px rgba(3, 41, 59, 0.2);
  }
}

.p-beauty-detail__head__tag {
  display: inline-block;
  margin-left: 1em;
}

.p-beauty-detail__head__share-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0;
  line-height: 1;
  margin-left: -10px;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__share-pc {
    margin-top: 20px;
  }
}

.p-beauty-detail__head__share-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 0;
  line-height: 1;
  margin-left: -10px;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__head__share-sp {
    display: none;
  }
}

.p-beauty-detail__head__share-icon {
  margin-left: 10px;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .p-beauty-detail__head__share-icon.p-beauty-detail__head__share-icon--pocket {
    display: none;
  }
}

.p-beauty-detail__body {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__body {
    box-sizing: border-box;
  }
}

.p-beauty-detail__kv {
  width: 100%;
  font-size: 0;
}

.p-beauty-detail__kv img {
  width: 100%;
}

.p-beauty-detail__contents {
  background-color: #f7f7f7;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents {
    padding: 60px;
  }
}

.p-beauty-detail__contents__inner {
  background-color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__inner {
    padding: 60px;
  }
}

.p-beauty-detail__contents__section {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__section:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__section.p-beauty-detail__contents__section--pc-small-margin {
    margin-top: 30px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__section.p-beauty-detail__contents__section--heading-margin {
    margin-top: 80px;
  }
}

.p-beauty-detail__contents__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item {
    width: 47.61905%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item:nth-child(2n) {
    margin-left: 4.7619%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col2 .p-beauty-detail__contents__grid__item:nth-child(n+3) {
    margin-top: 4.7619%;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item {
    width: 30.15873%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item:not(:nth-child(3n+1)) {
    margin-left: 4.7619%;
  }

  .p-beauty-detail__contents__grid.p-beauty-detail__contents__grid--pc-col3 .p-beauty-detail__contents__grid__item:nth-child(n+4) {
    margin-top: 6.34921%;
  }
}

.p-beauty-detail__contents__colored-area {
  background-color: #e9f7fc;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__colored-area {
    padding: 40px 45px;
    margin-top: 40px;
  }
}

.p-beauty-detail__contents__tree-of-contents {
  background-color: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #469de2;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents {
    padding-bottom: 35px;
  }
}

.p-beauty-detail__contents__tree-of-contents-title {
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-title {
    font-size: 18px;
    line-height: 2.66667;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__tree-of-contents-title:before {
  content: '';
  color: #3b4043;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-title:before {
    width: 60px;
    height: 30px;
  }
}

.p-beauty-detail__contents__tree-of-contents-title:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
  border-bottom: 1px solid #469de2;
}

.p-beauty-detail__contents__tree-of-contents-list {
  font-weight: bold;
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-list {
    margin-top: 20px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: .09em;
    padding: 0 50px;
  }
}

.p-beauty-detail__contents__tree-of-contents-list li {
  margin-left: 2em;
  text-indent: -2em;
}

.p-beauty-detail__contents__tree-of-contents-list li a {
  color: #469de2;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__tree-of-contents-list li + li {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__text + .p-beauty-detail__contents__text {
  margin-top: 2em;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__textlink {
    font-size: 15px;
    line-height: 3.2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__textlink a {
  color: #469de2;
}

.p-beauty-detail__contents__textlink--blank a:after {
  content: '';
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background-image: url("/freepage/maison-kose/common/img/beautytopics/list/common/icon_link_blank.png");
  background-size: contain;
}

.p-beauty-detail__contents__heading {
  font-weight: bold;
  word-break: break-all;
}

.p-beauty-detail__contents__heading--secondaly {
  color: #48add3;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--secondaly {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__contents__heading--thirdaly {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--thirdaly {
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: .09em;
    padding-bottom: 25px;
  }
}

.p-beauty-detail__contents__heading--thirdaly:before {
  content: '';
  position: absolute;
  background-color: #48add3;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--thirdaly:before {
    width: 54px;
    height: 6px;
  }
}

.p-beauty-detail__contents__heading--quaternary {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--quaternary {
    font-size: 15px;
    line-height: 1.53333;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__contents__heading--quaternary:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  bottom: -12px;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__heading--quaternary:after {
    background-image: url("/freepage/maison-kose/common/img/beautytopics/list/common/bg_stripe.png");
    background-repeat: repeat-x;
  }
}

.p-beauty-detail__contents__image {
  font-size: 0;
  width: 100%;
}

.p-beauty-detail__contents__image img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__caption {
    margin-top: 13px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__caption a {
  color: #469de2;
  font-weight: normal;
}

.p-beauty-detail__contents__product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e9f7fc;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card {
    padding: 30px;
  }
}

.p-beauty-detail__contents__product-card__image {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__image {
    width: 40.35088%;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__texts {
    width: 54.38596%;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__lead {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__product-card__lead.p-beauty-detail__contents__product-card__lead--red {
  color: #ee696f;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__brand {
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__product-card__name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__name {
    font-size: 18px;
    line-height: 1.66667;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__description {
    font-size: 14px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__product-card__link {
    margin-top: 10px;
    font-size: 14px;
    line-height: 2.71429;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__product-card__link a {
  font-weight: normal;
  color: #469de2;
}

.p-beauty-detail__contents__border {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__border {
    margin: 90px auto;
  }
}

.p-beauty-detail__contents__dot-spacer {
  position: relative;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__dot-spacer {
    margin: 60px 0;
  }
}

.p-beauty-detail__contents__dot-spacer span {
  display: block;
  position: absolute;
  background: #a3d6e9;
  top: 0;
  left: 50%;
  border-radius: 30%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__dot-spacer span {
    width: 10px;
    height: 10px;
  }
}

.p-beauty-detail__contents__dot-spacer span:nth-child(1) {
  -webkit-transform: translateX(-300%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-300%) translateY(-50%) rotate(45deg);
  transform: translateX(-300%) translateY(-50%) rotate(45deg);
}

.p-beauty-detail__contents__dot-spacer span:nth-child(2) {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.p-beauty-detail__contents__dot-spacer span:nth-child(3) {
  -webkit-transform: translateX(200%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(200%) translateY(-50%) rotate(45deg);
  transform: translateX(200%) translateY(-50%) rotate(45deg);
}

.p-beauty-detail__contents__button {
  border: 1px solid #b1b3b4;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__button {
    height: 60px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .03em;
    padding: 0 30px;
  }
}

.p-beauty-detail__contents__button:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 1px solid #3b4043;
  border-right: 1px solid #3b4043;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__button:after {
    right: 23px;
  }
}

.p-beauty-detail__contents__link-card {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card {
    border: 1px solid #b1b3b4;
  }
}

.p-beauty-detail__contents__link-card a {
  display: block;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card__text {
    padding: 15px 15px 20px;
  }
}

.p-beauty-detail__contents__link-card__title {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__link-card__description {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__contents__map iframe {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__map iframe {
    height: 354px;
  }
}

.p-beauty-detail__contents__movie iframe {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__movie iframe {
    height: 354px;
  }
}

.p-beauty-detail__contents__favorite {
  color: #469de2;
  text-align: center;
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__favorite {
    width: 260px;
    margin: 80px auto 0;
    font-size: 14px;
    line-height: 2.71429;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__contents__favorite img {
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__favorite img {
    width: 54px;
    margin-right: 15px;
  }
}

.p-beauty-detail__contents__favorite div {
  display: inline-block;
  vertical-align: middle;
}

.p-beauty-detail__contents__favorite span {
  vertical-align: middle;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__share {
    margin-top: 50px;
  }
}

.p-beauty-detail__contents__share-text {
  font-size: 12px;
  margin-right: 20px;
}

.p-beauty-detail__contents__share-icons-pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
}

.p-beauty-detail__contents__share-icons-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0;
  margin-top: 2.66667vw;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__contents__share-icons-sp {
    display: none;
  }
}

.p-beauty-detail__contents__share-icon {
  margin-left: 10px;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  .p-beauty-detail__contents__share-icon.p-beauty-detail__contents__share-icon--pocket {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__heading {
    width: 1170px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__heading--secondaly {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .09em;
  }
}

.p-beauty-detail__border {
  border-top: 1px solid #cccccc;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__border {
    width: 1170px;
    margin: 90px auto 0;
  }
}

.p-beauty-detail__border--no-margin {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics {
    margin-top: 90px;
  }
}

.p-beauty-detail__relation-topics__list {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__list {
    width: 1170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__list li:nth-child(n+3) {
    margin-top: 45px;
  }
}

.p-beauty-detail__relation-topics__list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__list li a {
    width: 570px;
  }
}

.p-beauty-detail__relation-topics__image {
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__image {
    width: 170px;
  }
}

.p-beauty-detail__relation-topics__image img {
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__texts {
    width: 380px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__date {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__title {
    font-size: 14px;
    line-height: 1.71429;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__category {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__relation-topics__tags {
    font-size: 12px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

.p-beauty-detail__relation-topics__tag {
  color: #3b4043;
}

.p-beauty-detail__relation-topics__tag strong {
  font-weight: normal;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__common-area.l-common-area {
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__recommend-area .c-recommend-area {
    margin-top: 90px;
  }
}

.p-beauty-detail__recomend-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-beauty-detail__recomend-topics li {
  width: 22.29885%;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__recomend-topics li {
    margin-top: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__recomend-topics li + .p-beauty-detail__recomend-topics li {
    margin-left: 2.34%;
  }
}

.p-beauty-detail__decoration-marker {
  background: -webkit-linear-gradient(transparent 50%, #fcff00 0%);
  background: linear-gradient(transparent 50%, #fcff00 0%);
  padding-bottom: 0.2em;
}

.p-beauty-detail__hover-action {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-beauty-detail__hover-action:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}

@media screen and (min-width: 901px), print {
  address,
  caption,
  cite,
  code,
  dfn,
  em,
  strong,
  th,
  var {
    font-style: normal;
  }

  .default_hide_ {
    display: none;
  }

  /* ----入力フォーム共通---- */

  input,
  button,
  select,
  textarea {
    font-size: 14px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  input[type="url"],
  input[type="number"],
  select,
  textarea {
    max-width: 100%;
    padding: 3px;
    border: 1px solid #b1b3b4;
    background-color: #fff;
    box-sizing: border-box;
  }

  input[type="text"]:hover,
  input[type="tel"]:hover,
  input[type="email"]:hover,
  input[type="search"]:hover,
  input[type="password"]:hover,
  input[type="url"]:hover,
  input[type="number"]:hover,
  select:hover,
  textarea:hover {
    border: 1px solid #666;
  }

  input[type="radio"] {
    width: 17px;
    height: 17px;
    vertical-align: top;
    margin-right: 5px;
  }

  input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
  }

  label.radio,
  label.checkbox,
  input[type="radio"],
  input[type="radio"] + label,
  input[type="checkbox"],
  input[type="checkbox"] + label,
  select {
    cursor: pointer;
  }

  input[type="text"][disabled] {
    background: #b1b3b4;
    cursor: not-allowed;
  }

  /* ----ボタン---- */

  .btn {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    border: none;
    box-sizing: border-box;
  }

  .btn:hover,
  .btn:focus {
    text-decoration: none;
  }

  .btn:active,
  .btn.active {
    outline: 0;
  }

  .btn.disabled,
  .btn[disabled],
  .btn.disabled:hover,
  .btn[disabled]:hover,
  .btn.disabled:active,
  .btn[disabled]:active {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none !important;
  }

  .btn-default {
    color: #3b4043;
    background: #f2f2f2;
  }

  .btn-primary {
    color: #fff;
    background-color: #ee696f;
    border: none;
  }

  .btn-secondary {
    color: #fff;
    border: solid 1px #333;
    background-color: #666;
  }

  .btn-danger {
    color: #fff;
    background-color: #3b4043;
  }

  .hidden-btn {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
  }

  /* ----画面上部メッセージ---- */

  .alert {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    font-size: 14px;
  }

  .success {
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
  }

  /* ----入力フォームタイトル---- */

  .legend {
    margin: 40px 0 20px;
    padding: 0 0 5px;
    font-size: 18px;
    letter-spacing: 0.09em;
    font-weight: normal;
    border-bottom: #999 1px solid;
  }

  /* ----縦型入力フォーム---- */

  .fieldset-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .fieldset-vertical .form-group {
    margin: 5px 0 20px 0;
  }

  .fieldset-vertical .form-label,
  .fieldset-vertical .constraint {
    margin: 0 0 10px 0;
  }

  .fieldset-vertical .form-label {
    padding: 10px;
    font-size: 14px;
    text-align: left;
    background: #f3f3f3;
    vertical-align: middle;
  }

  .fieldset-vertical .form-label label {
    font-weight: bold;
  }

  .fieldset-vertical .form-control {
    clear: both;
  }

  /* ----横型入力フォーム---- */

  .fieldset {
    margin: 10px auto 20px;
    max-width: 900px;
    font-size: 14px;
  }

  .fieldset .form-group {
    display: table;
    width: 100%;
    border-top: #b1b3b4 1px solid;
    border-right: #b1b3b4 1px solid;
    border-left: #b1b3b4 1px solid;
    box-sizing: border-box;
  }

  .fieldset .form-group:last-child {
    border-bottom: #b1b3b4 1px solid;
  }

  .fieldset .form-group + .action-buttons {
    border-top: #b1b3b4 1px solid;
    margin: 0;
    padding: 24px 0 0;
  }

  .fieldset .form-label,
  .fieldset .constraint,
  .fieldset .form-control {
    display: table-cell;
    box-sizing: border-box;
  }

  .fieldset .form-label {
    width: 23%;
    padding: 22px 10px 25px 22px;
    text-align: left;
    background: #f3f3f3;
  }

  .fieldset .form-label label {
    font-weight: bold;
  }

  .fieldset .constraint {
    width: 65px;
    padding: 5px;
    background: #f3f3f3;
  }

  .fieldset .form-control {
    padding: 20px;
  }

  /* ----入力支援---- */

  .form-error {
    display: block;
    color: #a94442;
  }

  .required:after {
    display: inline-block;
    margin: 0 0 0 -10px;
    padding: .05em 1.2em;
    font-size: 11px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    color: #fff;
    background-color: #ee696f;
    content: "必須";
  }

  .help-block {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #737373;
  }

  .count-msg-another {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #555;
  }

  .count-msg {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: #f66;
  }

  /* ----入力フォームボタン---- */

  .action-buttons {
    width: 100%;
    text-align: center;
    display: block;
  }

  .action .btn {
    height: 45px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;
    border: none;
    text-decoration: none;
  }

  .action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0 0;
  }

  .action-buttons .action {
    margin: 0 10px;
  }

  .action-buttons .action .btn-default {
    width: 240px;
    background-color: #b1b3b4;
  }

  .action-buttons .action .btn-primary {
    width: 240px;
    color: #fff;
    background-color: #ee696f;
  }

  .action-buttons .action .btn-danger {
    width: 240px;
    color: #fff;
    background-color: #b1b3b4;
  }

  /* ----ラジオボタン、チェックボックス---- */

  .radio {
    margin-right: 10px;
  }

  .checkbox {
    margin-right: 10px;
  }

  /* ----EFO---- */

  .efo-icon {
    border: none;
    vertical-align: middle;
  }

  input[type="text"].efo-error,
  input[type="tel"].efo-error,
  input[type="email"].efo-error,
  input[type="search"].efo-error,
  input[type="password"].efo-error,
  input[type="url"].efo-error,
  input[type="number"].efo-error,
  select.efo-error,
  textarea.efo-error {
    background-color: #f2dede;
  }

  /* ----テーブル---- */

  .table,
  .table td,
  .table th {
    background: #fff;
    border-collapse: collapse;
    border: 1px solid #b1b3b4;
    letter-spacing: 0.03em;
  }

  .table td,
  .table th {
    padding: 10px;
  }

  .table th {
    font-weight: bold;
    background-color: #f3f3f3;
  }

  /* ----テキストカラー----*/

  .text-muted {
    color: #777;
  }

  .text-warning {
    color: #8a6d3b;
  }

  .text-danger {
    color: #a94442;
  }

  .default-price {
    text-decoration: line-through;
    font-weight: bold;
  }

  .net-price {
    color: #555;
  }

  .exchange-price {
    color: #555;
  }

  /* ----プロモーションメッセージ--- */

  .promotion-criteria,
  .promotion-benefit {
    color: #f00;
    font-weight: bold;
  }

  /* ----商品説明リスト---- */

  .goods-detail-description {
    display: table;
    width: 100%;
  }

  .goods-detail-description dt {
    display: table-cell;
    width: 100px;
    font-weight: bold;
  }

  .goods-detail-description dd {
    display: table-cell;
  }

  /* ----パネル---- */

  .panel {
    padding: 10px;
    overflow: hidden;
    border: solid 1px #b1b3b4;
    background: #fff;
  }

  /* ----バッジ---- */

  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    background-color: #777;
  }

  .badge:empty {
    display: none;
  }

  /* ----ページャー---- */

  .pager {
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .pager > * {
    display: inline-block;
    vertical-align: top;
  }

  .pager-scope {
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
  }

  .pager-total {
    display: inline-block;
    padding: 3px;
    margin-right: 5px;
  }

  .pagination {
    display: inline-block;
    vertical-align: middle;
  }

  .pagination a {
    color: #3b4043;
  }

  .pagination > * {
    list-style-type: none;
    float: left;
    margin-left: 4px;
    padding: 0 8px;
    background-color: #fff;
    border: 1px solid #b1b3b4;
    font-size: 13px;
  }

  .pagination > .disabled {
    color: #777;
  }

  .pager-current {
    border: 1px solid #ee696f;
    color: #ee696f;
  }

  /* ----画像センタリング配置---- */

  .img-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img-center img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  /* ----ツールチップ---- */

  .balloontip {
    min-width: 20px;
    padding: 10px;
    border-radius: 6px;
    opacity: 1;
    z-index: 32767;
    text-align: left;
    font-size: 12px;
    border: 1px solid #777777;
    box-shadow: #555555 4px 4px 4px;
    color: white;
    background: #333;
  }

  /* ----ドロップダウン---- */

  .dropdown {
    z-index: 11000;
  }

  .dropdown li {
    background: #444;
  }

  .dropdown li span {
    display: block;
    padding: 13px 15px;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    cursor: pointer;
  }

  .dropdown li span:hover {
    background: #616d0b;
  }

  /* ----モーダルダイアログ---- */

  .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 10000;
  }

  .modal-overlay-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 10002;
  }

  .modal-alert {
    position: fixed !important;
    width: 400px;
    z-index: 10003;
  }

  .modal-dialog {
    position: fixed !important;
    width: 600px;
    z-index: 10001;
  }

  .modal-header {
    color: #fff;
    background: #333;
    border-bottom: none;
    font-size: 21px;
    padding: 10px 20px 10px;
  }

  .modal-content {
    background: #eee;
  }

  .modal-body {
    padding: 20px;
  }

  .modal-body p {
    margin-bottom: 20px;
  }

  .modal-body li {
    border-bottom: 1px dotted #444;
  }

  .modal-body li a {
    padding: 12px;
    color: #4da7ba;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 560px;
    font-size: 16px;
  }

  .modal-body li a i {
    margin: 0 10px 0 auto;
    color: #444;
    font-size: 16px;
  }

  .modal-body li a:hover {
    text-decoration: none;
  }

  .modal-body li a:hover i {
    color: #4da7ba;
    text-decoration: none;
  }

  .modal-footer {
    padding: 0 10px 15px;
  }

  .modal-alert .modal-footer {
    text-align: center;
  }

  .modal-alert .modal-footer input {
    width: 40%;
  }

  .modal-close {
    display: block;
    cursor: pointer;
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #fff;
  }

  .modal-dialog .modal-footer {
    text-align: center;
  }

  .modal-dialog .modal-footer .btn {
    min-width: 150px;
    margin-right: 5px;
  }

  /* ----ホワイトスペース制御----*/

  .white-space-pre-wrap {
    white-space: pre-wrap;
  }

  /* ----表示・非表示---- */

  .hidden {
    display: none;
  }

  .show {
    display: block;
  }

  /* ----サイクル情報編集---- */

  .block-regular-cycle--cycle-sub-type {
    margin-bottom: 10px;
    padding: 20px;
    background: #f3f3f3;
  }

  .block-regular-cycle--deliv_date {
    width: 100%;
    margin: 20px 0;
  }

  .block-regular-cycle--deliv_date--prev-expected-dt {
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
  }

  .block-regular-cycle--deliv_date--next-expected-dt {
    border: 1px dotted #ccc;
  }

  .block-regular-cycle--deliv_date--prev-expected-dt-title,
  .block-regular-cycle--deliv_date--next-expected-dt-title {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    background-color: #f3f3f3;
    border-bottom: 1px dotted #ccc;
  }

  .block-regular-cycle--deliv_date--prev-expected-dt-date,
  .block-regular-cycle--deliv_date--next-expected-dt-date {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
  }

  /* ----会員規約画面---- */

  .block-member-terms--header {
    margin-top: 0;
  }

  .block-member-terms--body {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  /* ----会員登録画面---- */

  .block-member-info--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }

  .block-member-info input[name="name"],
  .block-member-info input[name="name2"],
  .block-member-info input[name="kana"],
  .block-member-info input[name="kana2"] {
    max-width: 200px;
  }

  /* ----アドレス帳の新規登録・変更画面---- */

  .block-shipping-address--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }

  .block-shipping-address input[name="name"],
  .block-shipping-address input[name="name2"],
  .block-shipping-address input[name="kana"],
  .block-shipping-address input[name="kana2"] {
    max-width: 200px;
  }

  /* ----ログイン画面---- */

  .block-login--member-message {
    margin: 0 0 20px;
    letter-spacing: 0.03em;
  }

  .block-login--input-items {
    margin: 20px auto;
  }

  .block-login--uid input,
  .block-login--pwd input {
    width: 350px;
  }

  .block-login--uid .form-label,
  .block-login--pwd .form-label {
    width: 180px;
  }

  .block-login--login {
    width: 320px;
  }

  .block-login--ask-password {
    margin-top: 10px;
    text-align: center;
  }

  .block-login--ask-password a {
    font-size: 14px;
    color: #3b4043;
    text-decoration: underline;
  }

  .block-login--entry {
    width: 160px;
  }

  .block-login--first-time-body {
    overflow: hidden;
    background: #fff;
    letter-spacing: 0.03em;
  }

  .block-login--first-time hr {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .block-login--member-body {
    display: table;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: 0 0 40px;
  }

  .block-login--member-frame {
    display: table-cell;
  }

  .block-login--amazon-body {
    display: table-cell;
    padding-left: 20px;
  }

  .block-login--amazon-login {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .block-login--guest {
    margin-top: 10px;
    font-size: 14px;
    width: 240px;
  }

  .block-login--member-info-value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }

  /* ----���׈ē��\�����ݏ��i���---- */

  .block-arrival-notice-list--form li {
    margin-bottom: 20px;
  }

  .block-arrival-notice-list--goods {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .block-arrival-notice-list--image {
    -webkit-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }

  .block-arrival-notice-list--description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .block-arrival-notice-list--delete-item {
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    text-align: center;
  }

  .block-arrival-notice-list--image figure {
    background: #f3f3f3;
    width: 142px;
    height: 142px;
  }

  .block-arrival-notice-list--goods-name a {
    color: #000;
    text-decoration: underline;
  }

  .block-arrival-notice-list--price-title,
  .block-arrival-notice-list--price {
    display: inline-block;
  }

  .block-arrival-notice-list--update-dt dt,
  .block-arrival-notice-list--update-dt dd {
    display: inline-block;
  }

  /* ----購入履歴一覧画面---- */

  .block-purchase-history--table {
    margin: 5px 0 20px;
    width: 100%;
  }

  .block-purchase-history--table th {
    font-size: 14px;
    text-align: left;
  }

  .block-purchase-history--table td {
    padding: 20px;
    border: none;
  }

  .block-purchase-history--table a {
    color: #3b4043;
  }

  .block-purchase-history--order-id a {
    text-decoration: underline;
  }

  .block-purchase-history--order-detail-reorder {
    margin: 20px 0 0 0;
  }

  .block-purchase-history--order-detail-btn {
    margin-bottom: 40px;
  }

  .block-purchase-history--order-detail-btn a {
    display: block !important;
    height: 54px !important;
    white-space: normal;
    padding-top: 8px;
  }

  .block-purchase-history--order-detail-btn a span {
    font-size: 12px;
  }

  .block-purchase-history--status a:hover {
    text-decoration: none;
  }

  /* ----購入履歴詳細画面---- */

  .block-purchase-history-detail--order-info {
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .block-purchase-history-detail--order-info-left {
    width: 65%;
  }

  .block-purchase-history-detail--order-info-right {
    width: 35%;
    padding: 0 0 0 10px;
  }

  .block-purchase-history-detail--order-info-table {
    width: 100%;
  }

  .block-purchase-history-detail--order-info-table th {
    width: 250px;
    text-align: left;
  }

  .block-purchase-history-detail--order-body {
    display: block;
    width: 100%;
    margin: 20px 0;
  }

  .block-purchase-history-detail--order-body-left {
    width: 65%;
  }

  .block-purchase-history-detail--order-body-right {
    width: 35%;
    padding: 0 0 0 10px;
  }

  .block-purchase-history-detail--order-detail-items {
    width: 100%;
  }

  .block-purchase-history-detail--order-detail-items tbody {
    text-align: right;
  }

  .block-purchase-history-detail--order-detail-items tbody .block-purchase-history-detail--goods-code,
  .block-purchase-history-detail--order-detail-items tbody .block-purchase-history-detail--goods-name,
  .block-purchase-history-detail--order-detail-items tbody .block-purchase-history-detail--goods-subitems {
    text-align: left;
  }

  .block-purchase-history-detail--payment-info-items {
    width: 100%;
  }

  .block-purchase-history-detail--point-message {
    margin: 5px 0;
  }

  .block-purchase-history-detail--shipping-info {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .block-purchase-history-detail--shipping-info-left {
    width: 65%;
  }

  .block-purchase-history-detail--shipping-info-right {
    width: 35%;
    padding: 0 0 0 10px;
  }

  .block-purchase-history-detail--sender-items {
    width: 100%;
  }

  .block-purchase-history-detail--shipping-info-items {
    width: 100%;
  }

  .block-purchase-history-detail--shipping-info-items th {
    width: 250px;
    text-align: left;
  }

  .block-purchase-history-detail--shiment-address {
    margin: 10px 0;
  }

  .block-purchase-history-detail--shipment-items {
    width: 100%;
  }

  .block-purchase-history-detail--shipment-items a {
    color: #3b4043;
  }

  .block-purchase-history-detail--csv-info-items {
    width: 100%;
    margin: 10px 0;
  }

  .block-purchase-history-detail--csv-info-items th {
    width: 250px;
  }

  .block-purchase-history-detail--invoice {
    margin: 5px 0;
    width: 100%;
  }

  .block-purchase-history-detail--invoice dt {
    display: inline-block;
    font-weight: bold;
  }

  .block-purchase-history-detail--invoice dd {
    display: inline-block;
  }

  .block-purchase-history-detail--track-shipment {
    margin: 5px 0;
    width: 100%;
  }

  .block-purchase-history-detail--track-shipment dt {
    display: inline-block;
    font-weight: bold;
  }

  .block-purchase-history-detail--track-shipment dd {
    display: inline-block;
  }

  .block-purchase-history-detail--append-items {
    width: 100%;
  }

  .block-purchase-history-detail--append-items th {
    width: 250px;
  }

  .block-purchase-history-detail .block-purchase-history-detail--add-goods {
    width: 300px;
  }

  .block-purchase-history-detail .block-purchase-history-detail--contact {
    width: 300px;
  }

  .block-purchase-history-detail .block-purchase-history-detail--cancel {
    width: 250px;
  }

  .block-purchase-history-detail--child-order-id a {
    text-decoration: underline;
  }

  .block-purchase-history-detail--parent-order-id a {
    text-decoration: underline;
  }

  .block-purchase-history-detail--regular-sales-include a {
    text-decoration: underline;
  }

  /* ----ご注文キャンセル画面---- */

  .block-order-cancellation--order-info {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .block-order-cancellation--shiment-address {
    margin: 10px 0;
  }

  .block-order-cancellation--payment-info-items {
    width: 100%;
  }

  .block-order-cancellation--order-items {
    width: 100%;
  }

  .block-order-cancellation--order-items tbody th {
    text-align: right;
  }

  /* ----定期購入商品一覧画面---- */

  .block-regular-purcharse-list--table {
    margin: 5px 0;
    width: 100%;
  }

  .block-regular-purcharse-list--regular-sales a {
    color: #3b4043;
    text-decoration: underline;
  }

  /* ----定期購入商品詳細画面---- */

  .block-regular-purcharse-detail--body {
    margin: 10px 0;
    width: 100%;
  }

  .block-regular-purcharse-detail--regular-sales-items {
    width: 100%;
  }

  .block-regular-purcharse-detail--regular-sales-items th {
    width: 250px;
    text-align: left;
  }

  .block-regular-purcharse-detail--shipment-address {
    margin: 10px 0 30px;
  }

  .block-regular-purcharse-detail--update-address {
    margin: 10px 0;
  }

  .block-regular-purcharse-detail--goods-items {
    width: 100%;
  }

  .block-regular-purcharse-detail--append-items {
    width: 100%;
  }

  .block-regular-purcharse-detail--append-items th {
    width: 250px;
  }

  .block-regular-purcharse-detail--include-items {
    width: 100%;
  }

  .block-regular-purcharse-detail--include-items th {
    width: 250px;
  }

  .block-regular-purcharse-detail--action-message {
    margin-top: 10px;
    text-align: left;
  }

  .block-regular-purcharse-list--order-id a {
    text-decoration: underline;
  }

  /* ----定期購入商品カード情報確認画面---- */

  .block-regular-purchase-creditcard-info-confirmation--regular-purchase-items {
    width: 100%;
  }

  .block-regular-purchase-creditcard-info-confirmation--regular-purchase-items th {
    width: 250px;
  }

  .block-regular-purchase-creditcard-info-confirmation--goods-table {
    width: 100%;
    margin: 10px 0;
  }

  .block-regular-purchase-creditcard-info-confirmation--card-info-items {
    width: 100%;
  }

  .block-regular-purchase-creditcard-info-confirmation--card-info-items th {
    width: 250px;
  }

  /* ----定期購入商品カード情報変更画面---- */

  .block-update-regular-purchase-creditcard-info--regular-purchase-info-items {
    width: 100%;
  }

  .block-update-regular-purchase-creditcard-info--regular-purchase-info-items th {
    width: 250px;
  }

  .block-update-regular-purchase-creditcard-info--goods-table {
    width: 100%;
    margin: 10px 0;
  }

  /* ----定期購入商品配送先変更画面---- */

  .block-regular-purcharse-shipment-info-update--new-address,
  .block-regular-purcharse-shipment-info-update--old-address {
    margin: 10px 0;
  }

  /* ----定期購入商品サイクル情報変更画面---- */

  .block-regular-purcharse-cycle-info-update h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 12px 0;
  }

  .block-regular-purcharse-cycle-info-update--body {
    margin: 10px 0;
    width: 100%;
  }

  .block-regular-purcharse-cycle-info-update--regular-sales-items {
    width: 100%;
  }

  .block-regular-purcharse-cycle-info-update--regular-sales-items th {
    width: 250px;
    text-align: left;
  }

  .block-regular-purcharse-cycle-info-update--shipment-address {
    margin: 10px 0 30px;
  }

  .block-regular-purcharse-cycle-info-update--goods-items {
    width: 100%;
  }

  /* ----定期購入商品解約画面---- */

  .block-regular-purcharse-cancellation--goods-items {
    margin: 10px 0;
    width: 100%;
  }

  .block-regular-purcharse-cancellation--message {
    text-align: center;
  }

  /* ----カード情報確認画面---- */

  .block-credit-card-confirmation--credit-card-info-table {
    width: 100%;
  }

  .block-credit-card-confirmation--credit-card-info-table th {
    width: 250px;
    text-align: left;
  }

  /* ----お問い合わせ画面---- */

  .block-inquiry--inquiry-body .form-label,
  .block-inquiry--inquiry-body .constraint {
    vertical-align: top;
    padding-top: 8px;
  }

  /* ----お問い合わせ履歴一覧画面---- */

  .block-inquiry-history--body li {
    margin: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #b1b3b4;
  }

  .block-inquiry-history--body li span {
    margin: 0 10px 0 0;
  }

  .block-inquiry-history--body li span a {
    color: #3b4043;
  }

  /* ----お問い合わせ履歴詳細画面---- */

  .block-inquiry-history-detail--form {
    margin: 20px 0;
  }

  .block-inquiry-history-detail--message {
    text-align: center;
  }

  .block-inquiry-history-detail--inquiry-body {
    margin: 20px 0;
  }

  .block-inquiry-history-detail--inquiry-body textarea {
    width: 100%;
  }

  .block-inquiry-history-detail--item dt {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .block-inquiry-history-detail--contact-name {
    width: 80%;
  }

  .block-inquiry-history-detail--update-dt {
    width: 20%;
    text-align: right;
    font-weight: normal;
  }

  .block-inquiry-history-detail--message-confirm {
    text-align: center;
  }

  .block-inquiry-history-detail--inquiry-body-confirm {
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #b1b3b4;
  }

  /* ----ポイント履歴一覧画面---- */

  .block-point-history-list--point {
    font-size: 20px;
    font-weight: bold;
    margin: 0 5px;
    color: #ee696f;
  }

  .block-point-history-list--message {
    margin: 5px 0;
  }

  .block-point-history-list--items {
    margin: 5px 0;
    width: 100%;
  }

  /* ----所持クーポン一覧画面---- */

  .block-coupon-list--table {
    margin: 5px 0;
    width: 100%;
  }

  .block-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px;
  }

  /* ----店舗クーポン一覧画面---- */

  .block-store-coupon-list--table {
    margin: 5px 0;
    width: 100%;
  }

  .block-store-coupon-list--coupon-dt {
    white-space: nowrap;
    width: 300px;
  }

  /* ----ログアウト画面---- */

  .block-logout--message a {
    text-decoration: underline;
    color: #3b4043;
  }

  .block-logout--message a:hover {
    text-decoration: none;
  }

  /* ----パスワード再設定---- */

  .block-reset-password--tel {
    border-bottom: 1px solid #b1b3b4;
  }

  /* 商品詳細ユーザーレビュー */

  .block-goods-user-review h2 {
    background-color: #f3f3f3;
    font-size: 22px;
    padding: 10px 15px;
  }

  .block-goods-user-review--score dt {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
  }

  .block-goods-user-review--score dd {
    display: inline-block;
    vertical-align: top;
    height: 21px;
  }

  .block-goods-user-review--score dd img {
    height: 21px;
  }

  .block-goods-user-review--count dt {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
  }

  .block-goods-user-review--count dd {
    display: inline-block;
  }

  .block-goods-user-review--need-login-message a {
    text-decoration: underline;
  }

  .block-goods-user-review--write-review-link {
    text-decoration: underline;
  }

  .block-goods-user-review--description {
    margin: 10px 0;
  }

  .block-goods-user-review--item {
    margin-top: 15px;
  }

  .block-goods-user-review--item-title {
    font-weight: bold;
    font-size: 16px;
  }

  .block-goods-user-review--item-score dt {
    margin: 0 0 5px 0;
    height: 14px;
  }

  .block-goods-user-review--item-score dt img {
    height: 14px;
  }

  .block-goods-user-review--item-size dt,
  .block-goods-user-review--item-color dt,
  .block-goods-user-review--item-name dt,
  .block-goods-user-review--item-size dd,
  .block-goods-user-review--item-color dd,
  .block-goods-user-review--item-name dd,
  .block-goods-user-review--item-moderate-underestimate dt,
  .block-goods-user-review--item-moderate-underestimate dd,
  .block-goods-user-review--item-moderate-overestimate dt,
  .block-goods-user-review--item-moderate-overestimate dd {
    display: inline-block;
  }

  .block-goods-user-review--item-moderate-link,
  .block-goods-user-review--item-moderate-other-link {
    text-decoration: underline;
  }

  .block-goods-user-review--pagenav {
    background: #f0f0f0 none repeat scroll 0 0;
    clear: both;
    margin: 0 0 10px;
    padding: 5px;
  }

  .block-goods-user-review--pager-now {
    color: #c00;
  }

  .block-goods-user-review--item-comment {
    margin: 5px 0;
  }

  .block-goods-user-review--write-review-btn {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding: 6px 0;
    width: 160px;
  }

  /* ----ユーザーレビュー画面---- */

  .block-user-review--score .form-label,
  .block-user-review--score .constraint {
    vertical-align: top;
    padding-top: 8px;
  }

  .block-user-review--review-body .form-label,
  .block-user-review--review-body .constraint {
    vertical-align: top;
    padding-top: 8px;
  }

  .block-user-review--evaluation-score img {
    height: 21px;
  }

  .block-user-review--evaluator-name dt,
  .block-user-review--evaluator-name dd {
    display: inline-block;
  }

  .block-user-review--review-comment {
    margin: 10px 0;
  }

  /* ----注文フロー右サイドエリア----*/

  .block-cart--container,
  .block-order-method--container,
  .block-order-estimate--container {
    position: relative;
    max-width: 1068px;
    margin: 0 auto;
    overflow: hidden;
  }

  .block-cart--container .order-side-area-fixed,
  .block-order-method--container .order-side-area-fixed,
  .block-order-estimate--container .order-side-area-fixed {
    display: inline-block;
    position: fixed;
    top: 135px;
    z-index: 1;
  }

  .block-cart--container .order-side-area-end,
  .block-order-method--container .order-side-area-end,
  .block-order-estimate--container .order-side-area-end {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  /* ----カートアイテム ---- */

  .block-cart--infomation {
    background: #fff;
    border: 1px solid #666;
    margin: 20px auto;
    padding: 10px;
    text-align: left;
    width: 800px;
  }

  .block-cart--order-button-description {
    font-size: 12px;
    text-align: center;
  }

  .block-cart--amazonpay {
    border-top: 1px solid #9f9c97;
    padding: 0;
    margin-top: 5px;
    text-align: center;
  }

  .block-cart--amazonpay-description {
    text-align: left;
    font-size: 12px;
    margin: 5px 0;
  }

  .block-cart--container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .block-cart--goods-list-image {
    float: left;
    margin: 0 15px 0 0;
    background: #f3f3f3;
    width: 150px;
    height: 150px;
  }

  .block-cart--goods-list-item-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
  }

  .block-cart--goods-list-item-name a {
    color: #3b4043;
  }

  .block-cart .block-icon {
    margin: 0 15px 0 0;
  }

  .block-cart--goods-list-item {
    max-width: 720px;
    margin: 8px 0 8px 0;
  }

  .block-cart--goods-list-item-price-info {
    float: left;
    text-align: left;
    margin: 8px 10px 0 10px;
  }

  .block-cart--goods-list-item-price-info span {
    font-size: 16px;
    font-weight: bold;
  }

  .block-cart--goods-list-item-input {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .block-cart--goods-list-item-qty {
    position: relative;
    margin: 0 0 10px 0;
  }

  .block-cart--goods-list-item-qty input {
    width: 100%;
    padding: 6px 10px 6px 10px;
    box-sizing: border-box;
  }

  .block-cart--goods-list-item-qty:after {
    position: absolute;
    top: 4px;
    right: 28px;
    content: "";
    width: 1px;
    height: 27px;
    background: #ccc;
  }

  .block-cart--goods-list-item-qty-plus {
    position: absolute;
    top: 6px;
    right: 10px;
  }

  .block-cart--goods-list-item-qty-minus {
    position: absolute;
    top: 21px;
    right: 10px;
  }

  .block-cart--goods-list-item-calc-btn {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    color: #3b4043;
    background: #f2f2f2;
  }

  .block-cart--goods-list-item-delete {
    cursor: pointer;
    font-size: 14px;
    border: none;
    text-decoration: underline;
    background: none;
    width: 100%;
  }

  /* カート左エリア */

  .block-cart--contents {
    width: 700px;
    float: left;
    background: #fff;
    border: solid 1px #b1b3b4;
  }

  .block-cart--goods-list li:last-child {
    padding: 0;
    border: none;
  }

  .block-cart--goods-list li {
    position: relative;
    margin: 20px;
    padding: 0 0 12px 0;
    overflow: hidden;
    border-bottom: solid 1px #b1b3b4;
    letter-spacing: 0.03em;
  }

  /* カート右サイドエリア */

  .block-cart--side-area {
    position: relative;
    float: left;
  }

  .block-cart--side-contents {
    width: 280px;
    margin: 0 0 0 20px;
  }

  .block-cart--procedure {
    border: solid 1px #b1b3b4;
    background: #fff;
    padding: 4px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .block-cart--procedure-container {
    padding: 10px;
    overflow: hidden;
  }

  .block-cart--order {
    margin: 0 0 10px;
    text-align: right;
  }

  .block-cart--order-btn {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
  }

  .block-cart--order-btn-gift {
    padding: 0;
    color: #ee696f;
    background: none;
    border-bottom: #ee696f 1px solid;
    text-align: right;
  }

  .block-cart--order-btn-gift:hover {
    border-bottom: 1px solid transparent;
  }

  .block-cart--subtotal {
    text-align: center;
    padding: 8px 0;
    letter-spacing: 0.03em;
  }

  .block-cart .block-exchange-price {
    text-align: center;
    margin-bottom: 8px;
  }

  .block-cart--subtotal-price span {
    font-size: 18px;
    font-weight: bold;
  }

  .block-cart--continue-shopping {
    text-align: right;
    margin-bottom: 40px;
  }

  .block-cart--promotion {
    text-align: center;
  }

  .block-cart--promotion dd,
  .block-cart--promotion dt {
    display: inline-block;
    margin-bottom: 10px;
  }

  .block-cart--promotion-discount {
    font-size: 13px;
    font-weight: bold;
  }

  .block-cart--continue-shopping-link {
    cursor: pointer;
    font-size: 14px;
    border: none;
    text-decoration: underline;
    background: none;
    letter-spacing: 0.03em;
  }

  .block-promotion-message--content {
    border: 1px solid #f00;
    background-color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px 0;
    font-size: 12px;
  }

  .block-promotion-message--content span {
    color: #f00;
    font-weight: bold;
    font-size: 13px;
  }

  a.block-promotion-message--info {
    text-decoration: none;
  }

  /* ---------------------- */

  /* ----通常の注文--------- */

  /* ---------------------- */

  /* ----カート画面直後のAmazonPayローディング---- */

  .block-order-amazonpay--loading {
    text-align: center;
  }

  /* ----アマゾンウィジェット---- */

  .block-order-estimate--amazonpay-address-widget,
  .block-order-amazonpay--address-widget,
  .block-amazon--address-widget {
    width: 600px;
    margin: 0 auto;
    height: 270px;
    padding: 5px 0;
    box-sizing: content-box;
  }

  /* ----注文方法指定画面---- */

  /* 共通設定 */

  .block-order-method--regular-content,
  .block-order-method--host-confirmation,
  .block-order-method--dest-content,
  .block-order-method--goods-content,
  .block-order-method--spec-content,
  .block-order-method--payment-content,
  .block-order-method--host-content {
    margin: 0 0 80px 0;
  }

  .block-order-method h2 {
    display: block;
    padding: 15px;
    background: #f3f3f3;
    margin: 0 0 30px 0;
    font-size: 24px;
    letter-spacing: 0.09em;
  }

  .block-order-method h3 {
    font-weight: bold;
    margin: 12px 0;
    font-size: 18px;
    letter-spacing: 0.09em;
  }

  .block-order-method address {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }

  .block-order-method .block-icon {
    margin: 0 15px 0 0;
  }

  .block-order-method dt {
    font-weight: bold;
  }

  .block-order-method--contents {
    float: left;
  }

  .block-order-method--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }

  /* 右サイドエリア */

  .block-order-method--side-area {
    position: relative;
    float: left;
  }

  .block-order-method--side-contents {
    background: #eee;
    width: 300px;
    margin: 0 0 0 20px;
  }

  .block-order-method--procedure {
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .block-order-method--next-btn {
    width: 100%;
    height: 45px;
    font-size: 14px;
    text-align: center;
  }

  /* お届け先 */

  .block-order-method--dest-item:first-child {
    padding: 0 0 20px;
  }

  .block-order-method--dest-item {
    border-bottom: solid 1px #b1b3b4;
    padding: 20px 0;
    overflow: hidden;
  }

  .block-order-method--dest-item address {
    float: left;
  }

  .block-order-method--dest-title-salesinclude {
    display: block;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 14px;
    background: #f3f3f3;
  }

  .block-order-method--dest-item-salesinclude {
    font-weight: bold;
  }

  .block-order-method--dest-note-salesinclude {
    margin: 0 0 10px;
    font-size: 14px;
    background: #f3f3f3;
  }

  .block-order-method--dest-change {
    padding: 10px;
    margin: 0 0 10px 0;
    background: #f3f3f3;
    border: 1px solid #b1b3b4;
  }

  .block-order-method--dest-change strong {
    font-weight: bold;
  }

  .block-order-method--dest-change span {
    margin-left: 20px;
    font-size: 12px;
  }

  .block-order-method--dest-add {
    padding: 20px 0;
    text-align: right;
  }

  .block-order-method--dest-item-edit {
    text-align: right;
  }

  .block-order-method--dest-list address {
    margin: 0 0 0 28px;
  }

  /* 商品情報 */

  .block-order-method--goods-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
  }

  .block-order-method--goods-item-image {
    float: left;
    margin: 0 20px 0 0;
    background: #f3f3f3;
    width: 150px;
    height: 150px;
  }

  .block-order-method--goods-item-name,
  .block-order-method--goods-item-set-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
  }

  .block-order-method--sales-detail-append-item {
    overflow: hidden;
  }

  /* 配送方法 */

  .block-order-method--spec-content dl {
    margin: 0 0 10px 0;
    letter-spacing: 0.03em;
  }

  .block-order-method--spec-content dl dt {
    float: left;
  }

  .block-order-method--spec-content dl dd {
    margin-left: 8em;
  }

  /* お支払い情報 */

  .block-order-method--payment-method-select li {
    margin: 0 0 10px 0;
  }

  .block-order-method--payment-method-select li .help-block {
    display: inline-block;
    margin-left: 30%;
  }

  .block-order-method--point-use-select {
    margin-bottom: 10px;
    padding: 10px;
    background: #f3f3f3;
    border: 1px solid #b1b3b4;
  }

  .block-order-method--point-use-select input {
    vertical-align: baseline;
  }

  .block-order-method--point-use-select label {
    cursor: pointer;
    padding: 0 23px 0 5px;
  }

  .block-order-method--current-point {
    margin: 0 0 10px 0;
  }

  .block-order-method--current-point-num {
    font-weight: bold;
  }

  .block-order-method--coupon-available-btn {
    margin: 0 0 0 14px;
  }

  /* その他 */

  .block-order-method--sales-append {
    margin: 80px 0;
  }

  /* クーポンダイアログ */

  .block-order-method--coupondialog-wrapper {
    max-height: 300px;
    overflow-y: auto;
  }

  .block-order-method--coupondialog-table {
    width: 100%;
  }

  .block-order-method--coupondialog-table td {
    background: #fff;
  }

  .block-order-method--coupondialog-header-code {
    width: 180px;
  }

  .block-order-method--coupondialog-header-select {
    width: 180px;
  }

  /* ---- 注文内容確認(通常フロー) ---- */

  /* クレジットカード設定 */

  .block-order-estimate--pay-input {
    max-width: 700px;
    margin-bottom: 10px;
  }

  .block-order-estimate--pay-header {
    background: #333;
    padding: 10px;
    margin: 0 0 15px 0;
    color: #fff;
  }

  .block-order-estimate--pay-input .form-group .form-label {
    width: 25%;
  }

  .block-order-estimate--pay-savecard,
  .block-order-estimate--pay-selectcard {
    padding: 0 0 0 20px;
  }

  .block-order-estimate--pay-selectcard {
    border: none !important;
  }

  .block-order-estimate--pay-input .block-common-alert-list {
    margin: 10px;
  }

  /* 画面内共通設定 */

  .block-order-estimate--container {
    position: relative;
    overflow: hidden;
  }

  .block-order-estimate h2 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 0 10px 0;
  }

  .block-order-estimate h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.09em;
    margin: 0 0 12px 0;
  }

  .block-order-estimate h3 a {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 0 20px;
    padding: 6px 0;
    width: 70px;
  }

  .block-order-estimate--confirmation-title-btn {
    display: inline-block;
    vertical-align: top;
  }

  .block-order-estimate--confirmation-title-btn a {
    display: block;
  }

  .block-order-estimate--address-btn {
    width: 160px !important;
  }

  .block-order-estimate--salesinclude-btn {
    font-size: 13px;
    font-weight: normal;
    width: 160px !important;
  }

  .block-order-estimate address {
    font-size: 13px;
    line-height: 1.5;
    word-wrap: break-word;
    letter-spacing: 0.03em;
  }

  .block-order-estimate--point,
  .block-order-estimate--entry-customer-point {
    color: #f00;
    font-size: 16px;
    font-weight: bold;
  }

  .block-order-estimate--confirmation,
  .block-order-estimate--date-spec-confirmation,
  .block-order-estimate--novelty,
  .block-order-estimate--goods-content,
  .block-order-estimate--sales-append,
  .block-order-estimate--regular-cycle-confirmation,
  .block-order-estimate--comment-content,
  .block-order-estimate--entry,
  .block-order-estimate--amazonpay-login {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px;
    letter-spacing: 0.03em;
  }

  .block-order-estimate--comment-content {
    border: none;
    padding: 0;
  }

  .block-order-estimate--procedure {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 4px;
  }

  /* 注文内容確認左サイドエリア */

  .block-order-estimate--content {
    float: left;
  }

  /* お届け先情報 */

  .block-order-estimate--confirmation {
    overflow: hidden;
  }

  .block-order-estimate--confirmation-list {
    width: 350px;
    display: inline-block;
    vertical-align: top;
  }

  .block-order-estimate--confirmation-list li {
    padding: 0 0 20px 0;
  }

  .block-order-estimate--confirmation-list-full li {
    padding: 0 0 20px 0;
  }

  .block-order-estimate--amazonpay-wallet {
    border: 1px solid #b1b3b4;
    clear: both;
  }

  .block-order-estimate--amazonpay-wallet-header {
    background: #333;
    padding: 10px;
    color: #fff;
  }

  .block-order-estimate--amazonpay-wallet-content {
    margin: 15px auto;
    height: 270px;
  }

  .block-order-estimate--amazonpay-wallet-widget {
    margin: 0 auto;
    width: 600px;
  }

  /* 配送希望情報 */

  .block-order-estimate--date-spec-confirmation {
    overflow: hidden;
  }

  .block-order-estimate--confirmation-message {
    color: #555;
    font-size: 12px;
  }

  /* ノベルティ商品のノベルティ選択 */

  .block-order-estimate--novelty-item label {
    cursor: pointer;
  }

  .block-order-estimate--novelty-item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
  }

  .block-order-estimate--novelty-item-image,
  .block-order-estimate--novelty-item-goods {
    display: table-cell;
    vertical-align: middle;
  }

  .block-order-estimate--novelty-item-image {
    width: 200px;
  }

  .block-order-estimate--novelty-item-goods {
    padding-left: 10px;
    width: auto;
  }

  .block-order-estimate--novelty-item-image figure {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
  }

  /* ご注文商品 */

  .block-order-estimate--goods-list li {
    position: relative;
    overflow: hidden;
    margin: 0 0 10px 0;
  }

  .block-order-estimate--goods-item-image {
    float: left;
    margin: 0 20px 0 0;
    background: #f3f3f3;
    width: 150px;
    height: 150px;
  }

  .page-estimate .block-icon {
    margin: 0 15px 0 0;
  }

  .block-order-estimate--goods-item {
    float: left;
    width: 50%;
  }

  .block-order-estimate--goods-item-comment {
    overflow: hidden;
  }

  .block-order-estimate--amt {
    width: 140px;
    margin: 0 10px 0 0;
    font-weight: bold;
  }

  .block-order-estimate--goods-item-name,
  .block-order-estimate--goods-item-set-name {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.6;
  }

  /* ご注文商品 注文明細拡張情報 */

  .block-order-estimate--sales-detail-append-link-edit {
    text-decoration: underline;
  }

  /* その他 */

  .block-order-estimate--sales-append-list {
    width: 100%;
  }

  /* AmazonPayログイン */

  .block-order-estimate--amazonpay-loginform {
    margin: 10px 0 0 0;
  }

  .block-order-estimate--amazonpay-loginform .form-label {
    text-align: left;
  }

  /* 備考 */

  .block-order-estimate--comment-content textarea {
    width: 100%;
  }

  /* 注文内容確認右サイドエリア */

  .block-order-estimate--order-terms-link {
    text-decoration: underline;
    cursor: pointer;
  }

  .block-order-estimate--order-terms-link:hover {
    text-decoration: none;
  }

  .block-order-estimate--agreebody {
    width: 100%;
    height: 400px;
    padding: 20px;
    box-sizing: border-box;
  }

  .block-order-estimate--side-area {
    position: relative;
    float: left;
  }

  .block-order-estimate--side-contents {
    width: 300px;
    margin: 0 0 0 20px;
  }

  .block-order-estimate--procedure-container {
    padding: 14px;
    letter-spacing: 0.03em;
  }

  .block-order-estimate--commit {
    text-align: center;
    margin: 0 0 10px 0;
  }

  .block-order-estimate--commit p {
    font-size: 13px;
  }

  .block-order-estimate--commit-btn {
    width: 100%;
    height: 45px;
    text-align: center;
    margin: 5px 0;
  }

  .block-order-estimate--total {
    text-align: center;
    padding: 8px;
    margin: 20px 0;
    background: #fff;
    font-size: 18px;
  }

  .block-order-estimate .block-exchange-price {
    text-align: center;
    margin-bottom: 12px;
  }

  .block-order-estimate--total-price {
    font-size: 18px;
    font-weight: bold;
  }

  .block-order-estimate--total-tax {
    font-size: 11px;
  }

  .block-order-estimate--point-add {
    overflow: hidden;
    margin: 0 0 10px 0;
    border-bottom: solid 1px #b1b3b4;
    font-size: 14px;
  }

  .block-order-estimate--point-add dt {
    float: left;
    width: 40%;
  }

  .block-order-estimate--point-add dd {
    float: left;
    width: 60%;
    text-align: right;
  }

  .block-order-estimate--point-add-num {
    color: #f00;
    font-size: 16px;
  }

  .block-order-estimate--point-add dd + dd {
    width: 100%;
    font-size: 13px;
    text-align: left;
    padding-bottom: 10px;
  }

  .block-order-estimate--price-items {
    letter-spacing: -.4em;
    font-size: 14px;
    color: #555;
    margin: 10px 0 0 0;
  }

  .block-order-estimate--price-items dt {
    display: inline-block;
    letter-spacing: normal;
    width: 60%;
    margin: 0 0 10px 0;
  }

  .block-order-estimate--price-items dd {
    display: inline-block;
    letter-spacing: normal;
    text-align: right;
    width: 40%;
  }

  /* メッセージ「クール便追加料金を含む」 */

  dd.block-order-estimate--cool-postage {
    width: 100%;
    text-align: right;
    margin: 0 0 10px 0;
  }

  .block-order-estimate--promotion-novelty-helper {
    border: 1px solid #f00;
    background: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 10px 0;
    cursor: pointer;
  }

  /* お届け先の変更(ダイアログ)*/

  .block-order-estimate--address-frame {
    background: #f3f3f3;
    max-width: 725px;
    margin: 0 auto;
  }

  .block-order-estimate--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }

  /* ×ボタン */

  .block-order-estimate--address-frame-close {
    position: relative;
    cursor: pointer;
  }

  .block-order-estimate--address-frame-close span {
    display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 20px;
    height: 20px;
  }

  .block-order-estimate--address-frame-close span:before {
    position: absolute;
    top: 6px;
    right: 0;
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .block-order-estimate--address-frame-close span:after {
    position: absolute;
    top: 0;
    right: 6px;
    content: "";
    width: 2px;
    height: 15px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /* お届け先の変更 */

  .block-order-estimate--address-frame h2 {
    color: #fff;
    background: #333;
    border-bottom: none;
    font-size: 21px;
    margin: 0 0 20px;
    padding: 10px 10px 10px;
  }

  .block-order-estimate--dest-address-item-register-input-title {
    font-weight: bold;
  }

  .block-order-estimate--dest-address-select,
  .block-order-estimate--amazonpay-address-select {
    padding: 0 20px;
    letter-spacing: 0.03em;
    font-size: 16px;
  }

  .block-order-estimate--dest-salesinclude-address-select,
  .block-order-estimate--dest-salesinclude-address-note {
    padding: 0 20px;
  }

  .block-order-estimate--amazonpay-address-area p {
    margin-left: 20px;
  }

  .block-order-estimate--dest-address-list {
    padding: 20px;
  }

  .block-order-estimate--amazonpay-address-container {
    padding: 0 0 10px 0;
  }

  .block-order-estimate--dest-address-item,
  .block-order-estimate--dest-address-item-register {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 240px;
    vertical-align: top;
  }

  .block-order-estimate--dest-address-item-container {
    height: 130px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 5px 0 10px 0;
  }

  .block-order-estimate--dest-address-item,
  .block-order-estimate--dest-address-item-register {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 5px 10px 0;
    padding: 10px 20px;
    box-sizing: border-box;
  }

  .block-order-estimate--dest-address-item address {
    word-wrap: break-word;
  }

  .block-order-estimate--dest-address-change-btn {
    width: 100%;
    color: #fff;
    background-color: #3b4043;
  }

  .block-order-estimate--dest-address-item-register .block-order-estimate--dest-address-item-buttons {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    margin: -20px auto 0;
    text-align: center;
  }

  .block-order-estimate--dest-address-change {
    width: 100%;
  }

  .block-order-estimate--dest-address-item-buttons__selected {
    cursor: default;
    background: #fffcfc;
    border: 1px solid #f00;
    color: #f00;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    bottom: 20px !important;
  }

  /* お届け先情報入力 */

  .block-order-estimate--dest-address-item-register-input-form .fieldset-vertical,
  .block-order-estimate--guest-address-input-form {
    background: #fff;
    border: solid 1px #b1b3b4;
    padding: 20px;
  }

  .block-order-estimate--dest-address-item-register-input-form .fieldset-vertical {
    margin: 10px 0;
  }

  .block-order-estimate--dest-address-name .checktype_name,
  .block-order-estimate--dest-address-kana .checktype_kana,
  .block-order-estimate--guest-address-name .checktype_name,
  .block-order-estimate--guest-address-kana .checktype_kana {
    margin: 0 0 10px 0;
  }

  /* お届けサイクル */

  .block-order-estimate--regular-cycle {
    width: 80%;
  }

  .block-order-estimate--regular-cycle th {
    padding: 12px;
    text-align: left;
    font-weight: bold;
    vertical-align: top;
    background-color: #999;
    color: #fff;
    border-top: 1px solid #b1b3b4;
    border-left: 1px solid #b1b3b4;
    border-bottom: 1px solid #b1b3b4;
    width: 30%;
  }

  /* ---- 注文完了(通常・ギフトフロー共通) ---- */

  .block-order-complete--orderinfo,
  .block-order-complete--customerentry-wrapper {
    background: #fff;
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }

  .block-order-complete--message {
    margin: 0 0 30px 0;
  }

  .block-order-complete--orderinfo dt {
    width: 30%;
    background: #f3f3f3;
    font-weight: bold;
    float: left;
  }

  .block-order-complete--orderinfo dt,
  .block-order-complete--orderinfo dd {
    border-bottom: 1px solid #b1b3b4;
    padding: 8px 8px 8px 8px;
  }

  .block-order-complete--orderinfo dd {
    margin-left: 30%;
  }

  .block-order-complete--orderinfo dd:after {
    clear: both;
    display: block;
  }

  .block-order-complete--home {
    margin: 20px auto;
    text-align: center;
  }

  .block-order-complete--home-btn {
    width: 240px;
    padding: 10px;
  }

  .block-order-complete--customerentry-form {
    margin: 20px 0 0 0;
  }

  .block-order-complete--rules {
    margin: 10px 0 0 0;
  }

  .block-order-complete--orderid {
    width: 700px;
    margin: 0 auto 30px;
  }

  .block-order-complete--orderid th {
    width: 30%;
  }

  .block-order-complete--orderid td {
    width: 70%;
  }

  .block-order-complete--orderid td a {
    color: #3b4043;
  }

  .block-order-complete--salesinclude {
    width: 100%;
    margin-bottom: 10px;
  }

  .block-order-complete--salesinclude th {
    width: 30%;
  }

  .block-order-complete--salesinclude td {
    width: 70%;
  }

  .block-order-complete--convenience {
    width: 100%;
    margin-bottom: 10px;
  }

  .block-order-complete--convenience th {
    width: 30%;
  }

  .block-order-complete--convenience td {
    width: 70%;
  }

  /* ---------------------- */

  /* ----ギフトフロー------- */

  /* ---------------------- */

  /* ---- 配送先選択 ---- */

  .block-order-gift-dest h2 {
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0;
    margin: 0 0 10px 0;
  }

  .block-order-gift-dest--check-all {
    margin: 0 0 10px 0;
  }

  .block-order-gift-dest--list-wrapper,
  .block-order-gift-dest--method-sender-info,
  .block-order-gift-dest--address-item,
  .block-order-gift-dest--method-sender-info-edit {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }

  /* お届け先配送情報エリア */

  .block-order-gift-dest--address-item {
    background: #f3f3f3;
  }

  .block-order-gift-dest--address-item-title {
    font-weight: bold;
  }

  .block-order-gift-dest--address-item address {
    margin: 5px 0 5px 20px;
  }

  .block-order-gift-dest--address-change {
    text-align: right;
  }

  .block-order-gift-dest--address-error {
    margin: 0 0 10px 0;
  }

  /* 贈り主情報エリア */

  .block-order-gift-dest--value-label {
    display: inline-block;
    width: 60px;
    text-align: center;
  }

  .block-order-gift-dest--method-sender-change label {
    font-weight: bold;
  }

  .block-order-gift-dest--method-sender-info address {
    margin: 0 0 10px 0;
  }

  .block-order-gift-dest--address-item {
    background: #f3f3f3;
  }

  .block-order-gift-dest--method-sender-info-edit {
    margin: 10px 0 0 0;
  }

  .block-order-gift-dest--method-sender-btn {
    text-align: right;
  }

  .block-order-gift-dest--action-buttons {
    margin: 0 0 20px 0;
  }

  /* ---- 配送先商品追加 ---- */

  .block-order-gift-select h2 {
    font-weight: bold;
    font-size: 20px;
  }

  .block-order-gift-select h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .block-order-gift-select--sender-info,
  .block-order-gift-select--delivery-dest-content,
  .block-order-gift-select--delivery-date,
  .block-order-gift-select--payment-content,
  .block-order-gift-select--point-use-select {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }

  .block-order-gift-select--sender-info {
    margin: 0 0 5px 0;
  }

  .block-order-gift-select--delivery-dest-add {
    padding: 5px 0 5px 0;
    margin: 0 0 10px 0;
    text-align: right;
  }

  .block-order-gift-select--delivery-dest-goods-select,
  .block-order-gift-select--point-use-select {
    padding: 10px 10px 10px 10px;
    margin: 0 0 0 0;
  }

  /* お届け先 */

  .block-order-gift-select--delivery-dest-header {
    position: relative;
  }

  .block-order-gift-select--delivery-dest-delete {
    position: absolute;
    right: 0;
    top: 3px;
  }

  .block-order-gift-select--delivery-dest-nickname {
    font-weight: bold;
  }

  .block-order-gift-select--delivery-dest-address address {
    margin: 0 0 10px 0;
  }

  .block-order-gift-select--delivery-dest-goods-content-list table {
    width: 100%;
  }

  .block-order-gift-select--delivery-dest-goods-name {
    width: 800px;
  }

  .block-order-gift-select--delivery-dest-goods-qty {
    text-align: right;
  }

  .block-order-gift-select--delivery-dest-goods-qty input {
    text-align: right;
    margin: 0 0 0 10px;
  }

  /* お届け先商品 */

  .block-order-gift-select--delivery-dest-goods-content-info,
  .block-order-gift-select--delivery-dest-goods-noshi {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .block-order-gift-select--delivery-dest-goods-price,
  .block-order-gift-select--delivery-dest-goods-total,
  .block-order-gift-select--delivery-dest-goods-noshi-charge {
    width: 18%;
    text-align: right;
  }

  .block-order-gift-select--delivery-dest-goods-sales-qty {
    width: 100px;
  }

  .block-order-gift-select--delivery-dest-goods-sales-qty input {
    text-align: right;
  }

  .block-order-gift-select--delivery-dest-goods-content-info-delete,
  .block-order-gift-select--delivery-dest-goods-noshi-edit {
    width: 70px;
  }

  .block-order-gift-select--delivery-dest-goods-noshi th,
  .block-order-gift-select--delivery-dest-goods-noshi td {
    text-align: left;
  }

  .block-order-gift-select--delivery-dest-total table {
    margin-left: auto;
  }

  /* 配送方法 */

  .block-order-gift-select--delivery-date-content {
    display: table;
  }

  .block-order-gift-select--delivery-date-content dt,
  .block-order-gift-select--delivery-date-content dd {
    display: table-cell;
  }

  /* お支払い情報 */

  .block-order-gift-select--method-list li {
    margin: 0 0 10px 0;
  }

  .block-order-gift-select--method-list li .help-block {
    display: inline-block;
    margin-left: 30%;
  }

  .block-order-gift-select--method-list label {
    cursor: pointer;
  }

  .block-order-gift-select--current-point {
    margin: 0 0 10px 0;
  }

  .block-order-gift-select--current-point-num {
    font-weight: bold;
  }

  .block-order-gift-select--coupon-available-btn {
    margin: 0 0 0 14px;
  }

  .block-order-gift-select--point-use-select {
    background: #f3f3f3;
  }

  .block-order-gift-select--point-use-select label {
    cursor: pointer;
    padding: 0 23px 0 5px;
  }

  /* その他 */

  .block-order-gift-select--sales-append-content {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
  }

  .block-order-gift-select--sales-append-content .form-group:not(:last-child) {
    border-bottom: solid 1px #b1b3b4;
  }

  /* ---- のし・ラッピング設定 ---- */

  .block-order-gift-noshi h1 {
    font-weight: bold;
    font-size: 24px;
    padding: 15px 0 0 0;
  }

  .block-order-gift-noshi h2 {
    font-weight: bold;
    font-size: 20px;
  }

  .block-order-gift-noshi h3 {
    font-size: 16px;
    font-weight: bold;
  }

  .block-order-gift-noshi--sender {
    font-weight: bold;
  }

  .block-order-gift-noshi--noshi-select,
  .block-order-gift-noshi--purpose-select,
  .block-order-gift-noshi--paper-wrapper,
  .block-order-gift-noshi--nameprint-wrapper,
  .block-order-gift-noshi--covertype-select,
  .block-order-gift-noshi--wrap-select,
  .block-order-gift-noshi--bag-wrapper {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }

  .block-order-gift-noshi--noshi-select li,
  .block-order-gift-noshi--purpose-select li,
  .block-order-gift-noshi--paper-wrapper li,
  .block-order-gift-noshi--nameprint-wrapper li,
  .block-order-gift-noshi--covertype-select li,
  .block-order-gift-noshi--wrap-select li,
  .block-order-gift-noshi--bag-wrapper li {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
  }

  .block-order-gift-noshi--paper-item-price,
  .block-order-gift-noshi--bag-item-price,
  .block-order-gift-noshi--wrap-item-price {
    display: block;
  }

  .block-order-gift-noshi--paper-message,
  .block-order-gift-noshi--covertype-message,
  .block-order-gift-noshi--wrap-message,
  .block-order-gift-noshi--bag-message {
    background: #f3f3f3;
    border: solid 1px #b1b3b4;
    margin: 10px 0 10px 0;
    padding: 20px 20px 20px 20px;
    width: 60%;
  }

  .block-order-gift-noshi--setting-message {
    text-align: center;
    font-weight: bold;
  }

  .block-order-gift-noshi--nameprint-input {
    margin: 15px 0 0 0;
  }

  .block-order-gift-noshi--setting-all-btn {
    margin: 0 0 20px 0;
  }

  /* ---- 注文内容確認(ギフトフロー) ---- */

  .block-order-gift-confirmation h2 {
    font-weight: bold;
    font-size: 20px;
  }

  .block-order-gift-confirmation h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 12px 0;
  }

  .block-order-gift-confirmation table {
    width: 100%;
  }

  .block-order-gift-confirmation--item-image figure,
  .block-order-gift-confirmation--sending-item-image figure {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
  }

  .block-order-gift-confirmation--item-image,
  .block-order-gift-confirmation--sending-item-image {
    width: 220px;
  }

  .block-order-gift-confirmation--order-item-wrapper,
  .block-order-gift-confirmation--order,
  .block-order-gift-confirmation--destination-address-wrapper,
  .block-order-gift-confirmation--other-wrapper,
  .block-order-gift-confirmation--novelty-content,
  .block-order-gift-confirmation--order-comment,
  .block-order-gift-confirmation--payment-method-wrapper {
    background: #fff;
    border: solid 1px #b1b3b4;
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }

  .block-order-gift-confirmation--order-item-detail {
    display: inline-block;
    width: 780px;
    vertical-align: top;
  }

  .block-order-gift-confirmation--order-item-summary {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    margin: 0 0 0 15px;
  }

  .block-order-gift-confirmation--order-item-summary-table th,
  .block-order-gift-confirmation--point-summary th {
    width: 180px;
  }

  .block-order-gift-confirmation--order-item-summary-table td,
  .block-order-gift-confirmation--point-summary td {
    text-align: right;
  }

  .block-order-gift-confirmation--item-qty-header {
    width: 50px;
  }

  .block-order-gift-confirmation--item-amount,
  .block-order-gift-confirmation--item-qty {
    text-align: right;
  }

  /* ノベルティ商品のノベルティ選択 */

  .block-order-gift-confirmation--novelty-item label {
    cursor: pointer;
  }

  .block-order-gift-confirmation--novelty-item {
    display: table;
    margin-bottom: 10px;
    width: 100%;
  }

  .block-order-gift-confirmation--novelty-item-image,
  .block-order-gift-confirmation--novelty-item-goods {
    display: table-cell;
    vertical-align: middle;
  }

  .block-order-gift-confirmation--novelty-item-image {
    width: 200px;
  }

  .block-order-gift-confirmation--novelty-item-goods {
    padding-left: 10px;
    width: auto;
  }

  .block-order-gift-confirmation--novelty-item-image figure {
    width: 200px;
    height: 200px;
    background: #f3f3f3;
  }

  /* 配送情報 */

  .block-order-gift-confirmation--shipping-address {
    display: inline-block;
    vertical-align: top;
    width: 700px;
  }

  .block-order-gift-confirmation--shipping-info {
    width: 430px;
    display: inline-block;
    margin: 0 0 0 15px;
  }

  .block-order-gift-confirmation--shipping-info-detail th {
    width: 150px;
  }

  /* お届け先 */

  .block-order-gift-confirmation--destination-address {
    margin: 0 0 10px 0;
  }

  .block-order-gift-confirmation--sending-item-qty-header {
    width: 50px;
  }

  .block-order-gift-confirmation--sending-item-qty {
    text-align: right;
  }

  .block-order-gift-confirmation--sending-item-comment-header,
  .block-order-gift-confirmation--sending-item-noshi-header {
    width: 220px;
  }

  /* その他 */

  .block-order-gift-confirmation--other-detail th {
    width: 300px;
  }

  .block-order-gift-confirmation--order-comment textarea {
    width: 100%;
  }

  /* ----メールニュース画面----*/

  .block-mail-news--terms-body {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  /* ----クイックオーダー---- */

  .block-quick-order--table {
    width: 100%;
  }

  .block-quick-order--goods-code-header {
    width: 320px;
  }

  .block-quick-order--goods-detail-cell {
    width: 100px;
    text-align: center;
  }

  .block-quick-order--name {
    font-size: 14px;
  }

  .block-quick-order--qty-cell,
  .block-quick-order--subtotal-cell {
    text-align: right;
  }

  .block-quick-order--stock-cell {
    text-align: center;
  }

  .block-quick-order--delete-btn-cell .btn {
    padding: 4px 20px;
  }

  .block-quick-order--qty-header {
    width: 100px;
  }

  .block-quick-order--subtotal-header {
    width: 100px;
  }

  .block-quick-order--stock-header {
    width: 100px;
  }

  .block-quick-order--delete-btn-header {
    width: 80px;
  }

  .block-quick-order--suggest-list {
    background-color: #fff;
    border: 1px solid #000;
    display: none;
    padding: 5px;
    position: absolute;
    top: 50px;
    left: 5px;
  }

  .block-quick-order--suggest-list-line {
    padding: 2px;
    list-style: none;
  }

  .block-quick-order--suggest-item-code {
    float: left;
    font-weight: bold;
    margin-right: 5px;
  }

  .block-quick-order--suggest-item-not-found {
    text-align: center;
    padding: 5px;
    height: 20px;
    width: 250px;
  }

  .block-quick-order .block-quick-order--forward {
    width: 240px;
  }
}

.p-cart-content {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cart-content {
    width: 1170px;
    padding: 50px 0 107px;
  }
}

.p-cart-content__text {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-cart-content__inner {
    max-width: 85.33333%;
    width: 870px;
    padding: 0 0 0 135px;
  }
}

.p-cart-content__heading--primaly {
  margin: 0 0 30px;
}

@media screen and (min-width: 901px), print {
  .p-cart-content__heading--primaly {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.3;
  }
}

.block-quick-order--qty-cell,
.block-quick-order--delete-btn-cell {
  text-align: center;
}

.block-goods-agree--disagree,
.block-goods-agree--agree {
  width: 240px;
}

.p-cart-flow {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 901px), print {
  .p-cart-flow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-cart-flow__step {
  position: relative;
  border: 1px solid #3b4043;
  color: #3b4043;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-cart-flow__step {
    width: 180px;
    font-size: 12px;
    padding: 9px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 901px), print {
  .p-cart-flow__step + .p-cart-flow__step {
    margin-left: 38px;
  }
}

.p-cart-flow__step + .p-cart-flow__step:after {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #3b4043;
  border-right: 1px solid #3b4043;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
}

.p-cart-flow__step.is-active {
  background-color: #3b4043;
  color: #fff;
}

.block-cart .block-cart--wrapper {
  font-size: 14px;
}

.block-cart .block-cart--wrapper .block-cart--infomation {
  background: #fff;
  border: 1px solid #3b4043;
  margin: 40px auto;
  padding: 20px;
  text-align: left;
  width: 834px;
}

.block-cart .block-cart--wrapper .block-cart--continue-shopping {
  text-align: center;
  margin-bottom: 40px;
}

.block-cart .block-cart--wrapper .block-cart--continue-shopping-link {
  cursor: pointer;
  color: #333;
  font-size: 14px;
  border: none;
  text-decoration: underline;
  background: none;
}

.block-cart .block-cart--wrapper .block-cart--continue-shopping-link:hover {
  text-decoration: none;
}

.checktype_name .efo-required,
.checktype_kana .efo-required {
  width: 200px;
}

.block-login--ask-password a {
  font-size: 14px;
  color: #3b4043;
  text-decoration: underline;
}

.block-form--title-secondaly {
  position: relative;
  margin: 0 -10% 10px;
  padding: 0 10%;
  background: #e0e0e0;
  overflow: hidden;
}

.block-form--title-secondaly:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  content: "";
  z-index: -1;
}

.block-order-method--promotion-content {
  margin: 20px 0;
}

.block-order-method--promotion-content .promotion_field_ {
  margin: 0 0 20px;
}

.block-order-method--promotion-possible {
  margin: 0 0 10px;
}

.block-regular-cycle--deliv_date--prev-expected-dt,
.block-regular-cycle--deliv_date--next-expected-dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-regular-cycle--deliv_date--prev-expected-dt dt,
.block-regular-cycle--deliv_date--prev-expected-dt dd,
.block-regular-cycle--deliv_date--next-expected-dt dt,
.block-regular-cycle--deliv_date--next-expected-dt dd {
  width: 50%;
}

.block-regular-cycle--select-wm {
  display: block !important;
  margin: 10px 0 0;
}

.block-order-estimate--goods-item-set-name {
  font-weight: normal;
}

.block-order-estimate--dest,
.block-order-estimate--method,
.block-order-estimate--coupon,
.block-order-estimate-usage-point {
  margin: 0 0 20px 0;
}

.block-order-estimate--dest-address-change-dest-btn {
  display: block;
  width: 100%;
}

@media screen and (min-width: 901px), print {
  .block-order-estimate--dest-address-item-buttons {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    line-height: 1.5;
  }
}

.p-my-content__main .modal-content {
  background: transparent;
}

.p-my-content__main .modal-content button {
  font-size: 11px;
}

.p-my-content__heading--secondaly {
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: 0.09em;
  width: 100%;
  height: 80px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.p-my-content__heading--thirdaly {
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 0.09em;
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}

.p-my-content__heading--thirdaly span {
  padding: 0 0 0 20px;
  font-size: 14px;
}

.block-member-terms {
  letter-spacing: 0.03em;
}

.block-member-terms--disagree,
.block-member-terms--agree {
  width: 240px;
}

.block-member-info--form .block-member-info--message + .legend {
  margin: 40px 0 20px;
}

.block-member-info--form .legend a,
.block-member-info--form .block-member-info--message-password a {
  color: #3b4043;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .block-member-info--form .legend + .legend,
  .block-member-info--form .block-member-info--message-password + .legend {
    margin: 80px 0 20px;
  }
}

.block-member-info--message,
.block-member-info--message-password {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

.block-member-info--mailnews .form-control label {
  position: relative;
  top: 2px;
}

.block-member-info--use-spoofing-protection .form-control label {
  position: relative;
  top: 2px;
}

.block-member-info--use-spoofing-protection .form-control #agree_checkbox + label {
  top: 1px;
}

.block-member-info--addr3 {
  border-bottom: #b1b3b4 1px solid;
}

.block-member-registration-completed--forward-to-mypage,
.block-member-registration-completed--forward {
  width: 240px;
}

.block-member-info {
  letter-spacing: 0.03em;
}

.block-member-info--message .required:after {
  padding: 0 1.2em;
  margin: 0 6px 0 0;
  height: 18px;
  line-height: 18px;
}

.block-member-info--update-mail a {
  font-size: 13px;
  text-decoration: underline;
  color: #3b4043;
}

.block-member-info--back,
.block-member-info--forward {
  width: 240px;
}

.block-member-info--customer-name {
  font-weight: bold;
}

.input-error {
  border: 1px solid #a94442 !important;
  background: #f2dede !important;
}

.block-member-info-confirmation--customer-name {
  font-weight: bold;
}

.block-member-info-confirmation {
  letter-spacing: 0.03em;
}

.block-member-info-confirmation--back,
.block-member-info-confirmation--forward {
  width: 240px;
}

.block-shipping-address-registration--message {
  margin: 0 0 20px;
}

.block-shipping-address--customer-name {
  font-weight: bold;
}

.block-shipping-address--dept {
  border-bottom: #b1b3b4 1px solid;
}

.block-shipping-address-confirmation--customer-name {
  font-weight: bold;
}

.block-shipping-address-confirmation--dept {
  border-bottom: #b1b3b4 1px solid;
}

.action-delete {
  margin-top: 10px;
}

.block-shipping-address--delete {
  background-color: #3b4043 !important;
}

.block-purchase-history--customer-name {
  font-weight: bold;
}

.status-order {
  background: #f7f7f7;
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 14px;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .block-purchase-history--pager-top .pager,
  .block-purchase-history--pager-bottom .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-purchase-history--pager-top .pager .area-pagination,
.block-purchase-history--pager-bottom .pager .area-pagination {
  margin: 0 0 0 auto;
}

.block-purchase-history--pager-top .pager .area-pagination .pager-next,
.block-purchase-history--pager-top .pager .area-pagination .pager-last,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-next,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-last {
  padding: 0;
  margin-left: 8px;
  border: none;
}

.block-purchase-history--pager-top .pager .area-pagination .pager-next a,
.block-purchase-history--pager-top .pager .area-pagination .pager-last a,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-next a,
.block-purchase-history--pager-bottom .pager .area-pagination .pager-last a {
  border-bottom: 1px solid #444;
}

.block-purchase-history--table--reorder {
  padding: 12px;
  border: 1px solid #b1b3b4;
}

.block-purchase-history-detail--customer-name {
  font-weight: bold;
}

.block-purchase-history-detail--shipment-header,
.block-purchase-history-detail--shipment-header {
  margin: 80px 0 20px;
}

.block-purchase-history-detail--goods-qty {
  text-align: center;
}

.block-purchase-history-detail--goods-total-price {
  text-align: right;
}

.block-purchase-history-detail--destination-shipment-qty {
  text-align: center;
}

.block-member-id--customer-name {
  font-weight: bold;
}

.block-member-id--login-link a {
  text-decoration: underline;
  font-size: 14px;
}

.block-member-id--login-link a:hover {
  text-decoration: none;
}

.block-member-password--customer-name {
  font-weight: bold;
}

.block-member-password--login-link a {
  text-decoration: underline;
  font-size: 14px;
}

.block-member-password--login-link a:hover {
  text-decoration: none;
}

.block-inquiry-history--customer-name {
  font-weight: bold;
}

.block-inquiry-history--subject a {
  text-decoration: underline;
}

.block-inquiry-history--subject a:hover {
  text-decoration: none;
}

.block-inquiry-history--pager-top {
  margin: 0 0 20px;
}

.block-inquiry-history--pager-bottom {
  margin: 20px 0 0;
}

@media screen and (min-width: 901px), print {
  .block-inquiry-history--pager-top .pager,
  .block-inquiry-history--pager-bottom .pager {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-inquiry-history--pager-top .pager .area-pagination,
.block-inquiry-history--pager-bottom .pager .area-pagination {
  margin: 0 0 0 auto;
}

.block-inquiry-history--pager-top .pager .area-pagination .pager-next,
.block-inquiry-history--pager-top .pager .area-pagination .pager-last,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-next,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-last {
  padding: 0;
  margin-left: 8px;
  border: none;
}

.block-inquiry-history--pager-top .pager .area-pagination .pager-next a,
.block-inquiry-history--pager-top .pager .area-pagination .pager-last a,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-next a,
.block-inquiry-history--pager-bottom .pager .area-pagination .pager-last a {
  border-bottom: 1px solid #444;
}

.block-inquiry-history-detail--customer-name {
  margin: 0 0 20px;
  font-weight: bold;
}

.block-withdrawal--customer-name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .block-withdrawal--pwd {
    border-bottom: #b1b3b4 1px solid;
  }
}

.block-withdrawal--forward {
  color: #fff !important;
  background-color: #ee696f !important;
}

.block-mail-address--customer-name {
  font-weight: bold;
}

.block-mail-address--mypage-link a {
  text-decoration: underline;
}

.block-mail-address--mypage-link a:hover {
  text-decoration: none;
}

.block-coupon-list--customer-name {
  font-weight: bold;
}

.block-coupon-list--coupon-name .conditions {
  background: #f7f7f7;
  margin: 10px 0 0;
  padding: 8px 12px;
  font-size: 14px;
  box-sizing: border-box;
}

.block-coupon-list--coupon-name .conditions p {
  font-size: 13px;
  font-weight: bold;
}

.block-coupon-list--table-col4 {
  width: 100%;
  table-layout: fixed;
}

.block-coupon-list--table-col4 th,
.block-coupon-list--table-col4 td {
  max-width: 25%;
}

.block-coupon-list--table-col4 .block-coupon-list--coupon-dt span {
  white-space: normal;
}

.block-regular-purcharse-list--customer-name {
  font-weight: bold;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list--create-dt,
  .block-regular-purcharse-list--regular-sales,
  .block-regular-purcharse-list--method {
    text-align: center;
  }
}

.block-regular-purcharse-list--pager-top .pager {
  text-align: right;
}

.block-regular-purcharse-list-in {
  margin: 0 0 60px;
}

.block-regular-purcharse-list--title {
  margin: 0 0 10px;
}

.block-regular-purcharse-list--title h3 {
  margin: 0 0 12px;
  font-size: 18px;
  letter-spacing: 0.09em;
}

.block-regular-purcharse-list--title p {
  font-size: 14px;
  letter-spacing: 0.09em;
}

.block-regular-purcharse-list--skip .skip {
  color: #ee696f;
}

.block-regular-purcharse-detail--customer-name {
  font-weight: bold;
}

.block-regular-purcharse-detail--shipment-header {
  margin: 80px 0 20px;
}

.block-regular-purcharse-detail--goods-img {
  text-align: center;
}

.block-regular-purcharse-detail--goods-img img {
  width: 120px;
  height: 120px;
}

.block-regular-purcharse-detail--body .action-buttons {
  display: block;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-detail--body .action-buttons .action {
    margin: 20px 10px;
  }
}

.block-regular-purcharse-detail--withdrawal .action-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.block-regular-purcharse-detail--skip {
  margin: 0 0 40px;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-detail--qty {
    text-align: center;
  }

  .block-regular-purcharse-detail--price,
  .block-regular-purcharse-detail--subtotal {
    text-align: right;
  }
}

.block-regular-purcharse-detail--withdrawal-btn {
  color: #fff !important;
  background-color: #ee696f !important;
}

.block-regular-purcharse-detail--update-cycle {
  color: #3b4043;
  text-decoration: underline;
  font-size: 14px;
}

.block-regular-purcharse-detail--goods-name a {
  color: #3b4043;
}

.block-regular-purcharse-detail-in {
  margin: 0 0 60px;
}

.block-purcharse--goods-list {
  font-size: 14px;
}

.block-purcharse--goods-item,
.block-regular-purcharse--goods-item {
  margin: 0 0 40px;
}

.block-purcharse--goods-item-image,
.block-regular-purcharse--goods-item-image {
  width: 75px;
  display: table-cell;
  vertical-align: top;
}

.block-purcharse--goods-item-image figure,
.block-regular-purcharse--goods-item-image figure {
  background: #f5f5f5;
  width: 75px;
  height: 75px;
}

.block-purcharse--goods-description,
.block-regular-purcharse--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.block-purcharse--goods-description .block-purcharse--goods-name,
.block-purcharse--goods-description .block-regular-purcharse-detail--goods-name,
.block-regular-purcharse--goods-description .block-purcharse--goods-name,
.block-regular-purcharse--goods-description .block-regular-purcharse-detail--goods-name {
  margin: 0 0 20px;
}

.block-regular-purcharse-detail-child {
  margin: 0 0 20px;
}

.block-regular-purcharse-list .txt-attention,
.block-regular-purcharse-detail .txt-attention {
  color: #ee696f;
}

.block-purchase-detail--table {
  width: 100%;
  margin: 5px 0 20px;
  padding: 12px;
  border: 1px solid #b1b3b4;
}

.block-purchase-detail--table th {
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

.block-purchase-detail--table td {
  padding: 20px;
  border: none;
  vertical-align: top;
}

.block-purchase-detail--table p {
  margin: 0 0 10px;
}

.block-purchase-detail--table a {
  color: #3b4043;
}

.block-purchase-detail--table-btn {
  text-align: right;
}

.block-purchase-detail--table-tel {
  max-width: 360px;
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #b1b3b4;
  border-bottom: 1px solid #b1b3b4;
  font-size: 14px;
}

.block-regular-purcharse-shipment-info-update--customer-name {
  font-weight: bold;
}

.block-regular-purcharse-shipment-info-update--new-info-header {
  margin: 80px 0 20px;
}

.block-regular-purcharse-shipment-info-update--old-info-message {
  font-size: 14px;
}

.block-regular-purcharse-shipment-info-update--new-info-items li:first-child {
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: solid 1px #b1b3b4;
}

.modal-content-s {
  font-size: 14px;
}

.block-regular-purcharse-cancellation--customer-name {
  font-weight: bold;
}

.block-regular-purcharse-cancellation--goods-img {
  text-align: center;
}

.block-regular-purcharse-cancellation--goods-img img {
  width: 120px;
  height: 120px;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-cancellation--qty {
    text-align: center;
  }

  .block-regular-purcharse-cancellation--price,
  .block-regular-purcharse-cancellation--subtotal {
    text-align: right;
  }
}

.block-regular-purcharse-cancellation--forward {
  color: #fff !important;
  background-color: #ee696f !important;
}

.block-regular-purcharse-cancellation--goods-name a {
  color: #3b4043;
}

.block-regular-purcharse-detail--check {
  text-align: center;
}

.block-point-history-list--customer-name {
  font-weight: bold;
}

.block-point-history-list--point-in {
  text-align: right;
}

.block-regular-purcharse-detail-credit {
  width: 100%;
  text-align: left;
  margin: 20px 0 0;
}

.block-arrival-notice-list--customer-name {
  font-weight: bold;
}

.block-credit-card-confirmation--customer-name {
  font-weight: bold;
}

.block-credit-card-confirmation--update-confirmation-header {
  margin: 80px 0 20px;
}

.block-regular-purcharse-detail-cycle-table {
  width: 100%;
  margin: 0 0 20px;
}

.block-update-credit-card-info--customer-name {
  font-weight: bold;
}

.block-order-cancellation--order-info {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.block-order-cancellation--cancellation-reasons-form .legend {
  margin: 80px 0 20px;
}

.block-order-cancellation--forward {
  color: #fff !important;
  background-color: #3b4043 !important;
}

.block-regular-purcharse-cycle-info-update--customer-name {
  font-weight: bold;
}

.block-regular-purcharse-cycle-info-update--shipment-header {
  margin: 80px 0 20px;
}

.block-regular-purcharse-cycle-info-update--goods-img {
  text-align: center;
}

.block-regular-purcharse-cycle-info-update--goods-img img {
  width: 120px;
  height: 120px;
}

.block-regular-purcharse-cycle-info-update--qty {
  text-align: center;
}

.block-regular-purcharse-cycle-info-update--price,
.block-regular-purcharse-cycle-info-update--subtotal {
  text-align: right;
}

.block-regular-purcharse-cycle-info-update--back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .block-mail-news--register-form,
  .block-mail-news---release-form {
    margin: 80px 0 0;
  }
}

.block-login__notice {
  width: 100%;
  padding: 38px 45px;
  margin-top: 53px;
  border: 1px solid #ee696f;
  color: #ee696f;
  box-sizing: border-box;
}

.block-login__notice a {
  color: #ee696f;
  text-decoration: underline;
}

.block-login__notice a:hover {
  text-decoration: none;
}

.block-login--login {
  background: #469de2 !important;
}

.block-login__notice__heading {
  margin-bottom: 20px;
  color: #ee696f;
}

@media screen and (min-width: 901px), print {
  .block-login__notice__heading {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1.666666;
  }
}

@media screen and (min-width: 901px), print {
  .block-login--body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.block-login--member .c-sns-area {
  max-width: 870px;
}

@media screen and (min-width: 901px), print {
  .block-login--member,
  .block-login--first-time {
    width: calc(50% - 20px);
  }
}

.block-login--member-header,
.block-login--first-time-header {
  margin: 0 0 30px;
  font-size: 22px;
  letter-spacing: 0.09em;
}

.block-login--member-header span,
.block-login--first-time-header span {
  display: block;
  padding: 15px;
  background: #f3f3f3;
}

.block-login--first-time-message {
  margin: 0 0 20px;
  letter-spacing: 0.03em;
}

.block-order-method--goods-item-set-name {
  font-weight: normal;
}

.block-order-method--coupon-content,
.block-order-method--point-use,
.block-order-method--payment-method {
  margin: 0 0 30px 0;
  letter-spacing: 0.03em;
}

.block-order-method--payment-method-select li {
  letter-spacing: 0.03em;
}

.block-login--maihada {
  margin-top: 60px;
}

@media screen and (min-width: 901px), print {
  .block-login--maihada {
    border: #b1b3b4 1px solid;
  }
}

@media screen and (min-width: 901px), print {
  .block-login--maihada .block-login--maihada-body {
    padding: 0 45px 30px;
  }
}

.block-login--maihada .block-login--maihada-body p {
  margin-bottom: 10px;
}

.block-login--maihada .block-login--maihada-body p.notice {
  margin-bottom: 30px;
  color: #ee696f;
}

.block-credit-card-confirmation--credit-card-info > div {
  margin-bottom: 20px;
}

.block-order-estimate--pay-input .js-keepcard {
  border-top: none !important;
  margin-top: 0;
}

@media screen and (min-width: 901px), print {
  .block-order-estimate--pay-input .js-keepcard.block-order-estimate--pay-card-brand {
    border-top: #b1b3b4 1px solid !important;
  }

  .block-order-estimate--pay-input .js-keepcard.block-order-estimate--pay-card {
    border-top: #b1b3b4 1px solid !important;
  }

  .block-order-estimate--pay-input .js-keepcard.block-order-estimate--pay-expire {
    margin-bottom: 20px;
    border-top: #b1b3b4 1px solid !important;
  }
}

.block-order-estimate--pay-input .block-order-estimate--pay-card-seq {
  position: relative;
  top: -12px;
  left: -20px;
  border: none !important;
}

.block-order-estimate--pay-selectcard {
  padding: 20px 0 0;
}

.js-keepcard {
  display: table;
  width: 100%;
  margin-top: 20px;
}

.js-keepcard .block-credit-card-confirmation--card_seq {
  position: relative;
  top: -10px;
}

.p-my-content__questionnaire {
  padding-top: 0;
}

@media screen and (min-width: 901px), print {
  .p-my-content__questionnaire {
    width: 1024px;
  }
}

.block-questionnaire--header,
.block-questionnaire-completed--header {
  letter-spacing: 0.09em;
  line-height: 1.6;
}

@media screen and (min-width: 901px), print {
  .block-questionnaire--header,
  .block-questionnaire-completed--header {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .block-questionnaire--form .fieldset,
  .block-questionnaire--confirmation-form .fieldset {
    max-width: 1024px;
  }

  .block-questionnaire--form .form-label,
  .block-questionnaire--confirmation-form .form-label {
    display: block;
    width: auto;
    background: none;
    margin: 5px 0 10px;
    padding: 0 0 5px;
    font-size: 18px;
    letter-spacing: 0.09em;
    font-weight: normal;
    border-bottom: #999 1px solid;
  }

  .block-questionnaire--form .form-group-title,
  .block-questionnaire--confirmation-form .form-group-title {
    vertical-align: top;
  }

  .block-questionnaire--form .form-group-title .constraint,
  .block-questionnaire--confirmation-form .form-group-title .constraint {
    width: auto;
    padding: 0;
    background: none;
  }

  .block-questionnaire--form .form-group-title .constraint .required,
  .block-questionnaire--confirmation-form .form-group-title .constraint .required {
    display: block;
    padding: 15px 0 0;
  }

  .block-questionnaire--form .form-control,
  .block-questionnaire--confirmation-form .form-control {
    vertical-align: top;
    padding: 10px 0 0;
  }

  .block-questionnaire--form .form-control textarea,
  .block-questionnaire--confirmation-form .form-control textarea {
    width: 100%;
  }

  .block-questionnaire--form .form-control .block-questionnaire--box-content,
  .block-questionnaire--confirmation-form .form-control .block-questionnaire--box-content {
    padding: 0;
    margin: 0;
  }

  .block-questionnaire--form .form-control .block-questionnaire--box-content .block-questionnaire--textbox,
  .block-questionnaire--confirmation-form .form-control .block-questionnaire--box-content .block-questionnaire--textbox {
    width: 100%;
  }

  .block-questionnaire--form .required:after,
  .block-questionnaire--confirmation-form .required:after {
    margin: 0;
  }
}

@media screen and (max-width: 900px) and (min-width: 901px) {
  .block-questionnaire--form .form-group-title,
  .block-questionnaire--confirmation-form .form-group-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.block-questionnaire--form .form-control select,
.block-questionnaire--confirmation-form .form-control select {
  font-size: 16px;
}

.block-questionnaire--form .action-buttons,
.block-questionnaire--confirmation-form .action-buttons {
  margin-top: 30px;
}

.block-questionnaire--form .form-error,
.block-questionnaire--confirmation-form .form-error {
  margin-top: 10px;
  color: #ee696f;
}

.block-questionnaire-completed--message {
  margin-top: 50px;
  margin-bottom: 50px;
}

.block-questionnaire-completed .btn {
  font-size: 14px;
}

.block-common-alert {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .block-common-alert {
    width: 1170px;
  }
}

.block-common-alert--link {
  width: 240px;
  height: 45px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  background-color: #b1b3b4;
  text-align: center;
  vertical-align: middle;
  margin: 30px auto 0;
  padding: 3px 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.block-questionnaire--item .form-group,
.block-questionnaire--confirmation-item-list .form-group {
  display: block;
  border: none !important;
}

@media screen and (min-width: 901px), print {
  .block-questionnaire--item .form-group,
  .block-questionnaire--confirmation-item-list .form-group {
    margin-top: 30px;
  }
}

@media screen and (min-width: 901px), print {
  .block-questionnaire--item-description {
    font-size: 14px;
  }
}

.block-questionnaire--require-message {
  color: #469de2 !important;
}

@media screen and (min-width: 901px), print {
  .block-questionnaire--require-message {
    font-size: 13px;
  }
}

@media screen and (min-width: 901px), print {
  .block-questionnaire--list-item .form-label,
  .block-questionnaire--box-content .form-label {
    display: block;
    width: 100%;
  }

  .block-questionnaire--list-item img,
  .block-questionnaire--box-content img {
    margin: 10px 0;
  }
}

@media screen and (min-width: 901px), print {
  .block-questionnaire--box-content {
    margin-top: 30px;
  }

  .block-questionnaire--box-content img {
    max-width: 100%;
    height: auto;
  }
}

.block-questionnaire--box-content > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-questionnaire--box-content > span input {
  width: 30px;
  margin: 0 0 10px;
}

.block-questionnaire--box-content > span label {
  width: calc(100% - 30px);
  margin: 0 0 10px;
}

.block-questionnaire--freespace-top a {
  color: #3b4043;
  text-decoration: underline;
}

.block-questionnaire--freespace-top + .alert {
  color: #ee696f;
}

.block-questionnaire--freespace-bottom {
  margin-top: 30px;
}

@media screen and (min-width: 901px), print {
  .p-my-content__exchangegoods {
    margin-top: 60px;
  }
}

.p-my-content__exchangegoods__title {
  letter-spacing: 0.03em;
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-my-content__exchangegoods__title {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__exchangegoods__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
}

.p-my-content__exchangegoods__btn {
  display: block;
  background: #F19A9E;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-my-content__exchangegoods__btn {
    width: 380px;
    padding: 18px 0;
    font-size: 18px;
    box-shadow: 4px 4px #B1B3B4;
  }

  .p-my-content__exchangegoods__btn:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-my-content__heading--secondaly-main {
    font-size: 26px;
    margin: 0 0 48px;
  }
}

.p-my-content__heading--secondaly-sub {
  margin-top: 15px;
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-my-content__heading--secondaly-sub {
    font-size: 18px;
  }
}

.block-regular-purcharse-list .block-regular-purcharse-list-in {
  margin-top: 30px;
}

.block-regular-purcharse-list .block-regular-purcharse-list-in .block-regular-purcharse-list--title p {
  color: #f69c60;
  font-weight: 600;
}

.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons {
  margin-top: 20px;
}

.block-regular-purcharse-list .block-regular-purcharse-list-in .action-buttons .action a {
  color: #469de2;
}

.block-regular-purcharse-list-col2 dl + dl {
  margin-top: 12px;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #b8babb;
    border-top: none;
  }
}

.block-regular-purcharse-list-col2 dl dt,
.block-regular-purcharse-list-col2 dl dd {
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 dl dt,
  .block-regular-purcharse-list-col2 dl dd {
    border-top: 1px solid #b8babb;
    padding: 16px 30px;
  }
}

.block-regular-purcharse-list-col2 dl dt {
  background-color: #f3f3f3;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 dl dt {
    width: 280px;
    border-right: 1px solid #b8babb;
  }
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 dl dd {
    width: calc(100% - 280px);
  }
}

.block-regular-purcharse-list-col2 dl dd .status {
  font-weight: 600;
}

.block-regular-purcharse-list-col2 dl dd .status_wait {
  color: #ee696f;
}

.block-regular-purcharse-list-col2 dl dd .message {
  color: #ee696f;
}

.block-regular-purcharse-list-col2 dl dd select {
  height: 30px;
  padding: 0;
  font-size: 16px;
}

.block-regular-purcharse-list-col2 dl dd input {
  vertical-align: baseline;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 dl dd .radio {
    margin-right: 24px;
  }
}

.block-regular-purcharse-list-col2 dl dd p + p {
  margin-top: 10px;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 + .txt-attention {
    margin-top: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 + table {
    margin-top: 30px;
  }
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2-in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.block-regular-purcharse-list-col2-in + .block-regular-purcharse-list-col2-in {
  margin-top: 12px;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2-next {
    margin-top: 48px;
  }
}

.block-regular-purcharse-list-col2-next dl dt {
  background-color: #deebf7;
}

.block-regular-purcharse-list-col2-next dl dd {
  color: #469de2;
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-list-col2 .block-regular-cycle--select-wm {
    margin: 0;
  }
}

.block-regular-purcharse-list-col2 .help-block {
  margin-top: 12px;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail--title {
  margin-top: 30px;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail--title p {
  color: #f69c60;
  font-weight: 600;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in {
  margin-top: 15px;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-detail .block-regular-purcharse-detail-in:first-of-type {
    margin-top: 30px;
  }
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in > p:first-child {
  margin-bottom: 10px;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .p-my-content__heading--thirdaly {
  font-weight: 600;
  border: none;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-detail .block-regular-purcharse-detail-in .p-my-content__heading--thirdaly {
    margin-bottom: 10px;
  }
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table {
  border: none;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table th {
  border: none;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td {
  padding: 10px;
  border: none;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td:empty {
  display: none;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table td select {
  height: 30px;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .regular_cycle_title {
  display: block;
  margin-top: 10px;
  font-weight: 600;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .next_expected_process {
  font-weight: 600;
  color: #ee696f;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .block-regular-purcharse-detail--card-confirm {
  display: block;
  margin-top: 10px;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-purchase-detail--table .block-regular-purcharse-detail--card-confirm a {
  font-size: 16px;
  color: #469de2;
  text-decoration: none;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--append-items {
  display: inline-block;
  margin: 0 10px;
  padding: 20px;
  border: 1px solid #b1b3b4;
  width: auto;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: block;/* 20260116add */
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img {
  border: 1px solid #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img {
    width: 140px;
  }
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-img a {
  display: block;
  padding: 10px;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-name {
  padding: 10px;
  background-color: #deebf7;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--goods-items .block-regular-purcharse-detail--goods-name {
    width: calc(100% - 160px);
  }
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .status {
  font-weight: 600;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .status_wait {
  color: #ee696f;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .message {
  color: #ee696f;
}

.block-regular-purcharse-detail .block-regular-purcharse-detail-in .block-regular-purcharse-detail--select-cycle {
  color: #ee696f;
}

.modal-dialog-regular .modal-header {
  background-color: #f69c60;
}

.modal-dialog-regular .modal-content {
  background-color: #fff;
}

.modal-dialog-regular .btn-regular {
  background-color: #f69c60;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.modal-dialog-regular .btn-regular-noselect {
  background: #f2f2f2;
  color: #e0e0e0;
  pointer-events: none;
}

.modal-dialog-regular .block-regular-purcharse-detail--goods-items,
.modal-dialog-regular .block-regular-purcharse-detail--check,
.modal-dialog-regular .block-regular-purcharse-detail--goods-name {
  border: none;
}

@media screen and (min-width: 901px), print {
  .modal-dialog-regular .block-regular-purcharse-detail--goods-img {
    width: 25%;
  }

  .modal-dialog-regular .block-regular-purcharse-detail--goods-img img {
    border: 1px solid #b1b3b4;
  }
}

.modal-dialog-regular .block-regular-purcharse-detail--goods-name-in p {
  margin: 0;
}

.modal-dialog-regular .block-regular-purcharse-detail--goods-name-in {
  padding: 10px;
  background-color: #deebf7;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .modal-dialog-regular .modal-footer {
    padding-bottom: 30px;
  }

  .modal-dialog-regular .modal-footer .action-buttons {
    margin: 30px 0 0;
  }
}

@media screen and (min-width: 901px), print {
  .modal-dialog-regular .block-regular-purcharse-detail--check {
    width: 5%;
  }

  .modal-dialog-regular .block-regular-purcharse-detail--goods-name {
    width: calc(100% - 30%);
  }
}

.modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .modal-dialog-regular .block-regular-purcharse-detail--goods-items-in {
    margin-top: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.p-contact-content__inner--form {
  width: 100%;
}

.p-contact-content__inner--form .block-inquiry {
  margin-top: 53px;
}

.block-inquiry--customer-name {
  font-weight: bold;
}

.block-inquiry--forward {
  background-color: #ee696f !important;
}

.block-inquiry-completed--customer-name {
  font-weight: bold;
}

.p-my-content-online {
  margin: 0 0 40px;
}

@media screen and (min-width: 901px), print {
  .p-my-content-online .p-my-content__heading--secondaly {
    margin-bottom: 10px;
  }
}

.p-my-content-online__inner {
  display: block;
  box-sizing: border-box;
}

.p-my-content-online__inner span {
  display: block;
  margin-bottom: 20px;
}

@media screen and (min-width: 901px), print {
  .p-my-content-online__inner span {
    font-size: 14px;
  }
}

.p-my-content-online__inner a {
  color: #3b4043;
  text-decoration: underline;
}

.p-my-content-online__inner h2 {
  margin-top: 30px;
  margin-bottom: 16px;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-my-content-online__inner h2 {
    font-size: 21px;
  }
}

.p-my-content-online__inner ul li {
  margin-bottom: 6px;
}

.p-my-content-online__inner ul .txt-red {
  color: #ee696f;
}

.p-my-content-online__tel h3 {
  margin-bottom: 16px;
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-privacy-content {
    padding: 50px 0 107px;
  }
}

.p-privacy-content__inner {
  max-width: 1170px;
}

@media screen and (min-width: 901px), print {
  .p-privacy-content__inner {
    padding: 0 0 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-privacy-content__heading--primary {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

.p-privacy-content__heading--secondary {
  margin: 60px 0 16px;
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}

@media screen and (min-width: 901px), print {
  .p-privacy-content__heading--secondary {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-privacy-content__text {
  margin-top: 53px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-privacy-content__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

.p-privacy-content__text a {
  color: #3b4043;
  text-decoration: underline;
}

.p-privacy-content__text .p-privacy-content__list {
  list-style: none;
  margin-top: 15px;
  padding-left: 1.35em;
  text-indent: -1.35em;
}

.p-privacy-content__text .p-privacy-content__list > li > a {
  color: #3b4043;
  text-decoration: underline;
}

.p-privacy-content__text .p-privacy-content__list > li ol,
.p-privacy-content__text .p-privacy-content__list > li + li {
  margin-top: 10px;
}

.p-privacy-content__text .p-privacy-content__list + p {
  margin-top: 15px;
}

.p-privacy-content__text .p-privacy-content__list__num {
  list-style: decimal;
  padding-left: 24px;
}

.p-privacy-content__text .p-privacy-content__list__num > li {
  list-style: inherit;
}

.p-privacy-content__text .p-privacy-content__list__num > li > a {
  text-decoration: underline;
}

.p-privacy-content__text .p-privacy-content__list__num > li ol,
.p-privacy-content__text .p-privacy-content__list__num > li + li {
  margin-top: 15px;
}

.p-privacy-content__text .p-privacy-content__container__text + .p-privacy-content__container__text {
  margin-top: 15px;
}

.p-privacy-content__text .p-privacy-content__container__text-head {
  font-weight: 600;
  text-decoration: underline;
}

.p-privacy-content__text .p-privacy-content__container__text-head + .p-privacy-content__container__text {
  margin-top: 10px;
  margin-bottom: 20px;
}

.p-privacy-content__text .p-privacy-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.p-privacy-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-privacy-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-privacy-content__buttons__button--icon-self {
  position: relative;
}

.p-privacy-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-privacy-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-privacy-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-privacy-content__hover-action:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 901px), print {
  .p-rule-content {
    padding: 50px 0 107px;
  }
}

.p-rule-content__inner {
  max-width: 1170px;
}

@media screen and (min-width: 901px), print {
  .p-rule-content__inner {
    padding: 0 0 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-rule-content__heading--primary {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

.p-rule-content__heading--secondary {
  margin: 60px 0 16px;
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}

@media screen and (min-width: 901px), print {
  .p-rule-content__heading--secondary {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-rule-content__text {
  margin-top: 53px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-rule-content__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

.p-rule-content__text .p-rule-content__list {
  margin-top: 15px;
  list-style: decimal;
  padding-left: 24px;
}

.p-rule-content__text .p-rule-content__list > li {
  list-style: inherit;
}

.p-rule-content__text .p-rule-content__list > li > a {
  color: #3b4043;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-rule-content__text .p-rule-content__list > li > a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-rule-content__text .p-rule-content__list > li > a:hover {
    opacity: 0.5;
  }
}

.p-rule-content__text .p-rule-content__list > li ol,
.p-rule-content__text .p-rule-content__list > li + li {
  margin-top: 15px;
}

.p-rule-content__text .p-rule-content__list .p-rule-content__list {
  list-style: none;
  padding-left: 1.65em;
  text-indent: -1.65em;
}

.p-rule-content__text .p-rule-content__container__text + .p-rule-content__container__text {
  margin-top: 15px;
}

.p-rule-content__text .p-rule-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.p-rule-content__container__text + .p-rule-content__list {
  list-style: none;
  padding-left: 1.65em;
  text-indent: -1.65em;
}

.p-rule-content__container__text + .p-rule-content__list + .p-rule-content__container__text {
  margin-top: 15px;
}

.p-rule-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-rule-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-rule-content__buttons__button--icon-self {
  position: relative;
}

.p-rule-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-rule-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-rule-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-rule-content__hover-action:hover {
    opacity: 0.7;
  }
}

.p-rule-content__list_disc {
  margin-top: 15px;
}

.p-rule-content__list_disc > li {
  font-size: 16px;
  padding-left: 1em;
  position: relative;
}

.p-rule-content__list_disc > li > a {
  text-decoration: underline;
}

.p-rule-content__list_disc > li + li {
  margin-top: 15px;
}

.p-rule-content__list_disc > li:before {
  content: '・';
  left: 0;
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content {
    padding: 50px 0 107px;
  }
}

.p-tokushoho-content__inner {
  max-width: 1170px;
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content__inner {
    padding: 0 0 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content__heading--primary {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

.p-tokushoho-content__heading--secondary {
  margin: 60px 0 16px;
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content__heading--secondary {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-tokushoho-content__heading--thirdaly {
  margin: 20px 0 12px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.09em;
}

.p-tokushoho-content__text {
  margin-top: 53px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

.p-tokushoho-content__text .p-tokushoho-content__list {
  list-style: decimal;
  padding-left: 24px;
}

.p-tokushoho-content__text .p-tokushoho-content__list > li {
  list-style: inherit;
}

.p-tokushoho-content__text .p-tokushoho-content__list > li > a {
  text-decoration: underline;
}

.p-tokushoho-content__text .p-tokushoho-content__list > li ol,
.p-tokushoho-content__text .p-tokushoho-content__list > li + li {
  margin-top: 15px;
}

.p-tokushoho-content__text .p-tokushoho-content__container__text a {
  color: #3b4043;
  text-decoration: underline;
}

.p-tokushoho-content__text .p-tokushoho-content__container__text + .p-tokushoho-content__container__text {
  margin-top: 15px;
}

.p-tokushoho-content__text .p-tokushoho-content__container__img {
  margin: 15px 0;
}

.p-tokushoho-content__text .p-tokushoho-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

.p-tokushoho-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-tokushoho-content__buttons__button--icon-self {
  position: relative;
}

.p-tokushoho-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-tokushoho-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-tokushoho-content__hover-action:hover {
    opacity: 0.7;
  }
}

.p-faq-online-content {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content {
    width: 1170px;
    margin: 0 auto;
    padding-top: 115px;
  }
}

.p-faq-online-content__heading.is-index {
  width: 175.3px;
}

.p-faq-online-content__heading.is-favorite {
  width: 139.7px;
}

.p-faq-online-content__inner {
  padding-top: 75px;
  padding-bottom: 143px;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__inner {
    max-width: 1170px;
    margin: 0 auto;
  }

  .p-faq-online-content__inner:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-faq-online-content__sidenavi {
  width: 196px;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__sidenavi {
    float: left;
    position: relative;
  }
}

.p-faq-online-content__main {
  width: 870px;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__main {
    float: right;
  }
}

.p-faq-online__heading--secondaly {
  margin-bottom: 24px;
  font-size: 24px;
  letter-spacing: 0.09em;
  width: 100%;
  height: 80px;
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.p-faq-online__heading--thirdaly {
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 0.09em;
}

.p-faq-online-content__navigation__wrapper + .p-faq-online-content__navigation__wrapper {
  margin-top: 74px;
}

.p-faq-online-content__navigation {
  width: 100%;
  border-bottom: 1px solid #e0e1e1;
}

.p-faq-online-content__navigation__heading + .p-faq-online-content__navigation {
  margin-top: 18px;
}

.p-faq-online-content__navigation__heading {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #75797b;
}

.p-faq-online-content__navigation__item {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e0e1e1;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__navigation__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .p-faq-online-content__navigation__item:hover {
    background-color: #e4f3f8;
  }
}

.p-faq-online-content__navigation__item.active {
  background-color: #e4f3f8;
}

.p-faq-online-content__navigation__item a {
  color: #3b4043;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  padding-right: 30px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.p-faq-online-content__navigation__item.active a:after {
  background-color: #e4f3f8;
}

.p-faq-online-content__navigation__logout {
  margin-top: 30px;
}

.p-faq-online-content__navigation__logout a {
  font-size: 14px;
  line-height: 1.92857;
  letter-spacing: 0.03em;
  color: #75797b;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #75797b;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__main .c-product__item {
    width: 22.52874%;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__main .c-product__item + .c-product__item {
    margin-left: 3.25%;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__main .c-product__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__main .c-product__item:nth-child(n+5) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__categories {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__categories__category + .p-faq-online-content__categories__category {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__categories__heading {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-faq-online-content__categories__heading.c-arrow--absolute:after {
  right: 40px;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__categories__heading__icon {
    width: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.09;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__categories__list li {
    width: 240px;
    margin: 15px 0;
  }
}

.p-faq-online-content__categories__textlink {
  color: #3b4043;
  text-decoration: none;
  display: inline-block;
}

.p-faq-online-content__list {
  border-bottom: 1px solid #e0e1e1;
}

.p-faq-online-content__list li {
  padding-top: 20px;
  border-top: 1px solid #e0e1e1;
}

.p-faq-online-content__list li:first-child {
  padding-top: 0;
  border-top: none;
}

.p-faq-online-content__list .p-faq-online-content__list__q,
.p-faq-online-content__list .p-faq-online-content__list__a {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
}

.p-faq-online-content__list .p-faq-online-content__list__q:before,
.p-faq-online-content__list .p-faq-online-content__list__a:before {
  font-size: 30px;
  color: #3b4043;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.p-faq-online-content__list .p-faq-online-content__list__q a,
.p-faq-online-content__list .p-faq-online-content__list__a a {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__list .p-faq-online-content__list__q a,
  .p-faq-online-content__list .p-faq-online-content__list__a a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-faq-online-content__list .p-faq-online-content__list__q a:hover,
  .p-faq-online-content__list .p-faq-online-content__list__a a:hover {
    opacity: 0.5;
  }
}

.p-faq-online-content__list .p-faq-online-content__list__q {
  cursor: pointer;
}

.p-faq-online-content__list .p-faq-online-content__list__q:before {
  content: 'Q.';
}

.p-faq-online-content__list .p-faq-online-content__list__q:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__list .p-faq-online-content__list__q:after {
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #3b4043;
    border-right: 2px solid #3b4043;
  }
}

.p-faq-online-content__list .p-faq-online-content__list__q.is-open:after {
  margin-top: 3px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.p-faq-online-content__list .p-faq-online-content__list__a {
  display: none;
  padding-right: 20px;
}

.p-faq-online-content__list .p-faq-online-content__list__a:before {
  content: 'A.';
}

.p-faq-online-content__list .p-faq-online-content__list__a p + p {
  margin-top: 20px;
}

.p-faq-online-content__buttons {
  margin-top: 20px;
}

.p-faq-online-content__buttons p,
.p-faq-online-content__buttons + p {
  margin-top: 20px;
}

.p-faq-online-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-faq-online-content__buttons__button--icon-self {
  position: relative;
}

.p-faq-online-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-faq-online-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-faq-online-content__hover-action:hover {
    opacity: 0.7;
  }
}

.p-faq-online-content__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}

.p-faq-online-content__intro li {
  width: calc(100% / 3 - 20px);
  height: 240px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  margin-top: 30px;
  box-sizing: border-box;
}

.p-faq-online-content__intro li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #3b4043;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-faq-online-content__intro li a:hover {
  background-color: #e4f3f8;
}

.p-faq-online-content__intro li a .ico {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  width: 69px;
  height: 69px;
  background-size: 69px 69px;
  background-position: center center;
}

.p-faq-online-content__intro li a .ico-anc01 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png);
}

.p-faq-online-content__intro li a .ico-anc02 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_card.png);
}

.p-faq-online-content__intro li a .ico-anc03 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}

.p-faq-online-content__intro li a .ico-anc04 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_history.png);
}

.p-faq-online-content__intro li a .ico-anc05 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_point.png);
}

.p-faq-online-content__intro li a .ico-anc06 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}

.p-faq-online-content__intro li a .ico-anc07 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_user.png);
}

.p-faq-online-content__intro li a .ico-anc08 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_mailmag.png);
}
.p-faq-online-content__intro:after {
  width: calc(100% / 3 - 20px);
  height: 240px;
  box-sizing: border-box;
  margin-top: 30px;
  box-sizing: border-box;
  content: "";
}

.p-guide-content {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-guide-content {
    width: 1170px;
    margin: 0 auto;
    padding-top: 50px;
  }
}

.p-guide-content__heading.is-index {
  width: 175.3px;
}

.p-guide-content__heading.is-favorite {
  width: 139.7px;
}

.p-guide-content__inner {
  padding-top: 50px;
  padding-bottom: 143px;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__inner {
    max-width: 1170px;
    margin: 0 auto;
  }

  .p-guide-content__inner:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-guide-content__sidenavi {
  width: 216px;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__sidenavi {
    float: left;
    position: relative;
  }
}

.p-guide-content__main {
  width: 870px;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__main {
    float: right;
  }
}

.p-guide__heading--secondaly {
  margin-bottom: 24px;
  font-size: 21px;
  letter-spacing: 0.09em;
  width: 100%;
  background: #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
  position: relative;
}

.p-guide__heading--thirdaly {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.09em;
}

.p-guide-content__navigation__wrapper + .p-guide-content__navigation__wrapper {
  margin-top: 74px;
}

.p-guide-content__navigation {
  width: 100%;
  border-bottom: 1px solid #e0e1e1;
}

.p-guide-content__navigation__heading + .p-guide-content__navigation {
  margin-top: 18px;
}

.p-guide-content__navigation__heading {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #75797b;
}

.p-guide-content__navigation__item {
  width: 100%;
  height: 46px;
  border-top: 1px solid #e0e1e1;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__navigation__item {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
  }

  .p-guide-content__navigation__item:hover {
    background-color: #e4f3f8;
  }
}

.p-guide-content__navigation__item.active {
  background-color: #e4f3f8;
}

.p-guide-content__navigation__item a {
  color: #3b4043;
  text-decoration: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

.p-guide-content__navigation__item.active a:after {
  background-color: #e4f3f8;
}

.p-guide-content__navigation__logout {
  margin-top: 30px;
}

.p-guide-content__navigation__logout a {
  font-size: 14px;
  line-height: 1.92857;
  letter-spacing: 0.03em;
  color: #75797b;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #75797b;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__main .c-product__item {
    width: 22.52874%;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__main .c-product__item + .c-product__item {
    margin-left: 3.25%;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__main .c-product__item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__main .c-product__item:nth-child(n+5) {
    margin-top: 50px;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__categories {
    margin-top: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__categories__category + .p-guide-content__categories__category {
    margin-top: 90px;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__categories__heading {
    font-size: 24px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-guide-content__categories__heading.c-arrow--absolute:after {
  right: 40px;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__categories__heading__icon {
    width: 24px;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.09;
    line-height: 1.714285;
  }
}

@media screen and (min-width: 901px), print {
  .p-guide-content__categories__list li {
    width: 240px;
    margin: 15px 0;
  }
}

.p-guide-content__categories__textlink {
  color: #3b4043;
  text-decoration: none;
  display: inline-block;
}

.p-guide-content__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.p-guide-content__intro:after {
  width: calc(100% / 3 - 20px);
  height: 240px;
  content: "";
}

.p-guide-content__intro li {
  width: calc(100% / 3 - 20px);
  height: 240px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  margin-top: 30px;
  box-sizing: border-box;
}

.p-guide-content__intro li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #3b4043;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-guide-content__intro li a:hover {
  background-color: #e4f3f8;
}

.p-guide-content__intro li a .ico {
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  width: 69px;
  height: 69px;
  background-size: 69px 69px;
  background-position: center center;
}

.p-guide-content__intro li a .ico-anc01 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png);
}

.p-guide-content__intro li a .ico-anc02 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_card.png);
}

.p-guide-content__intro li a .ico-anc03 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}

.p-guide-content__intro li a .ico-anc04 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_history.png);
}

.p-guide-content__intro li a .ico-anc05 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_point.png);
}

.p-guide-content__intro li a .ico-anc06 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_delivery.png);
}

.p-guide-content__intro li a .ico-anc07 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_address_edit.png);
}

.p-guide-content__intro li a .ico-anc08 {
  background-image: url(/freepage/maison-kose/common/img/project/my/common/icon_user.png);
}

.p-guide-content__text p {
  margin-bottom: 20px;
}

.p-guide-content__text p a {
  color: #3b4043;
  text-decoration: underline;
  word-break: break-all;
}

.p-guide-content__text + .p-guide-content__text {
  margin-top: 30px;
}

.p-guide-content__list li {
  margin-bottom: 60px;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-guide-content__list li .p-guide-content__list__text p {
  margin-top: 24px;
  margin-right: 1em;
  margin-left: 1em;
  font-size: 16px;
  letter-spacing: 0.09em;
}

.p-guide-content__list li .p-guide-content__list__text p:first-of-type {
  margin-top: 0;
}

.p-guide-content__list li .p-guide-content__list__text p a {
  color: #3b4043;
  text-decoration: underline;
  word-break: break-all;
}

.p-guide-content__list li .p-guide-content__list__text__inner {
  margin-top: 40px;
}

.p-guide-content__list li .p-guide-content__list__text__inner p span {
  font-weight: 600;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__list li .p-guide-content__list__img {
    width: 50%;
  }
}

.p-guide-content__list li .p-guide-content__list__img p {
  margin-bottom: 1em;
}

.p-guide-content__list li .p-guide-content__list__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 901px), print {
  .p-guide-content__list-col1 li {
    display: block;
  }

  .p-guide-content__list-col2 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-guide-content__list-col2 li .p-guide-content__list__text {
    width: calc(50% - 30px);
    margin-right: 0;
  }
}

.p-guide-content__list_disc {
  margin-top: 15px;
}

.p-guide-content__list_disc > li {
  margin-bottom: 0;
  padding-left: 1em;
  position: relative;
}

.p-guide-content__list_disc > li a {
  color: #3b4043;
  text-decoration: underline;
}

.p-guide-content__list_disc > li + li {
  margin-top: 15px;
}

.p-guide-content__list_disc > li:before {
  content: '・';
  left: 0;
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__heading--primaly {
    font-size: 27px;
    line-height: 1.22222;
    letter-spacing: .09em;
  }
}

.p-cp-detail__heading--secondaly {
  text-align: left;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__heading--secondaly {
    font-size: 24px;
    line-height: 1.375;
    letter-spacing: .09em;
  }
}

.p-cp-detail__heading--thirdaly {
  margin-top: 60px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.09em;
  padding: 0 0 10px;
  border-bottom: #b1b3b4 1px solid;
}

.p-cp-detail__content {
  max-width: 870px;
  margin: 0 auto;
}

.p-cp-detail__main {
  margin-top: 120px;
  padding: 40px 24px;
  box-sizing: border-box;
  background: #f7f7f7;
  border-top: 1px solid #b1b3b4;
  border-bottom: 1px solid #b1b3b4;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__main__img {
    width: 360px;
  }

  .p-cp-detail__main__img img {
    width: 360px;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__main__content {
    padding-left: 30px;
  }
}

.p-cp-detail__main__content__period {
  margin-top: 24px;
}

.p-cp-detail__main__content__period span {
  padding: 6px 24px;
  background: #3b4043;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
}

.p-cp-detail__main__content__period p {
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

.p-cp-detail__main__content__text {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dotted #b1b3b4;
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 1.5;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__explain {
    margin-top: 48px;
  }
}

.p-cp-detail__explain__text {
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0.09em;
}

.p-cp-detail__explain__img {
  margin-top: 24px;
}

.p-cp-detail__target {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__target {
    padding: 120px 0 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__target__contents {
    margin-top: 20px;
  }
}

.p-cp-detail__target__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}

.p-cp-detail__target__list .c-product__item--small {
  width: 335px;
  margin-top: 30px;
  margin-left: 0;
}

.p-cp-detail__target__more {
  position: relative;
  border: 1px solid #cccccc;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__target__more {
    width: 180px;
    margin: 50px auto 24px;
    font-size: 12px;
    padding: 7px 0;
  }
}

.p-cp-detail__target__more span {
  display: inline-block;
  text-indent: -1em;
}

.p-cp-detail__target__more .p-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
}

.p-cp-detail__target__more .p-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  background-color: #3b4043;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-cp-detail__target__more .p-arrow:before,
.p-cp-detail__target__more .p-arrow:after {
  right: 0;
  width: 13px;
  height: 1px;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__target__more .p-arrow:before,
  .p-cp-detail__target__more .p-arrow:after {
    left: 150px;
  }
}

.p-cp-detail__target__more .p-arrow:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-cp-detail__target__more.js-accordion-open .p-arrow:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-cp-detail__attention {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.69;
}

.p-cp-detail__attention__list li {
  margin-top: 12px;
  list-style: disc;
  color: #469de2;
  margin-left: 1em;
}

.p-cp-detail__attention__list li span {
  position: relative;
  top: 2px;
  color: #3b4043;
}

.p-cp-detail__attention__text p {
  margin-top: 12px;
}

.p-cp-detail__attention__text p a {
  color: #3b4043;
  text-decoration: underline;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__attention__text p a:hover {
    opacity: 0.5;
  }
}

.p-cp-detail__attention__text p .red {
  color: #ee696f;
}

.p-cp-detail__buttons {
  width: 320px;
  margin: 0 auto 120px;
}

.p-cp-detail__buttons__button {
  position: relative;
  display: block;
  width: 320px;
  border: 1px solid #469de2;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #469de2;
  padding: 17px 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-cp-detail__buttons__button:after {
  right: 19px;
}

@media screen and (min-width: 901px), print {
  .p-cp-detail__buttons__button:hover {
    opacity: 0.5;
  }
}

.p-lp-point__content {
  color: #3B4043;
}

.p-lp-point__content img {
  max-width: 100%;
  height: auto;
}

.p-lp-point__content__main {
  position: relative;
  background: none;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__main {
    padding: 30px 0;
  }
}

.p-lp-point__content__main__img {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__main__img {
    max-width: 224px;
  }

  .p-lp-point__content__main__img img {
    max-width: 224px;
  }
}

.p-lp-point__content__main__text {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 22px auto 0;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__main__text {
    margin: 22px auto 0;
  }
}

.p-lp-point__content__main__text__btn {
  display: block;
  background: #F19A9E;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border-radius: 25px;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__main__text__btn {
    max-width: 195px;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 18px;
    box-shadow: 3px 3px #B1B3B4;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-lp-point__content__main__text__btn:hover {
    opacity: 0.7;
  }
}

.p-lp-point__content__inner {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__inner {
    padding: 60px 0;
  }
}

.p-lp-point__content__inner .anchor {
  position: absolute;
  top: -75px;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}

.p-lp-point__content-bg-gray {
  background-color: #F3F3F3;
}

.p-lp-point__ttl__area__wrap {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__ttl__area__wrap__img {
    position: absolute;
    top: -90px;
    right: 0;
  }

  .p-lp-point__ttl__area__wrap__img img {
    width: 230px;
  }
}

.p-lp-point__ttl {
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  color: #718496;
  letter-spacing: 0.06em;
}

.p-lp-point__ttl span {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__ttl span {
    font-size: 30px;
    letter-spacing: 0.18em;
  }
}

.p-lp-point__ttl span.bold {
  font-weight: 500;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__ttl {
    font-size: 27px;
    font-weight: 600;
  }
}

.p-lp-point__ttl__sub {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__ttl__sub {
    font-size: 21px;
  }
}

.p-lp-point__ttl__sub + p {
  margin-top: 10px;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__ttl__sub + p {
    text-align: center;
    font-size: 14px;
  }
}

.p-lp-point__subttl {
  text-align: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 400;
  line-height: 1;
  color: #718496;
  letter-spacing: 0.06em;
}

.p-lp-point__subttl span {
  font-family: 'Josefin Sans', 'sans-serif';
}

@media screen and (min-width: 901px), print {
  .p-lp-point__subttl {
    margin: 20px auto 0;
    font-size: 20px;
  }
}

.p-lp-point__content__about__text {
  margin: 0;
}

.p-lp-point__content__about__text p {
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__about__text p {
    margin-top: 30px;
    font-size: 15px;
  }
}

.p-lp-point__content__member__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-lp-point__content__member__wrap .p-lp-point__content__member__text__default {
  font-size: 14px;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member {
    margin: 45px auto 0;
  }

  .p-lp-point__content__member.p-lp-point__content__inner {
    padding: 80px 0;
  }
}

.p-lp-point__content__member__btn {
  display: block;
  background: #F19A9E;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__btn {
    padding: 18px 0;
    font-size: 18px;
    box-shadow: 4px 4px #B1B3B4;
  }

  .p-lp-point__content__member__btn:hover {
    opacity: 0.5;
  }
}

.p-lp-point__content__member__text {
  display: block;
  margin-top: 10px;
}

.p-lp-point__content__member__text__default {
  text-align: center;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__text__default {
    font-size: 18px;
  }
}

.p-lp-point__content__member__text__top {
  line-height: 1.46;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__text__top {
    font-size: 30px;
  }
}

.p-lp-point__content__member__text__center {
  color: #F19A9E;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__text__center {
    font-size: 45px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__text__center .small {
    font-size: 30px;
  }
}

.p-lp-point__content__member__text__center .large {
  padding: 0 10px;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__text__center .large {
    font-size: 40px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__text__center .large span {
    font-size: 60px;
  }
}

.p-lp-point__content__member__text__bottom {
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__member__text__bottom {
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__nav {
    margin-top: 30px;
  }
}

.p-lp-point__content__nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__nav ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__nav ul li {
    width: 303px;
  }
}

.p-lp-point__content__nav__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  color: #718496;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__nav__btn {
    height: 90px;
    border: 1px solid #B1B3B4;
    box-shadow: 4px 4px #B1B3B4;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-lp-point__content__nav__btn:hover {
    opacity: 0.5;
  }
}

.p-lp-point__content__nav__btn:after {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-top: 1px solid #718496;
  border-right: 1px solid #718496;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__nav__btn:after {
    width: 10px;
    height: 10px;
    border-top: 1px solid #718496;
    border-right: 1px solid #718496;
  }
}

.p-lp-point__content__nav__btn span {
  display: block;
  letter-spacing: 0.05em;
}

.p-lp-point__content__nav__btn__ttl {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.p-lp-point__content__nav__btn__ttl span {
  font-family: 'Josefin Sans', 'sans-serif';
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__nav__btn__ttl {
    font-size: 18px;
  }
}

.p-lp-point__content__nav__btn__subttl {
  margin-top: 6px;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  letter-spacing: 0.18em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__nav__btn__subttl {
    font-size: 12px;
  }
}

.p-lp-point__content__earn__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__text {
    margin: 30px 0 0;
  }

  .p-lp-point__content__earn__text-attention {
    margin: 10px 0 0;
  }
}

.p-lp-point__content__earn__text p {
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__text p {
    font-size: 15px;
  }
}

.p-lp-point__content__earn__text p a {
  color: #3B4043;
  text-decoration: underline;
}

.p-lp-point__content__earn__text p span {
  font-size: 0.5em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__text p span {
    vertical-align: super;
  }
}

.p-lp-point__content__earn__text p + span {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__text p + span {
    margin-top: 10px;
    font-size: 12px;
  }
}

.p-lp-point__content__earn__text li {
  font-size: 12px;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__img {
    max-width: 432px;
    margin: 50px auto 0;
  }

  .p-lp-point__content__earn__img img {
    max-width: 432px;
  }
}

.p-lp-point__content__earn__more {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  color: #718496;
  text-align: center;
  letter-spacing: 0.18em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__more {
    margin: 40px auto 0;
    font-size: 30px;
  }
}

.p-lp-point__content__earn__list {
  margin-top: 20px;
}

.p-lp-point__content__earn__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-lp-point__content__earn__list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #718496;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__list ul li {
    width: 30.77%;
    height: 253px;
    border-radius: 70px;
    margin-top: 20px;
  }
}

.p-lp-point__content__earn__list ul:after {
  content: "";
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__list ul:after {
    width: 320px;
    height: 286px;
  }
}

.p-lp-point__content__earn__list__icon img {
  width: auto;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__list__icon img {
    height: 69px;
  }
}

.p-lp-point__content__earn__list__ttl {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__list__ttl {
    margin-top: 20px;
    font-size: 21px;
  }
}

.p-lp-point__content__earn__list__text {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__list__text {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-lp-point__content__earn__list__text span {
  color: #F19A9E;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 500;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__list__text span {
    font-size: 25px;
  }
}

.p-lp-point__content__earn__list__comment {
  position: absolute;
  left: 0;
  right: 0;
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__earn__list__comment {
    bottom: 12px;
    font-size: 15px;
  }
}

.p-lp-point__content__use__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__text {
    margin-top: 30px;
  }
}

.p-lp-point__content__use__text p {
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__text p {
    font-size: 15px;
    text-align: center;
  }
}

.p-lp-point__content__use__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__img {
    margin: 60px auto 0;
    padding: 45px 105px;
    background-color: #F3F3F3;
    border-radius: 70px;
  }
}

.p-lp-point__content__use__img__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__img__list li {
    margin-right: 14px;
  }
}

.p-lp-point__content__use__img__list__btn {
  display: block;
  background: #F19A9E;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: underline;
  border-radius: 25px;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__img__list__btn {
    margin: 0 auto;
    padding: 8px 20px;
    font-size: 21px;
    box-shadow: 3px 3px #B1B3B4;
  }

  .p-lp-point__content__use__img__list__btn:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__attention {
    margin-top: 30px;
    box-sizing: border-box;
  }

  .p-lp-point__content__member__wrap + .p-lp-point__content__use__attention {
    margin-top: 60px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__attention:first-child {
    margin-top: 100px;
  }
}

.p-lp-point__content__use__attention__ttl {
  color: #718496;
  font-weight: 500;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__attention__ttl {
    font-size: 18px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__attention__list {
    margin-top: 10px;
  }
}

.p-lp-point__content__use__attention__list li {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__attention__list li {
    margin-top: 8px;
    margin-left: 24px;
    text-indent: -12px;
    font-size: 14px;
    letter-spacing: 0.03em;
  }
}

.p-lp-point__content__use__attention__list li a {
  color: #3B4043;
  text-decoration: underline;
}

.p-lp-point__content__use__attention__list li:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 6px;
  border-radius: 100%;
  background: #718496;
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__attention__list li:before {
    position: relative;
    top: -3px;
    width: 6px;
    height: 6px;
    margin-right: 6px;
  }
}

.p-lp-point__content__use .c-product-content__list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use .c-product-content__list {
    padding: 0 40px;
  }
}

.p-lp-point__content__use .c-product__item {
  margin-top: 30px;
  margin-left: 0;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use .c-product__item {
    width: 195px;
  }
}

.p-lp-point__content__use .c-product__thumb {
  padding-top: 0;
  background-color: transparent;
}

.p-lp-point__content__use .c-product__thumb:after {
  display: none;
}

.p-lp-point__content__use .c-product__about,
.p-lp-point__content__use .c-product__brand {
  padding: 0;
}

.p-lp-point__content__use .c-product__product-name {
  pointer-events: none;
  padding: 0;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use .c-product__product-name {
    font-size: 15px;
    line-height: 2;
  }
}

.p-lp-point__content__use__note {
  text-align: right;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__use__note {
    font-size: 14px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__faq .p-lp-point__content__faq__list {
    margin-top: 50px;
  }
}

.p-lp-point__content__faq .p-lp-point__content__faq__list dt {
  position: relative;
  letter-spacing: 0.03em;
  cursor: pointer;
  background-color: #D4F0F9;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__faq .p-lp-point__content__faq__list dt {
    margin-top: 20px;
    padding: 20px 30px;
    font-size: 15px;
  }
}

.p-lp-point__content__faq .p-lp-point__content__faq__list dt:before {
  content: 'Q.';
  font-family: 'Josefin Sans', 'sans-serif';
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__faq .p-lp-point__content__faq__list dt:before {
    padding: 0 27px 0 0;
    font-size: 22px;
  }
}

.p-lp-point__content__faq .p-lp-point__content__faq__list dt:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__faq .p-lp-point__content__faq__list dt:after {
    right: 40px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #718496;
    border-right: 2px solid #718496;
  }
}

.p-lp-point__content__faq .p-lp-point__content__faq__list dt.is-open:after {
  margin-top: 3px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.p-lp-point__content__faq .p-lp-point__content__faq__list dd {
  display: none;
  position: relative;
  letter-spacing: 0.03em;
  line-height: 1.8;
  background: #fff;
  border-right: 2px solid #D4F0F9;
  border-bottom: 2px solid #D4F0F9;
  border-left: 2px solid #D4F0F9;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__faq .p-lp-point__content__faq__list dd {
    padding: 10px 30px 10px calc(30px + 3.3em);
    text-indent: -3.4em;
    font-size: 15px;
  }
}

.p-lp-point__content__faq .p-lp-point__content__faq__list dd a {
  color: #3B4043;
  text-decoration: underline;
}

.p-lp-point__content__faq .p-lp-point__content__faq__list dd:before {
  content: 'A.';
  font-family: 'Josefin Sans', 'sans-serif';
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__faq .p-lp-point__content__faq__list dd:before {
    padding: 0 32px 0 0;
    font-size: 22px;
  }
}

.p-lp-point__content__contact__inner {
  background: #fff;
}

.p-lp-point__content__contact__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #718496;
  font-weight: 600;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__contact__ttl {
    font-size: 28px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__contact__ttl__icon {
    max-width: 60px;
    margin-right: 20px;
  }
}

.p-lp-point__content__contact__text {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__contact__text {
    margin: 20px 0 0;
  }
}

.p-lp-point__content__contact__text p {
  line-height: 2;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__contact__text p {
    font-size: 15px;
  }
}

.p-lp-point__content__contact__btn {
  display: block;
  background: #fff;
  color: #718496;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
  border: 1px solid #B1B3B4;
}

@media screen and (min-width: 901px), print {
  .p-lp-point__content__contact__btn {
    margin: 50px auto 0;
    padding: 18px 0;
    font-size: 18px;
    box-shadow: 3px 3px #B1B3B4;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-lp-point__content__contact__btn:hover {
    opacity: 0.5;
  }
}

.p-lp-app__content {
  color: #3B4043;
}

.p-lp-app__content img {
  max-width: 100%;
  height: auto;
}

.p-lp-app__content__inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__inner {
    padding: 100px 0;
  }
}

.p-lp-app__content__header__logo {
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__header__logo {
    max-width: 1440px;
    padding-top: 30px;
    padding-left: 30px;
  }

  .p-lp-app__content__header__logo-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__header__logo img {
    max-width: 474px;
  }

  .p-lp-app__content__header__logo img img {
    max-width: 474px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__header .p-lp-app__content__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    padding: 0;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__header__content__img {
    max-width: 120px;
    margin: 0 auto;
  }

  .p-lp-app__content__header__content__img img {
    max-width: 120px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__header__content__img-sp {
    display: none;
  }
}

.p-lp-app__content__header__content > p {
  color: #fff;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__header__content > p {
    margin-top: 40px;
    font-size: 22px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__header__img {
    max-width: 293px;
    margin: 0 auto;
    padding-left: 140px;
    font-size: 0;
  }

  .p-lp-app__content__header__img img {
    max-width: 293px;
  }
}

.p-lp-app__content-bg-skyblue {
  background-color: #A0D2E4;
}

.p-lp-app__content-bg-blue {
  background-color: #628AC5;
}

.p-lp-app__ttl {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  color: #628AC5;
  letter-spacing: 0.06em;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__ttl {
    font-size: 30px;
  }
}

.p-lp-app__subttl {
  text-align: center;
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 400;
  line-height: 1;
  color: #718496;
  letter-spacing: 0.06em;
}

.p-lp-app__subttl span {
  font-family: 'Josefin Sans', 'sans-serif';
}

@media screen and (min-width: 901px), print {
  .p-lp-app__subttl {
    margin: 20px auto 0;
    font-size: 20px;
  }
}

.p-lp-app__content__detail__text {
  margin-top: 40px;
}

.p-lp-app__content__detail__text p {
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__text p {
    font-size: 20px;
  }
}

.p-lp-app__content__detail__list {
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__list {
    max-width: calc(1320px + 108px);
    margin: 100px auto 0;
    padding: 0 54px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__list ul li {
    width: 23.48%;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__list__text {
    margin-top: 40px;
  }
}

.p-lp-app__content__detail__list__text h3 {
  color: #628AC5;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__list__text h3 {
    min-height: 66px;
    font-size: 24px;
  }
}

@media screen and (min-width: 901px) and (max-width: 1144px) {
  .p-lp-app__content__detail__list__text h3 {
    min-height: 99px;
  }
}

.p-lp-app__content__detail__list__text p {
  line-height: 1.66;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__list__text p {
    margin-top: 40px;
    font-size: 18px;
  }
}

.p-lp-app__content__detail__list__text a {
  display: block;
  margin-top: 20px;
  color: #3B4043;
  font-size: 15px;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__detail__list__text a {
    font-size: 15px;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__footer .p-lp-app__content__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
  }
}

.p-lp-app__content__footer__img {
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__footer__img {
    text-align: center;
  }

  .p-lp-app__content__footer__img img {
    max-width: 200px;
  }
}

.p-lp-app__content__footer__text p {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__footer__text p {
    font-size: 22px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__footer__text__img {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .p-lp-app__content__footer .p-lp-app__content__inner {
    margin: 0;
  }
}

.p-lp-app__content__soon {
  padding: 4px;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__soon {
    max-width: 370px;
    margin: 50px auto 0;
  }
}

.p-lp-app__content__soon__inner {
  width: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__soon__inner {
    padding: 20px 0 8px;
  }
}

.p-lp-app__content__soon__inner p {
  font-family: 'Josefin Sans', 'sans-serif';
  font-weight: 400;
  line-height: 1;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__soon__inner p {
    font-size: 30px;
  }
}

.p-lp-app__content__soon__inner span {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__soon__inner span {
    font-size: 14px;
  }
}

.p-lp-app__content__bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__bnr {
    max-width: 500px;
    margin: 50px auto 0;
  }
}

.p-lp-app__content__bnr a {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-lp-app__content__bnr a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-lp-app__content__bnr a:hover {
    opacity: 0.5;
  }

  .p-lp-app__content__bnr a + a {
    margin-left: 20px;
  }
}

@media screen and (min-width: 901px), print {
  .p-error-content {
    padding: 115px 0 107px;
  }
}

.p-error-content__inner {
  max-width: 1170px;
}

@media screen and (min-width: 901px), print {
  .p-error-content__inner {
    padding: 0 0 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-error-content__heading--primary {
    font-size: 27px;
    letter-spacing: 0.09em;
    line-height: 1.3;
  }
}

.p-error-content__text {
  margin-top: 53px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-error-content__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

.p-error-content__text .p-error-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

.p-error-content__buttons__button {
  margin-top: 40px;
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-error-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-error-content__buttons__button--icon-self {
  position: relative;
}

.p-error-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-error-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-error-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-error-content__hover-action:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 901px), print {
  .p-news-content {
    padding: 115px 0 200px;
  }
}

.p-news-content__inner {
  max-width: 1170px;
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .p-news-content__inner {
    padding: 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-news-content__heading--primary {
    font-size: 27px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

.p-news__container {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-news__container {
    width: 100%;
    max-width: 1170px;
  }
}

.p-news__container__inner {
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-news__container__inner {
    margin-top: 65px;
  }
}

.p-news__container__inner__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.p-news__container__inner__list__img {
  min-width: 100px;
}

.p-news__container__inner__list__img img {
  width: 100px;
}

@media screen and (min-width: 901px), print {
  .p-news__container__inner__list__img {
    min-width: 100px;
  }

  .p-news__container__inner__list__img img {
    width: 100px;
  }
}

@media screen and (min-width: 901px), print {
  .p-news__container__inner__list__content {
    padding-left: 30px;
  }
}

.p-news__container__item {
  display: block;
}

@media screen and (min-width: 901px), print {
  .p-news__container__item {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-news__container__item:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-news__container__item + .p-news__container__item {
    margin-top: 30px;
  }
}

.p-news__container__item__date {
  color: #3b4043;
  line-height: 1;
  letter-spacing: .03em;
}

@media screen and (min-width: 901px), print {
  .p-news__container__item__date {
    font-size: 12px;
  }
}

.p-news__container__item__date span {
  margin-left: 10px;
  color: #469de2;
  border: 1px solid #469de2;
}

@media screen and (min-width: 901px), print {
  .p-news__container__item__date span {
    padding: 5px 15px;
    font-size: 12px;
  }
}

.p-news__container__item__info {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-news__container__item__info {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.714285714;
  }
}

.p-news__ttl {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content {
    padding: 115px 0 107px;
  }
}

.p-news-detail-content__inner {
  max-width: 1170px;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__inner {
    padding: 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__text {
    font-size: 15px;
    line-height: 2;
    letter-spacing: .03em;
  }
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__text + .p-news-detail-content__text {
    margin-top: 2em;
  }
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__img {
    margin-top: 40px;
  }
}

.p-news-detail-content__img img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__head__date {
    font-size: 12px;
    line-height: 2.25;
    letter-spacing: .03em;
  }
}

.p-news-detail-content__head__title {
  font-weight: 600;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__head__title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.09em;
  }
}

.p-news-detail-content__body {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__body {
    margin-top: 40px;
  }
}

.p-news-detail-content__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0;
}

.p-news-detail-content__buttons__button {
  margin-top: 40px;
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__buttons__button {
    width: 48.27586%;
    height: 60px;
    padding: 0 40px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-news-detail-content__buttons__button--icon-self {
  position: relative;
}

.p-news-detail-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/common/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-news-detail-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-news-detail-content__hover-action:hover {
    opacity: 0.7;
  }
}

.p-news__content__buttons {
  width: 320px;
  margin: 40px auto 0;
}

.p-news__content__buttons__button {
  position: relative;
  display: block;
  width: 320px;
  border: 1px solid #469de2;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  color: #469de2;
  padding: 17px 0;
  box-sizing: border-box;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.p-news__content__buttons__button:after {
  right: 19px;
}

@media screen and (min-width: 901px), print {
  .p-news__content__buttons__button:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content {
    padding: 50px 0 107px;
  }
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__inner {
    width: 1170px;
    padding: 0 0 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__heading--primary {
    font-size: 24px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

.p-sitemap-content__heading--secondary {
  margin-top: 60px;
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__heading--secondary {
    font-size: 21px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-sitemap-content__heading--secondary a {
  display: inline-block;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  letter-spacing: .03em;
  position: relative;
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__heading--secondary a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-sitemap-content__heading--secondary a:hover {
    opacity: 0.5;
  }
}

.p-sitemap-content__heading--secondary a:before,
.p-sitemap-content__heading--secondary a:after {
  position: absolute;
  top: 11px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.p-sitemap-content__heading--secondary a:before {
  left: 1px;
  background-color: #7d8082;
}

.p-sitemap-content__heading--secondary a:after {
  left: 0;
  background-color: #fff;
}

.p-sitemap-content__text {
  margin-top: 53px;
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__text {
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.8;
  }
}

.p-sitemap-content__text .p-sitemap-content__container__text + .p-sitemap-content__container__text {
  margin-top: 15px;
}

.p-sitemap-content__container > .p-sitemap-content__container__list {
  margin-top: 10px;
}

.p-sitemap-content__container__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-sitemap-content__container__list li {
  width: 100%;
}

.p-sitemap-content__container__list li + li {
  margin-top: 20px;
}

.p-sitemap-content__container__list li a {
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: .03em;
  position: relative;
  color: #3B4043;
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__container__list li a {
    padding: 10px 0 10px 16px;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-sitemap-content__container__list li a:hover {
    opacity: 0.5;
  }
}

.p-sitemap-content__container__list li a:before,
.p-sitemap-content__container__list li a:after {
  position: absolute;
  content: "";
  display: block;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__container__list li a:before,
  .p-sitemap-content__container__list li a:after {
    top: 22px;
    width: 8px;
    height: 8px;
  }
}

.p-sitemap-content__container__list li a:before {
  left: 1px;
  background-color: #7d8082;
}

.p-sitemap-content__container__list li a:after {
  left: 0;
  background-color: #fff;
}

.p-sitemap-content__container__list li .p-sitemap-content__container__list-col {
  padding-left: 1em;
}

.p-sitemap-content__container__list li p {
  margin-top: 10px;
  font-weight: 600;
}

.p-sitemap-content__container__list li p + .p-sitemap-content__container__list-col {
  padding-left: 0;
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__container__list-col li {
    width: calc(100% /3);
  }
}

.p-sitemap-content__container__list-col li + li {
  margin-top: 0;
}

@media screen and (min-width: 901px), print {
  .p-sitemap-content__container__list-col:after {
    width: calc(100% /3);
    content: "";
  }
}

@media screen and (min-width: 901px), print {
  .p-company-content {
    padding: 115px 0 107px;
  }
}

@media screen and (min-width: 901px), print {
  .p-company-content .action-buttons {
    margin-top: 50px;
  }
}

.p-company-content__inner {
  max-width: 1170px;
}

@media screen and (min-width: 901px), print {
  .p-company-content__inner {
    padding: 0 0 0 135px;
  }
}

@media screen and (min-width: 901px), print {
  .p-company-content__heading--primary {
    font-size: 27px;
    letter-spacing: 0.09em;
    line-height: 1.222222;
  }
}

.p-company-content__table {
  width: 100%;
  margin: 50px auto 0;
}

@media screen and (min-width: 901px), print {
  .p-company-content__table {
    max-width: 900px;
  }
}

.p-company-content__table th {
  width: 20%;
  text-align: left;
}

.p-company-content__table td {
  width: 80%;
}

.l-footer__provision .l-footer__corp-nav-area {
  background-color: #003554;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .l-footer__provision .l-footer__corp-nav-area {
    padding: 20px 54px;
  }
}

.l-header__provision {
  position: absolute;
  background-color: #003554;
}

.l-header__provision .l-header__inner {
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 901px), print {
  .l-header__provision .l-header__inner .l-header__logo {
    padding-top: 20px;
  }
}

.l-header__provision .l-header__inner .l-header__logo:hover {
  opacity: 1;
}

.p-faq-app-content {
  position: relative;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content {
    width: 1170px;
    margin: 0 auto;
    padding-top: 115px;
  }
}

.p-faq-app-content__heading.is-index {
  width: 175.3px;
}

.p-faq-app-content__heading.is-favorite {
  width: 139.7px;
}

.p-faq-app-content__inner {
  padding-bottom: 143px;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__inner {
    max-width: 1170px;
    margin: 0 auto;
  }

  .p-faq-app-content__inner:after {
    content: '';
    display: block;
    clear: both;
  }
}

.p-faq-app-content__heading--secondary {
  margin: 60px 0 16px;
  padding: 0 0 10px;
  border-bottom: #999 1px solid;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__heading--secondary {
    font-size: 18px;
    letter-spacing: 0.09em;
    line-height: 1;
  }
}

.p-faq-app-content__list {
  margin-top: 30px;
  border-bottom: 1px solid #e0e1e1;
}

.p-faq-app-content__list li {
  padding-top: 20px;
  border-top: 1px solid #e0e1e1;
}

.p-faq-app-content__list li:first-child {
  padding-top: 0;
  border-top: none;
}

.p-faq-app-content__list .p-faq-app-content__list__q,
.p-faq-app-content__list .p-faq-app-content__list__a {
  margin-bottom: 20px;
  padding-left: 40px;
  padding-top: 5px;
  position: relative;
}

.p-faq-app-content__list .p-faq-app-content__list__q:before,
.p-faq-app-content__list .p-faq-app-content__list__a:before {
  font-size: 30px;
  color: #3b4043;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}

.p-faq-app-content__list .p-faq-app-content__list__q a,
.p-faq-app-content__list .p-faq-app-content__list__a a {
  color: #3b4043;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__list .p-faq-app-content__list__q a,
  .p-faq-app-content__list .p-faq-app-content__list__a a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-faq-app-content__list .p-faq-app-content__list__q a:hover,
  .p-faq-app-content__list .p-faq-app-content__list__a a:hover {
    opacity: 0.5;
  }

  .p-faq-app-content__list .p-faq-app-content__list__q a.a-link,
  .p-faq-app-content__list .p-faq-app-content__list__a a.a-link {
    text-decoration: underline;
  }

  .p-faq-app-content__list .p-faq-app-content__list__q a.a-link:hover,
  .p-faq-app-content__list .p-faq-app-content__list__a a.a-link:hover {
    text-decoration: none;
  }
}

.p-faq-app-content__list .p-faq-app-content__list__q {
  cursor: pointer;
}

.p-faq-app-content__list .p-faq-app-content__list__q:before {
  content: 'Q.';
}

.p-faq-app-content__list .p-faq-app-content__list__q:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  -ms-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
  content: '';
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__list .p-faq-app-content__list__q:after {
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-top: 2px solid #3b4043;
    border-right: 2px solid #3b4043;
  }
}

.p-faq-app-content__list .p-faq-app-content__list__q.is-open:after {
  margin-top: 3px;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.p-faq-app-content__list .p-faq-app-content__list__a {
  display: none;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__list .p-faq-app-content__list__a {
    padding-right: 60px;
  }
}

.p-faq-app-content__list .p-faq-app-content__list__a:before {
  content: 'A.';
}

.p-faq-app-content__list .p-faq-app-content__list__a p + p {
  margin-top: 20px;
}

.p-faq-app-content__list-num {
  margin-top: 20px;
  padding-left: 20px;
  border-bottom: none;
}

.p-faq-app-content__list-num li {
  padding-top: 0;
  border-top: none;
  list-style-type: decimal;
}

.p-faq-app-content__list-num li:first-child {
  padding-top: 0;
  border-top: none;
}

.p-faq-app-content__buttons {
  margin-top: 20px;
}

.p-faq-app-content__buttons p,
.p-faq-app-content__buttons + p {
  margin-top: 20px;
}

.p-faq-app-content__buttons__button {
  border: 1px solid #b1b3b4;
  text-align: center;
  text-decoration: none;
  color: #3b4043;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__buttons__button {
    width: 300px;
    height: 60px;
    padding: 0 40px;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 1.5;
  }
}

.p-faq-app-content__buttons__button--icon-self {
  position: relative;
}

.p-faq-app-content__buttons__button--icon-self:after {
  content: "";
  background-image: url("/freepage/maison-kose/common/img/icon/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__buttons__button--icon-self:after {
    right: 22px;
  }
}

.p-faq-app-content__hover-action {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media screen and (min-width: 901px), print {
  .p-faq-app-content__hover-action:hover {
    opacity: 0.7;
  }
}

.p-exchangegoods__content {
  color: #3b4043;
}

.p-exchangegoods__content .disp_none_ {
  display: none !important;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content.l-main__content {
    max-width: 870px;
  }
}

.p-exchangegoods__content .p-my-content__status {
  margin-top: 50px;
}

.p-exchangegoods__content .p-product__content {
  margin: auto;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__content {
    width: 870px;
  }
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0;
  }

  .p-exchangegoods__content .p-product__header__summary {
    width: 500px;
  }

  .p-exchangegoods__content .p-product__header__inner {
    width: 500px;
  }

  .p-exchangegoods__content .p-product__header__inner--login {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
}

.p-exchangegoods__content .p-product__header--title {
  font-size: 30px;
  letter-spacing: 0.09em;
}

.p-exchangegoods__content .p-product__header--title span {
  font-size: 30px;
}

.p-exchangegoods__content .p-product__header--text {
  font-size: 15px;
  line-height: 2;
  width: auto;
}

.p-exchangegoods__content .p-product__header--text span {
  color: #EE696F;
  font-weight: 600;
}

.p-exchangegoods__content .p-product__header--comment {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header__point {
    width: 240px;
    margin: 0;
  }
}

.p-exchangegoods__content .p-product__header__point--title {
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header__point--title {
    font-size: 14px;
  }
}

.p-exchangegoods__content .p-product__header__point--title > span {
  padding: 0 0 0 12px;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header__point--title > span {
    font-size: 24px;
  }
}

.p-exchangegoods__content .p-product__header__point--remain {
  margin-top: 10px;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header__point--remain {
    font-size: 14px;
  }
}

.p-exchangegoods__content .p-product__header__point--remain > span {
  font-size: 18px;
  letter-spacing: 0.09em;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header__point--remain > span {
    padding: 0 0 0 30px;
  }
}

.p-exchangegoods__content .p-product__header__point .need_login,
.p-exchangegoods__content .p-product__header__point--lack {
  font-size: 14px;
  color: #EE696F;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header__point .need_login,
  .p-exchangegoods__content .p-product__header__point--lack {
    margin-top: 10px;
  }
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__header__point .need_login_btn,
  .p-exchangegoods__content .p-product__header__point--lack_btn {
    margin-top: 20px;
  }
}

.p-exchangegoods__content .p-product__header__point .need_login_btn a,
.p-exchangegoods__content .p-product__header__point--lack_btn a {
  width: 100%;
  color: #fff;
}

.p-exchangegoods__content .p-product__wrap:after {
  content: '';
  display: block;
  clear: both;
}

.p-exchangegoods__content .p-product__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 48px;
  }

  .p-exchangegoods__content .p-product__nav:before,
  .p-exchangegoods__content .p-product__nav:after {
    display: block;
    min-width: 180px;
    height: 100%;
    content: "";
  }

  .p-exchangegoods__content .p-product__nav:before {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-exchangegoods__content .p-product__nav li {
  position: relative;
  border: 1px solid #3b4043;
  color: #3b4043;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__nav li {
    min-width: 180px;
    font-size: 12px;
    padding: 9px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 18px 0 0;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .p-exchangegoods__content .p-product__nav li:hover {
    background-color: #3b4043;
    color: #fff;
  }
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product__nav li + .p-exchangegoods__content .p-product__nav li {
    margin-left: 38px;
  }
}

.p-exchangegoods__content .p-product__nav li.tab2 {
  background-color: #3b4043;
  color: #fff;
}

.p-exchangegoods__content .c-product-content__list + .product-detail {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.p-exchangegoods__content .product-detail {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .product-detail {
    padding: 18px 0 30px;
  }
}

.p-exchangegoods__content .product-detail__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.03em;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .product-detail__text {
    font-size: 15px;
  }

  .p-exchangegoods__content .product-detail__text p {
    padding: 0 0 0 30px;
  }

  .p-exchangegoods__content .product-detail__text p:first-child {
    padding: 0;
  }

  .p-exchangegoods__content .product-detail__text .exchange_selected_count,
  .p-exchangegoods__content .product-detail__text .exchange_selectable_count {
    padding: 0 0 0 15px;
    font-size: 24px;
    letter-spacing: 0.09em;
  }
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .product-detail__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

.p-exchangegoods__content .p-product__main {
  position: relative;
  padding: 40px 0 100px;
}

.p-exchangegoods__content .p-product__main:after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .sp {
    display: none;
  }
}

.p-exchangegoods__content .sp a {
  text-decoration: none;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .c-product-content__list {
    margin-top: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-exchangegoods__content .c-product-content__list:before,
  .p-exchangegoods__content .c-product-content__list:after {
    display: block;
    width: 23.21839%;
    height: 100%;
    content: "";
  }

  .p-exchangegoods__content .c-product-content__list:before {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.p-exchangegoods__content .c-product__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-exchangegoods__content .c-product__item:first-of-type {
  margin-top: 20px;
  margin-left: 0;
}

.p-exchangegoods__content .c-product__item + .c-product__item {
  margin-top: 20px;
  margin-left: 0;
}

.p-exchangegoods__content .c-product__thumb {
  background: none;
}

.p-exchangegoods__content .c-product__thumb:after {
  display: none;
}

.p-exchangegoods__content .c-product__about {
  padding: 0;
  margin-top: auto;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-exchangegoods__content .c-product__about > span {
  display: block;
  margin-top: auto;
}

.p-exchangegoods__content .c-product__about a {
  display: block;
  margin: 0 0 15px;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .c-product__about a {
    min-height: 3.2em;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .p-exchangegoods__content .c-product__about a:hover {
    opacity: 0.5;
  }
}

.p-exchangegoods__content .c-product__about .c-product__item__btn {
  margin-top: auto;
}

.p-exchangegoods__content .c-product__brand {
  padding: 0;
}

.p-exchangegoods__content .c-product__product-name {
  padding: 0;
}

.p-exchangegoods__content .c-product__item__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 36px;
  font-size: 14px;
  margin-top: 15px;
}

.p-exchangegoods__content .c-product__item__btn__no {
  background: #f2f2f2;
}

.p-exchangegoods__content .c-product__item__btn__select {
  border: 1px solid #3C4043;
  background: #fff;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .c-product__item__btn__select {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .p-exchangegoods__content .c-product__item__btn__select:hover {
    color: #fff;
    background: #469DE2;
    border: 1px solid #469DE2;
  }
}

.p-exchangegoods__content .c-product__item__btn__selected {
  color: #fff;
  background: #469DE2;
  border: 1px solid #469DE2;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .c-product__item__btn__selected {
    cursor: pointer;
  }
}

.p-exchangegoods__content .p-product-detail__link {
  display: block;
  margin-top: 20px;
  color: #3b4043;
  text-decoration: underline;
}

@media screen and (min-width: 901px), print {
  .p-exchangegoods__content .p-product-detail__modal__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__left {
    width: 270px;
    padding: 0;
  }

  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__left img {
    max-width: 100%;
    height: auto;
  }

  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__left p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-align: left;
  }

  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__right {
    width: calc(100% - 270px);
    padding: 0 0 0 40px;
  }

  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__title,
  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__howto_title,
  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__blend_title {
    padding: 0 0 5px 0;
  }

  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__title:before,
  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__howto_title:before,
  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__blend_title:before {
    display: none;
  }

  .p-exchangegoods__content .p-product-detail__modal__contents .p-product-detail__text {
    padding-top: 10px;
  }
}

/* 200311 add product-detail */
.p-product-detail__seen-area {
	margin-top: -120px;
}
#revico-comment .revico-comment-footer {
	padding-bottom: 0!important;
}
.p-product-detail__modal .modal_link img {
  width: 244px;
  height: 60px;
}

@media screen and (min-width: 901px), print {
  .u-is-sp {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .u-is-pc {
    display: block;
  }
}

.u-is-hover2actType--01 {
  opacity: 1;
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease;
}

@media screen and (min-width: 901px), print {
  .u-is-hover2actType--01:hover {
    opacity: 0.5;
    -webkit-transition: .3s opacity ease;
    transition: .3s opacity ease;
  }
}

#change_method_link {
  margin-top: -120px;
  padding-top: 120px;
}


/* 202010 add */
.p-top-banner_store {
    position: relative;
    margin: 60px auto;
    /* margin: -20px 0 0 -20px; */
    width: auto;
    text-align: center;
    color: #FFF;
}

@media (min-width: 901px) {
.p-top-banner_store {
    position: relative;
    margin: 0 auto;
    width: auto;
    text-align: center;
    color: #FFF;
   }
}

.p-top-banner_store li {
    display: inline-block;
    width: 350px;
    margin: 10px 0 0 0;
    line-height: 1.5em;
}



/*# sourceMappingURL=../../_maps/style.css.map */

body.is-modal-open {
  overflow: hidden;
}

/* 20201218 add */
#search_suggest_area_.block-search-suggest{z-index: 100;position: absolute!important;width: 408px;border: 1px solid #c8c8c8;box-sizing: border-box;margin-top: 3px;}
#suggest_keyword_list_.block-search-suggest--list{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;text-align: left;color: black;text-shadow: none;border: 1px solid #c8c8c8;color: #000;background-color: #fff;/* width: 200px; *//* float: left; */display: block;width: 100%;border: none;padding: 5px 0 10px;}
.block-search-suggest--keyword{margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;text-align: left;color: black;text-shadow: none;padding: 2px 5px;line-height: 1.8em;border: none;background-color: #ffffff;border-radius: 3px;color: #333333;padding: 0 0.3em;display: block;height: auto;position: relative;padding: 0 12px;margin-top: 5px;}
.block-search-suggest--keyword a {
  color: #3b4043;
  font-size: 14px;
  display: flex;
  position: relative;
  align-items: center;
}
.block-search-suggest--keyword a:hover {
  background: #f3f3f3;
}
.block-search-suggest--keyword a:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/layout/header/icon/sp_search.png);
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

#suggest_goods_list_.block-search-suggest--list{margin: 0;padding: 0 0 10px;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;text-align: left;color: black;text-shadow: none;border: 1px solid #c8c8c8;color: #000;background-color: #fff;width: 300px;border: none;display: block;width: 100%;/* background-color: #f6f6f6; *//* padding: 6px 20px; */box-sizing: border-box;overflow: hidden;}
.block-search-suggest--goods{display: block;align-items: flex-start;flex-wrap: wrap;font-size: 14px;padding: 6px 12px 0;overflow: hidden;}
.block-search-suggest--goods + .block-search-suggest--goods {
  margin-top: 10px;
  border-top: 1px dotted #c8c8c8;
}
.block-search-suggest--goods-img{float: left;width: 12%;height: auto;}
.block-search-suggest--goods-img img {
max-width: 100%;
height: auto;
}
.block-search-suggest--goods-name{
  width: 88%;
  /* height: 50px; */
  /* display: block; */
  color: #3b4043;
  padding: 4px 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
  box-sizing: border-box;
}
.block-search-suggest--goods-comment { display: none;}
.block-search-suggest--goods-price-items { width: 88%;padding: 0 0 0 10px;float: right;box-sizing: border-box;}
#search_suggest_area_ p {
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 6;
  background: #f3f3f3;
}

/* Staff */
.p-staff__review__content__list .p-staff__review__content__list__img { width: 100% !important; padding-top: 100% !important; position: relative;}
.p-staff__review__content__list .p-staff__review__content__list__img img { max-width: 100% !important; max-height: 100% !important; width: auto !important; height: auto !important; position: absolute !important; top: 50% !important; left: 50% !important; -webkit-transform: translate(-50%, -50%) !important; transform: translate(-50%, -50%) !important; object-fit: initial !important;}

.fb_iframe_widget {
  display: none !important;
}

/* 20210820 add */
.cs-floormap .cs-floormap__image img {
  width: 100%;
}

.cs-floormap .cs-floormap__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  cursor: pointer;
}

.cs-floormap .cs-floormap__list__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cs-floormap .cs-floormap__list__item__map {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cbe6f1;
}

.cs-floormap .cs-floormap__list__item__map p {
  text-align: center;
  color: #3b4043;
}

.cs-floormap .cs-floormap__list__item__map p span {
  display: block;
}

.cs-floormap .cs-floormap__list__item__shopname {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.cs-floormap .cs-floormap__list__item__shopname p {
  font-family: "Josefin Sans", sans-serif;
  color: #3b4043;

  -webkit-font-smoothing: antialiased;
}

.cs-map__img {
  text-align: center;
}

.cs-map__img img {
  width: 100%;
  max-width: none;
}
.cs-map__img iframe {
  width: 100%;
  max-width: 100%;
}

.cs-map__data {
  color: #3b4043;
}

.cs-map__data dt {
  display: block;
}

.cs-map__data dd {
  display: block;
}

.cs-map__dataTitle {
  line-height: 1.25;
  letter-spacing: 0.09em;
}

.cs-map__btn {
  text-align: center;
  color: #3b4043;
}

.cs-map__btn > a {
  font-size: 1.2rem;
  line-height: 1.16667;
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 12vw;
  padding: 1em 0 0.66667em 0;
  color: #3b4043;
  border: 1px solid #3b4043;
}

.cs-map__btn > a::after {
  position: absolute;
  top: calc(50% - 0.93333vw);
  right: 3.2vw;
  display: block;
  width: 1.86667vw;
  height: 1.86667vw;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 1px solid #3b4043;
  border-bottom: 1px solid #3b4043;
}

.cs-modal-content {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cs-modal-content.show {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 1;
}

.cs-modal-content .cs-modal-content__inner {
  position: relative;
  z-index: 10000;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  pointer-events: auto;
  background: #fff;
}

.cs-modal-content .cs-modal-content__full {
  position: relative;
}

.cs-modal-content .cs-modal-content__close {
  cursor: pointer;
}

.cs-modal-content .cs-modal-content__close::before,
.cs-modal-content .cs-modal-content__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}

.cs-modal-content .cs-modal-content__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.cs-modal-content .cs-modal-content__image img.active {
  opacity: 1;
}

.cs-modal-content .cs-modal-content__image__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-modal-content .cs-modal-content__image__item {
  cursor: pointer;
}

.cs-modal-content .cs-modal-content__image__item.select {
  border-color: #72b4e9;
}

.cs-modal-content .cs-modal-content__image__item img {
  width: 100%;
}

.cs-modal-content .cs-modal-content__text p + p {
  margin-top: 0.6em;
}
.cs-modal-content .cs-modal-content__text a {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.cs-modal-content .cs-modal-content__text a[target="_blank"]::before,
.cs-modal-content .cs-modal-content__text a[target="_blank"]::after {
  display: block;
  content: "";
}

.cs-modal-content .cs-modal-content__text a[target="_blank"]::before {
  position: absolute;
  z-index: 2;
  margin-top: -1px;
  margin-right: -1px;
}

.cs-modal-content .cs-modal-content__text a[target="_blank"]::after {
  position: absolute;
  z-index: 1;
  margin-top: 2px;
  margin-right: 2px;
}

.cs-news > dl {
  position: relative;
}

.cs-news > dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  letter-spacing: -0.4em;
}

.cs-news > dl dd {
  font-size: 1.05rem;
  line-height: 1.71429;
  letter-spacing: 0.05em;
}

.cs-news > dl dd a {
  text-decoration: underline;
}

.cs-news__date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  background-color: #fff;
}

.cs-news__tag {
  font-family: "Josefin Sans", "Avenir", sans-serif;
  font-size: 1.05rem;
  font-weight: 500;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
  width: 14.66667vw;
  padding: 4px 0 2px 0;
  text-align: center;
  letter-spacing: 0.1em;
  color: #469de2;
  border: 1px solid #469de2;
  background-color: #fff;
}

.cs-news__tag + .cs-news__date {
  padding-left: 2.66667vw;
}

.cs-news__title {
  font-size: 1.2rem;
  margin-bottom: 1.33333vw;
}

.cs-news__button {
  font-family: "Josefin Sans", sans-serif;

  -webkit-font-smoothing: antialiased;
}

.cs-news__button span {
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.cs-news__button.is-active span {
  -webkit-transform: translate(0, -50%) rotate(225deg);
  transform: translate(0, -50%) rotate(225deg);
}

.cs-news__accordion-ct {
  height: auto;
}

.cs-news__accordion-ct.is-hidden {
  display: block;
  visibility: visible;
  opacity: 1;
}

.cs-panel-modal-content {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}

.cs-panel-modal-content.show {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 1;
}

.cs-panel-modal-content .cs-modal-content__inner {
  position: relative;
  z-index: 10000;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  pointer-events: auto;
  background: #fff;
}

.cs-panel-modal-content .cs-modal-content__full {
  position: relative;
}

.cs-panel-modal-content .cs-modal-content__close {
  cursor: pointer;
}

.cs-panel-modal-content .cs-modal-content__close::before,
.cs-panel-modal-content .cs-modal-content__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}

.cs-panel-modal-content .cs-modal-content__image {
  margin: 0 auto;
}

.cs-panel-modal-content .cs-modal-content__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  opacity: 0;
}

.cs-panel-modal-content .cs-modal-content__image img.active {
  opacity: 1;
}

.cs-panel-modal-content .cs-modal-content__image__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cs-panel-modal-content .cs-modal-content__image__item {
  cursor: pointer;
}

.cs-panel-modal-content .cs-modal-content__image__item.select {
  border-color: #72b4e9;
}

.cs-panel-modal-content .cs-modal-content__image__item img {
  width: 100%;
}

.cs-panel-modal-content .cs-modal-content__text p + p {
  margin-top: 0.6em;
}

.cs-panel-modal-content .cs-modal-content__text a .window::before,
.cs-panel-modal-content .cs-modal-content__text a .window::after {
  display: block;
  content: "";
}

.cs-panel-modal-content .cs-modal-content__text a .window::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}

.cs-panel-modal-content .cs-modal-content__text a .window::after {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.cs-panel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-panel__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cs-panel__list__item p {
  -webkit-font-smoothing: antialiased;
}

.cs-panel__list__item__text {
  text-align: center;
}

.cs-panel__list__item__more {
  line-height: 1;
  text-align: center;
}

.cs-content {
  width: 100%;
}

.cs-content[data-section="floor_map"],
.cs-content[data-section="try_and_discover"] {
  padding: 20vw 0 20vw;
  background: #f3f7fa;
}

.cs-title--level1 {
  font-family: "Josefin Sans", "Avenir", sans-serif;
  text-align: center;
  font-weight:normal;
}

.cs-content img {
  width: 100%;
  max-width:100%;
}

.cs-text {
  font-size: 3.06667vw;
  line-height: 2.26087;
  margin-top: 10.13333vw;
  text-align: center;
  letter-spacing: 0.07em;
  font-size:10px;
}

.cs-shoplist {
  position: relative;
  width: 100vw;
  margin: 0 -7.13333vw;
  padding-bottom: 9.33333vw;
}

.cs-shoplist .cs-shoplist__item {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 89.6vw;
  padding: 0 2vw;
  cursor: pointer;
}

.cs-shoplist .cs-shoplist__item__image {
  overflow: hidden;
}

.cs-shoplist .cs-shoplist__item__image img {
  width: 100%;
}

.cs-shoplist .cs-shoplist__item__inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 68vw;
  padding: 7.73333vw 5.73333vw 17.33333vw;
  background: #fff;
}

.cs-shoplist .cs-shoplist__item__shopname {
  width: 100%;
}

.cs-shoplist .cs-shoplist__item__text p + p {
  margin-top: 0.6em;
}

.cs-shoplist .cs-shoplist__item__more {
  text-align: center;
}

.cs-shoplist .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 36vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cs-shoplist .slick-dots [role="presentation"] {
  width: 1.33333vw;
  height: 1.33333vw;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  background: #bfdcf3;
}

.cs-shoplist .slick-dots [role="presentation"] button {
  font-size: 0;
  border: none;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cs-shoplist .slick-dots [role="presentation"].slick-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background: #469de2;
}

.cs-u-hide {
  display: none !important;
}

.cs-u-font-en {
  font-family: "Josefin Sans", "Avenir", sans-serif;
}

.cs-u-fontsize-10 {
  font-size: 1rem !important;
}

.cs-u-fontsize-11 {
  font-size: 1.1rem !important;
}

.cs-u-fontsize-12 {
  font-size: 1.2rem !important;
}

.cs-u-fontsize-13 {
  font-size: 1.3rem !important;
}

.cs-u-fontsize-14 {
  font-size: 1.4rem !important;
}

.cs-u-fontsize-15 {
  font-size: 1.5rem !important;
}

.cs-u-fontsize-16 {
  font-size: 1.6rem !important;
}

.cs-u-fontsize-17 {
  font-size: 1.7rem !important;
}

.cs-u-fontsize-18 {
  font-size: 1.8rem !important;
}

.cs-u-fontsize-19 {
  font-size: 1.9rem !important;
}

.cs-u-fontsize-20 {
  font-size: 2rem !important;
}

.cs-u-fontsize-21 {
  font-size: 2.1rem !important;
}

.cs-u-fontsize-22 {
  font-size: 2.2rem !important;
}

.cs-u-fontsize-23 {
  font-size: 2.3rem !important;
}

.cs-u-fontsize-24 {
  font-size: 2.4rem !important;
}

.cs-u-fontsize-25 {
  font-size: 2.5rem !important;
}

.cs-u-fontsize-26 {
  font-size: 2.6rem !important;
}

.cs-u-fontsize-27 {
  font-size: 2.7rem !important;
}

.cs-u-fontsize-28 {
  font-size: 2.8rem !important;
}

.cs-u-fontsize-29 {
  font-size: 2.9rem !important;
}

.cs-u-fontsize-30 {
  font-size: 3rem !important;
}

.cs-u-fontweight-l {
  font-weight: lighter !important;
}

.cs-u-fontweight-n {
  font-weight: normal !important;
}

.cs-u-fontweight-b {
  font-weight: bold !important;
}

.cs-u-m-0 {
  margin: 0 !important;
}

.cs-u-mt-0 {
  margin-top: 0 !important;
}

.cs-u-mr-0 {
  margin-right: 0 !important;
}

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

.cs-u-ml-0 {
  margin-left: 0 !important;
}

.cs-u-m-5 {
  margin: 5px !important;
}

.cs-u-mt-5 {
  margin-top: 5px !important;
}

.cs-u-mr-5 {
  margin-right: 5px !important;
}

.cs-u-mb-5 {
  margin-bottom: 5px !important;
}

.cs-u-ml-5 {
  margin-left: 5px !important;
}

.cs-u-m-10 {
  margin: 10px !important;
}

.cs-u-mt-10 {
  margin-top: 10px !important;
}

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

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

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

.cs-u-m-15 {
  margin: 15px !important;
}

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

.cs-u-mr-15 {
  margin-right: 15px !important;
}

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

.cs-u-ml-15 {
  margin-left: 15px !important;
}

.cs-u-m-20 {
  margin: 20px !important;
}

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

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

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

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

.cs-u-m-25 {
  margin: 25px !important;
}

.cs-u-mt-25 {
  margin-top: 25px !important;
}

.cs-u-mr-25 {
  margin-right: 25px !important;
}

.cs-u-mb-25 {
  margin-bottom: 25px !important;
}

.cs-u-ml-25 {
  margin-left: 25px !important;
}

.cs-u-m-30 {
  margin: 30px !important;
}

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

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

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

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

.cs-u-m-35 {
  margin: 35px !important;
}

.cs-u-mt-35 {
  margin-top: 35px !important;
}

.cs-u-mr-35 {
  margin-right: 35px !important;
}

.cs-u-mb-35 {
  margin-bottom: 35px !important;
}

.cs-u-ml-35 {
  margin-left: 35px !important;
}

.cs-u-m-40 {
  margin: 40px !important;
}

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

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

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

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

.cs-u-m-45 {
  margin: 45px !important;
}

.cs-u-mt-45 {
  margin-top: 45px !important;
}

.cs-u-mr-45 {
  margin-right: 45px !important;
}

.cs-u-mb-45 {
  margin-bottom: 45px !important;
}

.cs-u-ml-45 {
  margin-left: 45px !important;
}

.cs-u-m-50 {
  margin: 50px !important;
}

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

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

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

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

.cs-u-m-55 {
  margin: 55px !important;
}

.cs-u-mt-55 {
  margin-top: 55px !important;
}

.cs-u-mr-55 {
  margin-right: 55px !important;
}

.cs-u-mb-55 {
  margin-bottom: 55px !important;
}

.cs-u-ml-55 {
  margin-left: 55px !important;
}

.cs-u-m-60 {
  margin: 60px !important;
}

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

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

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

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

.cs-u-m-65 {
  margin: 65px !important;
}

.cs-u-mt-65 {
  margin-top: 65px !important;
}

.cs-u-mr-65 {
  margin-right: 65px !important;
}

.cs-u-mb-65 {
  margin-bottom: 65px !important;
}

.cs-u-ml-65 {
  margin-left: 65px !important;
}

.cs-u-m-70 {
  margin: 70px !important;
}

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

.cs-u-mr-70 {
  margin-right: 70px !important;
}

.cs-u-mb-70 {
  margin-bottom: 70px !important;
}

.cs-u-ml-70 {
  margin-left: 70px !important;
}

.cs-u-m-75 {
  margin: 75px !important;
}

.cs-u-mt-75 {
  margin-top: 75px !important;
}

.cs-u-mr-75 {
  margin-right: 75px !important;
}

.cs-u-mb-75 {
  margin-bottom: 75px !important;
}

.cs-u-ml-75 {
  margin-left: 75px !important;
}

.cs-u-m-80 {
  margin: 80px !important;
}

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

.cs-u-mr-80 {
  margin-right: 80px !important;
}

.cs-u-mb-80 {
  margin-bottom: 80px !important;
}

.cs-u-ml-80 {
  margin-left: 80px !important;
}

.cs-u-m-85 {
  margin: 85px !important;
}

.cs-u-mt-85 {
  margin-top: 85px !important;
}

.cs-u-mr-85 {
  margin-right: 85px !important;
}

.cs-u-mb-85 {
  margin-bottom: 85px !important;
}

.cs-u-ml-85 {
  margin-left: 85px !important;
}

.cs-u-m-90 {
  margin: 90px !important;
}

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

.cs-u-mr-90 {
  margin-right: 90px !important;
}

.cs-u-mb-90 {
  margin-bottom: 90px !important;
}

.cs-u-ml-90 {
  margin-left: 90px !important;
}

.cs-u-m-95 {
  margin: 95px !important;
}

.cs-u-mt-95 {
  margin-top: 95px !important;
}

.cs-u-mr-95 {
  margin-right: 95px !important;
}

.cs-u-mb-95 {
  margin-bottom: 95px !important;
}

.cs-u-ml-95 {
  margin-left: 95px !important;
}

.cs-u-m-100 {
  margin: 100px !important;
}

.cs-u-mt-100 {
  margin-top: 100px !important;
}

.cs-u-mr-100 {
  margin-right: 100px !important;
}

.cs-u-mb-100 {
  margin-bottom: 100px !important;
}

.cs-u-ml-100 {
  margin-left: 100px !important;
}

.cs-u-pd-0 {
  padding: 0 !important;
}

.cs-u-pt-0 {
  padding-top: 0 !important;
}

.cs-u-pr-0 {
  padding-right: 0 !important;
}

.cs-u-pb-0 {
  padding-bottom: 0 !important;
}

.cs-u-pl-0 {
  padding-left: 0 !important;
}

.cs-u-pd-5 {
  padding: 5px !important;
}

.cs-u-pt-5 {
  padding-top: 5px !important;
}

.cs-u-pr-5 {
  padding-right: 5px !important;
}

.cs-u-pb-5 {
  padding-bottom: 5px !important;
}

.cs-u-pl-5 {
  padding-left: 5px !important;
}

.cs-u-pd-10 {
  padding: 10px !important;
}

.cs-u-pt-10 {
  padding-top: 10px !important;
}

.cs-u-pr-10 {
  padding-right: 10px !important;
}

.cs-u-pb-10 {
  padding-bottom: 10px !important;
}

.cs-u-pl-10 {
  padding-left: 10px !important;
}

.cs-u-pd-15 {
  padding: 15px !important;
}

.cs-u-pt-15 {
  padding-top: 15px !important;
}

.cs-u-pr-15 {
  padding-right: 15px !important;
}

.cs-u-pb-15 {
  padding-bottom: 15px !important;
}

.cs-u-pl-15 {
  padding-left: 15px !important;
}

.cs-u-pd-20 {
  padding: 20px !important;
}

.cs-u-pt-20 {
  padding-top: 20px !important;
}

.cs-u-pr-20 {
  padding-right: 20px !important;
}

.cs-u-pb-20 {
  padding-bottom: 20px !important;
}

.cs-u-pl-20 {
  padding-left: 20px !important;
}

.cs-u-pd-25 {
  padding: 25px !important;
}

.cs-u-pt-25 {
  padding-top: 25px !important;
}

.cs-u-pr-25 {
  padding-right: 25px !important;
}

.cs-u-pb-25 {
  padding-bottom: 25px !important;
}

.cs-u-pl-25 {
  padding-left: 25px !important;
}

.cs-u-pd-30 {
  padding: 30px !important;
}

.cs-u-pt-30 {
  padding-top: 30px !important;
}

.cs-u-pr-30 {
  padding-right: 30px !important;
}

.cs-u-pb-30 {
  padding-bottom: 30px !important;
}

.cs-u-pl-30 {
  padding-left: 30px !important;
}

.cs-u-pd-35 {
  padding: 35px !important;
}

.cs-u-pt-35 {
  padding-top: 35px !important;
}

.cs-u-pr-35 {
  padding-right: 35px !important;
}

.cs-u-pb-35 {
  padding-bottom: 35px !important;
}

.cs-u-pl-35 {
  padding-left: 35px !important;
}

.cs-u-pd-40 {
  padding: 40px !important;
}

.cs-u-pt-40 {
  padding-top: 40px !important;
}

.cs-u-pr-40 {
  padding-right: 40px !important;
}

.cs-u-pb-40 {
  padding-bottom: 40px !important;
}

.cs-u-pl-40 {
  padding-left: 40px !important;
}

.cs-u-pd-45 {
  padding: 45px !important;
}

.cs-u-pt-45 {
  padding-top: 45px !important;
}

.cs-u-pr-45 {
  padding-right: 45px !important;
}

.cs-u-pb-45 {
  padding-bottom: 45px !important;
}

.cs-u-pl-45 {
  padding-left: 45px !important;
}

.cs-u-pd-50 {
  padding: 50px !important;
}

.cs-u-pt-50 {
  padding-top: 50px !important;
}

.cs-u-pr-50 {
  padding-right: 50px !important;
}

.cs-u-pb-50 {
  padding-bottom: 50px !important;
}

.cs-u-pl-50 {
  padding-left: 50px !important;
}

.cs-u-pd-55 {
  padding: 55px !important;
}

.cs-u-pt-55 {
  padding-top: 55px !important;
}

.cs-u-pr-55 {
  padding-right: 55px !important;
}

.cs-u-pb-55 {
  padding-bottom: 55px !important;
}

.cs-u-pl-55 {
  padding-left: 55px !important;
}

.cs-u-pd-60 {
  padding: 60px !important;
}

.cs-u-pt-60 {
  padding-top: 60px !important;
}

.cs-u-pr-60 {
  padding-right: 60px !important;
}

.cs-u-pb-60 {
  padding-bottom: 60px !important;
}

.cs-u-pl-60 {
  padding-left: 60px !important;
}

.cs-u-pd-65 {
  padding: 65px !important;
}

.cs-u-pt-65 {
  padding-top: 65px !important;
}

.cs-u-pr-65 {
  padding-right: 65px !important;
}

.cs-u-pb-65 {
  padding-bottom: 65px !important;
}

.cs-u-pl-65 {
  padding-left: 65px !important;
}

.cs-u-pd-70 {
  padding: 70px !important;
}

.cs-u-pt-70 {
  padding-top: 70px !important;
}

.cs-u-pr-70 {
  padding-right: 70px !important;
}

.cs-u-pb-70 {
  padding-bottom: 70px !important;
}

.cs-u-pl-70 {
  padding-left: 70px !important;
}

.cs-u-pd-75 {
  padding: 75px !important;
}

.cs-u-pt-75 {
  padding-top: 75px !important;
}

.cs-u-pr-75 {
  padding-right: 75px !important;
}

.cs-u-pb-75 {
  padding-bottom: 75px !important;
}

.cs-u-pl-75 {
  padding-left: 75px !important;
}

.cs-u-pd-80 {
  padding: 80px !important;
}

.cs-u-pt-80 {
  padding-top: 80px !important;
}

.cs-u-pr-80 {
  padding-right: 80px !important;
}

.cs-u-pb-80 {
  padding-bottom: 80px !important;
}

.cs-u-pl-80 {
  padding-left: 80px !important;
}

.cs-u-pd-85 {
  padding: 85px !important;
}

.cs-u-pt-85 {
  padding-top: 85px !important;
}

.cs-u-pr-85 {
  padding-right: 85px !important;
}

.cs-u-pb-85 {
  padding-bottom: 85px !important;
}

.cs-u-pl-85 {
  padding-left: 85px !important;
}

.cs-u-pd-90 {
  padding: 90px !important;
}

.cs-u-pt-90 {
  padding-top: 90px !important;
}

.cs-u-pr-90 {
  padding-right: 90px !important;
}

.cs-u-pb-90 {
  padding-bottom: 90px !important;
}

.cs-u-pl-90 {
  padding-left: 90px !important;
}

.cs-u-pd-95 {
  padding: 95px !important;
}

.cs-u-pt-95 {
  padding-top: 95px !important;
}

.cs-u-pr-95 {
  padding-right: 95px !important;
}

.cs-u-pb-95 {
  padding-bottom: 95px !important;
}

.cs-u-pl-95 {
  padding-left: 95px !important;
}

.cs-u-pd-100 {
  padding: 100px !important;
}

.cs-u-pt-100 {
  padding-top: 100px !important;
}

.cs-u-pr-100 {
  padding-right: 100px !important;
}

.cs-u-pb-100 {
  padding-bottom: 100px !important;
}

.cs-u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 901px) {
  html .store_page {
    font-size: 62.5%;
  }
  .cs-image {
    margin-top: 18px;
  }
  .cs-floormap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 74.66px;
  }
  .cs-floormap .cs-floormap__image {
    width: 475px;
  }
  .cs-floormap .cs-floormap__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 590px;
    margin-left: 64px;
    padding-top: 4px;
  }
  .cs-floormap .cs-floormap__list__item + .cs-floormap__list__item {
    margin-top: 30px;
  }
  .cs-floormap .cs-floormap__list__item__img {
    width: 198px;
  }
  .cs-floormap .cs-floormap__list__item__info {
    width: 61.669506%;
  }
  .cs-floormap .cs-floormap__list__item__map {
    font-size: 1.2rem;
    width: 45px;
    height: 20px;
  }
  .cs-floormap .cs-floormap__list__item__map p span.utility {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .cs-floormap .cs-floormap__list__item__map p span.num {
    font-size: 34.58px;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .cs-floormap .cs-floormap__list__item__shopname p {
    font-size: 24px;
    line-height: 1.20586;
    margin-top: 17px;
    letter-spacing: 0.03em;
    font-weight: lighter !important;
  }
  .cs-floormap .cs-floormap__list__item__shopname--small p {
    font-size: 17px;
  }
  .cs-floormap .cs-floormap__list__item__more {
    font-size: 14px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    width: 83px;
    height: 100%;
    margin-top: 25px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
  .cs-floormap .cs-floormap__list__item:hover .cs-floormap__list__item__more {
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    color: #469de2;
  }
  .cs-modal .mfp-close {
    top: 5px;
    right: 5px;
    width: 45px;
    height: 45px;
  }
  .cs-modal .mfp-iframe-holder {
    padding: 55px 0 0 0;
  }
  .cs-map__img {
    width: auto;
    margin: 48.66px auto 0;
  }
  .cs-map__data {
    font-size: 14px;
    line-height: 32px;
    margin: 46px auto 0;
    letter-spacing: 0.05em;
  }
  .cs-map__data dt {
    margin-top: 31px;
  }
  .cs-map__dataTitle {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .cs-map__dataTitle:not(:first-child) {
    margin-top: 70px;
  }
  .cs-map__btn > a {
    width: 180px;
    margin-top: 65px;
    opacity: 1;
  }
  .cs-map__btn > a:hover {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.5;
  }
  .cs-map__btn > a::after {
    top: calc(50% - 3px);
    right: 10px;
    width: 6px;
    height: 6px;
  }
  .cs-modal-content .cs-modal-content__inner {
    width: 840px;
    margin: 80px auto;
    padding: 70px 100px;
  }
  .cs-modal-content .cs-modal-content__full {
    left: -100px;
    width: calc(100% + 100*2px);
  }
  .cs-modal-content .cs-modal-content__close {
    position: absolute;
    top: -66px;
    right: 0;
    width: 38px;
    height: 38px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
  }
  .cs-modal-content .cs-modal-content__close:hover {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0.7;
  }
  .cs-modal-content .cs-modal-content__close::before {
    width: 2px;
    height: 52px;
  }
  .cs-modal-content .cs-modal-content__close::after {
    width: 52px;
    height: 2px;
  }
  .cs-modal-content .cs-modal-content__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 428px;
  }
  .cs-modal-content .cs-modal-content__image__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 15px;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .cs-modal-content .cs-modal-content__image__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 82px;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  .cs-modal-content .cs-modal-content__image__item + .cs-modal-content__image__item {
    margin-left: 6px;
  }
  .cs-modal-content .cs-modal-content__floor {
    margin-top: 26px;
  }
  .cs-modal-content .cs-modal-content__floor p {
    font-size: 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 20px;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #9d9fa1;
  }
  .cs-modal-content .cs-modal-content__shopname {
    margin-top: 14px;
  }
  .cs-modal-content .cs-modal-content__shopname p,
  .cs-modal-content .cs-modal-content__shopname div {
    font-family: "Josefin Sans", sans-serif;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #3b4043;
    -webkit-font-smoothing: antialiased;
  }
  .cs-modal-content .cs-modal-content__text {
    margin-top: 24px;
  }
  .cs-modal-content .cs-modal-content__text p,
  .cs-modal-content .cs-modal-content__text div {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-modal-content .cs-modal-content__text a {
    font-size: 14px;
    line-height: 1;
    position: relative;
    display: inline-block;
    letter-spacing: 0.03em;
    color: #3b4043;
    border-bottom: 1px solid #3b4043;
  }
  .cs-modal-content .cs-modal-content__text a[target="_blank"]::before,
  .cs-modal-content .cs-modal-content__text a[target="_blank"]::after {
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #3b4043;
    background: #fff;
  }
  .cs-news {
    width: 770px;
    margin: auto;
  }
  .cs-news > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-top: 30px;
  }
  .cs-news > dl dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 105px;
    min-height: 24px;
  }
  .cs-news > dl dd {
    font-size: 1.2rem;
    line-height: 1.75;
    width: 580px;
  }
  .cs-news > dl dd a:hover {
    text-decoration: none;
  }
  .cs-news__title {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cs-news__button {
    font-size: 1.4rem;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    cursor: pointer;
  }
  .cs-news__button span {
    font-size: 1.4rem;
  }
  .cs-panel-modal-content .cs-modal-content__inner {
    width: 600px;
    margin: 80px auto;
    padding: 90px 100px;
  }
  .cs-panel-modal-content .cs-modal-content__full {
    left: -100px;
    width: calc(100% + 100*2px);
  }
  .cs-panel-modal-content .cs-modal-content__close {
    position: absolute;
    top: -66px;
    right: 0;
    width: 38px;
    height: 38px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
  }
  .cs-panel-modal-content .cs-modal-content__close:hover {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0.7;
  }
  .cs-panel-modal-content .cs-modal-content__close::before {
    width: 2px;
    height: 52px;
  }
  .cs-panel-modal-content .cs-modal-content__close::after {
    width: 52px;
    height: 2px;
  }
  .cs-panel-modal-content .cs-modal-content__image {
    position: relative;
    overflow: hidden;
    width: 300px;
    height: 300px;
  }
  .cs-panel-modal-content .cs-modal-content__image__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 15px;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .cs-panel-modal-content .cs-modal-content__image__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 82px;
    padding: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  .cs-panel-modal-content .cs-modal-content__image__item + .cs-modal-content__image__item {
    margin-left: 6px;
  }
  .cs-panel-modal-content .cs-modal-content__floor {
    margin-top: 26px;
  }
  .cs-panel-modal-content .cs-modal-content__floor p {
    font-size: 12px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 20px;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #9d9fa1;
  }
  .cs-panel-modal-content .cs-modal-content__shopname {
    margin-top: 60px;
  }
  .cs-panel-modal-content .cs-modal-content__shopname p {
    font-size: 30px;
    line-height: 1.33333;
    letter-spacing: 0.03em;
    color: #3b4043;

    -webkit-font-smoothing: antialiased;
  }
  .cs-panel-modal-content .cs-modal-content__text {
    margin-top: 14px;
  }
  .cs-panel-modal-content .cs-modal-content__text p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__text a {
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  .cs-panel-modal-content .cs-modal-content__text a p {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #3b4043;
    border-bottom: 1px solid #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__text a .window {
    position: absolute;
    top: 50%;
    right: -17px;
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cs-panel-modal-content .cs-modal-content__text a .window::before,
  .cs-panel-modal-content .cs-modal-content__text a .window::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 1px solid #3b4043;
    background: #fff;
  }
  .cs-modal-information__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cs-modal-information__steps > li {
    width: 31.77215%;
  }
  .cs-modal-information__steps__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
  }
  .cs-modal-information__horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cs-modal-information__horizontal + .cs-modal-information__horizontal {
    margin-top: 56px;
  }
  .cs-modal-information__horizontal__col {
    width: 48.21429%;
  }
  .cs-panel__list {
    width: 100%;
    margin-top: 100px;
  }
  .cs-panel__list__item {
    width: 33.333%;
    margin-bottom: 58px;
  }
  .cs-panel__list__item:hover {
    cursor: pointer;
  }
  .cs-panel__list__item__text {
    font-size: 14px;
    line-height: 1.42857;
    margin-top: 20px;
  }
  .cs-panel__list__item__more {
    margin-top: 15px;
  }
  .cs-wrapper {
    padding-bottom: 150px;
  }
  .cs-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 54px;
  }
  .cs-content[data-section="floor_map"],
  .cs-content[data-section="try_and_discover"] {
    padding: 140px 54px 130px;
  }
  .cs-inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
  }
  .cs-title--level1 {
    font-size: 23px;
    line-height: 47.34px;
    letter-spacing: 0.05em;
    color: #3b4043;
    font-weight: lighter !important;
  }
  .cs-title--level1.is-large {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 80px;
    letter-spacing: 0.09em;
    font-weight: lighter !important;
  }
  .cs-text--level1 {
    font-size: 1.4rem;
    line-height: 1.85714;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .cs-text {
    font-size: 18px;
    line-height: 38px;
    margin-top: 76px;
    letter-spacing: 0.09em;
  }
  .cs-shoplist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .cs-shoplist .cs-shoplist__item {
    width: 360px;
    padding: 0;
    background: #fff;
    /*margin-right: calc((100% - 360px*3) / 2);*/
    margin: 0 15px;
  }
  /*.cs-shoplist .cs-shoplist__item:nth-of-type(3n) {
    margin-right: 0;
  }*/
  .cs-shoplist .cs-shoplist__item:hover .cs-shoplist__item__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .cs-shoplist .cs-shoplist__item:hover .cs-shoplist__item__inner {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0.5;
  }
  .cs-shoplist .cs-shoplist__item:nth-of-type(n+4) {
    margin-top: 46px;
  }
  .cs-shoplist .cs-shoplist__item__image img {
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  }
  .cs-shoplist .cs-shoplist__item__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 160px;
    padding: 25px 25px 50px;
    background: none;
  }
  .cs-shoplist .cs-shoplist__item__shopname p,
  .cs-shoplist .cs-shoplist__item__shopname div {
    font-family: "Josefin Sans", sans-serif;
    font-size: 24px;
    line-height: 44.89px;
    margin-top: -10.445px;
    padding-right: 45px;
    letter-spacing: 0.03em;
    color: #3b4043;

    -webkit-font-smoothing: antialiased;
  }
  .cs-shoplist .cs-shoplist__item__text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 13.555px;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-shoplist .cs-shoplist__item__floor {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 25px;
    right: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45px;
    height: 20px;
    padding: 2px 0 0;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #9d9fa1;
  }
  .cs-shoplist .cs-shoplist__item__more {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
  }
  .cs-shoplist .cs-shoplist__item__more p {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
  .cs-shoplist .cs-shoplist__item .cs-shoplist__item__more p {
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
    color: #3b4043;
  }
  .cs-shoplist .cs-shoplist__item:hover .cs-shoplist__item__more p {
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
    color: #469de2;
  }
  .cs-u-pc-hide {
    display: none !important;
  }
  .cs-u-fontsize-pc-10 {
    font-size: 1rem !important;
  }
  .cs-u-fontsize-pc-11 {
    font-size: 1.1rem !important;
  }
  .cs-u-fontsize-pc-12 {
    font-size: 1.2rem !important;
  }
  .cs-u-fontsize-pc-13 {
    font-size: 1.3rem !important;
  }
  .cs-u-fontsize-pc-14 {
    font-size: 1.4rem !important;
  }
  .cs-u-fontsize-pc-15 {
    font-size: 1.5rem !important;
  }
  .cs-u-fontsize-pc-16 {
    font-size: 1.6rem !important;
  }
  .cs-u-fontsize-pc-17 {
    font-size: 1.7rem !important;
  }
  .cs-u-fontsize-pc-18 {
    font-size: 1.8rem !important;
  }
  .cs-u-fontsize-pc-19 {
    font-size: 1.9rem !important;
  }
  .cs-u-fontsize-pc-20 {
    font-size: 2rem !important;
  }
  .cs-u-fontsize-pc-21 {
    font-size: 2.1rem !important;
  }
  .cs-u-fontsize-pc-22 {
    font-size: 2.2rem !important;
  }
  .cs-u-fontsize-pc-23 {
    font-size: 2.3rem !important;
  }
  .cs-u-fontsize-pc-24 {
    font-size: 2.4rem !important;
  }
  .cs-u-fontsize-pc-25 {
    font-size: 2.5rem !important;
  }
  .cs-u-fontsize-pc-26 {
    font-size: 2.6rem !important;
  }
  .cs-u-fontsize-pc-27 {
    font-size: 2.7rem !important;
  }
  .cs-u-fontsize-pc-28 {
    font-size: 2.8rem !important;
  }
  .cs-u-fontsize-pc-29 {
    font-size: 2.9rem !important;
  }
  .cs-u-fontsize-pc-30 {
    font-size: 3rem !important;
  }
  .cs-u-mpc-0 {
    margin: 0 !important;
  }
  .cs-u-mtpc-0 {
    margin-top: 0 !important;
  }
  .cs-u-mrpc-0 {
    margin-right: 0 !important;
  }
  .cs-u-mbpc-0 {
    margin-bottom: 0 !important;
  }
  .cs-u-mlpc-0 {
    margin-left: 0 !important;
  }
  .cs-u-mpc-5 {
    margin: 5px !important;
  }
  .cs-u-mtpc-5 {
    margin-top: 5px !important;
  }
  .cs-u-mrpc-5 {
    margin-right: 5px !important;
  }
  .cs-u-mbpc-5 {
    margin-bottom: 5px !important;
  }
  .cs-u-mlpc-5 {
    margin-left: 5px !important;
  }
  .cs-u-mpc-10 {
    margin: 10px !important;
  }
  .cs-u-mtpc-10 {
    margin-top: 10px !important;
  }
  .cs-u-mrpc-10 {
    margin-right: 10px !important;
  }
  .cs-u-mbpc-10 {
    margin-bottom: 10px !important;
  }
  .cs-u-mlpc-10 {
    margin-left: 10px !important;
  }
  .cs-u-mpc-15 {
    margin: 15px !important;
  }
  .cs-u-mtpc-15 {
    margin-top: 15px !important;
  }
  .cs-u-mrpc-15 {
    margin-right: 15px !important;
  }
  .cs-u-mbpc-15 {
    margin-bottom: 15px !important;
  }
  .cs-u-mlpc-15 {
    margin-left: 15px !important;
  }
  .cs-u-mpc-20 {
    margin: 20px !important;
  }
  .cs-u-mtpc-20 {
    margin-top: 20px !important;
  }
  .cs-u-mrpc-20 {
    margin-right: 20px !important;
  }
  .cs-u-mbpc-20 {
    margin-bottom: 20px !important;
  }
  .cs-u-mlpc-20 {
    margin-left: 20px !important;
  }
  .cs-u-mpc-25 {
    margin: 25px !important;
  }
  .cs-u-mtpc-25 {
    margin-top: 25px !important;
  }
  .cs-u-mrpc-25 {
    margin-right: 25px !important;
  }
  .cs-u-mbpc-25 {
    margin-bottom: 25px !important;
  }
  .cs-u-mlpc-25 {
    margin-left: 25px !important;
  }
  .cs-u-mpc-30 {
    margin: 30px !important;
  }
  .cs-u-mtpc-30 {
    margin-top: 30px !important;
  }
  .cs-u-mrpc-30 {
    margin-right: 30px !important;
  }
  .cs-u-mbpc-30 {
    margin-bottom: 30px !important;
  }
  .cs-u-mlpc-30 {
    margin-left: 30px !important;
  }
  .cs-u-mpc-35 {
    margin: 35px !important;
  }
  .cs-u-mtpc-35 {
    margin-top: 35px !important;
  }
  .cs-u-mrpc-35 {
    margin-right: 35px !important;
  }
  .cs-u-mbpc-35 {
    margin-bottom: 35px !important;
  }
  .cs-u-mlpc-35 {
    margin-left: 35px !important;
  }
  .cs-u-mpc-40 {
    margin: 40px !important;
  }
  .cs-u-mtpc-40 {
    margin-top: 40px !important;
  }
  .cs-u-mrpc-40 {
    margin-right: 40px !important;
  }
  .cs-u-mbpc-40 {
    margin-bottom: 40px !important;
  }
  .cs-u-mlpc-40 {
    margin-left: 40px !important;
  }
  .cs-u-mpc-45 {
    margin: 45px !important;
  }
  .cs-u-mtpc-45 {
    margin-top: 45px !important;
  }
  .cs-u-mrpc-45 {
    margin-right: 45px !important;
  }
  .cs-u-mbpc-45 {
    margin-bottom: 45px !important;
  }
  .cs-u-mlpc-45 {
    margin-left: 45px !important;
  }
  .cs-u-mpc-50 {
    margin: 50px !important;
  }
  .cs-u-mtpc-50 {
    margin-top: 50px !important;
  }
  .cs-u-mrpc-50 {
    margin-right: 50px !important;
  }
  .cs-u-mbpc-50 {
    margin-bottom: 50px !important;
  }
  .cs-u-mlpc-50 {
    margin-left: 50px !important;
  }
  .cs-u-mpc-55 {
    margin: 55px !important;
  }
  .cs-u-mtpc-55 {
    margin-top: 55px !important;
  }
  .cs-u-mrpc-55 {
    margin-right: 55px !important;
  }
  .cs-u-mbpc-55 {
    margin-bottom: 55px !important;
  }
  .cs-u-mlpc-55 {
    margin-left: 55px !important;
  }
  .cs-u-mpc-60 {
    margin: 60px !important;
  }
  .cs-u-mtpc-60 {
    margin-top: 60px !important;
  }
  .cs-u-mrpc-60 {
    margin-right: 60px !important;
  }
  .cs-u-mbpc-60 {
    margin-bottom: 60px !important;
  }
  .cs-u-mlpc-60 {
    margin-left: 60px !important;
  }
  .cs-u-mpc-65 {
    margin: 65px !important;
  }
  .cs-u-mtpc-65 {
    margin-top: 65px !important;
  }
  .cs-u-mrpc-65 {
    margin-right: 65px !important;
  }
  .cs-u-mbpc-65 {
    margin-bottom: 65px !important;
  }
  .cs-u-mlpc-65 {
    margin-left: 65px !important;
  }
  .cs-u-mpc-70 {
    margin: 70px !important;
  }
  .cs-u-mtpc-70 {
    margin-top: 70px !important;
  }
  .cs-u-mrpc-70 {
    margin-right: 70px !important;
  }
  .cs-u-mbpc-70 {
    margin-bottom: 70px !important;
  }
  .cs-u-mlpc-70 {
    margin-left: 70px !important;
  }
  .cs-u-mpc-75 {
    margin: 75px !important;
  }
  .cs-u-mtpc-75 {
    margin-top: 75px !important;
  }
  .cs-u-mrpc-75 {
    margin-right: 75px !important;
  }
  .cs-u-mbpc-75 {
    margin-bottom: 75px !important;
  }
  .cs-u-mlpc-75 {
    margin-left: 75px !important;
  }
  .cs-u-mpc-80 {
    margin: 80px !important;
  }
  .cs-u-mtpc-80 {
    margin-top: 80px !important;
  }
  .cs-u-mrpc-80 {
    margin-right: 80px !important;
  }
  .cs-u-mbpc-80 {
    margin-bottom: 80px !important;
  }
  .cs-u-mlpc-80 {
    margin-left: 80px !important;
  }
  .cs-u-mpc-85 {
    margin: 85px !important;
  }
  .cs-u-mtpc-85 {
    margin-top: 85px !important;
  }
  .cs-u-mrpc-85 {
    margin-right: 85px !important;
  }
  .cs-u-mbpc-85 {
    margin-bottom: 85px !important;
  }
  .cs-u-mlpc-85 {
    margin-left: 85px !important;
  }
  .cs-u-mpc-90 {
    margin: 90px !important;
  }
  .cs-u-mtpc-90 {
    margin-top: 90px !important;
  }
  .cs-u-mrpc-90 {
    margin-right: 90px !important;
  }
  .cs-u-mbpc-90 {
    margin-bottom: 90px !important;
  }
  .cs-u-mlpc-90 {
    margin-left: 90px !important;
  }
  .cs-u-mpc-95 {
    margin: 95px !important;
  }
  .cs-u-mtpc-95 {
    margin-top: 95px !important;
  }
  .cs-u-mrpc-95 {
    margin-right: 95px !important;
  }
  .cs-u-mbpc-95 {
    margin-bottom: 95px !important;
  }
  .cs-u-mlpc-95 {
    margin-left: 95px !important;
  }
  .cs-u-mpc-100 {
    margin: 100px !important;
  }
  .cs-u-mtpc-100 {
    margin-top: 100px !important;
  }
  .cs-u-mrpc-100 {
    margin-right: 100px !important;
  }
  .cs-u-mbpc-100 {
    margin-bottom: 100px !important;
  }
  .cs-u-mlpc-100 {
    margin-left: 100px !important;
  }
  .cs-u-pdpc-0 {
    padding: 0 !important;
  }
  .cs-u-ptpc-0 {
    padding-top: 0 !important;
  }
  .cs-u-prpc-0 {
    padding-right: 0 !important;
  }
  .cs-u-pbpc-0 {
    padding-bottom: 0 !important;
  }
  .cs-u-plpc-0 {
    padding-left: 0 !important;
  }
  .cs-u-pdpc-5 {
    padding: 5px !important;
  }
  .cs-u-ptpc-5 {
    padding-top: 5px !important;
  }
  .cs-u-prpc-5 {
    padding-right: 5px !important;
  }
  .cs-u-pbpc-5 {
    padding-bottom: 5px !important;
  }
  .cs-u-plpc-5 {
    padding-left: 5px !important;
  }
  .cs-u-pdpc-10 {
    padding: 10px !important;
  }
  .cs-u-ptpc-10 {
    padding-top: 10px !important;
  }
  .cs-u-prpc-10 {
    padding-right: 10px !important;
  }
  .cs-u-pbpc-10 {
    padding-bottom: 10px !important;
  }
  .cs-u-plpc-10 {
    padding-left: 10px !important;
  }
  .cs-u-pdpc-15 {
    padding: 15px !important;
  }
  .cs-u-ptpc-15 {
    padding-top: 15px !important;
  }
  .cs-u-prpc-15 {
    padding-right: 15px !important;
  }
  .cs-u-pbpc-15 {
    padding-bottom: 15px !important;
  }
  .cs-u-plpc-15 {
    padding-left: 15px !important;
  }
  .cs-u-pdpc-20 {
    padding: 20px !important;
  }
  .cs-u-ptpc-20 {
    padding-top: 20px !important;
  }
  .cs-u-prpc-20 {
    padding-right: 20px !important;
  }
  .cs-u-pbpc-20 {
    padding-bottom: 20px !important;
  }
  .cs-u-plpc-20 {
    padding-left: 20px !important;
  }
  .cs-u-pdpc-25 {
    padding: 25px !important;
  }
  .cs-u-ptpc-25 {
    padding-top: 25px !important;
  }
  .cs-u-prpc-25 {
    padding-right: 25px !important;
  }
  .cs-u-pbpc-25 {
    padding-bottom: 25px !important;
  }
  .cs-u-plpc-25 {
    padding-left: 25px !important;
  }
  .cs-u-pdpc-30 {
    padding: 30px !important;
  }
  .cs-u-ptpc-30 {
    padding-top: 30px !important;
  }
  .cs-u-prpc-30 {
    padding-right: 30px !important;
  }
  .cs-u-pbpc-30 {
    padding-bottom: 30px !important;
  }
  .cs-u-plpc-30 {
    padding-left: 30px !important;
  }
  .cs-u-pdpc-35 {
    padding: 35px !important;
  }
  .cs-u-ptpc-35 {
    padding-top: 35px !important;
  }
  .cs-u-prpc-35 {
    padding-right: 35px !important;
  }
  .cs-u-pbpc-35 {
    padding-bottom: 35px !important;
  }
  .cs-u-plpc-35 {
    padding-left: 35px !important;
  }
  .cs-u-pdpc-40 {
    padding: 40px !important;
  }
  .cs-u-ptpc-40 {
    padding-top: 40px !important;
  }
  .cs-u-prpc-40 {
    padding-right: 40px !important;
  }
  .cs-u-pbpc-40 {
    padding-bottom: 40px !important;
  }
  .cs-u-plpc-40 {
    padding-left: 40px !important;
  }
  .cs-u-pdpc-45 {
    padding: 45px !important;
  }
  .cs-u-ptpc-45 {
    padding-top: 45px !important;
  }
  .cs-u-prpc-45 {
    padding-right: 45px !important;
  }
  .cs-u-pbpc-45 {
    padding-bottom: 45px !important;
  }
  .cs-u-plpc-45 {
    padding-left: 45px !important;
  }
  .cs-u-pdpc-50 {
    padding: 50px !important;
  }
  .cs-u-ptpc-50 {
    padding-top: 50px !important;
  }
  .cs-u-prpc-50 {
    padding-right: 50px !important;
  }
  .cs-u-pbpc-50 {
    padding-bottom: 50px !important;
  }
  .cs-u-plpc-50 {
    padding-left: 50px !important;
  }
  .cs-u-pdpc-55 {
    padding: 55px !important;
  }
  .cs-u-ptpc-55 {
    padding-top: 55px !important;
  }
  .cs-u-prpc-55 {
    padding-right: 55px !important;
  }
  .cs-u-pbpc-55 {
    padding-bottom: 55px !important;
  }
  .cs-u-plpc-55 {
    padding-left: 55px !important;
  }
  .cs-u-pdpc-60 {
    padding: 60px !important;
  }
  .cs-u-ptpc-60 {
    padding-top: 60px !important;
  }
  .cs-u-prpc-60 {
    padding-right: 60px !important;
  }
  .cs-u-pbpc-60 {
    padding-bottom: 60px !important;
  }
  .cs-u-plpc-60 {
    padding-left: 60px !important;
  }
  .cs-u-pdpc-65 {
    padding: 65px !important;
  }
  .cs-u-ptpc-65 {
    padding-top: 65px !important;
  }
  .cs-u-prpc-65 {
    padding-right: 65px !important;
  }
  .cs-u-pbpc-65 {
    padding-bottom: 65px !important;
  }
  .cs-u-plpc-65 {
    padding-left: 65px !important;
  }
  .cs-u-pdpc-70 {
    padding: 70px !important;
  }
  .cs-u-ptpc-70 {
    padding-top: 70px !important;
  }
  .cs-u-prpc-70 {
    padding-right: 70px !important;
  }
  .cs-u-pbpc-70 {
    padding-bottom: 70px !important;
  }
  .cs-u-plpc-70 {
    padding-left: 70px !important;
  }
  .cs-u-pdpc-75 {
    padding: 75px !important;
  }
  .cs-u-ptpc-75 {
    padding-top: 75px !important;
  }
  .cs-u-prpc-75 {
    padding-right: 75px !important;
  }
  .cs-u-pbpc-75 {
    padding-bottom: 75px !important;
  }
  .cs-u-plpc-75 {
    padding-left: 75px !important;
  }
  .cs-u-pdpc-80 {
    padding: 80px !important;
  }
  .cs-u-ptpc-80 {
    padding-top: 80px !important;
  }
  .cs-u-prpc-80 {
    padding-right: 80px !important;
  }
  .cs-u-pbpc-80 {
    padding-bottom: 80px !important;
  }
  .cs-u-plpc-80 {
    padding-left: 80px !important;
  }
  .cs-u-pdpc-85 {
    padding: 85px !important;
  }
  .cs-u-ptpc-85 {
    padding-top: 85px !important;
  }
  .cs-u-prpc-85 {
    padding-right: 85px !important;
  }
  .cs-u-pbpc-85 {
    padding-bottom: 85px !important;
  }
  .cs-u-plpc-85 {
    padding-left: 85px !important;
  }
  .cs-u-pdpc-90 {
    padding: 90px !important;
  }
  .cs-u-ptpc-90 {
    padding-top: 90px !important;
  }
  .cs-u-prpc-90 {
    padding-right: 90px !important;
  }
  .cs-u-pbpc-90 {
    padding-bottom: 90px !important;
  }
  .cs-u-plpc-90 {
    padding-left: 90px !important;
  }
  .cs-u-pdpc-95 {
    padding: 95px !important;
  }
  .cs-u-ptpc-95 {
    padding-top: 95px !important;
  }
  .cs-u-prpc-95 {
    padding-right: 95px !important;
  }
  .cs-u-pbpc-95 {
    padding-bottom: 95px !important;
  }
  .cs-u-plpc-95 {
    padding-left: 95px !important;
  }
  .cs-u-pdpc-100 {
    padding: 100px !important;
  }
  .cs-u-ptpc-100 {
    padding-top: 100px !important;
  }
  .cs-u-prpc-100 {
    padding-right: 100px !important;
  }
  .cs-u-pbpc-100 {
    padding-bottom: 100px !important;
  }
  .cs-u-plpc-100 {
    padding-left: 100px !important;
  }
}

@media screen and (min-width: 901px) and (max-width: 1278px) {
  .cs-image {
    margin-top: 4.8vw;
  }
  .cs-floormap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5.87874vw;
  }
  .cs-floormap .cs-floormap__image {
    width: 37.40157vw;
  }
  .cs-floormap .cs-floormap__list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 46.45669vw;
    margin-left: 5.03937vw;
    padding-top: 0.31496vw;
  }
  .cs-floormap .cs-floormap__list__item + .cs-floormap__list__item {
    margin-top: 2.3622vw;
  }
  .cs-floormap .cs-floormap__list__item__img {
    width: 15.59055vw;
  }
  .cs-floormap .cs-floormap__list__item__info {
    width: 61.669506%;
  }
  .cs-floormap .cs-floormap__list__item__map {
    font-size: 0.94488vw;
    width: 3.54331vw;
    height: 1.5748vw;
  }
  .cs-floormap .cs-floormap__list__item__map p span.utility {
    font-size: 0.94488vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .cs-floormap .cs-floormap__list__item__map p span.num {
    font-size: 2.72283vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .cs-floormap .cs-floormap__list__item__shopname p {
    font-size: 1.88976vw;
    margin-top: 1.33858vw;
  }
  .cs-floormap .cs-floormap__list__item__shopname--small p {
    font-size: 1.33858vw;
  }
  .cs-floormap .cs-floormap__list__item__more {
    font-size: 1.10236vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    width: 6.53543vw;
    height: 100%;
    margin-top: 1.9685vw;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
  .cs-map__img {
    width: auto;
    margin: 3.8315vw auto 0;
  }
  .cs-map__img iframe {
    width: 100%;
  }
  .cs-map__data {
    font-size: 1.10236vw;
    line-height: 2.51969vw;
    margin: 3.62205vw auto 0;
    letter-spacing: 0.05em;
  }
  .cs-map__data dt {
    margin-top: 2.44094vw;
  }
  .cs-map__dataTitle {
    font-size: 1.8rem;
    margin-bottom: 1.5748vw;
  }
  .cs-map__dataTitle:not(:first-child) {
    margin-top: 5.51181vw;
  }
  .cs-modal-content .cs-modal-content__inner {
    width: 66.14173vw;
    margin: 6.29921vw auto;
    padding: 5.51181vw 7.87402vw;
  }
  .cs-modal-content .cs-modal-content__full {
    left: -7.87402vw;
    width: calc(100% + 15.74803vw);
  }
  .cs-modal-content .cs-modal-content__close {
    position: absolute;
    top: -5.19685vw;
    right: 0;
    width: 2.99213vw;
    height: 2.99213vw;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
  }
  .cs-modal-content .cs-modal-content__close:hover {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0.7;
  }
  .cs-modal-content .cs-modal-content__image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 33.70079vw;
  }
  .cs-modal-content .cs-modal-content__image__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 1.1811vw;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .cs-modal-content .cs-modal-content__image__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6.45669vw;
    padding: 0.31496vw;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  .cs-modal-content .cs-modal-content__image__item + .cs-modal-content__image__item {
    margin-left: 0.47244vw;
  }
  .cs-modal-content .cs-modal-content__floor {
    margin-top: 2.04724vw;
  }
  .cs-modal-content .cs-modal-content__floor p {
    font-size: 0.94488vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.54331vw;
    height: 1.5748vw;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #9d9fa1;
  }
  .cs-modal-content .cs-modal-content__shopname {
    margin-top: 1.10236vw;
  }
  .cs-modal-content .cs-modal-content__shopname p,
  .cs-modal-content .cs-modal-content__shopname div {
    font-family: "Josefin Sans", sans-serif;
    font-size: 2.83465vw;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #3b4043;

    -webkit-font-smoothing: antialiased;
  }
  .cs-modal-content .cs-modal-content__text {
    margin-top: 1.88976vw;
  }
  .cs-modal-content .cs-modal-content__text p,
  .cs-modal-content .cs-modal-content__text div {
    font-size: 1.10236vw;
    line-height: 2.3622vw;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-modal-content .cs-modal-content__text a {
    font-size: 1.10236vw;
    line-height: 1;
    position: relative;
    display: inline-block;
    letter-spacing: 0.03em;
    color: #3b4043;
    border-bottom: 1px solid #3b4043;
  }
  .cs-modal-content .cs-modal-content__text a[target="_blank"] {
  }
  .cs-modal-content .cs-modal-content__text a[target="_blank"]::before,
  .cs-modal-content .cs-modal-content__text a[target="_blank"]::after {
    position: absolute;
    top: 50%;
    right: -1.33858vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.62992vw;
    height: 0.62992vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #3b4043;
    background: #fff;
  }
  .cs-news {
    margin: auto;
  }
  .cs-panel-modal-content .cs-modal-content__inner {
    width: 47.24409vw;
    margin: 6.29921vw auto;
    padding: 7.08661vw 7.87402vw;
  }
  .cs-panel-modal-content .cs-modal-content__full {
    left: -7.87402vw;
    width: calc(100% + 15.74803vw);
  }
  .cs-panel-modal-content .cs-modal-content__close {
    position: absolute;
    top: -5.19685vw;
    right: 0;
    width: 2.99213vw;
    height: 2.99213vw;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 1;
  }
  .cs-panel-modal-content .cs-modal-content__close:hover {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0.7;
  }
  .cs-panel-modal-content .cs-modal-content__image {
    position: relative;
    overflow: hidden;
    width: 23.62205vw;
    height: 23.62205vw;
  }
  .cs-panel-modal-content .cs-modal-content__image__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-top: 1.1811vw;
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  .cs-panel-modal-content .cs-modal-content__image__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6.45669vw;
    padding: 0.31496vw;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
  }
  .cs-panel-modal-content .cs-modal-content__image__item + .cs-modal-content__image__item {
    margin-left: 0.47244vw;
  }
  .cs-panel-modal-content .cs-modal-content__floor {
    margin-top: 2.04724vw;
  }
  .cs-panel-modal-content .cs-modal-content__floor p {
    font-size: 0.94488vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.54331vw;
    height: 1.5748vw;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #9d9fa1;
  }
  .cs-panel-modal-content .cs-modal-content__shopname {
    margin-top: 4.72441vw;
  }
  .cs-panel-modal-content .cs-modal-content__shopname p {
    font-size: 2.3622vw;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__text {
    margin-top: 1.10236vw;
  }
  .cs-panel-modal-content .cs-modal-content__text p {
    font-size: 1.10236vw;
    line-height: 2.3622vw;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__text a {
    position: relative;
    display: inline-block;
    margin-top: 1.5748vw;
  }
  .cs-panel-modal-content .cs-modal-content__text a p {
    font-size: 1.10236vw;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #3b4043;
    border-bottom: 1px solid #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__text a .window {
    position: absolute;
    top: 50%;
    right: -1.33858vw;
    width: 0.86614vw;
    height: 0.86614vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cs-panel-modal-content .cs-modal-content__text a .window::before,
  .cs-panel-modal-content .cs-modal-content__text a .window::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0.62992vw;
    height: 0.62992vw;
    border: 1px solid #3b4043;
    background: #fff;
  }
  .cs-panel__list {
    width: 100%;
    margin-top: 7.87402vw;
  }
  .cs-panel__list__item {
    width: 33.333%;
    margin-bottom: 4.56693vw;
  }
  .cs-panel__list__item__text {
    font-size: 1.10236vw;
    margin-top: 1.5748vw;
  }
  .cs-panel__list__item__more {
    margin-top: 1.1811vw;
  }
  .cs-wrapper {
    padding-bottom: 11.81102vw;
  }
  .cs-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4.25197vw;
  }
  .cs-content[data-section="floor_map"],
  .cs-content[data-section="try_and_discover"] {
    padding: 11.02362vw 4.25197vw 10.23622vw;
  }
  .cs-title--level1 {
    font-size: 1.81102vw;
    line-height: 3.72756vw;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
  .cs-title--level1.is-large {
    font-size: 2.83465vw;
    line-height: 1;
    margin-bottom: 6.29921vw;
    letter-spacing: 0.09em;
  }
  .cs-content img {
    width: 100%;
    max-width:100%;
  }
  .cs-text {
    font-size: 1.41732vw;
    line-height: 2.99213vw;
    margin-top: 5.98425vw;
    letter-spacing: 0.09em;
  }
  .cs-shoplist .cs-shoplist__item {
    width: 28.34646vw;
    padding: 0;
    background: #fff;
  }
  .cs-shoplist .cs-shoplist__item:nth-of-type(n+4) {
    margin-top: 3.62205vw;
  }
  .cs-shoplist .cs-shoplist__item__inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 12.59843vw;
    padding: 1.9685vw 1.9685vw 3.93701vw;
    background: none;
  }
  .cs-shoplist .cs-shoplist__item__shopname p,
  .cs-shoplist .cs-shoplist__item__shopname div {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.88976vw;
    line-height: 3.53465vw;
    margin-top: -0.82244vw;
    padding-right: 3.54331vw;
    letter-spacing: 0.03em;
    color: #3b4043;
    -webkit-font-smoothing: antialiased;
  }
  .cs-shoplist .cs-shoplist__item__text {
    font-size: 1.10236vw;
    line-height: 1.88976vw;
    margin-top: 1.06732vw;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-shoplist .cs-shoplist__item__floor {
    font-size: 0.94488vw;
    line-height: 1;
    position: absolute;
    top: 1.9685vw;
    right: 1.9685vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 3.54331vw;
    height: 1.5748vw;
    padding: 0.15748vw 0 0;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #9d9fa1;
  }
  .cs-shoplist .cs-shoplist__item__more {
    position: absolute;
    bottom: 1.41732vw;
    left: 0;
    width: 100%;
  }
  .cs-shoplist .cs-shoplist__item__more p {
    font-size: 1.10236vw;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
}

@media screen and (max-width: 900px) {
  .cs-image {
    margin-top: 4.8vw;
  }
  .cs-floormap {
    display: block;
    margin-top: 10.95467vw;
  }
  .cs-floormap .cs-floormap__image {
    width: 100%;
  }
  .cs-floormap .cs-floormap__list {
    width: 100%;
    margin-top: 11.73333vw;
    padding: 0;
  }
  .cs-floormap .cs-floormap__list__item + .cs-floormap__list__item {
    margin-top: 4.93333vw;
  }
  .cs-floormap .cs-floormap__list__item__img {
    width: 37.2vw;
  }
  .cs-floormap .cs-floormap__list__item__info {
    width: 49.689441%;
  }
  .cs-floormap .cs-floormap__list__item__map {
    font-size: 2.26667vw;
    width: 8.4vw;
    height: 3.86667vw;
  }
  .cs-floormap .cs-floormap__list__item__map p span.utility {
    font-size: 2.156vw;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .cs-floormap .cs-floormap__list__item__map p span.num {
    font-size: 8.47733vw;
    line-height: 1;
    letter-spacing: 0.03em;
  }
  .cs-floormap .cs-floormap__list__item__shopname p {
    font-size: 4vw;
    line-height: 1;
    margin-top: 2.26667vw;
    letter-spacing: 0.03em;
  }
  .cs-floormap .cs-floormap__list__item__shopname--small p {
    font-size: 3.2vw;
  }
  .cs-floormap .cs-floormap__list__item__more {
    font-size: 2.66667vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    width: 13.73333vw;
    height: 100%;
    margin-top: 3.06667vw;
    -webkit-transition: none;
    transition: none;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
  .cs-map__img {
    width: 100vw;
    margin: 10.488vw -7.2vw 0;
  }
  .cs-map__data li + li {
    margin-top: 4vw;
  }
  .cs-map__img iframe {
    width: 100%;
    height: 75vw;
  }
  .cs-map__data {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin: 11.2vw auto 0;
    letter-spacing: 0.1em;
  }
  .cs-map__data dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cs-map__data dt {
    margin-top: 0;
  }
  .cs-map__data dt::after {
    display: inline-block;
    margin-right: 1.86667vw;
    margin-left: 0.8vw;
    content: ":";
  }
  .cs-map__dataTitle {
    font-size: 1.5rem;
    margin-bottom: 1.33333vw;
  }
  .cs-map__dataTitle:not(:first-child) {
    margin-top: 9.33333vw;
  }
  .cs-modal-content .cs-modal-content__inner {
    width: 86.66667vw;
    margin: 13.33333vw 0;
    padding: 12vw 8vw;
  }
  .cs-modal-content .cs-modal-content__full {
    left: -8vw;
    width: calc(100% + 16vw);
  }
  .cs-modal-content .cs-modal-content__close {
    position: absolute;
    top: -10.26667vw;
    right: 0;
    width: 5.06667vw;
    height: 5.06667vw;
  }
  .cs-modal-content .cs-modal-content__close::before {
    width: 0.26667vw;
    height: 6.93333vw;
  }
  .cs-modal-content .cs-modal-content__close::after {
    width: 6.93333vw;
    height: 0.26667vw;
  }
  .cs-modal-content .cs-modal-content__image {
    position: relative;
    overflow: hidden;
    width: 70.66667vw;
    height: 47.2vw;
  }
  .cs-modal-content .cs-modal-content__image__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 71.73333vw;
    margin: 0 -0.53333vw;
    margin-top: 3.33333vw;
  }
  .cs-modal-content .cs-modal-content__image__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 17.06667vw;
    padding: 0.53333vw;
    border-width: 0.26667vw;
    border-style: solid;
    border-color: transparent;
  }
  .cs-modal-content .cs-modal-content__image__item + .cs-modal-content__image__item {
    margin-left: 1.86667vw;
  }
  .cs-modal-content .cs-modal-content__floor {
    margin-top: 7.33333vw;
  }
  .cs-modal-content .cs-modal-content__floor p {
    font-size: 2.8vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 9.46667vw;
    height: 4.13333vw;
    padding-top: 0.53333vw;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #3b4043;
  }
  .cs-modal-content .cs-modal-content__shopname {
    margin-top: 2.66667vw;
  }
  .cs-modal-content .cs-modal-content__shopname p,
  .cs-modal-content .cs-modal-content__shopname div {
    font-family: "Josefin Sans", sans-serif;
    font-size: 6vw;
    line-height: 7.2vw;
    letter-spacing: 0.03em;
    color: #3b4043;

    -webkit-font-smoothing: antialiased;
  }
  .cs-modal-content .cs-modal-content__text {
    margin-top: 4.73333vw;
  }
  .cs-modal-content .cs-modal-content__text p,
  .cs-modal-content .cs-modal-content__text div {
    font-size: 3.2vw;
    line-height: 5.6vw;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-modal-content .cs-modal-content__text a {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    position: relative;
    display: inline-block;
    margin-top: 3.86667vw;
    letter-spacing: 0.03em;
    color: #3b4043;
    border-bottom: 1px solid #3b4043;
  }
  .cs-modal-content .cs-modal-content__text a[target="_blank"]::before,
  .cs-modal-content .cs-modal-content__text a[target="_blank"]::after {
    position: absolute;
    top: 50%;
    right: -5.73333vw;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2.13333vw;
    height: 2.13333vw;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0.26667vw solid #3b4043;
    background: #fff;
  }
  .cs-news {
    width: 85.73333vw;
    margin: auto;
  }
  .cs-news > dl {
    margin-top: 3.46667vw;
  }
  .cs-news > dl dt {
    position: relative;
    z-index: 0;
  }
  .cs-news > dl dt::before {
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #e0e0e0;
  }
  .cs-news > dl dd {
    margin-top: 3.46667vw;
  }
  .cs-news__date {
    padding-right: 3.46667vw;
    background-color: #fff;
  }
  .cs-news__button {
    font-size: 2.66667vw;
    line-height: 1;
    position: relative;
    width: 11.33333vw;
    margin: 0 auto;
    margin-top: 5.86667vw;
  }
  .cs-news__button span {
    font-size: 4vw;
    -webkit-transform: translate(0, -60%) rotate(0deg);
    transform: translate(0, -60%) rotate(0deg);
  }
  .cs-news__button.is-active span {
    -webkit-transform: translate(0, -60%) rotate(225deg);
    transform: translate(0, -60%) rotate(225deg);
  }
  .cs-panel-modal-content .cs-modal-content__inner {
    width: 86.66667vw;
    margin: 13.33333vw 0;
    padding: 12vw 8vw;
  }
  .cs-panel-modal-content .cs-modal-content__full {
    left: -8vw;
    width: calc(100% + 16vw);
  }
  .cs-panel-modal-content .cs-modal-content__close {
    position: absolute;
    top: -10.26667vw;
    right: 0;
    width: 5.06667vw;
    height: 5.06667vw;
  }
  .cs-panel-modal-content .cs-modal-content__close::before {
    width: 0.26667vw;
    height: 6.93333vw;
  }
  .cs-panel-modal-content .cs-modal-content__close::after {
    width: 6.93333vw;
    height: 0.26667vw;
  }
  .cs-panel-modal-content .cs-modal-content__image {
    position: relative;
    overflow: hidden;
    width: 53.33333vw;
    height: 53.33333vw;
  }
  .cs-panel-modal-content .cs-modal-content__image__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 71.73333vw;
    margin: 0 -0.53333vw;
    margin-top: 3.33333vw;
  }
  .cs-panel-modal-content .cs-modal-content__image__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 17.06667vw;
    padding: 0.53333vw;
    border-width: 0.26667vw;
    border-style: solid;
    border-color: transparent;
  }
  .cs-panel-modal-content .cs-modal-content__image__item + .cs-modal-content__image__item {
    margin-left: 1.86667vw;
  }
  .cs-panel-modal-content .cs-modal-content__floor {
    margin-top: 7.33333vw;
  }
  .cs-panel-modal-content .cs-modal-content__floor p {
    font-size: 2.8vw;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 9.46667vw;
    height: 4.13333vw;
    padding-top: 0.53333vw;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__shopname {
    margin-top: 4.66667vw;
  }
  .cs-panel-modal-content .cs-modal-content__shopname p {
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.8vw;
    line-height: 1.38889;
    letter-spacing: 0.03em;
    color: #3b4043;

    -webkit-font-smoothing: antialiased;
  }
  .cs-panel-modal-content .cs-modal-content__text {
    margin-top: 2.26667vw;
  }
  .cs-panel-modal-content .cs-modal-content__text p {
    font-size: 3.2vw;
    line-height: 5.6vw;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__text a {
    position: relative;
    display: inline-block;
    margin-top: 3.86667vw;
  }
  .cs-panel-modal-content .cs-modal-content__text a p {
    font-size: 3.2vw;
    line-height: 3.73333vw;
    letter-spacing: 0.03em;
    color: #3b4043;
    border-bottom: 1px solid #3b4043;
  }
  .cs-panel-modal-content .cs-modal-content__text a .window {
    position: absolute;
    top: 50%;
    right: -5.73333vw;
    width: 2.93333vw;
    height: 2.93333vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cs-panel-modal-content .cs-modal-content__text a .window::before,
  .cs-panel-modal-content .cs-modal-content__text a .window::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2.13333vw;
    height: 2.13333vw;
    border: 0.26667vw solid #3b4043;
    background: #fff;
  }
  .cs-panel__list {
    margin-top: 13.33333vw;
  }
  .cs-panel__list__item {
    width: 50%;
    margin-bottom: 10.26667vw;
  }
  .cs-panel__list__item img {
    width: 22.8vw;
  }
  .cs-panel__list__item__text {
    font-size: 3.2vw;
    line-height: 1.33333;
    margin-top: 5.33333vw;
  }
  .cs-panel__list__item__more {
    margin-top: 3.33333vw;
  }
  .cs-wrapper {
    padding-top: 21.33333vw;
    padding-bottom: 14.13333vw;
  }
  .cs-content {
    padding: 0;
  }
  .cs-inner {
    width: 85.6vw;
    margin: 0 auto;
  }
  .cs-title--level1 {
    font-size: 4.8vw;
    line-height: 6.312vw;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
  .cs-title--level1.is-large {
    font-size: 6vw;
    line-height: 1;
    margin-bottom: 12vw;
    letter-spacing: 0.05em;
  }
  .cs-shoplist .cs-shoplist__item:nth-of-type(n+4) {
    margin-top: 0;
  }
  .cs-shoplist .cs-shoplist__item__shopname p,
  .cs-shoplist .cs-shoplist__item__shopname div {
    font-family: "Josefin Sans", sans-serif;
    font-size: 4.8vw;
    line-height: 5.98533vw;
    margin-top: -0.59267vw;
    padding-right: 9.46667vw;
    letter-spacing: 0.03em;
    color: #3b4043;
    -webkit-font-smoothing: antialiased;
  }
  .cs-shoplist .cs-shoplist__item__text {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin-top: 5.00733vw;
    letter-spacing: 0.03em;
    color: #3b4043;
  }
  .cs-shoplist .cs-shoplist__item__floor {
    font-size: 2.8vw;
    line-height: 1;
    position: absolute;
    top: 7.6vw;
    right: 5.33333vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 9.46667vw;
    height: 4.13333vw;
    padding: 0.53333vw 0 0;
    letter-spacing: 0.1em;
    color: #3b4043;
    border: 1px solid #3b4043;
  }
  .cs-shoplist .cs-shoplist__item__more {
    position: absolute;
    bottom: 8vw;
    left: 0;
    width: 100%;
  }
  .cs-shoplist .cs-shoplist__item__more p {
    font-size: 3.2vw;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em;
    color: #3b4043;
  }
  .cs-u-sp-hide {
    display: none !important;
  }
  .cs-u-fontsize-sp-10 {
    font-size: 1rem !important;
  }
  .cs-u-fontsize-sp-11 {
    font-size: 1.1rem !important;
  }
  .cs-u-fontsize-sp-12 {
    font-size: 1.2rem !important;
  }
  .cs-u-fontsize-sp-13 {
    font-size: 1.3rem !important;
  }
  .cs-u-fontsize-sp-14 {
    font-size: 1.4rem !important;
  }
  .cs-u-fontsize-sp-15 {
    font-size: 1.5rem !important;
  }
  .cs-u-fontsize-sp-16 {
    font-size: 1.6rem !important;
  }
  .cs-u-fontsize-sp-17 {
    font-size: 1.7rem !important;
  }
  .cs-u-fontsize-sp-18 {
    font-size: 1.8rem !important;
  }
  .cs-u-fontsize-sp-19 {
    font-size: 1.9rem !important;
  }
  .cs-u-fontsize-sp-20 {
    font-size: 2rem !important;
  }
  .cs-u-fontsize-sp-21 {
    font-size: 2.1rem !important;
  }
  .cs-u-fontsize-sp-22 {
    font-size: 2.2rem !important;
  }
  .cs-u-fontsize-sp-23 {
    font-size: 2.3rem !important;
  }
  .cs-u-fontsize-sp-24 {
    font-size: 2.4rem !important;
  }
  .cs-u-fontsize-sp-25 {
    font-size: 2.5rem !important;
  }
  .cs-u-fontsize-sp-26 {
    font-size: 2.6rem !important;
  }
  .cs-u-fontsize-sp-27 {
    font-size: 2.7rem !important;
  }
  .cs-u-fontsize-sp-28 {
    font-size: 2.8rem !important;
  }
  .cs-u-fontsize-sp-29 {
    font-size: 2.9rem !important;
  }
  .cs-u-fontsize-sp-30 {
    font-size: 3rem !important;
  }
  .cs-u-msp-0 {
    margin: 0 !important;
  }
  .cs-u-mtsp-0 {
    margin-top: 0 !important;
  }
  .cs-u-mrsp-0 {
    margin-right: 0 !important;
  }
  .cs-u-mbsp-0 {
    margin-bottom: 0 !important;
  }
  .cs-u-mlsp-0 {
    margin-left: 0 !important;
  }
  .cs-u-msp-5 {
    margin: 5px !important;
  }
  .cs-u-mtsp-5 {
    margin-top: 5px !important;
  }
  .cs-u-mrsp-5 {
    margin-right: 5px !important;
  }
  .cs-u-mbsp-5 {
    margin-bottom: 5px !important;
  }
  .cs-u-mlsp-5 {
    margin-left: 5px !important;
  }
  .cs-u-msp-10 {
    margin: 10px !important;
  }
  .cs-u-mtsp-10 {
    margin-top: 10px !important;
  }
  .cs-u-mrsp-10 {
    margin-right: 10px !important;
  }
  .cs-u-mbsp-10 {
    margin-bottom: 10px !important;
  }
  .cs-u-mlsp-10 {
    margin-left: 10px !important;
  }
  .cs-u-msp-15 {
    margin: 15px !important;
  }
  .cs-u-mtsp-15 {
    margin-top: 15px !important;
  }
  .cs-u-mrsp-15 {
    margin-right: 15px !important;
  }
  .cs-u-mbsp-15 {
    margin-bottom: 15px !important;
  }
  .cs-u-mlsp-15 {
    margin-left: 15px !important;
  }
  .cs-u-msp-20 {
    margin: 20px !important;
  }
  .cs-u-mtsp-20 {
    margin-top: 20px !important;
  }
  .cs-u-mrsp-20 {
    margin-right: 20px !important;
  }
  .cs-u-mbsp-20 {
    margin-bottom: 20px !important;
  }
  .cs-u-mlsp-20 {
    margin-left: 20px !important;
  }
  .cs-u-msp-25 {
    margin: 25px !important;
  }
  .cs-u-mtsp-25 {
    margin-top: 25px !important;
  }
  .cs-u-mrsp-25 {
    margin-right: 25px !important;
  }
  .cs-u-mbsp-25 {
    margin-bottom: 25px !important;
  }
  .cs-u-mlsp-25 {
    margin-left: 25px !important;
  }
  .cs-u-msp-30 {
    margin: 30px !important;
  }
  .cs-u-mtsp-30 {
    margin-top: 30px !important;
  }
  .cs-u-mrsp-30 {
    margin-right: 30px !important;
  }
  .cs-u-mbsp-30 {
    margin-bottom: 30px !important;
  }
  .cs-u-mlsp-30 {
    margin-left: 30px !important;
  }
  .cs-u-msp-35 {
    margin: 35px !important;
  }
  .cs-u-mtsp-35 {
    margin-top: 35px !important;
  }
  .cs-u-mrsp-35 {
    margin-right: 35px !important;
  }
  .cs-u-mbsp-35 {
    margin-bottom: 35px !important;
  }
  .cs-u-mlsp-35 {
    margin-left: 35px !important;
  }
  .cs-u-msp-40 {
    margin: 40px !important;
  }
  .cs-u-mtsp-40 {
    margin-top: 40px !important;
  }
  .cs-u-mrsp-40 {
    margin-right: 40px !important;
  }
  .cs-u-mbsp-40 {
    margin-bottom: 40px !important;
  }
  .cs-u-mlsp-40 {
    margin-left: 40px !important;
  }
  .cs-u-msp-45 {
    margin: 45px !important;
  }
  .cs-u-mtsp-45 {
    margin-top: 45px !important;
  }
  .cs-u-mrsp-45 {
    margin-right: 45px !important;
  }
  .cs-u-mbsp-45 {
    margin-bottom: 45px !important;
  }
  .cs-u-mlsp-45 {
    margin-left: 45px !important;
  }
  .cs-u-msp-50 {
    margin: 50px !important;
  }
  .cs-u-mtsp-50 {
    margin-top: 50px !important;
  }
  .cs-u-mrsp-50 {
    margin-right: 50px !important;
  }
  .cs-u-mbsp-50 {
    margin-bottom: 50px !important;
  }
  .cs-u-mlsp-50 {
    margin-left: 50px !important;
  }
  .cs-u-msp-55 {
    margin: 55px !important;
  }
  .cs-u-mtsp-55 {
    margin-top: 55px !important;
  }
  .cs-u-mrsp-55 {
    margin-right: 55px !important;
  }
  .cs-u-mbsp-55 {
    margin-bottom: 55px !important;
  }
  .cs-u-mlsp-55 {
    margin-left: 55px !important;
  }
  .cs-u-msp-60 {
    margin: 60px !important;
  }
  .cs-u-mtsp-60 {
    margin-top: 60px !important;
  }
  .cs-u-mrsp-60 {
    margin-right: 60px !important;
  }
  .cs-u-mbsp-60 {
    margin-bottom: 60px !important;
  }
  .cs-u-mlsp-60 {
    margin-left: 60px !important;
  }
  .cs-u-msp-65 {
    margin: 65px !important;
  }
  .cs-u-mtsp-65 {
    margin-top: 65px !important;
  }
  .cs-u-mrsp-65 {
    margin-right: 65px !important;
  }
  .cs-u-mbsp-65 {
    margin-bottom: 65px !important;
  }
  .cs-u-mlsp-65 {
    margin-left: 65px !important;
  }
  .cs-u-msp-70 {
    margin: 70px !important;
  }
  .cs-u-mtsp-70 {
    margin-top: 70px !important;
  }
  .cs-u-mrsp-70 {
    margin-right: 70px !important;
  }
  .cs-u-mbsp-70 {
    margin-bottom: 70px !important;
  }
  .cs-u-mlsp-70 {
    margin-left: 70px !important;
  }
  .cs-u-msp-75 {
    margin: 75px !important;
  }
  .cs-u-mtsp-75 {
    margin-top: 75px !important;
  }
  .cs-u-mrsp-75 {
    margin-right: 75px !important;
  }
  .cs-u-mbsp-75 {
    margin-bottom: 75px !important;
  }
  .cs-u-mlsp-75 {
    margin-left: 75px !important;
  }
  .cs-u-msp-80 {
    margin: 80px !important;
  }
  .cs-u-mtsp-80 {
    margin-top: 80px !important;
  }
  .cs-u-mrsp-80 {
    margin-right: 80px !important;
  }
  .cs-u-mbsp-80 {
    margin-bottom: 80px !important;
  }
  .cs-u-mlsp-80 {
    margin-left: 80px !important;
  }
  .cs-u-msp-85 {
    margin: 85px !important;
  }
  .cs-u-mtsp-85 {
    margin-top: 85px !important;
  }
  .cs-u-mrsp-85 {
    margin-right: 85px !important;
  }
  .cs-u-mbsp-85 {
    margin-bottom: 85px !important;
  }
  .cs-u-mlsp-85 {
    margin-left: 85px !important;
  }
  .cs-u-msp-90 {
    margin: 90px !important;
  }
  .cs-u-mtsp-90 {
    margin-top: 90px !important;
  }
  .cs-u-mrsp-90 {
    margin-right: 90px !important;
  }
  .cs-u-mbsp-90 {
    margin-bottom: 90px !important;
  }
  .cs-u-mlsp-90 {
    margin-left: 90px !important;
  }
  .cs-u-msp-95 {
    margin: 95px !important;
  }
  .cs-u-mtsp-95 {
    margin-top: 95px !important;
  }
  .cs-u-mrsp-95 {
    margin-right: 95px !important;
  }
  .cs-u-mbsp-95 {
    margin-bottom: 95px !important;
  }
  .cs-u-mlsp-95 {
    margin-left: 95px !important;
  }
  .cs-u-msp-100 {
    margin: 100px !important;
  }
  .cs-u-mtsp-100 {
    margin-top: 100px !important;
  }
  .cs-u-mrsp-100 {
    margin-right: 100px !important;
  }
  .cs-u-mbsp-100 {
    margin-bottom: 100px !important;
  }
  .cs-u-mlsp-100 {
    margin-left: 100px !important;
  }
  .cs-u-pdsp-0 {
    padding: 0 !important;
  }
  .cs-u-ptsp-0 {
    padding-top: 0 !important;
  }
  .cs-u-prsp-0 {
    padding-right: 0 !important;
  }
  .cs-u-pbsp-0 {
    padding-bottom: 0 !important;
  }
  .cs-u-plsp-0 {
    padding-left: 0 !important;
  }
  .cs-u-pdsp-5 {
    padding: 5px !important;
  }
  .cs-u-ptsp-5 {
    padding-top: 5px !important;
  }
  .cs-u-prsp-5 {
    padding-right: 5px !important;
  }
  .cs-u-pbsp-5 {
    padding-bottom: 5px !important;
  }
  .cs-u-plsp-5 {
    padding-left: 5px !important;
  }
  .cs-u-pdsp-10 {
    padding: 10px !important;
  }
  .cs-u-ptsp-10 {
    padding-top: 10px !important;
  }
  .cs-u-prsp-10 {
    padding-right: 10px !important;
  }
  .cs-u-pbsp-10 {
    padding-bottom: 10px !important;
  }
  .cs-u-plsp-10 {
    padding-left: 10px !important;
  }
  .cs-u-pdsp-15 {
    padding: 15px !important;
  }
  .cs-u-ptsp-15 {
    padding-top: 15px !important;
  }
  .cs-u-prsp-15 {
    padding-right: 15px !important;
  }
  .cs-u-pbsp-15 {
    padding-bottom: 15px !important;
  }
  .cs-u-plsp-15 {
    padding-left: 15px !important;
  }
  .cs-u-pdsp-20 {
    padding: 20px !important;
  }
  .cs-u-ptsp-20 {
    padding-top: 20px !important;
  }
  .cs-u-prsp-20 {
    padding-right: 20px !important;
  }
  .cs-u-pbsp-20 {
    padding-bottom: 20px !important;
  }
  .cs-u-plsp-20 {
    padding-left: 20px !important;
  }
  .cs-u-pdsp-25 {
    padding: 25px !important;
  }
  .cs-u-ptsp-25 {
    padding-top: 25px !important;
  }
  .cs-u-prsp-25 {
    padding-right: 25px !important;
  }
  .cs-u-pbsp-25 {
    padding-bottom: 25px !important;
  }
  .cs-u-plsp-25 {
    padding-left: 25px !important;
  }
  .cs-u-pdsp-30 {
    padding: 30px !important;
  }
  .cs-u-ptsp-30 {
    padding-top: 30px !important;
  }
  .cs-u-prsp-30 {
    padding-right: 30px !important;
  }
  .cs-u-pbsp-30 {
    padding-bottom: 30px !important;
  }
  .cs-u-plsp-30 {
    padding-left: 30px !important;
  }
  .cs-u-pdsp-35 {
    padding: 35px !important;
  }
  .cs-u-ptsp-35 {
    padding-top: 35px !important;
  }
  .cs-u-prsp-35 {
    padding-right: 35px !important;
  }
  .cs-u-pbsp-35 {
    padding-bottom: 35px !important;
  }
  .cs-u-plsp-35 {
    padding-left: 35px !important;
  }
  .cs-u-pdsp-40 {
    padding: 40px !important;
  }
  .cs-u-ptsp-40 {
    padding-top: 40px !important;
  }
  .cs-u-prsp-40 {
    padding-right: 40px !important;
  }
  .cs-u-pbsp-40 {
    padding-bottom: 40px !important;
  }
  .cs-u-plsp-40 {
    padding-left: 40px !important;
  }
  .cs-u-pdsp-45 {
    padding: 45px !important;
  }
  .cs-u-ptsp-45 {
    padding-top: 45px !important;
  }
  .cs-u-prsp-45 {
    padding-right: 45px !important;
  }
  .cs-u-pbsp-45 {
    padding-bottom: 45px !important;
  }
  .cs-u-plsp-45 {
    padding-left: 45px !important;
  }
  .cs-u-pdsp-50 {
    padding: 50px !important;
  }
  .cs-u-ptsp-50 {
    padding-top: 50px !important;
  }
  .cs-u-prsp-50 {
    padding-right: 50px !important;
  }
  .cs-u-pbsp-50 {
    padding-bottom: 50px !important;
  }
  .cs-u-plsp-50 {
    padding-left: 50px !important;
  }
  .cs-u-pdsp-55 {
    padding: 55px !important;
  }
  .cs-u-ptsp-55 {
    padding-top: 55px !important;
  }
  .cs-u-prsp-55 {
    padding-right: 55px !important;
  }
  .cs-u-pbsp-55 {
    padding-bottom: 55px !important;
  }
  .cs-u-plsp-55 {
    padding-left: 55px !important;
  }
  .cs-u-pdsp-60 {
    padding: 60px !important;
  }
  .cs-u-ptsp-60 {
    padding-top: 60px !important;
  }
  .cs-u-prsp-60 {
    padding-right: 60px !important;
  }
  .cs-u-pbsp-60 {
    padding-bottom: 60px !important;
  }
  .cs-u-plsp-60 {
    padding-left: 60px !important;
  }
  .cs-u-pdsp-65 {
    padding: 65px !important;
  }
  .cs-u-ptsp-65 {
    padding-top: 65px !important;
  }
  .cs-u-prsp-65 {
    padding-right: 65px !important;
  }
  .cs-u-pbsp-65 {
    padding-bottom: 65px !important;
  }
  .cs-u-plsp-65 {
    padding-left: 65px !important;
  }
  .cs-u-pdsp-70 {
    padding: 70px !important;
  }
  .cs-u-ptsp-70 {
    padding-top: 70px !important;
  }
  .cs-u-prsp-70 {
    padding-right: 70px !important;
  }
  .cs-u-pbsp-70 {
    padding-bottom: 70px !important;
  }
  .cs-u-plsp-70 {
    padding-left: 70px !important;
  }
  .cs-u-pdsp-75 {
    padding: 75px !important;
  }
  .cs-u-ptsp-75 {
    padding-top: 75px !important;
  }
  .cs-u-prsp-75 {
    padding-right: 75px !important;
  }
  .cs-u-pbsp-75 {
    padding-bottom: 75px !important;
  }
  .cs-u-plsp-75 {
    padding-left: 75px !important;
  }
  .cs-u-pdsp-80 {
    padding: 80px !important;
  }
  .cs-u-ptsp-80 {
    padding-top: 80px !important;
  }
  .cs-u-prsp-80 {
    padding-right: 80px !important;
  }
  .cs-u-pbsp-80 {
    padding-bottom: 80px !important;
  }
  .cs-u-plsp-80 {
    padding-left: 80px !important;
  }
  .cs-u-pdsp-85 {
    padding: 85px !important;
  }
  .cs-u-ptsp-85 {
    padding-top: 85px !important;
  }
  .cs-u-prsp-85 {
    padding-right: 85px !important;
  }
  .cs-u-pbsp-85 {
    padding-bottom: 85px !important;
  }
  .cs-u-plsp-85 {
    padding-left: 85px !important;
  }
  .cs-u-pdsp-90 {
    padding: 90px !important;
  }
  .cs-u-ptsp-90 {
    padding-top: 90px !important;
  }
  .cs-u-prsp-90 {
    padding-right: 90px !important;
  }
  .cs-u-pbsp-90 {
    padding-bottom: 90px !important;
  }
  .cs-u-plsp-90 {
    padding-left: 90px !important;
  }
  .cs-u-pdsp-95 {
    padding: 95px !important;
  }
  .cs-u-ptsp-95 {
    padding-top: 95px !important;
  }
  .cs-u-prsp-95 {
    padding-right: 95px !important;
  }
  .cs-u-pbsp-95 {
    padding-bottom: 95px !important;
  }
  .cs-u-plsp-95 {
    padding-left: 95px !important;
  }
  .cs-u-pdsp-100 {
    padding: 100px !important;
  }
  .cs-u-ptsp-100 {
    padding-top: 100px !important;
  }
  .cs-u-prsp-100 {
    padding-right: 100px !important;
  }
  .cs-u-pbsp-100 {
    padding-bottom: 100px !important;
  }
  .cs-u-plsp-100 {
    padding-left: 100px !important;
  }
}

.p-staff__topic {
  display: none;
}
.p-staff__movie {
  margin-top: 0 !important;
}

body.page-src_agreement .pane-main {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
body.page-src_agreement .block-login--member-header{
  margin: 0 0 30px;
}
body.page-src_agreement .block-login--member-header span{
  padding: 0;
  background-color: transparent;
}
body.page-src_agreement .block-member-terms--body{
  border: 1px solid #ccc!important;
}