/*
Theme Name: glowing
Author: cotolog
Author URI: https://cotolog.jp/
Description: glowing website theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glowing
*/


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

body {
  /*  opacity: 0;*/
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

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

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

input, select {
    vertical-align: middle;
}

/* ==========================================================================
   glowing theme style
   ========================================================================== */

/**
 * Common
 */
body {
    overflow-x: hidden;
    padding-top: 115px;
    color: #43474E;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

body.home {
    padding-top: 0;
    margin-top:-16px;
}

h1 {
    font-weight: normal;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.7;
}

h2 {
    font-weight: normal;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.7;
}

h3 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.7;
}

h4 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.7;
}

p {
    line-height: 1.7;
}

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

li {
    list-style: none;
}

a {
    color: #43474E;
    text-decoration: none;
}

/**
 * Header
 */

.global-header-slider {
    position: relative;
    line-height: 0;
}

.global-header-slider-logo {
    position: absolute;
    top: 28%;
    right: 6%;
    width: 35%;
    max-width: 450px;
    z-index: 3;
}

.main-visual,
.main-visual-sp {
    line-height: 0;
}

.global-header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 112px;
    background: #fff;
    border-bottom: 3px solid #e6ebee;
    z-index: 999;
}

.home .global-header-inner {
    position: relative;
}

.home .global-header-inner.is-scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.global-header-top {
    position: relative;
    min-height: 58px;
    border-bottom: 1px solid #e6ebee;
}

.global-header-top a:hover {
    opacity: 0.7;
}

.global-header-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 58px;
    margin: 0 auto;
}

.global-header-top-logo {
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
}

.global-header-top-logo img {
/*    max-width: 135px;*/
    max-width: 80px;
}

.global-header-top-left .home-title {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    letter-spacing: 1.5px;
}

.global-header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 454px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.global-header-top-right .pc-dsp-flex {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global-header-top-right-tel {
    max-width: 280px;
    width: 100%;
    margin-right: 15px;
}

.global-header-top-right-btn {
    max-width: 58px;
    width: 100%;
}

.global-header-top-right-btn.is-margin {
    margin: 0 2px;
}

.global-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.global-header-nav li {
    margin: auto;
    padding: 15px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.global-header-nav li a{
    color: #333333;
}

.global-header-nav li .registration {
    bottom: 6px;
}

.global-header-nav-first,
.global-header-nav-second,
.global-header-nav-fourth {
    width: 19%;
}

.global-header-nav-third {
    width: 15%;
    padding-right: 7px !important;
}

.global-header-nav-third p {
    color: #333333;
}

/*
.global-header-nav-third::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 74%;
    margin-left: 58px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}*/

.global-header-nav-fifth {
    width: 19%;
}

.global-header-nav-sixth {
    position: relative;
    width: 14%;
}

.global-header-nav > li::before {
    content: '';
    position: absolute;
    top: 75%;
    display: block;
    width: 1px;
    height: 20px;
    margin: -6px 0 0;
    background: #DBDBD5;
}

.global-header-nav-sixth::before {
    top: 43% !important;
}

.global-header-nav-sixth::after {
    content: '';
    position: absolute;
    top: 43%;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin: -6px 0 0;
    background: #DBDBD5;
}
/*bre 0624*/
.global-header-nav-beginners-wrap-inner {
    position: absolute;
    bottom: -95px;
    /*bottom: -124px;*/
    right: 0;
    width: 100%;
    background: #43474E;
    opacity: 0;
    visibility: hidden;
}
.global-header-nav-beginners-wrap:hover .global-header-nav-beginners-wrap-inner {
    display: block;
    visibility: visible;
    opacity: 0.8;
}
.global-header-nav-beginners-wrap:hover::after {
    top: 73%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.global-header-nav-beginners-wrap-inner::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 48%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #43474E;
}

.global-header-nav-beginners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}

.global-header-nav-beginners li {
    position: relative;
    margin: 0;
    color: #fff;
    /*0624追加*/
    padding:0 2em;
}
/*0624追加*/
/* .global-header-nav-beginners li:nth-of-type(1) {
    width: 25%;
    line-height: 1.5;
} 

.global-header-nav-beginners li:nth-of-type(1) {
    width: 20%;
}

.global-header-nav-beginners li:nth-of-type(2) {
    width: 18%;
}

.global-header-nav-beginners li:nth-of-type(3) {
    width: 15%;
}
*/
.global-header-nav-beginners li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin: -10px 0 0;
    background: #DBDBD5;
}

.global-header-nav-beginners li:first-of-type::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin: -10px 0 0;
    background: #DBDBD5;
}

.global-header-nav-beginners li a {
    color: #fff;
}

.global-header-slider-text {
    display: none;
    position: fixed;
    top: 28%;
    right: 60%;
    width: 22%;
    z-index: 1000;
}

.global-header-slider-text-last {
    display: none;
    position: fixed;
    top: 28%;
    right: 6%;
    width: 35%;
    max-width: 450px;
    z-index: 1000;
}

/**
 * Top-page
 */

/* top-point-contents START*/
.top-point-contents {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 80px;
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.top-point-about {
    margin-left: 110px;
    margin-bottom: 75px;
    padding-top: 85px;
}

.top-point-about h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

.top-point-about h2 span {
    position: relative;
    bottom: 10px;
    vertical-align: text-top;
    font-size: 20px;
}

.top-point-about p {
    margin-bottom: 15px;
    line-height: 32px;
}

.top-point-about-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.top-point-contents-wrap {
    margin: 86px 0 170px;
}

.top-point-contents-wrap .top-contents-banner {
/*    margin-top: 170px;*/
    margin-top: 100px;
/*    margin-bottom: 100px;*/
}

.top-point-contents-wrap .top-contents-banner h3{
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: normal;
    text-align: center;
}
.top-banner-wrap {
    text-align: center;
}

.top-point-contents-wrap .top-banner-wrap a {
    display: inline-block;
}

.top-point-contents-wrap .top-banner-wrap a img {
    vertical-align: bottom;
}

.top-point-about-item .top-point-about-item-text {
    width: 59%;
}

.top-point-about-item .top-point-about-item-text .item-sub-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.4;
}

.top-point-about-item .top-point-about-item-text p .registration{
    position: relative;
    bottom: 6px;
}

.top-point-about-item .top-point-about-item-text img {
    max-width: 300px;
}

.top-point-about-item .top-point-about-item-text a:hover {
    opacity: 0.7;
}

.top-point-about-item .top-point-about-item-logo {
    width: 30%;
    text-align: center;
}

.top-point-about-item .top-point-about-item-logo img {
    max-width: 245px;
    vertical-align: bottom;
}

.top-point-contents ol {
    list-style: none;
}

.top-point-contents li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-point-contents .top-point-third .top-point-text h3 {
    margin-bottom: 20px;
}

.top-point-contents .top-point-third .top-point-text p {
    margin-bottom: 0;
}

.top-point-text {
    width: 50%;
}

.top-point-text img {
    max-width: 140px;
    margin-left: 50px;
    margin-bottom: 20px;
}

.top-point-text h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: normal;
}

.top-point-image {
    max-width: 570px;
}
.stt-lang-select.tl{
    top: 60px;
}
/*タブレット用*/
@media screen and (min-width:768px) and ( max-width:1024px){
.top-point-image {
    max-width: 450px;
}
}
.top-point-first {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -67px;
}

.top-point-first .top-point-text {
    width: 45%;
    margin-right: -50px;
    z-index: 2;
}

.top-point-second {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.top-point-second .top-point-image img {
    margin-left: -67px;
}

.top-point-first .top-point-image img,
.top-point-second .top-point-image img,
.top-point-third .top-point-image img {
    display: block;
    max-width: inherit;
    max-height: 380px;
}

.top-point-second .top-point-text {
    width: 45%;
    margin-left: -50px;
}

.top-point-third {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 120px;
}

.top-point-third .top-point-text {
    width: 45%;
    padding-left: 40px;
    margin-right: -45px;
    z-index: 2;
}

.top-point-third .top-point-image {
    margin-left: -105px;
}

.top-point-contents-btn {
    max-width: 260px;
    margin: 0 auto;
}

.top-point-contents-btn:hover {
    opacity: 0.7;
}

/* top-point-contents E N D*/

/* top-first-guide START*/
.top-first-guide {
    margin-bottom: 200px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/first-guide/first-guide-background.jpg) no-repeat 50%;
    background-size: cover;
}

.top-first-guide-inner {
    max-width: 960px;
    margin: 0 auto;
}

.top-first-guide-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 100px 0 20px;
}

.top-first-guide-top div {
    width: 60%;
    margin-left: 48px;
}

.top-first-guide-top div img {
    max-width: 548px;
}

.top-first-guide-top p {
    width: 35%;
    text-align: left;
    color: #fff;
    font-size: 28px;
}

.top-first-guide-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    padding: 0 50px 65px;
}

.top-first-guide-bottom a {
    position: relative;
    width: 30.75%;
}

.top-first-guide-bottom a image {
    max-width: 100%;
    width: 100%;
}

.top-first-guide-bottom .active {
    display: none;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* top-first-guide E N D*/

/* top-news START*/
.top-news {
    max-width: 960px;
    margin: 0 auto;
}

.top-news-contents-wrap {
    overflow-y: scroll;
    max-height: 550px;
    border-top: 2px solid #DBDBD5;
    border-bottom: 2px solid #DBDBD5;
}

.top-news h2 {
    text-align: center;
    line-height: 1;
    font-size: 80px;
    font-weight: normal;
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.top-news-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 30px 50px 0;
    border-bottom: 1px solid #DBDBD5;
}

.top-news-contents:last-child {
    border-bottom: 0;
}

.top-news-contents-image {
    max-width: 200px;
    width: 25%;
    padding-right: 40px;
}

.top-news-text {
    width: 75%;
    color: #000;
}

.top-news-text p {
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.top-news-text h3 {
    margin-bottom: 5px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
}

.top-news-contents-no-image {
    padding: 40px 30px 50px 0;
    border-bottom: 2px solid #DBDBD5;
}

.top-news-contents-no-image:last-child {
    border-bottom: 0;
}

.top-news-contents-no-image .top-news-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* top-news E N D*/



/* style-slider START*/
.style-slider {
/*    margin-bottom: 242px;*/
    margin-bottom: 100px;
}

.style-slider-top {
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 960px;
    margin: 0 auto 30px;
    text-align: center;
}

.style-slider-top div:nth-of-type(1) {
    /*width: 30%;*/
}

.style-slider-top div:nth-of-type(2) {
   /* width: 60%;*/
    text-align: left;
}

.style-slider-top h3 {
    margin-bottom: 10px;
    font-size: 24px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: normal;
}

.style-slider-top .style-slider-top-log {
    max-width: 250px;
}

.style-slider-bottom-btn {
    max-width: 260px;
    margin: 0 auto;
}

.style-slider-bottom-btn:hover {
    opacity: 0.7;
}

.style-slider-bottom-btn img {
    max-width: 260px;
}

#loopslider01 .top li::after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: -2%;
    width: 100%;
    height: 100%;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
    z-index: -1;
}

.hover-contetnt .entry-title {
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.top_lineup{
    max-width: 960px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.top_lineup dl{
    width: 33%;
    text-align: center;
    margin-bottom: 2em;
}
.top_lineup dl dd{
    font-weight: bold;
    margin-top: 0.5em;
    cursor: pointer;
}
.top_lineup dl dd a:hover{
    color:#959595;
    transition:0.3s;
}
.top_lineup dl dt a img:hover{
    transition:0.3s;
    opacity:0.5;
}
/* style-slider E N D*/


/* top-content START*/
 .top_h2{
        text-align: center;
        padding:1em;
        font-size:2em;
        /*background: #f9edee;*/
    }
    .top-btn-wrap {
    max-width: 960px;
    margin:1em auto;
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    }
    .top-btn-wrap dl{
        width: 33%;
        padding: 1em;
        box-sizing: border-box;
    }
    .top-dp2 dl{
        width: 50%;
    }
    .top-btn-wrap dl h3{
        font-size: 1.2em;
        margin:0.5em 0;
    }
    @media (max-width: 751px) {
    .top-btn-wrap{width: 100%;}
    .top-btn-wrap dl{width: 50%; padding:0.5em;}
    .top-btn-wrap dl dd.top-btn-explan{display: none;}
    .top-btn-wrap dl dd h3{font-size: 1em;
        margin:0.1em 0;}
        .top-point-contents-wrap .top-contents-banner h3.top_pam_tit{
            font-size:1.2em;
        }
    }
/* top-content E N D*/


/**
 * Footer
 */

footer {
/*    background: #e1e4e9;*/
    background:#f2e7eb ;
}

.footer-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 45px 0;
}

.footer-wrap a {
    color: #43474E;
    text-decoration: none;
}

.footer-wrap ul {
    list-style: none;
}

.footer-wrap .footer-logo {
    width: 23%;
}

.footer-wrap .footer-logo img {
    max-width: 155px;
}

.footer-wrap .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 53%;
}

.footer-wrap .footer-menu .left-menu {
    width: 43%;
}

.footer-wrap .footer-menu .left-menu .top-column li,
.footer-wrap .footer-menu .right-menu li {
    margin-bottom: 10px;
    padding-left: 15px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/footer/arrow_pink.png) no-repeat left center/7px;
}

.footer-wrap .footer-menu .left-menu .top-column li a {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid #43474F;
    font-size: 13px;
    font-weight: bold;
}

.registered-trademark {
    position: relative;
    bottom: 8px;
    vertical-align: text-bottom;
    font-size: 18px;
}

.registered-trademark.is-aboutus {
    vertical-align: top;
    font-size: 16px;
}

.registered-trademark.is-footer,
.registered-trademark.is-slider {
    font-size: 12px;
    bottom: 7px;
}

.footer-wrap .footer-menu .left-menu .bottom-column li {
    margin-bottom: 5px;
    padding-left: 15px;
}

.footer-wrap .footer-menu .left-menu .bottom-column li a {
    display: inline-block;
    font-size: 11px;
}

.footer-wrap .footer-menu .right-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 57%;
}

.footer-wrap .footer-menu .right-menu .left-colmun {
    width: 65%;
}

.footer-wrap .footer-menu .right-menu .right-colmun {
    width: 35%;
}

.footer-wrap .footer-menu .right-menu .left-colmun li a,
.footer-wrap .footer-menu .right-menu .right-colmun li a {
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid #43474E;
    font-size: 13px;
    font-weight: bold;
}

.footer-wrap .sns-area {
    width: 25%;
    text-align: right;
}

.footer-wrap .sns-area .banner {
    display: block;
    max-width: 100px;
    margin-top: 35px;
    margin-left: auto;
}

.footer-wrap .sns-area .sns-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px auto 15px 60px;
}

.footer-wrap .sns-area .sns-menu li {
    width: 35px;
}

.footer-wrap .sns-area .sns-menu li a {
    display: block;
}

.copyright {
    font-size: 12px;
    font-weight: bold;
}

/* footer-form START*/
.footer-form {
    max-width: 960px;
    margin: 180px auto 0;
    padding-bottom: 70px;
}

.footer-form-top {
    margin-bottom: 25px;
    text-align: center;
}

.footer-form-top p {
    margin-bottom: 20px;
    font-size: 22px;
    color: #333333;
}

.footer-form-top img {
    max-width: 400px;
}

.footer-form-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.footer-form-bottom a {
    width: 45%;
}

.footer-form-bottom a:first-child(1){
    padding-right: 2px;
}

.footer-form-bottom a:first-child(2){
    padding-left: 2px;
}

.footer-form-bottom a:hover {
    opacity: 0.7;
}

/* footer-form E N D*/

/**
 * Faq
 */

.faq-top {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

.faq-top h2 img {
    max-width: 625px;
}

.faq-top p {
    margin-bottom: 50px;
    font-size: 22px;
}

.faq-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-top-btn {
    display: block;
    width: 15%;
    margin: 0 5px;
    padding: 10px;
    background: #8C8B90;
    color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px #63666C;
    box-shadow: 0 5px #63666C;
}

.faq-top-btn:hover {
    background: #D2506E;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
}

.faq-top-btn.is-order {
    width: 25%;
}

.faq-top-btn.is-returns {
    width: 10%;
}

.faq-contents {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 30px;
}

.faq-contents-item {
    margin-top: -100px;
    padding-top: 200px;
}

.faq-contents-item h3 {
    margin-bottom: 30px;
    text-align: center;
}

.faq-order-image {
    max-width: 190px;
}

.faq-wig-image {
    max-width: 220px;
}

.faq-care-image {
    max-width: 220px;
}

.faq-returns-image {
    max-width: 145px;
}

.faq-question-image {
    max-width: 165px;
}

.faq-contents-item dl {
    border-bottom: 1px solid #DBDBD5;
}

.faq-contents-item dl:nth-of-type(1) {
    border-top: 1px solid #DBDBD5;
}

#wig-difference,
#price-range {
    margin-top: -100px;
    padding-top: 100px;
}

.faq-contents-item dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    padding: 23px 60px 23px 20px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
}

.faq-contents-item dt.open {
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern06.jpg);
}

.faq-contents-item dt::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 2%;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/faq/faq-triangle-btn.png) no-repeat 0;
    background-size: contain;
}

.faq-contents-item dt.open::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 2.4%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/faq/faq-cross-btn.png) no-repeat 0;
    background-size: contain;
}

.faq-contents-item dt span,
.faq-contents-item dd span {
    margin-right: 15px;
}

.faq-contents-item dt img,
.faq-contents-item dd img {
    max-width: 30px;
}

.faq-contents-item dd {
    display: none;
    margin: 23px 0 33px;
}

.faq-contents-item dd h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px 20px;
    color: #D2506E;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
}

.faq-contents-item dd p {
    margin: 0 66px;
}

.faq-contents-item dd h4 {
    margin:0 20px 15px;
}

/**
 * Salon-introduction
 */

/* salon-introduction-about START */

.salon-introduction-about {
    max-width: 960px;
    margin: 0 auto;
}

.salon-introduction-about-top {
    margin: 75px 0 55px;
    text-align: center;
}

.salon-introduction-about-top-logo img {
    max-width: 625px;
}

.salon-introduction-about-top-text-first {
    margin-bottom: 25px;
    font-size: 22px;
}

@media (max-width: 751px) {
    .salon-introduction-about-top-text-first {
    margin-bottom: 25px;
    font-size: 14px;
        text-align: left;}
}
.salon-introduction-about-top-text-third {
    font-size: 12px;
}

.salon-introduction-about-top-text-third span {
    position: relative;
    bottom: 6px;
    vertical-align: text-top;
}

/* salon-introduction-about E N D */

/* salon-introduction-about-woman-only START */
.salon-introduction-about-woman-only {
    position: relative;
    margin-bottom: 70px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/salon/salon-introduction/salon-woman-only-bg.png) no-repeat;
}

.salon-introduction-about-woman-only::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/triangle-bg02.png) no-repeat;
    background-size: contain;
}

.salon-introduction-about-woman-only::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/triangle-bg01.png) no-repeat;
    background-size: contain;
}

.salon-introduction-about-woman-only h3 {
    position: relative;
    padding: 25px 0;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}

.salon-introduction-about-woman-only-contents {
    display: none;
    margin: 0 70px;
    padding-bottom: 10px;
    line-height: 1.5;
}

.salon-introduction-about-woman-only-contents > p {
    text-align: center;
    margin-bottom: 50px;
}

.salon-introduction-about-woman-only-contents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.salon-introduction-about-woman-only-contents-item-image {
    width: 20%;
}

.salon-introduction-about-woman-only-contents-item-image img {
    max-width: 130px;
}

.salon-introduction-about-woman-only-contents-item-text {
    width: 80%;
}

.salon-introduction-about-woman-only-contents-item-text .salon-item-title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    background: #fff;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.salon-introduction-about-woman-only-contents-item-text .salon-item-title-second {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.salon-item-title-second span:nth-of-type(1) {
    padding: 2px 0 2px 10px;
    background: #fff;
}

.salon-item-title-second span:nth-of-type(2) {
    padding: 2px 10px 2px 0;
    background: #fff;
}

.salon-introduction-about-woman-only h3::after {
    content: '';
    position: absolute;
    top: 35%;
    right: 5%;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/triangle-btn.png) no-repeat 0;
    background-size: contain;
}

.salon-introduction-about-woman-only h3.open::after {
    content: '';
    position: absolute;
    top: 40%;
    right: 5.5%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/cross-btn.png) no-repeat 0;
    background-size: contain;
}

/* salon-introduction-about-woman-only E N D */

/* ssalon-introduction-btn-wrap START */
.salon-introduction-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}

.salon-introduction-btn {
    display: block;
    width: 8%;
    padding: 0 4px;
    text-align: center;
    background: #8C8B90;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px #63666C;
    box-shadow: 0 5px #63666C;
}

.salon-introduction-btn.salon-sales-outlet {
    background: #63666C;
    -webkit-box-shadow: 0 5px #43474E;
    box-shadow: 0 5px #43474E;
}

.salon-introduction-btn.is-padding {
    width: 15%;
}

.salon-introduction-btn a {
    display: block;
    padding: 10px 4px;
    color: #fff;
}

.salon-introduction-btn:hover {
    background: #D2506E;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0);
}

/* ssalon-introduction-btn-wrap E N D */

/* ssalon-introduction-contents START */
.salon-introduction-contents {
    max-width: 960px;
    margin: 0 auto 190px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.salon-store {
    margin-bottom: 140px;
    margin-top: -100px;
    padding-top: 120px;
}

.salon-store-title {
    position: relative;
    margin-bottom: 45px;
    padding: 0 40%;
    text-align: center;
    font-size: 22px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.salon-store-title div {
    background: #fff;
}

.salon-store-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    display: inline-block;
    width: 100%;
    border-top: 7px double #333;
    z-index: -1;
}

.salon-store-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 15px;
}

.salon-store-item.is-border:not(:last-of-type) {
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.salon-store-item.is-padding:not(:first-of-type) {
    padding-top: 30px;
}

.salon-store-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 75%;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.salon-store-name-wrap {
    width: 48%;
}

.salon-store-about {
    width: 48%;
}

.salon-store-name {
    font-size: 28px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
}

.salon-store-name .is-umeda {
    color: #d2506e;
}

.salon-store-name-image img {
    max-width: 92px;
}

.salon-store-about-time {
    font-size: 22px;
    font-weight: bold;
}

.salon-store-about-holiday {
    font-weight: bold;
}

.salon-store-about-holiday.is-padding {
    padding-top: 23px;
}

.salon-details-btn {
    width: 18%;
    text-align: center;
}

.salon-details-btn:hover {
    opacity: 0.7;
}

.salon-details-btn img {
    max-width: 170px;
}

.salon-introduction-sale-top .registration {
    bottom: 12px;
    font-size: 20px;
}

.salon-store-title.is-sale .registration.is-sale {
    bottom: 7px;
    font-size: 10px;
}

.salon-store-title.is-sale .comment {
    display: block;
    margin-top: 10px;
}

/* salon-introduction-contents E N D */

/* salon-introduction-sale START */
.salon-introduction-sale-top {
    max-width: 960px;
    margin: 0 auto 15px;
}

.salon-introduction-sale-top h3 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}

.salon-introduction-sale-top p {
    text-align: right;
    font-size: 12px;
}

.salon-store-title.is-sale span {
    font-size: 16px;
    font-weight: normal;
}

.salon-store-title.is-sale {
    padding: 0 28%;
    line-height: 1;
}

.salon-store.is-sale {
    max-width: 960px;
    margin: 0 auto 55px;
    padding: 0;
}

/* salon-introduction-sale E N D */

/* salon-introduction-sale-about START */
.salon-introduction-sale-about {
    padding-bottom: 50px;
    text-align: center;
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.salon-introduction-sale-about p {
    margin-bottom: 30px;
}

.salon-introduction-sale-about-image {
    margin-bottom: 30px;
    padding-top: 50px;
}

.salon-introduction-sale-about-image img {
    max-width: 200px;
}

.salon-introduction-sale-about-btn {
    padding-bottom: 50px;
}

.salon-introduction-sale-about-btn img {
    max-width: 370px;
}
.salon-introduction-sale-about-btn a:hover {
    opacity: 0.7;
}
/* salon-introduction-sale-about E N D */


/**
 * price-page
 */

.price-wrap {
    color: #34373D;
    margin: 35px auto 0;
}

/*上部カテゴリメニュー*/
.catalog-area-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 960px;
    margin: 35px auto;
    padding: 0 20px;
}

.catalog-title-price {
    max-width: 230px;
}

.catalog-area-price .catalog-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 960px;
    margin-left: 30px;
    padding: 0 20px;
}

.catalog-area-price .catalog-menu li.heading {
    position: relative;
    padding-right: 20px;
}

.catalog-area-price .catalog-menu li.heading span {
    display: block;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    font-weight: bold;
}

.catalog-area-price .catalog-menu li.heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    border-color: transparent transparent transparent #000;
}

.catalog-area-price .catalog-menu li {
    border-right: 1px solid #000;
}

.catalog-area-price .catalog-menu li a {
    display: block;
    padding: 5px 40px;
    font-weight: bold;
    color: #333;
}

/*メイン画像*/
.price-main-img {
    margin: auto;
    max-width: 960px;
    padding: 0 20px;
}

/*メインテキスト*/
.price-main-text {
    padding: 0 20px;
}

.price-main-text-inner {
    position: relative;
    max-width: 760px;
    margin: 50px auto 100px;
    padding: 50px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.price-main-text .tag {
    display: inline-block;
    padding: 3px 15px;
    font-weight: bold;
    background: #000;
    color: #fff;
    letter-spacing: -0.04em;
}

.price-main-text h3 {
    padding: 10px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 28px;
}

.price-main-text h2 {
    padding: 10px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 28px;
    font-weight:bold;
}

.price-main-text ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.price-main-text ul li {
    border: 1px solid #000;
    font-weight: bold;
    letter-spacing: -0.04em;
    margin: 0 5px 5px;
    padding: 3px 4px;
}

.price-main-text .charge {
    font-size: 28px;
    font-weight: bold;
}

.price-main-text .charge span {
    font-size: 16px;
}

.price-main-text .color-name {
    display: block;
    margin: 20px 0 10px;
    font-size: 12px;
    line-height: 1.7;
}

.price-main-text .note {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #D2506E;
}

/*括弧*/
.price-main-text-inner::before,
.price-main-text-inner::after {
    position: absolute;
    content: '';
    width: 130px;
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.price-main-text-inner::before {
    top: 0;
    right: 0;
    border-top: 4px solid #646464;
    border-right: 4px solid #646464;
}

.price-main-text-inner::after {
    bottom: 0;
    left: 0;
    border-bottom: 4px solid #646464;
    border-left: 4px solid #646464;
}

/*パターン01*/
.price-pt01 {
    max-width: 960px;
    margin: auto;
    /* padding: 0 20px; */
}

.price-pt01 .pt-img-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    margin: 0 0 20px;
}

.price-pt01 .pt-img-top-left {
    max-width: 585px;
    margin-right: 20px;
}

.price-pt01 .pt-img-top-right {
    max-width: 350px;
}

.price-pt01 .pt-img-under img {
    width: 100%;
}

/*パターン02*/
.price-pt02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    margin: 20px auto 0;
    padding: 0 20px;
}

.price-pt02 .pt-img-left {
    max-width: 355px;
    margin-right: 20px;
}

.price-pt02 .pt-img-left p {
    text-align: justify;
    /*line-height: 1.4;*/
}

.price-pt02 .pt-img-left ul li {
    float: right;
    max-width: 268px;
    margin: 20px 0 0;
}

.price-pt02 .pt-img-right {
    max-width: 586px;
}

/*パターン03*/
.price-pt03 {
    max-width: 960px;
    margin: auto;
    padding: 0 20px;
}

.price-pt03 .pt-img-top {
    width: 100%;
    margin: 20px 0;
}

.price-pt03 .pt-img-top img {
    width: 100%;
}

.price-pt03 .pt-img-under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 735px;
    margin: auto;
}

.price-pt03 .pt-img-under .pt-img-under-left {
    max-width: 310px;
    margin-right: 20px;
}

.price-pt03 .pt-img-under .pt-img-under-right {
    max-width: 410px;
}

.price-pt03 .pt-img-under .pt-img-under-right p {
    margin: 20px 0 0;
    text-align: justify;
}

/*ポイントチェック*/
.point {
    position: relative;
    max-width: 830px;
    margin: 170px auto 150px;
    padding: 0 60px 60px;
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.point h3 {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: Lato;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1em;
}

.point p.point-intro{
	padding-top: 50px;
    	text-align: center;
}

.point .comment {
    display: block;
    padding: 20px 0 30px;
    text-align: center;
    font-size: 12px;
}

.point ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
}

.point ul li {
    max-width: 200px;
    width: 23.5%;
}

.point ul li img {
    width: 100%;
}

.point ul li a {
    position: relative;
}

.point ul li a:after {
    content: "";
    position: absolute;
    bottom: -25px;
    right: -70px;
    width: 100px;
    height: 100px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/plus-icon.png) no-repeat 0/25%;
}

.point ul li span {
    display: block;
    margin: 14px 0 0;
    font-size: 22px;
    text-align: center;
}

/*サイズ*/
.point .size {
    margin: 10px auto 0;
}

.point .size h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px;
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.point .size h4 span {
    padding-left: 20px;
    font-size: 16px;
}

.point .size-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 30px;
    border-bottom: 2px solid #000;
}

.point .size-list img {
    width: 100%;
}

.point .size-list-left {
    max-width: 435px;
    width: 53%;
}

.point .size-list-right {
    max-width: 370px;
    width: 45%;
}

.point .size-list-right .size-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.point .size-list-right .size-img img {
    max-width: 175px;
    width: 48%;
    height: 100%;
}

.point .size-table {
    margin: 20px 0 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

.point .size-table table {
    width: 100%;
    text-align: left;
}

.point .size-table tr {
    width: 100%;
}

.point .size-table th {
    width: 35%;
    padding: 5px 10px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.point .size-table td {
    width: 65%;
    padding: 5px 10px;
    border-bottom: 1px solid #808080;
    font-weight: bold;
    line-height: 1.4em;
}

.point .size .note {
    display: block;
    margin: 10px 0 0;
    text-align: right;
    font-size: 12px;
}

/*スタイリスト*/
.arrange {
    margin: 0 0 150px;
    padding: 60px 0;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.arrange .arrange-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.arrange h2 {
    margin-bottom: 10px;
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 80px;
    font-weight: normal;
    line-height: 1em;
    color: #43474E;
}

.arrange .sub-title {
    font-size: 22px;
    color: #43474E;
}

.arrange .arrange-left {
    max-width: 350px;
    width: 38%;
}

.arrange .arrange-slider {
    max-width: 560px;
    width: 60%;
}

.arrange .stylist-wrap {
    text-align: center;
}

.arrange .stylist-wrap img {
    max-width: 108px;
    margin: 30px 0 20px;
}

.arrange .stylist-wrap .position {
    display: block;
    margin: 0 0 5px;
}

.arrange .stylist-wrap .name {
    display: block;
    margin: 0 0 20px;
}

.arrange .stylist-wrap p {
    max-width: 330px;
    text-align: justify;
    line-height: 1.4;
}

.makeup {
    position: relative;
    max-width: 960px;
    margin: 0 auto 150px;
    padding: 0 20px;
}

.makeup .title-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 5px;
    border: 1px solid #43474E;
}

.makeup .title-wrap h2 {
    position: relative;
    max-width: 315px;
    width: 40%;
    margin: 0 5px 0 0;
    padding: 20px;
    line-height: 0;
    border-left: 1px solid #43474E;
    border-right: 1px solid #43474E;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.makeup .title-wrap h2::after {
    position: absolute;
    top: 0;
    right: -7px;
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #43474E;
}

.makeup .title-wrap .title-text {
    max-width: 650px;
    width: 100%;
    padding: 0 0 0 24px;
}

.makeup .title-wrap .title-text span {
    display: block;
    width: 100%;
    padding: 0 0 10px;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
}

.makeup .title-wrap .title-text p {
    display: block;
    width: 100%;
    padding: 5px 0 0;
}

.makeup .title-fx {
    position: absolute;
    top: -80px;
    right: -90px;
}

.makeup .title-fx img {
    max-width: 320px;
}

.makeup .makeup-under {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: 1px solid #43474E;
    border-left: 1px solid #43474E;
    border-right: 1px solid #43474E;
}

.makeup .makeup-under .makeup-under-left {
    max-width: 450px;
    width: 100%;
    padding: 0 15px 0 30px;
}

.makeup .makeup-under .makeup-under-right {
    max-width: 450px;
    width: 100%;
    padding: 0 30px 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.makeup .makeup-under .makeup-under-right h3 {
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
}

.makeup .makeup-under .makeup-under-right h4 {
    font-family: "Lato";
    font-size: 38px;
    font-weight: normal;
    padding-left: 5px;
    border-left: 5px solid #959595;
    line-height: .7;
    padding-bottom: 3px;
}

.makeup .makeup-under li {
    margin: 20px 0 35px;
}

.makeup .makeup-under .make-desc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 0;
}

.makeup .makeup-under .make-desc p {
    line-height: 1.4;
}

.makeup .makeup-under .make-desc img {
    position: absolute;
    width: 60px;
    height: 60px;
}

.makeup .makeup-under p {
    padding-left: 80px;
}

/* price-customize START */
.price-customize {
    position: relative;
    margin-top: 70px;
}

.price-customize-inner {
    /* position: absolute;
    top: 40%;
    left: 20%; */
    max-width: 960px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
}

.customize-title {
    position: relative;
}

.customize-title h2 {
    position: absolute;
    top: 15%;
    left: 40%;
    font-size: 60px;
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.price-customize-inner h3 {
    margin-bottom: 70px;
    padding-top: 70px;
    text-align: center;
    font-size: 38px;
}

.customize-sub-title {
    position: relative;
    margin-bottom: 55px;
    padding: 0 40%;
    text-align: center;
    font-size: 30px;
}

.customize-sub-title div {
    background: #fff;
}

.customize-sub-title div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    display: inline-block;
    width: 100%;
    border-top: 3px solid #333;
    z-index: -1;
}

.customize-color {
    margin-bottom: 50px;
}

.customize-color p {
    margin-top: 18px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.customize-color p span {
    font-size: 24px;
}

.color-lineup {
    text-align: center;
}

.color-lineup img {
    max-width: 825px;
}

.customize-size h5 {
    font-size: 28px;
}

.size-lineup {
    width: 100%;
    text-align: left;
    margin: 20px 0 0;
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

.size-lineup tr {
    width: 100%;
}

.size-lineup th {
    width: 35%;
    padding: 5px 10px;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}

.size-lineup td {
    width: 65%;
    padding: 5px 10px;
    border-bottom: 1px solid #808080;
    font-weight: bold;
    line-height: 1.5em;
}

.size-lineup-btn {
    text-align: right;
}

.size-lineup-btn a {
    border-bottom: 1px solid #333;
}

.size-contents-left {
    width: 40%;
}

.size-contents-right {
    width: 60%;
}

.size-contents-left img {
    max-width: 220px;
}

.size-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* price-customize E N D */
/* price E N D */

/* 来店予約 START*/
.reservation-attention {
    margin-bottom: 80px;
}
/* 来店予約 E N D*/

/* concept1 START*/
.concept-first {
    overflow: hidden;
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.concept-first-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 640px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/01/concept1-bg.jpg) no-repeat center/cover;
}

.concept-first-top-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.concept-first-top-inner .title-margin{
    margin-top: 90px !important;
}

.concept-first-top-inner .title-margin .title-logo{
    max-width: 245px;
    margin: 0 auto 30px;
}

.concept-first-top-inner .page-title .en-title.is-height {
    margin-bottom: 0;
}

.concept-first-top-inner .page-title .jp-title {
    font-size: 38px;
    letter-spacing: 5px;
}

.concept-first-top-inner .top-logo img {
    max-width: 240px;
}

.concept-first-top-inner .top-logo {
    margin-bottom: 30px;
}

.concept-first-top-inner h2 {
    font-size: 38px;
}

#commitment-cotton {
    padding-top: 200px;
}

.commitment-cotton {
    background: #BBC5CB;
}

#commitment-hair {
    padding-top: 150px;
}
.commitment-hair {
    background: #BBC5CB;
}

.commitment-hair-inner,
.commitment-cotton-inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.commitment-cotton-inner h3 {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.hair-image,
.cotton-image {
    position: absolute;
    top: -100px;
    left: 50px;
}

.hair-image img,
.cotton-image img {
    max-width: 865px;
}

.hair-lining,
.cotton-lining {
    margin-bottom: 15px;
    text-align: center;
}

.hair-lining img,
.cotton-lining img {
    max-width: 135px;
    width: 100%;
}

.hair-text h3,
.cotton-text h3 {
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: normal;
}

.hair-text,
.cotton-text {
    padding-top: 55%;
    text-align: center;
}

.hair-text p,
.cotton-text p {
    padding-bottom: 45px;
    line-height: 1.7;
}

.concept-first-contents-top {
    padding: 100px 0 0;
}

.base-material {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 100px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.base-material .base-material-item {
    max-width: 360px;
    width: 48%;
    text-align: center;
    background: #fff;
}

.base-material .base-material-item::after {
    display: none;
}

.base-material-item .item-title {
    margin: 0 auto;
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.base-material-item .item-text {
    text-align: left;
    line-height: 1.7;
}

.base-material-item .item-title .is-weight {
    font-weight: normal;
}

.base-material-item .item-image {
    margin: 0 auto 15px;
}

.base-material-item.comparison {
    max-width: 100%;
    width: 100%;
    padding: 95px 0;
}

.base-material-item.comparison .item-image {
    margin-bottom: 20px;
}

.base-material-item.comparison .item-text {
    margin-bottom: 0;
    text-align: right;
    font-size: 12px;
}

.comparison-material {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 100px;
    background: #fff;
}

.comparison-material-title {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 80px 35px;
    text-align: center;
}

.base-material .base-material-title {
    max-width: 760px;
    width: 100%;
    padding-bottom: 25px;
    text-align: center;
    padding-bottom: 50px;
}

.base-material .base-material-sub-title {
    max-width: 650px;
    width: 100%;
    padding-bottom: 30px;
}

.base-material-title img {
    display: block;
}

.comparison-material-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 80px;
}

.comparison-material-item {
    max-width: 360px;
    width: 48%;
}

.comparison-material-item h5 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.comparison-material-image {
    margin-bottom: 10px;
}

.comparison-material-text {
    margin-bottom: 20px;
}

.organic-content-text,
.organic-content-comment {
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 12px;
}

.organic-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.organic-content-image img {
    max-width: 60px;
}

.organic-content-image {
    width: 20%;
}

.organic-content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}

.patch-test {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 90px 0 100px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern08.jpg);
}

.patch-test::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 48%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.patch-test h4 {
    padding-bottom: 25px;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
}

.patch-test-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 0 100px;
}

.patch-test-image {
    max-width: 430px;
    width: 57%;
}

.patch-test-text {
    max-width: 300px;
    width: 40%;
}

.patch-test-text h5 span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px;
    background: #43474E;
    color: #fff;
    font-weight: bold;
}

.patch-test-text h5 span.first-span {
    padding: 5px 10px 5px 5px;
}

.patch-test-text h5 span.second-span {
    padding: 5px;
}

.patch-test-text h5 span.third-span {
    margin-bottom: 10px;
    padding: 5px 0 5px 5px;
}

.see-more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.patch-test-bottom .see-more-btn {
    margin-top: 15px;
}

.see-more-btn a {
    padding-bottom: 2px;
    font-weight: bold;
    color: #43474E;
    border-bottom: solid 1px #43474E;
}

.see-more-btn span {
    display: block;
    width: 23px;
    padding-left: 8px;
}

.patch-test-bottom {
    padding: 0 90px;
}

.patch-test-bottom h5 {
    display: inline-block;
    padding: 5px 0 5px 5px;
    margin-bottom: 15px;
    background: #43474E;
    color: #fff;
}

.concept-first-contents-bottom {
    padding-top: 100px;
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.concept-first-contents-bottom .bottom-box {
    max-width: 960px;
    margin: 0 auto;
    padding: 90px 0 90px;
    background: #fff;
}

.concept-first-contents-bottom .bottom-box h4 {
    padding-bottom: 40px;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
}

.concept-first-contents-bottom .bottom-box .bottom-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 37px;
    padding: 0 85px;
}

.concept-first-contents-bottom .bottom-box .bottom-box-inner-image {
    max-width: 430px;
    width: 56%;
}

.concept-first-contents-bottom .bottom-box .bottom-box-inner-text {
    max-width: 300px;
    width: 39%;
}

.concept-first-contents-bottom .bottom-box .bottom-box-inner-image img {
    max-width: 430px;
}

.concept-first-contents-bottom .bottom-box .bottom-box-inner-text h5 span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 5px;
    background: #43474E;
    color: #fff;
    font-weight: bold;
}

.concept-first-contents-bottom .bottom-box .bottom-box-inner-text p {
    line-height: 32px;
}

.concept-first-contents-bottom .bottom-box .bottom-box-btn {
    text-align: center;
}

.concept-first-contents-bottom .bottom-box .bottom-box-btn img {
    max-width: 320px;
}

.concept-link-btn-wrap {
    overflow: hidden;
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.concept-link-btn-wrap-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 115px 30px 0;
}

.concept-link-btn-wrap-inner h4 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.concept-link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.concept-link-btn div {
    width: 49%;
}

.concept-link-btn img {
    max-width: 470px;
}
/* concept1 E N D*/

/* concept2 START*/
.concept-second {
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.concept-second-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 640px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/02/concept02-bg.jpg) no-repeat center/cover;
  }

.concept-second-top-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.concept-second-top-inner .title-margin{
    margin-top: 90px !important;
}

.concept-second-top-inner .title-margin .title-logo{
    max-width: 245px;
    margin: 0 auto 30px;
}

.concept-second-top-inner .page-title .en-title.is-height {
    margin-bottom: 0;
}

.concept-second-top-inner .page-title .jp-title {
    font-size: 38px;
    letter-spacing: 5px;
}

.concept-second-top-inner .top-logo img {
    max-width: 240px;
}

.concept-second-top-inner .top-logo {
    margin-bottom: 5px;
}

.concept-second-top-inner h2 {
    font-size: 38px;
}

#size-contents-box {
    padding-top: 200px;
}

.size-contents-box {
    background: #BBC5CB;
}

#slip-contents-top {
    padding-top: 250px;
}

.slip-contents-top {
    background: #BBC5CB;
}

.slip-contents-top-inner,
.size-contents-box-inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.slip-contents-top-image,
.size-contents-box-image {
    position: absolute;
    top: -100px;
    left: 50px;
}

.slip-contents-top-image img,
.size-contents-box-image img {
    max-width: 865px;
}

.slip-contents-top-title,
.size-contents-box-title {
    margin-bottom: 20px;
    text-align: center;
}

.slip-contents-top-text h3,
.size-contents-box-text h3 {
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: normal;
}

.slip-contents-top-text,
.size-contents-box-text {
    padding-top: 55%;
    text-align: center;
}

.size-contents-box-text p .registration {
    bottom: 4px;
}

.size-contents-box-text p {
    padding-bottom: 40px;
}
.slip-contents-top-text p ,
.size-contents-box-text p {
    line-height: 2;
}

.concept-second-contents-top {
  padding: 100px 0 0;
}

.rubber-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 80px 95px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rubber-box .rubber-box-title,
.slip-contents-middle .slip-contents-title {
    width: 100%;
    max-width: 650px;
    padding-bottom: 15px;
}

.rubber-box-item {
    width: 45%;
    max-width: 360px;
    text-align: center;
}

.rubber-box-item .item-title {
  padding-top: 30px;
  padding-bottom: 5px;
}

.rubber-box-item .item-title img {
  max-width: 250px;
}

.rubber-box-item .item-sub-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.rubber-box-item .item-text {
  text-align: left;
  font-size: 15.5px;
}

.rubber-box-item .item-sub-title.is-weight {
  font-weight: normal;
}

.rubber-box-item .item-image {
  margin: 0 auto 15px;
  line-height: 0;
}

.triangle-under-image {
    margin-top: 20px;
}

.triangle-under-image img {
    max-width: 40px;
}

.rubber-box-bottom {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 90px 0 90px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern08.jpg);
  }

.rubber-box-bottom::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 48%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.rubber-box-bottom h4 {
    padding-bottom: 35px;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
}

.rubber-box-bottom .rubber-box-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 100px;
}

.rubber-box-bottom .rubber-box-bottom-inner-image {
    max-width: 430px;
    width: 57%;
}

.rubber-box-bottom .rubber-box-bottom-inner-text {
    max-width: 300px;
    width: 40%;
}

.rubber-box-bottom .rubber-box-bottom-inner-text h5 {
    padding-bottom: 5px;
}

.rubber-box-bottom .rubber-box-bottom-inner-text h5 span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #43474E;
    color: #fff;
    font-weight: bold;
}

.rubber-box-bottom .rubber-box-bottom-inner-text p {
    line-height: 2;
}

.slip-contents-top-text-comment {
    max-width: 420px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 45px;
    font-size: 12px;
    text-align: left;
    line-height: 1.7;
}

.slip-contents-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 960px;
    margin: 100px auto 0;
    padding: 100px 90px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slip-contents-middle .contents-item {
    max-width: 360px;
    width: 48%;
    text-align: center;
}

.slip-contents-middle .item-title {
    margin-bottom: 20px;
}

.slip-contents-middle .item-title.is-margin {
    margin-bottom: 15px;
}

.slip-contents-middle .item-title img {
    max-width: 250px;
}

.slip-contents-middle .item-image {
    margin-bottom: 15px;
    line-height: 0;
}

.slip-contents-middle h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
    line-height: 1.545;
}

#slip-contents-bottom-top {
    padding-top: 100px;
}

.slip-contents-bottom-top {
    text-align: center;
    background: #BBC5CB;
}

.slip-contents-bottom-top .bottom-title-wrap {
    max-width: 960px;
    margin: 0 auto;
    padding: 35px 0 45px;
}

.bottom-title-wrap h3 {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: normal;
}

.bottom-title-wrap .bottom-title-comment {
    padding-top: 20px;
    font-size: 12px;
    line-height: 1.7;
}

.slip-contents-middle.is-another p {
    text-align: left;
}
/* concept2 E N D*/

/* concept3 START*/
.concept-third {
       background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
}

.concept-third-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 640px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/03/concept03-bg.jpg) no-repeat center/cover;
  }

  .concept-third-top-inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.concept-third-top-inner .title-margin{
    margin-top: 90px !important;
}

.concept-third-top-inner .title-margin .title-logo{
    max-width: 245px;
    margin: 0 auto 30px;
}

.concept-third-top-inner .page-title .en-title.is-height {
    margin-bottom: 0;
}

.concept-third-top-inner .page-title .jp-title {
    font-size: 38px;
    letter-spacing: 5px;
}

.concept-third-top-inner .top-logo img {
    max-width: 240px;
}

.concept-third-top-inner .top-logo {
    margin-bottom: 30px;
}

.concept-third-top-inner h2 {
    font-size: 38px;
}

#tsumuji-contents-box {
    padding-top: 200px;
}

.tsumuji-contents-box {
    background: #BBC5CB;
}

#hair-quality-contents-box-wrap,
#styling-contents-box {
    padding-top: 250px;
}

.hair-quality-contents-box,
.styling-contents-box {
    background: #BBC5CB;
}

.styling-contents-box {
    margin-bottom: 100px;
}

.tsumuji-contents-box-inner,
.hair-quality-contents-box-inner,
.styling-contents-box-inner {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.tsumuji-contents-box-image,
.hair-quality-contents-box-image,
.styling-contents-box-image {
    position: absolute;
    top: -100px;
    left: 50px;
}

.tsumuji-contents-box-image img,
.hair-quality-contents-box-image img,
.styling-contents-box-image img {
    max-width: 865px;
}

.tsumuji-contents-box-title,
.hair-quality-contents-box-title,
.styling-contents-box-title {
    margin-bottom: 25px;
    text-align: center;
}

.tsumuji-contents-box-title img,
.hair-quality-contents-box-title img{
    max-width: 120px;
}

.tsumuji-contents-box-text h3,
.hair-quality-contents-box-text h3,
.styling-contents-box-text h3 {
    margin-bottom: 5px;
    font-size: 38px;
    font-weight: normal;
}

.tsumuji-contents-box-text,
.hair-quality-contents-box-text,
.styling-contents-box-text {
    padding-top: 55%;
    text-align: center;
}

.tsumuji-contents-box-text p,
.hair-quality-contents-box-text p,
.styling-contents-box-text p {
    padding-bottom: 40px;
    line-height: 2;
}

.tsumuji-contents-middle,
.hair-quality-contents-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 75px auto 0;
    padding: 100px 80px 95px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tsumuji-contents-middle .tsumuji-contents-title ,
.hair-quality-contents-middle .tsumuji-contents-title {
    max-width: 650px;
    width: 100%;
    margin: 0 auto 15px;
}

.tsumuji-contents-middle .contents-item,
.hair-quality-contents-middle .contents-item {
    max-width: 360px;
    width: 45%;
    text-align: center;
}

.hair-quality-contents-middle .contents-text {
    max-width: 760px;
    margin: 60px auto 0;
}

.tsumuji-contents-middle .contents-item p,
.hair-quality-contents-middle .contents-item .contents-item-about:nth-of-type(2) {
    text-align: left;
}

.tsumuji-contents-middle .item-image {
    margin-bottom: 15px;
}

.tsumuji-contents-middle .item-title,
.hair-quality-contents-middle .item-title {
    margin-bottom: 20px;
}

.tsumuji-contents-middle .item-title.is-margin,
.hair-quality-contents-middle .item-title.is-margin {
    margin-bottom: 15px;
}

.tsumuji-contents-middle .item-title img,
.hair-quality-contents-middle .item-title img {
    max-width: 250px;
}

.tsumuji-contents-middle h4 {
    margin-bottom: 30px;
    font-size:22px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
}

.hair-quality-contents-middle h4 {
    margin-bottom: 10px;
    font-size:22px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
}

.tsumuji-box-bottom {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 90px 0 95px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern08.jpg);
  }

.tsumuji-box-bottom::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 48%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.tsumuji-box-bottom h4 {
    padding-bottom: 35px;
    text-align: center;
    font-size: 38px;
    font-weight: normal;
}

.tsumuji-box-bottom .tsumuji-box-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0 80px;
}

.tsumuji-box-bottom .tsumuji-box-bottom-inner-image {
    max-width: 430px;
    width: 54%;
}

.tsumuji-box-bottom .tsumuji-box-bottom-inner-text {
    max-width: 300px;
    width: 38%;
}

/* .tsumuji-box-bottom .tsumuji-box-bottom-inner-image img {
    max-width: 455px;
} */

.tsumuji-box-bottom .tsumuji-box-bottom-inner-text h5 span {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #43474E;
    color: #fff;
    font-weight: bold;
}

.tsumuji-box-bottom .tsumuji-box-bottom-inner-text p {
    line-height: 1.9;
}

.styling-main-contents-box {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 0 95px;
    background: #fff;
}

.cut-flow {
    margin-bottom: 45px;
    padding: 0 90px;
}

.cut-flow-image {
    margin: 0 auto;
}

.cut-flow-image img {
    max-width: 770px;
}

.cut-flow-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}

.cut-flow-text-wrap .wrap-item {
    width: 30%;
}

.cut-flow-text-wrap .wrap-item .is-bold {
    padding: 15px 0 10px;
    font-weight: bold;
    text-align: center;
}

.maintenance-wrap {
    margin-bottom: 90px;
    padding: 0 90px;
    text-align: center;
}

.maintenance-wrap p {
    margin-bottom: 20px;
    font-size: 28px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.maintenance-wrap .maintenance-btn img {
    max-width: 300px;
}

.hair-color-title {
    margin-bottom: 30px;
    padding: 0 90px;
    text-align: center;
}

.hair-color-title h3 {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: normal;
}

.coloring-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    margin-top: 85px;
    margin-right: -1px;
}

.coloring-wrap h3 {
    position: absolute;
    top: -80px;
    right: 0;
    display: block;
    margin-left: auto;
    margin-bottom: -40px;
    font-size: 125px;
    color: #bbc5cb;
    font-family: Lato, "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: lighter;
    line-height: 1;
    z-index: 1;
}

.coloring-wrap .coloring-item {
    width: 32.3%;
    margin-bottom: 10px;
}

.coloring-wrap .coloring-item img {
    width: 100%;
    max-width: inherit;
}

.gradation-wrap {
    margin-top: -100px;
    padding-top: 175px;
    text-align: center;
}

.gradation-wrap .wrap-title {
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: normal;
}

.gradation-wrap .wrap-text {
    margin-bottom: 25px;
}

.wrap-comment .wrap-comment {
    padding-top: 15px;
}
/* concept3 E N D*/

/* 抗がん剤治療の方へ START*/
.anticancer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 375px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/top-bg.png) no-repeat center/ cover;
}

.anticancer-top .title {
    max-width: 960px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.anticancer-top .title h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
}

.anticancer-top .title-image img {
    max-width: 465px;
}

.anticancer-top-text {
    max-width: 960px;
    margin: 65px auto 90px;
    text-align: center;
    font-size: 22px;
}

.suport-plun {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto;
}

.suport-plun .item {
    width: 49%;
    min-height: 188px;
    margin-bottom: 35px;
    border:1px solid #cccccc;
    -webkit-box-shadow:4px 4px 6px -5px #63666c;
    box-shadow:4px 4px 6px -5px #63666c;
}

.suport-plun .item-image {
    margin-bottom: 25px;
}

.suport-plun .item-image img {
    max-width: 470px;
}

.suport-plun .item h4 {
    margin-bottom: 20px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.suport-plun .item-text {
    margin-bottom: 20px;
}

.suport-plun .item-btn img {
    max-width: 270px;
}

.suport-plun .item-btn {
    margin-top: 20px;
}
/* 抗がん剤治療の方へ E N D*/

/* mvサイズと画像の位置 START*/
.default-mv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 375px;
}

.default-mv-wrap .default-mv-title{
    width: 100%;
    max-width: 960px;
    line-height: 1;
}
.default-mv-wrap .default-mv-title .default-mv-img {
    max-width: 465px;
}
/* mvサイズと画像の位置 START*/

/* 5star fade START*/
.star-fadeup,
.star-fadeup02,
.star-fadeup03 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
}

.star-fadeup.-on,
.star-fadeup02.-on,
.star-fadeup03.-on {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.button-wrap.form-contact-btn {
    max-width: 280px;
}
/* 5star fade E N D*/
@media screen and (max-width: 1095px) {
    .top-point-first {
        margin-right: 0;
    }

    .top-point-second .top-point-image img {
        margin-left: 0;
    }
}
@media screen and (max-width: 1024px) {

    /**
     * Header
     */
    .global-header-top-left p {
        font-size: 13px;
    }

    .global-header-top-right-btn.is-margin {
        margin: 0 1px;
    }

    li.global-header-nav-beginners-wrap:hover div.global-header-nav-beginners-wrap-inner {
        display: none;
    }

    .global-header-nav-third.open.global-header-nav-beginners-wrap::after {
        top: 73%;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .global-header-nav-third.global-header-nav-beginners-wrap::after {
        top: 75%;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
    }


    li.global-header-nav-third.open div.global-header-nav-beginners-wrap-inner {
        display: block;
    }

    .global-header-nav-third::after {
        margin-left: 50px;
    }

    .global-header-nav-beginners-wrap:hover::after {
        margin-left: 50px;
    }

    .global-header-nav-beginners-wrap-inner::before {
        left: 46%;
    }

    .global-header-nav-beginners {
        font-size: 13px;
    }

    /**
     * Top-page
     */
    /* top-point-contents START*/
    .top-point-about {
        padding-top: 140px;
    }

    .top-point-contents h3 {
        font-size: 24px;
    }

    .top-point-second {
        margin-left: 0;
    }

    .top-point-second .top-point-text {
        margin-left: -85px;
    }

    /* top-point-contents E N D*/


}

@media screen and (max-width: 960px) {

    /**
     * Header
     */
    .global-header-top-right {
        width: 50%;
    }

    .global-header-nav-beginners-wrap-inner::before {
        left: 46%;
    }
    
    /**
     * top
     */
    .top-first-guide-top div {
        margin-left: 0;
    }

    /**
     * Footer
     */
    .footer-wrap {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 45px 20px;
    }

    .footer-wrap .footer-logo {
        width: 27%;
    }

    .footer-wrap .footer-menu {
        width: 53%;
    }

    .footer-wrap .footer-menu .left-menu {
        width: 57%;
    }

    .footer-wrap .footer-menu .right-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 43%;
    }

    .footer-wrap .footer-menu .right-menu .right-colmun,
    .footer-wrap .footer-menu .right-menu .left-colmun {
        width: 100%;
    }

    /* footer-form START*/
    .footer-form {
        max-width: 960px;
        margin: 150px 0 0;
        padding: 0 30px 45px;
    }

    .footer-form-top {
        margin-bottom: 17px;
    }

    /* footer-form START*/
/**
* Salon-introduction
*/
    .salon-introduction-btn-wrap {
        padding: 0 30px;
    }

    .salon-introduction-contents {
        padding: 0 30px;
    }

    .salon-introduction-sale-top,
    .salon-store.is-sale {
        padding: 0 30px;
    }

/**
* concept
*/

    .hair-image, .cotton-image {
        left: 0;
    }
    .hair-image img, .cotton-image img {
        max-width: 100%;
    }

    .base-material-item.comparison .item-image img {
        max-width: 100%;
    }

    .comparison-material-image img {
        max-width: 100%;
    }

    .concept-first-contents-bottom .bottom-box .bottom-box-inner-image img {
        max-width: 100%;
    }

    .organic-content-image img {
        max-width: 100%;
    }

    .comparison-material-title img {
        max-width: 100%;
    }

    .hair-text, .cotton-text {
        padding-top: 60%;
    }

    .concept-link-btn img {
        max-width: 100%;
    }

    #size-contents-box {
        padding-top: 120px;
    }

    .size-contents-box {
        margin-top: 60px;
    }

    .concept-second-contents-top {
        margin-bottom: -40px;
    }

    .slip-contents-top-image img,
    .size-contents-box-image img {
        max-width: 100%;
    }

    .slip-contents-top-image, .size-contents-box-image {
        left: 0;
    }

    .slip-contents-top-text, .size-contents-box-text {
        padding-top: 60%;
    }

    .tsumuji-contents-box-image img,
    .hair-quality-contents-box-image img,
    .styling-contents-box-image img {
        max-width: 100%;
    }

    .tsumuji-contents-box-image,
    .hair-quality-contents-box-image,
    .styling-contents-box-image {
        left: 0;
    }

    .tsumuji-contents-box-text,
    .hair-quality-contents-box-text,
    .styling-contents-box-text {
        padding-top: 60%;
    }

    .cut-flow-image img {
        max-width: 100%;
    }
}


@media screen and (max-width: 920px) {
    /**
     * Salon-introduction
     */
    .salon-store-name-wrap {
        margin-right: 70px;
    }

    .salon-store-name-wrap.is-nagoya,
    .salon-store-name-wrap.is-wakayama {
        margin-right: 40px;
    }

    .salon-store-name-wrap.is-umeda {
        margin-right: 25px;
    }

    .salon-store-item-extra-edition .salon-store-name-wrap {
        margin-right: 70px;
    }

    .salon-store-name-wrap.is-kitaoji {
        margin-right: 110px;
    }

    .salon-store-name {
        font-size: 23px;
    }

    .salon-store-about-time {
        font-size: 20px;
    }

    /**
     * price-page
     */
    .arrange h2 {
        font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-size: 70px;
    }

}
@media screen and (max-width: 855px) {
  /**
   * top
   */
  .top-first-guide-top div {
    width: 64%;
  }
  .top-first-guide-top div img {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
    /**
     * price-page
     */
    .catalog-title-price {
        max-width: 200px;
    }

    .arrange h2 {
        font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
        font-size: 60px;
    }

    .catalog-area-price .catalog-menu li a {
        padding: 5px 20px;
    }

}

@media screen and (max-width: 767px) {
    body {
        padding-top: 63px;
    }

    .sp-none {
        display: none !important;
    }
    .sp-dsp-flex{
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }

    /**
     * Header
     */
    .global-header-inner {
        min-height: 63px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .global-header-top-right .sp-dsp-flex {
      width: 180px;
        /*width: 120px;*/
    }
    .global-header-top-right-tel {
        max-width: 100%
    }

    .global-header-nav .global-header-nav-beginners-sp-accordion-wrap {
        padding: 0;
        border: none;
    }

    .global-header-nav-beginners-sp-accordion {
        display: none;
    }

    .global-header-top-right-btn {
        max-width: 60px;
    }

    /* ハンバーガーメニュー START */
    .global-header-top {
        height: 60px;
        border: none;
    }

    .global-header-top-logo {
        width: 135px;
        padding-left: 0;
        padding-right: 0;
        margin: 10px;
    }

    .global-header-slider-logo {
      top: auto;
      right: 3%;
      bottom: 3%;
      width: 88%;
    }

    .global-header-top-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        /*width: 50%;*/
        height: 60px;
    }

    .global-header-top-right {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    /*トグルボタン*/
    header .menu-trigger,
    header .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    header .menu-trigger {
      width: 60px;
      height: 60px;
      position: relative;
    }

    header .menu-trigger span {
        width: 34px;
        height: 3px;
        display: block;
        background-color: #333;
      position: absolute;
      left: 13px;
    }

  header .menu-trigger span:nth-of-type(1) {
    top:10px;
  }
  header .menu-trigger span:nth-of-type(2) {
    top:21px;
  }
  header .menu-trigger span:nth-of-type(3) {
    top:32px;
  }

    header .menu-trigger p {
        width: 100%;
        font-size: 10px;
        line-height: 1;
        letter-spacing: -2px;
        font-weight: bold;
        color: #333333;
        position: absolute;
        left: 0;
        top: 42px;
        text-align: center;
    }

    /* ACTIVE時 */
    header .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(12px) rotate(-45deg);
        transform: translateY(12px) rotate(-45deg);
    }

    header .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    header .menu-trigger.active span:nth-of-type(3) {
      top:34px;
        -webkit-transform: translateY(-12px) rotate(45deg);
        transform: translateY(-12px) rotate(45deg);
    }

    header .global-header-nav.active {
        position: fixed;
        overflow-y: scroll;
        z-index: 999;
        top: 0;
        width: 100%;
        height: 92%;
        padding-top: 61px;
        background-color: #fff;
    }

    header .global-header-nav li {
        position: relative;
        text-align: left;
        display: block;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #DBDBD5;
    }

    header .global-header-nav-title {
        background: #e1e4e9;
    }

    .global-header-nav-beginners-sp-accordion li a {
        padding-left: 14% !important;
    }

    header .global-header-nav li > span,
    header .global-header-nav li > a {
        display: block;
        padding-left: 30px;
    }

    header .global-header-nav li > a {
        color: #43474F;
    }

    header .global-header-nav li > p {
        padding-left: 30px;
        color: #43474F;
    }

    header .global-header-nav .bg-main-nav {
        border-bottom: 1px solid #fff;
    }

    header .global-header-nav .bg-main-nav,
    header .global-header-nav .global-header-nav-header {
        background-color: #e1e4e9;
    }

    header .global-header-nav .bg-main-nav.copyright.text-center {
        text-align: center;
        font-size: 10px;
        height: 10px;
    }

    header .global-header-nav .global-header-nav-contact {
        text-align: center;
    }

    header .global-header-nav .global-header-nav-contact a {
        padding-left: 0;
    }

    header .global-header-nav-third {
        padding-right: 0 !important;
    }

    header .global-header-nav-third::after {
        display: none;
    }

    header .global-header-nav > li::before {
        display: none;
    }

    .sp-menu-contact-text {
        font-size: 16px;
        font-weight: normal;
    }

    header .global-header-nav .global-header-nav-contact .sp-menu-contact-text {
        margin-bottom: 30px;
        padding-left: 0;
        color: #333333;
    }

    header .global-header-nav .global-header-nav-contact .global-header-top-right-tel.sp-menu-contact-image {
        margin-bottom: 17px;
    }

    .sp-menu-contact-image {
        margin: 0 auto 5px;
    }

    .sp-menu-contact-image img {
        max-width: 315px;
    }

    .global-header-nav li.bg-gray {
        background: #e1e4e9;
    }

    .sp-menu-arrow::before {
        content: "";
        position: absolute;
        right: 30px;
        width: 15px;
        height: 15px;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .global-header-nav-third {
        position: relative;
    }

    .sp-menu-plus {
        line-height: 1;
    }

    .sp-menu-plus-btn {
        position: absolute;
        top: 10px;
        right: 22px;
    }

    .sp-menu-plus-btn img {
        max-width: 25px;
    }

    .global-header-nav .is-padding {
        padding-left: 7%;
    }

    /* ハンバーガーメニュー E N D */
    /**
     * Top-page
     */
    /* top-point-contents START*/
    .top-point-contents {
        margin-top: 45px;
        margin-bottom: 50px;
        padding-bottom: 75px;
    }

    .top-point-about {
        margin-left: 0;
        padding: 50px 30px 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .top-point-about-item-logo {
        margin-bottom: 40px;
    }

    .top-point-about-item-logo img {
        max-width: 196px;
    }

    .top-point-about h2 {
        margin-bottom: 15px;
/*        font-size: 24px;*/
        font-size:1.4em;
        line-height: 1.6;
    }

    .top-point-about h2 span {
        font-size:1em;
    }

    .top-point-about p {
        margin-bottom: 25px;
    }

    .top-point-about-item .top-point-about-item-text {
        width: 100%;
    }

    .top-point-about-item .top-point-about-item-text a:hover {
        opacity: 1;
    }

    .top-point-about-item-text p {
        text-align: left;
    }

    .top-point-contents li {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        margin-bottom: 70px;
    }

    .top-point-first .top-point-text,
    .top-point-second .top-point-text,
    .top-point-third .top-point-text {
        width: 90%;
        padding: 0 30px;
        text-align: center;
    }

    .top-point-third .top-point-text {
        margin-right: 0;
    }

    .top-point-image {
        max-width: 100%;
        margin-bottom: 35px;
    }

    .top-point-image img {
        max-height: 270px;
    }

    .top-point-text h3 {
        margin-bottom: 20px;
/*        font-size: 24px;*/
        font-size: 1.4em;
        line-height:1.6em;
    }

    .top-point-text p {
        text-align: left;
    }

    .top-point-text img {
        margin-left: 0;
        margin-bottom: 25px;
    }

    .top-point-first {
        margin-right: 0;
    }

    .top-point-first .top-point-text {
        margin: 0;
    }

    .top-point-second {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        margin-left: 0;
    }

    .top-point-second .top-point-text {
        margin: 0
    }


    .top-point-second .top-point-image img {
        margin-left: 0;
    }

    .top-point-third .top-point-image {
        margin-left: 0;
    }

    .top-point-contents-btn {
        text-align: center;
    }

    /* top-point-contents E N D*/

    .top-point-contents-wrap .top-contents-banner {
        margin-top: 0;
/*        margin-bottom: 100px;*/
    }

    .top-point-contents-wrap .top-contents-banner .top-banner-wrap a {
        padding: 0 30px;
    }

    /* top-first-guide START*/
    .top-first-guide {
        margin-bottom: 100px;
    }

    .top-first-guide-inner {
        padding: 0 30px;
    }

    .top-first-guide-top {
        padding: 60px 0 30px;
    }

    .top-first-guide-top div {
        width: 100%;
        margin-bottom: 20px;
    }

    .top-first-guide-top div img {
        max-width: 100%;
    }

    .top-first-guide-top p {
        width: 100%;
        text-align: center;
    }

    .top-first-guide-bottom {
        padding: 0 0 60px;
    }

    .top-first-guide-bottom a {
        width: 45%;
    }

    .top-first-guide-bottom a:nth-of-type(3) {
        width: 95%;
        margin-top: 15px;
    }

    /* top-first-guide E N D*/
    /* style-slider START*/
    .style-slider {
        margin-bottom: 90px;
    }

    .style-slider-top {
        margin-bottom: 42px;
        padding: 0 30px;
    }

    .style-slider-top h3 {
        margin-bottom: 20px;
    }

    .style-slider-top div:nth-of-type(1) {
        width: 100%;
        margin-bottom: 25px;
        text-align: center;
    }

    .style-slider-top div:nth-of-type(2) {
        width: 100%;
        text-align: center;
    }

    .style-slider-top h2 {
        margin-bottom: 25px;
        font-size: 28px;
    }

    .style-slider-bottom-btn {
        margin-top: 50px;
    }

    .style-slider-top p {
        text-align: left;
    }
    .top_lineup{width: 100%;
        display: grid;
    }
    .top_lineup dl{width: 100%;}
    .top_lineup dl.oder01{ order: 1;}
    .top_lineup dl.oder02{ order: 2;}
     .top_lineup dl.oder03{ order: 3;}
    .hover-contetnt .entry-title {
        font-size: 22px;
    }

    /* style-slider E N D*/
    /* top-news START*/
    .top-news {
        padding: 0 30px;
        margin-bottom: 35px;
    }

    .top-news h2 {
        font-size: 50px;
    }

    .top-news-contents {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 15px 35px 0;
    }

    .top-news-text {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .top-news-contents-no-image .top-news-text {
        padding: 0;
    }

    .top-news-text p:nth-of-type(1) {
        margin-bottom: 18px;
    }
    
    .top-news-text h3 {
        margin-bottom: 15px;
    }

    .top-news-text p:nth-of-type(1) {
        line-height: 1;
    }

    .top-news-contents-image {
        max-width: 100%;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        padding-right: 0;
    }

    .top-news-contents-image img {
        min-width: 100%;
    }

    .top-news-contents-no-image {
        padding: 35px 0 35px;
    }

    /* top-news E N D*/
    /* スライド　フェードイン START*/
    .fadein-sp {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        -webkit-transition: all 1500ms;
        transition: all 1500ms;
    }

    .fadein-top-sp {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1500ms;
        transition: all 1500ms;
    }

    .story-fadein {

        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 6000ms;
        transition: all 6000ms;
    }

    .fadeUp-sp {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        -webkit-transition: all 1000ms;
        transition: all 1000ms;
    }

    .fadeUp-sp2 {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        -webkit-transition: all 2800ms 2s;
        transition: all 2800ms 2s;
    }

    .fadeUp-sp.scrollin,
    .fadeUp-sp2.scrollin,
    .fadein-sp.scrollin,
    .story-fadein.scrollin {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    /* スライド フェードイン E N D*/
    /**
     * Footer
     */
    .footer-wrap .footer-menu .left-menu .top-column li:not(:last-child) {
        margin-bottom: 20px;
    }

    .footer-wrap .footer-menu .right-menu li {
        margin-bottom: 20px;
    }

    .footer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 45px 15px;
    }

    .footer-wrap .footer-logo {
        width: 60%;
        margin: 0 auto 40px;
    }

    .footer-wrap .footer-logo img {
        max-width: 100%;
    }

    .footer-wrap .footer-menu {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-wrap .sns-area {
        width: 60%;
        text-align: center;
    }

    .footer-wrap .sns-area .banner {
        margin: 35px auto;
    }

    .footer-wrap .footer-menu .left-menu {
        width: 55%;
    }

    .footer-wrap .footer-menu .right-menu {
        width: 45%;
    }

    .footer-wrap .sns-area .sns-menu {
        margin: 10px auto 0;
    }

    /* footer-form START*/
    .footer-form-top p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .footer-form-bottom a {
        width: 100%;
        padding: 0;
    }

    .footer-form-bottom a:nth-of-type(3) {
        margin-bottom: 3px;
    }

    .footer-form-bottom a:hover {
        opacity: 1;
    }
    .footer-wrap .ft-btn-request {
      width: 75px;
      position: fixed;
      left: 0;
      bottom: 30px;
      z-index: 50;
  }
    /* footer-form E N D*/
/**
* Faq
*/
    .faq-top h2 {
        margin: 0 auto 40px;
    }

    .faq-top-btn {
        width: 100%;
        margin-bottom: 15px;
    }

    .faq-top-btn.is-order {
        width: 100%;
    }

    .faq-top-btn.is-returns {
        width: 100%;
    }

    .faq-contents-item dt,
    .faq-contents-item dd h4 {
        font-size: 16px;
    }

    .faq-contents-item dt {
        padding: 23px 58px 23px 20px;
    }


    .faq-contents-item dt.open::after{
        right: 3.5%;
    }

    .faq-contents-item dd p {
        margin: 0 15px 0 66px;
    }

    .faq-top p {
        font-size: 20px;
        margin-bottom:60px;
    }

    .faq-contents-item {
        padding-top:170px;
    }

    .faq-contents-item dd h4 {
        margin: 0 15px 20px 20px;
    }

    .faq-contents-item dd p {
        margin: 0 15px 0 75px;
    }


    .faq-order-image {
        max-width: 100%;
    }

    .faq-wig-image {
        max-width: 100%;
    }

    .faq-care-image {
        max-width: 100%;
    }

    .faq-returns-image {
        max-width: 100%;
    }

    .faq-question-image {
        max-width: 100%;
    }
/**
* Salon-introduction
*/
    /* salon-introduction-about START */
    .salon-introduction-about-top {
        padding: 0 30px;
    }

    .salon-introduction-about-top h2 {
        margin-bottom: 50px;
        font-size: 24px;
    }

    .salon-introduction-about-top-logo img {
        max-width: 100%;
    }

    .salon-introduction-btn,
    .salon-introduction-btn.is-padding {
        width: 28%;
        margin-bottom: 15px;
        padding: 0 7px;
    }

    .salon-introduction-about-woman-only-contents > p {
        text-align: left;
    }

    .salon-introduction-about-woman-only-contents-item {
        margin-bottom: 50px;
    }

    .salon-introduction-about-woman-only-contents-item-image {
        width: 100%;
        margin-bottom: 25px;
    }

    .salon-introduction-about-woman-only-contents-item-image img {
        max-width: 100%;
    }

    .salon-introduction-about-woman-only-contents-item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    .salon-introduction-about-woman-only-contents-item-text .salon-item-title {
        margin-bottom: 30px;
    }

    .salon-introduction-about-woman-only-contents-item-text .salon-item-title-second {
        margin-bottom: 30px;
    }

    .salon-introduction-about-woman-only-contents-item-text h4 {
        margin: 0 auto 20px;
        padding: 0 10px;
        text-align: center;
    }

    .hair-quality-contents-middle .contents-item-about {
        margin-bottom: 10px;
        text-align: left;
    }

    .salon-introduction-about-top-text-second,
    .salon-introduction-about-top-text-third {
        text-align: left;
    }

    .salon-introduction-about-woman-only h3 {
        font-size: 25px;
    }

    .salon-introduction-about-woman-only-contents {
        margin: 0;
        padding: 0 20px 35px;
    }

    .salon-introduction-btn a {
        padding: 15px 5px;
        font-size: 13px;
    }

    .salon-item-title-second span:nth-of-type(1),
    .salon-item-title-second span:nth-of-type(2) {
        padding: 2px 10px;
    }

    .salon-introduction-about-woman-only::before,
    .salon-introduction-about-woman-only::after {
        width: 30px;
        height: 30px;
    }

    /* salon-introduction-about E N D */
    /* salon-introduction-contents START */
    .salon-store-item {
        display: block;
        padding: 0;
    }

    .salon-store-info {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .salon-store-name-wrap {
        width: 100%;
        margin-right: 0;
    }

    .salon-store-about {
        width: 100%;
    }

    .salon-store {
        margin-bottom: 50px;
        padding-top: 90px;
    }

    .salon-store-title {
        margin-bottom: 20px;
        padding: 0 35%;
        font-size: 20px;
    }

    .salon-store-title.is-hokuriku {
        padding: 0 25%;
    }

    .salon-details-btn {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .salon-store-item-extra-edition {
        padding: 0;
    }

    .salon-store-item-extra-edition .salon-details-btn {
        position: static;
    }

    /* salon-introduction-contents E N D */
    /* salon-introduction-sale START */
    .salon-introduction-contents {
        margin-bottom: 0;
    }

    .salon-introduction-sale-top h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .salon-introduction-sale-top {
        margin-bottom: 0;
    }

    .salon-store-title.is-sale {
        padding: 0 7%;
        font-size: 16px;
    }

    .salon-store-title.is-sale span {
        display: inline-block;
        margin-top: 5px;
        font-size: 10px;
    }

    .salon-introduction-sale-about {
        padding: 0 30px 50px;
    }

    .salon-introduction-sale-about-btn img {
        max-width: 100%;
    }

    .salon-introduction-sale-top .registration {
        bottom: 10px;
        font-size: 16px;
    }

    .salon-store-title.is-sale .registration.is-sale {
        bottom: 6px;
    }

    .salon-store-item.is-padding {
        padding-top: 20px;
    }

    /* salon-introduction-sale E N D */
    /**
     * price-page
     */

    .price-wrap {
        margin: 45px auto 0;
      overflow: hidden;
    }

    .catalog-area-price {
        display: block;
        margin: 0 auto 45px;
        padding: 0 30px;
    }

    .catalog-title-price {
        max-width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .catalog-area-price .catalog-menu {
        margin-left: 0;
    }

    .catalog-area-price .catalog-menu li.heading {
        padding-right: 5px;
        font-size: 12px;
    }

    .catalog-area-price .catalog-menu li.heading span {
        padding: 5px 8px;
    }

    .catalog-area-price .catalog-menu li.heading::after {
        display: none;
    }

    .catalog-area-price .catalog-menu li a {
        padding: 3px 7px;
        font-size: 12px;
    }

    .price-main-img {
        padding: 0;
    }

    .price-main-text {
        padding: 0 30px;
    }

    .price-main-text h3 {
        margin-bottom: 15px;
        padding-top: 20px;
        font-size: 24px;
    }

    .price-main-text ul{
        display: block;
    }
    .price-main-text ul li {
/*        margin: 0 5px;*/
        margin: 0 5px 5px;
        padding: 2px;
        font-size: 12px;
    }

    .price-main-text-inner {
        margin: 35px auto 50px;
        padding: 20px 0 50px;
    }

    .price-main-text-inner .text,
    .price-main-text-inner .color-name,
    .price-main-text-inner .note {
        padding: 0;
        text-align: left;
    }

    .price-main-text-inner .color-name {
        line-height: 1.4;
    }

    .price-main-text-inner::before, .price-main-text-inner::after {
        width: 80px;
        height: 65px;
    }

    .price-pt01 .pt-img-top {
        display: block;
        margin: 0 0 15px;
    }

    .price-pt01 .pt-img-top-left {
        padding: 0;
    }

    .price-pt01 .pt-img-top-right {
        padding: 0 30px;
    }

    .price-pt02 {
        display: block;
        margin: 15px auto 0;
        padding: 0;
    }

    .price-pt02 .pt-img-left p {
        padding: 0 30px;
    }

    .price-pt03 .pt-img-under {
        display: block;
        padding: 0 30px;
    }

    .price-pt03 .pt-img-under .pt-img-under-left {
        max-width: 100%;
        margin-right: 60px;
        margin-bottom: 20px;
    }

    .price-pt03 .pt-img-under .pt-img-under-right img {
        max-width: 100%;
        margin-left: 60px;
    }

    .price-pt03 {
        padding: 0;
    }

    .price-pt03 .pt-img-top {
        margin: 15px 0;
    }

    .point {
        margin: 70px auto 40px;
    }

    .point .front {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .point ul li a:after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: -10px;
        width: 35px;
        height: 35px;
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/plus-icon.png) no-repeat 0/55%;
    }

    .point ul li {
        max-width: 100%;
        width: 48%;
    }

    .point .size h4 {
        display: block;
    }

    .point .size h4 span {
        padding: 0;
    }

    .point .size .size-title {
        display: block;
        padding: 0 30px;
        text-align: center;
        font-size: 30px;
    }

    .point .size-list-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .point .size-list-right {
        width: 100%;
    }

    .point .size-table table .sp {
        display: none;
    }

    .arrange .arrange-inner {
        display: block;
        padding: 0 30px;
    }

    .arrange .arrange-left {
        width: 100%;
    }

    .arrange {
        margin: 0 auto 75px;
    }

    .arrange .arrange-slider {
        width: 100%;
    }

    .arrange-inner h2.pc-none {
        text-align: center;
    }

    .arrange-inner .sub-title.pc-none {
        text-align: center;
        margin-bottom: 45px;
    }

    .arrange .stylist-wrap .position {
        margin-bottom: 10px;
    }

    .makeup {
        margin: 0;
        padding: 0 30px;
    }

    .makeup .title-wrap {
        display: block;
    }

    .makeup .title-wrap h2 {
        width: 65%;
    }

    .makeup .title-wrap {
        padding: 0;
    }

    .makeup .title-wrap .title-text {
        padding: 0;
    }

    .makeup .title-wrap .title-text p {
        padding: 5px 0 0 5px;
    }

    .makeup .makeup-under {
        display: block;
        padding: 25px 0;
    }

    .makeup .makeup-under .make-desc img {
        width: 30px;
        height: 30px;
    }

    .makeup .makeup-under .makeup-under-right h3 {
        margin-bottom: 10px;
        text-align: center;
        font-size: 20px;
    }

    .makeup .makeup-under p {
        padding-left: 50px;
    }

    .makeup-under-right .details-check {
        padding: 0 !important;
        text-align: center;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .makeup .makeup-under .makeup-under-left {
        margin-bottom: 35px;
    }

    .price-main-text-inner p:nth-of-type(3) {
        padding: 0;
        text-align: left;
    }

/**
* concept
*/
    #commitment-cotton {
        padding-top: 80px;
    }

    .commitment-cotton {
        padding: 40px 30px 0;
    }

    .hair-lining, .cotton-lining {
        margin-bottom: 25px;
    }

    .hair-text h3, .cotton-text h3 {
        font-size: 27px;
    }

    .concept-first-contents-top {
        background: none;
        margin-bottom: -50px;
        padding: 75px 0 0;
    }

    .base-material {
        padding: 0 30px;
    }

    .base-material .base-material-title {
        padding-bottom: 25px;
    }

    .base-material .base-material-title img {
        margin: 0 auto;
    }

    .base-material .base-material-item {
        max-width: unset;
        width: 100%;
    }

    .base-material-item.comparison {
        padding: 70px 0;
    }

    .base-material-item.comparison .item-text-sp {
        margin-bottom: 5px;
        text-align: left;
        font-size: 12px;
    }

    .base-material-item.comparison .item-text {
        margin-right: 0;
        text-align: right;
    }

    .base-material-item.comparison .item-image {
        margin-bottom: 0;
    }

    .base-material-item .item-image {
        margin-bottom: 0;
        padding-bottom: 15px;
        line-height: 0;
    }

    .commitment-cotton {
        margin-top: 70px;
    }

    .concept-first-top {
        background-size: cover;
    }

    .concept-first {
        margin-top: 0;
    }

    .hair-text p, .cotton-text p {
        text-align: left;
        line-height: 2;
    }

    .base-material-item .item-title {
        padding: 0 0 20px;
        font-size: 16px;
    }

    .base-material-item .item-title img{
        max-width: 150px;
    }
    .comparison-material h4 {
        padding: 75px 30px 15px;
    }

    .comparison-material h4 div {
        background: none;
    }

    .comparison-material-inner {
        padding: 0 30px;
    }

    .comparison-material-item {
        width: 100%;
    }

    .comparison-material {
        margin-bottom: 75px;
        padding-bottom: 40px;
           background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
    }

    .organic-content-wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .organic-content-image {
        width: 15%;
    }

    .organic-content-text {
        width: 80%;
    }

    .base-material-item .item-title {
        padding-top: 0;
    }

    .comparison-material-item h5 {
        margin-bottom: 25px;
        font-size: 16px;
        text-align: center;
    }

    .comparison-material-title.sp-title {
        padding: 50px 0 15px;
    }

    .patch-test::before {
        left: 50%;
        width: 40px;
        height: 40px;
    }

    .patch-test h4 {
        padding: 0 30px 15px;
        font-size: 27px;
    }

    .patch-test {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .patch-test-image {
        width: 100%;
        margin-bottom: 25px;
        line-height: 0;
    }

    .patch-test-top {
        margin-bottom: 40px;
        padding: 0;
    }

    .patch-test-text {
        max-width: 100%;
        width: 100%;
        padding: 0 30px;
    }

    .patch-test-result-btn,
    .quality-check-result-btn {
        width: 40%;
    }

    .patch-test-text p,
    .patch-test-bottom p {
        margin-bottom: 10px;
    }

    .patch-test-text h5 {
        margin-bottom: 10px;
    }

    .patch-test-bottom {
        padding: 0 30px;
    }

    .patch-test-bottom h5 {
        display: inline-block;
        padding: 0;
        margin-bottom: 10px;
        background: none;
    }

    .patch-test-bottom h5 span {
        display: inline-block;
        padding: 5px 10px;
        margin-bottom: 5px;
        background: #43474E;
    }

    #commitment-hair {
        padding-top: 170px;
    }

    .commitment-hair {
        padding: 40px 30px 0;
    }

    .concept-first-contents-bottom {
        padding-top: 0;
    }

    .concept-first-contents-bottom .bottom-box h4 {
        padding: 0 30px 15px;
        font-size: 27px;
    }

    .concept-first-contents-bottom .bottom-box .bottom-box-inner {
        margin-bottom: 50px;
        padding: 0;
    }

    .concept-first-contents-bottom .bottom-box .bottom-box-inner-image {
        width: 100%;
        margin-bottom: 25px;
        line-height: 0;
    }

    .concept-first-contents-bottom .bottom-box .bottom-box-inner-text {
        width: 100%;
        padding: 0 30px;
    }

    .bottom-box-inner-text h5 {
        margin-bottom: 5px;
    }

    .concept-first-contents-bottom .bottom-box {
        padding: 60px 0 40px;
    }

    .concept-link-btn-wrap {
        padding: 70px 30px 0;
        background: #fff;
    }

    .concept-link-btn-wrap-inner {
        padding-top: 0;
    }

    .concept-link-btn div {
        width: 100%;
        text-align: center;
    }

    .concept-link-btn-wrap-inner h4 {
        margin-bottom: 17px;
        font-size: 20px;
    }

    .footer-form {
        padding: 0 30px 45px;
    }

    #slip-contents-top {
        padding-top: 175px;
    }

    .slip-contents-top-image,
    .size-contents-box-image {
        left: 0;
    }

    .size-contents-box {
        padding: 40px 30px 0;
    }

    .concept-second-contents-top .rubber-box {
        padding: 0 0 70px;
    }

    .rubber-box .rubber-box-item {
        width: 100%;
        padding: 0 30px;
    }

    .rubber-box-item p:last-of-type {
        text-align: left;
    }

    .rubber-box-bottom .rubber-box-bottom-inner-image {
        width: 100%;
    }

    .rubber-box-bottom .rubber-box-bottom-inner-text {
        width: 100%;
    }

    .rubber-box-bottom {
        padding: 65px 30px 50px;
    }

    .rubber-box-bottom::before {
        left: 42.5%;
    }

    .slip-contents-top {
        padding: 40px 30px 0;
    }

    .slip-contents-middle {
        margin: 0 0 -40px;
        padding: 75px 30px 0;
    }

    .slip-contents-middle .contents-item {
        width: 100%;
    }

    .slip-contents-middle h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .slip-contents-middle .item-title.is-margin {
        margin-bottom: 20px;
    }

    .slip-contents-middle .item-title img {
        max-width: 150px;
    }

    .triangle-under-image {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .triangle-under-image.is-contents-middle {
        margin: 20px 0 23px;
    }

    #slip-contents-bottom-top {
        padding-top: 80px;
    }

    .slip-contents-bottom-top .bottom-title-wrap {
        padding: 40px 30px 45px;
    }

    .slip-contents-middle.is-another {
        margin: 0;
        padding-bottom: 75px;
    }

    .slip-contents-middle .contents-item.is-padding {
        width: 100%;
        padding: 0 90px;
    }

    .rubber-box-bottom .rubber-box-bottom-inner-image img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    /*.concept-second,*/
    /*.concept-third {*/
    /*    margin-top: -93px;*/
    /*}*/

    .concept-third {
        background: none;
    }

    #hair-quality-contents-box-wrap,
    #styling-contents-box {
        padding-top: 75px;
    }

    .hair-quality-contents-box,
    .styling-contents-box {
        padding: 0 30px;
    }

    .styling-contents-box {
        padding: 40px 30px 0;
    }

    #tsumuji-contents-box {
        padding-top: 65px;
    }

    .tsumuji-contents-box {
        padding: 40px 30px 0;
    }

    .hair-quality-contents-box {
        margin-top: 110px;
        padding: 40px 30px 0;
    }

    .tsumuji-contents-middle {
        padding: 0 30px 75px;
    }

    .hair-quality-contents-middle {
        padding: 0 30px;
    }

    .tsumuji-contents-middle .contents-item,
    .hair-quality-contents-middle .contents-item {
        width: 100%;
    }

    .hair-quality-contents-middle .contents-text {
        margin: 30px auto 0;
    }

    .triangle-under-image.is-tsumuji {
        margin: 20px 0;
    }

    .tsumuji-contents-box-text p,
    .hair-quality-contents-box-text p,
    .styling-contents-box-text p {
        padding-bottom: 45px;
        text-align: left;
    }

    .tsumuji-contents-middle .contents-item p {
        text-align: left;
    }

    .tsumuji-box-bottom .tsumuji-box-bottom-inner-image {
        width: 100%;
        margin-bottom: 25px;
    }

    .tsumuji-box-bottom .tsumuji-box-bottom-inner-text {
        width: 100%;
    }

    .tsumuji-box-bottom .tsumuji-box-bottom-inner-text h5 {
        margin-bottom: 10px;
    }

    .tsumuji-box-bottom {
        margin-bottom: -50px;
        padding: 75px 0 70px;
    }

    .tsumuji-box-bottom::before {
        left: 43%;
    }

    .tsumuji-contents-box02 .tsumuji-box-bottom h4 {
        margin-bottom: 15px;
        padding-bottom: 0;
    }

    .hair-quality-contents-middle .contents-item .item-image {
        margin-bottom: 5px;
    }

    .tsumuji-contents-middle .item-title.is-margin,
    .hair-quality-contents-middle .item-title.is-margin {
        margin-bottom: 20px;
    }

    .cut-flow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 30px;
    }

    .cut-flow-text-wrap {
        display: block;
        width: 80%;
    }

    .cut-flow-text-wrap .wrap-item:first-child {
        margin-top: 0;
    }

    .cut-flow-text-wrap .wrap-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .cut-flow-text-wrap .wrap-item:last-child {
        margin-bottom: 0;
    }

    .cut-flow-image {
        width: 25%;
        margin: 0;
    }

    .cut-flow-image img {
        max-width: 100px;
    }

    .cut-flow-text-wrap .wrap-item .is-bold {
        margin-bottom: 15px;
        text-align: left;
    }

    .maintenance-wrap {
        margin-bottom: 65px;
        padding: 0 30px 35px;
           background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-pink-bg.jpg);
/*    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);*/
    }

    .maintenance-wrap p {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .maintenance-wrap .maintenance-btn {
        padding-bottom: 20px;
    }

    .hair-color-title {
        padding: 0 30px;
        margin-bottom: 70px;
    }

    .hair-color-title p {
        text-align: left;
    }

    .coloring-wrap .coloring-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .coloring-wrap-sp {
        position: relative;
        padding: 30px 30px 1px;
        margin-top: 75px;
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern10-sp.jpg);
    }

    .coloring-wrap-sp h3 {
        margin-top: -100px;
    }

    .coloring-wrap {
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .gradation-wrap {
        padding: 115px 30px 0;
        margin-top: -50px;
    }

    .gradation-wrap .wrap-text {
        text-align: left;
    }

    .gradation-wrap .wrap-comment {
        padding-top: 0;
        text-align: left;
    }

    .gradation-wrap .wrap-image {
        margin-bottom: 15px;
    }

    .tsumuji-box-bottom .tsumuji-box-bottom-inner-image img {
        max-width: 100%;
    }

    .tsumuji-box-bottom .tsumuji-box-bottom-inner {
        margin-bottom: 0;
        padding: 0 30px;
    }

    .hair-text, .cotton-text {
        padding-top: 45%;
    }

    .patch-test::before {
        left: 45%;
    }

    .patch-test-result-btn,
    .quality-check-result-btn {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

    .slip-contents-top-text h3, .size-contents-box-text h3 {
        margin-bottom: 15px;
        font-size: 27px;
    }

    .rubber-box-item .item-sub-title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .rubber-box-item.is-padding {
        padding-bottom: 50px;
    }

    .rubber-box-bottom h4 {
        padding-bottom: 15px;
        font-size: 27px;
    }

    .rubber-box-bottom {
        padding: 70px 30px;
    }

    .concept-first {
        background: none;
    }

    .concept-second {
        background: none;
    }

    .size-contents-box-text p {
        text-align: left;
    }

    .slip-contents-top-text p {
        text-align: left;
    }

    .slip-contents-top-text .slip-contents-top-text-comment {
        padding-top: 20px;
    }

    .slip-contents-middle .item-image img {
        max-width: 100%;
    }

    .bottom-title-wrap h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .bottom-title-wrap p {
        text-align: left;
        line-height: 2;
    }

    .slip-contents-middle.is-another .item-image {
        margin-bottom: 15px;
    }

    .concept-second-top-inner .page-title .jp-title {
        font-size: 24px;
        letter-spacing: 0;
    }

    .concept-second-top-inner .title-margin {
        margin-top: 40px !important;
    }

    .concept-second-top-inner .title-margin .title-logo{
        max-width: 100px;
        margin-bottom: 5px;
    }

    .concept-second-top-inner h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .concept-second-top-inner .page-title .en-title img {
        max-width: 62px;
    }



    .concept-second-top-inner .top-logo img {
        max-width: 150px;
    }

    .concept-second-top-inner .top-logo {
        margin-bottom: 15px;
    }

    .concept-second-top {
        height: 210px;
        margin-bottom: -40px;
    }

    .slip-contents-top-text {
        padding-top: 45%;
    }

    .size-contents-box-text {
        padding-top: 45%;
    }

    .concept-first-top-inner .page-title .jp-title {
        font-size: 24px;
        letter-spacing: 0;
    }

    .concept-first-top-inner .title-margin {
        margin-top: 40px !important;
    }

    .concept-first-top-inner .title-margin .title-logo{
        max-width: 100px;
        margin-bottom: 5px;
    }

    .concept-first-top-inner h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .concept-first-top-inner .page-title .en-title img {
        max-width: 62px;
    }

    .concept-first-top-inner .top-logo {
        margin-bottom: 15px;
    }

    .concept-first-top-inner .top-logo img {
        max-width: 150px;
    }

    .concept-first-top,
    .concept-third-top {
        height: 210px;
        margin-bottom: -30px;
    }

    .concept-third-top-inner .page-title .jp-title {
        font-size: 24px;
        letter-spacing: 0;
    }

    .concept-third-top-inner .title-margin {
        margin-top: 40px !important;
    }

    .concept-third-top-inner .title-margin .title-logo{
        max-width: 100px;
        margin-bottom: 5px;
    }

    .concept-third-top-inner h2 {
        margin-bottom: 25px;
        font-size: 20px;
    }

    .concept-third-top-inner .page-title .en-title img {
        max-width: 62px;
    }

    .concept-third-top-inner .top-logo {
        margin-bottom: 15px;
    }

    .concept-third-top-inner .top-logo img {
        max-width: 150px;
    }

    .styling-contents-box {
        margin: 60px 0 75px;
    }

    .tsumuji-contents-box {
        margin-top: 85px;
    }

    .tsumuji-contents-box-text h3,
    .hair-quality-contents-box-text h3,
    .styling-contents-box-text h3,
    .tsumuji-box-bottom h4,
    .hair-color-title h3,
    .gradation-wrap .wrap-title {
        margin-bottom: 20px;
        font-size: 27px;
    }

    .tsumuji-contents-middle h4 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .hair-color-wrap .hair-color-title h3 {
        margin-bottom: 10px;
    }

    .hair-color-wrap .gradation-wrap .wrap-title {
        margin-bottom: 10px;
    }

    .tsumuji-contents-box-text,
    .hair-quality-contents-box-text,
    .styling-contents-box-text {
        padding-top: 45%;
    }

    .hair-quality-contents-middle h4 {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .cut-flow-image img {
        max-width: 45px;
    }

    .maintenance-wrap p {
        font-size: 24px;
    }

    .coloring-wrap-sp h3 {
        margin-top: -80px;
        font-size: 60px;
        line-height: 1.4;
    }

    .styling-main-contents-box {
        padding: 0;
    }

    .tsumuji-contents-middle .item-image img, .hair-quality-contents-middle .item-image img {
        max-width: 100%;
    }

    .cotton-lining img {
        max-width: 96px;
    }

    .hair-lining img {
        max-width: 96px;
    }
/* 抗がん剤治療の方へ START*/
    .anticancer-top {
        position: relative;
        height: 210px;
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/top-bg-sp.jpg) no-repeat center/ cover;
    }

    .anticancer-top .title {
        width: inherit;
        left: 0;
    }

    .anticancer-top .title-image img {
        max-width: 290px;
    }

    .anticancer-top .title h2 {
        text-align: center;
        font-size: 24px;
    }

    .anticancer-top-text {
        margin: 50px auto;
        font-size: 20px;
    }
/* 抗がん剤治療の方へ E N D*/

    .rubber-box-item .item-title {
        padding: 0 0 20px;
    }

    .rubber-box-item .item-title img {
        max-width: 150px;
    }

    .tsumuji-contents-box-title img {
        max-width: 60px;
    }

    .hair-quality-contents-box-title img {
        max-width: 60px;
    }

    .styling-contents-box-title img {
        max-width: 120px;
    }

    .tsumuji-contents-middle .item-title img,
    .hair-quality-contents-middle .item-title img {
        max-width: 195;
    }
}

@media screen and (max-width: 520px) {
    .rubber-box-bottom .rubber-box-bottom-inner {
        padding: 0;
    }

    .slip-contents-middle .contents-item.is-padding {
        padding: 0;
    }

    .rubber-box-item .item-image img {
        max-width: 100%;
    }

    .concept-first-top {
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/01/concept1-bg-sp.jpg) no-repeat center/cover;
        height: auto;
    }

    .concept-second-top {
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/02/concept02-bg-sp.jpg) no-repeat center/cover;
        height: auto;
    }

    .concept-third-top {
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/03/concept03-bg-sp.jpg) no-repeat left/cover;
        height: auto;
    }

    .concept-second {
        margin-top: 0;
    }

    .coloring-wrap h3 {
        font-size: 64px;
    }

    .price-pt03 .pt-img-under .pt-img-under-left {
        max-width: 250px;
    }

    .price-pt03 .pt-img-under .pt-img-under-right img {
        max-width: 250px;
    }
}


@media screen and (max-width: 430px) {
    .footer-form-top img {
        max-width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .top-first-guide-top p {
        font-size: 24px;
    }

    .faq-top h2 img {
        max-width: 100%;
    }

    .anticancer-top {
        height: 210px;
    }

}

@media screen and (min-width: 768px) {


    .pc-none {
        display: none !important;
    }
    .pc-dsp-flex{
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
    }

    .top-first-guide-bottom a:hover .active {
        display: block;
    }

    .faq-contents-item dt:hover {
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern06.jpg);
    }

    /* スライド　フェードイン START*/
    .fadein {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
        -webkit-transition: all 800ms;
        transition: all 800ms;
    }

    .story-fadein {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 1000ms;
        transition: all 1000ms;
    }

    .fadeleft {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
        -webkit-transition: all 1000ms;
        transition: all 1000ms;
    }

    .fadeleft2 {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
        -webkit-transition: all 1000ms 1s;
        transition: all 1000ms 1s;
    }

    .fadeleft3 {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
        -webkit-transition: all 1000ms 2s;
        transition: all 1000ms 2s;
    }

    .faderight {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
        -webkit-transition: all 1000ms;
        transition: all 1000ms;
    }

    .fadeUp {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        -webkit-transition: all 800ms 1s;
        transition: all 800ms 1s;
    }

    .fadeUp2 {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
        -webkit-transition: all 800ms 2s;
        transition: all 800ms 2s;
    }

    .fadeUp3 {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        -webkit-transition: all 800ms 3s;
        transition: all 800ms 3s;
    }

    .qa-fadeUp {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0);
        -webkit-transition: all 800ms 1s;
        transition: all 800ms 1s;
    }

    .qa-fadeUp2 {
        opacity: 0;
        -webkit-transform: translate3d(0, 250px, 0);
        transform: translate3d(0, 250px, 0);
        -webkit-transition: all 800ms 1.5s;
        transition: all 800ms 1.5s;
    }

    .qa-fadeUp3 {
        opacity: 0;
        -webkit-transform: translate3d(0, 250px, 0);
        transform: translate3d(0, 250px, 0);
        -webkit-transition: all 800ms 3s;
        transition: all 800ms 3s;
        position: relative;
        z-index: -1;
    }

    .fadein.scrollin {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .story-fadein.scrollin {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .salon-fadeleft {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    }

    .salon-faderight {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    }

    .salon-fadein,
    .salon-fadein02 {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 3000ms;
        transition: all 3000ms;
    }

    .salon-fadeleft.-on,
    .salon-faderight.-on,
    .salon-fadein.-on,
    .salon-fadein02.-on {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .fadeup-improved-ver,
    .fadeup02-improved-ver {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    }

    .fadeup-improved-ver.-on,
    .fadeup02-improved-ver.-on {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .pt01-first,
    .pt01-second,
    .pt01-third,
    .pt02-first,
    .pt02-second,
    .pt02-third,
    .pt02-forth,
    .pt03-first,
    .pt03-second,
    .pt03-third,
    .pt03-forth {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 3000ms;
        transition: all 3000ms;
    }

    .pt01-first.-on,
    .pt01-second.-on,
    .pt01-third.-on,
    .pt02-first.-on,
    .pt02-second.-on,
    .pt02-third.-on,
    .pt02-forth.-on,
    .pt03-first.-on,
    .pt03-second.-on,
    .pt03-third.-on,
    .pt03-forth.-on {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }


    .qa-fadeup,
    .qa-fadeup02,
    .qa-fadeup03,
    .star-fadeup-sub {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    }

    .qa-fadeup.-on,
    .qa-fadeup02.-on,
    .qa-fadeup03.-on,
    .star-fadeup-sub.-on {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    /* スライド　フェードイン E N D*/

}

/* IE調整 */
.ie-11 .top-point-contents li {
    position: relative;
}

.ie-11 .top-point-first {
    height: 378px;
}

.ie-11 .top-point-second {
    height: 380px;
}

.ie-11 .top-point-third {
    height: 376px;
}

.ie-11 .top-point-contents .top-point-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ie-11 .top-point-contents .top-point-image {
    position: absolute;
    top: 0;
    z-index: 1;
}

.ie-11 .top-point-contents .top-point-first .top-point-text {
    margin-right: auto;
    left: 180px;
}

.ie-11 .top-point-contents .top-point-first .top-point-image {
    right: 0;
}

.ie-11 .top-point-contents .top-point-second .top-point-text {
    margin-left: auto;
    right: 180px;
    z-index: 2;
}

.ie-11 .top-point-contents .top-point-second .top-point-image {
    left: 50px;
}

.ie-11 .top-point-contents .top-point-third .top-point-text {
    margin-right: auto;
    left: 180px;
    z-index: 2;
}

.ie-11 .top-point-contents .top-point-third .top-point-image {
    right: 50px;
}

.ie-11 .global-header-nav-third::after {
    right: 48%;
}

.ie-11 .price-customize .stickout-area,
.ie-11 .price-option .stickout-area,
.ie-11 .price-support .stickout-area {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.ie-11 .wigstyle-slider .prev,
.ie-11 .wigstyle-slider .next {
    width: 100%;
}

.ie-11 .chapter-wrap01 .chapter-catch-text {
    top: 40%;
}

.ie-11 .chapter-wrap02 .chapter-catch-text {
    width: 100%;
    top: 25%;
    left: 40%;
}

.ie-11 .chapter-wrap03 .chapter-catch-text {
    top: 20%;
}

.ie-11 .chapter-wrap06 .chapter-catch-text {
    width: 100%;
    left: 30%;
}

.ie-11 .global-header-top-left {
    min-height: unset;
    height: 58px;
}

.ie-11 .onestep-quality .wrap .aboutus-content-title .en-title {
    width: 100%;
}

.ie-11 .onestep-support .wrap .aboutus-content-title .en-title {
    width: 100%;
}

.ie-11 .onestep-staff .wrap .aboutus-content-title .en-title {
    width: 100%;
}

.ie-11 .onestep-salon .wrap .aboutus-content-title .en-title {
    width: 100%;
}

.ie-11 .concept .concept-title .en-title {
    width: 100%;
}

.ie-11 .price-pt01 .pt-img-top-left {
    width: 100%;
}

.ie-11 .price-pt01 .pt-img-top-right {
    width: 100%;
}

.ie-11 .price-main-img {
    width: 100%;
}

.ie-11 .natural-hair-cut-container .cocoro-area tbody tr:nth-of-type(odd) td {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/img/member/table-bg.png) no-repeat center/cover;
}

.ie-11 .rubber-box .rubber-box-title,
.slip-contents-middle .sip-contents-title {
    width: 100%;
}

@media screen and (max-width: 767px) {
    /* IE調整 */
    .ie-11 .top-point-contents li {
        position: static;
    }

    .ie-11 .top-point-first,
    .ie-11 .top-point-second,
    .ie-11 .top-point-third {
        height: auto;
    }

    .ie-11 .top-point-contents .top-point-text {
        position: static;
        top: auto;
        -webkit-transform: none;
        transform: none;
    }

    .ie-11 .top-point-contents .top-point-image {
        position: static;
        top: 0;
        z-index: 1;
        max-width: 100%;
        width: 100%;
    }

    .ie-11 .top-point-contents .top-point-first .top-point-text {
        margin-right: auto;
        left: 180px;
    }

    .ie-11 .top-point-contents .top-point-first .top-point-image {
        right: 0;
    }

    .ie-11 .top-point-contents .top-point-second .top-point-text {
        margin-left: auto;
        right: 180px;
        z-index: 2;
    }

    .ie-11 .top-point-contents .top-point-second .top-point-image {
        left: 50px;
    }

    .ie-11 .top-point-contents .top-point-third .top-point-text {
        margin-right: auto;
        left: 180px;
        z-index: 2;
    }

    .ie-11 .top-point-contents .top-point-third .top-point-image {
        right: 50px;
    }

    .arrange .sub-title {
        padding-top: 10px;
        display: block;
        font-weight: bold;
    }

    .arrange .arrange-left {
        margin-bottom: 30px;
    }

    .arrange .stylist-wrap {
        padding-top: 35px;
    }

    .slip-contents-top-title img {
        max-width: 60px;
    }

    .size-contents-box-title img {
        max-width: 85px;
    }

    .global-header-top-right {
        width: 240px;
        /* width: 180px;*/
        max-height: 60px;
    }
}

.arrange .arrange-slider {
    border: 10px solid #959595;
}

.slick-prev {
    left: 0;
    z-index: 1;
    width: 30px;
    height: 55px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/arrow-left.jpg) no-repeat center/cover!important;
}

.slick-prev:before {
    content: "";
}

.slick-next {
    right: 0;
    z-index: 1;
    width: 30px;
    height: 55px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/arrow-right.jpg) no-repeat center/cover!important;
}

.slick-next:before {
    content: "";
}

.arrange-slider .slick-slide img {
    width: 100%;
    max-width: inherit;
}

.arrange-slider .slick-dots {
    bottom: -40px;
}

.arrange-slider .slick-dots li button:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #959595;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: #959595;
}

.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    position: absolute;
    opacity: 1;
}

.lb-data .lb-number {
    display: none !important;
}

.lb-nav a.lb-prev {
    left: -54px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/left.png) no-repeat left 48% / 25px;
}

.lb-nav a.lb-next {
    right: -54px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/right.png) no-repeat right 48% / 25px;
}

.lb-data .lb-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    cursor: pointer;
}

.lb-data .lb-close:hover {
    opacity: 0;
}

.lb-data .lb-details {
    width: 100%;
    text-align: center;
}

.lb-data .lb-caption {
    font-size: 30px;
    font-weight: normal;
    color: #fff;
}

.lb-dataContainer {
    padding-top: 50px;
}

.lb-outerContainer {
    background: transparent;
}

.lightbox {
    max-width: 100%;
    position: fixed;
    top: 50% !important;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50% !important;
    margin: 20px auto 0;
}

.lb-outerContainer::before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: -33px;
    right: 4px;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/close.png) no-repeat 100% / contain;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}


/* はじめての方へ START*/
.introduction {
    color: #34373D;
  }
  .introduction .smain-inner {
    max-width: 960px;
    margin: auto;
  }
  .introduction-mv {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 0 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 375px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/introduction_mv.jpg) no-repeat center/ cover;
  }
  .introduction-mv.is-anticancer {
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/top-bg.png) no-repeat center/ cover;
  }
  .introduction-mv.is-alopecia {
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/alopecia/title-bg.jpg?) no-repeat center/ cover;
  }
  .introduction-mv.is-aboutus {
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/main-bg.jpg) no-repeat center/ cover;
  }
  .introduction-mv-wrap {
    max-width: 960px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .introduction-mv.is-alopecia .introduction-mv-wrap,
  .introduction-mv.is-aboutus .introduction-mv-wrap {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
  }
  .introduction-mv .mv-inner {
    padding: 0 40px 0 0;
  }
  .introduction-mv .mv-inner h2 img {
    max-width: 465px;
  }
  .introduction-mv .mv-inner span {
    display: block;
    margin: 30px 0 0;
    text-align: center;
    font-size: 28px;
  }

  .introduction-main-catch {
    padding: 55px 10px 120px;
    text-align: center;
  }
  .introduction-main-catch p {
    line-height: 2;
    font-size: 22px;
  }


  /*01*/
  .qa01 {
    max-width: 960px;
    width: 100%;
    margin: -100px auto 145px;
    padding-top: 120px;
  }
  .q01-bg {
    width: 551px;
    height: 318px;
    margin-left: auto;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout01.png) no-repeat center/ cover;
  }
  .q01-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q01-inner span {
    position: absolute;
    top: -35px;
    left: 35px;
    display: inline-block;
    width: 90px;
  }

  .q01-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(40%, -50%);
      transform: translate(40%, -50%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }

  .a01-inner {
    margin: -150px 0 0 ;
    padding: 0 0 0 60px;
  }
  .a01-inner span {
    display: inline-block;
    width: 85px;
  }
  .a01-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .a01-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a01-inner a {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a01-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }


  /*02*/
  .qa02 {
    max-width: 1010px;
    width: 100%;
    margin: -100px auto 230px;
    padding: 120px 0 0 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .q02-bg {
    position: relative;
    width: 480px;
    height: 312px;
    margin-right: auto;
    margin-left: -30px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout02.png) no-repeat center/ cover;
    z-index: 1;
  }
  .q02-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q02-inner span {
    position: absolute;
    top: -10px;
    left: 30px;
    display: inline-block;
    width: 90px;
  }

  .q02-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(30%, -50%);
      transform: translate(30%, -50%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .q02-img {
    max-width: 440px;
  }
  .a02 {
    position: relative;
    max-width: 960px;
  }
  .a02::after {
    position: absolute;
    top: 110px;
    content: '';
    display: inline-block;
    margin-left: -30px;
    width: 400px;
    height: 600px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa02_sub.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: -1;
  }
  .a02-inner {
    max-width: 520px;
    margin-top: -120px;
    margin-left: auto;
    padding: 0;
  }
  .a02-inner span {
    display: inline-block;
    width: 85px;
  }
  .a02-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: bold;
  }
  .a02-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a02-inner a {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a02-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  /*03*/
  .qa03 {
    max-width: 960px;
    width: 100%;
    margin: -100px auto 130px;
    padding-top: 150px;
  }
  .q03-bg {
    width: 570px;
    height: 330px;
    margin-left: auto;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout03.png) no-repeat center/ cover;
  }
  .q03-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q03-inner span {
    position: absolute;
    top: 35px;
    display: inline-block;
    width: 90px;
  }

  .q03-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(50%, -67%);
      transform: translate(50%, -67%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }

  .a03-inner {
    margin: -150px 0 0 ;
    padding: 0 0 0 60px;
  }
  .a03-inner span {
    display: inline-block;
    width: 85px;
  }
  .a03-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .a03-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a03-inner a {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a03-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  /*04*/
  .qa04 {
    max-width: 960px;
    width: 100%;
    margin: -100px auto 130px;
    padding-top: 155px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .q04-bg {
    position: relative;
    width: 500px;
    height: 320px;
    margin-right: auto;
    margin-left: -30px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout04.png) no-repeat center/ cover;
  }
  .q04-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q04-inner span {
    position: absolute;
    top: -30px;
    left: 100px;
    display: inline-block;
    width: 90px;
  }

  .q04-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(30%, -50%);
      transform: translate(30%, -50%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .q04-img {
    max-width: 440px;
  }
  .a04 {
    position: relative;
    max-width: 960px;
  }
  .a04::after {
    position: absolute;
    top: 170px;
    content: '';
    display: inline-block;
    margin-left: -200px;
    width: 610px;
    height: 520px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa04_sub.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .a04-inner {
    max-width: 520px;
    margin-top: -110px;
    margin-left: auto;
    padding: 0;
  }
  .a04-inner span {
    display: inline-block;
    width: 85px;
  }
  .a04-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .a04-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a04-inner a {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a04-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .a04-inner .img-box {
    max-width: 487px;
    margin-left: -70px;
  }

  /*05*/
  .qa05 {
    max-width: 960px;
    width: 100%;
    margin: -100px auto 130px;
    padding-top: 120px;
  }
  .q05-bg {
    width: 630px;
    height: 395px;
    margin-left: auto;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout05.png) no-repeat center/ cover;
  }
  .q05-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q05-inner span {
    position: absolute;
    top: 20px;
    left: 80px;
    display: inline-block;
    width: 90px;
  }

  .q05-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(45%, -30%);
      transform: translate(45%, -30%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }

  .a05-inner {
    margin: -125px 0 0 ;
    padding: 0 0 0 60px;
  }
  .a05-inner span {
    display: inline-block;
    width: 85px;
  }
  .a05-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .a05-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a05-inner a {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a05-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  /*06*/
  .qa06 {
    max-width: 1200px;
    width: 100%;
    margin: -100px auto 130px;
    padding: 110px 0 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .q06-bg {
    position: relative;
    width: 600px;
    height: 345px;
    margin-right: auto;
    margin-left: 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout06.png) no-repeat center/ cover;
  }
  .q06-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q06-inner span {
    position: absolute;
    top: 20px;
    left: 100px;
    display: inline-block;
    width: 90px;
  }

  .q06-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(44%, -22%);
      transform: translate(44%, -22%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .a06 {
    position: relative;
    max-width: 100%;
  }
  .a06::after {
    position: absolute;
    top: 150px;


    content: '';
    display: inline-block;
    margin-left: 0;
    width: 510px;
    height: 310px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa06_sub.png);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: -1;
  }
  .a06-inner {
    max-width: 630px;
    margin-top: -60px;
    margin-left: auto;
    padding: 0;
  }
  .a06-inner span {
    display: inline-block;
    width: 85px;
  }
  .a06-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .a06-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a06-inner a {
    position: relative;
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a06-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .a06-inner .img-box {
    max-width: 625px;
  }

  /*07*/
  .qa07 {
    width: 100%;
    margin: -100px auto 130px;
    padding-top: 120px;
  }
  .q07-wrap {
    max-width: 960px;
    margin: auto;
  }
  .q07-bg {
    position: relative;
    width: 600px;
    height: 350px;
    margin: 0 0 -70px 100px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout07.png) no-repeat center/ cover;
    z-index: 1;
  }
  .q07-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q07-inner span {
    position: absolute;
    top: 10px;
    left: 90px;
    display: inline-block;
    width: 90px;
  }
  .q07-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(30%, -30%);
      transform: translate(30%, -30%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .a07 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa07_bg.png) no-repeat center/ cover;
  }
  .a07-inner {
    max-width: 960px;
    margin: auto;
    padding: 80px 0 80px 60px;
  }
  .a07-inner span {
    display: inline-block;
    width: 85px;
  }
  .a07-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .a07-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a07-inner a {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a07-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  /*08*/
  .qa08 {
    width: 100%;
    margin: -100px auto 95px;
    padding-top: 120px;
  }
  .q08-wrap {
    max-width: 1185px;
    margin: auto;
    padding: 0 0 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .q08-bg {
    position: relative;
    width: 526px;
    height: 333px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/callout08.png) no-repeat center/ cover;
    z-index: 1;
  }
  .q08-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .q08-inner span {
    position: absolute;
    top: 0;
    left: 100px;
    display: inline-block;
    width: 90px;
  }
  .q08-inner p {
    position: absolute;
    font-size: 28px;
    top: 50%;
      -webkit-transform: translate(88%, -35%);
      transform: translate(88%, -35%);
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  }
  .a08 {
    position: relative;
    max-width: 1250px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
  }
  .a08-inner {
    max-width: 720px;
    margin-top: -80px;
    margin-left: auto;
  }
  .a08-inner span {
    display: inline-block;
    width: 85px;
  }
  .a08-inner h3 {
    margin: 20px 0 0;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
  }
  .a08-inner p {
    margin: 0 0 10px 0;
    line-height: 2;
  }
  .a08-inner a {
    position: relative;
    padding: 0 0 4px 0;
    font-weight: bold;
    border-bottom: 1px solid #43474E;
  }
  .a08-inner a::after {
    position: absolute;
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/qa_arrow-r.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .qa08 .img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0 0;
  }
  .qa08 .img-list li {
    width: 33.333%;
  }
  .qa08 .img-list img {
    width: 100%;
  }

  /*スマホ用*/
  @media screen and (max-width: 767px) {
    .introduction-mv {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: auto;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/introduction_mv_sp.jpg) no-repeat center/ cover;
    }
    .introduction-mv.is-anticancer {
      background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/top-bg-sp.jpg) no-repeat center/ cover;
    }
    .introduction-mv.is-alopecia {
      background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/alopecia/sp/title-bg-sp.jpg?) no-repeat right/ cover;
    }
    .introduction-mv.is-aboutus {
      background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/main-bg-sp.jpg) no-repeat center/ cover;
    }
    .introduction-mv-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .introduction-mv.is-alopecia .introduction-mv-wrap,
    .introduction-mv.is-aboutus .introduction-mv-wrap {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .introduction-mv .mv-inner {
      padding:0;
    }
    .introduction-mv .mv-inner h2 {
      max-width: 290px;
      width: 100%;
      margin: auto;
    }
    .introduction-mv .mv-inner h2 img {
        max-width: 100%;
    }
    .introduction-mv .mv-inner span {
      display: block;
      margin: 0;
      text-align: center;
      font-size: 24px;
      line-height: 1.7;
    }
    .introduction-main-catch {
      padding: 55px 30px 60px;
    }
    .introduction-main-catch p {
      font-size: 20px;
      line-height: 1.7;
      letter-spacing: -0.06em;
    }
    .introduction-button-wrap {
        padding: 0 30px;
    }

    .q-title {
      padding: 0 15px;
      margin: auto;
    }
    .a-wrap {
      width: 100%;
      margin-bottom: 75px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .a-title01 {
      margin: -10px 0 0;
    }
    .a-title02 {
      margin: -40px 0 0;
    }
    .a-title03 {
      margin: -26px 0 0;
    }
    .a-title04 {
      margin: -26px 0 0;
    }
    .a-title05 {
      margin: -20px 0 0;
    }
    .a-title06 {
      margin: -40px 0 0;
    }
    .a-title07 {
      margin: -40px 0 0;
    }
    .a-title08 {
      margin: -40px 0 0;
    }
    .a-title09 {
      margin: -30px 0 0;
    }
    .a-title span {
      display: inline-block;
      width: 42px;
    }
    .a-title h3 {
      margin: 15px 0 20px;
      font-size: 20px;
      font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    }
    .a-desc {
      border: 1px solid #D2506E;
    }
    .a-desc-btn {
      position: relative;
      display: block;
      text-align: center;
      padding: 15px 0;
      font-weight: bold;
      line-height: 1.7;
    }
    .a-desc-btn.open {
      position: relative;
      display: block;
      text-align: center;
      padding: 15px 0;
      font-weight: bold;
      line-height: 1.7;
      border-bottom: none;
    }
    .a-desc-btn::after {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/a_desc_on.png);
      background-size: contain;
      background-repeat: no-repeat;
    }
    .a-desc-btn.open::after {
      position: absolute;
      right: 15px;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      content: '';
      display: inline-block;
      width: 22px;
      height: 22px;
      border-bottom: none;
      background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/introduction/a_desc_off.png);
      background-size: contain;
      background-repeat: no-repeat;
    }
    .a-desc-inner {
      display: none;
      padding: 0 25px 20px;
    }
    .a-desc-inner .registration{
        bottom: 4px;
    }
    .a-desc-inner p {
      margin: 0 0 20px;
    }
    .a-desc-inner .sub-img {
      margin: 10px 0;
    }
  }

/* はじめての方へ E N D*/

.cut-contents-top .left-box li figcaption {
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 768px) {
    .reserve-fadeIn .reserve-step-img,
    .reserve-fadeIn h4,
    .reserve-fadeIn p {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
        -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    }


    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number:not(:last-child) .reserve-step-img::after {
        position: absolute;
        content: '';
        display: inline-block;
        height: 3px;
        max-width: 144px;
        width: 50%;
        background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/form/reserve-border.png);
        background-size: cover;
        bottom: 30px;
        left: 84%;
        -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
        transition: opacity 1.2s ease-in-out, transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1), -webkit-transform 1.2s cubic-bezier(0.21, 0.79, 0.53, 1);
    }

    .reserve-fadeIn .reserve-step-img.-on,
    .reserve-fadeIn h4.-on,
    .reserve-fadeIn p.-on,
    .reserve-fadeIn .reserve-step-img.-on::after {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* button style */
.button-wrap {
    max-width: 310px;
    margin: 0 auto;
    text-align: left;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/arrow.png) no-repeat center right 20px/25px ,url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/button-bg01.png) center/cover no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.button-wrap02 {
    max-width: 305px;
    width: 75%;
    margin: 0 auto;
    text-align: left;
    background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/arrow.png) no-repeat center right 20px/25px ,url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/button-bg02.png) center/cover no-repeat;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.button-wrap.salon {
    max-width: 370px;
}

.button-wrap.price {
    margin: 60px auto 0;
}

.button-wrap.wigstyle {
    margin: 10px auto 0;
    text-align: center;
}

.button-wrap.raiten {
    max-width: 350px;
}

.button-wrap.wigstyle > span {
    padding: 15px 16px 15px 0;
}

.button-wrap:hover,
.button-wrap02:hover {
    opacity: 0.7;
}

.button-wrap a,
.button-wrap02 a,
.button-wrap > span,
.button-wrap02 > span {
    display: block;
    padding: 15px 20px;
    color: #fff !important;
    line-height: 1.5;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .button-wrap,
    .button-wrap02 {
        max-width: 315px;
    }

    .button-wrap.raiten {
        max-width: 340px;
    }
}

/* ヘッドビジュアル */
.page-title {
    margin-bottom: 90px;
    text-align: center;
}

.page-title .en-title {
    display: block;
    min-height: 150px;
    margin-bottom: 30px;
}

.page-title .en-title img {
    max-width: 400px;
}

.page-title .jp-title {
    display: block;
    font-size: 28px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.concept-first-top-inner .page-title .jp-title,
.concept-second-top-inner .page-title .jp-title,
.concept-third-top-inner .page-title .jp-title {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.title-margin {
    margin-top: 50px !important;
}

.page-title .en-title.is-height {
    display: block;
    max-height: 110px;
    margin-bottom: 20px;
    min-height: inherit;
}

@media screen and (max-width: 767px) {
    .page-title {
        max-width: 315px;
        margin: 0 auto 45px;
    }

    .page-title .en-title {
        min-height: inherit;
        margin-bottom: 15px;
    }

    .page-title .en-title img {
        max-width: 100%;
    }

    .page-title .jp-title {
        font-size: 24px;
    }

    .title-margin {
        margin-top: 32px !important;
    }

    .page-title .en-title.is-height {
        max-height: inherit;
        margin-bottom: 0;
    }
}
/* 商品ページ CUT POINT */
.cut-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 60px;
    background: #fff;
}

.left-item {
    width: 75%;
}

.left-item .title-image img {
    max-width: 150px;
}

.left-item .title {
    text-align: left;
    padding: 20px 0;
    font-weight: bold;
}

.left-item .content {
    text-align: left;
    padding: 0;
    line-height: 1.4;
}

.right-item {
    width: 21%;
}

.right-item p {
    padding: 0;
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    .cut-point {
        padding: 35px 25px;
    }

    .left-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .right-item {
        width: 100%;
    }

    .left-item .title-image {
        text-align: center;
    }

    .left-item .title {
        padding: 25px 0;
    }

    .point ul li span {
        margin: 0 0 10px;
    }

    .point ul {
        padding: 0;
    }

    .point p.point-intro{
	padding-top: 50px;
    	text-align: center;
}
    .price_att{
	background: #fff;
	padding: 1em;
	text-align: left;
	margin: 0 0 1em 0;
}
.price_att span{
	line-height: 1.4;
}

    .point .comment {
        padding: 0 0 35px;
        font-size: 12px;
    }

    .before-image {
        text-align: center;
    }

    .before-image img {
        max-width: 200px;
    }

    .tablet-br {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    /* SP Header */
    .global-header-top-left {
      width: calc(100% - 180px);
    }
    .global-header-top-logo {
      width: 120px;
    }
    .global-header-top-logo img {
      max-width: 100%;
    }
    .global-header-top-right-btn,
    header .menu-trigger {
      width: 60px;
      height: 60px;
      max-width: none;
      overflow: hidden;
    }
    .global-header-top-right {
      width: 180px;
    }
    .global-header-inner {
      min-height: 63px;
    }
}


/* タブレットサイズ style */

.tablet-br {
    display: none;
}
.tablet-br-none {
    display: inline;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .tablet-br {
        display: inline !important;
    }

    .tablet-br-none {
        display: none !important;
    }

    .top-point-second .top-point-text {
        margin-left: -20px;
    }

    .top-news-contents,
    .top-news-contents-no-image {
        padding-right: 20px;
        padding-left: 20px;
    }

    .top-news-text {
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .top-first-guide-top p {
        font-size: 26px;
    }

    .style-slider-top .style-slider-top-text {
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .comparison-material-item h5 {
        font-size: 19px;
    }

    .patch-test-image {
        width: 47%;
    }

    .patch-test-text {
        max-width: 380px;
        width: 50%;
    }

    .base-material-item .item-title {
        font-size: 18px;
    }

    .concept-second-top {
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/02/concept02-bg.jpg) no-repeat top left 47%/cover;
    }

    .hair-quality-contents-middle .contents-item .contents-item-about.tablet-text{
        font-size: 15.2px;
    }

    .rubber-box-bottom .rubber-box-bottom-inner-image {
        max-width: 430px;
        width: 45%;
    }

    .rubber-box-bottom .rubber-box-bottom-inner-text {
        max-width: 300px;
        width: 52%;
    }

    .tsumuji-box-bottom .tsumuji-box-bottom-inner-image {
        width: 49%;
    }

    .tsumuji-box-bottom .tsumuji-box-bottom-inner-text {
        width: 48%;
    }

    .a01-inner {
        margin: -100px 0 0;
    }

    .a02-inner {
        margin-top: 25px;
    }

    .a03-inner,
    .a05-inner {
        padding: 0 20px 0 60px;
    }

    .a04-inner {
        max-width: 430px;
        margin-top: -40px;
    }

    .a04::after {
        width: 520px;
    }

    .a04-inner .img-box {
        max-width: 300px;
        margin-left: -20px;
    }

    .a06::after {
        position: initial;
    }

    .salon-introduction-about-woman-only-contents-item {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .salon-introduction-about-woman-only-contents-item-text {
        width: 77%;
    }

    .salon-introduction-btn-wrap {
        padding: 0 20px;
    }

    .salon-introduction-btn {
        padding: 0 2px;
    }

    .salon-details-btn {
        width: 22%;
    }

    .faq-top-btn {
        width: 25%;
        margin-bottom: 15px;
    }

    .faq-top-btn:first-child {
        width: 36%;
    }

    .faq-top-btn.is-returns,
    .faq-top-btn:last-child {
        width: 45%;
    }

    .point ul li a:after {
        bottom: 0px;
        right: -15px;
        width: 50px;
        height: 50px;
        background: url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/plus-icon.png) no-repeat 0/50%;
    }
}


/* TOP NEWS LINKS */
.link-news {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 3px 20px 3px 10px;
    vertical-align: middle;
    text-decoration: none;
    background: #e63f6a;
    border-radius: 3px;
}

.link-news::before,
.link-news::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: auto;
    right: 10px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* product-info */
.product-info {
  margin-top: 60px;
}
.product-info__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 50px;
}
.product-info__head dt {
  width: 300px;
  text-align: center;
}
.product-info__head .cat {
  display: inline-block;
  background: #000;
  margin-bottom: 20px;
  padding: 2px 15px;
  color: #fff;
  font-size: 12px;
}
.product-info__head .title {
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.product-info__head .charge {
  font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.product-info__head .charge span {
  font-size: 12px;
}
.product-info__detail {
  width: 430px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-info__detail table {
  border: 2px solid #808080;
  width: 100%;
}
.product-info__detail table th {
  width: 35%;
  padding: 5px 10px;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  background: #fff;
}
.product-info__detail table td {
  width: 65%;
  padding: 5px 10px 5px 25px;
  text-align: left;
  border-bottom: 2px solid #808080;
  font-weight: bold;
  line-height: 1.5em;
  background: #fff;
}
.product-info__detail table {}
@media screen and (max-width: 767px) {
  .product-info__head {
    display: block;
    padding: 0;
  }
  .product-info__head dt {
    width: 100%;
  }
  .product-info__detail {
    width: 100%;
    padding-left: 0;
  }
}
/*--------------------
 特記案内共通文言
--------------------*/
.normal_regular-closing-day:before{
    content: "※火曜日を除く";
    /*content: "※特別休暇日を除く";*/
}
.salon_regular-closing-day:before{
    content: "※火曜日を除く";
}
.office_regular-closing-day:before{
    content: "※土曜日・日曜日を除く";
}
/*--------------------
 日時指定　公開・非公開
-----*/
.timerHidden{ display: none;}
.timerVisible{ display: block;}.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 15px auto 0;
    padding: 0 20px;
}

.breadcrumbs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.breadcrumbs li:not(:last-of-type)::after {
    content: ">";
    padding: 0 5px;
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        display: none;
    }
}

.menu-trigger {
    display: none;
}

.global-header-nav-contact {
    display: none;
}

.global-header-slider-logo {
    display: none;
}

.global-header-slider > div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.global-header-slider .slide01 {
    display: none;
    z-index: 999;
}

.global-header-slider .slide02 {
    display: none;
    z-index: 998;
}

.global-header-slider .slide03 {
    display: none;
    z-index: 997;
}

.global-header-slider .slide04 {
    display: none;
    z-index: 996;
}

.main-visual {
    position: relative;
}

.main-visual-sp {
    display: none;
}

@media screen and (max-width: 767px) {
    .global-header-slider {
        display: none !important;
    }
}


/**
 * slider
 **/
#loopslider01 figure {
    width: 100%;
}

#loopslider01 {
    display: block;
    margin: 0 auto 30px;
    width: 100vw;
    height: 800px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

#loopslider01 ul {
    width: 100%;
    display: inline-block;
}

#loopslider01 ul li {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0 27px 40px 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#loopslider01 ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 100%;
    height: 100%;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat center / cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}

#loopslider01 .top li a {
    position: relative;
    display: block;
}

#loopslider01 .top li a figure {
    position: relative;
    /* padding-top: 60%; */
    /* overflow: hidden; */
}

/* #loopslider01 .top li figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

#loopslider01 .top li a figure .cat {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 8px;
    background: #34373d;
    color: #fff;
    font-size: 16px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

#loopslider01 .top li:first-of-type,
#loopslider01 .top li:nth-of-type(3),
#loopslider01 .top li:nth-of-type(4),
#loopslider01 .top li:nth-of-type(6) {
    position: relative;
    width: 610px;
}

#loopslider01 .top li:nth-of-type(3) {
    top: 20px;
}

#loopslider01 .top li:nth-of-type(6) {
    top: 20px;
    right: -30px;
}

#loopslider01 .top li:nth-of-type(7) {
    clear: both;
}

/* #loopslider01 .top li:first-of-type figure img,
#loopslider01 .top li:nth-of-type(3) figure img,
#loopslider01 .top li:nth-of-type(4) figure img,
#loopslider01 .top li:nth-of-type(6) figure img {
    height: 425px;
} */

#loopslider01 .top li:nth-of-type(2) {
    position: relative;
    top: 40px;
    width: 610px;
}

#loopslider01 .top li:nth-of-type(5) {
    position: relative;
    top: 40px;
    right: -18px;
    width: 610px;
}

/* #loopslider01 .top li:nth-of-type(2) figure img,
#loopslider01 .top li:nth-of-type(5) figure img {
    height: 415px;
} */


/* bottom */
#loopslider01 .top li:nth-of-type(7),
#loopslider01 .top li:nth-of-type(11) {
    position: relative;
    width: 558px;
}

/* #loopslider01 .top li:nth-of-type(7) figure img,
#loopslider01 .top li:nth-of-type(11) figure img {
    height: 355px;
} */

#loopslider01 .top li:nth-of-type(8),
#loopslider01 .top li:nth-of-type(12) {
    position: relative;
    top: 40px;
    width: 448px;
}

/* #loopslider01 .top li:nth-of-type(8) figure img,
#loopslider01 .top li:nth-of-type(12) figure img {
    height: 285px;
} */

#loopslider01 .top li:nth-of-type(9),
#loopslider01 .top li:nth-of-type(13) {
    position: relative;
    top: 80px;
    width: 403px;
}

/* #loopslider01 .top li:nth-of-type(9) figure img,
#loopslider01 .top li:nth-of-type(13) figure img {
    height: 270px;
} */

#loopslider01 .top li:nth-of-type(10),
#loopslider01 .top li:nth-of-type(14) {
    position: relative;
    top: 30px;
    width: 430px;
}

/* #loopslider01 .top li:nth-of-type(10) figure img,
#loopslider01 .top li:nth-of-type(14) figure img {
    height: 275px;
} */

#loopslider01 ul li a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#loopslider01 ul li a:hover .hover-contetnt {
    opacity: 1;
}


.hover-contetnt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/slider_mask.png) center/220px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.hover-contetnt .entry-title {
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}

.hover-contetnt .more-w {
    width: 100%;
}

.hover-contetnt .more-w img {
    max-width: 80px;
}

#loopslider01 ul li .more-b {
    position: absolute;
    bottom: 15px;
    left: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#loopslider01 ul li .more-b img {
    max-width: 75px;
}

#loopslider01 ul li a:hover .more-b {
    display: none;
}


@media screen and (max-width: 767px) {
    .main-visual {
        display: none;
    }

    .main-visual-sp {
        display: block;
      position: relative;
        min-height: 500px;
    }

    #loopslider01 {
        height: 470px;
        margin: 50px 0;
    }

    #loopslider01 .top li {
        margin-right: 20px;
    }

    #loopslider01 .top li a figure {
        padding-top: 60%;
    }

    #loopslider01 .top li a figure .cat {
        font-size: 14px;
        padding: 5px 3px;
    }

    #loopslider01 .top li:first-of-type,
    #loopslider01 .top li:nth-of-type(3),
    #loopslider01 .top li:nth-of-type(4) {
        width: 350px;
    }

    #loopslider01 .top li:nth-of-type(6) {
        width: 350px;
        right: -3px;
    }

    #loopslider01 .top li:first-of-type figure img,
    #loopslider01 .top li:nth-of-type(3) figure img,
    #loopslider01 .top li:nth-of-type(4) figure img,
    #loopslider01 .top li:nth-of-type(6) figure img {
        height: auto;
    }

    #loopslider01 .top li:nth-of-type(2) {
        width: 365px;
    }

    #loopslider01 .top li:nth-of-type(5) {
        width: 365px;
        right: -5px;
    }

    /* #loopslider01 .top li:nth-of-type(2) figure img,
    #loopslider01 .top li:nth-of-type(5) figure img {
        height: 255px;
    } */


    /* bottom */
    #loopslider01 .top li:nth-of-type(7),
    #loopslider01 .top li:nth-of-type(11) {
        bottom: 10px;
        width: 270px;
    }

    /* #loopslider01 .top li:nth-of-type(7) figure img,
    #loopslider01 .top li:nth-of-type(11) figure img {
        height: 178px;
    } */

    #loopslider01 .top li:nth-of-type(8),
    #loopslider01 .top li:nth-of-type(12) {
        top: 30px;
        width: 240px;
    }

    /* #loopslider01 .top li:nth-of-type(8) figure img,
    #loopslider01 .top li:nth-of-type(12) figure img {
        height: 170px;
    } */

    #loopslider01 .top li:nth-of-type(9),
    #loopslider01 .top li:nth-of-type(13) {
        top: 40px;
        width: 260px;
    }

    /* #loopslider01 .top li:nth-of-type(9) figure img,
    #loopslider01 .top li:nth-of-type(13) figure img {
        height: 180px;
    } */

    #loopslider01 .top li:nth-of-type(10),
    #loopslider01 .top li:nth-of-type(14) {
        top: 20px;
        width: 265px;
    }

    /* #loopslider01 .top li:nth-of-type(10) figure img,
    #loopslider01 .top li:nth-of-type(14) figure img {
        height: 180px;
    } */

    /* #loopslider01 .top li {
        box-shadow: 7px 7px 0 #dcdedd;
    } */

    #loopslider01 ul li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        /* height: 120%; */
        margin: auto;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #loopslider01 ul li .more-b img {
        max-width: 70px;
    }
}


/**
 * Five Star
 **/
.fivestar-main-visual {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/main-visual.jpg) no-repeat center/cover;
}

.fivestar-main-visual .contents-wrap {
    position: relative;
    top: 100px;
    max-width: 960px;
    margin: 0 auto 165px;
}

.fivestar-main-visual .contents-wrap .contents {
    width: 60%;
}

.fivestar-main-visual .contents-wrap .contents .logo {
    max-width: 325px;
    margin: 0 auto 40px;
}

.fivestar-main-visual .contents-wrap .contents .main-about {
    max-width: 440px;
    margin: 0 auto 100px;
    line-height: 2;
    font-size: 16px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.fivestar-main-visual .contents-wrap .contents .sub-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fivestar-main-visual .contents-wrap .contents .sub-image .image01 {
    width: 47%;
}

.fivestar-main-visual .contents-wrap .contents .sub-image .image02 {
    width: 42%;
    padding-top: 50px;
}

.sp-br {
    display: none;
}


/* sp */
@media screen and (max-width: 767px) {
    .sp-br {
        display: inline;
    }

    .fivestar-main-visual {
        padding: 0 30px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/main-visual-sp.jpg) no-repeat center/cover;
    }

    .fivestar-main-visual .contents-wrap {
        top: 50px;
        margin-bottom: 300px;
    }

    .fivestar-main-visual .contents-wrap .contents {
        width: 100%;
    }

    .fivestar-main-visual .contents-wrap .contents .logo {
        max-width: 224px;
        margin-bottom: 40px;
    }

    .fivestar-main-visual .contents-wrap .contents .main-about {
        margin-bottom: 0;
        padding-bottom: 500px;
        text-align: center;
    }

    .fivestar-main-visual .contents-wrap .contents .sub-image {
        position: relative;
        top: 160px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fivestar-main-visual .contents-wrap .contents .sub-image .image01 {
        width: 52%;
    }

    .fivestar-main-visual .contents-wrap .contents .sub-image .image02 {
        width: 45%;
        padding-top: 25px;
    }
}

@media screen and (max-width: 600px) {
    .fivestar-main-visual .contents-wrap {
        margin-bottom: 155px;
    }

    .fivestar-main-visual .contents-wrap .contents .sub-image {
        top: 50px;
    }
}

@media screen and (max-width: 500px) {
    .fivestar-main-visual .contents-wrap .contents .main-about {
        padding-bottom: 300px;
    }

    .fivestar-main-visual .contents-wrap .contents .sub-image {
        top: 50px;
    }
}



.what-fivestar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: 0 auto 90px;
    padding: 0 30px;
}

.what-fivestar .title {
    margin-bottom: 15px;
    text-align: center;
}

.what-fivestar .title img {
    max-width: 150px;
}

.what-fivestar .title .registration{
    bottom: 1px;
    font-size: 14px
}

.what-fivestar .what-about01 {
    padding-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.what-fivestar .what-about02 {
    padding-bottom: 40px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 38px;
    text-align: center;
    line-height: 1.6;
}

.what-fivestar .what-about03 {
    text-align: center;
    line-height: 2;
}

.what-fivestar .what-about03 .registration {
    bottom: 0px;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .pc-br {
        display: none;
    }

    .what-fivestar .what-about03 {
        text-align: left;
    }

    .what-fivestar .title img {
        max-width: 100%;
    }

    .what-fivestar .title {
    margin-bottom: 20px;
    }

    .what-fivestar .what-about01 {
        padding-bottom: 20px;
    }
}


.concept {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 30px;
}

.concept .concept-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.concept .concept-title .en-title {
    max-width: 230px;
}

.concept .concept-title .en-title img{
    display: block;
}

.concept .concept-title .ja-title {
    width: 100%;
    font-size: 28px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    text-align: center;
}

.concept .concept-title .ja-title .registration {
    bottom: 2px;
    font-size: 26px;
}

.concept .concept-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.concept .concept-list li {
    width: 32.25%;
}

.concept .concept-list li a:hover {
    opacity: 0.7;
}

.concept .concept-list li img{
    width: 100%;
}

@media screen and (max-width: 767px) {

    .concept .concept-title .ja-title {
        font-size: 20px;
    }

    .concept .concept-title .ja-title .registration {
        font-size: 20px;
    }

    .concept .concept-title .en-title {
        margin-bottom: 5px;
    }
}


/**
 * Wigstyle
 **/
.wigstyle-contents {
    margin: 0 auto 70px;
    text-align: center;
}

.wigstyle-contents,
.catalog-area,
.catalog-area a {
    color: #43474e;
}

.wigstyle-contents .wigstyle-heading {
    max-width: 960px;
    margin: 0 auto;
}

.wigstyle-contents .wigstyle-title {
    margin-bottom: 70px;
}

.wigstyle-contents .wigstyle-title span {
    display: block;
    margin-top: 10px;
}

.wigstyle-contents .wigstyle-title .en-title {
    max-width: 625px;
    margin: 0 auto;
}

.wigstyle-contents .wigstyle-about {
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 22px;
    line-height: 2;
}

.wigstyle-contents .wigstyle-about .small-text {
    font-size: 70%;
}

.new-style-slider {
    margin-bottom: 200px;
}

.new-style-slider .new-title {
    position: relative;
    top: 50px;
    max-width: 290px;
    margin: 0 auto;
    z-index: 1;
}

.wigstyle-slider {
    position: relative;
    padding: 50px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/wigstyle-slider-bg.jpg);
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-initialized .slick-slide:not(:first-child) {
    position: relative;
}

.wigstyle-slider li {
    width: 100% !important;
    max-width: 610px;
    padding: 0 40px 10px;
}

.wigstyle-slider li:not(:first-child) {
    position: absolute;
}

.wigstyle-slider li a {
    position: relative;
    display: block;
    outline: none;
    -webkit-box-shadow: 10px 10px 0 #dcdedd;
    box-shadow: 10px 10px 0 #dcdedd;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wigstyle-slider li a:hover .image img {
    height: 110%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wigstyle-slider li a:hover .image img {
    height: 100%;
  }
}
.wigstyle-slider li a .product-info {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%;
    max-width: 150px;
    padding: 27px 60px 55px 10px;
    background: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
  z-index: 30;
}

.wigstyle-slider li a .product-info .cat {
    position: absolute;
    top: -8px;
    left: 10px;
    display: inline-block;
    padding: 3px 10px;
    background: #000;
    color: #fff;
}

.wigstyle-slider li a .product-info .more {
    left: 12px;
    right: auto;
}

.wigstyle-slider li a .product-info .more.is-font-color {
    color: #43474E;
}

.wigstyle-slider li a .product-info .more::before {
    right: -25px;
}

.wigstyle-slider li a:hover .product-info .more::before {
    right: -34px;
}

.wigstyle-slider .more {
    position: absolute;
    right: 40px;
    bottom: 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.wigstyle-slider .more::before {
    display: block;
    position: absolute;
    bottom: -2px;
    right: -22px;
    content: '';
    width: 10px;
    height: 2px;
    background: #43474E;
    -webkit-transform: skewY(35deg);
    transform: skewY(35deg);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.wigstyle-slider .more::after {
    position: absolute;
    display: block;
    content: '';
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 150%;
    background: #43474E;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}


.wigstyle-slider a:hover .more::before {
    right: -31px;
}

.wigstyle-slider a:hover .more::after {
    width: 170%;
}

.wigstyle-slider li .image {
    position: relative;
    overflow: hidden;
    padding-top: 100%;
    background: #000;
}

.wigstyle-slider li .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: inherit;
    height: 100%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.wigstyle-slider .prev,
.wigstyle-slider .next {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 610px;
    margin: auto;
    text-indent: -99999px;
}

.wigstyle-slider .prev::before {
    position: absolute;
    top: 300px;
    left: -50px;
    content: "";
    display: block;
    width: 25px;
    height: 95px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/left-arrow.png) no-repeat center/contain;
    z-index: 1;
}

.wigstyle-slider .next::before {
    position: absolute;
    top: 300px;
    right: -50px;
    content: "";
    display: block;
    width: 25px;
    height: 95px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/right-arrow.png) no-repeat center/contain;
    z-index: 1;
}

.wigstyle-slider .slick-current .image img {
    opacity: 1 !important;
}

@media screen and (max-width: 767px) {
    .wigstyle-contents {
        margin: 0 auto;
    }

    .wigstyle-contents .wigstyle-title {
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .wigstyle-contents .wigstyle-title .en-title.sp-none {
        display: none !important;
    }
    .wigstyle-contents .wigstyle-title .en-title {
        max-width: 100%;
    }

    .wigstyle-contents .wigstyle-title span {
        margin-top: 20px;
    }

    .new-style-slider .new-title {
        max-width: 140px;
    }

    .new-style-slider .new-title {
        top: 40px;
    }

    .wigstyle-slider li {
        max-width: 250px !important;
        padding: 0 20px 10px;
    }

    .wigstyle-slider .prev,
    .wigstyle-slider .next {
        max-width: 250px;
    }

    .wigstyle-slider .prev::before {
        top: 128px;
        left: -25px;
        width: 12px;
    }

    .wigstyle-slider .next::before {
        top: 128px;
        right: -30px;
        width: 12px;
    }

    .wigstyle-slider .more {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/more-arrow_sp.png) no-repeat top/100%;
        height: 27px;
        width: 10px;
    }

    .wigstyle-slider li a .product-info .more {
      width: 7px;
      top: 28px;
      right: 15px;
      left: auto;
    }

    .catalog-list .more {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/more-arrow_sp.png) no-repeat top/100%;
        height: 27px;
        right: 15px !important;
        width: 10px;
        bottom: 50% !important;
        -webkit-transform: translateY(70%);
        transform: translateY(70%);
    }

    .catalog-list .more::after,
    .catalog-list .more::before,
    .wigstyle-slider .more::after,
    .wigstyle-slider .more::before {
        display: none !important;
    }

    .wigstyle-contents .wigstyle-about {
        padding: 0 30px;
        font-size: 18px;
    }

    .wigstyle-slider li a {
        -webkit-box-shadow: 4px 4px 0 1px #dcdedd;
        box-shadow: 4px 4px 0 1px #dcdedd;
    }

    .wigstyle-slider li .image {
/*        overflow: inherit;*/
      width: 250px;
      height: 100%;
    }

/*
    .wigstyle-slider li .image img {
        width: 250px;
        height: 100%;
    }
*/

}

#short,
#semilong,
#long {
    padding-top: 160px;
    margin-top: -160px;
}

.catalog-area .catalog-title {
    max-width: 390px;
    margin: 0 auto 30px;
}

.catalog-area .catalog-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.catalog-area .catalog-menu li.heading {
    position: relative;
    padding-right: 20px;
}

.catalog-area .catalog-menu li.heading span {
    display: block;
    padding: 5px 15px;
    background: #000;
    color: #fff;
    font-weight: bold;
}

.catalog-area .catalog-menu li.heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    border-color: transparent transparent transparent #000;
}

.catalog-area .catalog-menu li {
    border-right: 1px solid #000;
}

.catalog-area .catalog-menu li a {
    display: block;
    padding: 5px 25px;
    font-weight: bold;
}

.catalog-area .short-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 330px;
    /*background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/short-bg.png) no-repeat center/cover;*/
}

.catalog-area .short-title .title-image {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.catalog-area .short-title .title-image img {
    max-width: 340px;
    vertical-align: bottom;
}

.catalog-area .catalog-list {
    max-width: 960px;
    margin: -300px auto 0;
}

.catalog-area .catalog-list li {
    position: relative;
    width: 100%;
    margin-bottom: 80px;
}

.catalog-area .catalog-list li:first-child {
    margin-bottom: 100px;
}

.catalog-area .catalog-list li:last-child {
    margin-bottom: 220px;
}

.catalog-area .catalog-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.catalog-area .catalog-list li .product-info {
    padding: 20px 20px 50px;
    width: 20%;
    border: 1px solid #000;
    z-index: 1;
    background: rgba(255, 255, 255, 0.5);
}

.catalog-area .catalog-list li .product-info .cat {
    display: inline-block;
    margin-bottom: 5px;
    padding: 3px 10px;
    background: #000;
    color: #fff;
    font-weight: bold;
}

.catalog-area .catalog-list li .product-info .product-title {
    display: block;
    font-weight: bold;
    word-break: break-word;
    line-height: 1.4;
    font-size: 20px;
}

.product-title {

  color: #43474E;
}

.catalog-area .catalog-list.odd li:nth-of-type(odd) a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.catalog-area .catalog-list.odd li:nth-of-type(even) a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.catalog-area .catalog-list li .image {
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.catalog-area .catalog-list li:nth-child(even) a::after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: 44%;
    width: 55%;
    height: 100%;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
    z-index: -1;
}

.catalog-area .catalog-list li:nth-child(odd) a::after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: -1%;
    width: 55%;
    height: 100%;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
    z-index: -1;
}

.catalog-area .catalog-list li:first-of-type a::after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: -1%;
    width: 65%;
    display: none;
    height: 100%;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
    z-index: -1;
}

.catalog-area .catalog-list.even li:nth-child(even) a::after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: -1%;
    width: 55%;
    height: 100%;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
    z-index: -1;
}

.catalog-area .catalog-list.even li:nth-child(odd) a::after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: 44%;
    width: 55%;
    height: 100%;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
    z-index: -1;
}

.catalog-area .catalog-list.even li:first-of-type a::after {
    content: "";
    position: absolute;
    bottom: -3%;
    right: 34%;
    width: 65%;
    height: 100%;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
    z-index: -1;
}

.catalog-area .catalog-list li .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: inherit;
    height: 120%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.catalog-area .catalog-list li a:hover .image img {
    height: 130%;
    opacity: 1;
}

.catalog-area .catalog-list li .image img.new-icon {
    top: 0;
    left: 0;
    height: 100px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.catalog-area .catalog-list li a:hover .image img.new-icon {
    height: 100px;
}

.catalog-area .catalog-list.odd li:nth-of-type(odd) .image {
    position: relative;
    overflow: hidden;
    width: 55%;
    padding-top: 38%;
}

.catalog-area .catalog-list.odd li:nth-of-type(odd) .product-info {
    position: relative;
    bottom: 40px;
    margin-right: -40px;
}

.catalog-area .catalog-list.odd li:nth-of-type(even) .product-info {
    position: relative;
    bottom: 40px;
    margin-left: -40px;
}

.catalog-area .catalog-list.odd li:nth-of-type(even) .image {
    position: relative;
    overflow: hidden;
    width: 55%;
    padding-top: 38%;
}

.catalog-area .catalog-list.odd li:first-of-type .image {
    position: relative;
    overflow: hidden;
    width: 65%;
    padding-top: 40%;
}

.catalog-area .catalog-list.odd li:first-of-type .product-info {
    margin-right: -20px;
    top: 60px;
    bottom: inherit;
}


.catalog-area .semilong-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 330px;
    /*background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/semilong-bg.png) no-repeat center/cover;*/
}

.catalog-area .semilong-title .title-image {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
}

.catalog-area .semilong-title .title-image img {
    max-width: 340px;
    vertical-align: bottom;
}

.catalog-area .catalog-list.even li:nth-of-type(odd) a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.catalog-area .catalog-list.even li:nth-of-type(even) a {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.catalog-area .catalog-list.even li:nth-of-type(odd) .image {
    position: relative;
    overflow: hidden;
    width: 55%;
    padding-top: 38%;
}

.catalog-area .catalog-list.even li:nth-of-type(odd) .product-info {
    position: relative;
    bottom: 40px;
    margin-left: -40px;
}

.catalog-area .catalog-list.even li:nth-of-type(even) .product-info {
    position: relative;
    bottom: 40px;
    margin-right: -40px;
}

.catalog-area .catalog-list.even li:nth-of-type(even) .image {
    position: relative;
    overflow: hidden;
    width: 55%;
    padding-top: 38%;
}

.catalog-area .catalog-list.even li:first-of-type .image {
    position: relative;
    overflow: hidden;
    width: 65%;
    padding-top: 40%;
}

.catalog-area .catalog-list.even li:first-of-type .product-info {
    margin-left: -20px;
    top: 40px;
    bottom: inherit;
}


.catalog-area .long-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 330px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/long-bg.png) no-repeat center/cover;
}

.catalog-area .long-title .title-image {
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.catalog-area .long-title .title-image img {
    max-width: 340px;
    vertical-align: bottom;
}

.catalog-list .more {
    position: absolute;
    right: 40px;
    bottom: 19px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.catalog-list .more::before {
    display: block;
    position: absolute;
    bottom: -1px;
    right: -25px;
    content: '';
    width: 10px;
    height: 2px;
    background: #43474E;
    -webkit-transform: skewY(35deg);
    transform: skewY(35deg);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.catalog-list .more::after {
    position: absolute;
    display: block;
    content: '';
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 150%;
    background: #43474E;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.catalog-list a:hover .more::before {
     right: -34px;
}

.catalog-list a:hover .more::after {
    width: 170%;
}

/*一覧画像上書き*/
.catalog-area .breasts-title {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/artificial-breasts-bg.png) no-repeat center/cover;
}
.catalog-area .pad-title {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/pad-bg.png) no-repeat center/cover;
}
.catalog-area .nipple-title {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/nipple-bg.png) no-repeat center/cover;
}
.catalog-area .wear-title {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/wear-bg.png) no-repeat center/cover;
}
.catalog-area .care-title {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/care-bg.png) no-repeat center/cover;
}


@media screen and (max-width: 960px) {
    .catalog-area .short-title .title-image img,
    .catalog-area .semilong-title .title-image img,
    .catalog-area .long-title .title-image img {
        max-width: 36%;
    }
}


@media screen and (max-width: 767px) {
    .new-style-slider {
        margin-bottom: 100px;
    }

    .wigstyle-slider {
        padding-bottom: 0;
    }

    .wigstyle-slider li {
        padding-bottom: 80px;
    }

    .wigstyle-slider li a .product-info {
        left: 0;
        right: 0;
        bottom: -50px;
        margin: 0 auto;
        padding: 25px 40px 30px 10px;
    }

    #short,
    #semilong,
    #long {
        padding-top: 105px;
        margin-top: -105px;
    }

    .catalog-area .catalog-title {
        padding: 0 30px;
    }


    .catalog-area .catalog-menu {
        padding: 0 20px;
    }

    .catalog-area .catalog-list {
        margin-top: -50px;
    }

    .catalog-area .catalog-list li:first-child,
    .catalog-area .catalog-list li {
        margin-bottom: 183px;
    }

    .catalog-area .catalog-menu li.heading::after {
        display: none;
    }

    .catalog-area .catalog-menu li.heading {
        padding-right: 5px;
        font-size: 12px;
        display: none;
    }

    .catalog-area .catalog-menu li a {
        padding: 3px 10px;
        font-size: 12px;
    }

    .catalog-area .catalog-menu li.heading span {
        padding: 5px 8px;
    }

    .catalog-area .short-title,
    .catalog-area .semilong-title,
    .catalog-area .long-title {
        height: 240px;
    }

    .catalog-area .short-title {
        /*background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/short-bg-sp.png) no-repeat center/cover;*/
    }

    .catalog-area .long-title {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/long-bg-sp.png) no-repeat center/cover;
    }
    
    
/*一覧画像上書き*/
    .catalog-area .breasts-title {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/artificial-breasts-bg-sp.png) no-repeat center/cover;
    }
    .catalog-area .pad-title {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/pad-bg-sp.png) no-repeat center/cover;
    }
    .catalog-area .nipple-title {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/nipple-bg-sp.png) no-repeat center/cover;
    }
    .catalog-area .wear-title {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/wear-bg-sp.png) no-repeat center/cover;
    }
    .catalog-area .care-title {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/wigstyle/care-bg-sp.png) no-repeat center/cover;
    }

    .catalog-area .short-title .title-image,
    .catalog-area .semilong-title .title-image,
    .catalog-area .long-title .title-image {
        text-align: center;
    }

    .catalog-area .short-title .title-image img {
        max-width: 260px;
        margin: 0 auto;
    }

    .catalog-area .long-title .title-image img {
        max-width: 260px;
        margin: -50px auto 0;
    }

    .catalog-area .semilong-title .title-image img {
        max-width: 260px;
        margin: auto;
    }

    .catalog-area .catalog-list.odd li:first-of-type .image,
    .catalog-area .catalog-list.odd li:nth-of-type(even) .image,
    .catalog-area .catalog-list.odd li:nth-of-type(odd) .image,
    .catalog-area .catalog-list.even li:first-of-type .image,
    .catalog-area .catalog-list.even li:nth-of-type(even) .image,
    .catalog-area .catalog-list.even li:nth-of-type(odd) .image {
        width: 90%;
        padding-top: 55%;
    }

    .catalog-area .catalog-list.odd li:first-of-type .product-info,
    .catalog-area .catalog-list.odd li:nth-of-type(odd) .product-info,
    .catalog-area .catalog-list.even li:nth-of-type(even) .product-info {
        position: absolute;
        top: inherit;
        left: 15px;
        bottom: -110px;
        width: 75%;
        padding: 15px;
    }

    .catalog-area .catalog-list.odd li:first-of-type .product-info .more-btn-wrap,
    .catalog-area .catalog-list.odd li:nth-of-type(odd) .product-info .more-btn-wrap,
    .catalog-area .catalog-list.even li:nth-of-type(even) .product-info .more-btn-wrap {
        margin-top: 3px;
    }

    .catalog-area .catalog-list.even li:first-of-type .product-info,
    .catalog-area .catalog-list.odd li:nth-of-type(even) .product-info,
    .catalog-area .catalog-list.even li:nth-of-type(odd) .product-info {
        position: absolute;
        top: inherit;
        right: 15px;
        bottom: -110px;
        width: 75%;
        padding: 15px;
        background: rgba(255, 255, 255, 0.5)
    }

    .catalog-area .catalog-list.even li:first-of-type .product-info .more-btn-wrap,
    .catalog-area .catalog-list.odd li:nth-of-type(even) .product-info .more-btn-wrap,
    .catalog-area .catalog-list.even li:nth-of-type(odd) .product-info .more-btn-wrap {
        margin-top: 3px;
    }

    .catalog-area .catalog-list li .image img.new-icon {
        height: 68px;
    }

    .catalog-area .catalog-list li a:hover .image img.new-icon {
        height: 80px;
    }

    .catalog-area .catalog-list li:nth-child(even) a::after {
        content: "";
        position: absolute;
        bottom: -3%;
        right: 8%;
        width: 90%;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
        z-index: -1;
    }

    .catalog-area .catalog-list li:nth-child(odd) a::after {
        content: "";
        position: absolute;
        bottom: -3%;
        right: 0%;
        width: 90%;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
        z-index: -1;
    }

    .catalog-area .catalog-list.even li:nth-child(even) a::after {
        content: "";
        position: absolute;
        bottom: -3%;
        right: 0%;
        width: 90%;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
        z-index: -1;
    }

    .catalog-area .catalog-list.even li:nth-child(odd) a::after {
        content: "";
        position: absolute;
        bottom: -4%;
        right: 8%;
        width: 90%;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/style-slider/style-slider-bg.jpg) no-repeat;
        z-index: -1;
    }
}

.wigstyle-page-link {
    position: fixed;
    top: 115px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
}

.wigstyle-page-link.hover-menu {
    position: fixed;
    top: 255px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 2;
}

.wigstyle-page-link.hover-menu li {
    margin: 0;
    padding: 0;
}

.wigstyle-page-link.is-hover {
    top: 262px;
}

.wigstyle-page-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 15px;
    background: #000;
}

.wigstyle-page-link li {
    border-right: 1px solid #fff;
    font-size: 13px;
}

.wigstyle-page-link li a {
    display: block;
    padding: 5px 25px;
    color: #fff;
    font-weight: bold;
}

.wigstyle-page-link li.heading {
    position: relative;
    padding-right: 20px;
}

.wigstyle-page-link li.heading span {
    display: block;
    padding: 5px 15px;
    background: #fff;
    color: #43474E;
    font-weight: bold;
}

.wigstyle-page-link li.heading::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 10px;
    border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 1024px) {
    .wigstyle-page-link.hover-menu {
        top: 222px;
    }

    .makeup .title-fx {
        top: -40px;
        right: 0px;
    }

    .makeup .title-fx img {
        max-width: 200px;
    }
}

@media screen and (max-width: 767px) {
    .wigstyle-page-link {
        top: 64px;
    }

    .wigstyle-page-link ul {
        padding: 10px 5px;
        background: rgba(0, 0, 0, 0.7);
    }

    .wigstyle-page-link li.heading {
        padding-right: 5px;
    }

    .wigstyle-page-link li.heading::after {
        display: none;
    }

    .wigstyle-page-link li.heading span {
        padding: 5px 5px;
    }

    .wigstyle-page-link li a {
        padding: 5px 10px;
    }
}


.color-lineup img {
    width: 100%;
}

.customize-title {
    min-height: 450px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/customize-bg.jpg) no-repeat center/cover;
}

.customize-title h2 {
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 300;
}

.price-customize-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 0 70px;
}

.price-customize-inner h3 {
    margin-bottom: 0;
    padding: 50px 0;
    font-weight: normal;
}

.price-customize {
    margin-bottom: 190px;
}

.price-customize .stickout-area {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 55px 70px 25px;
    background: rgba(255, 255, 255, 0.9);
}

.price-customize .stickout-area h3 {
    padding-bottom: 40px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
}

.price-customize .stickout-area .customize-sub-title {
    margin-bottom: 0;
}


.price-customize .stickout-area .customize-color {
    margin-bottom: 0;
}

.customize-sub-title {
    padding: 0;
}

.customize-sub-title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: transparent;
    font-family: "Lato";
    font-weight: normal;
}

.customize-sub-title div::before,
.customize-sub-title div::after {
    content: "";
    position: static;
    display: inline-block;
    width: 40%;
    border-top: 3px solid #333;
    z-index: 1;
}

.customize-size h5 {
    margin-bottom: 30px;
    font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
    text-align: center;
}

.size-contents {
    max-width: 650px;
    margin: 0 auto 50px;
}

.side-border {
    display: inline-block;
    margin: 0 7px 5px;
    padding: 0 10px;
    line-height: 1;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}

.size-lineup th {
    text-align: center;
}

.size-lineup td {
    padding: 8px 10px;
}

.size-lineup-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 5px;
}

.size-lineup-btn a {
    font-weight: 600;
}

.size-lineup-btn .sp{
    display: none;
}

.size-lineup-btn .pc{
    display: block;
}

.size-lineup-btn-icon {
    width: 24px;
    display: block;
    padding-left: 3px;
}

@media screen and (max-width: 767px) {
    .makeup .title-wrap h2 {
        width: 94%;
        margin-left: 10px;
        padding: 15px 0 15px 10px;
    }
    .makeup .title-wrap h2 img {
        max-width: 170px
    }

    .makeup .title-wrap .title-text span {
        width: auto;
        padding: 5px 10px;
        border-top: 1px solid #000;
        line-height: 1.7;
    }

    .makeup .title-wrap h2::after {
        display: none;
    }

    .makeup .title-fx {
        right: 0;
    }

    .makeup .title-fx img {
        max-width: 150px;
    }

    .makeup .title-wrap .title-text p {
        width: auto;
        padding: 5px 0 5px 10px;
    }

    .price-customize {
        margin-top: 0;
        margin-bottom: 75px;
    }

    .point .size h4 {
        font-size: 30px;
    }

    .point .size h4 span {
        font-size: 16px;
    }

    .point .size h4 {
        font-size: 30px;
        text-align: center;
    }

    .point .size h4 span {
        display: block;
        font-size: 16px;
        text-align: left;
    }

    .price-pt03 .pt-img-under .pt-img-under-right {
        max-width: 100%;
        text-align: right;
    }

    .price-pt01 .pt-img-top-left {
        margin: 0 auto 15px;
    }

    .price-pt02 .pt-img-left {
        max-width: 100%;
        margin-right: 0;
    }

    .arrange .arrange-left {
        text-align: center;
    }

    .arrange .arrange-left {
        max-width: 100%;
    }

    .arrange .stylist-wrap p {
        max-width: 100%;
    }

    .price-pt02 .pt-img-right {
        max-width: 100%;
        padding: 0 30px;
        text-align: center;
    }

    .price-pt02 .pt-img-left ul li {
        float: none;
        margin-top: 15px;
    }

    .price-pt02 .pt-img-left .pt02-second {
        margin-right: auto;
    }

    .price-pt02 .pt-img-left .pt02-third {
        margin-left: auto;
    }

    .point .size-list-left {
        max-width: 100%;
    }

    .point .size-list-right,
    .point .size-list-right .size-img img {
        max-width: 100%;
    }

    .arrange .arrange-slider {
        margin: 0 auto;
    }

    .makeup .makeup-under .makeup-under-left {
        width: initial;
        margin: 10px auto 25px;
        padding: 0 45px;
    }

    .makeup .makeup-under .makeup-under-right {
        margin: 0 auto;
        padding: 0;
    }

    .makeup .makeup-under .makeup-under-right ul {
        padding: 0 15px;
    }

    .makeup .makeup-under li:last-of-type {
        margin: 20px 0 0;
    }

    .makeup .makeup-under .makeup-under-right .details-check{
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .point {
        padding: 0 30px 60px;
    }
}

.customize-cut h5 {
    margin-bottom: 22px;
    font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
}

.cut-contents-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 45px;
}

.cut-contents-top .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
}

.cut-contents-top .left-box li {
    width: 49.5%;
}

.cut-contents-top .left-box li figcaption {
    padding-top: 5px;
    font-size: 30px;
}

.cut-contents-top .right-box {
    width: 30%;
    padding-left: 20px;
}

.cut-contents-top .right-box a {
    display: block;
}

.cut-contents-top .right-box a:hover {
    opacity: 0.7;
}

.cut-contents-bottom {
    position: relative;
    padding: 30px 58% 30px 30px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);
}

.cut-contents-bottom .image {
    position: absolute;
    top: -20px;
    right: 10px;
    width: 55%;
}

.cut-contents-bottom dt {
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
}

.cut-contents-bottom dd {
    line-height: 1.6;
}

.price-option {
    padding-bottom: 120px;
}

.price-option .option-title {
    position: relative;
    min-height: 450px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/option-bg.jpg) no-repeat center/cover;
}

.price-option .option-title h2 {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-family: Lato, "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 300;
}

.price-option .stickout-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 55px 40px;
    background: rgba(255, 255, 255, 0.9);
}

.price-option .stickout-area h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
}

.price-option .option-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 70px;
}

.price-option .option-list li {
    width: 32%;
    margin-bottom: 40px;
}

.price-option .option-list li dd {
    padding: 0 5px;
}

.price-option .option-list li dd:first-of-type {
    padding-top: 7px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
}

.price-option .option-list li dd:last-of-type {
    font-size: 14px;
    line-height: 1.8;
}

.price-option .option-list li dd:first-of-type .price {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
}

.price-option .option-list li dd:first-of-type .small {
    font-size: 12px;
}

.support-title {
    position: relative;
    min-height: 450px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/support-bg.jpg) no-repeat center/cover;
}

.support-title h2 {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-family: Lato, "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 300;
}

.price-support .stickout-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 55px 40px 40px;
    background: rgba(255, 255, 255, 0.9);
}

.price-support .stickout-area h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
}

.price-support .price-support-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 70px;
}

.price-support .support-about dt {
    padding-top: 15px;
}

.price-support .support-about dd {
    padding-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
}

.price-support .support-about dd .attention {
    display: block;
    font-size: 12px;
}

.price-support .support-info {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);
    padding: 40px 40px 30px;
}

.price-support .support-info dl {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.price-support .support-info dl dt {
    font-weight: bold;
}

.price-support .support-info .button {
    display: block;
    max-width: 320px;
    margin: 20px auto 0;
}

.price-support .support-info .btn:hover {
    opacity: 0.7;
}


@media screen and (max-width: 767px) {
    .customize-title,
    .price-option .option-title {
        min-height: 160px;
    }

    .customize-title h2 {
        top: 15%;
    }

    .price-customize-inner {
        padding: 0 30px;
    }

    .price-customize-inner h3 {
        font-size: 24px;
    }

    .customize-sub-title div::before,
    .customize-sub-title div::after {
        width: 30%;
    }

    .price-customize-inner h3 {
        padding: 20px;
    }

    .customize-color {
        margin-bottom: 35px;
    }

    .customize-sub-title {
        margin-bottom: 13px;
        font-family : "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    }

    .customize-color p {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .customize-color span {
        font-size: 16px !important;
    }

    .customize-size h5,
    .customize-cut h5 {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .customize-cut h5 {
        margin-bottom: 20px;
    }

    .size-contents-left {
        width: 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .size-contents-right {
        width: 100%;
    }

    .side-border {
        margin-bottom: 5px;
        margin-left: 10px;
        line-height: .9;
    }

    .size-lineup-btn .sp{
        display: block;
    }

    .size-lineup-btn .pc{
        display: none;
    }
    .cut-contents-top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 50px;
    }

    .cut-contents-top .left-box {
        width: 100%;
    }

    .cut-contents-top .left-box li {
        width: 50%;
    }

    .cut-contents-top .left-box li figcaption {
        font-size: 20px;
    }

    .cut-contents-top .right-box p {
        margin-bottom: 13px;
    }

    .cut-contents-top .right-box {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }

    .cut-contents-top .right-box a {
        max-width: 245px;
    }

    .cut-contents-bottom {
        padding: 35px 25px 20px;
    }

    .cut-contents-bottom .image {
        position: static;
        width: 100%;
        padding-top: 15px;
    }

    .price-option-inner h3,
    .price-support-inner h3 {
        margin: 25px 0 15px;
        text-align: center;
        font-size: 24px;
        font-weight: normal;
    }

    .price-option .option-list li {
        width: calc(100%/2);
        margin-bottom: 15px;
    }

    .price-option .option-list li dd:first-of-type {
        font-size: 16px;
        line-height: 1.25;
    }

    .price-option .option-list li dd:first-of-type .price {
        font-size: 12px !important;
    }

    .registered-trademark.is-5star {
        padding-bottom: 0 !important;
    }

    .support-title {
        min-height: 160px;
    }

    .price-support .stickout-area {
        padding: 0;
    }

    .price-option .option-list,
    .price-support .price-support-inner {
        padding: 0 30px;
    }

    .price-option {
        padding-bottom: 50px;
    }

    .price-support .support-about dt {
        padding-top: 0;
        padding-bottom: 15px
    }

    .price-support .support-about dd {
        padding-bottom: 50px;
    }

    .price-support .support-about dd .attention {
        padding-top: 5px;
    }

    .price-support .support-info {
        padding: 30px;
    }

    .price-support .support-info dl {
        margin-bottom: 30px;
        text-align: left;
        font-size: 16px;
    }
    .price-wrap .footer-form {
        margin-top: 60px;
    }
    .product-order-wrap {
        margin: 10px auto 0;
        border: 3px solid #808080;
    }

    .product-order-wrap .purchase-flow-btn.plus {
        margin-bottom: -3px;
    }
    .cart-container .cart-area .product-detail .product-order-wrap .right-box.order-list {
        padding-right: 10px;
        padding-left: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .pt-img-right img {
        margin-top: 15px;
    }

}

/* 開発ストーリー */
.story {
    color: #34373D;
  }
  .story .smain-inner {
    max-width: 960px;
    margin: auto;
  }
  .story .smain-inner.next-chapter {
    padding: 30px 0 50px;
  }
  .story-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 375px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/story_mv.jpg) no-repeat center/ cover;
  }
  .story-mv .mv-inner h2 {
    width: 225px;
  }
  .story-mv .mv-inner span {
    display: block;
    margin: 30px 0 0;
    text-align: center;
    font-size: 28px;
  }

  .story-main-catch {
    padding: 57px 10px 90px;
    text-align: center;
  }

  .story-main-catch .story-main-catch-img-box {
    max-width: 200px;
    margin: 0 auto 45px;
  }

  .story-main-catch h3 {
    margin: 0 0 26px;
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .story-main-catch p {
    line-height: 2;
  }

  /*リンク*/
  .chapter-title {
    text-align: center;
    background: #34373D;
  }
  .chapter-title-inner {
    padding: 40px 0 45px;
  }
  .chapter-title-inner span {
    display: inline-block;
    margin: 0 auto 20px;
    padding: 3px 20px;
    font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    background: #fff;
    border-radius: 15px;
  }
  .chapter-title-inner h3 {
    margin: 0 0 40px;
    line-height: 1.7;
    font-size: 38px;
    font-weight: normal;
    color: #fff;
  }
  .chapter-title-inner.next-chapter h3 {
    margin-bottom: 34px;
  }
  .chapter-title-inner a {
    color: #fff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #fff;
  }
  .chapter-title-inner a::after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 20px;/*画像の幅*/
    height: 14px;/*画像の高さ*/
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/link_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .chapter-title-inner a.is-margin-none::after {
    content: '';
    display: inline-block;
    margin-left: 0;
    width: 20px;/*画像の幅*/
    height: 14px;/*画像の高さ*/
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/link_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  /*リンク*/
  .chapter-title02 {
    text-align: center;
    background: #34373D;
  }
  .chapter-title-inner02 {
    padding: 40px 0 45px;
  }
  .chapter-title-inner02.before-chapter {
    padding: 24px 0 37px;
  }
  .chapter-title-inner02.before-chapter {
    padding: 26px 0 45px;
  }
  .chapter-title-inner02 span {
    display: inline-block;
    margin: 0 auto 16px;
    padding: 3px 20px;
    font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    background: #fff;
    border-radius: 15px;
  }
  .chapter-title-inner02 h3 {
    margin: 0 0 35px;
    line-height: 1.7;
    font-size: 38px;
    font-weight: normal;
    color: #fff;
  }
  .chapter-title-inner02 a {
    color: #fff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #fff;
  }
  .chapter-title-inner02 a::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 14px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/link_arrow_l.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  /*01*/
  .chapter-mv {
    position: relative;
  }
  .chapter-wrap01 .mv-wrap {
    height: 480px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter01_mv.jpg) no-repeat center/ cover;
  }
  .chapter-wrap01 .chapter-catch {
    position: absolute;
    top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 980px;
    width: 100%;
    height: 480px;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap01 .chapter-catch-text {
    position: absolute;
    max-width: 960px;
    margin: auto;
  }
  .chapter-wrap01 .chapter-catch-text span {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 0 3px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #34373D;
  }
  .chapter-wrap01 .chapter-catch-text h3 {
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap01 .chapter-top-text {
    max-width: 980px;
    width: 100%;
    margin: 22px auto 80px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap01 .chapter-top-text p {
    line-height: 2;
  }

  .chapter-wrap01 .chapter-md {
    max-width: 980px;
    width: 100%;
    margin: 30px auto 125px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap01 .chapter-md h3 {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    line-height: 1.7;
    font-size: 38px;
    font-weight: normal;
  }

  /*02*/
  .chapter-wrap02 .mv-wrap {
    height: 480px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter02_mv.jpg) no-repeat center/ cover;
  }
  .chapter-wrap02 .chapter-catch {
    position: absolute;
    top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 980px;
    width: 100%;
    height: 480px;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap02 .chapter-catch-text {
    position: absolute;
    max-width: 960px;
    margin: auto;
  }
  .chapter-wrap02 .chapter-catch-text span {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 0 3px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #34373D;
  }
  .chapter-wrap02 .chapter-catch-text h3 {
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap02 .chapter-top-text {
    max-width: 980px;
    width: 100%;
    margin: 22px auto 90px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap02 .chapter-top-text p {
    line-height: 2;
  }
  .chapter-wrap02 .chapter-md02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto 122px;
  }
  .chapter-wrap02 .chapter-md02 .img-box-l {
    overflow: hidden;
    position: absolute;
    max-width: 41%;
    width: 100%;
  }
  .chapter-wrap02 .chapter-md02 .img-box-l img {
    margin-left: -10px;
  }
  .chapter-wrap02 .chapter-md02 .img-box-l span {
    float: right;
    margin: 5px 10px 0 0;
    text-align: right;
    font-size: 12px;
  }
  .chapter-wrap02 .chapter-md02 .inner-box {
    max-width: 980px;
    width: 100%;
    margin: auto;
  }
  .chapter-wrap02 .chapter-md02 .inner-box-desc {
    margin-left: auto;
    width: 58%;
    padding: 0 25px;
  }

  .chapter-wrap02 .chapter-md02 .inner-box-desc .sub-title-wrap {
      margin-top: -15px;
  }
  .chapter-wrap02 .chapter-md02 .inner-box-desc h3 {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap02 .chapter-md02 .inner-box-desc p {
    line-height: 2;
  }

  /*03*/
  .chapter-wrap03 .mv-wrap {
    height: 480px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter03_mv.jpg) no-repeat center/ cover;
  }
  .chapter-wrap03 .chapter-catch {
    position: absolute;
    top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 980px;
    width: 100%;
    height: 480px;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap03 .chapter-catch-text {
    position: absolute;
    max-width: 960px;
    margin: auto;
  }
  .chapter-wrap03 .chapter-catch-text span {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 0 3px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #34373D;
  }

  .chapter-wrap03 .chapter-catch-text span .registration {
    position: relative;
    bottom: 2px;
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    }

  .chapter-wrap03 .chapter-catch-text h3 {
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap03 .chapter-top-text {
    max-width: 980px;
    width: 100%;
    margin: 22px auto 95px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap03 .chapter-top-text p {
    line-height: 2;
  }
  .chapter-wrap03 .chapter-md03 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1366px;
    margin: 0 auto 122px;
  }
  .chapter-wrap03 .chapter-md03 .img-box-r {
    overflow: hidden;
    position: absolute;
    right: 0;
    max-width: 41%;
    width: 100%;
  }
  .chapter-wrap03 .chapter-md03 .img-box-r span {
      display: block;
    margin: 10px 0 0 0;
    font-size: 12px;
  }
  .chapter-wrap03 .chapter-md03 .inner-box {
    max-width: 980px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap03 .chapter-md03 .inner-box-desc {
    margin-right: auto;
    width: 60%;
  }
  .chapter-wrap03 .chapter-md03 .inner-box-desc h3 {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap03 .chapter-md03 .inner-box-desc p {
    line-height: 2;
  }

  /*04*/
  .chapter-mv {
    position: relative;
  }
  .chapter-wrap04 .mv-wrap {
    height: 480px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter04_mv.jpg) no-repeat center/ cover;
  }
  .chapter-wrap04 .chapter-catch {
    position: absolute;
    top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 980px;
    width: 100%;
    height: 480px;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap04 .chapter-catch-text {
    position: absolute;
    max-width: 960px;
    margin: auto;
    padding-top: 75px;
  }
  .chapter-wrap04 .chapter-catch-text span {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 0 3px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #34373D;
  }
  .chapter-wrap04 .chapter-catch-text h3 {
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap04 .chapter-top-text {
    max-width: 980px;
    width: 100%;
    margin: 21px auto 77px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap04 .chapter-top-text p {
    line-height: 2;
  }

  .chapter-wrap04 .chapter-md {
    max-width: 980px;
    width: 100%;
    margin: 30px auto 123px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap04 .chapter-md h3 {
    display: block;
    margin: 0 0 20px;
    text-align: center;
    line-height: 1.7;
    font-size: 38px;
    font-weight: normal;
  }

  /*05*/
  .chapter-wrap05 .mv-wrap {
    height: 480px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter05_mv.jpg) no-repeat center/ cover;
  }
  .chapter-wrap05 .chapter-catch {
    position: absolute;
    top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 980px;
    width: 100%;
    height: 480px;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap05 .chapter-catch-text {
    position: absolute;
    max-width: 960px;
    margin: auto;
  }
  .chapter-wrap05 .chapter-catch-text span {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 0 3px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #34373D;
  }
  .chapter-wrap05 .chapter-catch-text h3 {
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap05 .chapter-top-text {
    max-width: 980px;
    width: 100%;
    margin: 22px auto 91px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap05 .chapter-top-text p {
    line-height: 2;
  }
  .chapter-wrap05 .chapter-md05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto 108px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap05 .chapter-md05 .img-box-l {
    max-width: 260px;
    width: 30%;
  }
  .chapter-wrap05 .chapter-md05 .img-box-l span {
    margin: 5px 20px 0 0;
    font-size: 12px;
  }
  .chapter-wrap05 .chapter-md05 .inner-box {
    max-width: 650px;
    width: 68%;
  }
  .chapter-wrap05 .chapter-md05 .inner-box-desc {
    width: 100%;
  }
  .chapter-wrap05 .chapter-md05 .inner-box-desc h3 {
    margin: 0 0 10px;
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap05 .chapter-md05 .inner-box-desc p {
    padding-bottom: 13px;
    line-height: 2;
  }

  /*06*/
  .chapter-wrap06 .mv-wrap {
    height: 480px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter06_mv.jpg) no-repeat center/ cover;
  }
  .chapter-wrap06 .chapter-catch {
    position: absolute;
    top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 980px;
    width: 100%;
    height: 480px;
    margin: auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap06 .chapter-catch-text {
    position: absolute;
    max-width: 960px;
    margin: auto;
  }
  .chapter-wrap06 .chapter-catch-text span {
    display: inline-block;
    margin: 0 auto 15px;
    padding: 0 0 3px 0;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #34373D;
  }
  .chapter-wrap06 .chapter-catch-text h3 {
    font-size: 38px;
    line-height: 1.7;
    font-weight: normal;
  }
  .chapter-wrap06 .chapter-top-text {
    max-width: 980px;
    width: 100%;
    margin: 22px auto 78px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap06 .chapter-top-text p {
    line-height: 2;
  }
  .chapter-wrap06 .chapter-md06 {
    position: relative;
    max-width: 1366px;
    margin: 0 auto 122px;
  }
  .chapter-wrap06 .chapter-md06 .img-box-r {
    overflow: hidden;
    position: absolute;
    top: 13px;
    right: 21px;
    max-width: 460px;
    width: 35%;
  }
  .chapter-wrap06 .chapter-md06 .img-box-r span {
    display: block;
    margin: 10px 0 0 0;
    font-size: 12px;
  }
  .chapter-wrap06 .chapter-md06 .inner-box {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap06 .chapter-md06 .inner-box-desc {
    margin-right: auto;
    max-width: 700px;
    padding-right: 50px;
    width: 79%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .chapter-wrap06 .chapter-md06 .inner-box-desc h3 {
    margin: 0 0 10px;
    font-size: 38px;
    font-weight: normal;
  }
  .chapter-wrap06 .chapter-md06 .inner-box-desc p {
    line-height: 2;
  }


  @media screen and (max-width: 767px) {
    .story-mv {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/story_mv_sp.jpg) no-repeat center/ cover;
    }
    .story-mv .mv-inner h2 {
      max-width: 144px;
      width: 80%;
      margin: auto;
    }
    .story-main-catch .story-main-catch-img-box {
      max-width: 150px;
      margin: 0 auto 25px;
    }
    .story-mv .mv-inner span {
      display: block;
      margin: 20px 0 0;
      text-align: center;
      font-size: 24px;
    }
    .story-main-catch {
      padding: 50px 30px 67px;
      text-align: center;
    }
    .story-main-catch h3 {
      margin: 0 0 20px;
      font-size: 27px;
      line-height: 1.7;
      font-weight: normal;
    }
    .story-main-catch p {
      text-align: justify;
      line-height: 1.7;
    }

    .story .smain-inner.next-chapter {
        padding: 25px 0 35px;
    }

    /*リンク*/
    .chapter-title {
      text-align: center;
      background: #34373D;
    }
    .chapter-title-inner {
      padding: 30px 30px 35px;
    }
    .chapter-title-inner span {
      display: block;
      margin: 0 auto 15px;
      padding: 3px 20px;
      font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 20px;
      font-weight: 600;
      background: #fff;
      border-radius: 15px;
    }
    .chapter-title-inner h3 {
      margin: 0 0 10px;
      line-height: 1.5;
      font-size: 24px;
      font-weight: normal;
      color: #fff;
    }
    .chapter-title-inner a {
      color: #fff;
      font-size: 13px;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #fff;
    }
    .chapter-title-inner a::after {
      width: 12px;
      height: 8px;
      margin-left: 5px;
    }
    .chapter-title-inner.next-chapter h3 {
        margin-bottom: 10px;
    }

    /*リンク02*/
    .chapter-title02 {
      text-align: center;
      background: #34373D;
    }
    .chapter-title-inner02 {
      padding: 35px 30px 41px;
    }
    .chapter-title-inner02 span {
      display: block;
      margin: 0 auto 20px;
      padding: 3px 20px;
      font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 20px;
      font-weight: 600;
      background: #fff;
      border-radius: 15px;
    }
    .chapter-title-inner02 h3 {
      margin: 0 0 11px;
      line-height: 1.5;
      font-size: 24px;
      font-weight: normal;
      color: #fff;
    }
    .chapter-title-inner02 a {
      color: #fff;
      font-size: 13px;
      padding: 0 0 5px 0;
      border-bottom: 1px solid #fff;
    }
    .chapter-title-inner02 a::before {
      width: 12px;
      height: 8px;
      margin-right: 5px;
    }
    .chapter-title02 .chapter-title-inner02 a::after {
        display: none;
    }


    /*01*/
    .chapter-wrap01 .mv-wrap {
      height: 200px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter01_mv_sp.jpg) no-repeat center/ cover;
    }
    .chapter-wrap01 .chapter-catch-text {
      position: inherit;
      max-width: 960px;
      margin: 35px auto;
      padding: 25px 30px 15px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap01 .chapter-catch-text span {
      display: block;
      margin: 0 auto 10px;
      padding: 0 0 3px 0;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #34373D;
    }
    .chapter-wrap01 .chapter-catch-text h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
    }
    .chapter-wrap01 .chapter-top-text {
      max-width: 980px;
      width: 100%;
      margin: 30px auto 45px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap01 .chapter-top-text p {
      line-height: 1.7;
    }

    .chapter-wrap01 .chapter-md {
      max-width: 980px;
      width: 100%;
      margin: 30px auto 45px;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap01 .chapter-md h3 {
      display: block;
      margin: 0 0 30px;
      text-align: center;
      line-height: 1.5;
      font-size: 24px;
      font-weight: normal;
      padding: 20px 30px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap01 .chapter-md p {
      padding: 0 25px;
    }

    /*02*/
    .chapter-wrap02 .mv-wrap {
      height: 200px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter02_mv_sp.jpg) no-repeat center/ cover;
    }
    .chapter-wrap02 .chapter-catch-text {
      position: inherit;
      max-width: 960px;
      margin: 35px auto 25px;
      padding: 25px 30px 15px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap02 .chapter-catch-text span {
      display: block;
      margin: 0 auto 10px;
      padding: 0 0 3px 0;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #34373D;
    }
    .chapter-wrap02 .chapter-catch-text h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
  /*    letter-spacing: -0.08em;*/
    }
    .chapter-wrap02 .chapter-top-text {
      max-width: 980px;
      width: 100%;
      margin: 30px auto 110px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap02 .chapter-top-text p {
      line-height: 1.7;
    }

    .chapter-wrap02 .chapter-md {
      max-width: 980px;
      width: 100%;
      margin: 30px auto 100px;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap02 .chapter-md02 {
      position: inherit;
      display: block;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto 95px;
    }
    .chapter-wrap02 .chapter-md02 .img-box-l {
      position: inherit;
      max-width: 100%;
      width: 100%;
    }
    .chapter-wrap02 .chapter-md02 .inner-box-desc {
      margin-left: auto;
      width: 100%;
      padding: 0;
    }
    .chapter-wrap02 .sub-title-wrap {
      margin: 0 auto;
      padding: 20px 30px 5px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap02 .chapter-md02 .inner-box-desc h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
    }
    .chapter-wrap02 .chapter-md02 .inner-box-desc p {
      line-height: 1.7;
      margin: 0;
      padding: 0 30px;
    }

    /*03*/
    .chapter-wrap03 .mv-wrap {
      height: 200px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter03_mv_sp.jpg) no-repeat center/ cover;
    }
    .chapter-wrap03 .chapter-catch-text {
      position: inherit;
      max-width: 960px;
      margin: 40px auto 35px;
      padding: 15px 30px 15px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap03 .chapter-catch-text .span {
      display: block;
      margin: 0 auto 10px;
      padding: 0 0 3px 0;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #34373D;
    }

    .chapter-wrap03 .chapter-catch-text span .registration {
        bottom: 4px;
        font-size: 16px;
    }
    .chapter-wrap03 .chapter-catch-text h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
  /*    letter-spacing: -0.08em;*/
    }
    .chapter-wrap03 .chapter-top-text {
      max-width: 980px;
      width: 100%;
      margin: 0 auto 45px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap03 .chapter-top-text p {
      line-height: 1.7;
    }
    .chapter-wrap03 .chapter-md {
      max-width: 980px;
      width: 100%;
      margin: 0 auto 100px;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap03 .chapter-md03 {
      position: inherit;
      display: block;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto 95px;
    }
    .chapter-wrap03 .chapter-md03 .img-box-l {
      position: inherit;
      max-width: 100%;
      width: 100%;
    }

    .chapter-wrap03 .chapter-md03 .inner-box {
      padding: 0;
    }

    .chapter-wrap03 .chapter-md03 .inner-box-desc {
      margin-left: auto;
      width: 100%;
      padding: 0;
    }
    .chapter-wrap03 .sub-title-wrap {
      margin: 0 auto;
      padding: 15px 30px 15px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap03 .chapter-md03 .inner-box-desc h3 {
      margin: 0;
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
    }
    .chapter-wrap03 .chapter-md03 .inner-box-desc p {
      line-height: 1.7;
      margin: 0;
      padding: 0 30px;
    }
    .img-box-sp {
      margin: 35px 0 30px;
    }

    /*04*/
    .chapter-wrap04 .mv-wrap {
      height: 200px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter04_mv_sp.jpg) no-repeat center/ cover;
    }
    .chapter-wrap04 .chapter-catch-text {
      position: inherit;
      max-width: 960px;
      margin: 35px auto 30px;
      padding: 25px 30px 15px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap04 .chapter-catch-text span {
      display: block;
      margin: 0 auto 6px;
      padding: 0 0 3px 0;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #34373D;
    }
    .chapter-wrap04 .chapter-catch-text h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
    }
    .chapter-wrap04 .chapter-top-text {
      max-width: 980px;
      width: 100%;
      margin: 30px auto 45px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap04 .chapter-top-text p {
      line-height: 1.7;
    }

    .chapter-wrap04 .chapter-md {
      max-width: 980px;
      width: 100%;
      margin: 30px auto 93px;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap04 .chapter-md h3 {
      display: block;
      margin: 0 0 30px;
      text-align: center;
      line-height: 1.5;
      font-size: 24px;
      font-weight: normal;
      padding: 17px 30px 17px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap04 .chapter-md p {
      padding: 0 25px;
    }

    /*05*/
    .chapter-wrap05 .mv-wrap {
      height: 200px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter05_mv_sp.jpg) no-repeat center/ cover;
    }
    .chapter-wrap05 .chapter-catch-text {
      position: inherit;
      max-width: 960px;
      margin: 35px auto 30px;
      padding: 25px 30px 15px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap05 .chapter-catch-text span {
      display: block;
      margin: 0 auto 5px;
      padding: 0 0 3px 0;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #34373D;
    }
    .chapter-wrap05 .chapter-catch-text h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
    }
    .chapter-wrap05 .chapter-top-text {
      max-width: 980px;
      width: 100%;
      margin: 30px auto 43px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap05 .chapter-top-text p {
      line-height: 1.7;
    }
    .chapter-wrap05 .chapter-md05 {
      position: inherit;
      display: block;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto 93px;
      padding: 0;
    }
    .chapter-wrap05 .chapter-md05 .img-box-l {
      position: inherit;
      max-width: 100%;
      width: 100%;
    }
    .chapter-wrap05 .chapter-md05 .img-box-sp span {
      display: block;
      padding-top: 7px;
      text-align: center;
      font-size: 12px;
      font-weight: bold;
    }
    .chapter-wrap05 .chapter-md05 .inner-box-desc {
      margin-left: auto;
      width: 100%;
      padding: 0;
    }
    .chapter-wrap05 .sub-title-wrap {
      margin: 0 auto;
      padding: 15px 30px 8px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap05 .chapter-md05 .inner-box-desc h3 {
      font-size: 28px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
    }
    .chapter-wrap05 .chapter-md05 .inner-box-desc p {
      line-height: 1.7;
      margin: 0 0 30px;
      padding: 0 30px;
    }
    .chapter-wrap05 .chapter-md05 .inner-box-desc p:last-child{
        margin-bottom: 0;
    }
    .chapter-wrap05 .chapter-md05 .inner-box {
      width: 100%;
    }
    .chapter-wrap05 .chapter-md05 .img-box-sp {
      max-width: 175px;
      margin: 35px auto 20px;
    }

    /*06*/
    .chapter-wrap06 .mv-wrap {
      height: 200px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/chapter06_mv_sp.jpg) no-repeat center/ cover;
    }
    .chapter-wrap06 .chapter-catch-text {
      position: inherit;
      max-width: 960px;
      margin: 30px auto;
      padding: 25px 30px 16px;
      background:  url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap06 .chapter-catch-text span {
      display: block;
      margin: 0 auto 10px;
      padding: 0 0 3px 0;
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
      font-size: 16px;
      font-weight: 600;
      border-bottom: 1px solid #34373D;
    }
    .chapter-wrap06 .chapter-catch-text h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
  /*    letter-spacing: -0.08em;*/
    }
    .chapter-wrap06 .chapter-top-text {
      max-width: 980px;
      width: 100%;
      margin: 0 auto 45px;
      padding: 0 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap06 .chapter-top-text p {
      line-height: 1.7;
    }
    .chapter-wrap06 .chapter-md {
      max-width: 980px;
      width: 100%;
      margin: 0 auto 100px;
      padding: 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .chapter-wrap06 .chapter-md06 {
      position: inherit;
      display: block;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 auto 95px;
    }
    .chapter-wrap06 .chapter-md06 .img-box-l {
      position: inherit;
      max-width: 100%;
      width: 100%;
    }
    .chapter-wrap06 .chapter-md06 .inner-box-desc {
      margin-left: auto;
      width: 100%;
      padding: 0;
    }
    .chapter-wrap06 .sub-title-wrap {
      margin: 0 auto;
      padding: 16px 30px 7px;
      background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/story/title_bg.png) no-repeat center/ cover;
    }
    .chapter-wrap06 .chapter-md06 .inner-box {
      padding: 0;
    }
    .chapter-wrap06 .chapter-md06 .inner-box-desc h3 {
      font-size: 24px;
      line-height: 1.7;
      font-weight: normal;
      text-align: center;
    }
    .chapter-wrap06 .chapter-md06 .inner-box-desc p {
      line-height: 1.7;
      margin: 0;
      padding: 0 30px;
    }
  }


@media screen and (min-width:768px) and ( max-width:1115px) {
    .flow-area {
        position: relative;
    }

    .flow-area .box-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/ico_swap.png) center center no-repeat;
        background-size: 46px auto;
        pointer-events: none;
    }
}

/* タブレットサイズ style */
@media screen and (min-width:768px) and ( max-width:1024px) {
    .chapter-wrap01 .chapter-catch-text {
        top: 40px;
        left: 20px;
    }

    .chapter-wrap02 .chapter-md02 .img-box-l {
        max-width: 40%;
        padding-left: 20px;
    }

    .chapter-wrap02 .chapter-md02 .img-box-l img {
        margin-left: 0;
    }

    .chapter-wrap02 .chapter-md02 .inner-box-desc,
    .chapter-wrap03 .chapter-md03 .inner-box-desc {
        width: 53%;
        padding: 0 20px;
    }

    .chapter-wrap03 .chapter-md03 .img-box-r {
        padding-right: 20px;
    }

    .chapter-wrap06 .chapter-md06 .inner-box-desc {
        padding-left: 20px;
        padding-right: 150px;
    }

    .catalog-area .catalog-list li .product-info {
        width: 30%;
    }

    .catalog-area .catalog-list.even li:first-of-type .product-info {
        top: 70px;
    }

    .catalog-area .catalog-list.even li:nth-of-type(even) .product-info,
    .catalog-area .catalog-list.even li:nth-of-type(odd) .product-info,
    .catalog-area .catalog-list.odd li:nth-of-type(odd) .product-info,
    .catalog-area .catalog-list.odd li:nth-of-type(even) .product-info {
        bottom: 10px;
    }

    .cut-contents-top .right-box {
        width: 38%;
    }

    .price-customize .stickout-area h3,
    .price-option .stickout-area h3,
    .price-support .stickout-area h3 {
        font-size: 36px;
    }

    .price-customize .stickout-area {
        padding: 55px 44px 25px;
    }
}
.display-inline-block {
    display: inline-block;
}

/**
 * salon
 **/

.salon-contents-wrap {
    margin-top: 35px;
    color: #43474e;
}

.salon-contents {
    margin: 0 auto 70px;
    text-align: center;
}

.salon-contents .salon-heading {
    max-width: 960px;
    margin: 0 auto;
}

.salon-contents .salon-title {
    margin-bottom: 70px;
}

.salon-contents .salon-title span {
    margin-top: 30px;
    font-size: 28px;
    display: block;
    font-family : "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.salon-contents .salon-title .en-title {
    max-width: 625px;
    margin: 0 auto;
}

.counseling-contents {
    max-width: 1400px;
    margin: auto;
}

.counseling-contents .counseling-about {
    position: relative;
    height: 785px;
}

.counseling-contents .counseling-about .about-wrap {
    position: absolute;
    top: 0;
    right: 28px;
    max-width: 790px;
    z-index: 1;
}

.counseling-contents .counseling-img {
    position: absolute;
    max-width: 1113px;
    width: 80%;
    top: 160px;
    left: 0;
    z-index: -1;
}

.counseling-contents .counseling-about .about-text {
    position: absolute;
/*    right: 200px;*/
    right:0;
    top: 150px;
    z-index: 2;
}

.counseling-contents .counseling-about .about-text h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

.styling-contents {
    max-width: 1400px;
    margin: 100px auto;
}

.styling-contents .styling-about {
    position: relative;
    height: 554px;
}

.styling-contents .styling-about .about-wrap {
    position: absolute;
    top: 0;
    left: 60px;
    max-width: 711px;
    z-index: 1;
}

.styling-contents .styling-about .about-text {
    position: absolute;
    left: 140px;
    top: 160px;
    z-index: 2;
}

.styling-contents .styling-about .about-text h4 {
    font-size: 28px;
    margin-bottom: 10px;
}

.counseling-contents .counseling-about .about-text p,
.styling-contents .styling-about .about-text p {
    margin-bottom: 30px;
    line-height: 32px;
}

.styling-contents .styling-about .about-text p span {
    position: relative;
    bottom: 10px;
    vertical-align: text-top;
}

.counseling-contents .counseling-about .about-text h4,
.styling-contents .styling-about .about-text h4,
.salon-about .bg-white h3 {
    font-weight: 400;
}

.styling-contents .styling-about .about-text h4 span {
    position: relative;
    bottom: 7px;
    vertical-align: text-top;
    font-size: 16px;
}

.styling-contents .styling-img {
    position: absolute;
    max-width: 713px;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.salon-about {
    position: relative;
    padding-top: 35.6%;
    width: 100%;
    height: 0;
}

.salon-about .bg-white {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    width: 317px;
    padding: 30px;
}

.salon-about .bg-white h3 {
    text-align: center;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 28px;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.salon-about .bg-white p {
    margin-bottom: 20px;
    line-height: 32px;
}

.salon-about .bg-white p.sp {
    margin-bottom: 15px;
}

.salon-about .bg-white .phone-cont span {
/*   display: block;*/
}

.salon-about .bg-white .phone-cont span.normal {
    display: inline-block;
}

.salon-about .bg-white .phone-cont .phone-number {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 6px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.salon-about .bg-white .phone-cont .phone-date {
    margin-bottom: 20px;
    display: block;
    font-size: 0.8em;
}

.salon-about .bg-white .information-list.sp {
    text-align: center;
}

.salon-about .bg-white .information-list li:not(:last-child) {
    font-weight: bold;
    margin-bottom: 20px;
}

.salon-about .bg-white .information-list.sp li:not(:last-child) {
    margin-bottom: 15px;
}

.salon-about .bg-white .information-list li:nth-child(2) {
    color: #d2506e;
}

.salon-about .bg-white .information-list .sp {
    color: #d2506e;
    font-weight: bold;
}

.salon-about .bg-white .information-list li:nth-child(3) {
    line-height: 1.5;
}

.salon-contents-wrap .small-text {
    font-size: 12px;
}

.salon-about .bg-white .information-list li .attention {
    display: block;
    margin-top: 5px;

}
h3.salon-font {
    text-align: center;
    font-size: 60px;
    font-family : "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 100;
    line-height: 1;
    margin-bottom: 30px;
}

h3.salon-font small {
    display: block;
    font-size: 47%;
    font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    margin-top: 10px;
}

.salon-access {
    max-width: 960px;
    margin: 100px auto 150px;
}

.salon-access .salon-map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

.salon-access .salon-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.salon-access .access-information {
    text-align: center;
    max-width: 960px;
    margin: 20px auto 0;
}

.salon-access .access-information .title {
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 15px;
}

.salon-access .access-information .attention {
    display: block;
    font-weight: bold;
    color: #d2506e;
    margin-top: 10px;
}

.salon-service {
    padding: 50px 30px 30px;
/*    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern05.jpg);*/
    background:#f2e7eb;
}

.salon-service h3 {
    color: #fff;
}

.salon-service h3 small {
    color: #43474e;
}

.salon-service .salon-service-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
}

.salon-service .salon-service-list li {
    width: 25%;
    margin-bottom: 40px;
    padding: 0 2.5%;
    text-align: center;
}

.salon-service .salon-service-list li .salon-service-icon {
    width: 100px;
    margin: 0 auto 10px;
}

.salon-service .salon-service-list li .list-title {
    display: block;
    background: #fff;
    font-weight: bold;
    padding: 4px 8px;
}

.salon-service .salon-service-list li p {
    margin-top: 12px;
    text-align: left;
}

/* リスト3カラムの時 */
.salon-service .salon-service-list.list-3column {
    max-width: 670px;
}

.salon-service .salon-service-list.list-3column li {
    width: 25%;
}
/* リスト3カラムの時ここまで */

/* リスト4カラムの時 */
.salon-service .salon-service-list.list-4column {
    max-width: 922px;
}

.salon-service .salon-service-list.list-4column li {
    width: 18%;
}
/* リスト4カラムの時ここまで */

.salon-staff {
    max-width: 960px;
    margin: 150px auto 100px;
    padding: 0 30px;
}

.salon-staff .salon-staff-title-img {
    width: 94px;
    margin: 0 auto 20px;
}

.salon-staff .salon-staff-read-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.salon-staff .salon-staff-read-wrap .salon-staff-read {
    font-size: 28px;
    font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    margin-bottom: 20px;
}

.salon-staff .salon-staff-read-wrap .salon-staff-text {
    line-height: 32px;
}

.salon-staff .salon-staff-information {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.salon-staff .salon-staff-information li {
    width: 48%;
    padding: 1%;
}

.salon-staff .salon-staff-information li .salon-staff-certification {
    display: inline-block;
    padding: 4px;
    margin-top: 5px;
    color: #fff;
    font-weight: bold;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/salon/sapporo/pink-ribbon-bg.png) no-repeat top center / cover;
}

.salon-staff .salon-staff-information li .salon-staff-name {
    display: block;
    font-size: 28px;
    margin: 15px 0;
    font-family: "Lato", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: -.08rem;
}

.salon-staff .salon-staff-information li .salon-staff-name .shop-name {
    font-size: 58%;
    letter-spacing: -.08rem;
}

.salon-staff .btn-wrap {
    margin-top: 80px;
}

.salon-staff .btn-wrap img {
    max-width: 255px;
}

.salon-voice {
    max-width: 960px;
    margin: 100px auto;
}

.salon-voice .salon-voice-contents {
    display: flex;
    justify-content: flex-end;
}

.salon-voice .salon-voice-contents .salon-voice-title-img {
    max-width: 194px;
    width: 20%;
    margin-right: -26px;
    z-index: 2;
}

.salon-voice .salon-voice-contents .salon-voice-bg {
    max-width: 764px;
    width: 80%;
    margin-top: 30px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern09.jpg);
    background-size: 250px;
}

.salon-voice .salon-voice-contents .salon-voice-scrollwrap {
    max-width: 730px;
    height: 472px;
    overflow-y: auto;
    margin: 50px 35px 50px 60px;
}

.salon-voice .salon-voice-contents .salon-voice-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px 0 30px;
}

.salon-voice .salon-voice-contents .salon-voice-list li {
    width: 46%;
    border-bottom: solid 3px #fff;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.salon-voice .salon-voice-contents .salon-voice-list li:not(:nth-child(2n)) {
    margin-right: 8%;
}

.salon-voice .salon-voice-contents .salon-voice-list .salon-voice-name {
    padding: 4px;
    display: block;
    text-align: center;
    background: #fff;
}

.salon-voice .salon-voice-contents .salon-voice-list p {
    font-size: 12px;
}

.salon-voice .salon-voice-contents .salon-voice-list .salon-voice-list-read {
    font-weight: bold;
    margin: 15px 0;
}

/* スクロールバー */
.mCSB_scrollTools {
    top: 14px;
    width: 22px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    width: 3px;
    bottom: 20px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #d3d3d3;
    width: 18px;
    height: 40px;
    border: solid 2px #fff;
    bottom: 14px;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #d3d3d3;
}

.salon-about .bg-white .information-list li:nth-child(1) .attention {
    font-weight: normal;
    letter-spacing: -.03rem;
}

.salon-about.is-retailers-nishinomiya .bg-white .information-list li:nth-child(2) {
    font-weight: bold;
}

.salon-about.is-retailers-nishinomiya .bg-white .information-list.sp li:nth-child(2) {
    margin-bottom: 15px;
}

/* 製品詳細ページ */
.price-main-text .charge {
  font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 7px 0;
}
.price-main-text .charge span {
  font-family: inherit;
}
.price-main-text-inner {
  padding: 50px 30px;
}
.point ul li span,
.point .size h4,
.makeup .makeup-under .makeup-under-right h4,
.customize-sub-title div,
.cut-contents-top .left-box li figcaption {
  font-weight: 300;
}
.point .size h4 span {
  font-weight: 400;
}
.cut-contents-bottom dt {
  font-size: 16px;
}
.price-option .option-list li dd:first-of-type .price {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.registered-trademark.is-5star {
  display: inline-block;
  font-size: 16px;
  bottom: 4px;
}
.price-option .price-spacing {
  letter-spacing: -.05rem;
}
.price-support .stickout-area h3,
.customize-size h5,
.customize-color p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
.price-support .price-support-free {
  display: inline-flex;
}
.price-support .price-support-attention {
  display: inline-block;
  font-size: 20px;
  padding-top: 5px;
}
.price-support .support-about dt {
  padding-bottom: 20px;
}
.price-support .support-info dl dt {
  padding-bottom: 30px;
}
.cut-contents-top .right-box p,
.cut-contents-bottom dd,
.price-option .option-list li dd:last-of-type,
.price-support .support-info dl dt,
.price-support .support-info dl dd {
  font-size: 16px;
  line-height: 1.7;
}

.cut-contents-top .right-box p {
    margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
    .salon-about {
        padding-top: 39.6%;
    }
}

@media screen and (max-width: 1120px) {
    .counseling-contents .counseling-about {
        height: 821px;
    }

    .counseling-contents .counseling-img {
        top: 320px;
    }

    .styling-contents .styling-about {
        height: 627px;
    }

    .styling-contents .styling-img {
        top: 130px;
    }

    .salon-about {
        padding-top: 45.6%;
    }
}

@media screen and (max-width: 1000px) {
    .counseling-contents .counseling-about {
        height: 942px;
    }

    .counseling-contents .counseling-img {
        top: 410px;
        width: 95%;
    }

    .styling-contents .styling-about {
        height: 955px;
    }

    .styling-contents .styling-img {
        top: 410px;
        width: 80%;
    }
}

@media screen and (max-width: 950px) {
    .salon-about {
        padding-top: 61.6%;
    }
}

@media screen and (max-width: 815px) {
    .counseling-contents .counseling-about {
        height: 843px;
    }

    .counseling-contents .counseling-about .about-text {
        right: 140px;
    }

    .styling-contents .styling-img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .salon-contents {
        margin: 0 auto;
    }

    .salon-contents .salon-title {
        margin-bottom: 40px;
    }

    .salon-contents .salon-title .en-title {
        max-width: inherit;
    }

    .salon-contents .salon-title span {
        margin-top: 20px;
        padding: 0 30px;
        letter-spacing: -1.5px;
        font-size: 24px;
    }

    .salon-contents .salon-heading {
        margin: 0 auto 40px;
    }

    .counseling-contents {
        margin-bottom: 62px;
    }

    .counseling-contents .counseling-about {
        display: flex;
        flex-wrap: wrap-reverse;
        padding: 0 30px;
        height: auto;
    }

    .counseling-contents .counseling-about .about-wrap {
        position: static;
    }

    .counseling-contents .counseling-about .about-text {
        position: static;
        margin-bottom: 5px;
    }

    .counseling-contents .counseling-about .about-text h3 {
        margin: 0 -18px 2px 20px;
        text-align: right;
    }

    .counseling-contents .counseling-about .about-text h3 img {
        max-width: 230px;
    }

    .counseling-contents .counseling-about .about-text h4 {
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 30px;
        text-align: center;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/salon/sapporo/counseling-bg_sp.png) no-repeat top right/ 230px;
        font-size: 24px;
    }

    .counseling-contents .counseling-img {
        position: static;
        width: 100%;
    }

    .styling-contents {
        margin: 0 auto 80px;
    }

    .styling-contents .styling-about {
        display: flex;
        flex-wrap: wrap-reverse;
        padding: 0 30px;
        height: auto;
    }

    .styling-contents .styling-about .about-wrap {
        position: static;
    }

    .styling-contents .styling-about .about-text {
        position: static;
        margin-bottom: 30px;
    }

    .styling-contents .styling-about .about-text h3 {
        margin: 0 20px 4px -18px;
    }

    .styling-contents .styling-about .about-text h3.is-margin {
        margin: 0 20px 18px -18px;
    }

    .styling-contents .styling-about .about-text h3 img {
        max-width: 240px;
    }

    .styling-contents .styling-about .about-text h4 {
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 45px;
        text-align: center;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/salon/sapporo/styling-bg_sp.png) no-repeat top left/ 230px;
        font-size: 24px;
    }

    .styling-contents .styling-img {
        position: static;
        width: 100%;
    }

    .salon-about {
        padding: 0;
        height: 644px;
    }

    .salon-about .bg-white {
        top: auto;
        bottom: 30px;
        right: 50%;
        transform: translateX(50%);
        width: 70%;
    }

    .salon-about .bg-white .phone-cont .phone-number {
        text-align: left;
        font-size: 7vw;
        white-space: nowrap;
    }

    .salon-about .bg-white .phone-cont .phone-date {
        text-align: left;
        font-size: 12px;
    }

    .salon-about .bg-white .information-list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .salon-about.is-retailers-nishinomiya .bg-white .information-list.sp {
        font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    }
    .salon-about.is-retailers-nishinomiya .bg-white .information-list.sp li:first-child {
        text-align: center;
        font-size: 7vw;
        white-space: nowrap;
    }
    .salon-about.is-retailers-nishinomiya .bg-white .information-list.sp li:nth-child(2){
        font-size: 4vw;
        font-weight: normal;
    }
    .salon-about.is-retailers-nishinomiya .bg-white .information-list li:nth-child(1) .attention {
        font-size: 4vw;
        line-height: 1.6;
    }
    .salon-access {
        margin: 50px 0;
    }

    h3.salon-font {
        font-size: 50px;
    }

    .salon-access .salon-map {
        padding-bottom: 93.25%;
    }

    .salon-access .access-information {
        padding: 0 30px;
    }

    .salon-access .access-information .title {
        line-height: 1.5;
    }

    .salon-access .access-information p {
        text-align: left;
    }

    .salon-access .access-information .attention {
        font-size: 14px;
    }

    .salon-service .salon-service-list {
        justify-content: space-between;
    }

    .salon-service .salon-service-list li {
        padding: 0;
        width: 48%;
    }

    .salon-service .salon-service-list li:not(:last-child) {
        margin-bottom: 40px;
    }

    .salon-service .salon-service-list li .list-title {
        display: inline-block;
        min-width: 80%;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .salon-service .salon-service-list li .list-title.is-coin {
        font-size: 15px;
    }

    .salon-service .salon-service-list li p {
        text-align: center;
        font-size: 12px;
    }

    .salon-service .salon-service-list li .pc-none {
        display: inline-block;
    }

    .salon-service .salon-service-list.list-3column li,
    .salon-service .salon-service-list.list-4column li {
        width: 48%;
    }

    .salon-staff {
        margin: 50px auto;
    }

    .salon-staff .salon-staff-title-img {
        margin: 0 auto 10px;
    }

    .salon-staff .salon-staff-read-wrap {
        margin-bottom: 10px;
    }

    .salon-staff .salon-staff-read-wrap .salon-staff-read {
        font-size: 25px;
    }

    .salon-staff .salon-staff-read-wrap .salon-staff-text {
        text-align: left;
    }

    .salon-staff .salon-staff-information {
        flex-wrap: wrap;
    }

    .salon-staff .salon-staff-information li {
        width: 100%;
        padding: 0;
    }

    .salon-staff .salon-staff-information li:not(:last-child) {
        margin-bottom: 50px;
    }

    .salon-staff .salon-staff-information li .salon-staff-certification {
        padding: 4px 6px;
        background: #e85298;
    }

    .salon-staff .salon-staff-information li .salon-staff-name {
        font-size: 24px;
        margin: 10px 0 5px;
    }

    .salon-staff .salon-staff-information li .salon-staff-text {
        font-weight: normal;
        font-size: 16px;
    }

    .salon-staff .btn-wrap {
        margin-top: 35px;
    }

    .salon-voice {
        margin: 60px auto;
    }

    .salon-voice .salon-voice-contents {
        display: block;
    }

    .salon-voice .salon-voice-contents .salon-voice-title-img,
    .salon-voice .salon-voice-contents .salon-voice-bg,
    .salon-voice .salon-voice-contents .salon-voice-list li {
        width: 100%;
    }

    .salon-voice .salon-voice-contents .salon-voice-title-img {
        max-width: 164px;
        margin-left: 30px;
    }

    .salon-voice .salon-voice-contents .salon-voice-scrollwrap {
        margin: 20px 10px;
    }

    .salon-voice .salon-voice-contents .salon-voice-bg {
        margin-top: -13px;
        padding: 20px 0;
    }

    .salon-voice .salon-voice-contents .salon-voice-list li {
        border-bottom: none;
    }

    .salon-voice .salon-voice-contents .salon-voice-list li:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .salon-voice .salon-voice-contents .salon-voice-list .salon-voice-name {
        font-weight: bold;
    }

    .salon-voice .salon-voice-contents .salon-voice-list p {
        font-size: 16px;
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 10px;
        height: 25px;
    }

    .mCSB_scrollTools {
        right: 25px;
    }

    .salon-about .bg-white .phone-cont .attention {
        margin-bottom: 20px;
        text-align: left;
        font-size: 12px;
        line-height: 1.6;
    }

    .salon-about .bg-white .information-list li .attention {
        margin-top: 0;
    }

    /* SP版製品詳細ページ */
    .price-main-text-inner {
        padding: 20px 15px 50px;
    }
    .price-option-inner h3,
    .price-support-inner h3 {
      font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    }
    .price-support .price-support-attention {
      font-size: 16px;
      padding-top: 3px;
    }
    .price-support .support-about dt {
      padding-bottom: 15px;
    }
    .price-support .support-info dl dt {
      padding-bottom: 10px;
    }

    .price-main-text .charge {
        margin: 15px 0 10px;
        padding: 0;
    }
}


/**
 * Reservation
 **/
.reservation-contents {
    margin: 70px auto;
    text-align: center;
    color: #43474E;
}

.reservation-contents .reservation-heading {
    max-width: 960px;
    margin: 0 auto;
}

.reservation-contents .reservation-title {
    margin-bottom: 87px;
}

.reservation-contents .reservation-title span {
    display: block;
}

.reservation-contents .reservation-title .ja-title {
    letter-spacing: 3px;
    font-size: 28px;
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    margin-top: 30px;
}

.reservation-contents .reservation-title .en-title {
    max-width: 625px;
    margin: 0 auto;
}
.reservation-contents .reservation-step {
    max-width: 960px;
    margin: 0 auto;
}
.reservation-contents .reservation-step .reservation-step-title {
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 70px;
    padding: 0 15px;
    font-size: 22px;
    line-height: 2;
}

.reservation-contents .reservation-step .reservation-step-title small {
    font-size: 16px;
}

.reservation-contents .reservation-step .reservation-step-image {
    margin: 0 6vw;
}
.reservation-contents .reservation-step .reservation-step-contents {
    display: flex;
    justify-content: center;
    margin: 0 10px
}
.reservation-contents .reservation-step .reservation-step-contents .reservation-step-number {
    width: 30%;
}
.reservation-contents .reservation-step .reservation-step-contents .reservation-step-number .reserve-step-img {
    position: relative;
    height: 171px;
    margin: 0 auto;
}
.reservation-contents .reservation-step .reservation-step-contents .reservation-step-number .reserve-step-img img {
    height: 100%;
}
.reservation-contents .reservation-step .reservation-step-contents .reservation-step-number h4 {
    font-size: 28px;
    font-weight: normal;
    height: 90px;
    line-height: 1.3;
    margin-top: 20px;

}
.reservation-contents .reservation-step .reservation-step-contents .reservation-step-number p {
    text-align: left;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.reservation-contents .reservation-step .reservation-step-contents .reservation-step-number .contact-time span {
    font-size: 15px;
}
.reservation-contents .reservation-step .reservation-step-contents .reservation-step-number p:first-of-type {
    margin-bottom: 10px;
}
.reservation-contents .pc-font-bold {
    margin-bottom: 20px;
    font-weight: bold;
}
.reservation-contents .font-bold {
    font-weight: bold;
}

.reservation-contents .reservation-step .reservation-step-contents .reservation-step-arrow {
    width: 5%;
}

.reservation-cocoro {
    background: #eeeeee;
    margin: 95px auto 80px;
    padding: 45px 0;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);
}

.reservation-cocoro .reservation-cocoro-title {
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.reservation-cocoro .reservation-cocoro-link {
    max-width: 340px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.reservation-cocoro .reservation-cocoro-link:hover {
    opacity: 0.7;
}

.reservation-attention {
/*    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern05.jpg);*/
    background:#f2e7eb;
    background-size: 190px;
    margin-bottom: 90px;
}

.input-form-wrap {
    padding: 0 30px;
}

.input-form-wrap .input-form-image {
    max-width: 960px;
    margin: 0 auto 30px;
}

.input-form-wrap .input-form-image img {
    max-width: 300px;
    /*max-width: 155px;*/
}

.reservation-attention .reservation-attention-inner {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.reservation-attention .reservation-attention-title {
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    width: 85%;
    margin: 0 auto;
    padding: 60px 0 20px;
}

.reservation-attention .reservation-attention-title small {
    display: block;
    margin-top: 10px;
}

.reservation-attention .reservation-attention-contents {
    text-align: left;
    margin: 0 auto;
    width: 60%;
    padding-left: 22%;
    padding-bottom: 30px;
}

.reservation-attention .reservation-attention-inner .reservation-attention-contents2 {
    width: 95%;
    text-align: left;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {

}

@media screen and (max-width: 767px) {
    .reservation-contents {
        margin: 0 auto;
    }
    .reservation-contents .reservation-title {
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .reservation-contents .reservation-title .en-title{
        max-width: 100%;
    }
    .reservation-contents .reservation-title .ja-title {
        font-size:22px;
    }
    .reservation-contents .reservation-step .reservation-step-title {
        margin-bottom: 40px;
        line-height: 30px;
    }
    .reservation-contents .reservation-step .reservation-step-title small {
        font-size: 65%;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number p:first-of-type {
        margin-bottom: 5px;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number p br{
        display: none;
    }
    .reservation-contents .pc-font-bold {
        font-weight: normal;
    }
    .reservation-contents .sp-small {
        font-size: 75%;
    }
    .reservation-contents .reservation-step .reservation-step-contents {
        display: block;
        margin: 0;
        padding: 0 30px;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-arrow {
        padding: 50px 0;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-arrow,
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number {
        width: 100%;
        font-size: 16px;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number .reserve-step-img {
        height: auto;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number:not(:last-child) .reserve-step-img::after {
        display: none;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number img {
        margin: 0 auto;
        width: 30%;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-arrow img {
        margin: 0 auto;
        width: 24px;
    }
    .reservation-contents .reservation-step .reservation-step-contents .reservation-step-number h4 {
        height: auto;
        margin-bottom: 20px;
    }
    .reservation-cocoro {
        margin: 75px auto;
        padding: 50px 0;
    }
    .reservation-cocoro .reservation-cocoro-title {
        width: 70%;
    }

    /* .reservation-cocoro .reservation-cocoro-link {
        width: 70vw;
    } */

    .reservation-attention .reservation-attention-title small {
        font-weight: normal;
        font-size: 14px;
    }
    .reservation-attention .reservation-attention-contents {
        font-size: 16px;
        width: 100% !important;
        padding: 0 30px 20px !important;
        box-sizing: border-box;
    }
    .reservation-attention .reservation-attention-contents2 {
        font-size: 14px;
    }
    .reservation-attention .reservation-attention-inner {
        padding-bottom: 45px;
    }
    .reservation-attention .reservation-attention-inner .reservation-attention-contents2 {
        width: 100% !important;
        padding: 0 30px 20px !important;
        box-sizing: border-box;
    }
    .reservation-attention .reservation-attention-contents,
    .reservation-attention .reservation-attention-contents2 {
        width: 90%;
        padding-left: 0;
        text-align: left;
        margin: 0 auto;
    }

    .input-form-wrap .input-form-image {
        width: 70%;
        margin: 0 auto 30px;
    }

    .input-form-wrap .input-form-image img {
        max-width: 100%;
    }

}


/**
 * aboutus
 */
.about-container .default-mv-wrap {
    height: 375px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/main-bg.jpg) no-repeat center/ cover;
}

.aboutus-content-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.aboutus-content-title .jp-title{
    padding-left: 45px;
    line-height: 2;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.onestep-thought {
    padding: 70px 30px 90px;
}

.thought-title .sp-none,
.thought-title .pc-none {
    margin-bottom: 5px;
    text-align: center;
}

.thought-title .onestep-thought-image {
    max-width: 120px;
}

.thought-title .head {
    display: block;
    max-width: 120px;
    margin: 0 auto 40px;
    padding-bottom: 10px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/border.jpg) no-repeat center bottom / contain;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.thought-title .main {
    display: block;
    margin-bottom: 36px;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
}

.onestep-thought .thought-about {
    max-width: 700px;
    margin: 0 auto;
}

.onestep-thought .thought-about .is-bold {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
}

.onestep-thought .thought-about p .registration{
    bottom: 2px;
    font-size: 14px;
}

.onestep-thought .thought-about p:last-of-type {
    font-size: 16px;
    line-height: 2;
}

@media screen and (max-width: 767px) {
    .default-mv-wrap {
        height: 212px;
        background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/main-bg-sp.jpg);
    }

    .default-mv-wrap .default-mv-title {
        width: inherit;
    }

    .default-mv-wrap .default-mv-title .default-mv-img {
        max-width: 290px;
        margin: 0 auto;
    }

    .about-container .default-mv-wrap {
        height: 210px;
        background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/main-bg-sp.jpg);
    }

    .thought-title .pc-none {
        margin-bottom: 17px;
    }

    .thought-title .head {
        padding-bottom: 5px;
    }

    .thought-title .onestep-thought-image {
        max-width: 100%;
    }

    .thought-title .main {
        font-size: 27px;
        margin-bottom: 17px;
    }

    .onestep-thought {
        padding-top: 60px;
        padding-bottom: 65px;
    }

    .onestep-thought .thought-about .is-bold {
        margin-bottom: 10px;
    }

    .onestep-thought .thought-about p:last-of-type {
        line-height: 1.875;
    }
}
.onestep-quality {
    position: relative;
    padding: 100px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/quality-bg.png) no-repeat top right / 100%;
    background-color: #F3F4F6;
}

.onestep-quality .wrap {
    box-sizing: border-box;
    max-width: 990px;
    margin: 0 auto 50px;
    padding: 0 30px;
}

.onestep-quality .wrap .aboutus-content-title {
    margin-bottom: 15px;
}

.onestep-quality .wrap .aboutus-content-title .en-title {
    max-width: 360px;
}

.onestep-quality .wrap .top-contents {
    box-sizing: border-box;
    max-width: 800px;
    padding: 60px 70px 65px;
    background: rgba(255, 255, 255, 0.8);
}

.onestep-quality .wrap .top-contents .quality-about dt {
    margin-bottom: 20px;
    font-size: 28px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.8;
}

.onestep-quality .wrap .top-contents .quality-about dd {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.7;
}

.onestep-quality .specification-list {
    display: flex;
    justify-content: space-between;
}

.onestep-quality .specification-list li {
    width: 48%;
}

.onestep-quality .specification-list li figure {
    padding-bottom: 15px;
}

.onestep-quality .specification-list li .content dt {
    display: inline;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
}

.onestep-quality .specification-list li .content dt span {
    padding: 3px;
    background: #43474e;
}

.onestep-quality .specification-list li .content dd {
    padding-top: 10px;
    line-height: 1.7;
}

.onestep-quality .specification-list li .content .attention {
    display: block;
    padding-top: 5px;
    font-size: 12px;
}

.onestep-quality .bottom-contents {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.onestep-quality .bottom-contents .left-box {
    position: absolute;
    top: 68px;
    left: 0;
    width: 39.5%;
}

.onestep-quality .bottom-contents .right-box {
    padding-left: 37%;
}

.onestep-quality .bottom-contents .right-box dl {
    padding: 55px 60px 50px 70px;
    background: rgba(255, 255, 255, 0.8);
}

.onestep-quality .bottom-contents .right-box dt {
    margin-bottom: 20px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 28px;
    line-height: 1.8;
}

.onestep-quality .bottom-contents .right-box dd {
    font-size: 16px;
    line-height: 2;
}

.onestep-quality .bottom-contents .right-box dd ul {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #000;
    margin-bottom: 20px;
    font-weight: bold;
}

.onestep-quality .bottom-contents .right-box dd ul li .registration{
    bottom: 0px;
    font-size: 14px;
}

.registration.is-concept {
    bottom: 5px;
    font-size: 20px;
}
@media screen and (max-width: 767px) {
    .onestep-quality {
        padding: 30px 0 0;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/quality-bg-sp.png) no-repeat top 80px right / 100%;
        background-color: #F3F4F6;
    }

    .onestep-quality .wrap {
        padding: 0;
    }

    .onestep-quality .wrap .aboutus-content-title {
        margin-bottom: 30px;
    }

    .aboutus-content-title {
        flex-wrap: wrap;
        justify-content: center !important;
    }

    .onestep-quality .wrap .aboutus-content-title .en-title {
        max-width: 240px;
    }


    .aboutus-content-title .jp-title {
        width: 100%;
        padding-left: 0;
        line-height: 1.875;
        text-align: center;
    }

    .onestep-quality .wrap .top-contents {
        padding: 40px 30px 45px;
    }

    .onestep-quality .wrap .top-contents .quality-about dt {
        font-size: 20px;
        text-align: center;
    }

    .onestep-quality .specification-list {
        flex-wrap: wrap;
    }

    .onestep-quality .specification-list li {
        width: 100%;
    }

    .onestep-quality .specification-list li.is-margin {
        margin-bottom: 45px;
    }

    .onestep-quality .specification-list li figure {
        padding-bottom: 17px;
    }

    .onestep-quality .specification-list li .content dd {
        padding-top: 13px;
    }

    .onestep-quality .specification-list li .content .attention {
        padding-top: 7px;
        line-height: 1.875;
    }
    .onestep-quality .bottom-contents .right-box {
        padding: 0;
    }

    .onestep-quality .bottom-contents .right-box dl {
        padding: 45px 30px 25px;
    }

    .onestep-quality .bottom-contents .right-box dt {
        font-size: 20px;
        text-align: center;
        line-height: 1.8;
    }

    .onestep-quality .bottom-contents .right-box dd {
        line-height: 1.7;
    }
    .onestep-quality .bottom-contents .right-box dd figure {
        padding-top: 30px;
    }

    .onestep-quality .bottom-contents .right-box dd ul {
        margin-top: 15px;
        margin-bottom: 25px;
        padding: 15px 20px;
        line-height: 1.875;
        letter-spacing: -0.6px;
    }
}

#onestep-support {
    margin-bottom: -70px;
}

.onestep-support {
    position: relative;
    padding: 100px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/supprt-bg.png) no-repeat top left / 100%;
    background-color: #E2F0F3;
}

.onestep-support .wrap {
    box-sizing: border-box;
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
}

.onestep-support .wrap .aboutus-content-title {
    justify-content: flex-end;
    margin-bottom: 28px;
}

.onestep-support .wrap .aboutus-content-title .en-title {
    max-width: 390px;
}

.onestep-support .wrap .support-contents {
    box-sizing: border-box;
    max-width: 800px;
    padding: 55px 70px 55px 65px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.8);
}

.onestep-support .wrap .support-contents dt {
    margin-bottom: 20px;
    font-size: 28px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.8;
}

.onestep-support .wrap .support-contents dt .free {
    font-size: 16px;
}

.onestep-support .wrap .support-contents dd {
    font-size: 16px;
    line-height: 1.7;
}

.onestep-support .wrap .support-contents dd figure {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {

    #onestep-support {
        margin-bottom: -50px;
    }

    .onestep-support {
        padding: 44px 0 50px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/supprt-bg-sp.png) no-repeat top left / 100%;
        background-color: #E2F0F3;
    }

    .aboutus-content-title {
        margin-bottom: 30px;
    }

    .onestep-support .wrap {
        margin-bottom: 0;
        padding: 0;
    }

    .onestep-support .wrap .aboutus-content-title {
        margin-bottom: 37px;
    }

    .onestep-support .wrap .aboutus-content-title .en-title {
        max-width: 260px;
    }

    .onestep-support .wrap .support-contents {
        padding: 40px 30px 25px;
    }

    .onestep-support .wrap .support-contents dd {
        line-height: 1.7;
    }
    .onestep-support .wrap .support-contents dt {
        font-size: 20px;
        text-align: center;
        line-height: 1.8;
        letter-spacing: -2px;
    }

    .onestep-support .wrap .support-contents dd figure {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

#onestep-staff {
    padding-top: 70px;
    margin-bottom: -70px;
}

.onestep-staff {
    padding: 100px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/staff-bg.jpg) no-repeat top center / cover;
}

.onestep-staff .wrap {
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.onestep-staff .wrap .aboutus-content-title {
    margin-bottom: 41px;
}

.onestep-staff .wrap .aboutus-content-title .en-title {
    max-width: 275px;
}

.onestep-staff .wrap .staff-contents {
    position: relative;
}

/* .onestep-staff .wrap .staff-contents .left-box {
    padding-right: 27.25%;
} */

.onestep-staff .wrap .staff-contents .left-box dl {
    box-sizing: border-box;
    padding: 60px 70px;
    background: rgba(255, 255, 255, 0.8);
}

.onestep-staff .wrap .staff-contents dt {
    margin-bottom: 20px;
/*    font-size: 28px;*/
    font-size: 20px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.8;
}

.onestep-staff .wrap .staff-contents dd {
    padding-right: 50%;
    font-size: 16px;
    line-height: 1.7;
}

.onestep-staff .wrap .staff-contents .right-box {
    position: absolute;
    right: 45px;
    top: 285px;
    width: 40%;
}


@media screen and (max-width: 767px) {
    #onestep-staff {
        padding-top: 50px;
        margin-bottom: -50px;
    }

    .onestep-staff {
        padding: 44px 0 50px;
    }

    .onestep-staff .wrap {
        margin-bottom: 0;
        padding: 0;
    }

    .onestep-staff .wrap .aboutus-content-title {
        margin-bottom: 37px;
    }

    .onestep-staff .wrap .aboutus-content-title .en-title {
        max-width: 180px;
    }

    .onestep-staff .wrap .staff-contents dd {
        padding-right: 0;
    }

    .onestep-staff .wrap .staff-contents .right-box {
        position: static;
        width: 100%;
        padding: 15px 30px 50px;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 0.8);
    }

    .onestep-staff .wrap .staff-contents .left-box {
        padding-right: 0;
    }

    .onestep-staff .wrap .staff-contents .left-box dl {
        padding: 40px 30px 15px;
    }

    .onestep-staff .wrap .staff-contents dt {
        font-size: 20px;
        text-align: center;
        line-height: 1.8;
        margin-bottom: 20px;
    }
}

#onestep-salon {
    padding-top: 70px;
}

.onestep-salon {
    padding: 100px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/aboutus/salon-bg.jpg) no-repeat top center / cover;
}

.onestep-salon a:hover{
    opacity: 0.7;
}

.onestep-salon .wrap {
    box-sizing: border-box;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.onestep-salon .wrap .aboutus-content-title {
    margin-bottom: 45px;
    justify-content: flex-end;
}

.onestep-salon .wrap .aboutus-content-title .en-title {
    max-width: 290px;
}

.onestep-salon .wrap .aboutus-salon-contents {
    position: relative;
}

.onestep-salon .wrap .aboutus-salon-contents .right-box {
    padding-left: 40%;
}

.onestep-salon .wrap .aboutus-salon-contents .right-box dl {
    box-sizing: border-box;
    padding: 60px 70px 55px;
    background: rgba(255, 255, 255, 0.8);
}

.onestep-salon .wrap .aboutus-salon-contents dt {
    margin-bottom: 20px;
/*    font-size: 28px;*/
    font-size:20px;
    font-family : 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    line-height: 1.8;
}

.onestep-salon .wrap .aboutus-salon-contents .right-text {
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.7;
}

.onestep-salon .wrap .aboutus-salon-contents .left-box {
    position: absolute;
    left: -20px;
    bottom: -70px;
    width: 44%;
}

.onestep-salon .wrap .aboutus-salon-contents .salon-btn {
    display: block;
    /* max-width: 245px; */
    margin: 25px auto 0;
}

@media screen and (max-width: 767px) {

    #onestep-salon {
        padding-top: 50px;
    }

    .onestep-salon {
        padding: 46px 0 50px;
    }

    .onestep-salon .wrap {
        margin-bottom: 0;
        padding: 0;
    }

    .onestep-salon .wrap .aboutus-content-title {
        margin-bottom: 37px;
    }

    .onestep-salon .wrap .aboutus-content-title .en-title {
        max-width: 200px;
    }

    .onestep-salon .wrap .aboutus-salon-contents .right-box dl {
        padding: 40px 30px 50px;
    }

    .onestep-salon .wrap .aboutus-salon-contents dt {
        font-size: 20px;
        text-align: center;
        line-height: 1.8;
    }

    .onestep-salon .wrap .aboutus-salon-contents dd {
        line-height: 1.7;
    }

    .onestep-salon .wrap .aboutus-salon-contents dd figure{
        margin-top: 30px;
    }

    .onestep-salon .wrap .aboutus-salon-contents .right-box {
        padding-left: 0;
    }

    .onestep-salon .wrap .aboutus-salon-contents .left-box {
        position: static;
    }
}
@media screen and (min-width:768px) and ( max-width:1024px){
.onestep-staff .wrap .staff-contents dt{font-size: 20px !important;}
.onestep-salon .wrap .aboutus-salon-contents dt{font-size: 20px !important;}
.onestep-salon .wrap .aboutus-salon-contents .left-box{top:0;}
}

.cart-container {
    padding: 100px 0;
    border-top: 10px solid #34373d;
    border-bottom: 10px solid #34373d;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);
}

.cart-container .purchase-flow {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.cart-container .cart-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/cart-border.png) repeat-x bottom center;
}

.cart-container .purchase-flow p {
    margin-bottom: 20px;
}

.cart-container .cart-title .sub {
    display: block;
font-size: 14px;
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.cart-container .cart-title .main {
    display: block;
    font-size: 38px;
    font-weight: normal;
}

.cart-container .purchase-flow-btn {
    display: block;
    max-width: 320px;
    margin: 20px auto 0;
}
.cart-container .product-order-wrap .purchase-flow-btn {
    display: none;
}

.cart-container .cart-area {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 150px;
    text-align: center;
}

.cart-container .cart-area .product-detail {
    display: flex;
    margin-bottom: 50px;
}

.cart-container .cart-area .product-detail .product-order-wrap{
    width: 50%;
    padding-left: 60px;
    padding-right: 50px;
}

.cart-container .cart-area .product-detail .left-box,
.cart-container .cart-area .product-detail .right-box {
    width: 50%;
    padding-left: 50px;
}

.cart-container .cart-area .product-detail .left-box dt {
    text-align: center;
}

.cart-container .cart-area .product-detail .left-box dt span {
    display: block;
}

.cart-container .cart-area .product-detail figure {
    margin-bottom: 20px;
}

.cart-container .cart-area .product-detail .left-box .size .size-list .size-list-left {
    margin-bottom: 7px;
}

.size-list-left img {
    width: 100%;
    vertical-align: bottom;
}

.size-img {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.size-img img {
    width: 50%;
    box-sizing: border-box;
}

.size-img img:first-child {
    padding-right: 5px;
}

.size-img img:last-child {
    padding-left: 5px;
}

.cart-container .cart-area .product-detail .left-box dt .cat {
    display: inline-block;
    background: #000;
    margin-bottom: 10px;
    padding: 2px 15px;
    color: #fff;
    font-size: 12px;
}

.cart-container .cart-area .product-detail .left-box dt .title {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.cart-container .cart-area .product-detail .left-box dt .charge {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
}

.cart-container .cart-area .product-detail .left-box dt .charge span {
    font-size: 12px;
}

.cart-container .cart-area .product-detail .left-box table {
    border: 2px solid #808080;
    width: 100%;
}

.cart-container .cart-area .product-detail .left-box table th {
    width: 35%;
    padding: 5px 10px;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    background: #fff;
}

.cart-container .cart-area .product-detail .left-box table td {
    width: 65%;
    padding: 5px 10px 5px 25px;
    text-align: left;
    border-bottom: 2px solid #808080;
    font-weight: bold;
    line-height: 1.5em;
    background: #fff;
}

.cart-container .cart-area .product-detail .right-box {
    width: 100%;
    padding-left: 0;
    text-align: left;
}

.cart-container .cart-area .product-detail .right-box form br {
    display: none;
}

.cart-container .cart-area .product-detail .right-box label {
    display: block;
    padding-bottom: 8px;
    font-weight: bold;
}

.cart-container .cart-area .product-detail .right-box select {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 30px;
    margin-bottom: 30px;
    padding: 5px 15px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/select-arrow.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    font-size: 14px;
}

.cart-container .cart-area .product-detail .right-box select::-ms-expand {
    display: none;
}

.cart-container .cart-area .product-detail .right-box textarea {
    display: block;
    width: 92%;
    resize: none;
    max-width: 100%;
    height: 30px;
    margin-bottom: 30px;
    padding: 5px 15px;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    font-size: 14px;
}

.cart-container .cart-area .product-detail .right-box textarea::-ms-expand {
    display: none;
}

.cart-container .cart-area .product-detail .right-box .quantity-area {
    display: flex;
    flex-wrap: wrap;
}

.cart-container .cart-area .product-detail .right-box .quantity-area label {
    width: 100%;
}

.cart-container .cart-area .product-detail .right-box .quantity-area input[type="text"] {
    padding: 6px 15px;
    border: none;
    font-size: 14px;
    width: 60px;
}

.cart-container .cart-area .product-detail .right-box .quantity-area input[type="submit"] {
    padding: 7px 15px;
    border: none;
    color: transparent;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/price/cart-btn.png) center/113px;
}

.cart-container .cart-area .product-detail .right-box .quantity-area input[type="submit"]:hover {
    opacity: 0.7;
}

.cart-container .internet-flow-btn {
    display: block;
    max-width: 325px;
    margin: 70px auto 0;
}

.cart-container .internet-flow-btn:hover {
    opacity: 0.7;
}

.lb-nav {
    height: 650px;
}

@media screen and (max-width: 767px) {
    .cart-container {
        padding: 40px 30px 50px;
    }

    .cart-container .purchase-flow {
        margin-bottom: 100px;
    }

    .cart-container .purchase-flow p {
        text-align: left;
    }

    .cart-container .cart-title {
        margin-bottom: 20px;
    }

    .cart-container .cart-title .main {
        font-size: 24px;
    }

    .cart-container .cart-area .product-detail {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .cart-container .cart-area .product-detail .left-box,
    .cart-container .cart-area .product-detail .right-box {
        width: 100%;
        padding: 15px 0;
    }

    .cart-container .cart-area .product-detail .left-box .size .size-list .size-list-left {
        margin-bottom: 5px;
    }

    .size-list-left img {
        width: 100%;
        vertical-align: bottom;
    }

    .size-img img:first-child {
        padding-right: 3px;
    }

    .size-img img:last-child {
        padding-left: 3px;
    }

    .cart-container .cart-area .product-detail .right-box select {
        height: 35px;
    }

    .cart-container .cart-area .product-detail .right-box .quantity-area input[type="text"] {
        padding: 9px 15px;
    }

    .cart-container .cart-area .product-detail .right-box .quantity-area input[type="submit"]{
        margin-left: 10px;
    }

    .cart-container .cart-area .product-detail .product-order-wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .cart-container .product-order-wrap .purchase-flow-btn {
        display: block;
        margin-top: 0;
    }
    .cart-container .internet-flow-btn {
        max-width: 255px;
        margin: 40px auto;
    }

    .lightbox {
        max-width: 250px;
    }

    .lb-outerContainer {
        width: 255px !important;
        height: 255px !important;
    }

    .lightbox .lb-image {
        width: 100% !important;
        height: auto !important;
    }

    .lb-nav {
        height: 250px;
    }

    .global-header-nav {
        display: none;
    }

    .cart-container .cart-area .product-detail .left-box table th {
        padding: 5px;
    }
}

.fadeinOrder {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: all 1500ms;
}

.fadeinOrderUp1 {
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    transition: all 500ms;
}

.fadeinOrderUp2 {

    opacity: 0;
    transform: translate3d(0, -150px, 0);
    transition: all 3000ms;
}

.fadeinOrder.scrollin {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/**
 * anticancer
 */
.fivestar-support-flow {
    padding: 60px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);
}

.fivestar-support-flow .title {
    margin-bottom: 50px;
    padding: 5px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/title-bg.png) center;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
}

.fivestar-support-flow .scroll-wrap {
    overflow-x: auto;
}

.fivestar-support-flow .title span {
    position: relative;
    bottom: 2px;
    font-size: 22px;
}

.fivestar-support-flow .flow-about {
    width: 1100px;
    margin: 0 auto 10px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

.fivestar-support-flow .flow-about span {
    font-size: 12px;
}

.fivestar-support-flow .flow-contents {
    width: 1100px;
    margin: 0 auto;
    padding: 270px 0 160px;
    overflow-x: auto;
}

.flow-contents .wrapper {
    position: relative;
    width: 960px;
    margin: 0 auto;
    /* top: 750px;
      transform: rotate(90deg); */
}

.flow-contents .hrizonl {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    /* background: #000 url(https://www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/css/line_cancer.jpg) left center; */
    background: #c5395b;
    /* transform: rotateX(90deg); */
}

.flow-contents .hrizonlW {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    content: '';
}

.flow-contents  .wrapper a {
    position: absolute;
    top: -10px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow-point.png) no-repeat center/contain;
    transition: all 0.3s;
    opacity: 0;
}

.flow-contents .wrapper a > span {
    transition: all 0.3s;
    opacity: 0;
}

.flow-contents .wrapper a:hover {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow-point-hover.png) no-repeat center/contain;
}

.flow-contents .wrapper .schedule-point {
    position: absolute;
    top: -7px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule-point.png) no-repeat center/contain;
    transition: all 0.3s;
    opacity: 0;
}

.flow-contents .wrapper .schedule-point span {
    content: '';
    position: absolute;
    bottom: 20px;
    display: block;
    transition: all 0.3s;
    opacity: 0;
}

.flow-contents .wrapper .step1 {
    left: 0;
}

.flow-contents .wrapper .step2 {
    left: 100px;
}

.flow-contents .wrapper .step3 {
    left: 150px;
}

.flow-contents .wrapper .step4 {
    left: 280px;
}

.flow-contents .wrapper .step5 {
    left: 350px;
}

.flow-contents .wrapper .step6 {
    left: 440px;
}

.flow-contents .wrapper .step7 {
    right: 400px;
}

.flow-contents .wrapper .step8 {
    right: 320px;
}

.flow-contents .wrapper .step9 {
    right: 200px;
}

.flow-contents .wrapper .step10 {
    right: 100px;
}

.flow-contents .wrapper .step11 {
    right: 0;
}

.flow-contents .step1 .schedule01 {
    content: '';
    position: absolute;
    left: -55px;
    bottom: 28px;
    display: block;
    width: 135px;
    height: 155px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule01.png) no-repeat center/contain;
    opacity: 0;
}

.flow-contents .step1 .flow01 {
    content: '';
    position: absolute;
    left: -35px;
    top: 25px;
    display: block;
    width: 115px;
    height: 85px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow01.png) no-repeat center/contain;
    opacity: 0;
}

.flow-contents .step1:hover .flow01 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow01-hover.png) no-repeat center/contain;
}

.flow-contents .step2 .flow02 {
    content: '';
    position: absolute;
    left: -13px;
    top: 25px;
    display: block;
    width: 115px;
    height: 85px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow02.png) no-repeat center/contain;
    opacity: 0;
}

.flow-contents .step2:hover .flow02 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow02-hover.png) no-repeat center/contain;
}

.flow-contents .step3 .flow03 {
    content: '';
    position: absolute;
    right: -20px;
    bottom: 20px;
    display: block;
    width: 115px;
    height: 85px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow03.png) no-repeat center/contain;
    opacity: 0;
}

.flow-contents .step3:hover .flow03 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow03-hover.png) no-repeat center/contain;
}

.flow-contents .step4 .schedule02,
.flow-contents .step6 .schedule03 {
    left: -45px;
    width: 110px;
    height: 125px;
}

.flow-contents .step4 .schedule02 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule02.png) no-repeat center/contain;
}

.flow-contents .step5 .flow04 {
    content: '';
    position: absolute;
    left: -54px;
    top: 25px;
    display: block;
    width: 115px;
    height: 85px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow04.png) no-repeat center/contain;
}

.flow-contents .step5:hover .flow04 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow04-hover.png) no-repeat center/contain;
}

.flow-contents .step6 .schedule03 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule03.png) no-repeat center/contain;
}

.flow-contents .step7 .flow05 {
    content: '';
    position: absolute;
    left: -38px;
    top: 25px;
    display: block;
    width: 115px;
    height: 85px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow05.png) no-repeat center/contain;
}

.flow-contents .step7:hover .flow05 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow05-hover.png) no-repeat center/contain;
}

.flow-contents .step8 .schedule04,
.flow-contents .step9 .schedule05 {
    left: -45px;
    width: 110px;
    height: 155px;
}

.flow-contents .step8 .schedule04 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule04.png) no-repeat center/contain;
}

.flow-contents .step9 .schedule05 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule05.png) no-repeat center/contain;
}

.flow-contents .step10 .flow06 {
    content: '';
    position: absolute;
    left: -38px;
    top: 25px;
    display: block;
    width: 100px;
    height: 85px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow06.png) no-repeat center/contain;
}

.flow-contents .step10:hover .flow06 {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow06-hover.png) no-repeat center/contain;
}

.flow-contents .step11 .schedule06 {
    content: '';
    position: absolute;
    left: -58px;
    bottom: 28px !important;
    display: block;
    width: 135px;
    height: 155px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule06.png) no-repeat center/contain;
}

.flow-contents .point-text01 {
    position: absolute;
    right: 9px;
    bottom: 6px;
    width: 840px;
}

.flow-contents .point-text02 {
    position: absolute;
    right: 218px;
    bottom: 2px;
    width: 104px;
}

.flow-contents .point-text03 {
    position: absolute;
    right: 18px;
    bottom: 2px;
    width: 183px;
}

.flow-contents .point-text04 {
    position: absolute;
    right: 522px;
    bottom: 2px;
    width: 140px;
}

.flow-contents .point-text05 {
    position: absolute;
    right: 347px;
    top: 100px;
    width: 524px;
}

@media screen and (max-width: 767px) {
    .fivestar-support-flow{
        padding-bottom: 45px;
    }
    .fivestar-support-flow .flow-about {
        width: 100%;
        font-size: 24px;
    }
    .fivestar-support-flow .flow-about span {
        font-size: 16px;
    }
    .flow-contents-sp {
        width: auto;
        margin: 0 auto;
        padding: 50px 0 55px;
    }

    .flow-contents-sp .wrapper {
        position: relative;
        width: 5px;
        height: 680px;
        margin: 0 auto;
    }

    .flow-contents-sp .hrizonl {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 5px;
        height: 0;
        margin: 0 auto;
        background: #c5395b;
    }

    .flow-contents-sp .hrizonlW {
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 0;
        content: '';
    }

    .flow-contents-sp .wrapper a {
        position: absolute;
        left: -8px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow-point.png) no-repeat center/contain;
        transition: all 0.3s;
        opacity: 0;
    }

    .flow-contents-sp .wrapper a > span {
        transition: all 0.3s;
        opacity: 0;
    }

    .flow-contents-sp .wrapper .schedule-point {
        position: absolute;
        left: -8px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule-point.png) no-repeat center/contain;
        transition: all 0.3s;
        opacity: 0;
    }

    .flow-contents-sp .wrapper .schedule-point span {
        content: '';
        position: absolute;
        right: 20px;
        display: block;
        transition: all 0.3s;
        opacity: 0;
    }

    .flow-contents-sp .wrapper .step1 {
        top: 0;
    }

    .flow-contents-sp .wrapper .step2 {
        top: 65px;
    }

    .flow-contents-sp .wrapper .step3 {
        top: 125px;
    }

    .flow-contents-sp .wrapper .step4 {
        top: 170px;
    }

    .flow-contents-sp .wrapper .step5 {
        top: 260px;
    }

    .flow-contents-sp .wrapper .step6 {
        top: 300px;
    }

    .flow-contents-sp .wrapper .step7 {
        bottom: 300px;
    }

    .flow-contents-sp .wrapper .step8 {
        bottom: 220px;
    }

    .flow-contents-sp .wrapper .step9 {
        bottom: 112px;
    }

    .flow-contents-sp .wrapper .step10 {
        bottom: 60px;
    }

    .flow-contents-sp .wrapper .step11 {
        bottom: -5px;
    }

    .flow-contents-sp .step1 .schedule01 {
        content: '';
        position: absolute;
        top: -39px;
        right: 20px;
        display: block;
        width: 120px;
        height: 100px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule01-sp.png) no-repeat center/contain;
        opacity: 0;
    }

    .flow-contents-sp .step1 .flow01 {
        content: '';
        position: absolute;
        top: -10px;
        left: 30px;
        display: block;
        width: 115px;
        height: 40px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow01-sp.png) no-repeat center/contain;
        opacity: 0;
    }

    .flow-contents-sp .step2 .flow02 {
        content: '';
        position: absolute;
        top: -10px;
        left: 30px;
        display: block;
        width: 115px;
        height: 45px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow02-sp.png) no-repeat center/contain;
        opacity: 0;
    }

    .flow-contents-sp .step3 .flow03 {
        content: '';
        position: absolute;
        top: -10px;
        left: 30px;
        display: block;
        width: 115px;
        height: 45px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow03-sp.png) no-repeat center/contain;
        opacity: 0;
    }

    .flow-contents-sp .step4 .schedule02,
    .flow-contents-sp .step6 .schedule03 {
        position: absolute;
        top: -40px;
        right: 20px;
        display: block;
        width: 110px;
        height: 100px;
        transition: all 0.3s;
        opacity: 0;
    }

    .flow-contents-sp .step4 .schedule02 {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule02-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .step5 .flow04 {
        content: '';
        position: absolute;
        top: -12px;
        left: 30px;
        display: block;
        width: 115px;
        height: 45px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow04-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .step6 .schedule03 {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule03-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .step7 .flow05 {
        content: '';
        position: absolute;
        top: -12px;
        left: 30px;
        display: block;
        width: 115px;
        height: 45px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow04-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .step8 .schedule04,
    .flow-contents-sp .step9 .schedule05 {
        right: 20px;
        width: 110px;
        height: 120px;
    }

    .flow-contents-sp .step8 .schedule04 {
        top: -62px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule04-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .step9 .schedule05 {
        top: -62px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule05-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .step10 .flow06 {
        content: '';
        position: absolute;
        left: 30px;
        top: -12px;
        display: block;
        width: 115px;
        height: 45px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/flow06-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .step11 .schedule06 {
        content: '';
        position: absolute;
        right: 20px;
        bottom: -40px !important;
        display: block;
        width: 110px;
        height: 110px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/schedule06-sp.png) no-repeat center/contain;
    }

    .flow-contents-sp .point-text01 {
        position: absolute;
        top: 74px;
        right: 0;
        width: 155px;
    }

    .flow-contents-sp .point-text02 {
        position: absolute;
        left: 7px;
        bottom: 123px;
        width: 96px;
    }

    .flow-contents-sp .point-text03 {
        position: absolute;
        left: 7px;
        bottom: 2px;
        width: 120px;
    }

    .flow-contents-sp .point-text04 {
        position: absolute;
        left: 7px;
        bottom: 388px;
        width: 95px;
    }

    .flow-contents-sp .point-text05 {
        position: absolute;
        left: 7px;
        bottom: 322px;
        width: 95px;
    }

    .flow-contents-text-sp {
        width: auto;
        margin: 0 auto;
        padding: 0 25px;
    }

    .flow-contents-text-sp p {
        line-height: 1.7;
    }
}
.concept {
    margin-bottom: 150px;
}

.about-image {
    margin-bottom: 150px;
}

.about-image img{
    width: 100%;
}

.fivestar-concept01,
.fivestar-concept02,
.fivestar-concept03 {
    padding: 80px 0 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/bg01.jpg) no-repeat center/cover;
}

.fivestar-concept01 .concept-title,
.fivestar-concept02 .concept-title,
.fivestar-concept03 .concept-title {
    padding: 40px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/title-bg.png) repeat-x left/100%;
}

.fivestar-concept01 {
    box-shadow: 0 -10px 20px rgba(206,211,208,0.3);
}
.fivestar-concept03 {
    box-shadow: 0 10px 20px rgba(206,211,208,0.5);
}

.fivestar-concept01 .concept-title h2,
.fivestar-concept02 .concept-title h2,
.fivestar-concept03 .concept-title h2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fivestar-concept01 .concept-title .en-title,
.fivestar-concept02 .concept-title .en-title,
.fivestar-concept03 .concept-title .en-title {
    display: block;
    max-width: 225px;
}

.fivestar-concept01 .concept-title .jp-title,
.fivestar-concept02 .concept-title .jp-title,
.fivestar-concept03 .concept-title .jp-title {
    padding-left: 50px;
    font-size: 28px;
}

.fivestar-concept01 .concept01-contents,
.fivestar-concept02 .concept02-contents,
.fivestar-concept03 .concept03-contents {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.fivestar-concept02 .concept02-contents .precautions-text {
    position: absolute;
    bottom: 25px;
    right: 75px;
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.fivestar-concept01 .concept01-contents a:hover,
.fivestar-concept02 .concept02-contents a:hover,
.fivestar-concept03 .concept03-contents a:hover {
   opacity: 0.7;
}

.fivestar-concept01 .concept01-contents .left-box {
    width: 38%;
    padding-right: 62%;
}

.fivestar-concept01 .concept01-contents .right-box {
    width: 62%;
    min-height: 1000px;
}

.fivestar-concept01 .concept01-contents .left-box ul {
    padding-top: 90px;
}

.fivestar-concept01 .concept01-contents .left-box li {
    position: relative;
    max-width: 330px;
    padding: 35px 30px 30px;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.3s;
}

.fivestar-concept01 .concept01-contents li.hover,
.fivestar-concept02 .concept02-contents li.hover,
.fivestar-concept02 .concept02-contents .check03.hover,
.fivestar-concept03 .concept03-contents li.hover,
.fivestar-concept03 .concept03-contents .check03.hover {
    background: #fae6e6 !important;
}

.fivestar-concept01 .concept01-contents .left-box li:first-of-type {
    margin-bottom: 170px;
}

.fivestar-concept01 .concept01-contents .left-box li:first-of-type .concept-btn {
    display: block;
    max-width: 260px;
}

.fivestar-concept01 .concept01-contents .left-box li:last-of-type .concept-btn {
    display: block;
    max-width: 220px;
}

.fivestar-concept01 .concept01-contents .left-box li:last-of-type {
    margin-left: auto;
}

.fivestar-concept01 .concept01-contents .cat,
.fivestar-concept02 .concept02-contents .cat,
.fivestar-concept03 .concept03-contents .cat {
    position: absolute;
    top: -15px;
    left: 20px;
    display: block;
    padding: 5px 30px;
    border: 2px solid #d2506e;
    border-radius: 20px;
    color: #d2506e;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
}

.fivestar-concept01 .concept01-contents dt,
.fivestar-concept02 .concept02-contents dt,
.fivestar-concept03 .concept03-contents dt {
    padding-left: 10px;
    margin-bottom: 15px;
    border-left: 6px solid #43474e;
    color: #43474e;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1.5px;
}

.fivestar-concept01 .concept01-contents dd,
.fivestar-concept02 .concept02-contents dd,
.fivestar-concept03 .concept03-contents dd {
    margin-bottom: 10px;
    font-size: 15.9px;
    line-height: 1.7;
}

.fivestar-concept01 .is-attention,
.fivestar-concept02 .is-attention,
.fivestar-concept03 .is-attention {
    color: #d2506e;
    font-weight: bold;
}

.fivestar-concept01 .concept01-contents .right-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

.btn {
    display: inline-block;
    z-index: 0;
    width: 25px;
    height: 25px;
}

.mainLight {
    display: block;
    position: relative;
    z-index: 2;
    width: 25px;
    height: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: .2s linear;
    -webkit-transition: .2s linear;
    -moz-transition: .2s linear;
    -o-transition: .2s linear;
    box-shadow: 0 0 5px rgb(255, 255, 255);
}
.mainLight.hover,
.mainLight:hover {
    background-color: #d2506e;
    box-shadow: 0 0 10px #d2506e;
}

.ripple {
    display: block;
    position: relative;
    bottom: 25px;
    z-index: 1;
    width: 25px;
    height: 25px;
    background-color: #d2506e;
    border-radius: 50%;
    box-shadow: 0 0 5px #d2506e;
    animation-name: rippleAnimation;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-animation-name: rippleAnimation;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    -moz-animation-name: rippleAnimation;
    -moz-animation-timing-function: ease-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-duration: 2s;
}
@keyframes rippleAnimation {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(2.5, 2.5);
        opacity: 0;
    }
}
@-webkit-keyframes rippleAnimation {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2.5, 2.5);
        opacity: 0;
    }
}
@-moz-keyframes rippleAnimation {
    0% {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(2.5, 2.5);
        opacity: 0;
    }
}



.fivestar-concept01 .concept01-contents .model01 {
    display: block;
    width: 100%;
    min-height: 1000px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model01.png) no-repeat left bottom/auto 1000px;
}

.fivestar-concept01 .concept01-contents .point-icon01 {
    position: absolute;
    top: 170px;
    left: 385px;
}

.fivestar-concept01 .concept01-contents .point-icon02 {
    position: absolute;
    top: 400px;
    left: 265px;
}

/*@keyframes point-check {*/
/*    0% {*/
/*        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/point-icon.png) no-repeat center/contain;*/
/*    }*/
/*    50% {*/
/*        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/point-icon-hover.png) no-repeat center/contain;*/
/*    }*/
/*    100% {*/
/*        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/point-icon.png) no-repeat center/contain;*/
/*    }*/
/*}*/


@media screen and (max-width: 991px) {
    .fivestar-concept01,
    .fivestar-concept02,
    .fivestar-concept03 {
        padding-top: 75px;
    }

    .fivestar-concept01 {
        padding-top: 40px;
    }

    .fivestar-concept01 .concept01-contents .point-icon01,
    .fivestar-concept01 .concept01-contents .point-icon02,
    .fivestar-concept02 .concept02-contents .point-icon01,
    .fivestar-concept02 .concept02-contents .point-icon02,
    .fivestar-concept02 .concept02-contents .point-icon03,
    .fivestar-concept03 .concept03-contents .point-icon01,
    .fivestar-concept03 .concept03-contents .point-icon02,
    .fivestar-concept03 .concept03-contents .point-icon03 {
        width: 25px;
        height: 25px;
    }

    .fivestar-concept01 .concept01-contents .left-box li:first-of-type {
        margin-bottom: 80px;
    }

    .fivestar-concept01 .concept01-contents .cat {
        font-size: 14px;
        font-weight: normal;
    }

    .fivestar-concept01 .concept01-contents .right-box {
        top: 100px;
        bottom: inherit;
    }

    .fivestar-concept01 .concept01-contents .model01 {
        min-height: 700px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model01.png) no-repeat center right/auto 700px;
    }

    .fivestar-concept01 .concept01-contents .left-box ul {
        padding-top: 0;
    }

    .fivestar-concept01 .concept01-contents .point-icon01 {
        top: 110px;
        left: inherit;
        right: 175px;
    }

    .fivestar-concept01 .concept01-contents .point-icon02 {
        top: 250px;
        left: inherit;
        right: 275px;
    }

    .fivestar-concept01 .concept-title .jp-title,
    .fivestar-concept02 .concept-title .jp-title,
    .fivestar-concept03 .concept-title .jp-title {
        font-size: 24px;
    }
}


.fivestar-concept02 .concept02-contents .left-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 62%;
}

.fivestar-concept02 .concept02-contents .right-box {
    width: 38%;
    padding-left: 62%;
}

.fivestar-concept02 .concept02-contents .right-box ul {
    padding-top: 70px;
}

.fivestar-concept02 .concept02-contents .right-box li {
    position: relative;
    max-width: 330px;
    padding: 35px 30px 20px;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.3s;
}

.fivestar-concept02 .concept02-contents .right-box li:last-of-type {
    margin: 100px 0 55px auto;
}

.fivestar-concept02 .concept02-contents .right-box li dl {
    margin-bottom: 10px;
}

.fivestar-concept02 .concept02-contents .right-box li .button-wrap a .registration {
    bottom: 4px;
}

.fivestar-concept02 .concept02-contents .model02 {
    display: block;
    width: 100%;
    min-height: 1200px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model02.png) no-repeat right bottom/auto 1000px;
}

.fivestar-concept02 .concept02-contents .check03 {
    position: absolute;
    bottom: 100px;
    right: -20px;
    max-width: 400px;
    padding: 35px 30px 20px;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.3s;
    z-index: 1;
}

.fivestar-concept02 .concept02-contents .check03 dl {
    margin-bottom: 10px;
}

.fivestar-concept02 .concept02-contents .point-icon01 {
    position: absolute;
    top: 310px;
    right: 345px;
}

.fivestar-concept02 .concept02-contents .point-icon02 {
    position: absolute;
    top: 445px;
    right: 275px;
}

.fivestar-concept02 .concept02-contents .point-icon03 {
    position: absolute;
    top: 545px;
    right: 200px;
}

.fivestar-concept02 .concept02-contents li:first-of-type .concept-btn {
    display: block;
    max-width: 230px;
}

.fivestar-concept02 .concept02-contents li:last-of-type .concept-btn {
    display: block;
    max-width: 200px;
}

.fivestar-concept02 .concept02-contents .check03 .concept-btn {
    display: block;
    max-width: 240px;
}

@media screen and (max-width: 991px) {
    .fivestar-concept02 .concept02-contents .left-box {
        top: 100px;
        bottom: inherit;
    }

    .fivestar-concept02 .concept02-contents .model02 {
        min-height: 1000px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model02.png) no-repeat right bottom/auto 800px;
    }

    .fivestar-concept02 .concept02-contents .point-icon01 {
        top: 290px;
        right: 275px;
    }

    .fivestar-concept02 .concept02-contents .point-icon02 {
        top: 400px;
        right: 220px;
    }

    .fivestar-concept02 .concept02-contents .point-icon03 {
        top: 475px;
        right: 170px;
    }

    .fivestar-concept02 .concept02-contents .check03 {
        left: 0;
        right: inherit;
    }
}


.fivestar-concept03 .concept03-contents .left-box {
    width: 38%;
    margin-left: 150px;
    padding-right: 62%;
}

.fivestar-concept03 .concept03-contents .right-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 62%;
}

.fivestar-concept03 .concept03-contents .left-box ul {
    padding-top: 150px;
}

.fivestar-concept03 .concept03-contents .left-box li {
    position: relative;
    max-width: 330px;
    padding: 35px 30px 20px;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.3s;
}

.fivestar-concept03 .concept03-contents .left-box li:first-of-type {
    margin: 40px 0 200px auto;
}

.fivestar-concept03 .concept03-contents .left-box li:last-of-type {
    margin-bottom: 100px;
}

.fivestar-concept03 .concept03-contents .model03 {
    display: block;
    width: 100%;
    min-height: 830px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model03.png) no-repeat right bottom/auto 830px;
}

.fivestar-concept03 .concept03-contents .check03 {
    position: absolute;
    top: -300px;
    right: 50px;
    max-width: 400px;
    padding: 35px 30px 20px;
    background: rgba(255, 255, 255, 0.85);
    transition: all 0.3s;
}

.fivestar-concept03 .concept03-contents .point-icon01 {
    position: absolute;
    top: 170px;
    right: 545px;
}

.fivestar-concept03 .concept03-contents .point-icon02 {
    position: absolute;
    top: 460px;
    right: 295px;
}

.fivestar-concept03 .concept03-contents .point-icon03 {
    position: absolute;
    top: 80px;
    right: 345px;
}

.fivestar-concept03 .concept03-contents li:first-of-type .concept-btn {
    display: block;
    max-width: 175px;
}

.fivestar-concept03 .concept03-contents li:last-of-type .concept-btn {
    display: block;
    max-width: 195px;
}

.fivestar-concept03 .concept03-contents .check03 .concept-btn {
    display: block;
    max-width: 160px;
}


@media screen and (max-width: 991px) {

    .fivestar-concept03 .concept03-contents .left-box ul {
        padding-top: 60px;
    }

    .fivestar-concept03 .concept03-contents .left-box {
        margin-left: 0;
    }

    .fivestar-concept03 .concept03-contents .model03 {
        min-height: 600px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model03.png) no-repeat right bottom/auto 500px;
    }

    .fivestar-concept03 .concept03-contents .check03 {
        top: -270px;
        right: 0;
    }

    .fivestar-concept03 .concept03-contents .right-box {
        top: 300px;
        bottom: inherit;
    }

    .fivestar-concept03 .concept03-contents .left-box li:first-of-type {
        margin-bottom: 130px;
    }

    .fivestar-concept03 .concept03-contents .point-icon01 {
        top: 145px;
        right: 220px;
    }

    .fivestar-concept03 .concept03-contents .point-icon01 {
        top: 200px;
        right: 325px;
    }

    .fivestar-concept03 .concept03-contents .point-icon02 {
        top: 385px;
        right: 180px;
    }

    .fivestar-concept03 .concept03-contents .point-icon03 {
        top: 145px;
        right: 220px;
    }
}

.what-fivestar .title .small{
    font-size: 10px;
    position: relative;
    bottom: 10px;
}

.what-fivestar .what-about03 .small {
    font-size: 10px;
    position: relative;
    bottom: 7px;
}

.concept .concept-title .ja-title .small {
    font-size: 7px;
    position: relative;
    bottom: 10px;
}


@media screen and (max-width: 767px) {
    .concept {
        margin-bottom: 0;
    }

    .concept .concept-title {
        margin-bottom: 25px;
    }

    .what-fivestar {
        margin-bottom: 65px;
    }

    .what-fivestar .what-about02 {
        padding-bottom: 15px;
        font-size: 27px;
        line-height: 1.7;
        letter-spacing: -1.5px;
    }

    .concept .concept-list {
        display: block;
    }

    .concept .concept-list li {
        width: 100%;
        margin-bottom: 10px;
    }

    .contents-sp dt {
        margin-bottom: 35px;
        padding: 35px 0 0;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/bg01.jpg) no-repeat center/cover;
    }

    .contents-sp dt .sp-head {
        margin-bottom: 20px;
        padding: 20px 0;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/title-bg-sp.png) repeat-x center/100%;
    }

    .contents-sp dt .sp-head .en-title {
        display: block;
        max-width: 120px;
        margin: 0 auto;
    }

    .contents-sp dt .sp-head .jp-title {
        display: block;
        padding-top: 10px;
        text-align: center;
        font-size: 20px;
        font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
        line-height: 1.6;
        font-weight: 600;
    }

    .contents-sp .action-area {
        position: relative;
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }

    .contents-sp .title {
        display: block;
        padding-left: 10px;
        margin-bottom: 20px;
        border-left: 6px solid #43474e;
        color: #43474e;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4;
    }

    .contents-sp .cat {
        display: inline-block;
        margin-bottom: 20px;
        padding: 5px 30px;
        border: 2px solid #d2506e;
        border-radius: 20px;
        color: #d2506e;
        font-size: 14px;
        font-weight: bold;
        background: #fff;
    }

    .contents-sp dd {
        margin-top: -80px;
        margin-bottom: 35px;
        padding: 80px 30px 0;
    }

    .contents-sp dd .button-wrap a .registration {
        bottom: 4px;
    }

    .contents-sp .point-icon01,
    .contents-sp .point-icon02,
    .contents-sp .point-icon03 {
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        transition: all 0.3s;
        cursor: pointer;
    }

    .contents-sp .point-icon01 .default,
    .contents-sp .point-icon02 .default,
    .contents-sp .point-icon03 .default {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/point-icon.png) no-repeat center/contain;
        z-index: 1;
    }

    .contents-sp .point-icon01 .hover,
    .contents-sp .point-icon02 .hover,
    .contents-sp .point-icon03 .hover {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/point-icon-hover.png) no-repeat center/contain;
        z-index: 0;
    }

    .fivestar-concept01 {
        box-shadow: unset;
    }
    .fivestar-concept03 {
        box-shadow: unset;
    }

    .concept01-contents-sp .action-area .model01 {
        display: block;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model01-sp.png) no-repeat center/contain;
    }

    .concept02-contents-sp .action-area .model02 {
        display: block;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model02-sp.png) no-repeat center/contain;
    }

    .concept03-contents-sp .action-area .model03 {
        display: block;
        height: 100%;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/concept/model03.png) no-repeat center/contain;
    }

    .concept01-contents-sp .point-icon01 {
        top: 50px;
        left: 158px;
    }

    .concept01-contents-sp .point-icon02 {
        top: 145px;
        left: 115px;
    }

    .concept02-contents-sp .point-icon01 {
        top: 45px;
        left: 115px;
    }

    .concept02-contents-sp .point-icon02 {
        top: 100px;
        left: 145px;
    }

    .concept02-contents-sp .point-icon03 {
        top: 140px;
        left: 170px;
    }

    .concept03-contents-sp .point-icon01 {
        top: 55px;
        left: 75px;
    }

    .concept03-contents-sp .point-icon02 {
        top: 30px;
        left: 140px;
    }

    .concept03-contents-sp .point-icon03 {
        top: 155px;
        left: 160px;
    }

    .concept01-contents-sp dd:first-of-type .concept-btn {
        display: block;
        max-width: 260px;
        margin: 0 auto;
    }

    .concept01-contents-sp dd:last-of-type .concept-btn {
        display: block;
        max-width: 222px;
        margin: 0 auto;
    }

    .concept02-contents-sp dd:first-of-type .concept-btn {
        display: block;
        max-width: 251px;
        margin: 0 auto;
    }

    .concept02-contents-sp dd:nth-of-type(2) .concept-btn {
        display: block;
        max-width: 210px;
        margin: 0 auto;
    }

    .concept02-contents-sp dd:last-of-type .concept-btn {
        display: block;
        max-width: 260px;
        margin: 0 auto;
    }

    .concept03-contents-sp dd:first-of-type .concept-btn {
        display: block;
        max-width: 160px;
        margin: 0 auto;
    }

    .concept03-contents-sp dd:nth-of-type(2) .concept-btn {
        display: block;
        max-width: 164px;
        margin: 0 auto;
    }

    .concept03-contents-sp dd:last-of-type .concept-btn {
        display: block;
        max-width: 190px;
        margin: 0 auto;
    }

    .concept01-contents-sp dd:last-of-type,
    .concept02-contents-sp dd:last-of-type,
    .concept03-contents-sp dd:last-of-type {
        margin-bottom: 0;
    }

    .btn {
        width: 20px;
        height: 20px;
    }

    .mainLight {
        width: 20px;
        height: 20px;
    }

    .ripple {
        bottom: 20px;
        width: 20px;
        height: 20px;
    }
}

#loopslider01.sub-slider {
    height: 420px;
    margin-bottom: 45px;
}

.bottom-slider {
    padding: 100px 0 0;
}

.bottom-slider h2 {
    margin: 0 auto 45px;
    text-align: center;
    line-height: 1;
}

.bottom-slider h2 img {
    max-width: 275px;
}

.bottom-slider p {
    padding-bottom: 45px;
    font-size: 15px;
    text-align: center;
}

.bottom-slider .slide-btn {
    display: block;
    max-width: 260px;
    margin: 30px auto 0;
}

.bottom-slider .slide-btn:hover {
    opacity: 0.7;
}

.bottom-slider .slide-btn01 {
    display: block;
    /* max-width: 330px; */
    margin: 30px auto 0;
}

.bottom-slider .slide-btn01:hover {
    opacity: 0.7;
 }

.bottom-slider .recommend-wrap {
    text-align: center;
 }
 .bottom-slider .recommend-wrap img {
    max-width: 175px;
 }

.bottom-slider .button-wrap .registration {
    bottom: 4px;
}

@media screen and (max-width: 767px) {
    #loopslider01.sub-slider {
        height: 270px;
    }

    .bottom-slider p {
        padding: 0 30px 25px;
        text-align: left;
    }

    /* .bottom-slider .slide-btn01 {
        max-width: 250px;
    } */

    .bottom-slider .slide-btn {
        margin: 35px auto 0;
    }

    .bottom-slider h2  img {
        max-width: 100%;
     }

     .bottom-slider .recommend-wrap {
        padding: 0 30px;
     }
     .bottom-slider .recommend-wrap img {
        max-width: 100%;
     }
}

.global-header-top.active {
    height: 60px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #e6ebee;
    z-index: 99999;
}

.registration {
    position: relative;
    bottom: 8px;
    font-size: 13px;
}

.breadcrumbs .registration {
    bottom: 6px;
}

.slip-contents-top-text .registration {
    bottom: 4px;
    font-size: 34px;
}

.global-header-slider-text {
    top: 35%;
}

.global-header-slider-logo.all-screen {
    position: fixed;
    top: 40%;
}

.top-news h2 {
    font-weight: lighter;
}

.top-point-second .top-point-image {
    width: 60%;
    max-width: inherit;
}

.top-point-second .top-point-text {
    width: 40%;
}

@media screen and (max-width: 1024px) {
    .global-header-top-right-btn.is-margin {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .top-point-contents-wrap {
        margin: 0;
    }

    .top-point-about h2 span {
        font-size: 15px;
        bottom: 4px;
    }

    .top-point-first .top-point-image img,
    .top-point-second .top-point-image img,
    .top-point-third .top-point-image img {
        width: 100%;
        max-height: inherit;
    }

    .top-point-second .top-point-image {
        width: 100%;
    }

    .top-point-second .top-point-text {
        width: 100%;
    }

    .style-slider-top img {
        max-width: 160px;
    }

    #loopslider01 ul li .more-b {
        bottom: 10px;
        left: 10px;
    }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .fivestar-concept01 .concept01-contents .left-box {
        width: 45%;
        padding-right: 50%;
    }

    .fivestar-concept01 .concept01-contents dt, .fivestar-concept02 .concept02-contents dt, .fivestar-concept03 .concept03-contents dt {
        font-size: 20px;
    }

    .fivestar-concept03 .concept03-contents .left-box {
        margin-left: 10px;
        padding-right: 50%;
    }

    .fivestar-concept03 .concept03-contents .left-box li {
        padding: 35px 20px 20px;
    }

    .fivestar-concept03 .concept03-contents .right-box {
        width: 70%;
    }

    .fivestar-concept02 .concept02-contents .check03 {
        right: 25px;
    }

    .fivestar-concept03 .concept03-contents .left-box li:last-of-type {
        width: 100%;
    }
}.anticancer .pc {
    display: block;
}
.anticancer .sp {
    display: none;
}
.anticancer-top-text p {
    line-height: 2;
    font-size: 18px;
}
.suport-plun .item-image img {
    width: 100%;
}
.suport-plun {
    margin-bottom: 65px;
    padding: 0 30px;
}
.suport-plun .item {
    display: flex;
    flex-direction: column;
    width: 49%;
    min-height: 188px;
    margin-bottom: 35px;
    border: none;
    box-shadow: 2px 2px 8px 1px #ddd;
}
.suport-plun .item:nth-of-type(3) .item-btn img {
    max-width: 235px;
}
.suport-plun .item h4 {
    margin-bottom: 6px;
    padding: 0 20px;
}
.suport-plun .item-text {
    margin-bottom: 5px;
    padding: 0 20px;
    line-height: 32px;
}
.suport-plun .question-list {
    padding: 0 20px 15px;
}
.suport-plun .question-list p {
    font-size: 12px;
    line-height: 24px;
}
.suport-plun .item-btn {
    margin-top: auto;
    padding: 0 20px 30px;
}
/* .suport-plun .item-btn a {
    display: inline-block;
} */

.anticancer .suport-plun-about {
    margin-bottom: -100px;
    padding: 0 20px 85px;
    font-size: 38px;
    text-align: center;
}
#suport-content-wrap {
    padding-top: 100px;
}

.suport-content {
    padding: 90px 30px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/anticancer/bg-pattern11.jpg) repeat top center/170px;
}
.suport-content .wrap {
    max-width: 960px;
    margin: 0 auto;
}
.suport-content .wrap .title {
    margin-bottom: 65px;
}

.suport-content .wrap .suport-detail.is-margin {
    margin-bottom: -120px;
}

.suport-content .wrap #service03 {
    padding-top: 120px;
}

.suport-content .wrap .title h3 {
    margin-bottom: 10px;
    font-size: 28px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.suport-content .wrap .title .sub-title01 {
    max-width: 200px;
}
.suport-content .wrap .title .sub-title02 {
    max-width: 240px;
}
.suport-content .wrap .title .sub-title03 {
    max-width: 95px;
}
.suport-content .wrap .suport-detail {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
    align-items: flex-start;
}
.suport-content .wrap .suport-detail .suport-list {
    width: 60%;
    margin-bottom: 100px;
    padding-left: 30px;
    border-left: 7px solid #34373D;
}

.suport-content .wrap .suport-detail .suport-list li {
    margin-bottom: 50px; 
}
.suport-content .wrap .suport-detail .suport-list li:last-child {
    margin-bottom: 0; 
}
.suport-content .wrap .suport-detail .suport-list li h3 {
    margin-bottom: 10px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
}
.suport-content .wrap .suport-detail .suport-list li p {
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
.suport-content .wrap .suport-detail .suport-list li span {
    display: block;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    padding-top: 15px;
    font-size: 12px;
    line-height: 21px;
}

.suport-content .wrap .suport-detail .suport-list li .free-cut {
    display: inline;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    padding: 0;
    font-size: 16px;
    line-height: 2;
}

.suport-content .wrap .suport-detail .suport-list li .registration {
    display: inline;
    padding: 0;
    font-size: 10px;
    bottom: 5px;
}

.suport-content .wrap .suport-detail img {
    max-width: 330px;
    width: 35%;
}
.fivestar-support-flow {
    margin-bottom: 100px;
}
.fivestar-support-flow .title {
    font-size: 38px;
}

.fivestar-support-flow .flow-about {
    font-size: 28px;
}

.fivestar-support-flow .flow-about span {
    font-size: 16px;
}

.bottom-slider h2 {
    font-size: 28px;
    font-weight: normal;
}

.suport-content .wrap .suport-detail .suport-list p {
    line-height: 32px;
}


@media screen and (max-width: 767px) {
    .anticancer .pc {
        display: none;
    }
    .anticancer .sp {
        display: block;
    }
    .fivestar-support-flow {
        margin-bottom: 60px;
    }
    .suport-plun {
        margin-bottom: 55px;
    }
    .suport-plun .item {
        width: 100%;
    }
    .suport-plun .item h4 {
        margin-bottom: 10px;
    }
    .suport-plun .item-image{
        margin-bottom: 20px;
    }
    .suport-plun .item-image img {
        max-width: 100%;
    }
    .suport-plun .item-text:last-child {
        margin-bottom: 20px;
    }
    .suport-plun .item-btn {
        margin-top: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    #suport-content-wrap {
        padding-top: 50px;
    }

    .suport-content {
        overflow: hidden;
        padding-bottom: 0;
    }

    .suport-content .wrap #service03 {
        padding-top: 115px;
    }

    .suport-content .wrap .title h3 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .suport-content .wrap .suport-detail {
        margin-bottom: 65px;
        padding-left: 10px;
        flex-wrap: wrap;
        flex-flow: wrap;
        border-left: 6px solid #34373D;
    }

    .suport-content .wrap .suport-detail:last-child {
        margin-bottom: 50px;
    }

    .suport-content .wrap .suport-detail.is-margin {
        margin-bottom: -50px;
    }

    .suport-content .wrap .suport-detail .suport-list {
        width: 100%;
        margin-bottom: 0;
        padding-left: 0;
    }
    .suport-content .wrap .suport-detail img {
        width: 100%;
        max-width: 100%;
        padding-bottom: 20px;
    }
    .suport-content .wrap .suport-detail .suport-list {
        border-left: none;
    }
    .suport-content .wrap .suport-detail .suport-list li {
        margin-bottom: 20px;
    }
    .suport-content .wrap .suport-detail .suport-list li span br {
        display: block;
    }
    .suport-content .wrap .suport-detail .suport-list li h3 {
        margin-bottom: 1px;
        font-size: 20px;
        line-height: 32.5px;
    }
    .suport-content .wrap .title {
        margin-bottom: 35px;
    }
    .fivestar-support-flow .title {
        margin-bottom: 32.5px;
        font-size: 22.5px;
    }
    .fivestar-support-flow .flow-about {
        font-size: 24px;
        line-height: 37.5px;
    }
    .anticancer .suport-plun-about {
        margin-bottom: -50px;
        padding-bottom: 40px;
        font-size: 24px;
    }
    .suport-content {
        padding-top: 45px;
    }
    .bottom-slider h2 {
        background-size: 70px 5px;
        font-size: 16px;
        line-height: 1;
    }
    .suport-content .wrap .suport-detail .suport-list p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .suport-content .wrap .suport-detail img {
        width: 33%;
    }
}.alopecia-container .default-mv-wrap {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/alopecia/title-bg.jpg?20210902) no-repeat center/ cover;
}
.alopecia-container .default-mv-wrap .default-mv-title .default-mv-img {
    padding-left: 20px;
}
.alopecia-container .alopecia-reference {
    margin: 65px 15px 140px;
}
.alopecia-container .alopecia-reference .reference-text {
    display: block;
    max-width: 700px;
    margin: 0 auto 40px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}
.alopecia-container .alopecia-onestep {
    margin-bottom: 150px;
/*    background-color: rgba(170,195,210,1);*/
    background-color: rgb(242, 231, 235,1);
}
.alopecia-container .alopecia-onestep .wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 960px;
    margin: 0 auto;
}
.alopecia-container .alopecia-onestep .wrap .onestep-img {
    position: absolute;
    top: -50px;
    left: -60px;
/*    max-width: 740px;*/
    max-width: 600px;
}
.alopecia-container .alopecia-onestep .wrap .onestep-text {
    max-width: 500px;
    padding: 30px 0 30px;
    z-index: 2;
}
.alopecia-container .alopecia-onestep .wrap .onestep-text .number-icon {
    display: block;
    max-width: 127px;
    margin: 0 auto;
}
.alopecia-container .alopecia-onestep .wrap .onestep-text .text-item .title {
    display: block;
    font-size: 30px;
    font-weight: normal;
}
.alopecia-container .alopecia-onestep .wrap .onestep-text .text-item .sub-text {
    display: block;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}
.alopecia-onestep-example {
    padding-bottom: 160px;
}


.alopecia-onestep-example .alopecia-onestep-example-title {
    display: block;
    max-width: 380px;
    width: 30%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}

.alopecia-onestep-example .alopecia-onestep-example-contents {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list {
    display: flex;
    justify-content: space-between;
}

.alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li{
    width: 48.5%;
    margin-bottom:1em;
}

.alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li h4{
    line-height: 1.4;
    font-size: 1.5em;
    background: #f2e7eb;
    padding: 0.5em 1em;
}
.ex-txt{
}

.alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li p {
    padding: 10px 0;
    line-height: 2;
    font-weight: bold;
}

.alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list:last-child li p {
    padding: 10px 0 10px;
}
.alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li a {
    border-bottom: 1px solid #000;
    position: relative;
    font-weight: bold;
    color: #43474e;
    line-height: 1.5;
}
.alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li a::after {
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/alopecia/pc/arrow-icon.png);
    content: "";
    height: 17px;
    width: 17px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
}

.alopecia-container .alopecia-twostep {
    margin-bottom: 250px;
    /*    background-color: rgba(170,195,210,1);*/
    background-color: rgb(242, 231, 235,1);
}
.alopecia-container .alopecia-twostep .wrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    max-width: 960px;
    margin: 0 auto;
}
.alopecia-container .alopecia-twostep .wrap .twostep-img {
    position: absolute;
    top: -65px;
    right: -100px;
    max-width: 740px;
}
.alopecia-container .alopecia-twostep .wrap .twostep-text {
    max-width: 400px;
    padding: 80px 0 10px;
    z-index: 2;
}
.alopecia-container .alopecia-twostep .wrap .twostep-text .number-icon {
    display: block;
    max-width: 127px;
    margin: 0 auto;
}
.alopecia-container .alopecia-twostep .wrap .twostep-text .text-item {
    padding: 20px 0;
}
.alopecia-container .alopecia-twostep .wrap .twostep-text .text-item .title {
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.71;
}
.alopecia-container .alopecia-twostep .wrap .twostep-text .text-item .sub-text {
    display: block;
    padding-top: 10px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
}

.alopecia-container .alopecia-threestep {
    /*    background-color: rgba(170,195,210,1);*/
    background-color: rgb(242, 231, 235,1);
}
.alopecia-container .alopecia-threestep .wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 960px;
    margin: 0 auto;
}
.alopecia-container .alopecia-threestep .wrap .threestep-img {
    position: absolute;
    top: -100px;
    left: -120px;
    max-width: 720px;
}
.alopecia-container .alopecia-threestep .wrap .threestep-text {
    max-width: 420px;
    margin-right: -85px;
    padding: 30px 0 53px;
    z-index: 2;
}
.alopecia-container .alopecia-threestep .wrap .threestep-text .number-icon {
    display: block;
    max-width: 127px;
    margin: 0 auto;
}
.alopecia-container .alopecia-threestep .wrap .threestep-text .text-item .title {
    display: block;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.71;
}
.alopecia-container .alopecia-threestep .wrap .threestep-text .text-item .sub-text {
    display: block;
    font-size: 16px;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    line-height: 2;
    padding-top: 20px;
}

.alopecia-onecase {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.alopecia-onecase .wrap {
    padding-top: 30px;
}
.alopecia-onecase .wrap {
    text-align: center;
}
.alopecia-onecase .wrap ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 630px;
    padding-top: 15px;
    justify-content: center;
}
.alopecia-onecase .wrap ul li {
    padding-top: 10px;
    padding-right: 15px;
    font-size: 16px;
}
.alopecia-cocoro {
  position: relative;
  margin: 125px 0;
}
.alopecia-cocoro .wrap {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}
.alopecia-cocoro .inner-wrap {
    width: 100%;
    padding: 50px 0 40px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/alopecia/pc/border-wrap.png) no-repeat center / cover;
    background-size: 100% 100%;
    text-align: center;
}
.alopecia-cocoro .alopecia-cocoro-title {
    font-size: 38px;
    font-weight: normal;
    margin-top: 10px;
}
.alopecia-cocoro .alopecia-cocoro-title-en {
    position: relative;
}
.alopecia-cocoro .alopecia-cocoro-title-en .ruby {
    font-size: 16px;
    position: absolute;
    top: -10px;
    left: 27%;
}
.alopecia-cocoro .alopecia-cocoro-text {
    margin: 10px 0 15px;
    font-size: 16px;
    line-height: 2;
}
.alopecia-cocoro .alopecia-cocoro-morebtn {
    width: 334px;
    margin: auto;
    display: block;
}
.alopecia-cocoro .alopecia-cocoro-morebtn:hover {
    opacity: 0.7;
}
.alopecia-cocoro .wrap .cocoro-icon {
    position: absolute;
    top: -20px;
    right: 40px;
    max-width: 225px;
}
.alopecia-cocoro .senning-img {
    position: absolute;
    right: 0;
    bottom: -130px;
    max-width: 471px;
    width: 40%;
}


.natural-hair-cut-container {
    margin-top: -180px;
    padding-top: 180px;
}
.natural-hair-cut-container .cocoro-area {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 150px;
}
.natural-hair-cut-container .cocoro-area h4 {
    max-width: 280px;
    margin: 0 auto 25px;
}

.natural-hair-cut-container .cocoro-area .about {
    font-size: 16px;
    text-align: center;
}

.natural-hair-cut-container .cocoro-area .about span {
    color: #d2506e;
    font-weight: bold;
}

.natural-hair-cut-container .cocoro-area table {
    width: 100%;
    margin-bottom: 30px;
}

.natural-hair-cut-container .cocoro-area th,
.natural-hair-cut-container .cocoro-area td {
    padding: 10px;
    font-size: 16px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area th {
    font-weight: bold;
}

.natural-hair-cut-container .cocoro-area th:first-of-type,
.natural-hair-cut-container .cocoro-area td:first-of-type {
    width: 70%;
    padding-left: 50px;
}

.natural-hair-cut-container .cocoro-area th:nth-of-type(2),
.natural-hair-cut-container .cocoro-area th:nth-of-type(3) {
    width: 15%;
}

.natural-hair-cut-container .cocoro-area tbody tr:nth-of-type(odd) {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/table-bg.png) no-repeat center/cover;
}

.natural-hair-cut-container .cocoro-area .attention {
    display: block;
    margin-bottom: 50px;
    padding: 0 50px;
    font-size: 12px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area .shop {
    display: block;
    margin-bottom: 35px;
    padding: 0 50px;
    font-size: 16px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area .shop dt {
    display: inline-block;
    background: #d2506e;
    margin-bottom: 20px;
    padding: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.natural-hair-cut-container .cocoro-area .shop dd {
    font-size: 16px;
}

.natural-hair-cut-container .cocoro-area .use-about {
    margin-bottom: 35px;
    padding: 0 50px;
    font-size: 16px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area .use-about span {
    display: block;
    margin-top: 10px;
    color: #d2506e;
    font-weight: bold;
}

@media screen and (max-width: 1060px) {
  .alopecia-container .alopecia-twostep .wrap .twostep-img {
    right: 0;
  }
  .alopecia-container .alopecia-threestep .wrap .threestep-text {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .alopecia-container .default-mv-wrap {
    height: 210px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/alopecia/sp/title-bg-sp.jpg) no-repeat center/ cover;
  }

  .alopecia-container .default-mv-wrap .default-mv-title .default-mv-img {
    padding: 0;
  }
  .alopecia-container .alopecia-reference {
    margin: 60px 30px 110px;
  }
  .alopecia-container .alopecia-reference .reference-text {
    font-size: 18px;
    line-height: 2;
    letter-spacing: -1.5px;
  }
  .alopecia-container .alopecia-onestep {
    margin-bottom: 50px;
  }
  .alopecia-container .alopecia-twostep {
    margin-bottom: 105px;
  }
  .alopecia-container .alopecia-onestep .wrap,
  .alopecia-container .alopecia-twostep .wrap,
  .alopecia-container .alopecia-threestep .wrap {
    width: 100%;
  }
  .alopecia-container .alopecia-onestep .wrap .onestep-img {
    top: -60px;
    left: auto;
  }
  .alopecia-container .alopecia-twostep .wrap .twostep-img {
    top: -60px;
    width: 95%;
    right: 3%;
  }
  .alopecia-container .alopecia-threestep .wrap .threestep-img {
    top: -60px;
    left: auto;
  }
  .alopecia-container .alopecia-threestep .wrap .threestep-text {
    margin-right: 0;
    padding: 70% 0 40px;
    width: 100%;
  }
  .alopecia-container .alopecia-onestep .wrap .onestep-text {
    padding: 70% 0 35px;
  }
  .alopecia-container .alopecia-twostep .wrap .twostep-text {
    max-width: 100%;
    padding: 60px 0 0;
  }
  .alopecia-container .alopecia-twostep .wrap .twostep-text .text-item {
    padding: 53% 30px 30px;
  }
  .alopecia-container .alopecia-onestep .wrap .onestep-text .text-item .sub-text,
  .alopecia-container .alopecia-twostep .wrap .twostep-text .text-item .sub-text {
    padding-top: 15px;
    line-height: 1.875;
  }
  .alopecia-container .alopecia-onestep .wrap .onestep-text .text-item,
  .alopecia-container .alopecia-threestep .wrap .threestep-text .text-item {
    padding: 0 30px;
    line-height: 1.875;
  }
  .alopecia-container .alopecia-onestep .wrap .onestep-text .text-item .title,
  .alopecia-container .alopecia-twostep .wrap .twostep-text .text-item .title,
  .alopecia-container .alopecia-threestep .wrap .threestep-text .text-item .title {
/*    font-size: 28px;*/
      font-size: 24px;
    line-height: 1.875;
    text-align: center;
  }
  .alopecia-onestep-example {
    padding-bottom: 120px;
  }
  .alopecia-onestep-example .alopecia-onestep-example-title {
    width: 85%;
    padding-bottom: 25px;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list {
    flex-wrap: wrap;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li {
    width: 100%;
    padding: 15px 30px 0;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li:not(:first-child),
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list:not(:first-child) li {
    padding-top: 30px;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list:last-child li:last-child {
    padding-bottom: 0;
  }
  .alopecia-onestep-example .sub-title-img01 {
    max-width: 200px;
    margin: auto;
  }
  .alopecia-onestep-example .sub-title-img02 {
    max-width: 258px;
    margin: auto;
  }
  .alopecia-onestep-example .sub-title-img03 {
    max-width: 285px;
    margin: auto;
  }
  .alopecia-onestep-example .sub-title-img04 {
    max-width: 270px;
    margin: auto;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li a {
    position: static;
    display: block;
    width: 80%;
    margin: auto;
    border-bottom: none;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li p {
    padding: 15px 0 0;
    font-weight: normal;
    line-height: 1.875;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents .alopecia-onestep-example-contents-list li a::after {
    display: none;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents {
    padding-bottom: 0;
  }
  .alopecia-onecase {
    max-width: 100%;
    justify-content: center;
    margin-bottom: 100px;
    padding: 0 30px;
  }
  .alopecia-onecase .wrap {
    padding-top: 40px;
    text-align: left;
  }
  .alopecia-onecase .wrap ul {
    padding-top: 15px;
    justify-content: flex-start;
  }
  .alopecia-onecase .wrap ul li{
    padding-top: 15px;
  }
  .alopecia-onecase .wrap h5 {
    position: relative;
    text-align: center;
  }
  .alopecia-onecase .wrap h5 div {
    display: inline-block;
    background: #fff;
    padding: 0 7px;
  }
  .alopecia-onecase .wrap h5::after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    display: inline-block;
    width: 100%;
    border-top: 4px double #333;
    z-index: -1;
  }
  .alopecia-cocoro {
    margin: 100px 0 70px;
  }
  .alopecia-cocoro .wrap {
    padding: 0 15px;
    z-index: 1;
  }
  .alopecia-cocoro .wrap .cocoro-icon {
    max-width: 190px;
    top: -50px;
    right: 5px;
  }
  .alopecia-cocoro .inner-wrap {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/alopecia/sp/border-wrap-sp.png) no-repeat center / cover;
    background-size: 100% 100%;
    padding: 50px 30px 25px;
    box-sizing: border-box;
  }
  .alopecia-cocoro .alopecia-cocoro-title {
    font-size: 28px;
  }
  .alopecia-cocoro .alopecia-cocoro-read {
    text-align: center;
    font-size: 12px;
  }
  .alopecia-cocoro .alopecia-cocoro-read,
  .alopecia-cocoro .alopecia-cocoro-title {
    display: block;
  }
  .alopecia-cocoro .alopecia-cocoro-text {
    margin: 0 0 10px;
    text-align: left;
  }
  .alopecia-cocoro .alopecia-cocoro-morebtn {
    max-width: 334px;
    width: 80%;
  }
  .alopecia-cocoro .senning-img {
    bottom: 30px;
    width: 50%;
  }
  .alopecia-container + .bottom-slider {
    padding-top: 0;
  }
}
@media screen and (max-width: 375px) {
  .alopecia-cocoro .alopecia-cocoro-title {
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: -.1rem;
  }
  .alopecia-cocoro .alopecia-cocoro-text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .alopecia-cocoro .alopecia-cocoro-read,
  .alopecia-cocoro .alopecia-cocoro-title,
  .alopecia-cocoro .alopecia-cocoro-text {
    margin: 0 10px;
  }
  .alopecia-cocoro .alopecia-cocoro-title {
    letter-spacing: -.1rem;
    margin-bottom: 0;
  }
  .alopecia-cocoro .alopecia-cocoro-text {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
/* タブレットサイズ style */
@media screen and (min-width:768px) and ( max-width:1024px) {
  .alopecia-container .alopecia-onestep .wrap,
  .alopecia-container .alopecia-twostep .wrap,
  .alopecia-container .alopecia-threestep .wrap {
    padding: 0 20px;
  }
  .alopecia-container .alopecia-onestep .wrap .onestep-img,
  .alopecia-container .alopecia-threestep .wrap .threestep-img {
    width: 60%;
    left: 20px;
  }
  .alopecia-container .alopecia-onestep .wrap .onestep-text,
  .alopecia-container .alopecia-twostep .wrap .twostep-text,
  .alopecia-container .alopecia-threestep .wrap .threestep-text {
    padding-top: 60px;
  }
  .alopecia-onestep-example .alopecia-onestep-example-title {
    width: 40%;
  }
  .alopecia-onestep-example .alopecia-onestep-example-contents {
    padding: 0 20px 50px;
  }
  .alopecia-container .alopecia-twostep .wrap .twostep-img {
    width: 60%;
    right: 20px;
  }
  .alopecia-cocoro .wrap .cocoro-icon {
    top: -70px;
  }
}.member-container h2 {
    max-width: 625px;
    margin: 0 auto 80px;
}

.member-page-link {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto 85px;
}

.member-page-link li {
    width: 32%;
}

.member-page-link li a {
    display: block;
    padding: 15px;
    background: #8c8b90;
    border-radius: 5px;
    box-shadow: 0 3px 0 #63666c;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.member-page-link li a:hover {
    transform: translate3d(0, 3px, 0);
    background: #d2506e;
    box-shadow: none;
}

.members-content {
    margin-top: -180px;
    padding-top: 180px;
    text-align: center;
}

.members-content h3 {
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 30px;
    background: #E7EAED;
}

.members-content h3 .en {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    font-size: 60px;
    font-family : "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 100;
}

.members-content h3 .ja {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
}

.members-content p {
    margin-bottom: 93px;
    font-size: 28px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
}

.members-content p span {
    display: block;
    color: #D2506E;
    font-size: 16px;
    font-family : "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
    line-height: 2;
}

.members-content .benefits {
    max-width: 1040px;
    margin: 0 auto 150px;
    padding: 50px 0 45px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/member-bg.jpg) no-repeat center/cover;
}

.members-content .benefits li {
    display: flex;
    align-items: center;
    max-width: 960px;
    margin-bottom: 25px;
    padding: 0 45px;
}

.members-content .benefits dl {
    width: 100%;
    text-align: left;
    padding-left: 25px;
}

.members-content .benefits dt {
    padding-bottom: 15px;
    border-bottom: 1px solid #BBC5CB;
    font-size: 28px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
}

.members-content .benefits dd {
    padding-top: 10px;
    font-size: 14px;
}

.members-content .benefits .one::before {
    content: '';
    display: inline-block;
    width: 129px;
    height: 110px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/benefits01.png) no-repeat 0 /contain;
}

.members-content .benefits .two::before {
    content: '';
    display: inline-block;
    width: 129px;
    height: 110px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/benefits02.png) no-repeat 0 /contain;
}

.members-content .benefits .three::before {
    content: '';
    display: inline-block;
    width: 129px;
    height: 110px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/benefits03.png) no-repeat 0 /contain;
}

.members-content .benefits .three {
    margin-bottom: 0;
}

.maintenance-content {
    margin-top: -180px;
    padding-top: 200px;
    text-align: center;
}

.maintenance-content h3 {
    position: relative;
    margin-bottom: 55px;
    padding-bottom: 30px;
    background: #E7EAED;
}

.maintenance-content h3 .en {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    font-size: 60px;
    font-family : "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 100;
}

.maintenance-content h3 .ja {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
}

.maintenance-content > p {
    margin-bottom: 40px;
    font-size: 28px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: 600;
}

.maintenance-content .service-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 960px;
    margin: 0 auto 120px;
}

.maintenance-content .service-wrap .service-item {
    width: 31%;
    margin-bottom: 30px;
    padding: 60px 5px 50px;
    text-align: center;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/maintenance-link-bg.png) no-repeat center/contain;
    cursor: pointer;
}

.maintenance-content .service-wrap .service-item:nth-of-type(n+5){
    padding: 80px 5px 50px;
}

.maintenance-content .service-wrap .service-item:hover {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/maintenance-link-hover-bg.png) no-repeat center/contain;
}

.maintenance-content .service-wrap .service-item .color-red {
    min-height: 85px;
    margin-bottom: 20px;
    line-height: 2;
    color: #d2506e;
    font-weight: bold;
}

.maintenance-content .service-wrap .service-item:nth-of-type(n+5) .color-red {
    min-height: 75px;
}

.maintenance-content .service-wrap .service-item .sub-text {
    line-height: 1.1;
}

.maintenance-content .service-wrap .service-item h4 {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    margin-bottom: 15px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 22px;
}

.maintenance-content .service-wrap .service-item h4::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #AAC3D2;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

.maintenance-content .service-wrap .service-item:hover h4::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

.maintenance-content .service-wrap .service-item .image img {
    max-width: 40px;
}

.maintenance-content .service-wrap .service-item h4::after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 20px;
    margin: 0 auto;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.maintenance-content .service-wrap .service-item:hover h4::after {
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/hover-arrow.png);
}

.maintenance-flow h4 {
    margin-bottom: 30px;
    padding: 0 30px;
}

.maintenance-flow h4 img {
    max-width: 500px;
    width: 100%;
}

.maintenance-flow .step-item {
    max-width: 960px;
    margin: 0 auto;
    border-bottom: 1px solid #DBDBD5;
}

.maintenance-flow .step-item:first-of-type {
    border-top: 1px solid #DBDBD5;
}

.maintenance-flow .step-item h5 {
    position: relative;
    margin: 10px 0;
    padding: 23px 60px 23px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    cursor: pointer;
}

.maintenance-flow .step-item h5::after {
    content: '';
    position: absolute;
    top: 33%;
    right: 2%;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/faq/faq-triangle-btn.png) no-repeat 0;
    background-size: contain;
}

.maintenance-flow .step-item h5:hover {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern06.jpg);
}

.maintenance-flow .step-item dl {
    position: relative;
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: left;
}

.maintenance-flow .step-item dl:last-child {
    margin-bottom: 0;
}

.maintenance-flow .step-item .one::before {
    content: '';
    position: absolute;
    left: 0;
    width: 95px;
    height: 30px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/step01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.maintenance-flow .step-item .two::before {
    content: '';
    position: absolute;
    left: 0;
    width: 95px;
    height: 30px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/step02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.maintenance-flow .step-item .three::before {
    content: '';
    position: absolute;
    left: 0;
    width: 95px;
    height: 30px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/step03.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.maintenance-flow .step-item .four::before {
    content: '';
    position: absolute;
    left: 0;
    width: 95px;
    height: 30px;
    background-image: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/step04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.maintenance-flow .step-item .one::after,
.maintenance-flow .step-item .three::after {
    content: '';
    position: absolute;
    left: 40px;
    width: 3px;
    height: 55px;
    border-left: 3px solid #BBC5CB;
}

.maintenance-flow .step-item .two::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 40px;
    width: 3px;
    height: 65px;
    border-left: 3px solid #BBC5CB;
}

.maintenance-flow .step-item dt {
    margin-bottom: 10px;
    padding-left: 120px;
    font-weight: bold;
}

.maintenance-flow .step-item dd {
    padding-left: 120px;
}

.maintenance-flow .step-item dd span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.maintenance-flow .step-item .color-red {
    color: #d2506e;
    font-size: 12px;
    font-weight: bold;
}

.maintenance-flow .step-item.second dd {
    line-height: 1.6;
}

.maintenance-flow .step-item .text-top {
    margin-bottom: 13px;
    font-size: 28px;
    font-weight: 600;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.maintenance-flow .step-item .text-bottom {
    margin-bottom: 45px;
}

.maintenance-flow .step-item .text-bottom span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.maintenance-flow .step-item .btn-wrap {
    margin-bottom: 50px;
}

.maintenance-flow .step-item .btn-wrap img {
    max-width: 275px;
}

.maintenance-flow ul {
    margin-bottom: 170px;
    padding: 0 30px;
}

.js-list-inner {
    display: none;
}

.js-list-wrap.open {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/common/bg-pattern06.jpg);
}

.maintenance-flow .step-item h5.open::after {
    content: '';
    position: absolute;
    top: 36.1%;
    right: 2.5%;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/faq/faq-cross-btn.png) no-repeat 0;
    background-size: contain;
}

.maintenance-flow .step-item .is-margin {
    margin-top: 50px;
}

.maintenance-flow .step-item .is-margin:last-of-type {
    margin-bottom: 45px;
}

@media screen and (max-width: 767px) {

    .member-page-link {
        padding: 0 30px;
        flex-wrap: wrap;
    }

    .member-page-link li {
        width: 100%;
        margin-bottom: 15px;
    }

    .member-page-link li a {
        font-size: 12px;
        box-shadow: 0 5px 0 #63666c;
    }

    .members-content h3 {
        margin-bottom: 30px;
        padding-bottom: 80px;
    }

    .members-content h3 .en {
        top: -30px;
        font-size: 40px;
    }

    .members-content h3 .ja {
        top: 25px;
        font-size: 24px;
    }

    .members-content p {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 1.56;
    }

    .members-content p span {
        padding-top: 10px;
    }

    .members-content .benefits li {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .members-content .benefits dl {
        margin-top: 25px;
        padding-left: 0;
    }

    .members-content .benefits dd {
        padding-top: 0;
        font-size: 16px;
        line-height: 1.875;
    }

    .members-content .benefits dt {
        padding-bottom: 5px;
        border: none;
        font-size: 24px;
        text-align: center;
        line-height: 1.875;
    }


    .members-content .benefits .one::before,
    .members-content .benefits .two::before,
    .members-content .benefits .three::before {
        display: none;
    }

    .members-content .benefits .one .benefits-title,
    .members-content .benefits .two .benefits-title,
    .members-content .benefits .three .benefits-title{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: rgba(255,255,255,0.8);
        border-radius: 5px;
        font-size: 16px;
        line-height: 1.875;
    }

    .members-content .benefits .one .benefits-title span,
    .members-content .benefits .two .benefits-title span,
    .members-content .benefits .three .benefits-title span{
        display: block;
        font-size: 27px;
        font-weight: normal;
        line-height: 1;
    }

    .members-content .benefits {
        padding-top: 50px;
        margin-bottom: 115px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/member-bg-sp.png) no-repeat center/ 100% 100%;
    }

    .maintenance-content h3 {
        margin-bottom: 25px;
        padding-bottom: 90px;
    }

    .maintenance-content h3 .en {
        top: -25px;
        font-size: 40px;
        line-height: 1.2;
    }

    .maintenance-content h3 .ja {
        top: 65px;
        font-size: 24px;
        line-height: 1.56;
    }

    .maintenance-content > p {
        margin-bottom: 27px;
        font-size: 24px;
        line-height: 1.56;
    }

    .maintenance-flow ul {
        margin-bottom: 0;
        padding-bottom: 115px;
    }

    .maintenance-flow .step-item h5 {
        font-size: 16px;
    }

    .maintenance-flow .step-item .is-margin {
        margin-top: 35px;
        margin-left: 20px;
    }

    .maintenance-flow .step-item .one::after,
    .maintenance-flow .step-item .two::after,
    .maintenance-flow .step-item .three::after {
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/maintenance-arrow.png) no-repeat 0 / contain;
        border-left: none;
        top: 60%;
        left: 30px;
        width: 25px;
        height: 12px;
    }

    .maintenance-flow .step-item:nth-of-type(3) .is-margin {
        margin-top: 30px;
    }

    .maintenance-flow .step-item dl {
        margin-bottom: 25px;
    }

    .maintenance-flow .step-item dt {
        padding-left: 100px;
        line-height: 1.562;
    }

    .maintenance-flow .step-item dd {
        padding-left: 100px;
        line-height: 1.562;
    }

    .maintenance-flow .step-item .color-red {
        line-height: 1.666;
    }

    .maintenance-flow .step-item dd span {
        line-height: 1.666;
    }

    .maintenance-flow .step-item .text-top {
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1.666;
    }

    .maintenance-flow .step-item .text-bottom {
        margin-bottom: 15px;
        text-align: left;
        line-height: 1.875;
    }

    .maintenance-flow .step-item .btn-wrap {
        margin-bottom: 25px;
    }

    .maintenance-flow h4 {
        padding: 25px 30px 25px 30px;
        margin-bottom: 17px;
    }

    .maintenance-flow h4 img {
        max-width: 330px;
    }

}

@media screen and (min-width:768px) and ( max-width:1024px) {
    .member-page-link {
        padding: 0 10px;
    }

    .member-page-link li a {
        font-size: 15px;
        padding: 15px 14px;
    }

    .maintenance-content .service-wrap .service-item .color-red .tablet-size {
        font-size: 15px;
    }

    .modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list {
        padding: 0 20px;
    }

    .natural-hair-cut-container .info-area figure figcaption,
    .natural-hair-cut-container .info-area p {
        padding: 0 20px;
    }

    .maintenance-content .service-wrap {
        padding: 0 10px;
    }
}
.modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.modal-container.open{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-container .modal-wrap {
    position: relative;
    width: 100%;
    max-width: 1120px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/modal-background.png) no-repeat center/ cover;
    background-size: 100% 100%;
    padding: 30px 0 47px;
    z-index: 9999;
}

.modal-container .modal-close-btn-pc {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 10000;
}

.modal-container.modal04 .modal-wrap,
.modal-container.modal05 .modal-wrap,
.modal-container.modal06 .modal-wrap {
    padding-top: 50px;
}

.modal-container .modal-wrap .modal-inner {
    width: 100%;
    display: block;
    overflow: auto;
    max-height: 70vh;
    margin: 0 auto;
}

.modal-container.modal01 .modal-wrap .modal-inner .modal-title-area .modal-img {
    max-width: 160px;
    margin: 0 auto 22px;
}

.modal-container.modal02 .modal-wrap .modal-inner .modal-title-area .modal-img {
    max-width: 220px;
    margin: 0 auto 22px;
}

.modal-container.modal03 .modal-wrap .modal-inner .modal-title-area .modal-img {
    max-width: 245px;
    margin: 0 auto 22px;
}

.modal-container.modal04 .modal-wrap .modal-inner .modal-title-area .modal-img {
    max-width: 340px;
    margin: 0 auto 22px;
}

.modal-container.modal05 .modal-wrap .modal-inner .modal-title-area .modal-img {
    max-width: 330px;
    margin: 0 auto 22px;
}

.modal-container.modal06 .modal-wrap .modal-inner .modal-title-area .modal-img {
    max-width: 280px;
    margin: 0 auto 22px;
}

.modal-container .modal-wrap .modal-inner .modal-title-area .modal-text {
    margin-bottom: 30px;
    text-align: center;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area {
    max-width: 900px;
    margin: 0 auto;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list li {
    width: 48%;
    font-size: 12px;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list li p {
    font-size: 16px;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list li .modal-img-comment {
    margin-bottom: 15px;
    font-size: 12px;
    text-align: right;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 1px;
    height: 100%;
    background: #E7EAED;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list li .modal-img {
    width: 100%;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list li h3 {
    text-align: center;
    font-size: 22px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.modal-container .modal-wrap .modal-inner .modal-sample-area .modal-sample-list li h3 span {
    position: relative;
    bottom: 7px;
    font-size: 12px;
    font-weight: normal;
}

.modal-container .modal-wrap .modal-inner .modal-list-area {
    width: 100%;
}

.modal-container .modal-wrap .modal-inner .modal-list-area .modal-list-body {
    display: flex;
    justify-content: space-around;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px 40px;
}

.modal-container .modal-wrap .modal-inner .modal-list-area .modal-list-body h3 {
    font-weight: bold;
}

.modal-container .modal-wrap .modal-inner .modal-list-area li:nth-of-type(even) {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/table-bg.png) no-repeat center/ cover;
}

.modal-container.modal06 .modal-wrap .modal-inner .modal-list-area.modal-list-option {
    margin-top: 30px;
}

.modal-container.modal06 .modal-wrap .modal-inner .modal-list-area.modal-list-option li:nth-of-type(even){
    background: none;
}

.modal-container.modal06 .modal-wrap .modal-inner .modal-list-area.modal-list-option li:nth-of-type(odd) {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/table-bg.png) no-repeat center/ cover;
}

.modal-container .modal-wrap .modal-inner .modal-list-area li .modal-list-body h3 {
    font-family : "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

.modal-container .modal-wrap .modal-inner .modal-list-area .modal-list-body .option-comment{
    position: relative;
    left: -5px;
    bottom: 5px;
    font-size: 10px;
}

.modal-container .modal-wrap .modal-inner .modal-list-area li .modal-list-body h3:first-child,
.modal-container .modal-wrap .modal-inner .modal-list-area li .modal-list-body p:first-child {
    width: 75%;
}

.modal-container .modal-wrap .modal-inner .modal-list-area li .modal-list-body h3:not(:first-child),
.modal-container .modal-wrap .modal-inner .modal-list-area li .modal-list-body p:not(:first-child) {
    width: 12.5%;
}

.modal-container .modal-wrap .modal-inner .modal-comment-area {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 0 40px;
}

.modal-container .modal-wrap .modal-inner .modal-comment-area p {
    font-size: 12px;
}

.modal-container .modal-wrap .modal-inner .modal-request-area {
    max-width: 900px;
    margin: 50px auto 50px;
    padding: 0 40px;
}

.modal-container .modal-wrap .modal-inner .modal-request-area p {
    margin-bottom: 20px;
}

.modal-container .modal-wrap .modal-inner .modal-request-area p:last-child {
    margin-bottom: 0;
}

.modal-container .modal-wrap .modal-inner .modal-request-area p span {
    background: #D2506E;
    border-top: 5px solid #D2506E;
    border-bottom: 5px solid #D2506E;
    border-right: 7px solid #D2506E;
    border-left: 7px solid #D2506E;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.modal-container .modal-wrap .modal-inner .modal-contact-area {
    display: flex;
    justify-content: center;
    max-width: 720px;
    margin: 0 auto;
}

.modal-container .modal-wrap .modal-inner .modal-contact-area li:first-child{
    width: 50%;
    padding-right: 10px;
    padding-left: 30px;
}

.modal-container .modal-wrap .modal-inner .modal-contact-area li:last-child{
    width: 40%;
    padding-right: 30px;
    padding-left: 10px;
}

.modal-container .modal-wrap .modal-inner .modal-contact-area li:first-child .modal-img {
    display: block;
    max-width: 400px;
}

.modal-container .modal-wrap .modal-inner .modal-contact-area li:last-child .modal-img {
    display: block;
    max-width: 300px;
}

.modal-background {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(52,55,61,0.7);
    z-index: 99;
}


.modal-container.open .modal-background {
    display: block;
}
.modal-title-sp {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
    padding: 10px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/arrow.png) no-repeat bottom 20px right 35px/20px, url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/modal-bg-sp.jpg) no-repeat center/cover;
    border-radius: 5px;
    color: #43474e;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.modal-title-sp span {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
}

.modal-title-sp.open {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/arrow-open.png) no-repeat bottom 20px right 35px/20px, url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/modal-open-bg-sp.jpg) no-repeat center/cover;
}

.modal-title-sp span::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #aac3d2;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
}

.modal-title-sp.open span::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

.modal-content-sp {
    position: relative;
    display: none;
}

.modal-content-sp.open {
    display: block;
    margin-bottom: 75px;
    padding: 50px 0 30px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/arrow-border.png) no-repeat top center/contain, url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/bottom-border.png) no-repeat bottom center/contain;
}

.modal-head {
    margin-bottom: 25px;
    text-align: center;
}

.modal-head .title-icon {
    display: block;
    max-width: 60px;
    margin: 0 auto;
}

.modal-head .title-text {
    display: block;
    margin: 0 auto;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/border.png) no-repeat center bottom/75px;
    font-size: 24px;
    font-weight: 500;
}

.modal-head .sub-title {
    position: relative;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.modal-head .sub-title::before,
.modal-head .sub-title::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: #34373d;
}

.modal-head .sub-title::before {
    top: 7px;
    left: -16px;
    transform:rotate(70deg);
}

.modal-head .sub-title::after {
    top: 7px;
    right: -10px;
    transform:rotate(-70deg);
}

.modal-about {
    margin-bottom: 50px;
    font-size: 16px;
    text-align: center;
}

.maintenance-menu .menu-head {
    display: block;
    padding: 0 30px 12px;
    font-size: 16px;
    font-weight: bold;
}

.maintenance-menu dl:nth-of-type(odd) {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/modal-open-bg-sp.jpg) no-repeat center/cover;
}

.maintenance-menu dl {
    padding: 20px 30px;
}

.maintenance-menu dl dt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6;
}

.maintenance-menu dl dt span {
    display: block;
    font-size: 12px;
}

.maintenance-menu .reference-mark {
    position: relative;
    display: inline;
    bottom: 6px;
    font-size: 10px;
}

.maintenance-menu dl dt span span {
    position: relative;
    bottom: 3px;
    display: inline;
    font-size: 10px;
}

.maintenance-menu dl dt .small {
    position: relative;
    right: 5px;
    bottom: 5px;
    display: inline;
    font-size: 10px;
}

.maintenance-menu dl dd {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 16px;
}

.modal-comment-area-sp {
    padding: 30px 30px 0;
    font-size: 12px;
}

.modal-comment-area-sp p {
    text-align: justify;
    line-height: 1.5;
}

.modal-close-btn {
    position: absolute;
    top: 50px;
    right: 25px;
    display: block;
    width: 15px;
}

.special-menu {
    padding: 0 30px;
}

.special-menu dt {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: bold;
}

.special-menu dt span {
    position: relative;
    left: 4px;
    bottom: 5px;
    font-size: 10px;
}

.special-menu dd {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.6;
}

.special-menu figure {
    padding-top: 10px;
}

.special-menu figcaption {
    font-size: 12px;
    text-align: right;
}

.modal-please {
    padding: 40px 30px 0;
}

.modal-please h4 {
    position: relative;
    margin-bottom: 30px;
    color: #d2506e;
    font-size: 16px;
    font-family: "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    text-align: center;
}

.modal-please h4::before,
.modal-please h4::after {
    content: "";
    position: absolute;
    top: 25px;
    width: 65px;
    height: 5px;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/double-border.png) no-repeat center/contain;
}

.modal-please h4::before {
    left: -5px;
}

.modal-please h4::after {
    right: -5px;
}

.modal-please p {
    margin-bottom: 45px;
    font-size: 16px;
}

.modal-please .modal-tel-area p {
    margin-bottom: 20px;
}

.modal-please .modal-tel-area .tel {
    display: block;
    margin-bottom: 25px;
}

.modal-please .modal-tel-area .contact-btn {
    display: block;
    padding: 0 20px;
}







.natural-hair-cut-container {
    margin-top: -180px;
    padding-top: 180px;
}

.natural-hair-cut-container h3 {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 30px;
    background: #e7e9ed;
    text-align: center;
}

.natural-hair-cut-container h3 .en {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    font-size: 60px;
    font-family: "Lato", "游ゴシック体", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 100;
}

.natural-hair-cut-container h3 .ja {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
}

.natural-hair-cut-container .about {
    margin-bottom: 43px;
    text-align: center;
    font-size: 16px;
}

.natural-hair-cut-container .info-area {
    margin-bottom: -50px;
    padding: 65px 0;
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/top/top-point-contents-bg.jpg);
}

.natural-hair-cut-container .info-area h4 {
    max-width: 550px;
    margin: 0 auto 25px;
}

.natural-hair-cut-container .info-area h4 img {
    -webkit-backface-visibility: hidden;
}

.natural-hair-cut-container .info-area figure {
    max-width: 816px;
    margin: 0 auto 30px;
}

.natural-hair-cut-container .info-area figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.natural-hair-cut-container .info-area p {
    max-width: 815px;
    margin: 0 auto;
    font-size: 12px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 150px;
}
.natural-hair-cut-container .cocoro-area h4 {
    max-width: 280px;
    margin: 0 auto 25px;
}

.natural-hair-cut-container .cocoro-area .about {
    font-size: 16px;
    text-align: center;
}

.natural-hair-cut-container .cocoro-area .about span {
    color: #d2506e;
    font-weight: bold;
}

.natural-hair-cut-container .cocoro-area table {
    width: 100%;
    margin-bottom: 30px;
}

.natural-hair-cut-container .cocoro-area th,
.natural-hair-cut-container .cocoro-area td {
    padding: 10px;
    font-size: 16px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area th {
    font-weight: bold;
}

.natural-hair-cut-container .cocoro-area th:first-of-type,
.natural-hair-cut-container .cocoro-area td:first-of-type {
    width: 70%;
    padding-left: 50px;
}

.natural-hair-cut-container .cocoro-area th:nth-of-type(2),
.natural-hair-cut-container .cocoro-area th:nth-of-type(3) {
    width: 15%;
}

.natural-hair-cut-container .cocoro-area tbody tr:nth-of-type(odd) {
    background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/table-bg.png) no-repeat center/cover;
}

.natural-hair-cut-container .cocoro-area .attention {
    display: block;
    margin-bottom: 50px;
    padding: 0 50px;
    font-size: 12px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area .shop {
    display: block;
    margin-bottom: 35px;
    padding: 0 50px;
    font-size: 16px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area .shop dt {
    display: inline-block;
    background: #d2506e;
    margin-bottom: 20px;
    padding: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.natural-hair-cut-container .cocoro-area .shop dd {
    font-size: 16px;
}

.natural-hair-cut-container .cocoro-area .use-about {
    margin-bottom: 35px;
    padding: 0 50px;
    font-size: 16px;
    text-align: left;
}

.natural-hair-cut-container .cocoro-area .use-about span {
    display: block;
    margin-top: 10px;
    color: #d2506e;
    font-weight: bold;
}


@media screen and (max-width: 767px) {
    .natural-hair-cut-container {
        padding: 0;
    }
    
    .natural-hair-cut-container h3 {
        margin-bottom: 30px;
        padding-bottom: 90px;
    }
    
    .natural-hair-cut-container h3 .en {
        top: -25px;
        font-size: 50px;
        line-height: 1;
    }
    
    .natural-hair-cut-container h3 .ja {
        top: 80px;
        font-size: 20px;
    }
    
    .natural-hair-cut-container .about {
        margin-bottom: 30px;
    }
    
    .natural-hair-cut-container .info-area {
        padding: 30px;
    }
    
    .natural-hair-cut-container .info-area {
        margin-bottom: 15px;
    }

    .natural-hair-cut-container .cocoro-area {
        padding-top: 60px;
    }
    
    .natural-hair-cut-container .cocoro-area .attention {
        margin-bottom: 40px;
        padding: 0 20px 0 30px;
    }
    
    .natural-hair-cut-container .cocoro-area .shop {
        padding: 0 30px;
    }
    
    .natural-hair-cut-container .cocoro-area .shop dd {
        line-height: 1.6;
    }
    
    .natural-hair-cut-container .cocoro-area .use-about {
        padding: 0 30px;
        line-height: 2;
    }
    
    .natural-hair-cut-container .cocoro-area .shop dt {
        position: relative;
        display: block;
        margin-right: -5px;
        color: #d2506e;
        background: transparent;
        text-align: center;
        line-height: 1.6;
    }
    
    .natural-hair-cut-container .cocoro-area .shop dt::before,
    .natural-hair-cut-container .cocoro-area .shop dt::after {
        content: "";
        position: absolute;
        top: 25px;
        width: 50px;
        height: 5px;
        background: url(//www.breastepithese.jp/cms2/wp-content/themes/glowing/assets/img/member/sp/double-border.png) no-repeat center/contain;
    }
    
    .natural-hair-cut-container .cocoro-area .shop dt::before {
        left: -5px;
    }
    
    .natural-hair-cut-container .cocoro-area .shop dt::after {
        right: 5px;
    }
    
    .natural-hair-cut-container .info-area h4,
    .natural-hair-cut-container .cocoro-area h4 {
        max-width: 265px;
    }
    
    .members-content,
    .maintenance-content,
    .natural-hair-cut-container {
        margin-top: -120px;
        padding-top: 120px;
    }

    .modal-container-sp {
        margin-bottom: 70px;
    }

    .modal-container-sp .modal-title-sp {
        margin-bottom: 10px;
    }
    
    .modal-container-sp .modal-content-sp.open {
        margin-top: 15px;
        padding-top: 75px;
    }

    .modal-head {
        margin-bottom: 20px;
    }

    .modal-head.is-padding{
        padding-top: 5px;
    }

    .modal-head.is-padding .sub-title + .title-text{
        padding-top: 5px;
    }

    .modal-about {
        margin-bottom: 45px;
    }
    
    .maintenance-menu .menu-head {
        padding-bottom: 10px;
        text-align: left;
    }

    .maintenance-menu dl {
        padding-bottom: 25px;
    }
    
    .maintenance-menu dl dt {
        margin-bottom: 10px;
        text-align: left;
    }
    
    .member-container h2 {
        margin: 35px auto 40px;
        padding: 0 30px;
    }

    .modal-comment-area-sp {
        padding: 75px 30px 50px;
    }
    
    .member-page-link {
        margin-bottom: 75px;
    }
    
    .special-menu {
        text-align: left;
    }

    .special-menu dt {
        margin-bottom: 20px;
    }

    .modal-please p {
        text-align: left;
    }

    .modal-please .modal-tel-area .tel {
        margin-bottom: 30px;
    }

}