@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
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,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;
}

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

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
h2{
  font-family: 'Gothic MB101 Ultra',sans-serif;
  font-size: 3.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
h3{
  font-family: 'Gothic MB101 Ultra',sans-serif;
  font-size: 2.1rem;
  border-top: 5px solid;
  border-bottom: 5px solid;
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 100px;
}
.yellow{
  background: url(../img/bg_yellow.jpg) repeat-y;
}
.green{
  background: url(../img/bg_green.jpg) repeat-y;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Gothic MB101 DemiBold',sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: .06em;
  color: #000000;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

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

a:hover {
  opacity: 0.5;
}
a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
@media screen and (min-width: 641px) {
  .spOnly {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
#bg {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  background-image: url(../img/bg.jpg);
  background-position: center center;
  background-size: cover;
}
.wrapper{
  background-image: url(../img/bg_wrapper.jpg);
  background-repeat: repeat-y;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
          box-shadow: 0 0 8px rgba(0,0,0,.5);
  position: relative;
}
.wrapper .inner,.accordion_inner{
  max-width: 500px;
  margin: 0 auto;
}
.center{
  text-align: center;
}
.fw-b{
  font-size: 190%;
}
.accordion_header{
  width: 395px;
  margin: 0 auto;
  background-color: #ffea00;
  padding: 10px 20px 10px 8px;
  border-radius: 30px;
  font-family: 'Gothic MB101 Heavy',sans-serif;
  font-size: 2rem;
  line-height: 42px;
}
.accordion_header span{
  padding-left: 20px;
}
.accordion_header .i_box{
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.accordion_header.open .i_box{
  -webkit-transform: rotate( 90deg );
          transform: rotate( 90deg );
}
.accordion_one .accordion_header {
	z-index: +1;
	cursor: pointer;
	-webkit-transition-duration: 0.4s;
	        transition-duration: 0.4s;
}
.accordion_one .accordion_header:hover {
	opacity: .8 !important;
}
.accordion_one .accordion_header.more{
  opacity: 1;
  width: 218px;
  background-color: #ffffff;
  color: #808080;
  margin-top: 24px;
}
.accordion_one .accordion_header.more.open{
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  display: none;
}
.accordion_one .accordion_inner {
	display: none;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
}
.accordion_one .accordion_inner .closeArea{
  padding-top: 45px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	opacity: .8;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn{
  color: #808080;
}
.accordion_one .accordion_inner .closeArea .close_box{
  width: 218px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 5px 20px 5px 8px;
  border-radius: 30px;
  font-family: 'Gothic MB101 Heavy',sans-serif;
  font-size: 2rem;
  line-height: 42px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn span{
  padding-left: 40px;
}
.accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box{
  display: inline-block;
  -webkit-transform: rotate( -90deg );
          transform: rotate( -90deg );
}
@media screen and (max-width: 768px) {
  #bg {
    background-image: url(../img/bg_sp.jpg);
    background-position: center center;
    background-size: cover;
  }
  .wrapper .inner,.accordion_inner{
    width: 90%;
  }
  .accordion_header{
    width: 90%;
    font-size: 1.5rem;
    text-align: center;
    padding: 5px 10px 5px 8px;
    line-height: 30px;
  }
  .accordion_header .i_box img{
    width: 25px;
  }
  .accordion_header span {
    padding-left: 10px;
  }
  .accordion_inner{
    width: 100%;
  }
  .accordion_one .accordion_inner{
    padding: 1em 0 0;
  }
  .accordion_one .accordion_header.more{
    width: 140px;
    margin-top: 15px;
  }
  .accordion_one .accordion_inner .closeArea .close_box{
    width: 110px;
    font-size: 1.5rem;
    text-align: center;
    padding: 5px 10px 5px 0;
    line-height: 30px;
  }
  .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box img{
    width: 25px;
  }
  .accordion_one .accordion_inner .closeArea .close_box a.close_btn span{
    padding-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  h2{
    font-size: 2.4rem;
    line-height: 1.55;
    letter-spacing: 0;
  }
  h3{
    font-size: 1.8rem;
    line-height: 1.55;
    border-top: 3px solid;
    border-bottom: 3px solid;
    width: 90%;
    padding: 10px 0;
  }
  .fw-b {
    font-size: 2.4rem;
    padding-right: .1em;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.top{
  text-align: center;
  line-height: 0;
  z-index: 1;
  position: relative;
}
.top .ttl{
  background-image: url(../img/bg_wrapper.jpg);
  background-repeat: repeat-y;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;  
  position: relative;
}
.top .hobo{
  padding-top: 20px;
}
.top h1{
  padding: 75px 0 65px;
}
.top .spice{
  position: absolute;
}
.top .spice1{
  top: 50px;
  left: -80px;
}
.top .spice2{
  top: -15px;
  right: -75px;
}
.top .spice3{
  bottom: -160px;
  right: -40px;
}
.yodogawa{
  font-family: 'Gothic MB101 Heavy',sans-serif;
  padding: 40px 0 120px;
  position: relative;
}
.yodogawa .spice-set{
  position: absolute;
  left: 250px;
  bottom: -155px;
}
.profile{
  padding: 180px 0 70px;
}
.profile .accordion_one .accordion_inner p.txt_a_ac{
  padding-top: 30px;
}
.interview{
  background-image: url(../img/bg_prof.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
  color: #ffffff;
  background-color: rgba(0,0,0,.4);
}
.interview .inner{
  padding: 30px 0 15px;
}
.interview .intro{
  padding-top: 20px;
}
.interview  .intro .fw-b{
  margin-left: -.5em;
}
.about{
  padding: 55px 0 70px;
}
.about h2{
  padding-bottom: 60px;
}
.contents{
  padding: 70px 0;
}
.contents h3{
  margin-bottom: 40px;
}
.contents .inner > .txt{
  padding: 30px 0 70px;
}
.comment{
  max-width: 600px;
  width: 90%;
  margin: 0 auto 70px;
  background-color: #ffea00;
  border-radius: 10px;
  padding: 30px 70px;
  font-family: 'Talking',sans-serif;
  position: relative;
}
.comment:after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 24px;
  height: 29px;
  background: url(../img/icon_triangle.png) no-repeat;
  background-size: contain;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.comment h4{
  font-size: 3.2rem;
  padding-bottom: 30px;
  position: relative;
}
.comment h4:after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 105px;
  height: 105px;
  background: url(../img/prof_img.png) no-repeat;
  background-size: contain;
  top: -15px;
  right: -30px;
}
.comment .accordion_one .accordion_inner{
  padding: 0px 0px 30px;
}
.comment .accordion_one .accordion_header.more{
  background-color: transparent;
  line-height: 23px;
  color: #000000;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-left: 0;
  padding-left: 0;
}
.comment .accordion_header span{
  padding-left: 10px;
}
.comment .accordion_one .accordion_inner .closeArea .close_box{
  background-color: transparent;
  line-height: 23px;
  color: #000000;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-left: 0;
}
.comment .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
  color: #000000;
}
.comment .accordion_one .accordion_inner .closeArea .close_box a.close_btn span{
  padding-left: 10px;
}
.comment .accordion_one .accordion_inner .closeArea {
  padding-top: 15px;
}
.cooking{
  max-width: 600px;
  width: 90%;
  margin: 0 auto 70px;
  background-color: #1a1a1a;
  color: #ffffff;
}
.cooking .txt{
  padding: 30px 70px;
}
.content.yellow h2{
  font-family: 'Gothic MB101 Ultra',sans-serif;
  font-size: 3.2rem;
  line-height: 1.55;
  padding-bottom: 25px;
}
.content.yellow{
  padding: 60px 0;
}
.content.yellow .txt{
  padding-bottom: 50px;
}
hr{
  max-width: 600px;
  width: 90%;
  margin: 0 auto 40px;
  height: 6px;
  border: none;
  border-top: 6px #000000 solid;
}
.txt2{
  font-size: 2.1rem;
  padding: 10px 0 60px;
}
.images{
  max-width: 600px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 45px;
}
.info p{
  margin-top: -30px;
  margin-bottom: -30px;
}
.info div{
  max-width: 600px;
  width: 90%;
  margin: 0 auto 70px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 20px;
  padding: 30px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.info h4 span{
  font-family: 'Gothic MB101 Ultra',sans-serif;
  font-size: 2rem;
}
.info h4{
  padding-bottom: 1em;
}
.content.green {
  padding: 80px 0 200px;
}
.content.green .txt{
  padding-bottom: 70px;
}
.content.green .txt p{
  text-indent: -1em;
  margin-left: 1em;
}
.content.green h2{
  padding-bottom: .5em;
}
@media screen and (min-width: 769px){
  .info dl{
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info dt{
    width: 20%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
  }
  .info dd{
    width: 75%;
  }
}
.banner{
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Gothic MB101 Ultra',sans-serif;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px){
  .top {
    overflow: hidden;
  }
  .top .hobo{
    width: 160px;
    margin: 0 auto;
  }
  .top .spice1{
    width: 38%;
    top: 10px;
    left: -18vw;
  }
  .top .spice2{
    width: 38%;
    right: -13vw;
  }
  .top .spice3{
    width: 38%;
    right: -16vw;
    bottom: 0;
  }
  .top h1{
    width: 85%;
    margin: 0 auto;
    padding: 45px 0;
  }
  .yodogawa{
    padding: 30px 0 60px;
  }
  .yodogawa .spice-set{
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: -70px;
    width: 30%;
  }
  .profile {
    padding: 95px 0 50px;
  }
  .interview{
    background-image: url(../img/bg_prof_sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .about{
    padding: 40px 0;
  }
  .about h2{
    padding-bottom: 30px;
  }
  .contents{
    padding: 50px 0 10px;;
  }
  .contents .inner > .txt {
    padding: 30px 0 50px;
  }
  .comment{
    max-width: 500px;
    padding: 30px 10px 20px;
  }
  .comment h4 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .comment h4:after {
    width: 80px;
    height: 80px;
    top: -20px;
    right: -5px;
  }
  .cooking{
    max-width: 500px;
    margin: 0 auto 40px;
  }
  .cooking .txt {
    padding: 15px 10px;
  }
  .content.yellow h2{
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
  .content.yellow{
    padding: 30px 0;
  }
  .content.yellow .txt {
    padding-bottom: 20px;
  }
  hr{
    max-width: 500px;
    margin: 0 auto 20px;
    height: 3px;
    border-top: 3px #000000 solid;
  }
  .info p{
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .info p img{
    width: 50%;
  }
  .info div{
    max-width: 500px;
    margin: 0 auto 40px;
    padding: 20px 10px;
  }
  .info dl{
    padding-bottom: 1em;
  }
  .content.green{
    padding: 20px 0 100px;
  }
  .content.green .txt {
    padding-bottom: 20px;
  }
  .txt2{
    font-size: 1.7rem;
    padding: 0;
  }
  .images{
    max-width: 500px;
    padding-bottom: 35px;
  }
  .banner{
    font-size: 1.8rem;
    max-width: 500px;
    width: 90%;
    padding-bottom: 40px;
  }  
}
@media screen and (max-width: 640px){
  .yodogawa .spice-set {
    width: 55%;
  }
  .profile .accordion_inner{
    width: 90%;
  }
}
@media screen and (max-width: 320px){
  .wrapper{
    width: 96%;
  }
  .top .ttl{
    width: 96%;
  }
}
 /* ===============================================================================
FooterArea
=============================================================================== */
footer{
  background-color: #000000;
  color: #ffffff;
  position: relative;
  padding: 300px 0 50px;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
}
.wrapper footer .inner{
  max-width: 730px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 3.5rem;
}
footer a{
  color: #ffffff;
}
footer .obj{
  position: absolute;
  top: -170px;
  left: 40px;
}
footer li.share__item a {
  font-size: 3.5rem;
}
footer ul.share__list li{
  margin: 0 10px 0 0;
}
footer ul.footer__menu li{
  margin: 0 0 0 30px;
  position: relative;
}
footer ul.footer__menu li:before {
  position: absolute;
  content: '';
  display: inline-block;
  background: url(../img/footer-line.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 21px;
  top: 8px;
  left: -25px;
}
@media screen and (max-width: 768px){
  footer{
    padding: 200px 0 50px;
  }
  footer .obj{
    top: -110px;
    left: 0;
    text-align: center;
  }
  footer .obj img{
    width: 80%;
  }
  .wrapper footer .inner{
    display: block;
  }
  footer ul{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ul.footer__menu{
    display: block;
    text-align: center;
    padding-top: 1em;
  }
  footer ul.footer__menu li{
    margin: 0;
  }
  footer ul.footer__menu li:before{
    display: none;
  }
}
@media screen and (max-width: 640px){
  footer{
    padding: 90px 0 50px;
    font-size: 1.2rem;
  }
}