@charset "UTF-8";
/*font*/
@font-face {
  font-family: 'GJ_b';
  src: url("/font/GenJyuuGothic-Bold.eot");
  src: url("/font/GenJyuuGothic-Bold.eot?iefix") format("eot"), url("/font/GenJyuuGothic-Bold.woff2") format("woff2"), url("/font/GenJyuuGothic-Bold.woff") format("woff"), url("/font/GenJyuuGothic-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'GJ_m';
  src: url("/font/GenJyuuGothic-Medium.eot");
  src: url("/font/GenJyuuGothic-Medium.eot?iefix") format("eot"), url("/font/GenJyuuGothic-Medium.woff2") format("woff2"), url("/font/GenJyuuGothic-Medium.woff") format("woff"), url("/font/GenJyuuGothic-Medium.ttf") format("truetype");
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: inherit;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  font-family: 'GJ_m', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.cf:after {
  content: " ";
  display: block;
  clear: both;
}

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

svg {
  -webkit-backface-visibility: hidden;
}

.pc-visible {
  display: none;
}

.wrap {
  position: relative;
}

/*-------------
header
---------------*/
.header {
  height: 55px;
  padding: 0 10px;
  position: relative;
}

.heading01 {
  font-size: 1.2rem;
  padding: 22px 0 0;
  transform: rotate(0.05deg);
}

.header-logo {
  display: none;
}

.share {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 2;
  width: 35px;
}

/*-------------
footer
---------------*/
.pageTop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 1;
}

.footer {
  padding: 25px 0 36px;
  text-align: center;
  border-top: 1px solid #000;
  margin-top: 50px;
}

.footer_logo {
  margin-bottom: 15px;
}

.footer_logo a {
  display: inline-block;
  width: 105px;
}

.footer_sns {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer_sns a {
  display: inline-block;
  padding: 20px 30px;
}

.footer_copyright {
  font-size: 1rem;
  letter-spacing: .1rem;
}

.modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 20000;
  display: none;
}

.modal-share {
  display: none;
  width: 100%;
  background: #fff;
  position: fixed;
  box-sizing: border-box;
  padding: 30px 15px;
  top: 0;
  left: 0;
  z-index: 30000;
}

.modal-share-contents {
  position: relative;
  border: 1px solid #000;
  padding: 35px 20px 32px;
}

.modal-share-close {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-share-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 40px;
}

.modal-share-item {
  margin: 0 auto 20px;
  max-width: 250px;
}

.modal-share-item:last-child {
  margin: 0 auto;
}

.modal-share-item a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.0rem;
  border-radius: 5px;
  padding: 13px 0 12px;
  text-decoration: none;
}

.modal-share-item a.share-tweet {
  background: #5ea9dd;
}

.modal-share-item a.share-facebook {
  background: #3a5699;
}

.modal-share-item a.share-line {
  background: #03c302;
}

/*-------------
main
---------------*/
.inner {
  margin: 0 3vw;
}

.hero {
  margin-bottom: 15px;
}

.deco {
  display: block;
  width: 58%;
  margin: 0 auto 15px;
}

.section_lead {
  margin-bottom: 30px;
}
.section_lead-sub {
  font-size: 1.2rem;
  font-family: GJ_b;
  text-align: center;
  transform: rotate(0.05deg);
  margin-bottom: 10px;
}
.section_lead-ttl {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: GJ_b;
  transform: rotate(0.05deg);
  text-align: center;
  margin-bottom: 20px;
}
.section_lead-lead {
  font-size: 1.3rem;
  transform: rotate(0.05deg);
  line-height: 1.8;
  margin: 0 3vw;
}

.ttlBox {
  text-align: center;
  color: #fff;
  padding: 15px 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.ttlBox_in {
  display: inline-block;
  position: relative;
}
.ttlBox_in:before {
  content: "";
  position: absolute;
}
.ttlBox_in:after {
  content: "";
  position: absolute;
  transform: scale(-1, 1);
}
.ttlBox_sub {
  font-size: 1.6rem;
  transform: rotate(0.05deg);
  font-family: GJ_b;
  margin-bottom: 5px;
  display: inline-block;
  background: url("../images/icon_crown.png") no-repeat right 0;
  background-size: 23px 20px;
  line-height: 27px;
  padding-right: 26px;
}
.ttlBox_ttl {
  font-size: 2.1rem;
  transform: rotate(0.05deg);
  font-family: GJ_b;
  font-weight: normal;
  margin-bottom: 10px;
}
.ttlBox_lead {
  font-size: 1.2rem;
  transform: rotate(0.05deg);
}
.ttlBox-cape {
  background: #0068b7;
}
.ttlBox-cape .ttlBox_in:before {
  width: 273px;
  height: 110px;
  background: url("../images/bg1.png") no-repeat;
  background-size: 273px 110px;
  right: 98%;
  top: 2px;
}
.ttlBox-cape .ttlBox_in:after {
  width: 273px;
  height: 110px;
  background: url("../images/bg1.png") no-repeat;
  background-size: 273px 110px;
  left: 98%;
  top: -6px;
}
.ttlBox-yosan {
  background: #f6d074;
}
.ttlBox-yosan .ttlBox_in:before {
  width: 294px;
  height: 137px;
  background: url("../images/bg2.png") no-repeat;
  background-size: 294px 137px;
  right: 95%;
  top: -13px;
}
.ttlBox-yosan .ttlBox_in:after {
  width: 294px;
  height: 137px;
  background: url("../images/bg2.png") no-repeat;
  background-size: 294px 137px;
  left: 97%;
  top: 0;
}
.ttlBox-yosan .ttlBox_ttl {
  background: url("../images/icon_en.png") no-repeat center top;
  background-size: 50px 50px;
  padding-top: 56px;
}
.ttlBox-name {
  background: #faa966;
}
.ttlBox-name .ttlBox_in:before {
  width: 273px;
  height: 110px;
  background: url("../images/bg3.png") no-repeat;
  background-size: 273px 110px;
  right: 96%;
  top: 24px;
}
.ttlBox-name .ttlBox_in:after {
  width: 273px;
  height: 110px;
  background: url("../images/bg3.png") no-repeat;
  background-size: 273px 110px;
  left: 97%;
  top: 0;
}

.colBox {
  text-align: center;
  margin: 0 7vw 50px;
}
.colBox li {
  border: 2px solid #0068b7;
  margin-bottom: 20px;
  padding: 20px 3vw;
  counter-increment: section;
  opacity: 0;
  transition: 1s;
}
.colBox li.anime {
  opacity: 1;
}
.colBox_ttl {
  position: relative;
  font-size: 1.6rem;
  font-family: GJ_b;
  transform: rotate(0.05deg);
  padding-left: 40px;
  display: inline-block;
  margin-bottom: 15px;
}
.colBox_ttl:before {
  content: counter(section);
  color: #fff;
  width: 30px;
  height: 30px;
  background: #f26a78;
  border-radius: 15px;
  position: absolute;
  top: -3px;
  left: 0;
  line-height: 30px;
  font-weight: normal;
}
.colBox_img {
  margin-bottom: 10px;
}
.colBox_lead {
  font-size: 1.3rem;
  line-height: 2;
  transform: rotate(0.05deg);
}

.btnBox {
  text-align: center;
  margin-bottom: 70px;
}
.btnBox a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background: #0068b7;
  padding: 15px 20px;
  border-radius: 30px;
  text-decoration: none;
  min-width: 180px;
}

.yosan_nav {
  display: flex;
  justify-content: space-around;
  margin: 0 0 30px;
}
.yosan_nav li a {
  display: block;
  border: 3px solid #f6d074;
  border-radius: 35px;
  color: #000;
  padding: 8px 4vw;
  font-size: 1.2rem;
  text-decoration: none;
  font-family: GJ_b;
  transform: rotate(0.05deg);
}

