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

body{
    font-family: "Noto Sans CJK JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #000;
    font-size : 16px;
    letter-spacing: .05em;
    background-color:#fff;
    background-position: center;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    position: relative;
    z-index: 1;
}

body, html{
    width: 100%;
    height: 100%;
}
img {
  max-width: 100%;
}

a, li, p, div, button, img{ outline: none !important; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a{ color: #000; text-decoration: none;}

.indent_half_top{ position: relative; margin-left: -.5em !important;}
.indent_half{ position: relative; margin-left: -.5em;}

img{ height: auto; backface-visibility: hidden; -webkit-backface-visibility: hidden;}
a img, a svg{ transition: opacity .15s ease 0s;}
.is_pc a img:hover,.is_pc a svg:hover,
.is_sp a img.touch,.is_sp a svg.touch{ transition: opacity .15s ease .0s; opacity: .7;}
article video {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
#talk_nav, .talk_nav {
  line-height: 0.5em;
}
#talk_nav svg .cls-1, #talk_nav svg .cls-2,
.talk_nav svg .cls-1, .talk_nav svg .cls-2 {
  stroke: black;
}
.talk_end p {
  line-height: 2em;
}
.talk_end p br {
  display: inline;
}
.closing_bottom {
  display: inline-block;
  text-align: left;
  font-size: 0.875em;
}
.closing_bottom br:not(.br):not(.sp) {
  display: inherit;
}
.pic_wrap {
  display: inline-block;
}
.pic_wrap img {
  display: block;
}

a[target="_blank"]::after{
  margin: 0 3px 0 1px;
  font-family:'Hobonichi-Icons'!important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}

a.ico_none[target="_blank"]::after{
  display: none;
}

a[target="_blank"]:has(img)::after {
  display: none;
}

.profile_detail{ display: none;}
.modal_content_detail{ display: none;}
.btn_modal_content > br{ display: none;}
.modal_content_inner > br,
.modal_content_inner .desc > br:first-child {
  display: none;
}
#yodogawa p.profile_bottom{
  margin-top: 2em;
  margin-bottom: 0;
}

.style_sp_br br,
.style_sp_br_inline br{ display: inherit !important;}
.style_sp_br + br,
.style_sp_br_inline + br{ display: inherit !important;}

.youtube_wrap {
  margin-top: 1em;
  margin-bottom: 1em;
}
.youtube_embed_container {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube_embed_container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.instagram_wrap {
  margin-top: 1em;
  margin-bottom: 1em;
}
.instagram_embed_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -------------------- font-face  --------------------*/
/* demi light */
.ff_w-dl{ font-weight: 300;}

/* medium */
.ff_w-m{ font-weight: 500;}

/* bold */
.ff_w-b{ font-weight: 700;}


/* -------------------- common styles  --------------------*/
.bd_t{ border-top: 1px solid #000;}
.bd_b{ border-bottom: 1px solid #000;}
.bd_none{ border: none;}

.style_button{
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #fff;
    color: #fff;
    display: inline-block;
    transition: opacity .1s ease;
}

.is_pc .style_button:hover,
.is_sp .style_button.touch{
    opacity: .7;
    transition: opacity .15s ease;
}

strong{ font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
em{ font-style: italic;}




@media (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */

/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    overflow: auto;
}

br.sp{ display: none !important;}
img.sp, svg.sp{ display: none;}
.switch_sp{ display: none;}



    
} /* ----- min-width : 641px ----- */




/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px
*
-------------------------------------------------------------------------------------------------------------- */
@media (max-width: 640px) {
/* --------------------------------------------------
*
    common settings
*
-------------------------------------------------- */
body{
    z-index: 10;
    overflow-x: hidden;
    font-size: 15px;
}

body, html{
    width: 100%;
    min-width: 100%;
}

#wrap{ overflow: hidden;}

br:not(.br):not(.sp){ display: none;}
br.sp{ display: inherit !important;}

img.pc, svg.pc{ display: none;}
.switch_pc{ display: none;}
.style_br_sp:before{ content: ''; display: block;}

} /* ----- max-width: 640px ----- */



/* ------------------------------------------------------------
*
*
    modal window
*
*
------------------------------------------------------------ */
@media (min-width : 641px){ 
body.modal{
    overflow: hidden !important;
    display: inherit;
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrap{
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

#modal_inner{
    width: 100%;
    height: 100%;
    display: table;
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 40;
}

#modal_data{
    width: 100%;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: default;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

#modal .btn_close{
    width: 62px;
    height: 62px;
    background-color: #fff;
    background-image:url(../images/parts_close.png);
    background-repeat: no-repeat;
    background-size: 38px;
    background-position: center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

.is_pc #modal .btn_close:hover,
.is_sp #modal .btn_close.touch{
    transform: scale(.9);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(.9);
    -webkit-transition: transform .15s ease .05s;
}


} /* ----- min-width : 641px ----- */




@media (max-width : 640px){
body.modal{
    overflow: hidden;
    display: inherit;
}

body.modal.only_sp{
    position: fixed;
    height: 100%;
}

/* --------------------------------------------------
*
    #modal
*
-------------------------------------------------- */
#modal{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: none;
    visibility: hidden;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
}

#modal_wrap{
    width: 100%;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 50;
    cursor: pointer;
}

.is_sp #modal_wrap{
    padding-bottom: 16vh;
}

#modal_inner{
    width: 100%;
    height: 100vh !important;
    display: table;
    opacity: 0;
    text-align: center;
    position: relative;
    z-index: 40;
}

#modal_data{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    padding: 4vw 0;
    box-sizing: border-box;
    cursor: default;
}

#modal .overlay{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
}

#modal .btn_close{
    width: 42px;
    height: 42px;
    background-color: #fff;
    background-image:url(../images/parts_close.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
    transform: scale(1);
    transition: transform .1s ease .0s;
    -webkit-transform: scale(1);
    -webkit-transition: transform .1s ease .0s;
}

#modal .btn_close.on:after{
    opacity: 1;
    transition: opacity .25s ease;
}


.is_sp #modal .btn_close{ right: 1.6vw;}

.is_pc #modal .btn_close:hover,
.is_sp #modal .btn_close.touch{
    transform: scale(.9);
    transition: transform .15s ease .05s;
    -webkit-transform: scale(.9);
    -webkit-transition: transform .15s ease .05s;
}


} /* ----- max-width : 640px ----- */

@media print {
  .lyrics {
    visibility: hidden;
  }
}

/* -------------------- next post  --------------------*/
.next_post {
  padding-bottom: 3em;
}
.next_post svg {
  display: block;
}
.next_post a {
    width: 80%;
  max-width: 600px;
  margin: 2em auto 0 auto;
  box-sizing: border-box;
  display: flex;
  border: solid 1px black;
  padding: 10px 20px;
  border-radius: 20px;
  align-items: stretch;
}
@media (max-width: 640px) {
  .next_post a {
    width: 90%;
  }
}
.next_post .next_title_arrow {
  width: 40px;
  max-width: calc(57 / 640 * 100vw);
  min-height: 60px;
  font-size: 12px;
  text-align: center;
  padding-right: 18px;
  border-right: solid 1px black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: black;
}
.next_post .next_title_arrow div + div {
  margin-top: 8px;
  line-height: 1em;
}
.next_post .next_title {
  text-align: center;
  padding-left: 20px;
  font-size: 100%;
  line-height: 1.4em;
  color: black;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.next_post .next_title img {
  width: 100%;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  display: block;
  margin-left: auto;
}

.ico_home svg {
  aspect-ratio: 80/36;
  width: 80px;
}
