@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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;
    font-weight: normal;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: bottom;
    background: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
.clear {
    clear: both;
}

@media screen and (min-width: 48em) {
    .hsp {
        display: none;
    }
}

.hpc {
    display: none;
}

@media screen and (min-width: 48em) {
    .hpc {
        display: block;
    }
}

@media screen and (min-width: 64em) {
    .vsp {
        display: none;
    }
}

.vpc {
    display: none;
}

@media screen and (min-width: 64em) {
    .vpc {
        display: block;
    }
}

a[href^="tel:"] {
    cursor: default;
}

@media screen and (min-width: 48em) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1.75;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    letter-spacing:0;
    font-family: "Zen Maru Gothic","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
    color: #000;
    word-break: break-all;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.color-red {
    color: #dd0606;
}

a {
    color: #000;
}
a img{
    width: 100%;
}

html { 
    scroll-behavior: smooth;
}
body.international-womens-day{
    color: #583924;
    background-color: #fef275;
}
body.international-womens-day .main-bg{
    position: fixed;
    background:url(../img/bg_brick.png) repeat-x top center;
    background-blend-mode: color-burn;
    background-attachment: fixed; 
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    z-index: -1;
}
@media screen and (max-width: 839px) {
    body.international-womens-day .main-bg{
    background-size: cover;
    }
}
.l-main{
    max-width: 840px;
    margin: 0 auto;
    padding-top: 5%;
}
.l-main__end{
    max-width: 840px;
    padding: 16%;
    background: url(../img/bg_mimoza_end.png) no-repeat bottom center;
    background-size: cover;
}
.l-main__inner{
    color: #583924;
    font-size: min(4vw, 30px);
    line-height: 1.6;
    box-sizing: border-box;
    position: relative;
    background-size:100% auto;
}

.l-main__inner section{
    margin: 0 auto 3.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-main__inner section:last-of-type{
    margin-bottom: 0;
}

.l-main__inner section h1{
    margin: 2% auto 5%;
    text-align: center;
}
.l-main__inner section .inner{
    margin: 2% auto 5%;
}

.inner{
    margin: 0 7.69% 5%;
    padding: 10% 5% 5%;
    background-color: #fff;
    border-radius: 30px 0 30px 0;
    position: relative;
}
.inner .mimoza{
    background: url(../img/ttl_mimoza.png) no-repeat;
    background-size: contain;
    width: 121px;
    height: 133px;
    position: absolute;
    top: 5%;
    left: -5%;
}
.inner h1{
    text-align: center;
    margin-bottom: 12%;
}
.inner h2{
    text-align: center;
    margin: 5% 0;
}
.inner hr{
    background-color: #583924;
    margin-top: 5%;
}
#profile .inner p,#comment .inner p{
    text-align: left;
    font-size: 2.15em;
    margin-bottom: 5%;
}
#interview-01 .inner p,
#interview-02 .inner p,
#interview-03 .inner p{
    text-align: left;
    font-size: 1.83em;
    margin-bottom: 5%;
}
.inner .interview-img{
    text-align: center;
    margin: 4% 0;
}
.inner .interview-img img{
    width: 100%;
}
#interview-01 .inner .mimoza{
    top: 2%;
    left: -5%;
}
#interview-02 .inner .mimoza{
    top: 1%;
    left: -5%;
}

@media screen and (max-width: 839px) {
    .inner .mimoza{
    width: 15%;
    top: 2%;
    left: -5%;
    }
    #profile .inner .mimoza{
    width: 15%;
    top: 5%;
    left: -5%;
    }
    #interview-02 .inner .mimoza{
    width: 15%;
    top: 1%;
    left: -5%;
    }
    .inner h1 img{
    width: 80%;
    }
    #profile .inner p,#comment .inner p{
    font-size: 1.1em;
    }
    #interview-01 .inner p,
    #interview-02 .inner p,
    #interview-03 .inner p{
    font-size: 0.95em;
    }
}


@media screen and (min-width: 64em) {
}

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