/*
Theme Name: Share Style Book 2021
Theme URI: https://www.share-sta.com/
Author: Yamapla Corporation
Author URI: https://yp1.jp/
Description:
Version: 2
License: 
License URI: 
Tags: 
*/

/*	################################################################
	CSS OVERVIEW 	

	1. IMPORT FILES
	2. GENERAL
	3. ELEMENTS
	4. HEADER
	5. FOOTER
	...

################################################################# */

/*==========================================================
	1. IMPORT FILES
==========================================================*/
/* Fonts */

/* Css */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;900&display=swap');
@import url(libs/icofont/icofont.css);
@import url(libs/slick/slick.css);
@import url(fonts/articha/stylesheet.css);

/*==========================================================
	2. GENERAL
==========================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

body {
    font-size: 14px;
    color: #333;
    font-family: Yu Gothic;
    letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

/*p {
	margin-bottom: 1em;
}*/
img {
    border: none;
    max-width: 100%;
    height: auto;
}

a {
    color: #A5A579;
    text-decoration: none;
}

a:hover {
    color: #A5A579;
}

a:focus {
    outline: none;
}

li {
    list-style-type: none;
}

a,
button,
input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}

/*input {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}*/

input[type=text],
input[type=email],
select,
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    border: 1px solid #DDDDDD;
    padding: 8px 15px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
    border-radius: 0;
    font-family: Yu Gothic;
}

input[type=text],
input[type=email],
select,
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    padding: 0 15px;
    line-height: 44px
}

button,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
textarea:focus,
select:focus {
    border-color: #A5A57A;
    outline: none;
}

select {
    padding-right: 40px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-color: #FCD998;
}

iframe {
    max-width: 100%;
}

/* custom bootstrap css */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 768px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

/* wordpress default style */
.single .entry-content h1,
.not-kc .entry-content h1,
.comment-content h1,
.kc_text_block h1,
.single .entry-content h2,
.not-kc .entry-content h2,
.comment-content h2,
.kc_text_block h2,
.single .entry-content h3,
.not-kc .entry-content h3,
.comment-content h3,
.kc_text_block h3,
.single .entry-content h4,
.not-kc .entry-content h4,
.comment-content h4,
.kc_text_block h4,
.single .entry-content h5,
.not-kc .entry-content h5,
.comment-content h5,
.kc_text_block h5,
.single .entry-content h6,
.not-kc .entry-content h6,
.comment-content h6,
.kc_text_block h6,
.single .entry-content p,
.not-kc .entry-content p,
.comment-content p,
.kc_text_block p,
.single .entry-content table,
.not-kc .entry-content table,
.comment-content table,
.kc_text_block table,
.single .entry-content dl,
.not-kc .entry-content dl,
.comment-content dl,
.kc_text_block dl,
.single .entry-content pre,
.not-kc .entry-content pre,
.comment-content pre,
.kc_text_block pre,
.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul,
.single .entry-content ol,
.not-kc .entry-content ol,
.kc_text_block ol,
.comment-content ol {
    margin-bottom: 20px;
}

.single .entry-content ul,
.not-kc .entry-content ul,
.kc_text_block ul,
.comment-content ul {
    list-style: none;
}

.single .entry-content ul,
.not-kc .entry-content ul {
    margin: 0 40px 20px;
}

.single .entry-content ul li,
.not-kc .entry-content ul li {
    font-size: 14px;
}

.kc_text_block ul li,
.comment-content ul li,
.single .entry-content ol li,
.not-kc .entry-content ol li,
.kc_text_block ol li,
.comment-content ol li {
    font-size: 16px;
    line-height: 36px;
}

.single .entry-content ul li:before,
.not-kc .entry-content ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #5f5f5f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 2px;
}

.kc_text_block ul li:before,
.comment-content ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    padding-bottom: 2px;
}

.post-password-form input[type="password"] {
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border: 1px solid #e9e9e9;
    margin-right: 10px;
}

.post-password-form input[type="submit"] {
    border: 1px solid #242627;
    background: none;
    color: #242627;
    text-transform: uppercase;
    height: 38px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
}

.post-password-form input[type="submit"]:hover {
    background: #242627;
    color: #FFF;
}

.screen-reader-text {
    display: none
}

.gallery:after {
    content: "";
    display: block;
    clear: both;
    margin: 0 -5px 20px;
}

.gallery-item {
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
}

.gallery-columns-1 .gallery-item {
    float: none;
    display: block;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: both;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption-text {
    text-align: center;
    padding: 5px;
    font-style: italic;
}

.gallery-caption {
    text-align: left;
    font-style: italic;
    padding: 5px 0;
}

.alignleft {
    float: left;
    margin: 0 20px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 20px;
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.bypostauthor {
    display: block;
}

/*==========================================================
	3. ELEMENTS
==========================================================*/
#wrapper {
    margin: auto;
}

.searchform {
    display: inline-block;
}

.searchform>div {
    position: relative;
    width: 250px;
}

.searchform>div:before {
    position: absolute;
    top: 5px;
    right: 8px;
    content: "\f002";
    font-family: FontAwesome;
    font-size: 14px;
    color: #e7e7e7;
}

.searchform label {
    display: none;
}

.searchform #s {
    width: 100%;
    background: none;
    height: 33px;
    padding: 5px 45px 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e7e7e7;
    font-style: italic;
}

.searchform #searchsubmit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: none;
    border: none;
    font-size: 0;
}

.star-rating {
    font-family: FontAwesome;
    font-size: 13px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 74px;
    letter-spacing: 3px;
}

.star-rating:before {
    color: #b5b5b5;
    content: "\f005\f005\f005\f005\f005";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    left: 0;
    position: absolute;
    top: 0;
    color: #ffe931;
}

.thumbnail {
    border-radius: 0;
}

/*==========================================================
	4. HEADER
==========================================================*/
.site-header {
    position: relative;
    z-index: 100;
    text-align: center;
    border-bottom: 1px solid #DDDDDD;
}

.site-header .mid-header {
    padding: 48px 0 35px;
    background: #fff;
}

.home .site-header {
    display: none;
}

.home .site-header.open {
    display: block;
}

.site-header.open {
    background: #fff;
    border-bottom: none;
}

.site-header.open .mid-header {
    height: 132px;
}

.site-header.open .site-brand {
    position: fixed;
    left: 0;
    right: 0;
    background: #fff;
}

.site-header .site-brand a {
    display: inline-block;
    vertical-align: middle;
}

