@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

html {
  width: 100%;
  min-height: 100%;
  color: #000;
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro','Meiryo',sans-serif;
  font-size: 14px;
  line-height: 180%;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#container:after {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/common/body_bk.jpg);
  background-position: 100% 100%;
  background-size: cover;
  z-index: -1;
  content: "";
}

#header {
  position: fixed;
  width: 400px;
  height: 46px;
  bottom: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: 0.3s ease height;
  -moz-transition: 0.3s ease height;
  -o-transition: 0.3s ease height;
  transition: 0.3s ease height;
}

#header.active {
  height: 240px;
}

#header .inner h1 {
  display: none;
}

#header #header_nav {
  width: 400px;
  border-top: 1px solid rgba(42, 37, 44, 0.7);
}

#header #header_nav h2 {
  position: relative;
  width: 100%;
  height: 45px;
  background-image: url(../img/common/title_bk.png);
}

#header #header_nav h2 span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/nav/sidebar_nav_title.png);
  background-size: 98px 21px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#header #header_nav ul {
  background-color: #fff;
  padding-bottom: 25px;
}

#header #header_nav ul li {
  display: block;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #f2eaf4;
}

#header #header_nav ul li a, #header #header_nav ul li span {
  display: block;
  width: 100%;
  height: 45px;
  background-image: url(../img/nav/nav_vertical.png);
  background-size: 280px 315px;
  background-repeat: no-repeat;
  font-size: 0;
}

#header #header_nav ul li span {
  background-color: #f2eaf4;
  opacity: 0.5;
}

#header #header_nav ul li:nth-of-type(1) a, #header #header_nav ul li:nth-of-type(1) span {
  background-position: 0 0;
}

#header #header_nav ul li:nth-of-type(2) a, #header #header_nav ul li:nth-of-type(2) span {
  background-position: 0 -45px;
}

#header #header_nav ul li:nth-of-type(3) a, #header #header_nav ul li:nth-of-type(3) span {
  background-position: 0 -90px;
}

#header #header_nav ul li:nth-of-type(4) a, #header #header_nav ul li:nth-of-type(4) span {
  background-position: 0 -135px;
}

.sp_header_cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 15;
}

#footer, #footer_sp {
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding: 25px 0 65px;
  background-image: url(../img/common/footer_bk.jpg);
  z-index: 5;
}

#footer:before, #footer_sp:before {
  display: block;
  position: absolute;
  width: 33px;
  height: 32px;
  top: -16px;
  left: 50%;
  margin-left: -17px;
  background-image: url(../img/common/footer_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#footer .inner #footer_nav, #footer_sp .inner #footer_nav {
  padding: 0 0 10px;
  font-size: 12px;
  letter-spacing: 1.32px;
}

#footer .inner #footer_nav ul, #footer_sp .inner #footer_nav ul {
  width: 100%;
  text-align: center;
}

#footer .inner #footer_nav li, #footer_sp .inner #footer_nav li {
  display: inline-block;
  padding: 0 5px;
}

#footer .inner #footer_nav li a, #footer_sp .inner #footer_nav li a {
  color: #d5cdd5;
}

#footer .inner .copyright, #footer_sp .inner .copyright {
  text-align: center;
}

#footer .inner .copyright a, #footer_sp .inner .copyright a {
  display: block;
  width: 100px;
  height: 42px;
  margin: 0 auto;
  background-image: url(../img/common/footer_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .inner .copyright a:hover, #footer_sp .inner .copyright a:hover {
  opacity: 0.5;
}

#footer .inner .copyright p, #footer_sp .inner .copyright p {
  padding-top: 3px;
  font-size: 12px;
  color: #d5cdd5;
}

#pagetop {
  position: fixed;
  display: block;
  width: 41px;
  height: 39px;
  right: 7px;
  bottom: 10px;
  background-image: url(../img/common/footer_btn.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 20;
  opacity: 0;
}

#pagetop.active {
  opacity: 1;
}

#body_home #container {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

#body_home #container #sidebar {
  -webkit-order: 2;
  order: 2;
  z-index: 2;
}

#body_home #container #sidebar > .header {
  position: relative;
  margin-top: -60px;
}

#body_home #container #sidebar > .header h1 {
  position: relative;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  left: -5px;
  background-image: url(../img/home/logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #container #sidebar > .header h2 {
  position: relative;
  width: 100%;
  height: 40px;
  top: -10px;
  margin: 0 auto;
  background-image: url(../img/home/date_release.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #container #sidebar > .inner #home_nav {
  width: 360px;
  margin: 20px auto 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(70, 59, 66, 0.1);
}

#body_home #container #sidebar > .inner #home_nav .header {
  position: relative;
  width: 100%;
  height: 45px;
  background-image: url(../img/common/title_bk.png);
}

#body_home #container #sidebar > .inner #home_nav .header h2 {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/nav/sidebar_nav_title.png);
  background-size: 98px 21px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #container #sidebar > .inner #home_nav .header:after {
  position: absolute;
  display: block;
  bottom: -7px;
  right: -5px;
  width: 78px;
  height: 46px;
  background-image: url(../img/common/label_parts_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_home #container #sidebar > .inner #home_nav ul li {
  display: block;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #f2eaf4;
}

#body_home #container #sidebar > .inner #home_nav ul li a {
  display: block;
  width: 100%;
  height: 45px;
  background-image: url(../img/nav/nav_vertical.png);
  background-repeat: no-repeat;
  background-size: 280px 315px;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  -moz-transition: 0.2s ease opacity;
  -o-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_home #container #sidebar > .inner #home_nav ul li a:hover {
  opacity: 0.5;
}

#body_home #container #sidebar > .inner #home_nav ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 3px;
}

#body_home #container #sidebar > .inner #home_nav ul li:nth-of-type(1) a {
  background-position: 0 -45px;
}

#body_home #container #sidebar > .inner #home_nav ul li:nth-of-type(2) a {
  background-position: 0 -90px;
}

#body_home #container #sidebar > .inner #home_nav ul li:nth-of-type(3) a {
  background-position: 0 -135px;
}

#body_home #container #sidebar > .inner #news {
  width: 360px;
  margin: 10px auto 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(70, 59, 66, 0.1);
}

