@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/*
font-family: "Zen Maru Gothic", sans-serif;
font-family: "Noto Sans JP", sans-serif;
*/

/* @include _reset.scss */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
  # Global selectors
# ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
  # General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
  color: #000;
}

li {
  list-style: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
  # Forms
 # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
  # Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
  # Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
  # Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* @include _breakpoints.scss */
/* break point media query */
@media (max-width: 767.9px) {
  .pc {
    display: none !important;
  }
}
.pc_i {
  display: inline;
}
@media (max-width: 767.9px) {
  .pc_i {
    display: none;
  }
}
.pc_ib {
  display: inline-block;
}
@media (max-width: 767.9px) {
  .pc_ib {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767.9px) {
  .sp {
    display: block;
  }
}
.sp_i {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_i {
    display: inline;
  }
}
.sp_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .sp_ib {
    display: inline-block;
  }
}

.tb {
  display: none;
}
@media (max-width: 767.9px) {
  .tb {
    display: none;
  }
}
.tb_i {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_i {
    display: none;
  }
}
.tb_ib {
  display: none;
}
@media (max-width: 767.9px) {
  .tb_ib {
    display: none;
  }
}

/*common*/
body {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media (max-width: 1080px) {
  body {
    font-size: 1.3671875vw;
  }
}
@media (max-width: 767.9px) {
  body {
    padding-top: 0;
    font-size: 10px;
  }
}

a:hover {
  opacity: 0.7;
  transition: opacity 0.4s;
}

@media (max-width: 1080px) {
  img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767.9px) {
  img {
    display: block;
    max-width: 100%;
  }
}
/*clearfix*/
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}




.js-fadeIn {
  opacity: 0;
}

@media (max-width: 767.9px) {
  .js-fadeIn-sp {
    opacity: 0;
  }
}

.js-fadeUp {
  transform: translateY(30px);
}
@media (max-width: 1080px) {
  .js-fadeUp {
    transform: translateY(2.9296875vw);
  }
}
@media (max-width: 767.9px) {
  .js-fadeUp {
    transform: translateY(4vw);
  }
}

.stagger-elm {
  opacity: 0;
  z-index: 1;
  transform: translateY(30px);
}
@media (max-width: 1080px) {
  .stagger-elm {
    transform: translateY(2.9296875vw);
  }
}
@media (max-width: 767.9px) {
  .stagger-elm {
    transform: translateY(4vw);
  }
}

#pageTop {
  position: absolute;
  top: 60px;
  bottom: 20px;
  right: 50px;
  transition: opacity 0.3s;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767.9px) {
  #pageTop {
    top: 4.6666666667vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 13.3333333333vw;
  }
}
#pageTop.fixed {
  position: fixed;
  top: auto;
  right: 50px;
}
@media (max-width: 767.9px) {
  #pageTop.fixed {
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}


.inner{max-width:1080px; margin:auto;}
.flex{display:flex;justify-content: space-between;align-items: flex-start;}
.spbr{display:inline;}  
img{width:100%;height:auto;}
div {position:relative;}

/* プロフェッショナルが語る　森永甘酒なるほど講座------------------------------- */

#mamechishiki{}

/*KV ---------------------------- */
section#kv{background: #a30000 url("../images/mamechishiki/bg_header.png") repeat-x center top;  
height:490px;display:flex;justify-content: center;align-items: center;}
section#kv h1{max-width:1150px;margin:0 5%;}




/*main ---------------------------- */
section#main{background: #fff url("../images/mamechishiki/bg_main.svg") no-repeat top center;  
background-attachment:fixed;
background-size:cover;}
section#main .inner{padding:7% 3% 7% 3%;}