.main-menu {
    width: 100%;
    position: fixed;
    z-index: -1;
    background: #fff;
    padding-top: 200px;
    top: 0;
    right: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.site-header.open .main-menu {
    opacity: 1;
    visibility: visible;
    right: 0;
}

/*.home .main-menu {
    top: 0;
    padding-top: 190px;
}*/

.overlay-close {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    top: 30px;
    right: 25px;
    position: fixed;
    z-index: 1000;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.site-header.open .overlay-close {
    opacity: 1;
    visibility: visible;
}

.overlay-close span {
    width: 35px;
    height: 2px;
    background: #A5A57A;
    position: absolute;
}

.overlay-close .span-1 {
    top: 30px;
    left: 13px;
    transform: rotate(-45deg);
}

.overlay-close .span-2 {
    top: 30px;
    right: 11px;
    transform: rotate(45deg);
    left: auto;
}

.menu-wrap {
    display: flex;
    width: 960px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.main-menu .menu-wrap ul {
    padding: 0;
    list-style: none;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 50%;

}

.main-menu ul li {
    display: flex;
    position: relative;
    margin-bottom: 65px;
}

.main-menu ul li label {
    font-family: 'Mathematical';
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    color: #A5A57A;
    text-align: left;
    width: 130px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.main-menu ul li .page-link a {
    font-size: 18px;
    line-height: 45px;
    color: #333;
    display: block;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.25em;
}


/*.main-menu ul li .page-link a:last-child {
	margin-bottom: 0;
}*/
.main-menu ul li a:hover,
.main-menu .current-menu-item a {
    color: #A5A57A;
}

.menu-main {
    display: inline-block;
    vertical-align: middle;
}

.main-menu .searchform {
    float: right;
    margin-top: 3px;
}

.main-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    background: #212121;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
}

.main-menu li:hover>.sub-menu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.mobile-menu {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFF;
    cursor: pointer;
}

.main-menu .arrow {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #000;
    display: none;
}

/*==========================================================
	5. CONTENT
==========================================================*/
.site-main {
    min-height: 300px;
}

.breadcrumbs {
    margin-bottom: 30px;
}

.breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs li:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    content: "\f101";
    font-family: FontAwesome;
}

.breadcrumbs li:last-child:after {
    display: none;
}

.left-content .site-content {
    float: right;
}

.site-content {
    line-height: 24px;
}

.site-main .widget {
    margin-bottom: 15px;
}

.site-main .widget>ul {
    padding-left: 13px;
}

.site-main .widget-title {
    font-size: 16px;
}

.widget_nav_menu .menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.widget_nav_menu .menu li {
    padding: 7px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
}

.widget_nav_menu .menu li:last-child {
    border-bottom: none;
}

.widget .searchform {
    display: block;
}

.widget .searchform>div {
    width: auto;
}

.widget .searchform #s {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.site-main .widget_blog_widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget_blog_widget ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #cccccc;
}

.widget_blog_widget ul li:first-child {
    padding-top: 0;
}

.widget_blog_widget ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.widget_blog_widget .thumb {
    display: block;
    width: 70px;
    margin-right: 20px;
    float: left;
}

.widget_blog_widget li h4 {
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    max-height: 36px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 5px 0 5px;
}

.widget_blog_widget li h4 a {
    color: #333;
}

.widget_blog_widget li h4 a:hover {
    color: #3c8545;
}

.widget_blog_widget li span {
    font-size: 12px;
    color: #999999;
}

article.post {
    margin-bottom: 30px;
}

.post-title {
    border-bottom-style: dashed;
}

.post-thumb {
    margin-bottom: 10px;
    border-radius: 0;
}

.post-thumb a {
    display: block;
}

.post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.post-thumb a:hover img {
    opacity: 0.8;
}

.post-meta>* {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    font-size: 13px;
    margin-bottom: 5px;
}

.post-meta>*:last-child {
    margin-right: 0;
}

.post-meta>* i {
    margin-right: 5px;
    font-size: 12px;
}

.site-404 {
    max-width: 470px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.site-404 h1 {
    margin-bottom: 50px;
}

.site-404 h1 strong {
    display: block;
    font-size: 140px;
    font-weight: bold;
    -webkit-text-stroke: 4px #0176ac;
    -webkit-text-fill-color: white;
    font-family: arial;
}

.site-404 h1 span {
    font-size: 32px;
    text-transform: uppercase;
    color: #0176ac;
}

/*==========================================================
	6. PAGES
==========================================================*/
/* -- home-page --*/
.title-page {
    padding-top: 50px;
    margin: 0 auto;
    max-width: 1230px;
}

h1.title-en {
    font-family: 'Articha';
    font-size: 80px;
    line-height: 72px;
    color: #dedfc5;
    text-transform: capitalize;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 20px;
    letter-spacing: normal;
}

.title-inquiry h1.title-en {
    text-transform: inherit;
}

.desc-main {
    font-size: 20px;
    line-height: 36px;
    color: #000;
    letter-spacing: 0.15em;
}

/* -- photo --*/
.main-photo {
    padding-bottom: 150px;
}

.content-photo {
    max-width: 960px;
    margin: 0 auto;
}

.title-ja-small {
    color: #000;
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-bottom: 75px;
}

.page-template-template-faq .title-ja-small {
    margin-bottom: 100px;
}

.content-inquiry .title-ja-small {
    margin-bottom: 45px;
}

.main-inquiry form {
    letter-spacing: 0.15em;
}

.content-photo .sign-up {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 500;
}

.content-photo .sign-up a {
    text-decoration: underline;
    color: #A5A579;
}

.main-photo .form-search {
/*    margin-bottom: 80px;*/
}

.main-photo .form-search form {
    display: flex;
    align-items: center;
}

.main-photo .item-input {
    margin-right: 6px;
    font-size: 18px;
    font-weight: 500;
}

.main-photo .gender-input {
    width: 135px;
    position: relative;
}

.main-photo .item-input>* {
    width: 100%;
}

.main-photo .color-input,
.main-photo .length-input {
    width: 180px;
    position: relative;
}

.main-photo .color-input,
.main-photo .length-input,
.main-photo .gender-input {
    position: relative;
}

.main-photo .color-input:after,
.main-photo .length-input:after,
.main-photo .gender-input:after {
    position: absolute;
    content: "\eab2";
    font-family: 'IcoFont' !important;
    color: #333333;
    font-size: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.main-photo .item-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 15px;
    background: none;
}

.main-photo .item-input.search-input {
    width: 310px;
}

.main-photo .item-input.search-input input {
    width: 100%;
}

.main-photo .item-search {
    text-align: center;
    margin-right: 0;
    margin-left: 20px;
    width: 100px;
}

.main-photo .item-search button {
    border: none;
    cursor: pointer;
    background: none;
    color: #fff;
    line-height: 48px;
    font-size: 30px;
    background-color: #333333;
    border-radius: 30px;
    box-shadow: 1.414px 1.414px 3px 0px rgba(0, 0, 0, 0.3);
}

@media all and (-ms-high-contrast:none) {

    .main-photo .item-input.search-input input,
    .main-photo .item-input select {
        line-height: 31px;
        padding-top: 7px;
        padding-bottom: 2px;
    }

    /* / IE10 /  */
    *::-ms-backdrop,
    .main-photo .item-input.search-input input,
    .main-photo .item-input select {
        line-height: 31px;
        padding-top: 7px;
        padding-bottom: 2px;
    }

    /*/ IE11 /*/
}

.photo-list {
    display: flex;
    flex-wrap: wrap;
	gap: 8px;
}

.js-shuffle-sizer {
	width: 25%
}

.photo-list .item {
/*     width: 25%;
    padding: 0 10px;
    margin-bottom: 20px; */
	margin-bottom: 8px;
/* 	width: calc(25% - 8px); */
	width: calc((100% - 24px) / 4);
}

.photo-list .item a {
	display: flex;
}

.photo-list .item img {
	max-height: 250px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, 0.2);

}

.page-navigation {
    margin-top: 45px;
    text-align: center;
}

.page-navigation a,
.page-navigation span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 1.414px 1.414px 3px 0px rgba(0, 0, 0, 0.3);
}

@media all and (-ms-high-contrast:none) {

    .page-navigation a,
    .page-navigation span {
        line-height: 35px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .page-navigation a,
    .page-navigation span {
        line-height: 35px;
    }


    /*/ IE11 /*/
}

.page-navigation a {
    border: 1px solid #d5d5d5;
    color: #666;
}

.page-navigation .previous,
.page-navigation .next {
    font-weight: normal;
}

.page-navigation .next {
    margin-right: 0;
}

.page-navigation a:hover,
.page-navigation span {
    background: #333;
    color: #cdcd46;
}

/* photo-detail */
.photo-detail {
    padding-bottom: 150px;
}

.main-detail {
    display: flex;
    padding-right: 30px;
    justify-content: space-between;
}

/*.main-detail .photo-slider {
    max-width: 440px;
    margin-right: 40px;
}

.main-detail .photo-review {
    margin-bottom: 20px;
}

.photo-review .item img {
    min-width: 440px;
}

.main-detail .photo-control {
    display: flex;
}

.main-detail .photo-control .item {
    width: 25%;
    margin-right: 13px;
}

.main-detail .photo-control .item:last-child {
    margin-right: 0;
}

.main-detail .photo-control .item a {
    display: block;
    transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    -webkit-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
}

.main-detail .photo-control .item a img {
    vertical-align: middle;
}

.main-detail .photo-control .item a.active {
    border: 3px solid #A5A57A;
}*/
.product-slider {
    flex: 0 0 auto;
    margin-right: 40px;
    max-width: 440px;
    width: 50%;
}
.product-images {
    position: relative;
}

.product-gallery-slider {
    margin: 0;
    padding: 0;
}

.slick-arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    color: #696969;
    border: 0;
    background-color: transparent;
}

.slick-arrow.slick-prev {
    right: auto;
    left: -40px;
}

.slick-arrow.slick-next {
    right: -40px;
    left: auto;
}

.product-gallery-slider .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
}

.product-thumb-slider {
    margin: 14px 0 0;
    padding: 0;
}

.product-thumb-slider .slick-list {
    margin: 0 -7px;
}

.product-thumb-slider .slick-list .slick-slide {
    padding: 0 7px;
}

