.footer {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 150px;
  background: #403017;
  color: #fff;
  font-size: 0.5rem;
  text-align: left;
}
.footer a {
  color: #fff;
}
.footer img {
  width: 100%;
}
.footer_contents {
  position: relative;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.footer .footer_logo {
  display: block;
  max-width: 218px;
}
.footer .footer_share {
  display: flex;
  margin: 5% 0 2% 3%;
}
.footer .footer_share li {
  max-width: 20px;
  margin: 0 1%;
}
.footer .page_top {
  position: absolute;
  top: 40%;
  right: 1%;
  display: block;
  height: 40px;
}
.footer .footer_link {
  position: absolute;
  top: 15%;
  right: 0;
  display: flex;
  width: 55%;
  justify-content: flex-end;
}
.footer .footer_link li {
  margin: 0 5%;
  text-align: right;
}
.footer .footer_copy {
  margin: 0 0 0 3%;
  text-align: left;
}
#global_header {
  position: relative;
  z-index: 9998;
  width: 100%;
  line-height: 1;
  text-align: center;
}
#global_header a {
  color: #222;
  text-decoration: none;
}
#global_header .logo {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12%;
  max-width: 206px;
}
#global_header.fixed {
  position: fixed;
  top: 0;
  height: 55px;
  padding-top: 10px;
  margin-top: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
}
#global_header.fixed #global_nav ul li a {
  padding: 0 20px;
  color: #333;
}
#global_nav ul {
  display: flex;
  max-width: 1000px;
  justify-content: center;
  margin: 0 auto;
}
#global_nav ul li {
  padding: 2.5% 3%;
  font-size: 1.3rem;
}
#nav_toggle {
  position: absolute;
  z-index: 101;
  top: 14px;
  right: 12px;
  display: none;
  width: 50px;
  height: 75px;
  cursor: pointer;
}
#nav_toggle div {
  position: relative;
  height: 69%;
  background: url(../img/menu_txt.png) no-repeat;
  background-position: center bottom;
  background-size: contain;
}
#nav_toggle span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
  transition: 0.35s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0;
}
#nav_toggle span:nth-child(2) {
  top: 12px;
}
#nav_toggle span:nth-child(3) {
  top: 25px;
}
.header_share {
  position: absolute;
  top: 10px;
  right: 10px;
}
.header_share li {
  display: inline-block;
  width: 42%;
  max-width: 60px;
  margin: 0 5px;
}
#reserve {
  width: 100%;
  padding: 5% 0 0;
  letter-spacing: 1px;
}
#reserve .reserve_period dt {
  font-size: 2.25rem;
}
#reserve .reserve_period dd {
  font-size: 3.75rem;
}
#reserve .reserve_period dd span {
  font-size: 2.812rem;
}
#reserve .reserve_period dd br {
  display: none;
}
#reserve .reserve_btn {
  display: block;
  width: 90%;
  max-width: 750px;
  margin: 3% auto;
  transition-duration: 0.3s;
}
#reserve .reserve_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#reserve .reserve_btn img {
  width: 100%;
}
#reserve ul {
  width: auto;
  padding: 0 0 60px 0;
}