#body_home #container #sidebar > .inner #news .header {
  position: relative;
  width: 100%;
  height: 45px;
  background-image: url(../img/common/title_bk.png);
}

#body_home #container #sidebar > .inner #news .header h2 {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/sidebar_news_title.png);
  background-size: 106px 21px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #container #sidebar > .inner #news .header:after {
  position: absolute;
  display: block;
  bottom: -7px;
  right: -16px;
  width: 90px;
  height: 47px;
  background-image: url(../img/common/label_parts_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_home #container #sidebar > .inner #news .inner dl {
  padding: 20px 25px 10px;
  color: #432f1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
}

#body_home #container #sidebar > .inner #news .inner dl dt {
  color: #e8649b;
}

#body_home #container #sidebar > .inner #news .inner dl dd {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f2eaf4;
}

#body_home #container #sidebar > .inner #news .inner dl dd:last-of-type {
  border-bottom: none;
}

#body_home #container #sidebar > .inner #info {
  width: 360px;
  margin: 10px auto 0;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(70, 59, 66, 0.1);
}

#body_home #container #sidebar > .inner #info .header {
  position: relative;
  width: 100%;
  height: 45px;
  background-image: url(../img/common/title_bk.png);
}

#body_home #container #sidebar > .inner #info .header h2 {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/sidebar_info_title.png);
  background-size: 101px 21px;
  background-position: 20px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #container #sidebar > .inner #info .header:after {
  position: absolute;
  display: block;
  bottom: -7px;
  right: -16px;
  width: 90px;
  height: 47px;
  background-image: url(../img/common/label_parts_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_home #container #sidebar > .inner #info .inner {
  padding-top: 15px;
}

#body_home #container #sidebar > .inner #info .inner .item {
  width: 254px;
  margin: 0 auto 0;
}

#body_home #container #sidebar > .inner #info .inner .item .thumbnail {
  display: block;
  box-shadow: 0 2px 4px rgba(70, 59, 66, 0.1);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #container #sidebar > .inner #info .inner .item p {
  padding: 8px 0 13px;
  color: #5a4f5d;
  font-size: 14px;
  text-align: center;
}

#body_home #container #sidebar > .inner #info .inner .item p:before, #body_home #container #sidebar > .inner #info .inner .item p:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/home/sidebar_info_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_home #container #sidebar > .inner #info .inner .item p:before {
  padding-right: 8px;
}

#body_home #container #sidebar > .inner #info .inner .item p:after {
  padding-left: 8px;
}

#body_home #container #sidebar > .inner #info .inner .item_01 .thumbnail {
  width: 254px;
  height: 150px;
  background-image: url(../img/home/banner_02.jpg);
}

#body_home #container #sidebar > .inner #info .inner .item_02 .thumbnail {
  width: 254px;
  height: 150px;
  background-image: url(../img/home/banner_03.jpg);
}

#body_home #container #sidebar > .inner #info .inner .item_03 .thumbnail {
  width: 254px;
  height: 150px;
  background-image: url(../img/home/banner_04.jpg);
}

#body_home #container #sidebar > .inner #info .inner .item_04 .thumbnail {
  width: 254px;
  height: 150px;
  background-image: url(../img/home/banner_05.jpg);
}

#body_home #container #sidebar > .inner #info .inner .item_05 .thumbnail {
  width: 254px;
  height: 150px;
  background-image: url(../img/home/banner_06.jpg);
}

#body_home #container #sidebar > .inner #banners {
  padding-top: 10px;
}

#body_home #container #sidebar > .inner #banners .banner_01 {
  display: block;
  width: 280px;
  height: 150px;
  margin: 20px auto 0;
  background-image: url(../img/home/banner_01.jpg);
  box-shadow: 0 2px 4px rgba(70, 59, 66, 0.1);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#body_home #container #sidebar > .inner #banners .banner_01:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

#body_home #container #content {
  -webkit-order: 1;
  order: 1;
  background-color: #fff;
}

#body_home #container #content #jumbotron {
  width: 100%;
  height: 500px;
  position: relative;
}

#body_home #container #content #jumbotron .visual {
  width: 100%;
  height: 500px;
  background-image: url(../img/home/visual.jpg);
  background-position: 50% 0;
  background-size: cover;
}

#body_home #container #content #jumbotron .copy {
  position: absolute;
  display: block;
  width: 42px;
  height: 242px;
  top: 10px;
  right: 10px;
  background-image: url(../img/home/copy.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #container #content #info {
  display: none;
}

#body_home #container #footer {
  display: none;
}

#body_home #container #footer_sp {
  -webkit-order: 4;
  order: 4;
}

#body_home #container #info_sp p {
  width: 100%;
  height: 90px;
  margin: 0 auto;
  background-image: url(../img/home/staff_nano.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_home #footer {
  margin-top: 20px;
}

#body_story #content {
  position: relative;
  padding-top: 80px;
}

#body_story #content > .header {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background-image: url(../img/common/header_bk.jpg);
  background-position: 50% 0;
  background-size: 1920px 80px;
  box-shadow: 0 2px 3px rgba(74, 65, 77, 0.2);
  z-index: 10;
}

#body_story #content > .header h2 {
  width: 100%;
  height: 50px;
  background-image: url(../img/story/title_sp.png);
  background-position: 20px 50%;
  background-size: 130px 30px;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_story #content > .inner {
  width: 340px;
  height: 482px;
  margin: 0 auto 0;
  background-image: url(../img/story/story_sp.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_story #content > .inner p {
  display: none;
}

#body_character #content {
  position: relative;
}

#body_character #content > .header {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background-image: url(../img/common/header_bk.jpg);
  background-position: 50% 0;
  background-size: 1920px 80px;
  box-shadow: 0 2px 3px rgba(74, 65, 77, 0.2);
  z-index: 10;
}

#body_character #content > .header h2 {
  width: 100%;
  height: 50px;
  background-image: url(../img/character/title_sp.png);
  background-position: 20px 50%;
  background-size: 200px 30px;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #content #character_nav {
  width: 100%;
  background-image: url(../img/character/character_list_bk.jpg);
  background-position: 50% 0;
}

#body_character #content #character_nav .inner {
  padding: 75px 20px 25px;
}

#body_character #content #character_nav .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: flax-start;
  align-content: flax-start;
  -webkit-align-items: flax-start;
  align-items: flax-start;
}

#body_character #content #character_nav .inner ul li {
  padding: 0 3px 6px;
}

#body_character #content #character_nav .inner ul a {
  display: block;
  width: 64px;
  height: 70px;
  box-shadow: 1px 1px 5px rgba(255, 86, 151, 0.2);
  background-image: url(../img/character/nav.jpg);
  background-size: 832px 70px;
  font-size: 0;
}

#body_character #content #character_nav .inner ul a.item_01 {
  background-position: 0px 0;
}

#body_character #content #character_nav .inner ul a.item_02 {
  background-position: -64px 0;
}

#body_character #content #character_nav .inner ul a.item_03 {
  background-position: -128px 0;
}

#body_character #content #character_nav .inner ul a.item_04 {
  background-position: -192px 0;
}

#body_character #content #character_nav .inner ul a.item_05 {
  background-position: -256px 0;
}

#body_character #content #character_nav .inner ul a.item_06 {
  background-position: -320px 0;
}

#body_character #content #character_nav .inner ul a.item_07 {
  background-position: -384px 0;
}

#body_character #content #character_nav .inner ul a.item_08 {
  background-position: -448px 0;
}

#body_character #content #character_nav .inner ul a.item_09 {
  background-position: -512px 0;
}

#body_character #content #character_nav .inner ul a.item_10 {
  background-position: -576px 0;
}

#body_character #content #character_nav .inner ul a.item_11 {
  background-position: -640px 0;
}

#body_character #content #character_nav .inner ul a.item_12 {
  background-position: -704px 0;
}

#body_character #content #character_nav .inner ul a.item_13 {
  background-position: -768px 0;
}

#body_character #content > .inner {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_character #content > .inner .profile {
  -webkit-order: 2;
  order: 2;
  position: relative;
  width: 340px;
  padding: 30px 30px 60px;
  background-image: url(../img/character/white_cover.png);
  background-position: 0 0;
}

#body_character #content > .inner .profile .name {
  position: relative;
  width: 390px;
  height: 85px;
  left: -4px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#body_character #content > .inner .profile .cv {
  width: 300px;
  margin-top: -10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_character #content > .inner .profile .cv dt {
  width: 40px;
  height: 18px;
  background-image: url(../img/character/profile_dt_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #content > .inner .profile .cv dd.text {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 10px;
  color: #432f1b;
  font-size: 14px;
  letter-spacing: 1.5px;
}

#body_character #content > .inner .profile .cv dd.btn {
  display: none;
}

#body_character #content > .inner .profile .story {
  width: 100%;
  padding: 20px 0 15px 0;
  color: #432f1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-align: justify;
}

#body_character #content > .inner .profile .info {
  width: 340px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_character #content > .inner .profile .info dt {
  width: 90px;
  height: 18px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #content > .inner .profile .info dt:nth-of-type(1) {
  background-image: url(../img/character/profile_dt_02.png);
}

#body_character #content > .inner .profile .info dt:nth-of-type(2) {
  background-image: url(../img/character/profile_dt_03.png);
}

#body_character #content > .inner .profile .info dd {
  width: 235px;
  margin-left: 15px;
  color: #432f1b;
  font-size: 14px;
  letter-spacing: 1.5px;
}

#body_character #content > .inner .profile .ss {
  padding-top: 40px;
}

#body_character #content > .inner .profile .ss h3 {
  position: relative;
  width: 94px;
  height: 14px;
  left: -18px;
  background-image: url(../img/character/profile_h2_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #content > .inner .profile .ss ul {
  width: 330px;
  padding: 15px 0 0 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_character #content > .inner .profile .ss ul .thumbnail {
  display: block;
  width: 160px;
  height: 90px;
  box-shadow: 1px 1px 5px rgba(255, 86, 151, 0.2);
  border-radius: 4px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#body_character #content > .inner .profile .ss ul .thumbnail:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

#body_character #content > .inner .visual {
  -webkit-order: 1;
  order: 1;
  margin-top: 20px;
  width: 400px;
  height: 550px;
  background-position: 50% 100%;
  background-size: cover;
  border-bottom: 1px solid #f0eef0;
  z-index: 1;
}

#body_character #content > .inner .serif .text {
  display: block;
  position: absolute;
  width: 45px;
  top: 20px;
  z-index: 3;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -moz-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

#body_character #content > .inner .serif .text span {
  display: block;
  width: 45px;
  height: 100%;
  background-size: 45px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  box-shadow: 0 2px 4px rgba(70, 59, 66, 0.1);
}

#body_character #content > .inner .serif .text_01 {
  right: 20px;
}

#body_character #content > .inner .serif .text_02 {
  right: 55px;
}

#body_character #footer {
  margin-top: 0;
}

#body_character #modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 80;
}

#body_character #modal .inner {
  position: absolute;
  width: 360px;
  height: 202px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 3px solid #fff;
  border-radius: 3px;
  overflow: hidden;
}

#body_character #modal .inner div {
  width: 360px;
  height: 202px;
  background-size: cover;
}

#body_character #modal .close {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 51px;
  height: 51px;
  margin: 120px -25px 0 0;
  background-image: url(../img/common/close_btn.png);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_character #character_01 .name {
  background-image: url(../img/character/name/name_01.png);
}

#body_character #character_01 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/01.jpg);
}

#body_character #character_01 .visual {
  background-image: url(../img/character/visual/01.png);
}

#body_character #character_01 .text_01 {
  height: 472px;
}

#body_character #character_01 .text_01 span {
  background-image: url(../img/character/serif/serif_01_a.png);
}

#body_character #character_01 .text_02 {
  height: 554px;
}

#body_character #character_01 .text_02 span {
  background-image: url(../img/character/serif/serif_01_b.png);
}

#body_character #character_02 .name {
  background-image: url(../img/character/name/name_02.png);
}

#body_character #character_02 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/02.jpg);
}

#body_character #character_02 .visual {
  background-image: url(../img/character/visual/02.png);
}

#body_character #character_02 .text_01 {
  height: 326px;
}

#body_character #character_02 .text_01 span {
  background-image: url(../img/character/serif/serif_02_a.png);
}

#body_character #character_02 .text_02 {
  height: 557px;
}

#body_character #character_02 .text_02 span {
  background-image: url(../img/character/serif/serif_02_b.png);
}

#body_character #character_03 .name {
  background-image: url(../img/character/name/name_03.png);
}

#body_character #character_03 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/03.jpg);
}

#body_character #character_03 .visual {
  background-image: url(../img/character/visual/03.png);
}

#body_character #character_03 .text_01 {
  height: 272px;
}

#body_character #character_03 .text_01 span {
  background-image: url(../img/character/serif/serif_03_a.png);
}

#body_character #character_03 .text_02 {
  height: 707px;
}

#body_character #character_03 .text_02 span {
  background-image: url(../img/character/serif/serif_03_b.png);
}

#body_character #character_04 .name {
  background-image: url(../img/character/name/name_04.png);
}

#body_character #character_04 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/04.jpg);
}

#body_character #character_04 .visual {
  background-image: url(../img/character/visual/04.png);
}

#body_character #character_04 .text_01 {
  height: 519px;
}

#body_character #character_04 .text_01 span {
  background-image: url(../img/character/serif/serif_04_a.png);
}

#body_character #character_04 .text_02 {
  height: 408px;
}

#body_character #character_04 .text_02 span {
  background-image: url(../img/character/serif/serif_04_b.png);
}

#body_character #character_05 .name {
  height: 130px !important;
  background-image: url(../img/character/name/name_05.png);
}

#body_character #character_05 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/05.jpg);
}

#body_character #character_05 .visual {
  background-image: url(../img/character/visual/05.png);
}

#body_character #character_05 .text_01 {
  height: 683px;
}

#body_character #character_05 .text_01 span {
  background-image: url(../img/character/serif/serif_05_a.png);
}

#body_character #character_05 .text_02 {
  height: 402px;
}

#body_character #character_05 .text_02 span {
  background-image: url(../img/character/serif/serif_05_b.png);
}

#body_character #character_06 .name {
  height: 138px !important;
  background-image: url(../img/character/name/name_06.png);
}

#body_character #character_06 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/06.jpg);
}

#body_character #character_06 .visual {
  background-image: url(../img/character/visual/06.png);
}

#body_character #character_06 .text_01 {
  height: 678px;
}

#body_character #character_06 .text_01 span {
  background-image: url(../img/character/serif/serif_06_a.png);
}

#body_character #character_06 .text_02 {
  height: 506px;
}

#body_character #character_06 .text_02 span {
  background-image: url(../img/character/serif/serif_06_b.png);
}

#body_character #character_07 .name {
  background-image: url(../img/character/name/name_07.png);
}

#body_character #character_07 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/07.jpg);
}

#body_character #character_07 .visual {
  background-image: url(../img/character/visual/07.png);
}

#body_character #character_07 .text_01 {
  height: 462px;
}

#body_character #character_07 .text_01 span {
  background-image: url(../img/character/serif/serif_07_a.png);
}

#body_character #character_07 .text_02 {
  height: 746px;
}

#body_character #character_07 .text_02 span {
  background-image: url(../img/character/serif/serif_07_b.png);
}

#body_character #character_08 .name {
  background-image: url(../img/character/name/name_08.png);
}

#body_character #character_08 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/08.jpg);
}

#body_character #character_08 .visual {
  background-image: url(../img/character/visual/08.png);
}

#body_character #character_08 .text_01 {
  height: 530px;
}

#body_character #character_08 .text_01 span {
  background-image: url(../img/character/serif/serif_08_a.png);
}

#body_character #character_08 .text_02 {
  height: 452px;
}

#body_character #character_08 .text_02 span {
  background-image: url(../img/character/serif/serif_08_b.png);
}

#body_character #character_09 .name {
  background-image: url(../img/character/name/name_09.png);
}

#body_character #character_09 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/09.jpg);
}

#body_character #character_09 .visual {
  background-image: url(../img/character/visual/09.png);
}

#body_character #character_09 .text_01 {
  height: 439px;
}

#body_character #character_09 .text_01 span {
  background-image: url(../img/character/serif/serif_09_a.png);
}

#body_character #character_09 .text_02 {
  height: 425px;
}

#body_character #character_09 .text_02 span {
  background-image: url(../img/character/serif/serif_09_b.png);
}

#body_character #character_10 .name {
  background-image: url(../img/character/name/name_10.png);
}

#body_character #character_10 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/10.jpg);
}

#body_character #character_10 .visual {
  background-image: url(../img/character/visual/10.png);
}

#body_character #character_10 .text_01 {
  height: 423px;
}

#body_character #character_10 .text_01 span {
  background-image: url(../img/character/serif/serif_10_a.png);
}

#body_character #character_10 .text_02 {
  height: 649px;
}

#body_character #character_10 .text_02 span {
  background-image: url(../img/character/serif/serif_10_b.png);
}

#body_character #character_11 .name {
  background-image: url(../img/character/name/name_11.png);
}

#body_character #character_11 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/11.jpg);
}

#body_character #character_11 .visual {
  background-image: url(../img/character/visual/11.png);
}

#body_character #character_11 .text_01 {
  height: 191px;
}

#body_character #character_11 .text_01 span {
  background-image: url(../img/character/serif/serif_11_a.png);
}

#body_character #character_11 .text_02 {
  height: 452px;
}

#body_character #character_11 .text_02 span {
  background-image: url(../img/character/serif/serif_11_b.png);
}

#body_character #character_12 .name {
  background-image: url(../img/character/name/name_12.png);
}

#body_character #character_12 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/12.jpg);
}

#body_character #character_12 .visual {
  background-image: url(../img/character/visual/12.png);
}

#body_character #character_12 .text_01 {
  height: 491px;
}

#body_character #character_12 .text_01 span {
  background-image: url(../img/character/serif/serif_12_a.png);
}

#body_character #character_12 .text_02 {
  height: 341px;
}

#body_character #character_12 .text_02 span {
  background-image: url(../img/character/serif/serif_12_b.png);
}

#body_character #character_13 .name {
  background-image: url(../img/character/name/name_13.png);
}

#body_character #character_13 .ss .thumbnail_01 {
  background-image: url(../img/character/thumbnail/13.jpg);
}

#body_character #character_13 .visual {
  background-image: url(../img/character/visual/13.png);
}

#body_character #character_13 .text_01 {
  height: 433px;
}

#body_character #character_13 .text_01 span {
  background-image: url(../img/character/serif/serif_13_a.png);
}

#body_character #character_13 .text_02 {
  height: 561px;
}

#body_character #character_13 .text_02 span {
  background-image: url(../img/character/serif/serif_13_b.png);
}

#body_character #character_13 .info dt {
  background-image: url(../img/character/profile_dt_03.png) !important;
}

#body_character #character_13 .info dd {
  width: 195px;
  margin-left: 15px;
  color: #432f1b;
  font-size: 14px;
  letter-spacing: 1.5px;
}

#body_products #content {
  position: relative;
}

#body_products #content > .header {
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  background-image: url(../img/common/header_bk.jpg);
  background-position: 50% 0;
  background-size: 1920px 80px;
  box-shadow: 0 2px 3px rgba(74, 65, 77, 0.2);
  z-index: 10;
}

#body_products #content > .header h2 {
  width: 100%;
  height: 50px;
  background-image: url(../img/products/title_sp.png);
  background-position: 20px 50%;
  background-size: 190px 30px;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner {
  padding: 50px 20px 0;
}

#body_products #content > .inner #intro h3 {
  position: relative;
  width: 360px;
  height: 200px;
  margin: 0 auto;
  left: -10px;
  background-image: url(../img/products/logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #intro .detail {
  width: 360px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_products #content > .inner #intro .detail dt:nth-of-type(1) {
  width: 100px;
  height: 21px;
  background-image: url(../img/products/detail_dt_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #intro .detail dt:nth-of-type(2) {
  width: 100px;
  height: 21px;
  background-image: url(../img/products/detail_dt_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #intro .detail dt:nth-of-type(3) {
  width: 120px;
  height: 21px;
  background-image: url(../img/products/detail_dt_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #intro .detail dt:nth-of-type(4) {
  width: 100px;
  height: 21px;
  background-image: url(../img/products/detail_dt_04.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #intro .detail dt:nth-of-type(5) {
  width: 100px;
  height: 21px;
  background-image: url(../img/products/detail_dt_05.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #intro .detail dd {
  position: relative;
  top: 1px;
  margin-bottom: 10px;
  padding: 0 0 0 15px;
  color: #432f1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
}

#body_products #content > .inner #intro .detail dd .tip {
  position: relative;
  font-size: 13px;
}

#body_products #content > .inner #intro .detail dd:nth-of-type(1) {
  width: 245px;
}

#body_products #content > .inner #intro .detail dd:nth-of-type(2) {
  width: 245px;
}

#body_products #content > .inner #intro .detail dd:nth-of-type(3) {
  width: 225px;
}

#body_products #content > .inner #intro .detail dd:nth-of-type(4) {
  width: 245px;
}

#body_products #content > .inner #intro .detail dd:nth-of-type(5) {
  width: 245px;
}

#body_products #content > .inner .products_section {
  padding-top: 80px;
  margin-top: -30px;
}

#body_products #content > .inner .products_section > .header {
  position: relative;
  height: 50px;
  background-image: url(../img/products/h2_bk_sp.png);
  background-size: 900px 50px;
  background-position: 0 0;
  box-shadow: 0 0 3px rgba(69, 60, 72, 0.5);
  background-color: #463d48;
}

#body_products #content > .inner .products_section > .header h3 {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 20px 14px;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner .products_section > .header:after {
  position: absolute;
  display: block;
  bottom: -7px;
  right: -10px;
  width: 90px;
  height: 47px;
  background-image: url(../img/common/label_parts_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
}

#body_products #content > .inner #download .header h3 {
  background-image: url(../img/products/h2_06.png);
  background-size: 151px 21px;
}

#body_products #content > .inner #download .inner {
  width: 360px;
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_products #content > .inner #download .inner .item {
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(70, 59, 66, 0.15), inset 0 0 10px rgba(188, 126, 38, 0.05);
  background-image: url(../img/products/package_img_04_sp.png);
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#body_products #content > .inner #download .inner .item:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #bca126 transparent transparent transparent;
  content: "";
}

#body_products #content > .inner #download .inner .item:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #bca126 transparent;
  content: "";
}

#body_products #content > .inner #download .inner .item_01 {
  padding: 270px 0 30px;
}

#body_products #content > .inner #download .inner .item_01 h4 {
  width: 51px;
  height: 51px;
  margin: 0 auto;
  background-image: url(../img/products/download_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #download .inner .item_01 p {
  margin-top: 20px;
  padding: 0 25px;
  color: #7e7680;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.44px;
  text-align: center;
}

#body_products #content > .inner #download .inner .item_01 a {
  display: block;
  width: 300px;
  margin: 20px auto 0;
  padding: 6px 0 6px;
  border-radius: 30px;
  background-color: #f6b3dd;
  box-shadow: 1px 1px 5px rgba(255, 86, 151, 0.2);
  color: #503e2b;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.44px;
  text-align: center;
}

#body_products #content > .inner #package .header h3 {
  background-image: url(../img/products/h2_05.png);
  background-size: 134px 21px;
}

#body_products #content > .inner #package .inner {
  width: 360px;
  padding-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_products #content > .inner #package .inner .download_tip {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 0 70px;
  background-image: url(../img/products/download_icon.png);
  background-size: 51px 51px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
  color: #503e2c;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.30px;
  text-align: justify;
}

#body_products #content > .inner #package .inner .item {
  position: relative;
  width: 360px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(70, 59, 66, 0.15), inset 0 0 10px rgba(188, 126, 38, 0.05);
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#body_products #content > .inner #package .inner .item:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #bca126 transparent transparent transparent;
  content: "";
}

#body_products #content > .inner #package .inner .item:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #bca126 transparent;
  content: "";
}

#body_products #content > .inner #package .inner .item ul {
  margin: 0 auto;
}

#body_products #content > .inner #package .inner .item ul li {
  display: block;
  margin-bottom: 4px;
  padding: 3px 0;
  background-color: #f6b3dd;
  border-radius: 4px;
  box-shadow: 1px 1px 5px rgba(255, 86, 151, 0.2);
  color: #432f1b;
  font-size: 14px;
  text-align: center;
}

#body_products #content > .inner #package .inner .item ul .standard {
  padding: 2px 0;
  border: 1px solid #fc529a;
  background-color: #fff;
  color: #fc579d;
}

#body_products #content > .inner #package .inner .item_01 {
  padding: 18px 20px 15px;
}

#body_products #content > .inner #package .inner .item_01 .image {
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
  background-image: url(../img/products/package_img_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_01 h4 {
  position: relative;
  width: 100%;
  height: 25px;
  margin-bottom: 28px;
  background-image: url(../img/products/package_title_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_01 h4:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -15px;
  left: 0;
  background-color: #f0eef0;
  content: "";
}

#body_products #content > .inner #package .inner .item_01 .price {
  display: block;
  width: 100%;
  height: 19px;
  margin-bottom: 18px;
  background-image: url(../img/products/package_price_01_r.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_02 {
  padding: 18px 20px 15px;
}

#body_products #content > .inner #package .inner .item_02 .image {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
  background-image: url(../img/products/package_img_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_02 h4 {
  position: relative;
  width: 100%;
  height: 25px;
  margin-bottom: 28px;
  background-image: url(../img/products/package_title_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_02 h4:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -15px;
  left: 0;
  background-color: #f0eef0;
  content: "";
}

#body_products #content > .inner #package .inner .item_02 .price {
  display: block;
  width: 100%;
  height: 19px;
  margin-bottom: 18px;
  background-image: url(../img/products/package_price_02_r.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_03 {
  padding: 18px 20px 15px;
}

#body_products #content > .inner #package .inner .item_03 .image {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 12px;
  background-image: url(../img/products/package_img_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_03 h4 {
  position: relative;
  width: 100%;
  height: 25px;
  margin: 0 0 28px;
  background-image: url(../img/products/package_title_03.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_03 h4:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -15px;
  left: 0;
  background-color: #f0eef0;
  content: "";
}

#body_products #content > .inner #package .inner .item_03 .price {
  display: block;
  width: 100%;
  height: 19px;
  margin-bottom: 18px;
  background-image: url(../img/products/package_price_03_r.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #package .inner .item_03 p {
  text-align: center;
  color: #432f1b;
  font-size: 14px;
  text-align: center;
}

#body_products #content > .inner #package .inner .tip {
  width: 100%;
  margin-top: 10px;
  color: #7e7680;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.44px;
}

#body_products #content > .inner #shop_bouns {
  padding-bottom: 5px;
}

#body_products #content > .inner #shop_bouns > .header h3 {
  background-image: url(../img/products/h2_04.png);
  background-size: 142px 21px;
}

#body_products #content > .inner #shop_bouns .tip {
  margin: 15px 10px 25px;
  color: #503e2c;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.30px;
  text-align: justify;
}

#body_products #content > .inner #shop_bouns .tip br {
  display: none;
}

#body_products #content > .inner #shop_bouns #reservation {
  width: 360px;
  padding: 0 0 20px;
}

#body_products #content > .inner #shop_bouns #reservation .information {
  position: relative;
  width: 360px;
  background-image: url(../img/products/shop/bk_01.jpg);
}

#body_products #content > .inner #shop_bouns #reservation .information:before {
  position: absolute;
  display: block;
  top: -7px;
  left: 7px;
  width: 346px;
  height: 7px;
  background-image: url(../img/products/shop/bk_01.jpg);
  content: "";
}

#body_products #content > .inner #shop_bouns #reservation .information:after {
  position: absolute;
  display: block;
  bottom: -7px;
  left: 7px;
  width: 346px;
  height: 7px;
  background-image: url(../img/products/shop/bk_01.jpg);
  content: "";
}

#body_products #content > .inner #shop_bouns #reservation .information .img {
  position: relative;
  width: 320px;
  height: 320px;
  background-image: url(../img/products/shop/yoyaku_image.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
}

#body_products #content > .inner #shop_bouns #reservation .information .img_cover {
  display: none;
}

#body_products #content > .inner #shop_bouns #reservation .information .header {
  position: relative;
  padding: 17px 0 0 0;
}

#body_products #content > .inner #shop_bouns #reservation .information .header h4 {
  width: 259px;
  height: 27px;
  margin: 0 auto;
  background-image: url(../img/products/shop/yokaku_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #reservation .information .header:after {
  display: block;
  position: absolute;
  width: 320px;
  height: 1px;
  bottom: -9px;
  left: 20px;
  background-color: #da95bd;
  content: "";
}

#body_products #content > .inner #shop_bouns #reservation .information .inner {
  padding: 18px 20px 0;
}

#body_products #content > .inner #shop_bouns #reservation .information .inner .name {
  width: 320px;
  height: 105px;
  margin-top: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}

#body_products #content > .inner #shop_bouns #reservation .information .inner .name span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/products/shop/yoyaku_name_sp.png);
  background-size: 223px 75px;
  background-position: 16px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #reservation .information .inner .text {
  padding: 15px 0;
  color: #432f1b;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: justify;
}

#body_products #content > .inner #shop_bouns #reservation .information .inner .text br {
  display: none;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .header {
  padding-top: 25px;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .header h5 {
  width: 360px;
  height: 46px;
  box-shadow: 0 1px 2px rgba(56, 50, 57, 0.15);
  border-radius: 5px;
  border: 2px solid #f3b0d8;
  background-image: url(../img/products/shop/btn_bk_01.jpg);
  background-color: #ffffff;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .header h5 label {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/products/shop/btn_label_01.png);
  background-size: 261px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list #yoyaku_campaign_list {
  display: none;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .inner {
  padding: 15px 0 25px;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .inner dl {
  width: 360px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 120%;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .inner dl dt {
  padding: 8px 0 7px;
  color: #fc529a;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .inner dl dt:before {
  display: inline-block;
  padding-right: 3px;
  content: "■";
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .inner dl dd {
  padding-bottom: 7px;
  color: #503e2c;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .footer label {
  display: block;
  width: 220px;
  height: 46px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: rgba(213, 206, 203, 0.4);
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  cursor: pointer;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .footer label:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .footer label span {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/products/shop/btn_label_07.png);
  background-size: 70px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list .wrapper {
  display: none;
}

#body_products #content > .inner #shop_bouns #reservation .shop_list #yoyaku_campaign_list:checked + .wrapper {
  display: block;
}

#body_products #content > .inner #shop_bouns #shop_list {
  width: 360px;
  padding-top: 20px;
}

#body_products #content > .inner #shop_bouns #shop_list #kakioroshi > .header {
  position: relative;
  margin: 10px 0 30px;
}

#body_products #content > .inner #shop_bouns #shop_list #kakioroshi > .header h4 {
  width: 197px;
  height: 20px;
  margin: 0 auto;
  background-image: url(../img/products/shop/kakioroshi_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #shop_list .item {
  width: 360px;
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(70, 59, 66, 0.15);
}

#body_products #content > .inner #shop_bouns #shop_list .item .wrapper {
  position: relative;
  width: 360px;
  padding: 22px 24px 12px;
  box-shadow: inset 0 0 10px rgba(188, 126, 38, 0.05);
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#body_products #content > .inner #shop_bouns #shop_list .item .wrapper:before {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #bca126 transparent transparent transparent;
  content: "";
}

#body_products #content > .inner #shop_bouns #shop_list .item .wrapper:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #bca126 transparent;
  content: "";
}

#body_products #content > .inner #shop_bouns #shop_list .item .header {
  padding-bottom: 12px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f0eef0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_products #content > .inner #shop_bouns #shop_list .item .header h5 {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #shop_list .item .header p {
  padding-top: 16px;
  color: #7e7680;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.01em;
  text-align: center;
}

#body_products #content > .inner #shop_bouns #shop_list .item .inner .goods {
  position: relative;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(255, 86, 151, 0.2);
  border-radius: 5px;
  background-color: #fcf7f9;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}

#body_products #content > .inner #shop_bouns #shop_list .item .inner .goods .title {
  position: absolute;
  bottom: 6px;
  left: 9px;
  width: 302px;
  padding: 2px 0;
  box-shadow: 1px 1px 5px rgba(214, 164, 184, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  color: #432f1b;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

#body_products #content > .inner #shop_bouns #shop_list .item .visual {
  position: relative;
  width: 320px;
  height: 277px;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px rgba(255, 86, 151, 0.2);
  border-radius: 5px;
  background-color: #fcf7f9;
  background-size: cover;
  background-position: 0 0;
  overflow: hidden;
}

#body_products #content > .inner #shop_bouns #shop_list .item .visual .title {
  position: absolute;
  bottom: 6px;
  left: 9px;
  width: 302px;
  padding: 2px 0;
  box-shadow: 1px 1px 5px rgba(214, 164, 184, 0.2);
  border-radius: 4px;
  background-color: #ffffff;
  color: #432f1b;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer {
  width: 100%;
  padding: 20px 0;
  background-image: url(../img/products/shop/bk_02.jpg);
  background-position: 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn {
  height: 46px;
  box-shadow: 0 1px 2px rgba(56, 50, 57, 0.15);
  border-radius: 5px;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn:hover {
  opacity: 0.5;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_premium {
  width: 320px;
  margin-bottom: 8px;
  background-color: #c7bc9e;
  background-image: url(../img/products/shop/btn_bk_02.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_premium span {
  background-image: url(../img/products/shop/btn_label_05.png);
  background-size: 142px 16px;
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_sofmap {
  width: 320px;
  margin-bottom: 8px;
  background-color: #c7bc9e;
  background-image: url(../img/products/shop/btn_bk_02.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_sofmap span {
  background-image: url(../img/products/shop/btn_label_03.png);
  background-size: 269px 16px;
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_gamers {
  width: 320px;
  margin-bottom: 8px;
  background-color: #c7bc9e;
  background-image: url(../img/products/shop/btn_bk_02.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_gamers span {
  background-image: url(../img/products/shop/btn_label_04.png);
  background-size: 295px 16px;
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_shopsite {
  width: 320px;
  background-color: #c7bc9e;
  background-image: url(../img/products/shop/btn_bk_04.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item .footer .btn_shopsite span {
  background-image: url(../img/products/shop/btn_label_06.png);
  background-size: 98px 16px;
}

#body_products #content > .inner #shop_bouns #shop_list .item_01 .header h5 {
  width: 181px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_01.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_01 .inner .goods_01 {
  width: 320px;
  height: 290px;
  background-image: url(../img/products/shop/01a.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_01 .inner .goods_02 {
  width: 320px;
  height: 290px;
  background-image: url(../img/products/shop/01b.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_01 .inner .goods_03 {
  width: 320px;
  height: 175px;
  background-image: url(../img/products/shop/01c.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_01 .inner .goods_04 {
  width: 320px;
  height: 175px;
  background-image: url(../img/products/shop/01d.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_02 .header h5 {
  width: 181px;
  height: 26px;
  background-image: url(../img/products/shop/shop_name_02.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_02 .inner .goods_01 {
  width: 320px;
  height: 358px;
  background-image: url(../img/products/shop/02a.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_02 .inner .goods_02 {
  width: 320px;
  height: 175px;
  background-image: url(../img/products/shop/02b.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_02 .inner .goods_03 {
  width: 320px;
  height: 175px;
  background-image: url(../img/products/shop/02c.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_03 .header h5 {
  width: 181px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_03.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_03 .inner .goods_01 {
  width: 320px;
  height: 358px;
  background-image: url(../img/products/shop/03a.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_03 .inner .goods_02 {
  width: 320px;
  height: 175px;
  background-image: url(../img/products/shop/03b.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_03 .inner .goods_03 {
  width: 320px;
  height: 175px;
  background-image: url(../img/products/shop/03c.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_04 .header h5 {
  width: 226px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_04.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_04 .inner .goods_01 {
  width: 320px;
  height: 358px;
  background-image: url(../img/products/shop/04a.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_04 .inner .goods_02 {
  width: 320px;
  height: 358px;
  background-image: url(../img/products/shop/04b.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_05 .header h5 {
  width: 181px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_05.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_05 .inner .goods_01 {
  width: 320px;
  height: 358px;
  background-image: url(../img/products/shop/05a.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_05 .inner .goods_02 {
  width: 320px;
  height: 358px;
  background-image: url(../img/products/shop/05b.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list #original > .header {
  position: relative;
  margin: 40px 0 30px;
}

#body_products #content > .inner #shop_bouns #shop_list #original > .header h4 {
  width: 197px;
  height: 20px;
  margin: 0 auto;
  background-image: url(../img/products/shop/original_title.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #shop_bouns #shop_list #original .item {
  margin-top: 15px;
}

#body_products #content > .inner #shop_bouns #shop_list #original .item .wrapper {
  padding-top: 18px;
}

#body_products #content > .inner #shop_bouns #shop_list #original .item .header {
  padding-bottom: 0;
  margin-bottom: 16px;
  border-bottom: none;
}

#body_products #content > .inner #shop_bouns #shop_list .item_06 .header h5 {
  width: 172px;
  height: 23px;
  background-image: url(../img/products/shop/shop_name_06.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_06 .visual {
  background-image: url(../img/products/shop/06.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_07 .header h5 {
  width: 189px;
  height: 23px;
  background-image: url(../img/products/shop/shop_name_07.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_07 .visual {
  background-image: url(../img/products/shop/07.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_08 .header h5 {
  width: 157px;
  height: 24px;
  background-image: url(../img/products/shop/shop_name_08.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_08 .visual {
  background-image: url(../img/products/shop/08.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_09 .header h5 {
  width: 171px;
  height: 24px;
  background-image: url(../img/products/shop/shop_name_09.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_09 .visual {
  background-image: url(../img/products/shop/09.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_10 .header h5 {
  width: 201px;
  height: 26px;
  background-image: url(../img/products/shop/shop_name_10.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_10 .visual {
  background-image: url(../img/products/shop/10.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_11 .header h5 {
  width: 203px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_11.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_11 .visual {
  background-image: url(../img/products/shop/11.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_12 .header h5 {
  width: 178px;
  height: 24px;
  background-image: url(../img/products/shop/shop_name_12.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_12 .visual {
  background-image: url(../img/products/shop/12.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_13 .header h5 {
  width: 273px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_13.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_13 .visual {
  background-image: url(../img/products/shop/13.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_14 .header h5 {
  width: 171px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_14.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_14 .visual {
  background-image: url(../img/products/shop/14.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_15 .header h5 {
  width: 194px;
  height: 25px;
  background-image: url(../img/products/shop/shop_name_15.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_15 .visual {
  background-image: url(../img/products/shop/15.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_16 .header h5 {
  width: 159px;
  height: 26px;
  background-image: url(../img/products/shop/shop_name_16.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_16 .visual {
  background-image: url(../img/products/shop/16.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_17 .header h5 {
  width: 207px;
  height: 26px;
  background-image: url(../img/products/shop/shop_name_17.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_17 .visual {
  background-image: url(../img/products/shop/17.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_18 .header h5 {
  width: 155px;
  height: 22px;
  background-image: url(../img/products/shop/shop_name_18.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_18 .visual {
  background-image: url(../img/products/shop/18.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_19 .header h5 {
  width: 158px;
  height: 24px;
  background-image: url(../img/products/shop/shop_name_19.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_19 .visual {
  background-image: url(../img/products/shop/19.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .item_20 .header h5 {
  width: 133px;
  height: 26px;
  background-image: url(../img/products/shop/shop_name_20.png);
}

#body_products #content > .inner #shop_bouns #shop_list .item_20 .visual {
  background-image: url(../img/products/shop/20.jpg);
}

#body_products #content > .inner #shop_bouns #shop_list .tip {
  width: 100%;
  margin: 15px 0 20px;
  color: #7e7680;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.44px;
}

#body_products #content > .inner #staff .header h3 {
  background-image: url(../img/products/h2_02.png);
  background-size: 95px 21px;
}

#body_products #content > .inner #staff .inner dl {
  padding: 25px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_products #content > .inner #staff .inner dl dt {
  width: 100px;
  height: 21px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #staff .inner dl dt:nth-of-type(1) {
  background-image: url(../img/products/staff_dt_01.png);
}

#body_products #content > .inner #staff .inner dl dt:nth-of-type(2) {
  background-image: url(../img/products/staff_dt_02.png);
}

#body_products #content > .inner #staff .inner dl dt:nth-of-type(3) {
  background-image: url(../img/products/staff_dt_03.png);
}

#body_products #content > .inner #staff .inner dl dd {
  position: relative;
  width: 250px;
  margin-left: 10px;
  top: 1px;
  margin-bottom: 10px;
  color: #432f1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
}

#body_products #content > .inner #spec .header h3 {
  background-image: url(../img/products/h2_03.png);
  background-size: 133px 21px;
}

#body_products #content > .inner #spec .inner dl {
  padding: 25px 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#body_products #content > .inner #spec .inner dl dt {
  width: 100px;
  height: 21px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(1) {
  background-image: url(../img/products/spec_dt_01.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(2) {
  background-image: url(../img/products/spec_dt_02.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(3) {
  background-image: url(../img/products/spec_dt_03.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(4) {
  background-image: url(../img/products/spec_dt_04.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(5) {
  background-image: url(../img/products/spec_dt_05.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(6) {
  background-image: url(../img/products/spec_dt_06.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(7) {
  background-image: url(../img/products/spec_dt_07.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(8) {
  background-image: url(../img/products/spec_dt_08.png);
}

#body_products #content > .inner #spec .inner dl dt:nth-of-type(9) {
  background-image: url(../img/products/spec_dt_09.png);
}

#body_products #content > .inner #spec .inner dl dd {
  position: relative;
  width: 250px;
  margin-left: 10px;
  top: 1px;
  margin-bottom: 10px;
  color: #432f1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 1.5px;
}

#body_products #content > .inner #spec .inner dl dd span {
  display: inline-block;
  opacity: 0.5;
}

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