.slick-slider:hover .slick-arrow.slick-prev {
    left: 0;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.slick-slider:hover .slick-arrow.slick-next {
    right: 0;
}
.slick-slider:hover .slick-arrow {
    opacity: 1;
}

.product-thumb-slider .slick-slide {
    cursor: pointer;
    opacity: .8;
    display: inline-block;
    margin: 0;
}

.product-thumb-slider .slick-slide:hover,
.product-thumb-slider .slick-slide.slick-current {
    opacity: 1;
}

.product-thumb-slider .slick-list .slick-slide > div img {
    height: 113px;
}

.product-thumb-slider .slick-list .slick-slide.slick-current img {
    border: 3px solid #A5A57A;
}

.parameter .photo-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.15em;
}

.list-parameter {
    margin-bottom: 35px;
}

.list-parameter li {
    padding: 15px 0 15px 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    border-top: 1px solid #DDDDDD;
    font-weight: 500;
    color: #000;
}

.list-parameter li:last-child {
    border-bottom: 1px solid #DDDDDD;
}

.down-list {
    padding: 30px;
    border: 1px solid #A7A77D;
    margin-bottom: 15px;
}

.down-list .item {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: center;*/
    margin-bottom: 30px;
}

.down-list .item:last-child {
    margin-bottom: 0;
}

.down-list .item .stt-img {
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    color: #A5A579;
    margin-right: 85px;
}

.down-list .item a.down {
    display: block;
    text-align: center;
    color: #FFFF4C;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background: #333;
    width: 100%;
    border-radius: 4px;
    letter-spacing: 0.2em;
}

/*.down-mobile {
    display: none;
}*/