/*リードコピー*/
.lead_copy{width:66%;margin:0 auto 8% auto;text-align: center;}
.lead_copy p{font-size:155%;}
.lead_copy span{display:inline-block; background: #fff;padding:0.75em 1em;margin:0}

/*〜のプロ一覧*/
.list_wrap{display:flex;justify-content: space-between;flex-flow:row wrap;margin:0 0 7% 0;}
.list_wrap .item{flex-basis:49%;margin:0 0 1% 0;}
.list_wrap .item h2{color:#7c181d;font-size:222%; font-family: "Zen Maru Gothic", sans-serif;position: absolute;top:4%;left:7%;display:flex;align-items: center;font-weight:500;}
.list_wrap .item h2 span{font-size:70%;left:1%;display:inline-block;position: relative;}
.list_wrap .item .detail{ color:#a40000;position: absolute;top:29%;right:7%;width:49%;font-weight:700;}
.list_wrap .item .detail .katagaki{font-size:133%;line-height: 1.3}
.list_wrap .item .detail .name{font-size:199%;border-bottom:2px dashed #a40000;padding:0 0 0.25em 0;margin:0 0 0.5em 0;line-height: 1.5}
.list_wrap .item .detail p{font-weight:500;font-size:105%;}

/*モーダル画面　下部リンク*/
.link_wrap{display:flex;justify-content: center;align-items: center;margin:6% 0;}
.link_wrap a{display: flex;justify-content: center;align-items: center;color:#8c1c2b;font-family: "Zen Maru Gothic", sans-serif;font-weight:600;font-size:111%;}

.link_wrap a span.arrow{width:6%;line-height: 1;margin:0 0 0 3%;}



/*ブランドサイトTOPへ*/
.link_wrap.top{display:flex;justify-content: center;align-items: center;margin:6% 0 0 0;}
.link_wrap.top a{display: flex;justify-content: center;align-items: center;color:#8c1c2b;font-family: "Zen Maru Gothic", sans-serif;font-weight:600;font-size:133%;}
.link_wrap.top a span{width:9%;line-height: 1;margin:0 0 0 3%;}




/*modal ---------------------------- */
/*
 .modal-open {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  width: calc(100% - 2%);
  text-align: center;
}

.modal-open a {
  padding: 10px 20px;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
  background-color: #000;
  border: none;
  border-radius: 5px;
}
*/

.modal {position: fixed;top: 0;left: 0;z-index: 1;display: flex;align-items: center;justify-content: center;width: 100%;  height: 100%;background-color: rgb(0 0 0 / 60%); opacity: 0;transition: opacity 0.5s, scale 0s 0.5s; scale: 0;text-align: center;}

/*
.modal a.bgclose{
position: absolute;
width:100%;
height:100%;
}
     
*/
.modal:target {opacity: 1;  transition: opacity 0.3s;  scale: 1;}
.modal:target .modal-wrapper {transition: scale 0.5s;scale: 1;}
.modal-wrapper {position: relative;width: 90vw;max-width: 90vw;max-height: 90vh;margin: auto;transition: scale 0.3s;scale: 0.5;overflow: scroll;}

/*モーダル画面コンテンツ*/
.modal-content {position: relative;
background:url("../images/mamechishiki/mo_bg.jpg" ) no-repeat top center;
background-size:cover;padding:4% 4%;}
.intaview_wrap{
padding:8% 9% 1% 9%;
border-top:10px double #830000;
border-bottom:10px double #830000;}
.intaview_wrap .title_pro{ 
display:flex;justify-content: center;align-items: center;    
background:url("../images/mamechishiki/title_pro_bg.svg" ) no-repeat;
background-size:cover;
width:17.5vw;
height:7vw;
margin:0 auto -111px auto;
top:-8vw;
color:#7c181d;
font-size:277%;
font-family: "Zen Maru Gothic", sans-serif;
font-weight:500;

}
.intaview_wrap .title_pro span{font-size:70%;left:1.5%;position: relative;} 
.intaview_wrap .header_wrap{text-align:left;margin:0 0 5% 0;}
.intaview_wrap .header_wrap .profile{flex-basis: 75%;border-bottom:2px dashed #830000;padding:0 0 2% 0;}
.intaview_wrap .header_wrap .photo{flex-basis: 22%;}
.intaview_wrap .header_wrap .katagaki{font-size:133%;line-height: 77%}
.intaview_wrap .header_wrap .name{font-size:266%;}
.intaview_wrap .header_wrap p{font-size:120%;}
.intaview_wrap .qa_wrap{text-align:left;}
.intaview_wrap .qa_wrap .question{color:#9b1f27;font-size:166%;margin:0 0 2% 0;font-weight:700;}
.intaview_wrap .qa_wrap p{font-size:130%;line-height: 199%;margin:0 0 2% 0;}
.intaview_wrap .closebtn_wrap{text-align:center;margin:6% 0 0 0;}
.intaview_wrap .closebtn_wrap a{width:5%;display:inline-block;}



@media (max-width: 1100px) {

    .intaview_wrap .title_pro {
        width: 20vw;
        height: 8vw;
        margin: 0 auto -8vw auto;
        top: -9vw;
        font-size: 3vw;}
.intaview_wrap .title_pro span{font-size:1.7vw;left:0.35vw;}   
    
}
    
@media (max-width: 767.9px) {
    .spbr{display:block;}    
    
#mamechishiki{width:100%;overflow: hidden;}   

/*KV ---------------------------- */
section#kv{background:none;height:inherit;display:block;}
section#kv h1{margin:0;}
 
/*main ---------------------------- */
section#main{background: #fff url("../images/mamechishiki/bg_main_sp.svg") no-repeat top center;  
background-attachment:fixed;
background-size:cover;
}
section#main .inner{padding:10vw 0 13vw 0;}
/*リードコピー*/    
.lead_copy{width:96vw;margin:0 auto 13vw auto;}
.lead_copy p{font-size:3.8vw;}
.lead_copy span{padding:1.5vw 4vw;}

/*〜のプロ一覧*/
.list_wrap{display:flex;flex-flow:column;margin:0 0 7vw 0}
.list_wrap .item{width:88vw;margin:0 auto 6vw auto;}

.list_wrap .item h2{font-size:6vw; top:2vw;left:4vw;}
.list_wrap .item h2 span{font-size:5vw;left:0.5vw;}
.list_wrap .item .detail{ top:22vw;right:5vw;width:45vw;}
.list_wrap .item .detail .katagaki{font-size:2.9vw;line-height:1;}
.list_wrap .item .detail .name{font-size:4.4vw;border-bottom:1px dashed #a40000;padding:0 0 0.5vw 0;margin:0 0 1.75vw 0;line-height:1.6;}
.list_wrap .item .detail p{font-weight:700;font-size:2.8vw;}
    
    
/*モーダル画面　下部リンク*/
.link_wrap{margin:8vw 0;}
.link_wrap a{font-size:3.2vw;}
.link_wrap a span.arrow{width:8vw;line-height: 1;margin:0 0 0 2vw;}
    
/*ブランドサイトTOPへ*/
.link_wrap.top{margin:7vw 0 0 0;}
.link_wrap.top a{font-size:3.5vw;}
.link_wrap.top a span{width:8vw;line-height: 1;margin:0 0 0 3vw;}

/*モーダル画面コンテンツ*/
.modal-content {padding:5vw 4vw;}
.intaview_wrap{
padding:10vw 0 1vw 0;
border-top:5px double #830000;
border-bottom:5px double #830000;}
.intaview_wrap .title_pro{ width:38vw;height:15vw;margin:0 auto -12vw auto;top:-15vw;font-size:6vw;}
.intaview_wrap .title_pro span{font-size:4vw;left:0.5vw;} 
.intaview_wrap .header_wrap{border-bottom:1px dashed #830000;margin:0 0 7vw 0;flex-flow: column;}    

.intaview_wrap .header_wrap .profile{flex-basis: 69%;border-bottom:none;padding:0 0 1vw 0;}
.intaview_wrap .header_wrap .photo{flex-basis: 28%;width:66%;margin:4vw auto;}
.intaview_wrap .header_wrap .katagaki{font-size:4vw;line-height: 1.2;font-weight:700;}
.intaview_wrap .header_wrap .name{font-size:6.8vw;margin:0 0 2vw 0;}
.intaview_wrap .header_wrap p{font-size:3.6vw;line-height: 1.5;}

.intaview_wrap .qa_wrap .question{font-size:4vw;margin:0 0 4vw 0;font-weight:700;}
.intaview_wrap .qa_wrap p{font-size:3.6vw;line-height: 1.9;margin:0 0 4vw 0;}
    
.intaview_wrap .closebtn_wrap{text-align:center;margin:8vw 0 0 0;}
.intaview_wrap .closebtn_wrap a{width:8vw;display:inline-block;}
    
    
    

}