#yosan article {
  margin-bottom: 60px;
}

.article_img {
  width: 80%;
  margin: 0 auto 20px;
  display: block;
}

.price {
  text-align: center;
  margin-bottom: 30px;
}
.price dt {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.price dt img {
  height: 30px;
  width: auto;
}
.price dd {
  font-size: 1.2rem;
  line-height: 1.8;
  transform: rotate(0.05deg);
  position: relative;
}
.price dd:before {
  content: "";
  width: 46px;
  height: 43px;
  background: url("../images/baloon_pink.png") no-repeat;
  background-size: 46px 43px;
  position: absolute;
  left: 3vw;
  top: -27px;
  z-index: -1;
}
.price dd:after {
  content: "";
  width: 46px;
  height: 43px;
  background: url("../images/baloon_blue.png") no-repeat;
  background-size: 46px 43px;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: -1;
}

.detail {
  margin: 0 7vw;
}
.detail > li {
  margin-bottom: 45px;
  position: relative;
  text-align: center;
  opacity: 0;
  transition: .8s;
}
.detail > li.anime {
  opacity: 1;
}
.detail_img {
  margin-bottom: 15px;
}
.detail_lead {
  font-size: 1.3rem;
  line-height: 22px;
  margin-bottom: 20px;
  transform: rotate(0.05deg);
}
.detail_lead span {
  display: block;
  background-size: 11px 22px;
}
.detail_price {
  font-family: GJ_b;
  transform: rotate(0.05deg);
  margin-bottom: 20px;
}
.detail_price small {
  font-size: 1rem;
  padding-right: 3px;
}
.detail_price strong {
  font-size: 2rem;
}
.detail_price span {
  font-size: 1.2rem;
}
.detail_btn a {
  margin: 0 auto;
  display: block;
  font-size: 1.8rem;
  line-height: 40px;
  text-align: center;
  width: 200px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  margin-bottom: 25px;
  letter-spacing: .1rem;
}
.detail_list {
  padding: 15px 15px 15px 24px;
}
.detail_list li {
  padding-left: 5px;
  position: relative;
  font-size: 1.2rem;
  text-align: left;
  transform: rotate(0.05deg);
}
.detail_list li a {
  color: #000;
  line-height: 1.6;
  padding: 3px 0;
  display: inline-block;
}
.detail_list li span {
  color: #000;
  line-height: 1.6;
  padding: 3px 0;
  display: inline-block;
}
.detail_list li small {
  font-size: 1.1rem;
}
.detail_list li b {
  font-weight: bold;
}
.detail_list li:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.girl:before {
  content: '';
  position: absolute;
  top: -22px;
  left: -6vw;
  background: url(../images/badge_girl.png) no-repeat;
  background-size: contain;
  display: block;
  width: 85px;
  height: 107px;
}
.girl .detail_lead span {
  background-image: url(../images/dash_pink.png);
}
.girl .detail_btn a {
  background: #fc9f78;
}
.girl .detail_list {
  background: #fef2d9;
}
.girl .detail_list li:before {
  background: #f8c9af;
}

.boys:before {
  content: '';
  position: absolute;
  top: -22px;
  left: -6vw;
  background: url(../images/badge_boy.png) no-repeat;
  background-size: contain;
  display: block;
  width: 73px;
  height: 102px;
}
.boys .detail_lead span {
  background-image: url(../images/dash_blue.png);
}
.boys .detail_btn a {
  background: #73c4d6;
}
.boys .detail_list {
  background: #ddf0fa;
}
.boys .detail_list li:before {
  background: #b1daee;
}

.img_col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.img_col li {
  width: 48%;
}

.name_ttl {
  font-size: 1.8rem;
  font-family: GJ_b;
  transform: rotate(0.05deg);
  text-align: center;
  margin-bottom: 20px;
}
.name_item {
  margin: 0 3vw 40px;
}
.name_item + .btnBox {
  margin-bottom: 25px;
}
.name_item + .btnBox a {
  background: #faa966;
}
.name_note {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
}
.name_deco {
  width: 60%;
}

.font_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.font_list li {
  margin-bottom: 50px;
  text-align: center;
  width: 48%;
  counter-increment: num;
  position: relative;
}
.font_list li:before {
  content: counter(num);
  color: #fff;
  width: 25px;
  height: 25px;
  background: #f26a78;
  line-height: 25px;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: -30px;
  margin-left: -13px;
  font-size: 1.2rem;
}
.font_list_img {
  display: block;
  margin-bottom: 5px;
}
.font_list_ttl {
  font-size: 1.3rem;
  transform: rotate(0.05deg);
}

.color {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 85px;
}
.color li {
  width: 30%;
  text-align: center;
  font-size: 1.2rem;
  transform: rotate(0.05deg);
  position: relative;
  margin-bottom: 90px;
}
.color li:before {
  content: "";
  width: 64px;
  height: 64px;
  border-radius: 35px;
  position: absolute;
  top: -66px;
  left: 50%;
  margin-left: -32px;
}

.yellow:before {
  background: #fbdf34;
}

.green:before {
  background: #17ae19;
}

.blue:before {
  background: #041982;
}

.pink:before {
  background: #e81f6f;
}

.orenge:before {
  background: #e05805;
}

.gray:before {
  background: #707070;
}

.table {
  width: 100%;
  border: 1px solid #8e9697;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
}
.table th {
  border: 1px solid #8e9697;
  font-weight: normal;
  transform: rotate(0.05deg);
  padding: 5px;
}
.table td {
  border: 1px solid #8e9697;
  transform: rotate(0.05deg);
  padding: 10px 5px;
}

.note_right {
  text-align: right;
  font-size: 1.2rem;
}

.shop {
  margin: 70px 0 5px;
  border: 3px solid #040954;
  background: url("../images/shop_bg_sp.png") no-repeat center top;
  background-size: 100% auto;
  text-align: center;
}
.shop_txt {
  font-size: 1.9rem;
  font-family: GJ_b;
  transform: rotate(0.05deg);
  padding: 65px 0 40px;
}
.shop_txt + .btnBox {
  margin-bottom: 50px;
}
.shop_txt + .btnBox a {
  background: #040954;
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.sticky-item {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
}
.sticky-item li:not(:last-child) {
  margin-bottom: 5px;
}
.sticky-item a {
  display: inline-block;
  text-decoration: none;
  font-family: GJ_b;
  transform: rotate(0.05deg);
  color: #000;
  width: 60%;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 10px;
  position: relative;
}
.sticky-item a:before {
  content: "";
  width: 27px;
  height: 27px;
  background-size: 27px 27px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -13px;
  background-repeat: no-repeat;
}
.sticky-item-pc {
  display: none;
}
.sticky-cape a {
  background: #a8cde9;
}
.sticky-cape a:before {
  background-image: url("../images/icon_cape.png");
}
.sticky-yosan a {
  background: #f4deb1;
}
.sticky-yosan a:before {
  background-image: url("../images/icon_en.png");
}
.sticky-name a {
  background: #fdc699;
}
.sticky-name a:before {
  background-image: url("../images/icon_name.png");
}
.sticky_sp {
  position: relative;
}
.sticky_sp:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 12px;
  margin-left: -7px;
}
.sticky_on:before {
  transform: rotate(45deg) scale(1, -1);
  top: 6px;
}

@media only screen and (max-width: 370px) {
  .yosan_nav li a {
    font-size: 1rem;
  }

  .shop_txt {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .pc-visible {
    display: block;
  }

  .sp-visible {
    display: none;
  }

  /*-------------
  header
  ---------------*/
  .header {
    min-width: 1100px;
    height: 80px;
    padding: 0 40px;
  }

  .heading01 {
    font-size: 1.6rem;
    padding: 32px 0 0;
    text-align: right;
  }

  .header-logo {
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .share {
    display: none !important;
  }

  /*-------------
  footer
  ---------------*/
  .footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0 0;
    margin-top: 100px;
  }

  .footer_logo {
    margin-bottom: 0;
  }

  .footer_logo a {
    width: 167px;
  }

  .footer_sns {
    margin-bottom: 0;
  }

  .footer_sns img {
    width: 22px;
  }

  .footer_sns a {
    padding: 20px;
  }

  /*-------------
  main
  ---------------*/
  .hero {
    max-width: 1200px;
    margin: 0 auto 20px;
  }

  .wrap {
    min-width: 1100px;
    overflow: hidden;
  }

  .inner {
    width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: content-box;
  }

  .deco {
    width: 324px;
  }

  .section_lead {
    margin-bottom: 60px;
  }
  .section_lead-sub {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .section_lead-ttl {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  .section_lead-lead {
    font-size: 1.6rem;
    line-height: 2;
    margin: 0;
    text-align: center;
  }

  .ttlBox {
    margin-bottom: 50px;
  }
  .ttlBox_sub {
    font-size: 2.6rem;
    background-size: 28px 24px;
    line-height: 30px;
    padding-right: 40px;
    margin-bottom: 15px;
  }
  .ttlBox_ttl {
    font-size: 4.2rem;
  }
  .ttlBox_lead {
    font-size: 1.6rem;
    line-height: 2;
  }
  .ttlBox-cape {
    padding: 30px 0 50px;
  }
  .ttlBox-cape .ttlBox_in:before {
    width: 546px;
    height: 220px;
    background-size: 546px 220px;
    right: 106%;
    top: -15px;
  }
  .ttlBox-cape .ttlBox_in:after {
    width: 546px;
    height: 220px;
    background-size: 546px 220px;
    left: 106%;
    top: -15px;
  }
  .ttlBox-yosan {
    padding: 25px 0;
  }
  .ttlBox-yosan .ttlBox_in:before {
    width: 588px;
    height: 274px;
    background-size: 588px 274px;
    right: 100%;
    top: -13px;
  }
  .ttlBox-yosan .ttlBox_in:after {
    width: 588px;
    height: 274px;
    background-size: 588px 274px;
    left: 100%;
    top: -13px;
  }
  .ttlBox-yosan .ttlBox_ttl {
    background-size: 50px 50px;
    padding-top: 56px;
  }
  .ttlBox-name {
    padding: 40px 0 50px;
  }
  .ttlBox-name .ttlBox_in:before {
    width: 600px;
    height: 246px;
    background-size: 600px 246px;
    right: 105%;
    top: -17px;
  }
  .ttlBox-name .ttlBox_in:after {
    width: 600px;
    height: 246px;
    background-size: 600px 246px;
    left: 105%;
    top: -17px;
  }

  .colBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
  }
  .colBox li {
    width: 470px;
    border-width: 4px;
    padding: 25px 0 40px;
    margin-bottom: 100px;
  }
  .colBox_ttl {
    font-size: 2.6rem;
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .colBox_ttl:before {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
  }
  .colBox_img {
    margin-bottom: 20px;
  }
  .colBox_lead {
    font-size: 1.6rem;
  }

  .btnBox a {
    font-size: 1.8rem;
    padding: 20px 30px;
    border-radius: 40px;
    transition: .3s;
  }
  .btnBox a:hover {
    background: #004e8a;
  }

  .yosan_nav {
    margin: 0 0 95px;
    justify-content: center;
  }
  .yosan_nav li {
    margin: 0 15px;
  }
  .yosan_nav li a {
    font-size: 2rem;
    border-width: 5px;
    padding: 14px 30px;
    transition: .3s;
  }
  .yosan_nav li a:hover {
    color: #fff;
    background: #f6d074;
  }

  #yosan article {
    margin-bottom: 120px;
  }

  .article_img {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
  }

  .price {
    margin-bottom: 70px;
  }
  .price dt {
    margin-bottom: 30px;
  }
  .price dt img {
    height: auto;
  }
  .price dd {
    font-size: 2rem;
    font-family: GJ_b;
  }
  .price dd:before {
    width: 92px;
    height: 87px;
    background-size: 92px 87px;
    left: 218px;
    top: -58px;
  }
  .price dd:after {
    width: 92px;
    height: 87px;
    background-size: 92px 87px;
    right: 185px;
    top: -36px;
  }

  .detail {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .detail > li {
    width: 450px;
  }
  .detail_lead {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .detail_lead span {
    background-size: 15px 30px;
  }
  .detail_price {
    margin-bottom: 15px;
  }
  .detail_price small {
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .detail_price strong {
    font-size: 3rem;
  }
  .detail_price span {
    font-size: 2rem;
  }
  .detail_list li {
    font-size: 1.6rem;
  }
  .detail_list li a {
    padding: 4px 0;
  }
  .detail_list li span {
    padding: 4px 0;
  }
  .detail_list li small {
    font-size: 1.4rem;
  }
  .detail_list li:before {
    top: 14px;
  }

  .girl:before {
    top: -38px;
    left: -35px;
    width: 136px;
    height: 171.5px;
  }

  .boys:before {
    top: -38px;
    left: -48px;
    width: 117px;
    height: 162.5px;
  }

  .img_col {
    margin-bottom: 95px;
  }

  .name_ttl {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .name_item {
    margin: 0 0 60px;
  }
  .name_item + .btnBox a:hover {
    background: #d17d38;
  }
  .name_note {
    font-size: 1.4rem;
    margin-bottom: 75px;
  }

  .font_list {
    margin-top: 90px;
  }
  .font_list li {
    width: 248px;
    margin: 0 34px 90px;
  }
  .font_list li:before {
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -15px;
    top: -40px;
  }
  .font_list_img {
    margin-bottom: 10px;
  }
  .font_list_ttl {
    font-size: 1.6rem;
  }

  .color {
    justify-content: center;
    margin-top: 135px;
  }
  .color li {
    width: 85px;
    margin: 0 25px 70px;
    font-size: 1.6rem;
  }
  .color li:before {
    width: 85px;
    height: 85px;
    border-radius: 45px;
    margin-left: -42px;
    top: -95px;
  }

  .table {
    font-size: 1.6rem;
    width: 720px;
    margin: 0 auto 5px;
  }
  .table th {
    padding: 12px 5px;
  }
  .table td {
    padding: 25px 5px;
  }
  .table + .note_right {
    width: 720px;
    margin: 0 auto;
  }

  .shop {
    max-width: 1000px;
    margin: 100px auto 5px;
    border-width: 5px;
    background-image: url("../images/shop_bg.png");
  }
  .shop_txt {
    font-size: 2.4rem;
    padding: 65px 0 25px;
  }
  .shop_txt + .btnBox a:hover {
    background: #02031f;
  }
  .shop + .note_right {
    max-width: 1000px;
    margin: 0 auto;
  }

  .sticky {
    width: auto;
    left: auto;
    right: 0;
    bottom: auto;
    top: 10%;
  }
  .sticky_sp {
    display: none;
  }
  .sticky-item {
    display: block;
    background: transparent;
    padding: 0;
  }
  .sticky-item a {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding: 45px 28px 15px 18px;
    font-size: 1.6rem;
    letter-spacing: -.3rem;
  }
  .sticky-item a:before {
    left: 12px;
    top: 10px;
    margin: 0;
  }
  .sticky-item li {
    transform: translateX(10px);
    transition: .3s;
  }
  .sticky-item li:hover {
    transform: translateX(0);
  }
  .sticky-item li span {
    display: none;
  }
  .sticky-item-pc {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
