@charset "UTF-8";
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/*メディアクエリー
---------------------------------------------*/
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* variable */
i {
  margin: auto 20px;
}

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

.pc {
  display: inherit !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 769px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/*---------------------------------------------------------------
common
-------------------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16px x 0.625 = 10px(=1rem) */
}

body {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 180%;
  color: #575B62;
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  background: #F7F0EB;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (min-width: 769px) {
  body {
    background-size: auto;
  }
}

a {
  color: #515B5F;
  text-decoration: none;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}

/*---------------------------------------------------------------
navi
-------------------------------------------------------------- */
#toggle {
  position: fixed;
  top: 5.3333333333vw;
  right: 6.6666666667vw;
}
@media screen and (min-width: 769px) {
  #toggle {
    top: 40px;
    right: 50px;
  }
}

#toggle-box {
  position: relative;
  width: 36px;
  height: 26px;
  cursor: pointer;
}

#toggle-box > span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #575B62;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease, bottom 0.5s ease;
}

#toggle-box > span:nth-child(1) {
  top: 0;
}

#toggle-box > span:nth-child(2) {
  top: 50%;
  transform: translatey(-50%);
}

#toggle-box > span:nth-child(3) {
  bottom: 0;
}

#toggle {
  z-index: 1000;
}

#nav-content {
  z-index: 900;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #D08D8D;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #nav-content {
    width: 50%;
    max-width: 800px;
    border-left: solid 1px #D08D8D;
  }
}
#nav-content nav {
  padding: 13.3333333333vw 10%;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #nav-content nav {
    padding: 80px 10%;
  }
}
#nav-content nav ul.list_1 {
  list-style: none;
}
#nav-content nav ul.list_1 li {
  margin-bottom: 10.6666666667vw;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.list_1 li {
    margin-bottom: 40px;
  }
}
#nav-content nav ul.list_1 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 4.8vw;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.list_1 li a {
    font-size: 1.8rem;
  }
}
#nav-content nav ul.list_1 ul.list_1b {
  display: flex;
  justify-content: center;
}
#nav-content nav ul.list_1 ul.list_1b li {
  margin: 5.3333333333vw 1.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.list_1 ul.list_1b li {
    margin: 20px 5px 0;
  }
}
#nav-content nav ul.list_1 ul.list_1b li a {
  font-size: 3.4666666667vw;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.list_1 ul.list_1b li a {
    font-size: 1.3rem;
  }
}
#nav-content nav ul.list_2 {
  margin-top: 16vw;
  font-size: 4.8vw;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.list_2 {
    margin-top: 60px;
    font-size: 1.8rem;
  }
}
#nav-content nav ul.list_2 li a {
  padding: 5.3333333333vw;
  color: #fff;
  border: solid 1px #E8C6C6;
  display: block;
  border-radius: 50px;
}
@media screen and (min-width: 769px) {
  #nav-content nav ul.list_2 li a {
    padding: 20px;
  }
}

.is-open {
  overflow: hidden;
}

.is-open #toggle-box > span {
  background: #fff;
}

.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}

.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}