#reserve ul li {
  padding: 2px 5px;
  letter-spacing: 1px;
}
#item_dakimakura {
  padding: 5% 0;
  background: linear-gradient(to bottom, #d3c8b9 0%, #f6efe3 15%, #fff 30%);
}
#item_dakimakura h4 {
  max-width: 400px;
  margin-top: 4%;
  margin-bottom: 8%;
}
#item_poster_fragrance {
  padding: 5% 0;
  background: url(../img/set_bg_top.jpg), url(../img/set_bg_bottom.jpg);
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
}
#item_poster_fragrance .resale {
  width: 90%;
  margin: 0 auto 3%;
}
#item_poster_fragrance .resale hr {
  max-width: 700px;
  height: 1px;
  border: none;
  margin: 5% auto;
  background: #000;
}
#item_poster_fragrance .resale h4 {
  max-width: 784px;
  margin-bottom: 3%;
}
#item_poster_fragrance .resale h4 img {
  width: 100%;
}
#item_poster_fragrance .resale .resale_txt {
  font-size: 1.5rem;
}
#item_poster_fragrance .itemImg_head {
  width: 80%;
  margin-bottom: 3%;
}
#item_poster_fragrance .itemImg_head.tina {
  float: right;
}
#item_poster_fragrance .itemImg_head.loussier {
  float: left;
}
#item_list {
  padding: 5% 0;
}
#item_list h4 {
  width: 80%;
  max-width: 700px;
}
#item_list h4 img {
  width: 100%;
}
#item_resale {
  padding: 5% 0;
  margin-top: 5%;
  background: #e9e0b6;
  background: linear-gradient(to bottom, #d3c8b9 0%, #f6efe3 50%, #d3c8b9 100%);
}
#item_resale h2 {
  font-size: 3.75rem;
}
#item_resale .resale_att_txt {
  width: 95%;
  margin: 5% auto 8%;
  border: 3px solid #eee;
  padding: 2%;
  line-height: 2;
  text-align: left;
  box-sizing: border-box;
  font-size: 0.85rem;
}
#item_resale .resale_att_txt .fwb {
  font-weight: bold;
}
#item_resale .resale_att_txt span {
  color: #f00;
}
#item_resale .contents_frame {
  border: #403018 10px solid;
}
#item_resale .contents_frame_inner {
  border: #403018 2px solid;
}
.contents_frame {
  position: relative;
  width: 95%;
  max-width: 960px;
  box-sizing: border-box;
  padding: 5px;
  border: 10px solid #d1c8bb;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}
.contents_frame_inner {
  padding: 3% 0;
  border: 2px solid #d1c8bb;
}
.contents_frame_inner .description {
  width: 95%;
  margin: 0 auto;
}
.contents_frame_inner .description h2 {
  margin: 2% 0 1%;
  font-size: 2.3rem;
}
.contents_frame_inner .description h3 {
  margin: 1% 0;
  font-size: 1.875rem;
}
.contents_frame_inner h5 {
  width: 40%;
  padding: 1%;
  margin: 3% auto 1%;
  background: #c30000;
  color: #fff;
  font-size: 1.875rem;
}
.contents_frame_inner h5.long {
  width: 70%;
}
.contents_frame:before {
  position: absolute;
  top: -19px;
  left: -19px;
  display: block;
  width: calc(100% + 38px);
  height: calc(100% + 38px);
  box-sizing: border-box;
  border-width: 122px 122px 122px 122px;
  border-style: solid;
  content: "";
  pointer-events: none;
}
.contents_frame.c_gold .description {
  color: #403018;
}
.contents_frame.c_gold:before {
  -o-border-image: url(../img/object_frame_01_g.png) 122 122 122 122 repeat repeat;
  border-image: url(../img/object_frame_01_g.png) 122 122 122 122 repeat repeat;
}
.contents_frame.c_pink .description {
  color: #ea7198;
}
.contents_frame.c_pink:before {
  -o-border-image: url(../img/object_frame_01_p.png) 122 122 122 122 repeat repeat;
  border-image: url(../img/object_frame_01_p.png) 122 122 122 122 repeat repeat;
}
#fixid_reservebtn {
  position: fixed;
  z-index: 9998;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  background: #988f82;
}
#fixid_reservebtn a {
  display: block;
  width: 90%;
  max-width: 750px;
  margin: 10px auto;
  transition-duration: 0.3s;
}
#fixid_reservebtn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
#fixid_reservebtn a img {
  width: 100%;
}
#keyvisual img {
  width: 100%;
}
.product_detail h4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.product_detail h4 img {
  width: 100%;
}
.product_detail .detail_inner {
  position: relative;
  width: 98%;
  max-width: 900px;
  box-sizing: border-box;
  padding: 30px 0;
  margin: 5% auto 7%;
  background: #fff;
}
.product_detail .detail_inner .num {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 84px;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges;
  image-rendering: pixelated;
  transform: translateX(-50%);
}
.product_detail .detail_inner dl {
  width: 95%;
  margin: 3% auto;
}
.product_detail .detail_inner dl dt {
  margin: 2% 0;
  font-size: 2.25rem;
}
.product_detail .detail_inner dl dd {
  font-size: 1.5rem;
}
.product_detail .detail_inner .att_txt {
  width: 95%;
  margin: 0 auto;
  font-size: 0.8rem;
}
.product_detail .detail_inner:before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: calc(100% + -4px);
  height: calc(100% + -4px);
  box-sizing: border-box;
  border-width: 16px 16px 16px 16px;
  border-style: solid;
  content: "";
  pointer-events: none;
}
.product_detail .detail_inner.c_gold {
  border: 5px solid #403018;
}
.product_detail .detail_inner.c_gold:before {
  -o-border-image: url(../img/object_frame_02_g.png) 16 16 16 16 repeat repeat;
  border-image: url(../img/object_frame_02_g.png) 16 16 16 16 repeat repeat;
}
.product_detail .detail_inner.c_pink {
  border: 5px solid #f597c1;
}
.product_detail .detail_inner.c_pink:before {
  -o-border-image: url(../img/object_frame_02_p.png) 16 16 16 16 repeat repeat;
  border-image: url(../img/object_frame_02_p.png) 16 16 16 16 repeat repeat;
}
.detail_itemImg {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2%;
}
.detail_itemImg.column_1 li {
  width: 90%;
}
.detail_itemImg.column_1 img {
  width: 100%;
  max-width: 760px;
}
.detail_itemImg.column_2 li {
  width: 47%;
  box-sizing: border-box;
  margin: 0 1%;
}
.detail_itemImg.column_2 li img {
  width: 100%;
  max-width: 416px;
}
.detail_productList {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2%;
}
.detail_productList li {
  width: 47%;
  max-width: 416px;
  box-sizing: border-box;
  border-bottom: 5px solid #dae1ec;
  margin: 2% 1.2%;
  color: #fff;
}
.detail_productList li div {
  padding: 2%;
}
.detail_productList li div > ul li {
  width: 100%;
  padding: 1% 0;
  border: none !important;
  margin: 0% 0 !important;
}
.detail_productList li div > ul li.item_name {
  font-size: 2.25rem;
}
.detail_productList li div > ul li.item_sethead {
  padding: 0;
}
.detail_productList li div > ul li.item_detail {
  font-size: 1.5rem;
}
.detail_productList li div > ul li.item_price {
  font-size: 1.5rem;
  text-align: right;
}
.detail_productList li div > ul li.item_price span {
  font-size: 1.2rem;
}
.detail_productList li img {
  width: 100%;
}
.detail_productList li.chara_01 {
  background: #ee5555;
}
.detail_productList li.chara_02 {
  background: #8cb8ff;
}
.detail_productList li.chara_03 {
  background: #f6c317;
}
.detail_productList li.chara_04 {
  background: #f490bc;
}
.detail_productList li.chara_resale {
  background: #cfba46;
}
.detail_productList li a {
  position: relative;
  display: block;
  width: 80%;
  padding: 2% 0;
  margin: 2% auto;
  background: #fff;
  border-radius: 30px;
  color: #000;
  font-size: 2.375rem;
  text-align: center;
  transition: 0.2s linear;
  transition-property: all;
}
.detail_productList li a span {
  position: relative;
}
.detail_productList li a span:before {
  position: absolute;
  top: 40%;
  left: -13%;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left: 10px solid #000;
  margin-top: -5px;
  content: "";
}
.detail_productList li a:hover {
  background: #f5eb9a;
}
.detail_productList li a.disabled {
  background: #ccc;
  color: #6d6d6d;
  pointer-events: none;
}
.detail_productList li a.disabled span {
  position: relative;
}
.detail_productList li a.disabled span:before {
  border: 10px solid transparent;
  border-left: 10px solid #6d6d6d;
}

.poster_sizeTxt {
  width: 95%;
  margin: 0.5% auto 0;
  color: #aaa;
  font-size: 0.85rem;
  text-align: right;
}
.att_txt {
  width: 95%;
  margin: 3% auto 0;
  font-size: 1.25rem;
}
.att_txt_02 {
  width: 95%;
  margin: 2% auto 7%;
}
img {
  width: 100%;
}
img.object_icon_01 {
  max-width: 120px;
}
img.object_icon_02 {
  width: 8px;
}
body {
  width: 100%;
  box-sizing: border-box;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.dorama_bl
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

h6 {
  margin: 2% 0;
  font-size: 2.25rem;
}

div.dorama_bl {
  width: auto;
}

div.dorama_bl p.title {
  width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

div.dorama_bl p.title img {
  width: 100%;
}

div.dorama_bl div.bl_inner {
  width: 96%;
  max-width: 750px;
  margin: -28px auto 0 auto;
  background-color: #f5f2ee;
}

div.dorama_bl div.bl_inner ul {
  width: auto;
  padding: 0 0 50px 0;
}

div.dorama_bl div.bl_inner ul li {
  width: auto;
  max-width: 614px;
  margin: 0 auto;
  padding: 70px 0 0 0;
}

div.dorama_bl div.bl_inner ul li img {
  width: 100%;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.ローディング
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 99999;
}
#loader {
  display: none;
  position: fixed;
  top: 57%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

#loader img {
  width: 109px;
}

@media screxen and (max-width: 768px) {
  #global_nav ul {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0 80px;
    margin-bottom: 0;
  }
  .footer .footer_logo {
    margin: 0 auto;
  }
  .footer .footer_share {
    justify-content: center;
    margin: 10% auto;
  }
  .footer .footer_share li {
    max-width: 40px;
    margin: 0 3%;
  }
  .footer .page_top {
    top: auto;
    right: 0.5%;
    bottom: -7%;
    width: 10%;
  }
  .footer .footer_link {
    position: static;
    width: 100%;
  }
  .footer .footer_link li {
    width: 33%;
    margin: 0;
    text-align: center;
  }
  .footer .footer_copy {
    margin: 7% 0 5%;
    text-align: center;
  }
  #global_header,
  .inner {
    width: 100%;
    padding: 0;
  }
  .logo {
    display: none;
  }
  #global_header {
    position: fixed;
    top: 0;
    margin-top: 0;
  }
  #global_header.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile_head {
    position: relative;
    z-index: 999;
    width: 100%;
  }
  #global_header.fixed .logo,
  #global_header .logo {
    position: absolute;
    top: 13px;
    left: 13px;
    color: #333;
    font-size: 26px;
  }
  #global_nav {
    position: absolute;
    top: -500px;
    width: 100%;
    background: #fff;
    -ms-box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, 0.8);
    box-shadow: 0px 1px 2px 0px rgba(150, 150, 150, 0.8);
    text-align: center;
    transition: 0.5s ease-in-out;
  }
  #global_nav ul {
    position: static;
    right: 0;
    bottom: 0;
    display: block;
    list-style: none;
  }
  #global_nav ul li {
    width: 90%;
    padding: 0;
    border-bottom: 2px solid #403018;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 70px;
  }
  #global_nav ul li a {
    display: block;
    width: 100%;
  }
  #global_nav ul li:last-child {
    border: none;
  }
  #nav_toggle {
    display: block;
  }
  .open #nav_toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
  }
  .open #nav_toggle span:nth-child(2) {
    left: 50%;
    width: 0;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 11px;
    transform: rotate(-315deg);
  }
  .open #global_nav {
    transform: translateY(500px);
  }
  .header_share {
    display: none;
  }
  #reserve .reserve_period dt {
    font-size: 6vw;
  }
  #reserve .reserve_period dd {
    font-size: 9vw;
  }
  #reserve .reserve_period dd span {
    font-size: 7vw;
  }
  #reserve .reserve_period dd br {
    display: block;
  }
  #reserve {
    margin-bottom: 10%;
    font-size: 3vw;
  }
  #item_dakimakura {
    padding: 10% 0;
  }
  #item_poster_fragrance {
    padding: 10% 0;
  }
  #item_poster_fragrance .resale hr {
    margin: 8% auto;
  }
  #item_poster_fragrance .resale .resale_txt {
    font-size: 5vw;
  }
  #item_poster_fragrance .resale .resale_txt br {
    display: none;
  }
  #item_poster_fragrance .resale .resale_txt span {
    display: block;
  }
  #item_poster_fragrance .itemImg_head {
    width: 90%;
    margin: 0 auto 3%;
    float: none !important;
  }
  #item_resale h2 {
    font-size: 7vw;
  }
  #item_resale .resale_att_txt {
    padding: 4%;
    font-size: 2.5vw;
  }
  #item_resale .contents_frame {
    border: 4px solid;
  }
  .contents_frame {
    padding: 2px;
    border: 4px solid #d1c8bb;
  }
  .contents_frame_inner .description h2 {
    font-size: 7vw;
  }
  .contents_frame_inner .description h2 br {
    display: none;
  }
  .contents_frame_inner .description h2 span {
    display: block;
  }
  .contents_frame_inner .description h3 {
    font-size: 4vw;
  }
  .contents_frame_inner h5 {
    width: 60%;
    font-size: 5vw;
  }
  .contents_frame:before {
    top: -14px;
    left: -10px;
    width: calc(100% + 21px);
    height: calc(100% + 21px);
    border-width: 60px 60px 60px 60px;
  }
  .product_detail h4 img {
    width: 80%;
  }
  .product_detail .detail_inner {
    padding: 20px 0;
    margin: 10% auto;
  }
  .product_detail .detail_inner .num {
    top: -27px;
    width: 56px;
  }
  .product_detail .detail_inner dl {
    margin-bottom: 0;
  }
  .product_detail .detail_inner dl dt {
    font-size: 6vw;
  }
  .product_detail .detail_inner dl dt span {
    display: block;
  }
  .product_detail .detail_inner dl dd {
    font-size: 3.6vw;
  }
  .product_detail .detail_inner dl dd span {
    display: block;
  }
  .product_detail .detail_inner .att_txt {
    font-size: 2.5vw;
  }
  .product_detail .detail_inner.c_gold {
    border: 3px solid #403018;
  }
  .product_detail .detail_inner.c_pink {
    border: 3px solid #f597c1;
  }
  .detail_itemImg.column_2 li {
    width: 95%;
    margin: 5% 0;
  }
  .detail_productList li div > ul li.item_name {
    font-size: 4vw;
  }
  .detail_productList li div > ul li.item_sethead {
    font-size: 2vw;
  }
  .detail_productList li div > ul li.item_detail {
    font-size: 3vw;
  }
  .detail_productList li div > ul li.item_price {
    font-size: 3vw;
  }
  .detail_productList li div > ul li.item_price span {
    font-size: 2vw;
  }
  .detail_productList li a.disabled span:before {
    border: 5px solid transparent;
    border-left: 5px solid #6d6d6d;
  }
  .detail_productList li a {
    width: 90%;
    padding: 4% 0;
    font-size: 4.5vw;
  }
  .detail_productList li a span {
    position: relative;
  }
  .detail_productList li a span:before {
    top: 50%;
    left: -20%;
    border: 5px solid transparent;
    border-left: 5px solid #000;
  }
  #loading {
    background-size: 50%;
  }
  .poster_sizeTxt {
    margin: 0 auto;
    font-size: 2vw;
  }
  .att_txt {
    font-size: 2.5vw;
  }
  .att_txt_02 {
    margin: 15% auto;
  }
  img.object_icon_01 {
    max-width: 80px;
    margin-top: 5%;
  }
  img.object_icon_02 {
    width: 5px;
    margin: 2% 0;
  }
  img.object_icon_02.aj_01 {
    margin-bottom: -5%;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.dorama_bl
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  h6 {
    margin: 2% 0;
    font-size: 5.6vw;
  }

  div.dorama_bl {
    width: auto;
  }

  div.dorama_bl p.title {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: relative;
    z-index: 10;
  }

  div.dorama_bl p.title img {
    width: 100%;
  }

  div.dorama_bl div.bl_inner {
    width: 95%;
    margin: 10px auto 0 auto;
    background-color: #f5f2ee;
  }

  div.dorama_bl div.bl_inner ul {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 0 0 20px 0;
  }

  div.dorama_bl div.bl_inner ul li {
    width: auto;
    padding: 30px 0 0 0;
  }

  div.dorama_bl div.bl_inner ul li img {
    width: 100%;
  }

  .detail_productList {
    display: block;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2%;
  }

  .detail_productList li {
    width: 95%;
    box-sizing: border-box;
    border-bottom: 5px solid #dae1ec;
    margin: 2% auto;
    color: #fff;
  }

  .detail_productList li div > ul li.item_name {
    font-size: 8vw;
  }
  .detail_productList li div > ul li.item_sethead {
    padding: 0;
    font-size: 3.4vw;
  }
  .detail_productList li div > ul li.item_detail {
    font-size: 5vw;
  }
  .detail_productList li div > ul li.item_price {
    font-size: 6vw;
    text-align: right;
  }
  .detail_productList li div > ul li.item_price span {
    font-size: 2vw;
  }
}
/*# sourceMappingURL=style.css.map */