@media all and (-ms-high-contrast:none) {
    .down-list .item a.down {
        line-height: 58px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .down-list .item a.down {
        line-height: 58px;
    }

    /*/ IE11 /*/
}

.parameter .note {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 25px;
    padding-left: 12px;
    margin-bottom: 45px;
}

a.request-insta {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #A5A57A;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    box-shadow: 1.414px 1.414px 3px 0px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.2em;
}

@media all and (-ms-high-contrast:none) {
    .parameter a.request-insta {
        line-height: 60px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .parameter a.request-insta {
        line-height: 60px;
    }

    /*/ IE11 /*/
}

.list-length {
    padding: 55px 0 100px;
    background: #F2F2F2;
}

.list-length .content {
    max-width: 960px;
    margin: auto;
}

.list-length h3 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin-bottom: 25px;
    letter-spacing: 0.15em;
}

.list-length .list-img {
    display: flex;
    margin-bottom: 55px;
}

.list-length .list-img .item-thumb {
    width: 25%;
    padding: 0 10px;
}

.come-back {
    text-align: center;
}

.come-back a {
    width: 300px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2em;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

@media all and (-ms-high-contrast:none) {
    .come-back a {
        line-height: 66px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .come-back a {
        line-height: 66px;
    }

    /*/ IE11 /*/
}

/*--faqs--*/
.top-faq {
    margin-bottom: 100px;
}

.top-faq .title-faq .list-title {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.title-faq .list-title li {
    margin-right: 15px;
}

.title-faq .list-title li:first-child {
    margin-right: 25px;
}

.title-faq .list-title li:last-child {
    margin-right: 0;
}

.title-faq .list-title li a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    box-shadow: 1.414px 1.414px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    letter-spacing: 0.2em;
}

@media all and (-ms-high-contrast:none) {

    .title-faq .list-title li a,
    .item-use .button-main .button-photo {
        padding-top: 5px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .title-faq .list-title li a,
    .item-use .button-main .button-photo {
        padding-top: 5px;
    }

    /*/ IE11 /*/
}

.title-faq .note {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
    text-align: center;
}

.note a {
    text-decoration: underline;
    color: #A5A579;
}

.content-faq {
    padding-bottom: 50px;
}

.item-faq {
    padding-bottom: 110px;
}

.item-faq .title {
    margin-bottom: 50px;
}

.title .eng-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.title .eng-title:after {
    content: '';
    right: 0;
    height: 1px;
    width: calc(100% - 210px);
    top: 50%;
    transform: translateY(-50%);
    background: #A5A57A;
}

.title .eng-title span {
    font-size: 20px;
    color: #A5A57A;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0;
}

.title .ja-title {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.25em;
}

.main-to-use .ja-title {
    display: flex;
}

.item-faq .list-faqs {
    margin-bottom: 60px;
}

.item-faq .list-faqs .item {
    margin-bottom: 60px;
}

.item-faq .list-faqs .item:nth-child(even) .answer .alpha {
    padding-top: 10px;
}

.item-faq .list-faqs .item:nth-child(even) .answer:before {
    margin-top: 10px;
}

.item-faq .list-faqs .item:last-child {
    margin-bottom: 0;
}

.item-faq .list-faqs .item .question,
.item-faq .list-faqs .item .answer {
    display: flex;
}

.item-faq .list-faqs .item .answer {
    padding-left: 10px;
}

.item-faq .list-faqs .item .question {
    align-items: center;
}

.item-faq .list-faqs .item .question {
    margin-bottom: 20px;
}

.item-faq .list-faqs .item .alpha {
    font-size: 40px;
    color: #000000;
    margin-right: 15px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.item-faq .list-faqs .item .question .desc {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 25px;
}

.list-faqs .item .answer:before {
    content: '';
    background-image: url('images/bf-faq.png');
    width: 20px;
    height: 20px;
    padding-left: 40px;
    background-repeat: no-repeat;
}

.item-faq .list-faqs .item .answer .alpha {
    color: #A5A57A;
}

.item-faq .list-faqs .item .answer .desc {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 35px;
}

.item-faq .seperate {
    text-align: center;
}

.item-faq .seperate span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dddddd;
    display: block;
    margin: 0 auto 10px;
}

.item-faq .seperate span:last-child {
    margin-bottom: 0;
}

.item-faq .list-faqs .item .answer .desc a {
    display: inline-block;
    font-size: 18px;
    color: #A5A579;
    margin-top: 15px;
    text-decoration: underline;
}

/*--login--*/
.main-login {
    padding: 50px 30px;
    border: 1px solid #A7A77D;
}

.main-form .item-input {
    padding: 0 20px 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.main-inquiry .item-input {
    padding: 0 20px 16px;
    margin-bottom: 16px;
}

.main-form .item-input label {
    width: 280px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.main-form .item-input label span.required {
    color: #EA3026;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}

.main-login .item-input input {
    border-radius: 4px;
}

.main-form .item-input input {
    width: calc(100% - 280px);
    color: #333;
    flex-basis: calc(100% - 280px);
}

.main-login .item-login {
    margin: 45px 0 35px;
}

.main-form .item-login {
    text-align: center;
}

.main-form .item-login button {
    width: 400px;
    height: 80px;
    line-height: 80px;
    border: none;
    background: #333;
    border-radius: 4px;
    box-shadow: 1.414px 1.414px 3px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #FFFF4C;
    font-weight: bold;
    letter-spacing: 0.2em;
    cursor: pointer;
}

.register-now {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.register-now a {
    color: #666;
    letter-spacing: 0.15em;
    text-decoration: underline;
}

.register-now a:hover {
    color: #A5A579;
}

.login {
    padding-bottom: 110px;
}

/*--inquiry--*/
.content-inquiry {
    padding-bottom: 220px;
}

.main-inquiry {
    padding: 50px 30px;
}

.form-note {
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.form-note span.required {
    font-size: 15px;
    font-weight: 500;
    color: #EA3026;
}

.item-name {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 240px);
}

.item-name .item {
    width: 50%;
    padding-left: 15px;
    display: flex;
    align-items: center;
}

.main-form .item-name .item label {
    width: auto;
}

.main-form .item-name .item input {
    width: 100%;
    flex-basis: 100%;
}

.item-name .item label {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-right: 10px;
}

@media all and (-ms-high-contrast:none) {
    .main-inquiry #item-name .item label {
        padding-top: 6px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .main-inquiry #item-name .item label {
        padding-top: 6px;
    }

    /*/ IE11 /*/
}

.main-inquiry .item-input .request {
    width: calc(100% - 280px);
    max-width: 400px;
    position: relative;
}

.main-inquiry .request:after {
    position: absolute;
    content: "\eab2";
    font-family: 'IcoFont' !important;
    color: #333333;
    font-size: 18px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.main-inquiry .item-input select {
    height: 40px;
    line-height: 38px;
    color: #333;
    width: 100%;
    letter-spacing: 0.15em;
    padding-top: 0;
    padding-bottom: 0;
    letter-spacing: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
}

.main-inquiry .item-texta {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 80px;
    align-items: baseline;
}

.main-inquiry .item-texta label {
    padding-top: 10px;
}

@media all and (-ms-high-contrast:none) {

    .main-inquiry .item-request label,
    .main-inquiry .item-texta label {
        width: 270px;
    }

    .main-inquiry .item-request select,
    .main-inquiry .item-texta textarea {
        width: calc(100% - 270px);
    }

    .main-inquiry .item-request select {
        padding-top: 8px;
        width: 100%
    }

    .main-inquiry .item-input:first-child .item-name label {
        padding-top: 6px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .main-inquiry .item-request label,
    .main-inquiry .item-texta label {
        width: 270px;
    }

    .main-inquiry .item-request select,
    .main-inquiry .item-texta textarea {
        width: calc(100% - 270px);
    }

    .main-inquiry .item-request select {
        padding-top: 8px;
        width: 100%
    }

    .main-inquiry .item-input:nth-of-type(1) .item-name label {
        padding-top: 6px;
    }

    /*/ IE11 /*/
}

.main-inquiry .item-texta textarea {
    height: auto;
    line-height: inherit;
    width: calc(100% - 280px);
    max-height: 200px;
}

.main-inquiry .privacy-policy {
    text-align: center;
    margin-bottom: 110px;
    color: #000000;
    font-size: 18px;
}

.check-remember {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    height: 30px;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0.1em;
}

.check-remember input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 18px;
    width: 18px;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -webkit-appearance: checkbox;
    left: 0;
    z-index: 99;
    right: 0;
    width: 18px;
    bottom: 0;
    top: 0;
}

.check-remember .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #ddd;
}

.checkmark:after {
    content: "\eed6";
    font-family: IcoFont;
    position: absolute;
    display: none;
    font-size: 18px;
    top: -3px;
    left: -2px;
    color: #A5A57A;
}

.check-remember input:checked~.checkmark:after {
    display: block;
}

.check-remember label {
    cursor: pointer;
}

.main-inquiry .privacy-policy a {
    color: #A5A579;
    font-size: 18px;
    text-decoration: underline;
}

/*--model--*/
.top-model {
    max-width: 990px;
    margin: 0 auto 145px;
}

.main-instagram {
    padding-left: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

.main-instagram .desc {
    max-width: 450px;
    margin-right: 40px;
}

.main-instagram .desc p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

.main-instagram .note {
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-top: 10px;
}

.button-model {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.button-model .view-button {
    color: #FFFF4C;
}

.main-model {
    max-width: 960px;
    margin: 0 auto;
    padding-bottom: 135px;

}

.main-model .title {
    margin-bottom: 70px;
}

.list-model {
    padding: 0 30px;
    margin-bottom: 25px;
}

.list-model .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #000;
}

.list-model .item:last-child {
    border-bottom: 1px solid #000;
}

.list-model .item .title-offer {
    width: 260px;
}

.list-model .item .title-offer span {
    font-size: 20px;
    font-weight: bold;
    display: block;
    line-height: 35px;
    color: #A6A67B;
    letter-spacing: 0.05em;
}

.list-model .item .package-price {
    width: 175px;
    margin-right: 15px;
    text-align: right;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.list-model .item .offer-plan {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-weight: 500;
    background: #F5F5F5;
    height: 110px;
    width: 400px;
}

.main-model .note {
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 60px;
}

.button-instargam {
    text-align: center;
}

.button-instargam a.request-insta {
    width: 450px;
    display: inline-block;
}

/*==========================================================
	7. FOOTER
==========================================================*/
.site-bottom {
    padding: 30px 0 0;
    margin-top: 50px;
    background: #333333;
    color: #f7f7f7;
}

.site-bottom a {
    color: #f7f7f7;
}

.site-bottom .widget {
    background: none;
    padding: 0;
    border: none;
    margin-bottom: 30px;
}

.site-bottom .widget-title {
    border-color: rgba(255, 255, 255, 0.1);
    color: #f7f7f7;
    font-size: 16px;
}

.site-bottom .widget_nav_menu .menu li {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.site-bottom .widget_nav_menu .menu li a:hover {
    color: #e31e1e;
}

.site-footer {
    background: #b4b4b8;
    padding: 45px 0 20px;
    color: #fff;
    text-align: center;
}

.site-footer a,
.site-footer strong{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
}

.site-footer h3 {
    font-size: 25px;
    margin-bottom: 51px;
    font-weight: 500;
}

.copyright {
    line-height: 20px;
    font-size: 12px;
}

.back-to-top {
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    width: 60px;
    font-size: 30px;
    position: fixed;
    z-index: 1000;
    bottom: 175px;
    right: 25px;
    text-align: center;
    display: inline-block;
    box-shadow: 1.414px 1.414px 3px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    color: #666666;
}

.back-to-top.close {
    z-index: -5;
}

.back-to-top i {
    font-size: 30px;
    color: #A5A57A;
    line-height: 60px;
}

.list-icon-top {
    /* position: fixed;
    z-index: 1000;
    top: 30px;
    right: 25px;
    text-align: right; */
}

.list-icon-top.menu-open {
    visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(150%);
    transition: transform 0.5s, visibility 0s 0.5s;
}

.list-icon-top li {
    margin-bottom: 15px;
}

.list-icon-top li.regi {
    margin-bottom: 0;
}

.list-icon-top li a {
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    width: 60px;
    font-size: 30px;
    background: #fff;
    color: #A5A57A;
    text-align: center;
    display: inline-block;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

@media all and (-ms-high-contrast:none) {
    .list-icon-top li a {
        line-height: 70px;
    }

    /* / IE10 /*/
    *::-ms-backdrop,
    .list-icon-top li a {
        line-height: 70px;
    }

    /*/ IE11 /*/
}

.list-icon-top li .regi-member {
    height: auto;
    width: 60px;
    border-radius: 60px;
    line-height: initial;
    background: #333;
    box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}

.list-icon-top li .regi-member span {
    width: 23px;
    font-size: 18px;
    color: #FFFF4C;
    font-weight: bold;
    background: #333;
    border-radius: 60px;
    line-height: 22px;
    letter-spacing: 0;
    display: inline-block;
    padding: 31px 0;
}

.list-icon-top li a img {
    display: inline-block;
    vertical-align: middle;
}

.list-icon-top li a i {
    font-size: 30px;
    color: #A5A57A;
}

/* home */
/* general style */
.home h1.title-en {
  letter-spacing: normal;
}

.section-main {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.bg-section {
  position: relative;
}

.bg-section::before {
  content: "";
  position: absolute;
  background-image: url("images/bg-sec-home.jpg");
  width: 72.71%;
  height: 530px;
  z-index: -1;
}

.desc-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  letter-spacing: 0.25em;
  line-height: 54px;
  color: #000000;
  font-weight: 500;
}

.content-left {
  width: 51.66%;
}

.content-right {
  width: 36%;
}

.content-inner-mb {
  display: none;
}

.button-main {
  text-align: center;
}

.view-button {
  display: inline-block;
  width: 400px;
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #FFF;
  background-color: #333;
  border-radius: 6px;
  text-align: center;
}


.view-button:hover {
  background: #A5A57A;
  color: #fff;
}


/* End general style */

/*  share-style */
.share-style {
  position: relative;
  padding-bottom: 100px;
}

.share-style .desc-title.mb {
  display: none;
}

.share-style::before {
  content: "";
  background-image: url("images/share-bg.jpg");
  height: 870px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

.share-style .share-item-img {
  position: absolute;
}

.share-style .share-item-img .content-img {
  /* width: 690px;
  height: 450px; */
  padding: 65px 40px 0px;
  background: #fff;
}

.share-style .share-item-img .title-logo {
  font-family: "02UtsukushiMincho";
  padding: 42px 0 110px;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
  color: #000;
  text-align: center;
  letter-spacing: 0.15em;
}

.share-list-img.mb {
  display: none;
}

.share-style .share-item-img:nth-of-type(1) {
  position: relative;
  padding: 405px 0 445px;
  margin: 0 auto;
  width: 41.57%;
  z-index: 99;
}

.share-style .share-item-img:nth-of-type(2) {
  top: 0;
  left: 0;
  z-index: 9;
  width: 54.46%;
}

.share-style .share-item-img img {
  width: 100%;
}

.share-style .share-item-img:nth-of-type(3) {
  top: 53px;
  left: 44.64%;
  z-index: 10;
  width: 19.88%;
}

.share-style .share-item-img:nth-of-type(4) {
  top: 230px;
  right: 21.38%;
  z-index: 10;
  width: 11.74%;
}

.share-style .share-item-img:nth-of-type(5) {
  top: 10px;
  right: 3.49%;
  z-index: 9;
  width: 21.38%;
}

.share-style .share-item-img:nth-of-type(6) {
  top: 930px;
  right: 22.95%;
  z-index: 10;
  width: 15.66%;
}

.share-style .share-item-img:nth-of-type(7) {
  right: 0;
  top: 490px;
  width: 29.15%;
  z-index: 9;
}

.share-style .share-item-img:nth-of-type(8) {
  top: 735px;
  left: 2.53%;
  z-index: 10;
  width: 38.25%;
}

.share-style .share-item-img:nth-of-type(9) {
  width: 20.78%;
  left: 36.32%;
  top: 975px;
  z-index: 9;
}

.share-style .section-main {
  padding: 0 150px;
}

.share-style .desc-title {
  margin-bottom: 50px;
}

.share-style .content-bot {
  align-items: flex-end;
}

.share-style .content-left {
  width: 67.5%;
}

.share-style .content-right {
  text-align: right;
  width: calc(100% - 67.6%)
}

/*  End share-style */

/* influencer */
.influencer {
  padding-top: 110px;
}

.influencer .content-left {
  width: 53.5%;
}

@media all and (-ms-high-contrast:none) {
  .influencer .content-left {
    width: 54.5%;
  }

  /* / IE10 /*/
  *::-ms-backdrop,
  .influencer .content-left {
    width: 54.5%;
  }

  /*/ IE11 /*/
}

.influencer.bg-section::before {
  top: 27%;
  height: 440px;
}

.influencer .section-main,
.share-style .section-main {
  display: block;
}

.influencer .desc-title {
  margin: 10px 0 50px;
}

.influencer .content-top,
.share-style .content-bot {
  display: flex;
  justify-content: space-between;
}

.influencer .list-img-inf .item-img-inf:first-child {
  padding-left: 0;
}

.influencer .list-img-inf .item-img-inf:last-child {
  padding-right: 0;
}

.item-img-inf {
  padding: 0 6px;
}

.item-img-inf,
.img-inff,
.content-right,
.share-item-img {
  line-height: 0;
}

.influencer .content-right .list-img-right .img-inff:nth-of-type(2n-1) {
  margin-right: 5px;
}

.influencer .content-right .list-img-right:first-child {
  align-items: flex-end;
  margin-bottom: 5px;
}

.influencer .content-right .list-img-right:last-child .img-inff:first-child {
  margin-left: 50px;
}

.influencer .content-right .list-img-right {
  display: flex;
}

.influencer .content-desc {
  margin-bottom: 65px;
}

.influencer .list-img-inf {
  display: flex;
  max-width: 920px;
  margin: 0 auto;
  justify-content: space-between;
}

.influencer .content-right {
  margin-top: -47px;
  margin-right: 120px;
  width: auto;
}

.influencer .view-button {
  line-height: 35px;
  padding: 5px 10px;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}

@media all and (-ms-high-contrast:none) {
  .view-button {
    line-height: 86px;
  }

  .influencer .view-button {
    padding: 8px 10px;
  }

  /* / IE10 /*/
  *::-ms-backdrop,
  .view-button {
    line-height: 86px;
  }

  .influencer .view-button {
    padding: 8px 10px;
  }

  /*/ IE11 /*/
}

/* End influencer */
/* sub-sevices */

.sub-services {
  padding: 120px 0 75px;
}

.sub-services.bg-section::before {
  bottom: 0;
  right: 0;
  height: 455px;
}

.sub-services .desc-title,
.hair-sample .desc-title {
  margin: 10px 0 45px;
}

.sub-services .content-left {
  width: 52.14%;
}

.sub-services .desc-main {
  margin: 40px 0 65px;
}

.share-style .content-bot {
  margin-bottom: 60px;
}

.sub-services .content-right {
  margin-left: 120px;
  margin-top: 50px;
}

.sub-services .content-desc {
  padding-right: 150px;
}

.sub-services .content-left {
  order: 1;
}

/* End sub-sevices */

/* hair-sample */
.hair-sample {
  padding: 130px 0 60px;
}

.hair-sample.bg-section::before {
  left: 0;
  bottom: 0;
}

.hair-sample .desc-main {
  margin-bottom: 50px;
}

.hair-sample .content-desc,
.influencer .content-desc {
  padding-left: 150px;
}

.hair-sample .content-right {
  margin-right: 120px;
  margin-top: 60px;
}

/*End hair-sample */

/* purchase-photo */
.purchase-photo {
  text-align: center;
  padding: 150px 0 208px;

}

.purchase-photo h1.title-en {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 60px;
  line-height: 54px;
  letter-spacing: 0.1em;
  color: #a6a67b;
  margin-bottom: 4px;
  font-weight: 300;
}

.purchase-photo .purchase-img {
  margin-top: 50px;
}

.purchase-photo .desc-main {
  letter-spacing: 0.05em;
  margin: 30px 0 44px;
}

.purchase-photo .title-ja-small {
  margin-bottom: 0;
}

/* purchase-photo */
/* End home */
/* ie */

/*--how-to-use--*/
.howtouse .title-en {
  text-transform: none;
}

.use-content {
  padding-bottom: 115px;
}

.main-to-use .title {
  margin-bottom: 80px;
}

.item-use {
  margin-bottom: 150px;
}

.item-use.item-4 {
  margin-bottom: 0;
}

.item-use .content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-use.item-1 .info-item {
  max-width: 500px;
}

.item-use .content-item h3 {
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  letter-spacing: 0.15em;
  margin-bottom: 30px;
}

.item-use .desc p {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.item-use .desc span {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
}

.item-use.item-1 .content-image {
  padding-right: 40px;
}

.item-use.item-1 .content-item {
  margin-bottom: 15px;
}

.item-use .button-sign {
  color: #FFFF4C;
  margin-bottom: 0;
}

.item-use .button-sign:hover {
  color: #fff;
}

.item-use.item-2 .content-item {
  padding-left: 100px;
}

.item-use.item-2 .content-image {
  max-width: 181px;
  text-align: center;
}

.item-use.item-2 .content-image span {
  color: #A5A579;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 0;
}

.item-use.item-2 .info-item {
  width: 500px;
}

.item-use .price-list {
  margin-top: 30px;
}

.item-use .title-small {
  font-size: 20px;
  font-weight: bold;
  color: #A5A579;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}

.item-use .content-price {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.item-use .content-price .price-detail {
  margin-right: 15px;
  min-width: 250px;
  margin-top: 15px;
}

.item-use .content-price .price-detail span {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  line-height: 18px;
}

.item-use .content-price .price-detail .price {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.item-use .content-price a {
  display: block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  background: #F5F5F5;
}

.item-use .content-price a span {
  display: inline-block;
  margin-bottom: 3px;
}

.item-use .extend {
  margin-top: 45px;
  padding: 35px 30px;
  background: #F7F7F7;
}

.extend .info .desc p {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.extend .item:first-child {
  margin-bottom: 30px;
}

.extend .item:last-child .info {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  align-items: center;
}

.extend .item:last-child .info .desc {
  max-width: 650px;
  margin-right: 30px;
}

.item-use.item-3 .content-item {
  padding-right: 45px;
  margin-bottom: 30px;
}

.item-use.item-3 .content-item .info-item {
  max-width: 500px;
  margin-right: 90px;
}

.item-use.item-3 .content-item .info-item .keywords {
  margin-top: 35px
}

.item-use .button-main .button-photo {
  width: 450px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  color: #666666;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.item-use .button-main .button-photo:hover {
  color: #fff;
  background: #333;
}

.item-use.item-4 .content-item {
  padding-left: 50px;
}

.item-use.item-4 .content-item .content-image {
  margin-right: 100px;
}

.item-use.item-4 .content-item .desc {
  max-width: 500px;
}
/*.container .entry //yp */
.photo-detail .non-login,
.container .entry{
    padding-bottom: 220px;
	font-size:18px;
	}
.container .entry *{
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
	}
.container .result{
	font-size:18px;
	display:block;
	clear:both;
	padding:40px 0;
	}
.container .result span{
	display:inline-block;
	padding:0 1em;
	}
.photo-list .err{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	width:100%;
	padding:2em 0;
	}
.container .entry h2,
.container .entry h3,
.container .entry h4,
.container .entry h5,
.container .entry h6{
	display:block;
	margin:0.5em 0 1em;
	}
.container .entry h2{
	font-family: 'Noto Serif JP', serif;
	font-size:166%;
	border-bottom: 1px solid #A5A57A;
	font-weight: 500;
	}
.container .entry h3{
	font-size:138%;
	}
.container .entry h4{
	font-size: 111%;
	color: #A5A579;
}
.container .entry h5{}
.container .entry h6{}
.container .entry p{
	padding-bottom:1em;
	}
.container .entry ul,
.container .entry ol{
	padding-left:1em;
	padding-bottom:1em;
	}
.container .entry ul ul,
.container .entry ul ol,
.container .entry ol ul,
.container .entry ol ol{
	padding-bottom:0;
	}
.container .entry ul li{
	list-style-type: disc;
	list-style-position: outside;
}	
.container .entry ul ul li,
.container .entry ol ul li{
	list-style-type: circle;
	list-style-position: outside;
}
.container .entry ol li,
.container .entry ul ol li{
	list-style-type: decimal;
	list-style-position: outside;
}
.container .entry ol ol li{
	list-style-type:none;
	list-style-position:inside;
	counter-increment: cnt;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.container .entry ol ol li:before{
      display: marker;
      content: "(" counter(cnt) ")";
    }
.container .entry ol ol ul li{
	list-style-type: circle;
	list-style-position: outside;
	padding:0;
	text-indent:0;
	}
.container .entry ol ol ul li:before{
	display: none;
	}	
.container .entry table{
	margin-bottom:1em;
	width: 100%;
	}
.container .entry table td label{
	font-weight:bold;
	}
@media only screen and (min-width: 769px) {
.container .entry table td{
	padding:20px;
	border-bottom: 1px solid #ddd;
	}
}
@media only screen and (max-width: 768px) {
.container .entry table td{
	display:block;
	width:100%;
	margin:auto;
	padding:20px;
	border:none;
	}
.container .entry table tr td:last-of-type{
	border-bottom: 2px solid #ddd;
	padding-top:0;
	}
}
@media only screen and (max-width: 599px) {
.photo-detail .non-login,
.container .entry{
    padding-bottom: 110px;
	font-size:14px;
	}
.container .result{
	font-size:14px;
	padding:0;
	}
.container .result span{
	padding:1em;
	}
.photo-list .err{
	text-align:left;
	font-size:14px;
	}
}
/*wpcf7-form //yp */
.wpcf7-form td{
	vertical-align:middle;
	}
.wpcf7-form td label{
	min-width:10em;
	display:block;
	}
.wpcf7-form td label span.required {
    color: #EA3026;
    font-size: 15px;
    font-weight: 500;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea{
	width:95% !important;
	}
.wpcf7-form textarea{
	min-height:5em;
	}
.wpcf7-form .privacy-policy{
	padding:2em 0;
	text-align:center;
	}
/*swpm //yp */
.swpm-profile-phone-row,
.swpm-profile-street-row,
.swpm-profile-city-row,
.swpm-profile-state-row,
.swpm-profile-zipcode-row,
.swpm-profile-country-row,
.swpm-profile-company-row{
	display: none;
	}
.swpm-login-widget-form,
.swpm-login-widget-logged,
.swpm-pw-reset-widget-form,
.photo-detail .non-login{
    padding: 30px;
    border: 1px solid #A7A77D;
	}
.swpm-login-widget-form input[type="text"],
.swpm-login-widget-form input[type="password"],
.swpm-pw-reset-widget-form input[type="text"]{
	width:95% !important;
	}
.swpm-login-widget-form .swpm-login-form-inner,
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside{
	width:100%;
	margin:auto;
	}
.swpm-login-widget-logged .swpm-logged-username,
.swpm-login-widget-logged .swpm-logged-status,
.swpm-login-widget-logged .swpm-logged-membership,
.swpm-login-widget-logged .swpm-logged-expiry{
	clear:both;
	overflow:hidden;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-username-label,
.swpm-login-widget-form .swpm-login-form-inner .swpm-password-label,
.swpm-login-widget-form .swpm-login-form-inner .swpm-username-input,
.swpm-login-widget-form .swpm-login-form-inner .swpm-password-input,
.swpm-login-widget-form .swpm-login-form-inner .swpm-remember-me,
.swpm-login-widget-form .swpm-login-form-inner .swpm-login-submit,
.swpm-login-widget-logged .swpm-logged-label,
.swpm-login-widget-logged .swpm-logged-value,
.swpm-edit-profile-form .swpm-edit-profile-submit-section,
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email,
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input,
.photo-detail .non-login .msg,
.photo-detail .non-login .login,
.photo-detail .non-login .howtouse,
.photo-detail .parameter .note .btn{
	padding:20px;
	}
.photo-detail .non-login .msg{
	font-size:107%;
	font-weight:bold;
	}
.photo-detail .non-login .login,
.photo-detail .non-login .howtouse,
.photo-detail .parameter .note .btn{
	text-align:center;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-username-label,
.swpm-login-widget-form .swpm-login-form-inner .swpm-password-label,
.swpm-login-widget-logged .swpm-logged-label,
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email{
	font-weight:bold;
	width:19em;
	float:left;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-username-label,
.swpm-login-widget-form .swpm-login-form-inner .swpm-password-label{
	line-height:40px;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-username-input,
.swpm-login-widget-form .swpm-login-form-inner .swpm-password-input,
.swpm-login-widget-logged .swpm-logged-value,
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input{
	padding-left:19em;
	border-bottom: solid 1px #CCC;
	}
.wpcf7-form .btn,
.swpm-login-widget-form .swpm-login-form-inner .swpm-login-submit,
.swpm-login-widget-logged .swpm-logged-logout-link{
	text-align:center;
	}

.container .entry .swpm-form-builder .swpm-edit-profile-submit-section input[type="submit"],
.container .entry .swpm-form-builder .swpm-edit-profile-submit-section input.swpm-submit,
.wpcf7-form .btn input,
.swpm-login-widget-form .swpm-login-form-inner .swpm-login-submit input.swpm-login-form-submit,
.swpm-login-widget-logged .swpm-logged-logout-link a,
.swpm-edit-profile-form .swpm-edit-profile-submit-section input.swpm-edit-profile-submit,
.swpm-registration-submit-section input[type="submit"].swpm-registration-submit,
.swpm-payment-button .swpm-button-wrapper input[type="submit"].swpm-subscription-button-submit,
.swpm-pw-reset-widget-form .swpm-pw-reset-submit-button input[type="submit"].swpm-pw-reset-submit,
.photo-detail .non-login .login a,
.photo-detail .non-login .howtouse a,
.photo-detail .parameter .note .btn a{
	display: inline-block;
	width:auto;
	min-width: 400px;
	padding: 1.5em 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FFF;
	background-color: #333;
	border-radius: 6px;
	text-align: center;
	border:none;
	font-size:107%;
	text-decoration: none;
}
.swpm-payment-button .swpm-button-wrapper input[type="submit"].swpm-subscription-button-submit{
	font-size:18px;
	height:80px;
	line-height:80px;
	padding:0;
	}
.container .entry .swpm-form-builder .swpm-edit-profile-submit-section input[type="submit"]:hover,
.container .entry .swpm-form-builder .swpm-edit-profile-submit-section input.swpm-submit:hover,
.wpcf7-form .btn input:hover,
.swpm-login-widget-form .swpm-login-form-inner .swpm-login-submit input.swpm-login-form-submit:hover,
.swpm-login-widget-logged .swpm-logged-logout-link a:hover,
.swpm-edit-profile-form .swpm-edit-profile-submit-section input.swpm-edit-profile-submit:hover,
.swpm-registration-submit-section input[type="submit"].swpm-registration-submit:hover,
.swpm-payment-button .swpm-button-wrapper input[type="submit"].swpm-subscription-button-submit:hover,
.swpm-pw-reset-widget-form .swpm-pw-reset-submit-button input[type="submit"].swpm-pw-reset-submit:hover,
.photo-detail .non-login .login a:hover,
.photo-detail .non-login .howtouse a:hover,
.photo-detail .parameter .note .btn a:hover{
  background: #A5A57A;
  color: #fff;
}
.wpcf7-form .btn input:disabled,
.wpcf7-form .btn input:disabled:hover{
  background: #ccc;
}
.swpm-login-widget-form .swpm-login-form-inner .swpm-forgot-pass-link{
	margin-top:20px;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-join-us-link{
	margin-bottom:20px;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-forgot-pass-link,
.swpm-login-widget-form .swpm-login-form-inner .swpm-join-us-link{
	padding:10px 20px;
	}
.swpm-edit-profile-link{
	padding:30px 20px;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-forgot-pass-link a,
.swpm-login-widget-form .swpm-login-form-inner .swpm-join-us-link a,
.swpm-login-widget-logged .swpm-edit-profile-link a{
	padding-left:1.5em;
	text-indent:-1.5em;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-forgot-pass-link a:before,
.swpm-login-widget-form .swpm-login-form-inner .swpm-join-us-link a:before,
.swpm-login-widget-logged .swpm-edit-profile-link a:before{
	content:"\25CF";
	padding-right:0.5em;	
	}
.swpm-login-widget-action-msg {
	color: #D00;
}
.swpm-edit-profile-form .swpm-profile-account-delete-section{
	text-align:right;
	padding:5em 20px 0;
	}
.swpm-edit-profile-form .swpm-profile-account-delete-section a{
	display:inline-block;
	background-color:#EEE;
	padding:1em;
	}
.swpm-registration-widget-form label{
	position:relative;
	}
.swpm-payment-button,
.swpm-pw-reset-widget-form .swpm-pw-reset-submit-button{
	text-align: center;
	padding-top:3em;
	}
@media only screen and (max-width: 768px) {
.swpm-login-widget-form,
.swpm-login-widget-logged,
.swpm-pw-reset-widget-form,
.photo-detail .non-login{
    padding: 15px;
	}

input[type=text],
input[type=email],
select,
input[type=tel],
input[type=password],
input[type=number],
input[type=search],
textarea {
    line-height: 100% !important;
}
.swpm-login-widget-form .swpm-login-form-inner .swpm-username-label,
.swpm-login-widget-form .swpm-login-form-inner .swpm-password-label,
.swpm-login-widget-logged .swpm-logged-label,
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email{
	width:100%;
	float:none;
	padding-bottom:0;
	}
.swpm-login-widget-form .swpm-login-form-inner .swpm-username-input,
.swpm-login-widget-form .swpm-login-form-inner .swpm-password-input,
.swpm-login-widget-logged .swpm-logged-value,
.swpm-pw-reset-widget-form .swpm-pw-reset-widget-inside .swpm-pw-reset-email-input{
	padding-left:15px;
	padding-right:0;
	padding-bottom:40px;
	border-bottom: solid 2px #CCC;
	margin-bottom:20px;
	}
.container .entry .swpm-form-builder .swpm-edit-profile-submit-section input[type="submit"],
.container .entry .swpm-form-builder .swpm-edit-profile-submit-section input.swpm-submit,
.wpcf7-form .btn input,
.swpm-login-widget-form .swpm-login-form-inner .swpm-login-submit input.swpm-login-form-submit,
.swpm-login-widget-logged .swpm-logged-logout-link a,
.swpm-edit-profile-form .swpm-edit-profile-submit-section input.swpm-edit-profile-submit,
.swpm-registration-submit-section input[type="submit"].swpm-registration-submit,
.swpm-payment-button .swpm-button-wrapper input[type="submit"].swpm-subscription-button-submit,
.swpm-pw-reset-widget-form .swpm-pw-reset-submit-button input[type="submit"].swpm-pw-reset-submit,
.photo-detail .non-login .login a,
.photo-detail .non-login .howtouse a,
.photo-detail .parameter .note .btn a{
	width:100%;
	max-width:400px;
	min-width: initial;
	}
}
.container .entry .swpm-form-builder *{
	font-size:18px ;
	}
.container .entry .swpm-form-builder fieldset{
	border:none;
	background-color: transparent;
	}
.container .entry .swpm-form-builder fieldset li p{
	padding-bottom:0;
	}
.container .entry .swpm-form-builder fieldset li{
	clear:both;
	border-bottom: solid 1px #CCC;
	padding:1em !important;
	}
.container .entry .swpm-form-builder fieldset li label, 
.container .entry .swpm-form-builder fieldset li label.swpm-desc{
	width:18em;
	float:left;
	}

.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"]{
	padding-left:18em;
}
.container .entry .swpm-form-builder fieldset li .swpm-span {
    padding-left: 18em;
}
.container .entry .swpm-form-builder fieldset li div.swpm-error,
.container .entry .swpm-form-builder fieldset li label.swpm-error,
.container .entry .swpm-form-builder fieldset li .swpm-form-builder-error{
	width:initial;
	padding-left:18em;
	float:none;
	}
.container .entry .swpm-form-builder fieldset li .swpm-span .swpm-form-builder-error, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span .swpm-form-builder-error, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"] .swpm-form-builder-error{
	padding-left:0;
}

.container .entry .swpm-form-builder fieldset li input.swpm-medium,
.container .entry .swpm-form-builder fieldset li input[type="text"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li input[type="tel"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li input[type="email"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li input[type="url"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li select.swpm-medium{
	width: calc( 100% - 18em )  !important;
	}
.container .entry .swpm-form-builder fieldset li .swpm-span input.swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span input.swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"] input.swpm-medium,
.container .entry .swpm-form-builder fieldset li .swpm-span input[type="text"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span input[type="text"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"] input[type="text"].swpm-medium,
.container .entry .swpm-form-builder fieldset li .swpm-span input[type="tel"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span input[type="tel"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"] input[type="tel"].swpm-medium,
.container .entry .swpm-form-builder fieldset li .swpm-span input[type="email"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span input[type="email"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"] input[type="email"].swpm-medium,
.container .entry .swpm-form-builder fieldset li .swpm-span input[type="url"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span input[type="url"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"] input[type="url"].swpm-medium,
.container .entry .swpm-form-builder fieldset li .swpm-span select.swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span select.swpm-medium, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"] select.swpm-medium{
	width: 100% !important;
}
@media only screen and (max-width: 768px) {
.container .entry .swpm-form-builder fieldset li label, 
.container .entry .swpm-form-builder fieldset li label.swpm-desc,
.container .entry .swpm-form-builder fieldset li input.swpm-medium,
.container .entry .swpm-form-builder fieldset li input[type="text"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li input[type="tel"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li input[type="email"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li input[type="url"].swpm-medium, 
.container .entry .swpm-form-builder fieldset li select.swpm-medium{
	width:100%  !important;
	float:none;
	}
.container .entry .swpm-form-builder fieldset li .swpm-span, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder li div span.swpm-span, 
.container .entry .swpm-form-builder fieldset li .swpm-form-builder [class*="swpm-span"],
.container .entry .swpm-form-builder fieldset li div.swpm-error,
.container .entry .swpm-form-builder fieldset li label.swpm-error,
.container .entry .swpm-form-builder fieldset li .swpm-form-builder-error{
	padding-left:0;
}
}
@media only screen and (max-width: 599px) {
.container .entry .swpm-form-builder *{
	font-size:14px !important;
	}
}

/* 追加css */
.list-icon-top {
    display: flex;
    margin-left: auto;
    align-items: center;
}
@media only screen and (max-width: 599px) {
    .list-icon-top {
        /*display: block;(20230421非表示設定)*/
    }
}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 50px;
    background-color: #fff;
    z-index: 100;
    display: flex;
    align-items: center;
}
.header-nav.close {
    z-index: 1;
}
@media only screen and (max-width: 599px) {
    .header-nav {
        position: fixed;
        /*top: 45px;
        right: 10px;(20230421非表示設定)*/
        padding: 20px 0;
        /*left: auto;(20230421非表示設定)*/
        z-index: 101;
        /*background-color: transparent;(20230421非表示設定)*/
    }
}

@media only screen and (max-width: 599px) {
    .header-title {
        display: none;
    }
}

.list-icon-top li {
    margin: 0 7px;
}

.list-icon-top li:first-of-type {
    margin-left: 0;
}

.list-icon-top li .regi-member span {
    font-size: 18px;
    color: #FFFF4C;
    font-weight: bold;
    background: #333;
    border-radius: 60px;
    line-height: 22px;
    letter-spacing: 0;
    display: inline-block;
    padding: 18px 36px;
    width: 165px;
}
@media only screen and (max-width: 599px) {
    .list-icon-top li .regi-member span {
        padding: 10px;
        /*width: 23px;(20230421非表示設定)*/
        /*padding: 31px 0;(20230421非表示設定)*/
    }
}


.list-icon-top li:nth-of-type(-n+4) a {
    background-color: transparent;
    box-shadow: none;
    font-size: 15px;
    width: auto;
    white-space: nowrap;
    transition: all .3s ease;
    font-weight: bold;
    letter-spacing: 0;
}
.list-icon-top li:nth-of-type(-n+4) a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 599px) {
    .list-icon-top li:nth-of-type(-n+4) {
        display: none;
    }
}

.list-icon-top li:last-of-type a {
    width: auto;
}
@media only screen and (max-width: 599px) {
    .list-icon-top li:last-of-type a {
        line-height: initial;
        /*width: 45px;(20230421非表示設定)*/
    }
}

.swpm-section-div {
    background-color: transparent !important;
    text-align: center !important;
    margin-top: 30px !important;
}
@media only screen and (max-width: 599px) {
    .swpm-section-div {
        text-align: left !important;
    }
}

.container .entry h4 {
    color: #000 !important;
}

.swpm-form-builder .swpm-section-div h4 {
    border-bottom: none !important;
}

@media only screen and (max-width: 385px) {
    .main-photo .form-search form::before {
        max-width: 375px !important;
    }
}

.link-pdf {
    margin-top: 20px; 
    font-weight: bold;
    transition: all .3s ease;
    text-decoration: underline;
}
.link-pdf:hover {
    opacity: 0.7;
}

.site-header {
    display: none;
}
.site-header.open {
    display: block;
}

.site-main {
    padding-top: 92px;
}
@media only screen and (max-width: 599px) {
    .site-main {padding-top: 86px;
    }
}

.link01 {
    font-weight: bold;
    transition: all .3s ease;
    text-decoration: underline;
}
.link01:hover {
    opacity: .7;
}

.line-banner {
    text-align: center;
}
.line-banner a:hover {
    opacity: 0.7;
}
.line-banner a {
    display: inline-block;
    width: 400px;
} 
@media only screen and (max-width: 599px) {
    .line-banner {
        max-width: 300px;
    }
}
@media only screen and (max-width: 599px) {
    .line-banner a {
        width: 100%;
    }
}
.line-banner02 {
    width: 100%;
}
.line-banner02 a:hover {
    opacity: 0.7;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-50 {
    margin-top: 50px;
}
.mb-30 {
    margin-bottom: 30px;
}
.plr-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.pb-150 {
padding-bottom: 150px;
}


.model-list {
    margin-bottom: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 599px) {
    .model-list {
        margin-bottom: 35px;
    }
}

.model-item {
    width: 32%;
    height: 300px;
}
.model-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.model-item a:hover {
    opacity: .7;
}
.model-item:nth-of-type(-n+3) {
    margin-bottom: 20px;
}
@media only screen and (max-width: 599px) {
    .model-item {
        width: 48%;
        height: 150px;
    }
    .model-item:nth-of-type(-n+4) {
        margin-bottom: 20px;
    }
}

.tac {
    text-align: center;
}

/* --- 09-19 --- */
.c-privacy-box .content {
    width: 100%;
    height: 15vh;
    max-height: 500px;
    overflow-y: scroll;
    margin-bottom: 30px;
    border: solid 1px #ddd;
    padding: 20px;
}
.c-privacy-box .content p,.c-privacy-box .content p strong {
    font-size: 12px!important;
}

.p-regis-completed .title-page{
    text-align: center;
}

.p-regis-completed__content {
    width: 80%;
    margin: 150px auto;
    text-align: center;
    border: dashed 2px #dedfc5;
    border-radius: 30px;
    padding: 40px 30px;
    box-sizing: border-box;
    min-width: 290px;
    font-size: 20px;
}

.c-btn01,
.c-paid-btn .swpm-buy-now-button-submit{
	font-size: 17px;
	display: block;
	width: 80%;
	min-width: 300px;
	font-weight: bold;
    letter-spacing: 0.05em;
    color: #FFF;
    background-color: #333;
    border-radius: 6px;
    text-align: center;
    border: none;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 3rem;
	padding: 25.5px 10px;
	transition: 0.3s all ease-in-out;
}

.c-btn01:hover,
.c-paid-btn .swpm-buy-now-button-submit:hover{
	background: #A5A57A;
    color: #fff;
}

.c-btn01--disabled,
.c-paid-btn--disabled .swpm-buy-now-button-submit{
	color: #cfcfcf;
    background: #F5F5F5;
	pointer-events: none;
}

.c-btn01--yellow {
	background: linear-gradient(to bottom, #FFFF4C, #d7d71e);
	color: #333;
}

/* --- 09-20 --- */
.content-photo .sign-up .swpm-payment-button,
.content-photo .sign-up .swpm-payment-button *{
	padding: 0;
    display: inline-block;
}

.content-photo .sign-up .swpm-payment-button input[type="submit"] {
	border: none;
    background: none;
    outline: none;
    font-size: inherit;
    letter-spacing: inherit;
    font-family: inherit;
    font-weight: inherit;
    text-decoration: underline;
    color: #A5A579;
    cursor: pointer;
}

.c-paid-btn .swpm-payment-button {
	padding: 0;
}

/* --- 09-28 --- */

.p-guide .main-to-use {
	padding: 40px 20% 60px;
	max-width: 100%;
	box-sizing: border-box;
	background: #f2f2f2;
}

.p-guide .image {
	text-align: center;
	margin-top: 30px;
}

.p-guide .desc p:not(:first-child) {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.p-guide .swpm-payment-button .swpm-button-wrapper input[type="submit"].swpm-subscription-button-submit{
    width: 100% !important;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		font-size: 17px;
        font-family: Yu Gothic;
    letter-spacing: 0.1em;
}
	}
}

/* --- 10-25 --- */
.paypal-list {
	max-width: 750px;
	margin: 0 auto  75px;
}

.paypal-list .item:not(:last-child) {
	margin-bottom: 40px;
}

.paypal-list h3{
	margin-bottom: 20px;
    text-align: center;
    border-top: 1px solid #000;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
}
.paypal-list .sp {
	display: none;
}
@media screen and (max-width: 768px) {
.paypal-list h3{
font-size: 18px;
width: 100%;
}
.paypal-list .sp {
	display: block;
}
.paypal-list .pc {
	display: none;
}
}

/* --- 11-14 --- */
.paypal-list .swpm-payment-button,.paypal-list .swpm-pw-reset-widget-form .swpm-pw-reset-submit-button {
	padding: 0;
	margin: 40px 0;
}

/* --- 11-25 --- */
.photo-list--2 {
	justify-content: space-between;
	width: 1550px;
	max-width: 95%;
	margin: 0 auto;
}

.photo-list--2 .item {
	width: 47%;
	padding: 0;
	margin-bottom: 6%;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
}

.photo-list--2 .item::before {
	content: '';
	display: block;
	padding-bottom: 33.33%;
}

.photo-list--2 .item img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}

@media screen and (max-width: 540px) {
	.site-main .photo-list--2 .item {
		padding: 0!important;
		width: 100%;
		border-radius: 0px;
	}
	
	.photo-list--2 .item::before {
		padding-bottom: 40%;
	}
}
.blinkred {
	animation: blinking 0.7s ease-in-out infinite alternate;
    color:#b35959 !important;
}
 
@keyframes blinking {
	0% {opacity: 0.3;}
	100% {opacity: 1;}
}

.recommended_style {
    max-width: 1260px;
    margin: 0 auto;
    padding: 7% 0;
}
.recommended_style .title-ja-small {
    margin-bottom: 1% !important;
}
/*#recommended_style {
    padding-top: 18%;
    margin-top: -18%;
}*/
.style_area {
    width: 96%;
    margin: 0 auto;
    display: flex;
	justify-content: space-between;
    max-width: 960px;
}
.style_in {
    padding: 1%;
    text-align: center;
}

.style_in img {
    box-shadow: 0px 2px 14px 0 rgba(0, 0, 0, 0.2);
}
.style_in p{
    padding-top: 10px;
    font-size: 17.5px;
    color: #000;
    letter-spacing: 0;
}
.style_image {
    max-width: 800px;
    padding-bottom: 1%;
}
.style_category {
    max-width: 1260px;
    margin: 0 auto;
    padding: 7% 0;
}
.style_category  .title-ja-small {
    margin-bottom: 1% !important;
}
.style_category_image {
    max-width: 600px;
    padding-bottom: 1%;
}
@media screen and (max-width: 540px) {
    .style_image {
        width: 90%;
        padding: 3%;
    }
    .style_category_image{
        width: 70%;
        padding: 3%;
    }
}

#mosaic img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}