@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe, 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, ol, ul, 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, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  font-size: 62.5%;
  overflow: auto;
  /* scroll-behavior: smooth; */
}
html *{
  box-sizing: border-box;
}
body {
  width: 100%;
  color: #000;
  font-family: "游ゴシック","Yu Gothic","游ゴシック体",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}
.mincho{
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}

.spview{display: none;}
.tbview{display: none;}

@media screen and (max-width: 900px){
  .pcview{display: none;}
}

@media screen and (max-width: 767px){
  .spview{display: block;}
}


/* header
----------------------------------------*/
.header_bg {
  background: #EFEFEF;
  box-sizing: border-box;
}
.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 945px;
  padding: 2.535vw 0;
  box-sizing: border-box;
}
.header_logo {
  display: inline-block;
  width: 38.548vw;
}
.header_logo img {
  width: 100%;
}
.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
}
.header_pr img {
  width: 100%;
}

@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 10px 0;
  }
  .header_logo {
    width: 179.598px;
  }
  .header_pr {
    width: 40px;
  }
}

@media screen and (min-width: 640px) {
  .header_logo {
    width: 210px;
  }
  .header_wrap {
    padding: 9.55px 0;
  }
}


/* wrapper
----------------------------------------*/
.wrapper{
  position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper img{
	width: 100%;
	height: auto;
}
.wrapper::before{
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  background: url(bg.jpg) no-repeat center top;
  background-size: cover;
  content: "";
  z-index: -100;
}

@media screen and (max-width: 767px){
  .wrapper::before{
    background: url(bg-sp.jpg) no-repeat center top;
    background-size: cover;
  }
}


/* content
----------------------------------------*/
.content{
  max-width: 850px;
  width: 90%;
  margin: 0 auto;
}


/* title
----------------------------------------*/
.title{
  max-width: 1200px;
  width: 90%;
  margin: 30px auto;
}
.title .shoulder{
  align-items: center;
  display: flex;
  justify-content: center;
  color: #e8340c;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
}
.title .shoulder::before,
.title .shoulder::after{
  background-color: #e8340c;
  content: "";
  height: 2px;
  width: 50px;
}
.title .shoulder::before{
  margin-right: 10px;
}
.title .shoulder::after{
  margin-left: 10px;
}
.title .main{
  margin-top: 20px;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px){
  .title{
    margin: 5.33vw auto;
  }
  .title .shoulder{
    font-size: 5.87vw;
  }
  .title .main{
    font-size: 8.53vw;
  }
}


/* mv
----------------------------------------*/
.mv{
  position: relative;
  max-width: 1200px;
  height: 520px;
  margin: 0 auto;
  background: url(mv.jpg) no-repeat center;
  background-size: cover;
}
.mv .inner{
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mv .inner .name{
  width: 270px;
  padding: 10px 15px 5px;
  background-color: rgba(0,0,0,0.4);
  border: solid 1px #fff;
  border-radius: 0.8em;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.mv .inner .name b{
  font-size: 120%;
}
.mv .inner .name b span{
  font-size: 150%;
}
.mv .inner .cross{
  position: relative;
  width: 90px;
  margin: 0 2%;
}
.mv .inner .cross::before,
.mv .inner .cross::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 90px;
  background-color: #fff;
}
.mv .inner .cross::before{
  transform: translate(-50%, -50%) rotate(45deg);
}
.mv .inner .cross::after{
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 767px){
  .mv{
    height: auto;
    padding-top: 69.33333333333333%;
    background: url(mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .mv .inner{
    bottom: 10px;
    width: 96%;
  }
  .mv .inner .name{
    width: 310px;
    padding: 5px 5px 3px;
    font-size: 2.67vw;
  }
  .mv .inner .cross{
    width: 8vw;
  }
  .mv .inner .cross::before,
  .mv .inner .cross::after{
    height: 8vw;
  }
}


/* lead
----------------------------------------*/
.lead{
  margin-top: 40px;
}
.lead p{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead{
    margin-top: 30px;
  }
}


/* section
----------------------------------------*/
.section{
  margin-top: 90px;
}
.section-heading{
  margin-bottom: 40px;
  color: #e8340c;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}
.section > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section > p:last-of-type{
  margin-bottom: 0;
}
.section > p .name1{
  color: #e8340c;
  font-weight: bold;
}
.section > p .name2{
  color: #ff8426;
  font-weight: bold;
}

@media screen and (max-width: 767px){
  .section{
    margin-top: 60px;
  }
  .section-heading{
    margin-bottom: 30px;
    font-size: 2.8rem;
  }
}


/* figure
----------------------------------------*/
.figure{
  margin: 60px auto;
}
.figure-heading{
  margin-bottom: 15px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.figure-heading::first-letter{
  color: #e8340c;
}
.figure .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px;
  background-color: #c8e1d3;
}
.figure .inner .image{
  width: 48.73417721518987%;
}
.figure .caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .figure{
    margin: 30px auto;
  }
  .figure-heading{
    font-size: 1.8rem;
  }
  .figure .inner{
    padding: 20px;
  }
  .figure .inner .image{
    width: 100%;
  }
  .figure .inner .image + .image{
    margin-top: 20px;
  }
}


/* notes
----------------------------------------*/
.notes{
  margin-top: 60px;
}
.notes li{
  font-size: 75%;
  line-height: 2;
  padding-left: 2em;
  text-indent: -2em;
}

@media screen and (max-width: 767px){
  .notes{
    margin-top: 40px;
  }
}


/* profile
----------------------------------------*/
.profile{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  padding: 30px;
  background-color: #fff;
  border: solid 2px #e8340c;
}
.profile .image{
  width: 15.26717557251908%;
}
.profile .image img{
  border-radius: 0.5em;
}
.profile .text{
  width: calc(100% - 15.26717557251908% - 20px);
}
.profile .text .name{
  font-size: 1.6rem;
  font-weight: bold;
}
.profile .text .detail{
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px){
  .profile{
    margin-top: 40px;
    padding: 20px;
  }
  .profile .image{
    width: 50%;
    margin: 0 auto 20px;
  }
  .profile .text{
    width: 100%;
  }
}


/* contact
----------------------------------------*/
.contact{
  margin: 90px auto;
}
.contact .bnr{
  max-width: 700px;
  margin: 0 auto;
}
.contact .logo{
  max-width: 350px;
  width: 70%;
  margin: 50px auto 0;
}
.contact .bnr a,
.contact .logo a{
  transition: 0.8s;
}
.contact .bnr a:hover,
.contact .logo a:hover{
  opacity: 0.6;
}

@media screen and (max-width: 767px){
  .contact{
    margin: 70px auto;
  }
  .contact .logo{
    margin: 30px auto 0;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
  display: inline-block;
  position: fixed;
  bottom: 0px;
  right: 5px;
  font-size: 11px;
  color: #fff;
  z-index: 90;
}
.pagetop a{
  display: block;
  padding: 10px 5px;
  background-color: #e8340c;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: 0.8s;
}
.pagetop a:hover{
  opacity: 0.8;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 0px;
    font-size: 10px;
  }
}

.inner2{
  margin: 0 auto 20px;
  text-align: center;
  font-size: 0.8em;
}