/*-------------------------------
main
--------------------------------- */
.main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main .box {
  width: 65%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
.main .box .copy {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.2em;
  line-height: 200%;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .main .box .copy {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.main .box .title {
  width: 100%;
  margin: 0 auto 17.3333333333vw;
}
@media screen and (min-width: 769px) {
  .main .box .title {
    width: 250px;
    margin: 0 auto 65px;
  }
}
.main .box .logo {
  width: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .main .box .logo {
    width: 120px;
  }
}
.main .slider_2 {
  max-height: 800px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .main .slider_2 {
    max-height: 600px;
  }
}
.main .slider_2:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}
.main .slider_2 li {
  height: 100%;
}
.main .slider_2 li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------------
lead
--------------------------------- */
.lead {
  width: 84%;
  max-width: 800px;
  padding: 21.3333333333vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lead {
    padding: 100px 0;
    text-align: center;
  }
}
.lead .txt {
  margin-bottom: 8vw;
  font-size: 4.267vw;
  line-height: 220%;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .lead .txt {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
.lead .anime {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lead .anime li {
  width: 33%;
}
.lead .anime li img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .lead .anime {
    max-width: 400px;
  }
  .lead .anime li img {
    width: 80%;
  }
}

/*-------------------------------
content
--------------------------------- */
.content {
  width: 100%;
  margin: 0 auto;
  padding: 21.3333333333vw 0 0;
}
@media screen and (min-width: 769px) {
  .content {
    padding: 100px 0 0;
  }
}
.content .color_1 {
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .content .color_1 {
    margin-bottom: 150px;
  }
}
.content .color_1 .txt1 {
  margin-bottom: 8vw;
  text-align: center;
  font-size: 11.2vw;
  color: #D08D8D;
  font-family: adventures-unlimited, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .content .color_1 .txt1 {
    margin-bottom: 30px;
    font-size: 4.2rem;
  }
}
.content .color_1 .txt2 {
  text-align: center;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
  line-height: 200%;
}
@media screen and (min-width: 769px) {
  .content .color_1 .txt2 {
    font-size: 2.4rem;
  }
}
.content .color_1 .txt2 span {
  margin-bottom: 1.3333333333vw;
  border-bottom: dotted 1px #AAACB0;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .content .color_1 .txt2 span {
    margin-bottom: 5px;
  }
}
.content .color_1 .box {
  width: 100%;
  margin: 8vw auto 0;
  padding: 26.6666666667vw 16vw;
  background-color: #F1E3DE;
  border-radius: 100vh;
}
@media screen and (min-width: 769px) {
  .content .color_1 .box {
    width: 600px;
    margin: 30px auto 0;
    padding: 120px 130px;
  }
}
.content .color_1 .box h2 {
  font-size: 9.0666666667vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content .color_1 .box h2 {
    font-size: 3.4rem;
  }
}
.content .color_1 .box h2 span {
  margin: 5.3333333333vw 0 8vw;
  padding: 0;
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 100%;
  font-family: futura-pt, sans-serif;
  display: block;
}
@media screen and (min-width: 769px) {
  .content .color_1 .box h2 span {
    margin: 20px 0 30px;
    font-size: 1rem;
  }
}
.content .color_1 .box figure {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .content .color_1 .box figure {
    margin-bottom: 30px;
  }
}
.content .color_1 .box p {
  margin-bottom: 13.3333333333vw;
  font-size: 3.2vw;
  line-height: 1.83;
}
@media screen and (min-width: 769px) {
  .content .color_1 .box p {
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
}
.content .color_1 .box a.btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 8vw 8vw 8vw 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #D08D8D;
  display: block;
  text-align: center;
  border-radius: 50vh;
}
@media screen and (min-width: 769px) {
  .content .color_1 .box a.btn {
    padding: 30px 30px 30px 10px;
    font-size: 1.8rem;
  }
}
.content .color_1 .box .btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.content .color_1 .box .btn::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 10%;
  width: 12%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.content .color_1 .box .btn::after {
  content: "";
  position: absolute;
  bottom: 54%;
  right: 10%;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.content .lineup h2 {
  margin-bottom: 13.3333333333vw;
  font-size: 12.8vw;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content .lineup h2 {
    margin-bottom: 50px;
    font-size: 6.2rem;
  }
}
.content .lineup article {
  margin: 0;
  padding: 26.6666666667vw 0;
}
@media screen and (min-width: 769px) {
  .content .lineup article {
    padding: 100px 0;
  }
}
.content .lineup article .box {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box {
    width: 800px;
  }
}
.content .lineup article .box h3 {
  width: 84%;
  margin: 0 auto 13.3333333333vw;
  font-size: 11.2vw;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box h3 {
    width: 100%;
    margin: 0 auto 50px;
    font-size: 4.2rem;
    text-align: center;
  }
}
.content .lineup article .box h3 span {
  margin-top: 5.3333333333vw;
  font-size: 3.2vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box h3 span {
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.content .lineup article .box .image {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .image {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
.content .lineup article .box .image figure.deco_1 {
  width: 21.3333333333%;
  position: absolute;
  top: 5.8035714286%;
  right: 4%;
  transform: rotate(-20deg);
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .image figure.deco_1 {
    width: 80px;
  }
}
.content .lineup article .box .image figure.deco_2 {
  width: 34.6666666667%;
  position: absolute;
  top: 47.3214285714%;
  left: -10.6666666667%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .image figure.deco_2 {
    width: 130px;
  }
}
.content .lineup article .box .image figure.deco_3 {
  width: 48%;
  position: absolute;
  top: 64.2857142857%;
  left: 8%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .image figure.deco_3 {
    width: 180px;
  }
}
.content .lineup article .box .image figure.deco_4 {
  width: 21.3333333333%;
  position: absolute;
  top: 68.75%;
  left: 8%;
  transform: rotate(20deg);
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .image figure.deco_4 {
    width: 80px;
  }
}
.content .lineup article .box .image::before {
  content: "";
  display: block;
  padding-top: 298.6666666667%;
}
.content .lineup article .box .image li.image_01 {
  width: 84%;
  position: absolute;
  top: 0;
  left: 0%;
  animation-delay: 1s;
}
.content .lineup article .box .image li.image_02 {
  width: 64%;
  position: absolute;
  top: 37.9464285714%;
  right: 0;
  animation-delay: 1s;
}
.content .lineup article .box .image li.image_03 {
  width: 80%;
  position: absolute;
  top: 73.2142857143%;
  left: 0%;
  animation-delay: 1s;
}
.content .lineup article .box p.title {
  width: 73%;
  margin: 0 auto 1.3333333333vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box p.title {
    margin: 0 auto 5px;
    font-size: 2rem;
    text-align: center;
  }
}
.content .lineup article .box p.txt {
  width: 73%;
  margin: 0 auto;
  font-size: 3.2vw;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box p.txt {
    font-size: 1.4rem;
  }
}
.content .lineup article .box .variation {
  margin-top: 21.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation {
    margin-top: 80px;
  }
}
.content .lineup article .box .variation h4 .name {
  margin-bottom: 2.6666666667vw;
  padding-bottom: 0.3em;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 100%;
  border-bottom: dotted 1px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation h4 .name {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.content .lineup article .box .variation h4 .price {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation h4 .price {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.content .lineup article .box .variation h4 .price span {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation h4 .price span {
    font-size: 1.2rem;
  }
}
.content .lineup article .box .variation > ul.slider {
  width: 100%;
}
.content .lineup article .box .variation > ul.slider li {
  padding: 0 4vw;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation > ul.slider li {
    padding: 0 15px;
  }
}
.content .lineup article .box .variation > ul.slider li figure {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation > ul.slider li figure {
    margin-bottom: 20px;
  }
}
.content .lineup article .box .variation > ul.slider li .color {
  margin-bottom: 2.6666666667vw;
  font-size: 3.4666666667vw;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation > ul.slider li .color {
    margin-bottom: 10px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.content .lineup article .box .variation > ul.slider li .detail {
  margin-bottom: 5.3333333333vw;
  text-align: left;
  font-size: 2.6666666667vw;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .variation > ul.slider li .detail {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
}
.content .lineup article .box .variation > ul.slider .slick-dots li {
  margin: 0;
  padding: 0;
}
.content .lineup article .box .variation > ul.slider .slick-next {
  right: -15px;
  top: 30%;
}
.content .lineup article .box .variation > ul.slider .slick-prev {
  left: -15px;
  top: 30%;
}
.content .lineup article .box .other {
  width: 84%;
  margin: 21.3333333333vw auto 0;
  padding: 8vw;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other {
    width: 96%;
    margin: 80px auto 0;
    padding: 30px 50px;
  }
}
.content .lineup article .box .other h4 {
  margin-bottom: 4vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other h4 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.content .lineup article .box .other ul li {
  padding: 5.3333333333vw 0;
  border-top: dotted 1px #AAACB0;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul li {
    width: 48%;
    padding: 20px 0 0;
    border-top: 0;
  }
}
.content .lineup article .box .other ul li a {
  display: flex;
  justify-content: space-between;
}
.content .lineup article .box .other ul li a figure {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul li a figure {
    width: 40%;
  }
}
.content .lineup article .box .other ul li a div {
  width: 40vw;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul li a div {
    width: 60%;
  }
}
.content .lineup article .box .other ul li a div .name {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 150%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul li a div .name {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.content .lineup article .box .other ul li a div .price {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul li a div .price {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.content .lineup article .box .other ul li a div .price span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul li a div .price span {
    font-size: 1.4rem;
  }
}
.content .lineup article .box .other ul li a div .detail {
  font-size: 2.6666666667vw;
  line-height: 180%;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box .other ul li a div .detail {
    font-size: 1.2rem;
  }
}
.content .lineup article .box .other ul li a div .detail .slick-dots li {
  margin: 0 0;
}
.content .lineup article .box a.btn_all {
  width: 84%;
  margin: 13.3333333333vw auto 0;
  padding: 8vw;
  background: #575B62;
  font-size: 3.7333333333vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 50vh;
}
@media screen and (min-width: 769px) {
  .content .lineup article .box a.btn_all {
    width: 400px;
    margin: 50px auto 0;
    padding: 30px;
    font-size: 1.4rem;
  }
}
.content .lineup .lineup_1 {
  background: #F4E48D;
}
.content .lineup .lineup_2 {
  background: #C0EAC5;
}
.content .lineup .lineup_3 {
  background: #C4E1F7;
}
.content .color_2 {
  margin: 0 auto;
  padding: 26.6666666667vw 16vw;
}
@media screen and (min-width: 769px) {
  .content .color_2 {
    width: 800px;
    padding: 100px 60px;
  }
}
.content .color_2 .fukidashi {
  width: 37.3333333333vw;
  margin: 0 auto 8vw;
  color: #D08D8D;
  background: #fff;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
  font-size: 4.2666666667vw;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content .color_2 .fukidashi {
    width: 140px;
    margin: 0 auto 30px;
    font-size: 1.6rem;
  }
}
.content .color_2 .fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 10px solid #fff;
}
.content .color_2 .copy {
  margin-bottom: 1.3333333333vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content .color_2 .copy {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
.content .color_2 h2 {
  margin-bottom: 8vw;
  font-size: 7.4666666667vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 140%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content .color_2 h2 {
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}
.content .color_2 figure {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .content .color_2 figure {
    margin-bottom: 30px;
  }
}
.content .color_2 p {
  margin-bottom: 8vw;
  font-size: 3.2vw;
  line-height: 1.83;
}
@media screen and (min-width: 769px) {
  .content .color_2 p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.content .color_2 a.btn {
  width: 100%;
  margin: 0 auto;
  padding: 8vw 8vw 8vw 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #D08D8D;
  display: block;
  text-align: center;
  border-radius: 50vh;
}
@media screen and (min-width: 769px) {
  .content .color_2 a.btn {
    width: 400px;
    padding: 30px 30px 30px 10px;
    font-size: 1.8rem;
  }
}
.content .color_2 .btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.content .color_2 .btn::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 10%;
  width: 12%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
.content .color_2 .btn::after {
  content: "";
  position: absolute;
  bottom: 54%;
  right: 10%;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
.content .campaign {
  width: 100%;
  padding: 26.6666666667vw 16vw;
  background: #F2E2DF;
}
@media screen and (min-width: 769px) {
  .content .campaign {
    padding: 100px 60px;
  }
}
.content .campaign .box {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .content .campaign .box {
    width: 600px;
  }
}
.content .campaign .box h2 {
  margin-bottom: 13.3333333333vw;
  font-size: 11.2vw;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content .campaign .box h2 {
    margin-bottom: 50px;
    font-size: 4.2rem;
  }
}
.content .campaign .box figure {
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  .content .campaign .box figure {
    margin-bottom: 30px;
  }
}
.content .campaign .box h3 {
  margin-bottom: 5.3333333333vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .content .campaign .box h3 {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
}
.content .campaign .box p {
  margin-bottom: 8vw;
  font-size: 3.2vw;
  line-height: 1.83;
}
@media screen and (min-width: 769px) {
  .content .campaign .box p {
    margin-bottom: 30px;
    font-size: 1.2rem;
  }
}

/*---------------------------------------------------------------
footer
-------------------------------------------------------------- */
footer {
  margin: 0 auto;
  padding: 80px 20px 50px;
  background-color: #fff;
  text-align: center;
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
footer .f_logo {
  margin: 0 auto;
  width: 40%;
  max-width: 120px;
}
footer .f_logo a {
  margin: 0;
  padding: 0;
  display: block;
  margin: 0 auto;
}
footer .f_logo a img {
  vertical-align: bottom;
}
footer .f_icon {
  margin: 30px auto 30px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  width: 30px;
  margin: 0 15px;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 3.2rem;
  color: #2c2a26;
}
footer small {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #222;
}

/*------------------------------
パーソナルカラー
-------------------------------*/
body.color_wrapper #wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #F7F0EB;
  position: relative;
  overflow: visible;
  /*-----------結果ページ-----------*/
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper {
    width: 600px;
  }
}
body.color_wrapper #wrapper h1 {
  width: 100%;
  height: 17.3333333333vw;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper h1 {
    height: 115px;
  }
}
body.color_wrapper #wrapper h1 img {
  width: 29.3333333333vw;
  position: absolute;
  top: 3.2vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper h1 img {
    width: 150px;
    top: 30px;
    left: 50px;
  }
}
body.color_wrapper #wrapper .content {
  padding: 17.3333333333vw 0;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content {
    padding: 65px 0;
  }
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea {
    margin: 150px auto;
  }
}
body.color_wrapper #wrapper .content .mainArea .box {
  width: 68%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .box {
    width: 600px;
  }
}
body.color_wrapper #wrapper .content .mainArea .box figure {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 21.3333333333vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .box figure {
    width: 100%;
    margin: 0 0 80px;
  }
}
body.color_wrapper #wrapper .content .mainArea .box .copy {
  margin: 0 0 5.3333333333vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .box .copy {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .box h2 {
  margin: 0 0 13.3333333333vw;
  font-size: 9.0666666667vw;
  letter-spacing: 0.2em;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .box h2 {
    margin: 0 0 50px;
    font-size: 3.4rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .box h2 span {
  margin: 5.3333333333vw 0 0;
  font-size: 2.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .box h2 span {
    margin: 20px 0 0;
    font-size: 1rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .box p {
  margin-bottom: 8vw;
  font-size: 3.2vw;
  line-height: 1.83;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .box p {
    margin-bottom: 30px;
    font-size: 1.4rem;
    text-align: center;
  }
}
body.color_wrapper #wrapper .content .mainArea .box a.btn {
  width: 100%;
  margin: 0 auto;
  padding: 8vw 8vw 8vw 2.6666666667vw;
  font-size: 4.8vw;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #D08D8D;
  display: block;
  text-align: center;
  border-radius: 50vh;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .box a.btn {
    width: 500px;
    padding: 30px 30px 30px 10px;
    font-size: 1.8rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .box .btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  outline: none;
}
body.color_wrapper #wrapper .content .mainArea .box .btn::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 10%;
  width: 12%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
}
body.color_wrapper #wrapper .content .mainArea .box .btn::after {
  content: "";
  position: absolute;
  bottom: 54%;
  right: 10%;
  width: 12px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: all 0.3s;
}
body.color_wrapper #wrapper .content .mainArea .question {
  width: 68%;
  margin: 26.6666666667vw auto 0;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .question {
    width: 600px;
    margin: 200px auto;
  }
}
body.color_wrapper #wrapper .content .mainArea .question h3 {
  margin-bottom: 10.6666666667vw;
  font-size: 5.3333333333vw;
  letter-spacing: 0.1em;
  font-family: futura-pt, sans-serif;
  color: #D08D8D;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .question h3 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .question .question_text {
  margin-bottom: 8vw;
  font-size: 4.8vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .question .question_text {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .question .question_text span {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .question .question_text span {
    font-size: 1.4rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .question ul {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .question ul {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
body.color_wrapper #wrapper .content .mainArea .question ul li {
  margin-bottom: 2.6666666667vw;
  background-color: #D08D8D;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .question ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}
body.color_wrapper #wrapper .content .mainArea .question ul li a.btn {
  width: 100%;
  padding: 10.6666666667vw 5.3333333333vw;
  font-size: 4.8vw;
  color: #fff;
  text-align: center;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .content .mainArea .question ul li a.btn {
    padding: 40px 20px;
    font-size: 1.8rem;
  }
}
body.color_wrapper #wrapper .content .mainArea .back_link {
  position: relative;
}
body.color_wrapper #wrapper .content .mainArea .back_link:before {
  content: "<";
  position: absolute;
  left: 0;
  top: 0;
}
body.color_wrapper #wrapper .content .mainArea .back_link .back_text {
  margin-left: 20px;
  text-decoration: underline;
}
body.color_wrapper #wrapper .result_wrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
body.color_wrapper #wrapper .result_wrap.spring div.inner {
  width: 100%;
}
body.color_wrapper #wrapper .result_wrap.spring div.inner h2 {
  background: #F0E2A6;
}
body.color_wrapper #wrapper .result_wrap.spring div.inner div.itemArea a.more {
  background: #F0E2A6;
}
body.color_wrapper #wrapper .result_wrap.spring div.itemArea h3 {
  background: #F0E2A6;
}
body.color_wrapper #wrapper .result_wrap.spring div.itemArea h3:before {
  border: 10px solid transparent;
  border-top: 15px solid #F0E2A6;
}
body.color_wrapper #wrapper .result_wrap.spring a.btn {
  background-color: #F0E2A6;
}
body.color_wrapper #wrapper .result_wrap.summer div.inner {
  width: 100%;
}
body.color_wrapper #wrapper .result_wrap.summer div.inner h2 {
  background: #C4D8E9;
}
body.color_wrapper #wrapper .result_wrap.summer div.inner div.itemArea a.more {
  background: #C4D8E9;
}
body.color_wrapper #wrapper .result_wrap.summer div.itemArea h3 {
  background: #C4D8E9;
}
body.color_wrapper #wrapper .result_wrap.summer div.itemArea h3:before {
  border: 10px solid transparent;
  border-top: 15px solid #C4D8E9;
}
body.color_wrapper #wrapper .result_wrap.summer a.btn {
  background-color: #C4D8E9;
}
body.color_wrapper #wrapper .result_wrap.autumn div.inner {
  width: 100%;
}
body.color_wrapper #wrapper .result_wrap.autumn div.inner h2 {
  background: #D5C3A2;
}
body.color_wrapper #wrapper .result_wrap.autumn div.inner div.itemArea a.more {
  background: #D5C3A2;
}
body.color_wrapper #wrapper .result_wrap.autumn div.itemArea h3 {
  background: #D5C3A2;
}
body.color_wrapper #wrapper .result_wrap.autumn div.itemArea h3:before {
  border: 10px solid transparent;
  border-top: 15px solid #D5C3A2;
}
body.color_wrapper #wrapper .result_wrap.autumn a.btn {
  background-color: #D5C3A2;
}
body.color_wrapper #wrapper .result_wrap.winter div.inner {
  width: 100%;
}
body.color_wrapper #wrapper .result_wrap.winter div.inner h2 {
  background: #CBC7DE;
}
body.color_wrapper #wrapper .result_wrap.winter div.inner div.itemArea a.more {
  background: #CBC7DE;
}
body.color_wrapper #wrapper .result_wrap.winter div.itemArea h3 {
  background: #CBC7DE;
}
body.color_wrapper #wrapper .result_wrap.winter div.itemArea h3:before {
  border: 10px solid transparent;
  border-top: 15px solid #CBC7DE;
}
body.color_wrapper #wrapper .result_wrap.winter a.btn {
  background-color: #CBC7DE;
}
body.color_wrapper #wrapper .result_wrap div.inner {
  padding-bottom: 100px;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner {
    width: 800px;
    margin: 50px auto;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner h2 span {
  display: block;
  text-align: center;
  line-height: 1;
}
body.color_wrapper #wrapper .result_wrap div.inner h2 span.before {
  width: 100%;
  padding: 8vw 0 5.3333333333vw;
  font-size: 4.2666666667vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner h2 span.before {
    padding: 30px 0 20px;
    font-size: 1.6rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner h2 span.eng {
  font-size: 17.0666666667vw;
  padding: 8vw 0 2.6666666667vw;
  color: #fff;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner h2 span.eng {
    font-size: 6.4rem;
    padding: 30px 0 10px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner h2 span.color {
  font-size: 5.3333333333vw;
  padding-bottom: 10.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner h2 span.color {
    font-size: 2rem;
    padding-bottom: 40px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner h2 img {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
body.color_wrapper #wrapper .result_wrap div.inner p.explain {
  font-weight: 500;
  font-style: normal;
  padding-top: 10.6666666667vw;
  width: 68%;
  margin: 0 auto 13.3333333333vw;
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner p.explain {
    margin: 0 auto 80px;
    padding-top: 100px;
    font-size: 1.4rem;
    text-align: center;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea {
    margin-bottom: 100px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea h3 {
  width: 68%;
  margin: 0 auto 10.6666666667vw;
  padding: 3.4666666667vw;
  font-size: 4.2666666667vw;
  line-height: 150%;
  text-align: center;
  display: block;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea h3 {
    width: 255px;
    margin: 0 auto 40px;
    padding: 13px;
    font-size: 1.6rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list {
  width: 68%;
  max-width: 800px;
  margin: 0 auto 8vw;
  border-bottom: dotted 1px #b4b4b4;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list {
    margin: 0 auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 0;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li {
  border-top: dotted 1px #b4b4b4;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li {
    width: 22%;
    border-top: 0;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a {
  padding: 5.3333333333vw 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a {
    padding: 0;
    display: block;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a figure {
  width: 26.6666666667vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a figure {
    width: 100%;
    margin-bottom: 10px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div {
  width: 37.3333333333vw;
  line-height: 150%;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div {
    width: 140px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .name {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .name {
    font-size: 1.2rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .color {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .color {
    font-size: 1.2rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .price {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .price {
    font-size: 1.2rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .price span {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea ul.list li a div .price span {
    font-size: 1rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea a.btn {
  width: 68%;
  max-width: 600px;
  margin: 0 auto;
  padding: 5.3333333333vw 8vw 5.3333333333vw 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  border-radius: 50vh;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.itemArea a.btn {
    padding: 30px 30px 30px 10px;
    font-size: 1.4rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea .btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  text-decoration: none;
  outline: none;
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea .btn::before {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 10%;
  width: 12%;
  height: 1px;
  background: #575B62;
  transition: all 0.3s;
}
body.color_wrapper #wrapper .result_wrap div.inner div.itemArea .btn::after {
  content: "";
  position: absolute;
  bottom: 54%;
  right: 10%;
  width: 12px;
  height: 1px;
  background: #575B62;
  transform: rotate(35deg);
  transition: all 0.3s;
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile {
  width: 84%;
  margin: 0 auto 21.3333333333vw;
  padding: 8vw;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile {
    width: 600px;
    margin: 0 auto 80px;
    padding: 50px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile .box {
  margin-bottom: 5.3333333333vw;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box {
    margin-bottom: 20px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile .box figure {
  width: 39%;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box figure {
    width: 20%;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile .box figure img {
  border-radius: 100vh;
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div {
  width: 54%;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div {
    width: 75%;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div p {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div p span {
  margin-right: 2.6666666667vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div p span {
    margin-right: 10px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div ul li {
    width: 48%;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div ul li a {
  width: 100%;
  margin-bottom: 1.3333333333vw;
  border: solid 1px #d4d4d4;
  border-radius: 100vh;
  display: block;
  text-align: center;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile .box div ul li a {
    margin-bottom: 5px;
    font-size: 1rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.profile p {
  font-size: 2.6666666667vw;
  letter-spacing: 0.01;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.profile p {
    font-size: 1rem;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.other h3 {
  text-align: center;
  font-size: 4.2666666667vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.other h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.other ul {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.other ul {
    width: 76%;
    margin: 0 auto;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.other ul li {
  text-align: center;
  width: 49.8666666667%;
  margin-bottom: 8vw;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.inner div.other ul li {
    width: 24.9%;
    margin-bottom: 0;
  }
}
body.color_wrapper #wrapper .result_wrap div.inner div.other ul a img {
  margin-bottom: 12px;
}
body.color_wrapper #wrapper .result_wrap div.coveritem {
  width: 76%;
  margin: 0 auto 80px;
  background: #E4E4EB;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in {
  box-sizing: border-box;
  padding: 25px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.coveritem div.in {
    padding: 50px;
  }
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in div.img {
  position: relative;
  margin-bottom: 35px;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in div.img span {
  position: absolute;
  display: block;
  font-size: 11px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li {
    margin-bottom: 20px;
  }
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a.soldout {
  align-items: center;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a.soldout::after {
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
  content: "SOLD OUT";
  border: none;
  white-space: nowrap;
  position: relative;
  left: 0px;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a {
  position: relative;
  display: flex;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a::after {
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: 400;
  font-style: normal;
  content: "BUY";
  width: 50px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a span.num {
  font-size: 11px;
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a p.item {
  line-height: 1;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a p.item {
    width: 52.6315789474%;
  }
}
@media screen and (min-width: 769px) {
  body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a p.item {
    width: 230px;
  }
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a p.item span {
  display: block;
  margin-bottom: 5px;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a p.item span.price {
  font-size: 12px;
}
body.color_wrapper #wrapper .result_wrap div.coveritem div.in ul li a p.item span.name {
  line-height: 1.63;
}
body.color_wrapper #wrapper .result_wrap a.again {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84%;
  max-width: 600px;
  margin: 40px auto 0;
  background: #F2E2DF;
  text-align: center;
  height: 80px;
  border-radius: 100vh;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */