@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* reset
-------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td, figure, section, article {
  margin: 0;
  padding: 0;
}
body {
  font: 13px/1 "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
* html body {
  font-size: small;
}
*:first-child + html body {
  font-size: small;
}
img {
  border: 0;
  vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
ul, dl, ol {
  text-indent: 0;
}
li {
  list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
* html input, * html textarea, * html select {
  font-size: 100%;
}
*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
th, td {
  text-align: left;
  vertical-align: top;
}
caption {
  text-align: left;
}
pre, code, kbd, samp, tt {
  font-family: monospace;
}
* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}
*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}
input, select, textarea, button {
  font-size: 100%;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
*:focus {
  outline: none;
}
/* base
-------------------------------------------------------*/
body {
  letter-spacing: 0.03em;
  color: #333;
}
* {
  box-sizing: border-box;
}
strong {
  font-weight: bold;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}
a:hover img {}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 100%;
}
.clear {
  clear: both;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb4 {
  margin-bottom: 4px !important;
}
.mb8 {
  margin-bottom: 8px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb1em {
  margin-bottom: 1em !important;
}
.mb2em {
  margin-bottom: 2em !important;
}
.mb3em {
  margin-bottom: 3em !important;
}
.mb4em {
  margin-bottom: 4em !important;
}
.mb5em {
  margin-bottom: 5em !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt30 {
  margin-top: 30px !important;
}
.fs11 {
  font-size: 11px !important;
}
.fs12 {
  font-size: 12px !important;
}
.fs13 {
  font-size: 13px !important;
}
.fs14 {
  font-size: 14px !important;
}
.fs15 {
  font-size: 15px !important;
}
.fs16 {
  font-size: 16px !important;
}
.fs17 {
  font-size: 17px !important;
}
.fs18 {
  font-size: 18px !important;
}
.al-center {
  text-align: center;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.inner {
  width: 1200px;
  margin: auto;
  position: relative;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}
br.sp{
  display: none;
}
/* header
-----------------------------------------------------*/
header {
  position: relative;
}
header .inner {
  height: 80px;
}
header #logo {
  padding-top: 17px;
}
#menu {
  background: #ed658d;
}
nav ul#mainmenu {
  width: 1200px;
  margin: auto;
  display: table;
}
nav ul#mainmenu li {
  display: table-cell;
  text-align: center;
  height: 60px;
  vertical-align: middle;
  width: 16.6%;
}
nav ul#mainmenu li {
  background: url(../images/nav_line.png) no-repeat left center;
}
nav ul#mainmenu li:last-child {
  background: url(../images/nav_line.png) no-repeat left center, url(../images/nav_line.png) no-repeat right center;
}
nav ul#mainmenu a {
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
header address {
  position: absolute;
  top: 0;
  right: 0;
}
header address ul li:first-child {
  background: url(../images/bg_pink.png);
}
header address ul li:last-child {
  background: url(../images/bg_green.png);
  margin-left: 10px;
}
header address ul li {
  display: inline-block;
}
header address ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  text-align: center;
  width: 130px;
  height: 72px;
  padding-top: 5px;
}
header address ul li a span {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 9px;
  display: block;
  margin: 7px 0;
}
/* footer
-----------------------------------------------------*/
footer {
  background: url(../images/footer_bg.png);
  padding: 30px 0;
}
footer ul.footernav {}
footer ul.footernav > li {
  float: left;
  margin-right: 30px;
}
footer ul.footernav > li li {
  margin-top: 20px;
}
footer ul.footernav a:before {
  content: url(../images/ico_link_pink.svg);
  margin-right: 8px;
}
footer ul.footersns {
  float: right;
}
footer ul.footersns li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
footer ul.footersns li img {
  vertical-align: middle;
  margin-right: 5px;
}
footer #footerlogo {
  float: right;
  clear: right;
  margin-top: 74px;
}
#fixedbnr {
  position: fixed;
  top: 191px;
  right: 0;
}
#fixedbnr li{
  float: right;
  clear: both;
}
#fixedbnr li ~ li {
  margin-top: 10px;
}
#spfixedbnr {
  display: none;
}
@media only screen and (max-height: 900px) {
  ul#fixedbnr{
    top: 180px;
  }
  ul#fixedbnr li img{
    width: 38px;
    height: auto;
  }
  ul#fixedbnr li:last-child img{
    width: 70px;
  }
}

/*2024年3月追加*/
.nav_accordion {
  cursor: pointer;
}

.nav_accordion_body {
  display: none;
}


/* index
-----------------------------------------------------*/
#toph1 {
  font-size: 12px;
  margin: 5px 0px 5px 50px;
}
article#index {
  width: auto;
  float: none;
  margin-top: 0;
}
#visual {
  text-align: center;
  background-color: #fff;
}
#visual img {
  width: 100%;
  height: auto;
}
section#collection h2 {
  text-align: center;
  position: relative;
  width: 900px;
  margin: auto;
  padding: 40px 0;
}
section#collection h2:before {
  content: "";
  display: block;
  width: 129px;
  height: 129px;
  background: url(../images/ico_sakura.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 40px;
  left: 0;
}
section#collection h2:after {
  content: "";
  display: block;
  width: 129px;
  height: 129px;
  background: url(../images/ico_sakura.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 0;
}
h2 .eng {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.2em;
  line-height: 1.3em;
}
h2 .jp {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: inline-block;
  margin-bottom: 20px;
}
section#collection .bg {
  background-color: #ffebeb;
  background-image: url(../images/top/collection_bg02.png), url(../images/top/collection_bg01.png);
  background-repeat: repeat-x, no-repeat;
  background-position: top center, top center;
  padding-top: 50px;
  position: relative;
}
section#collection .inner {
  height: 590px;
  overflow: hidden;
}
section#collection .bg p {
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
}
section#collection .bg img.main {
  position: absolute;
  left: 0;
  bottom: 0;
}
section#collection .carousel {
  float: right;
  width: 500px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
section#collection .carousel-cell {
  width: 100%;
  text-align: center;
}
section#collection .carousel-cell a {
  float: left;
}
section#collection .carousel-cell a:nth-child(4n + 1) {
  clear: both;
}
section#collection .carousel-cell img {
  width: 115px;
  height: auto;
  margin: 5px;
}
.btn100 a {
  display: block;
  background: #ed658d;
  border-bottom: 4px solid #d73552;
  height: 144px;
  font-weight: bold;
  font-size: 19px;
  padding-top: 38px;
  color: #fff;
}
.btn100 a .inner {
  width: 656px;
  margin: auto;
}
.btn100 a .inner img {
  position: absolute;
  top: 0;
  right: 0;
}
.btn100 a span {
  display: block;
  font-size: 38px;
  color: #fffa1a;
  margin-bottom: 15px;
}
.btn100 a:active {
  border-top: 4px solid #ed658d;
  border-bottom: 0;
}
section#topfive {
  background: url(../images/bg_pink01.png);
  text-align: center;
  padding: 70px 0;
}
section#topfive h2 {
  margin-bottom: 50px;
}
section#topfive h3 {
  font-size: 25px;
  color: #ea4677;
  text-align: center;
  line-height: 1.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
section#topfive .inner {
  background: url(../images/top/five_bg.png) no-repeat top center;
  width: 1200px;
  height: 634px;
  position: relative;
  padding-top: 50px;
}
section#topfive .inner a {
  position: absolute;
}
section#topfive .inner a:nth-of-type(1) {
  top: 120px;
  left: 10px;
}
section#topfive .inner a:nth-of-type(2) {
  top: 175px;
  left: 271px;
}
section#topfive .inner a:nth-of-type(3) {
  top: 120px;
  left: 480px;
}
section#topfive .inner a:nth-of-type(4) {
  top: 190px;
  left: 631px;
}
section#topfive .inner a:nth-of-type(5) {
  top: 120px;
  left: 907px;
}
section#topprice {
  background-image: url(../images/top/price_bg.png), url(../images/bg_paper.png);
  background-repeat: no-repeat, repeat;
  background-position: center 67px, top center;
}
h2.center {
  text-align: center;
}
section#topprice {
  padding-bottom: 160px;
}
section#topprice h2 {
  text-align: center;
  padding: 50px;
}
section#topprice ul {
  /*	width:1200px;*/
  width: 760px;
  margin: auto;
}
section#topprice ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
section#topprice ul li:nth-child(3), section#topprice ul li:nth-child(5) {
  margin-right: 0;
}
.lineflower {
  position: relative;
}
.lineflower:before {
  content: "";
  display: block;
  width: 100%;
  height: 62px;
  position: absolute;
  margin-top: -35px;
  background: url(../images/line_flower.png) top center;
}
section#newslist {
  background: url(../images/bg_yellow.png);
  padding-bottom: 50px;
}
section#newslist h2 {
  padding: 50px 0;
}
#newslist ul.newscarousel {
  width: 1050px;
  margin: auto;
}
#newslist ul.newscarousel li.cell {
  width: 246px;
  padding: 15px;
  background: #fff;
  margin: 0 10px;
  min-height: 250px;
  line-height: 1.5em;
}
#newslist ul.newscarousel li.cell img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#newslist ul.newscarousel li.cell .cat {
  float: right;
  width: 110px;
  background: #ed658d;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
#newslist ul.newscarousel li.cell h3 {
  margin-top: 10px;
}
div.btn50:after {
  content: "";
  display: block;
  clear: both;
}
div.btn50 .eng {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}
div.btn50 .jp {
  font-size: 26px;
  font-weight: bold;
}
div.btn50 a {
  display: block;
  width: 50%;
  color: #fff;
  text-align: center;
  height: 160px;
  padding-top: 45px;
}
div.btn50 a:first-child {
  float: left;
  background-image: url(../images/arrow_white.svg), url(../images/bg_pink.png);
  background-repeat: no-repeat, repeat;
  background-position: 95% center, top left;
}
div.btn50 a:last-child {
  float: right;
  background-image: url(../images/arrow_white.svg), url(../images/bg_green.png);
  background-repeat: no-repeat, repeat;
  background-position: 95% center, top left;
}
section#shoplist {
  padding: 70px 0;
  border-top: 1px solid #dfdfdf;
}
section#shoplist ul:after {
  content: "";
  display: block;
  clear: both;
}
section#shoplist ul {
  width: 1200px;
  margin: auto;
}
section#shoplist ul li {
  float: left;
  width: 240px;
  border-right: 1px solid #d7d7d7;
  line-height: 1.5em;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
section#shoplist ul li:nth-child(5n + 1) {
  clear: both;
  border-left: 1px solid #d7d7d7;
}
section#shoplist ul li h4 {
  font-weight: bold;
}
section#shoplist h2 {
  position: relative;
  width: 480px;
  height: 100px;
  line-height: 115px;
  margin: auto;
  margin-bottom: 40px;
}
section#shoplist h2:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  /* background: url(../images/ico_sakura.png) no-repeat left top;*/
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
section#shoplist h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  /* background: url(../images/ico_sakura.png) no-repeat left top; */
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
}
section#shoplist h4 a {
  color: #3993cb;
}
section#topbnr {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px dashed #ed658d;
}
section#topbnr h2 {
  padding: 50px 0;
}
section#topbnr li {
  display: inline-block;
}
section#topbnr li ~ li {
  margin-left: 20px;
}
/* 下層共通
-----------------------------------------------------*/
#contentswrapper {
  width: 1200px;
  margin: auto;
  margin-bottom: 80px;
}
#contentswrapper:after {
  content: "";
  display: block;
  clear: both;
}
article .pink {
  color: #e33178;
}
aside {
  width: 240px;
  float: left;
  margin-top: 20px;
}
aside h3.title, aside h3.black {
  border-bottom: 4px solid #ed658d;
  vertical-align: middle;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
aside h3.title:before, aside h3.black:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: url(../images/aside_title.png) no-repeat;
  background-size: contain;
  font-size: 12px;
  vertical-align: -8px;
  margin-right: 10px;
}
aside h3.title span, aside h3.black span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
}
aside ul.navlist {
  margin-bottom: 20px;
}
aside ul.navlist li {
  border-bottom: 1px dotted #555555;
  font-size: 15px;
}
aside ul.navlist li a {
  background-size: 8px auto;
  display: block;
  padding: 15px;
}
aside ul.navlist li.current, aside ul.navlist li.current-cat {
  background: #ffebeb;
}
aside div.ranking {
  border: 2px solid #ed658d;
  margin-bottom: 20px;
}
aside div.ranking h3 {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #ed658d;
}
aside div.ranking h3 span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  display: block;
  margin-bottom: 10px;
}
aside div.ranking ul.tabs {
  padding: 10px;
  margin-bottom: 10px;
}
aside div.ranking ul.tabs li {
  float: left;
  width: 25%;
}
aside div.ranking ul.tabs li a {
  background: #000;
  display: block;
  color: #fff;
  font-size: 11px;
  text-align: center;
  border-right: 1px solid #fff;
  padding: 5px 0;
}
aside div.ranking ul.tabs li a.current {
  background: #ed658d;
  color: #fff;
}
aside div.ranking div.ranklist {
  margin: 0 10px;
}
aside div.ranking div.ranklist li:after {
  content: "";
  display: block;
  clear: both;
}
aside div.ranking div.ranklist li {
  border-top: 1px solid #ed658d;
  font-size: 11px;
  line-height: 1.25em;
  padding: 10px 0;
}
aside div.ranking div.ranklist li:first-child {
  border-top: 0;
}
aside div.ranking div.ranklist li img {
  width: 66px;
  height: auto;
  float: left;
  margin-right: 8px;
}
aside div.youtube {
  background: url(../images/aside_youtube_bg.png) no-repeat left top #ffd7e7;
  border: 1px solid #d44d86;
  padding: 10px;
  margin-bottom: 20px;
}
aside div.youtube h3 {
  font-size: 16px;
  color: #cd3979;
  text-align: center;
  padding: 10px;
}
aside div.youtube img {
  width: 100%;
  height: auto;
}
aside div.youtube iframe, aside div.youtube video {
  width: 100%;
  height: auto;
}
aside ul.btnpink {
  margin-bottom: 20px;
}
aside ul.btnpink li ~ li {
  margin-top: 10px;
}
aside ul.btnpink li a {
  background: #ffd7e7;
  border: 1px solid #000;
  border-radius: 5px;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
aside ul.btnpink li a img {
  vertical-align: middle;
  margin-right: 10px;
}
aside div.fbbox {
  margin-bottom: 20px;
}
aside div.fbbox h3 {
  text-align: center;
  line-height: normal;
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
ul#fixedlink {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 100;
}
ul#fixedlink li {
  margin-bottom: 20px;
}
aside ul.btnpink.productbtn li a {
  background-image: url(../images/ico_link.svg);
  background-size: 8px auto !important;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
a.blue {
  color: #0066bd;
}
/*search*/
#index #modal .forminner {
  background: #ffecea;
  border-radius: 10px;
  width: 990px;
  margin: auto;
  padding: 40px;
  color: #272c6d;
}
#index #modal .forminner:after {
  content: "";
  display: block;
  clear: both;
}
#index #modal #type {
  float: left;
  width: 140px;
}
#index #modal #type li ~ li {
  margin-top: 15px;
}
#index #modal #type li br {
  display: none;
}
#index #modal #type label {
  vertical-align: middle;
  font-size: 16px;
  cursor: pointer;
}
#index #modal #type label img {
  vertical-align: middle;
  margin-right: 10px;
}
#index #modal #color {
  width: 220px;
  float: left;
  margin-right: 40px;
}
#index #modal #color:after {
  content: "";
  display: block;
  clear: both;
}
#index #modal dt {
  background: #ff9a9a;
  color: #fff;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
}
#index #modal #color dd {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: 10px 12px;
}
#index #modal #color dd:nth-of-type(5n) {
  margin-right: 0;
}
#index #modal #color dd label {
  width: 36px;
  height: 36px;
  display: block;
  cursor: pointer;
}
#searchbox dl#color dd.checked {
  background-image: url(../images/ico_check.svg);
}
#searchbox dl#color dd.white.checked, #searchbox dl#color dd.yellow.checked {
  background-image: url(../images/ico_check_black.svg);
}
#searchbox dl#color dd input {
  visibility: hidden;
}
#searchbox dl#color dd.red {
  background-color: #ff0000;
}
#searchbox dl#color dd.blue {
  background-color: #0000ef;
}
#searchbox dl#color dd.yellow {
  background-color: #ffff00;
}
#searchbox dl#color dd.green {
  background-color: #398b4a;
}
#searchbox dl#color dd.orange {
  background-color: #f7931e;
}
#searchbox dl#color dd.skyblue {
  background-color: #a3f4ef;
}
#searchbox dl#color dd.yellowgreen {
  background-color: #a4e43f;
}
#searchbox dl#color dd.purple {
  background-color: #662d91;
}
#searchbox dl#color dd.pink {
  background-color: #ff7bac;
}
#searchbox dl#color dd.black {
  background-color: #000000;
}
#searchbox dl#color dd.white {
  background-color: #fff;
}
#searchbox dl#color dd.beige {
  background-color: #d6b998;
}
#searchbox dl#color dd.grey {
  background-color: #cccccc;
}
#searchbox #price {
  width: 226px;
  float: left;
  margin-right: 40px;
  text-align: center;
}
#searchbox #price .pricetype {
  margin-bottom: 20px;
}
#searchbox #price dd.pricerange select {
  width: 100%;
  display: block;
  padding: 5px;
}
#searchbox #price dd.pricerange span {
  display: inline-block;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center;
  font-size: 19px;
  padding: 6px 0;
}
#searchbox #models {
  width: 226px;
  float: left;
}
#searchbox #models dd select {
  width: 100%;
  display: block;
  padding: 5px;
}
#searchbox .btnbox {
  text-align: center;
  margin-top: 30px;
  vertical-align: middle;
}
#searchbox .btnbox button#clear {
  background: #fff;
  border: 1px solid #272c6d;
  width: 162px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 20px;
  font-size: 16px;
}
#searchbox .btnbox button[type="submit"] {
  background: #272c6d;
  border: 0;
  color: #fff;
  width: 355px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
#searchbox .btnbox button[type="submit"]:before {
  content: url(../images/ico_loop.svg);
  display: inline-block;
  vertical-align: -3px;
  margin-right: 5px;
}
aside #searchbox {
  border: 2px solid #ed658d;
  margin-bottom: 20px;
}
aside #searchbox #modalclose {
  display: none;
}
aside #searchbox .titlebox h3 {
  border: 0;
}
aside #searchbox .titlebox h3 span {}
aside #modal ul#type {
  border-bottom: 1px solid #ed658d;
  padding: 15px;
  text-align: center;
  margin-bottom: 0;
}
aside #modal #modalclose {
  position: absolute;
  top: 0;
  right: 0;
}
aside #modal ul#type li {
  display: inline-block;
  margin: 0 5px;
  font-size: 11px;
}
aside #modal ul#type li label {
  cursor: pointer;
}
label {
  display: inline-block;
}
label img {
  pointer-events: none;
}
aside #modal ul#type li img {
  margin-right: 0;
  margin-bottom: 5px;
  width: 48px;
  height: auto;
}
#modal ul#type li img.hide {
  display: none;
}
#modal ul#type li input {
  display: none;
}
aside #modal ul#type li br {
  display: inline;
}
aside #modal dl {
  border-bottom: 1px solid #ed658d;
  padding: 15px;
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
}
aside h3.style01 {
  text-align: center;
  padding: 20px 0;
}
aside h3.style01 span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-right: 10px;
  display: block;
  margin-bottom: 10px;
}
aside #searchbox dl dt {
  padding-bottom: 15px;
  text-align: left;
  font-weight: bold;
  text-align: center;
  color: #000;
}
aside #searchbox dl dt:before, aside #searchbox dl dt:after {
  content: " ― ";
}
aside #searchbox dl dt img {
  vertical-align: middle;
  margin-right: 10px;
}
aside #searchbox dl#textsearch {
  border-top: 1px solid #ed658d;
}
aside #searchbox dl#textsearch dd:after {
  content: "";
  display: block;
  clear: both;
}
aside #searchbox dl#textsearch dd input {
  width: 70%;
  float: left;
  box-sizing: border-box;
  border: 1px solid #000;
  height: 30px;
  padding: 4px;
}
aside #searchbox dl#textsearch dd button {
  width: 30%;
  box-sizing: border-box;
  float: left;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  height: 30px;
}
aside #searchbox dl#color:after {
  content: "";
  display: block;
  clear: both;
}
aside #searchbox dl#color {
  padding: 0;
}
aside #searchbox dl#color dt {
  display: block;
  padding: 15px;
}
aside #searchbox dl#color dd {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  margin-left: 14px;
  margin-bottom: 11px;
  background-repeat: no-repeat;
  background-position: 7px 9px;
}
aside #searchbox dl#color dd.white {
  border: 1px solid #dfdfdf;
}
aside #searchbox dl#color dd label {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
aside #searchbox dl#color dd input {
  display: none;
}
aside #searchbox dl#price dd ~ dd {
  margin-top: 10px;
}
aside #searchbox .btnbox a {
  display: none;
}
aside #searchbox .btnbox {
  padding-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 0;
}
aside #searchbox .btnbox button[type="submit"] {
  width: 100%;
  font-size: 14px;
  background: #000;
  border-radius: 3px;
}
aside #searchbox dl select {
  width: 100%;
}
aside #searchbox dl#price dt div {
  font-size: 11px;
  line-height: 11px;
  margin: 8px 0;
  font-weight: normal;
}
aside #searchbox dl#price dt div input {
  vertical-align: text-bottom;
}
ul.searchcqueries {
  background: #faf5ef;
  padding: 15px 15px 5px 15px;
  margin-bottom: 20px;
}
ul.searchcqueries li {
  display: inline-block;
  background: #fff;
  padding: 4px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
p.querytext {
  font-weight: bold;
  margin-bottom: 10px;
}
#search aside .navlist li.current-cat {
  background: none !important;
}
aside ul.conversionlink {
  margin-bottom: 20px;
}
aside ul.conversionlink li {
  margin-bottom: 10px;
}
aside ul.conversionlink li a {
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 15px;
}
aside ul.conversionlink li.catalog a {
  background-image: url(../images/ico_book.svg), url(../images/bg_pink.png);
  background-repeat: no-repeat, repeat;
  background-size: 26px auto, auto;
  background-position: 10px center;
  border-radius: 5px;
}
aside ul.conversionlink li.store a {
  background-image: url(../images/ico_mail.svg), url(../images/bg_green.png);
  background-repeat: no-repeat, repeat;
  background-size: 26px auto, auto;
  background-position: 10px center;
  border-radius: 5px;
}
aside ul.sns {
  line-height: 1.5em;
  margin-bottom: 20px;
}
aside ul.sns li:after {
  content: "";
  display: block;
  clear: both;
}
aside ul.sns li img {
  float: left;
  margin-right: 10px;
}
/* searchbox_renew
-----------------------------------------------------*/
#searchbox_renew{
  background: #FFFCFD;
  padding: 0 10px 30px 10px;
  margin-bottom: 50px;
}
#searchbox_renew .titlebox h3{
  background: #ed658d;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 15px 10px;
  margin-bottom: 5px;
  margin-left: -10px;
  margin-right: -10px;
}
#searchbox_renew #type{
  margin-left: -10px;
  margin-right: -10px;
}
#searchbox_renew #type li + li{
  margin-top: 2px;
}
#searchbox_renew #type li label{
  display: block;
  position: relative;
  background: #F5F5F5;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
}
#searchbox_renew #type li label span.txt{
  position: relative;
  z-index: 1;
  font-weight: bold;
  font-size: 14px;
}
#searchbox_renew #type li label input{
  display: none;
}
#searchbox_renew #type li label span.checkico{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/ico_check_pink.svg) no-repeat #FFE7EA;
  background-position: 6px center;
  z-index: 0;
  border: 1px solid #FD818F;
  box-sizing: border-box;
  display: none;
}
#searchbox_renew #type li label input[type="checkbox"]:checked +  span.checkico{
  display: block;
}
#searchbox_renew #type li label input[type="checkbox"]:checked +  span.checkico + span.txt{
  color: #FD818F;
}
#searchbox_renew h4{
  font-weight: bold;
  border-left: 3px solid #3E3E3E;
  padding: 3px 0 3px 5px;
  font-size: 16px;
  margin: 1em 0 0 0;
  background: #fff;
}
#searchbox_renew h5{
  font-weight: bold;
  margin: 2em 0 0.5em 0;
  font-size: 16px;
}
#searchbox_renew h4 + h5{
  margin-top: 1em;
}
#searchbox_renew ul#color{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#searchbox_renew ul#color li{
  width: calc(50% - 5px);
  background: #F5F5F5;
}
#searchbox_renew ul#color li:nth-child(2) ~ li{
  margin-top: 5px;
}
#searchbox_renew ul#color li label{
  display: block;
  text-align: center;
  padding: 7px 0;
  cursor: pointer;
}
#searchbox_renew ul#color li label input{
  display: none;
}
#searchbox_renew ul#color li.red.checked {
  background: #ea5e5e;
}
#searchbox_renew ul#color li.blue.checked {
  background: #5e82ea;
}
#searchbox_renew ul#color li.yellow.checked {
  background: #eae55e;
}
#searchbox_renew ul#color li.green.checked {
  background: #78ea5e;
}
#searchbox_renew ul#color li.orange.checked {
  background: #eac15e;
}
#searchbox_renew ul#color li.skyblue.checked {
  background: #bcd4ff;
}
#searchbox_renew ul#color li.yellowgreen.checked {
  background: #D7E288;
}
#searchbox_renew ul#color li.purple.checked {
  background: #c288fd;
}
#searchbox_renew ul#color li.pink.checked {
  background: #ffb9ea;
}
#searchbox_renew ul#color li.black.checked {
  background: #4e4e4e;
  color: #fff;
}
#searchbox_renew ul#color li.white.checked {
  background: #fff;
}
#searchbox_renew ul#color li.beige.checked {
  background: #e2d7c3;
}
#searchbox_renew ul#color li.grey.checked {
  background: #b6b6b6;
}
#searchbox_renew #pricetype{
  display: flex;
}
#searchbox_renew #pricetype li{
  font-weight: bold;
  font-size: 11px;
}
#searchbox_renew #pricetype li + li{
  margin-left: 10px;
}
#searchbox_renew #pricetype li label{
  display: block;
  cursor: pointer;
}
#searchbox_renew #pricetype li label input{
  display: none;
}
#searchbox_renew #pricetype li label span.radio{
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #666666;
  position: relative;
  border-radius: 100%;
  vertical-align: -3px;
  margin-right: 4px;
	box-sizing: content-box;
}
#searchbox_renew #pricetype li label span.radio:before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #FD818F;
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}
#searchbox_renew #pricetype li label input[type="radio"]:checked + span.radio:before{
  display: inline-block;
}
#searchbox_renew #sell_checkboxlist,
#searchbox_renew #rental_checkboxlist{
	display: none;
}
#searchbox_renew #sell_checkboxlist.active,
#searchbox_renew #rental_checkboxlist.active{
	display: block;
}
#searchbox_renew ul.checkboxlist{
  margin: 10px 0;
}
#searchbox_renew ul.checkboxlist li + li{
  margin-top: 5px;
}
#searchbox_renew ul.checkboxlist li label{
  display: flex;
  align-items: center;
  cursor: pointer;
}
#searchbox_renew ul.checkboxlist li label input{
  display: none;
}
#searchbox_renew ul.checkboxlist li label span.label{
  line-height: 1.25em;
  font-size: 11px;
}
#searchbox_renew ul.checkboxlist li label span.checkbox{
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 1px solid #F5F5F5;
  background: #fff;
  position: relative;
  margin-right: 4px;
  flex-shrink: 0;
	box-sizing: content-box;
}
#searchbox_renew ul.checkboxlist li label input[type="checkbox"]:checked + span.checkbox{
  border-color: #FD818F;
  background: #FFE7EA;
}
#searchbox_renew ul.checkboxlist li label input[type="checkbox"]:checked + span.checkbox:after{
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ico_check_pink.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 4px;
}
#searchbox_renew .btnbox button{
  display: block;
  width: 100%;
  border: 0;
  background: #3E3E3E;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
  font-size: 18px;
  cursor: pointer;
}
#searchbox_renew.sp_popup{
  display: none;
}
#searchbox_renew h5.open_accordion .plus{
  display: none;
}
/*article
---------------------------------------------*/
article {
  width: 920px;
  float: right;
  margin-top: 7px;
}
div.nav_s {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #888888;
}
div.nav_s a {
  color: #888888;
}
article h1.single {
  font-size: 30px;
  border-bottom: 4px double #ed658d;
  padding-bottom: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
article h1.single:before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../images/ico_sakura.png) no-repeat left top;
  background-size: contain;
  vertical-align: -11px;
  margin-right: 20px;
}
article h1.single:after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  background: url(../images/ico_sakura.png) no-repeat left top;
  background-size: contain;
  vertical-align: -11px;
  margin-left: 20px;
}
article.content {
  line-height: 1.75em;
  font-size: 14px;
}
ul.pagenav {
  text-align: center;
  margin: 50px 0;
}
ul.pagenav li {
  display: inline-block;
  width: 200px;
  margin: 0 10px;
  margin-bottom: 10px;
}
ul.pagenav li a {
  display: block;
  border: 1px solid #ed658d;
  color: #ed658d;
  border-radius: 5px;
  padding: 10px 0;
  position: relative;
}
ul.pagenav li a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(98, 102, 149, 0);
  border-top-color: #ed658d;
  border-width: 6px;
  margin-left: -6px;
}
ul.pagenav li.current a {
  background: #ed658d;
  color: #fff;
}
h2.line {
  background: url(../images/h2_line.jpg) repeat-x bottom;
  font-size: 26px;
  padding-bottom: 29px;
  padding-left: 3px;
  margin-bottom: 30px;
  margin-top: 80px;
}
h1 + h2.line {
  margin-top: 50px;
}
h3.line {
  background: url(../images/h3_line.png) repeat-x bottom;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
}
/* 商品一覧
---------------------------------------------*/
div.productsorder{
  text-align: right;
  margin-bottom: 20px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
div.productsorder a.active{
  font-weight: bold;
}
ul.productlist:after {
  content: "";
  display: block;
  clear: both;
}
ul.productlist li {
  float: left;
  margin-right: 26px;
  text-align: center;
  margin-bottom: 30px;
}
ul.productlist li:nth-child(4n) {
  margin-right: 0;
}
div.wp-pagenavi {
  text-align: center;
}
div.wp-pagenavi span, div.wp-pagenavi a {
  display: inline-block;
  padding: 12px 16px;
}
/*卒業袴 紋付袴ボタン非表示*/
ul.productlist li.hakama .favbtn,
ul.productlist li.mens .favbtn,
#products.hakama .favbtn,
#products.mens .favbtn,
#products.hakama #contantbtn_fav p,
#products.mens #contantbtn_fav p{
  display: none;
}

/* 商品詳細
---------------------------------------------*/
#products.detail .leftbox {
  float: left;
  width: 362px;
}
#products.detail .leftbox figure{
	position: relative;
}
#products.detail .leftbox .fewlefticon{
	position: absolute;
	top: 0;
	right: 0;
}
#products.detail .leftbox .fewlefticon img{
	width: 74px;
	height: auto;
}
#products.detail .rightbox {
  float: right;
  width: 520px;
}
#products.detail .rightbox * {
  line-height: 1.75em;
}
#products.detail .rightbox h1 span {
  font-size: 28px;
  vertical-align: middle;
  margin-left: 10px;
}
#products.detail .rightbox h1 {
  color: #000;
}
#products.detail .rightbox .producttitle{
	display: flex;
  margin-bottom: 30px;
}
#products.detail .rightbox .producttitle p.fewleft{
  font-size: 11px;
  font-weight: bold;
	color: #fff;
	text-align: center;
	background: #CD0003;
	padding: 4px 11px;
	border-radius: 30px;
	align-self: center;
	margin-left: 10px;
	margin-bottom: 5px;
	visibility: hidden;
}
#products.detail p.note {
  margin-bottom: 40px;
  font-size: 11px;
}
#products.detail .rightbox dl {}
#products.detail .rightbox dl dt {
  color: #ed658d;
  border: 1px solid #ed658d;
  padding: 3px 0;
  width: 8em;
  text-align: center;
  display: inline-block;
  float: left;
  clear: left;
  margin-bottom: 20px;
  margin-right: 10px;
}
#products.detail .rightbox dl dd {
  display: inline-block;
  padding: 3px 0;
  float: left;
  margin-bottom: 20px;
}
#products.detail .rightbox ul.spec {
  background: #ffeaf0;
  padding: 10px;
  margin-top: 30px;
}
#products.detail h4 {
  font-weight: bold;
  border-bottom: 1px solid #000;
  margin-top: 50px;
  font-size: 15px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#products.detail #gallerythumb .gallery-cell {
  margin: 0 5px;
  width: 140px;
}
#products.detail #gallerythumb .gallery-cell img {
  width: 140px;
  height: auto;
}
#products.detail #gallerythumb .gallery-cell .wherego_title {
  display: block;
  text-align: center;
  margin-top: 5px;
}
#contentlinks.l2 {
  width: 760px;
  margin: auto;
}
#contentlinks.l2:after {
  content: "";
  display: block;
  clear: both;
}
#contentlinks.l2 li {
  float: left;
  margin-bottom: 20px;
}
#contentlinks.l2 li:nth-child(even) {
  float: right;
}
#contentlinks.l2 li:nth-child(2n + 1) {
  clear: both;
}
p.productnote {
  margin-top: 3em;
  line-height: 1.5em;
}
div.socialbtn {
  text-align: center;
  margin-top: 30px;
}
div.socialbtn ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 1em;
}
.contactbtn_l2 {
  margin: auto;
  margin-bottom: 60px;
  margin-top: 20px;
}
.contactbtn_l2 ul:after {
  content: "";
  display: block;
  clear: both;
}
.contactbtn_l2 ul {
  margin-bottom: 20px;
  margin-top: 60px;
}
.contactbtn_l2 li {
  margin-bottom: 10px;
  display: inline-block;
  width: 48%;
}
.contactbtn_l2 li:last-child {
  float: right;
}
.contactbtn_l2 li a {
  display: block;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
}
.contactbtn_l2 li:first-child a {
  background-image: url(../images/ico_book.svg), url(../images/bg_pink.png);
  background-repeat: no-repeat, repeat;
  background-size: 26px auto, auto;
  background-position: 10px center;
  border-radius: 5px;
  font-weight: bold;
}
.contactbtn_l2 li:last-child a {
  background-image: url(../images/ico_mail.svg), url(../images/bg_green.png);
  background-repeat: no-repeat, repeat;
  background-size: 26px auto, auto;
  background-position: 10px center;
  border-radius: 5px;
  font-weight: bold;
}
#contentlinks.l2 li img {
  width: 100%;
  height: auto;
}
ul.ranklist li{
  position: relative;
}
ul.ranklist li:before{
  content: "1";
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border-radius: 100px;
  background: #FFAA00;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 1;
}
ul.ranklist li:nth-child(2):before{
  content: "2";
  background: #E6C789;
}
ul.ranklist li:nth-child(3):before{
  content: "3";
  background: #B88318;
}
ul.ranklist li:nth-child(4):before{
  content: "4";
  background: #44361B;
}
aside #productrank ul.tabs {
  margin-bottom: 5px;
}
aside #productrank div.ranklist li {
  border-top: 0;
  width: 50%;
  float: left;
  margin: 0;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
aside #productrank div.ranklist li:nth-child(2n + 1) {
  clear: both;
}
aside #productrank div.ranklist li img {
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}
ul.productlist.four {
  margin: auto;
  width: 850px;
}
ul.productlist.four li{
	position: relative;
}
ul.productlist.four li, ul.productlist.four li:nth-child(3n) {
  margin-right: 55px;
}
ul.productlist.four li:nth-child(4n) {
  margin-right: 0;
}
ul.productlist.four li:nth-child(4n + 1) {
	clear: both;
}
ul.productlist.four li .fewlefticon{
	position: absolute;
	top: 0;
	right: 0;
}
aside #productrank div.ranklist li:nth-child(1):before {
  content: "1";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ed658d;
  border-radius: 50%;
}
aside #productrank div.ranklist li:nth-child(2):before {
  content: "2";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ed658d;
  border-radius: 50%;
}
aside #productrank div.ranklist li:nth-child(3):before {
  content: "3";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ed658d;
  border-radius: 50%;
}
aside #productrank div.ranklist li:nth-child(4):before {
  content: "4";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ed658d;
  border-radius: 50%;
}
aside #productrank div.ranklist li:nth-child(5):before {
  content: "5";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ed658d;
  border-radius: 50%;
}
aside #productrank div.ranklist li:nth-child(6):before {
  content: "6";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #ed658d;
  border-radius: 50%;
}
/*news
---------------------------------------------*/
article#news .newslist:after {
  content: "";
  display: block;
  clear: both;
}
article#news h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
article#news h2:before {
  content: "――　";
  letter-spacing: 0;
  color: #ed658d;
}
article#news h2:after {
  content: "　――";
  letter-spacing: 0;
  color: #ed658d;
}
article#news .newslist li {
  float: left;
  width: 292px;
  height: 280px;
  margin-right: 20px;
  line-height: 1.25em;
  font-size: 12px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 10px;
}
article#news .newslist li:nth-child(3n) {
  margin-right: 0;
}
article#news .newslist li:nth-child(3n + 1) {
  clear: both;
}
article#news .newslist li h3 {
  margin: 10px 0;
  line-height: 1.5em;
  overflow: hidden;
}
article#news .newslist li img {
  width: 100%;
  height: auto;
}
article#news .newslist li p.cat {
  color: #696969;
}
article#news .newslist li p.cat a {
  color: #696969;
}
ul.pagination {
  clear: both;
  text-align: center;
  padding-top: 30px;
}
ul.pagination li {
  display: inline-block;
}
ul.pagination li a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  background: #000;
  color: #fff;
}
ul.pagination li.current a {
  background: #ffd7e8;
  color: #000;
}
article#news_detail h1 {
  border-bottom: 4px double #ed658d;
  font-size: 28px;
  line-height: 1.5em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 10px;
}
article#news_detail ul.meta {
  text-align: right;
  margin-bottom: 20px;
}
article#news_detail ul.meta li {
  display: inline-block;
  margin-left: 10px;
}
article#news_detail figure {
  text-align: center;
  margin-bottom: 20px;
}
article#news_detail {
  line-height: 2em;
}
article#news_detail #content h2 {
  background: url(../images/h2_line.jpg) repeat-x bottom;
  font-size: 26px;
  padding-bottom: 29px;
  padding-left: 3px;
  margin-bottom: 30px;
  margin-top: 80px;
}
article#news_detail #content h3 {
  background: url(../images/h3_line.png) repeat-x bottom;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 50px;
}
article#news_detail #content h4 {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ed658d;
  margin-bottom: 20px;
}
article#news_detail #content h5 {
  font-weight: bold;
  margin: 1em 0;
}
article#news_detail #content blockquote {
  margin: 0px 0px 30px 0px;
  padding: 18px 25px;
  border: #808080 1px solid;
}
article#news_detail #content blockquote p {
  padding: 0px 0px 0px 17px;
  border-left: #666 8px solid;
  color: #666666;
}
article#news_detail #content ul, article#news_detail #content ol {
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 30px 0px;
}
article#news_detail #content ul li {
  list-style-type: disc;
}
article#news_detail #content ol li {
  list-style-type: decimal;
}
article#news_detail #content:after {
  content: "";
  display: block;
  clear: both;
}
article#news_detail #content .alignright {
  float: right;
  margin: 0px 0px 10px 10px;
}
article#news_detail #content .alignleft {
  float: left;
  margin: 0px 10px 10px 0px;
}
article#news_detail #content img {
  max-width: 100%;
  height: auto;
}
div.socialbtn {
  margin-top: 50px;
  text-align: center;
}
div.socialbtn h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
div.socialbtn h3:before {
  content: url(../images/snstitle_bg01.png);
  margin-right: 1em;
}
div.socialbtn h3:after {
  content: url(../images/snstitle_bg02.png);
  margin-left: 1em;
}
div.socialbtn ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  line-height: 1em;
}
#news_detail #gallerythumb .gallery-cell {
  margin: 0 5px;
  width: 200px;
}
#news_detail #gallerythumb .gallery-cell img {
  width: 200px;
  height: auto;
}
#news_detail #gallerythumb .gallery-cell .wherego_title {
  display: block;
  text-align: center;
}
ul.related li {
  float: left;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
ul.related li img {
  width: 140px;
  height: auto;
  float: left;
  margin-right: 10px;
}
/* catalog form
---------------------------------------------*/
#form * {
  line-height: 1.75em;
}
#form .catalogbox {
  min-height: 200px;
  border: 1px solid #ffb9d7;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#form .catalogbox:after {
  content: "";
  display: block;
  clear: both;
}
#form .catalogbox img {
  float: left;
  margin-right: 10px;
}
#form .catalogbox h3 {
  font-weight: bold;
  font-size: 16px;
}
#form .catalogbox.left {
  width: 450px;
  float: left;
  line-height: 1.75em;
}
#form .catalogbox.right {
  width: 450px;
  float: right;
  line-height: 1.75em;
}
span.must {
  color: #dc2234;
}
#form table {
  width: 100%;
}
#form table th, #form table td {
  padding: 20px;
}
#form table th {
  background: #ffeff6;
  width: 180px;
}
#form table th .must {
  margin-left: 1em;
}
#form table td input[type="text"], #form table td input[type="tel"], #form table td input[type="email"] {
  border: 1px solid #999;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
#form table td input[type="checkbox"] {
  vertical-align: middle;
}
#form table td select {
  border: 1px solid #999;
  padding: 10px;
  margin-right: 5px;
}
#form table td textarea {
  width: 100%;
  border: 1px solid #999;
  padding: 10px;
  height: 10em;
  box-sizing: border-box;
}
#form table td #datepicker{
  width: 150px;
}
#form div.privacy {
  width: 600px;
  margin: auto;
  margin-top: 50px;
  background: #f0f0f0;
  height: 180px;
  overflow: scroll;
  padding: 30px;
  -webkit-overflow-scrolling: touch;
}
#form div.privacy h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
#form .agree {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
#form .btnbox {
  text-align: center;
  margin-top: 50px;
}
#form .btnbox button {
  color: #fff;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0;
  background: #000;
  border-radius: 5px;
  vertical-align: top;
}
#form .btnbox a {
  display: inline-block;
  color: #000;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  vertical-align: top;
  margin-right: 30px;
}
article .red {
  color: #c00;
}
p.domainnote {
  border-top: 1px solid #dfdfdf;
  margin-top: 80px;
  padding: 20px;
  background: #ffeff6;
}
/*purchase
---------------------------------------------*/
#purchase h1 {
  margin-bottom: 40px;
}
#purchase section {
  margin: 60px 0;
}
.merit h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
.merit > div {
  background: url(../images/bg_pink02.png);
  padding: 20px;
}
.merit > div:after {
  content: "";
  display: block;
  clear: both;
}
.merit > div img:last-child {
  float: right;
}
.use p {
  float: left;
  margin-right: 50px;
}
.use img {
  display: block;
  margin: auto;
  padding-top: 40px;
}
.voice ul li {
  width: 425px;
  height: 300px;
  padding: 20px;
  background: url(../images/purchase/voice_bg.jpg);
}
.voice ul li h4 {
  font-weight: bold;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.voice ul li p:last-child {
  margin-top: 10px;
}
.voice ul li:nth-child(1) {
  float: left;
  margin-left: 20px;
}
.voice ul li:nth-child(2) {
  float: right;
  margin-right: 20px;
}
.voice section.plan h3 + p {
  float: left;
}
section.plan p.price {
  float: right;
}
section.plan p.price img {
  vertical-align: -33px;
  margin-right: 10px;
}
section.plan p.price .num {
  font-weight: bold;
  font-size: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p.price .yen {
  font-weight: bold;
  font-size: 24px;
}
p.price .tax {
  font-weight: bold;
  font-size: 18px;
}
.collectionlink {
  margin-top: 40px;
}
section.plan h3 span.popular {
  color: #fff;
  background: #eb3b3f;
  border-radius: 50%;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding-top: 20px;
  position: absolute;
  font-size: 15px;
  text-align: center;
  margin-top: -30px;
  margin-left: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5em;
  transform: rotate(-10deg);
}
section.plan .set {
  margin-top: 40px;
  background: #faf5ef;
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}
section.plan .set h3 {
  text-align: center;
  background: #fe8c9b;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  padding: 20px 0;
  margin: -20px -20px 20px -20px;
}
h4.lead {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #ed658d;
  margin-bottom: 20px;
}
section.plan .set ol {
  float: left;
  margin-right: 30px;
}
section.plan .set img {
  float: right;
  margin-bottom: -20px;
}
.collectionlink .rand {
  margin-left: -5px;
  margin-right: -5px;
}
.collectionlink .rand a {
  display: block;
  width: 25%;
  float: left;
  padding: 5px;
}
.collectionlink .rand img {
  width: 100%;
  height: auto;
}
.collectionlink p {
  text-align: center;
  padding: 20px 0;
}
.collectionlink .btnbox {
  height: 66px;
  overflow: hidden;
}
.collectionlink a.btn {
  background: #ed658d;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: auto;
  text-align: center;
  width: 420px;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #d73552;
}
.collectionlink a.btn:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/arrow_white.svg);
  background-size: contain;
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}
.collectionlink a.btn:active {
  box-shadow: none;
  margin-top: 4px;
}
.tokuten h3 {
  color: #584b1f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
  background-image: url(../images/h3_line.png), url(../images/tokuten_bg.jpg);
  background-repeat: repeat-x, no-repeat;
  background-position: bottom, top center;
  height: 130px;
  padding-top: 50px;
}
.tokuten h3 span {
  font-size: 52px;
}
.tokuten ol {
  margin-top: 20px;
}
.tokuten ol li {
  width: 295px;
  height: 270px;
  background: #faf5ef;
  float: left;
  margin: 0 16px 16px 0;
  padding: 10px;
}
.tokuten ol li:nth-child(3n) {
  margin-right: 0;
}
.tokuten ol li h4 {
  color: #eb3b3f;
  font-size: 17px;
  display: table;
  width: 100%;
}
.tokuten ol li h4 div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 50px;
  padding-left: 55px;
}
.tokuten ol li h4:after {
  content: "";
  display: block;
  clear: both;
}
.tokuten ol li h4 span {
  display: inline-block;
  width: 50px;
  height: 47px;
  background: url(../images/ico_heart.png) no-repeat left top;
  text-align: center;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  padding-top: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.tokuten ol li p {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.7em;
}
.contactend a {
  background: #ed658d;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin: auto;
  text-align: center;
  width: 360px;
  height: 72px;
  line-height: 72px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #d73552;
}
.contactend a:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/arrow_white.svg);
  background-size: contain;
  float: right;
  margin-top: 16px;
  margin-right: 10px;
}
.contactend a:active {
  margin-top: 4px;
  box-shadow: none !important;
}
.contactend ul {
  width: 790px;
  margin: auto;
}
.contactend ul li {
  display: block;
  overflow: hidden;
  height: 80px;
}
.contactend ul li:first-child {
  float: left;
}
.contactend ul li:last-child {
  float: right;
}
.contactend ul li:first-child a {
  background: url(../images/bg_pink.png);
}
.contactend ul li:last-child a {
  background: url(../images/bg_green.png);
  box-shadow: 0 4px 0 #5f8d25;
}
.contactend ul li:first-child a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/ico_book.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -16px;
  margin-right: 10px;
}
.contactend ul li:last-child a:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/ico_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -16px;
  margin-right: 10px;
}
section.others ul li {
  float: left;
  width: 192px;
  text-align: center;
  position: relative;
}
section.others ul li img {
  margin-bottom: 10px;
}
section.others ul li ~ li {
  margin-left: 30px;
}
section.others ul li .price {
  font-size: 26px;
}
section.others ul li .yen {
  font-size: 18px;
}
section.others ul li .tax {
  font-size: 11px;
}
section.others ul li p.fullset {
  border: 1px solid #ed658d;
  color: #ed658d;
  margin-top: 5px;
}
section.others ul li .popular {
  position: absolute;
  top: -10px;
  right: -10px;
}
/*mama
---------------------------------------------*/
p.circles {
  float: left;
}
p.circles span {
  border: 1px solid #ed658d;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  color: #ed658d;
  margin-bottom: 10px;
}
#mama .al-center {
  margin-top: 40px;
}
.pricebg {
  margin-left: 80px;
  margin-right: 80px;
  padding: 20px;
  margin-top: 40px;
  border: 1px dashed #ed658d;
  margin-bottom: 40px;
}
.pricebg h3 {
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}
.pricebg .left {
  width: 400px;
  float: left;
}
.pricebg p.price {}
.pricebg p.price strong {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #ed658d;
  background: #fff;
  color: #ed658d;
  border-radius: 8px;
  font-weight: normal;
  font-size: 12px;
}
.pricebg p.lead {
  text-align: center;
  color: #ed658d;
  clear: both;
  padding-top: 20px;
}
.komono {
  text-align: center;
  padding: 20px;
}
h4.center {
  font-size: 16px;
  color: #ed658d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}
h4.center:before, h4.center:after {
  content: "";
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #ed658d;
  vertical-align: middle;
}
h4.center:before {
  margin-right: 10px;
}
h4.center:after {
  margin-left: 10px;
}
.komono ul li {
  float: left;
  width: 108px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 1.5em;
}
.komono ul li:last-child {
  margin-right: 0;
}
.komono ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.komono p {
  text-align: left;
  font-size: 11px;
  margin-top: 20px;
}
.coordinate > img {
  margin-bottom: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.coordinate .right {
  width: 300px;
  float: left;
  text-align: center;
  margin-top: 160px;
}
.coordinate .right p {
  margin: 15px 0;
}
.coordinate .right ul li {
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 8px 0;
}
.coordinate .right ul li:first-child {
  border-top: 1px dashed #ccc;
}
.coordinate .right ul li .yen {
  font-size: 14px;
}
.coordinate .right ul li .tax {
  font-size: 11px;
}
/* スタジオ撮影プラン
---------------------------------------------*/
.shootingflow {
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
  margin-top: 30px;
}
.shootingflow li {
  text-align: center;
  color: #ed658d;
  border: 1px solid #ed658d;
  display: block;
  width: 108px;
  height: 108px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.2em;
  display: table-cell;
  vertical-align: middle;
  margin-right: 20px;
  position: relative;
}
.shootingflow li span {
  display: block;
  color: #666;
  font-size: 12px;
}
.shootingflow li:after {
  right: -26px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 101, 141, 0);
  border-left-color: #ed658d;
  border-width: 10px;
  margin-top: -10px;
  background: #fff;
  z-index: -1;
}
.shootingflow li:last-child:after {
  display: none;
}
.shootingflow li:first-child {
  color: #fff;
  background: #ed658d;
}
#shooting span.popular {
  color: #fff;
  background: #eb3b3f;
  border-radius: 50%;
  display: inline-block;
  width: 130px;
  height: 84px;
  padding-top: 20px;
  position: absolute;
  font-size: 15px;
  text-align: center;
  margin-top: -30px;
  margin-left: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5em;
}
#shooting .plan ul > li {
  width: 450px;
  float: left;
  border: 3px solid #ed658d;
  padding: 20px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}
#shooting .plan ul > li:after {
  content: "";
  display: block;
  clear: both;
}
#shooting .plan ul > li:nth-child(even) {
  margin-left: 20px;
}
#shooting .plan ul > li h3.circle {
  background: #fff;
  border: 3px double #ed658d;
  font-size: 16px;
  color: #ed658d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding-top: 25px;
  position: absolute;
  top: -16px;
  left: 5px;
  transform: rotate(-10deg);
}
#shooting .plan ul > li h3.price {
  font-size: 25px;
  background: #ed658d;
  padding: 10px 0;
  color: #fff;
  margin: -20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#shooting .plan ul > li h3.price span {
  font-size: 18px;
}
#shooting dl.planlist {
  background: #faf5ef;
  padding: 10px;
  font-size: 13px;
}
#shooting dl.planlist dt {
  font-weight: bold;
}
#shooting .plan ul > li .left {
  width: 200px;
  float: left;
  margin-top: 30px;
}
#shooting .plan ul > li .right {
  width: 190px;
  float: right;
}
#shooting .plan ul > li .price02 {
  text-align: center;
}
#shooting .plan ul > li .price02 p:first-child {
  font-size: 12px;
}
#shooting .plan ul > li .price02 p:last-child {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border: 1px dotted #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 8px 0;
  margin-top: 5px;
}
#shooting .plan ul > li .price02 p:last-child span {}
#shooting .plan ul > li .right img + p {
  text-align: center;
  margin-top: 5px;
}
#shooting .albumplan .left {
  width: 530px;
  float: left;
}
#shooting .albumplan > img {
  float: right;
  margin-right: 40px;
}
#shooting .albumplan .ex {
  font-size: 16px;
  margin: 30px auto;
  width: 400px;
}
#shooting .albumplan .ex > * {
  display: block;
  vertical-align: middle;
  text-align: center;
}
#shooting .albumplan .ex .border {
  border: 1px dashed #ed658d;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  margin: 10px 0;
}
#shooting .albumplan .ex .border img {
  float: right;
  width: 126px;
  height: auto;
  margin-left: 10px;
}
#shooting .img3 {
  text-align: center;
  margin-top: 20px;
}
.crown {
  height: 90px;
}
#shooting .albumplan .ex .bold {
  font-weight: bold;
  font-size: 22px;
  color: #ed658d;
}
#shooting .albumplan .planlist {
  margin-bottom: 20px;
}
#shooting .albumplan .planlist dd {
  display: inline-block;
}
#shooting .voice img {
  float: right;
}
ul.flowlist:after {
  content: "";
  display: block;
  clear: both;
}
ul.flowlist li {
  width: 215px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
ul.flowlist li:nth-child(4n) {
  margin-right: 0;
}
ul.flowlist li:nth-child(4n + 1) {
  clear: both;
}
ul.flowlist img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
ul.flowlist li h3 {
  font-weight: bold;
}
ul.flowlist li span.num {
  font-size: 20px;
  font-family: "游明朝", YuMincho, "HG明朝B", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  background: #ed658d;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
}
/* ヘアメイク特集
---------------------------------------------*/
#hairmake .hairimg {
  margin: 60px 0;
}
#hairmake .hairimg {
  background: url(../images/h2_line.jpg) repeat-x top;
  background-size: auto 2px;
  padding-top: 60px;
  position: relative;
}
#hairmake .hairimg:before {
  content: url(../images/hairmake/ribon.png);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -30px;
}
#hairmake .hairimg img {
  max-width: 100%;
  margin-bottom: 10px;
}
#hairmake .hairimg h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 18px;
  line-height: 2em;
  text-align: center;
}
section.hairimg ul:after {
  content: "";
  display: block;
  clear: both;
}
section.hairimg ul li {
  float: left;
  width: 234px;
  margin-left: 28px;
  position: relative;
}
section.hairimg ul li:after {
  content: "";
  display: block;
  width: 92px;
  height: 91px;
  background: url(../images/hairmake/change.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 202px;
  right: -10px;
}
section.hairimg ul li:first-child {
  width: 134px;
  margin-left: 0;
  padding-top: 70px;
}
section.hairimg ul li:first-child:after {
  display: none;
}
section.hairimg ul li p {
  font-size: 13px;
}
/* 5つの魅力
---------------------------------------------*/
#five .number {
  text-align: center;
}
#five .number h2 {
  text-align: left;
}
#five .number .clearfix img ~ img {
  margin-left: 20px;
}
#five .number p {
  line-height: 1.75em;
  font-size: 15px;
  margin: 30px 0;
}
#five .number ul li {
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}
#five .fivenav {
  text-align: center;
}
#five .fivenav li {
  display: inline-block;
}
#five .fivenav li img {
  width: 145px;
  height: auto;
}
#five .fivecontent {
  border-width: 1px;
  border-style: dashed;
  border-color: #ccc;
  position: relative;
  padding: 30px 90px;
  margin-top: 120px;
  padding-top: 80px;
}
#five .fivecontent p {
  line-height: 1.75em;
}
/*color*/
#five #content01 {
  border-color: #ed658d;
}
#five #content01 h2 {
  color: #ed658d;
}
#five #content02 {
  border-color: #82c929;
}
#five #content02 h2 {
  color: #82c929;
}
#five #content03 {
  border-color: #56aeef;
}
#five #content03 h2 {
  color: #56aeef;
}
#five #content04 {
  border-color: #ffb70d;
}
#five #content04 h2 {
  color: #ffb70d;
}
#five #content05 {
  border-color: #c77ce7;
}
#five #content05 h2 {
  color: #c77ce7;
}
/*color*/
#five .fivecontent h2 {
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.5em;
}
#five .fivecontent h2 img {
  width: 130px;
  height: auto;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -65px;
}
#five .fivecontent h2 + p {
  font-size: 15px;
  margin: auto;
}
#five .fivecontent h4.center {
  margin-bottom: 0;
  padding-bottom: 20px;
  margin-top: 40px;
}
#five .fivecontent .imgbox {
  margin-top: 20px;
}
#five .fivecontent .collectionlink {
  margin-top: 0;
}
#five .fivecontent .collectionlink p {
  font-size: 18px;
  line-height: 1.5em;
}
/* 新作振袖
---------------------------------------------*/
ul.modelslist:after {
  content: "";
  display: block;
  clear: both;
}
ul.modelslist li {
  width: 220px;
  float: left;
  margin-right: 10px;
  position: relative;
  margin-bottom: 40px;
}
ul.modelslist li:nth-child(4n) {
  margin-right: 0;
}
ul.modelslist li span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 125, 148, 0.8);
  background-image: url(../images/ico_link_white.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
ul.modelslist.catalog li span {
  display: inline-block;
  text-align: center;
  position: static;
  background-color: transparent;
  background-image: none;
  background-position: none;
  color: #000;
  padding: 6px 0 0 0;
}
/* 店舗一覧
---------------------------------------------*/
#shop ul.shoplist:after {
  content: "";
  display: block;
  clear: both;
}
#shop ul.shoplist li {
  float: left;
  width: 292px;
  margin-right: 20px;
  margin-bottom: 20px;
}
#shop ul.shoplist li:nth-child(3n) {
  margin-right: 0;
}
#shop ul.shoplist li:nth-child(3n + 1) {
  clear: both;
}
#shop ul.shoplist li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
#shop ul.shoplist li h3 {
  font-weight: bold;
}
#shop ul.shoplist li .address {
  line-height: 1.5em;
  font-size: 12px;
}
#shop ul.shoplist li div.links {
  border-top: 1px dotted #ddd;
  margin-top: 6px;
  padding-top: 6px;
}
#shop ul.shoplist li div.links a {
  font-size: 12px;
  display: inline-block;
  color: #3993cb;
}
#shop ul.shoplist li div.links a + a {
  margin-left: 20px;
}
/* 試着予約
---------------------------------------------*/
.favbtn {
  margin-top: 10px;
}
.favbtn a {
  display: block;
}
.favbtn span img {
  width: 26px;
  height: auto;
  margin-bottom: 0 !important;
  margin-right: 14px;
}
.favbtn span {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 5px 5px 10px;
  box-sizing: border-box;
}
.favbtn span:first-child {
  color: #ed658d;
  border: 1px solid #ed658d;
}
.favbtn span:last-child {
  color: #fff;
  background: #ed658d;
  border: 1px solid #ed658d;
  display: none;
}
.favbtn a.checked span:first-child {
  display: none;
}
.favbtn a.checked span:last-child {
  display: flex;
}
.favbtn a span:first-child strong.x,
.favbtn a span:last-child strong.x{
  font-size: 34px;
  font-weight: normal;
  line-height: 24px;
  margin-right: 10px;
}
#contantbtn_fav{
  margin-top: 30px;
}
#contantbtn_fav > a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 5px 0 10px;
  box-sizing: border-box;
  border: 1px solid #ed658d;
  margin-top: 8px;
  color: #ed658d;
  font-size: 16px;
  font-weight: bold;
}
#contantbtn_fav > a img {
  width: 44px;
  height: auto;
  margin-right: 14px;
}
#contantbtn_fav .favbtn a img{
  width: 44px;
}
#contantbtn_fav .favbtn a span{
  padding-top: 0;
  padding-bottom: 0;
  height: 60px;
  font-size: 16px;
  font-weight: bold;
  justify-content: center;
}
#contantbtn_fav p{
  font-size: 15px;
  font-weight: bold;
  color: #ed658d;
  line-height: 1.5em;
}
#favnumlink{
  position: fixed;
  bottom: 0;
  right: 0;
  width: auto;
  z-index: 1;
}
#favnumlink a{
  color: #fff;
  display: flex;
  align-items: center;
  background: #ed658d;
  padding: 6px 10px;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#favnumlink a .ico img{
  width: 44px;
  height: auto;
  margin-right: 15px;
}
#favnumlink a .favtotalnum{
  font-size: 50px;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#favnumlink a:hover{
  opacity: 1;
}
#favnumlink a:hover > *{
  opacity: 0.6;
}
/*試着フォーム*/
.grecaptcha-badge{
  visibility: hidden;
}
#contentswrapper.fittingform{
  margin-top: 30px;
}
.fittingform h1{
  text-align: center;
  background: #FFE7EA;
  color: #ed658d;
  font-size: 24px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fittingform h2{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin: 100px 0 60px 0;
}
.fittingform h1 + h2,
.fittingform h1 + * > h2:first-child{
  margin-top: 60px;
}
.fittingform h2 .underline{
  border-bottom: 1px solid #2A2A2A;
  display: inline-block;
  padding: 0 5px 18px 5px;
}
.fittingform h1 + p{
  text-align: center;
  margin-top: 30px;
  font-size: 16px;
}
.fittingform ul.productlist li{
  margin-right: 37px;
}
.fittingform ul.productlist li:nth-child(5n){
  margin-right: 0;
}
#favorites{
  position: relative;
}
#favorites .loader{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
}
#favorites ul.productlist li .postthumbnail:before{
  display: none;
}
ul.productlist li .postthumbnail{
  display: block;
  position: relative;
  margin-bottom: 10px;
}
ul.productlist li .postthumbnail:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 solid #ed658d;
  border-width: 0;
  box-sizing: border-box;
}
ul.productlist li.checked .postthumbnail:before{
  border-width: 3px;
}
#favorites .favbtn span:last-child{
  display: flex;
}
.fittingform div.note{
  background: #F5F5F5;
  padding: 30px;
  margin: 60px auto 20px auto;
  height: 180px;
  overflow: scroll;
  width: 450px;
}
.fittingform div.note p{
  line-height: 2em;
}
.fittingform div.note p + p{
  margin-top: 2em;
}
.fittingform .btn{
  text-align: center;
  margin-top: 80px;
}
.fittingform p.btnp + .btn{
  margin-top: 20px;
}
.fittingform .btn button{
  background: #ed658d;
  color: #fff;
  display: block;
  border: 0;
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
  cursor: pointer;
}
.fittingform .btn button:hover{
  opacity: 0.6;
}
.fittingform .btn button:disabled{
  background: #E4E4E4;
  color: #707070;
  position: relative;
  cursor: not-allowed;
}
.fittingform .btn button:disabled:hover{
  opacity: 1;
}
.fittingform .btn a{
  background: #1A1718;
  color: #fff;
  display: inline-block;
  border: 0;
  width: 100%;
  max-width: 338px;
  margin: 20px 10px;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  border-radius: 100px;
}
.fittingform .btn + .btn{
  margin-top: 30px;
}
.fittingform p.btnp{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
p.agreecheckbox{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 80px;
}
.fittingform #selectstore .labels{
  display: flex;
  flex-wrap: wrap;
}
.fittingform #selectstore .labels label{
  position: relative;
  width: calc(25% - 10px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5em;
  height: 6em;
  margin-right: 13px;
  margin-bottom: 13px;
  cursor: pointer;
}
.fittingform #selectstore .labels label:nth-child(4n){
  margin-right: 0;
}
.fittingform #selectstore .labels label input{
  display: none;
}
.fittingform #selectstore .labels label .border{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #E4E4E4;
  z-index: -1;
  background: #fff;
}
.fittingform #selectstore .labels label input[type=radio]:checked + .border{
  border-color: #ed658d;
  background: #FFE7EA;
}
.fittingform h3{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.fittingform #selectstore .labels + h3{
  margin-top: 35px;
}
.fittingform select{
  border: 1px solid #E4E4E4;
  background: #F5F5F5;
  font-size: 16px;
  padding: 20px 10px;
}
.fittingform .selectcenter{
  text-align: center;
}
.fittingform .selectcenter select{
  width: 100%;
  max-width: 500px;
}
.fittingform #favlist.disablelink{
  display: flex;
  justify-content: center;
}
.fittingform #favlist.disablelink li .favbtn{
  display: none;
}
.fittingform #favlist.disablelink li a{
  pointer-events: none;  
}
.fittingform .w500wrap{
  max-width: 500px;
  margin: auto;
  font-size: 16px;
}
.fittingform .w500wrap input,
.fittingform .w500wrap select{
  width: 100%;
  font-size: 16px;
  padding: 10px;
  box-sizing: border-box;
}
.fittingform .w500wrap textarea{
  width: 100%;
  padding: 10px;
  font-size: 16px;
  height: 7em;
  box-sizing: border-box;
}
.fittingform .w500wrap p{
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.fittingform .w500wrap p.pink{
  color: #ed658d;
  font-size: 16px;
  margin-top: 2em;
}
.fittingform p a{
  color: #ed658d;
}
.fittingform h4{
  font-weight: bold;
  margin: 25px 0 20px 0;
}
.fittingform h5{
  margin-bottom: 10px;
  margin-top: 20px;
}
.fittingform .daterow{
  display: flex;
}
.fittingform .daterow input{
  margin-right: 20px;
}
.fittingform .complete p{
  line-height: 1.5em;
}
/* 無料試着サービス
-----------------------------------------------------*/
#freefittingvisual{
  position: relative;
}
#freefittingvisual img{
  width: 100%;
  height: auto;
}
#freefittingvisual h1{
  background: rgba(255,255,255,0.94);
  color: #ed658d;
  text-align: center;
  width: 60%;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
#freefittingvisual + p{
  text-align: center;
  line-height: 1.5em;
  margin-top: 1em;
}
#freefitting .fittingform .btn{
  margin-top: 20px;
}
#freefitting img{
  max-width: 100%;
  height: auto;
}
#freefitting .step{
  display: flex;
}
#freefitting .step + .step{
  margin-top: 16px;
}
#freefitting .step .text h3{
  font-size: 18px;
  color: #ed658d;
  line-height: 2em;
}
#freefitting .step .text p{
  line-height: 1.5em;
  margin-top: 1em;
}
#freefitting .step .img{
  width: 300px;
  flex-shrink: 0;
  margin-left: 20px;
}
article .btnpink{
  text-align: center;
}
article .btnpink a{
  background: #ed658d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 100%;
  max-width: 700px;
  margin: 20px auto;
  font-size: 16px;
  height: 60px;
  border-radius: 100px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 1.5em;
}
/* 20200415 Add */
.p-covid {
  background: #f0f0f0;
  padding: 1em;
  margin: 1em auto;
  max-width: 1000px;
}
.p-covid p {
  font-size: 18px;
  line-height: 1.6;
}
.p-covid a {
  color: #ff6347;
  font-weight: 700;
  text-decoration: underline;
}
.p-covid a:hover {
  opacity: 0.8;
}
.p-covid + h2.line {
  margin-top: 40px;
}
/* ============================================
20210429 フォームの生年月日部分調整
============================================*/
.c-form__birthday .c-form__birthday__year {
  width: 100px !important;
}
.c-form__birthday .c-form__birthday__month, .c-form__birthday .c-form__birthday__day {
  width: 50px !important;
}