@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,aside,figure {margin: 0;padding: 0;}
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;}
hr,legend {display: none;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}


/* 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;
  box-sizing: border-box;
  -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:focus {outline:none;}
a:link {color:#000;text-decoration:underline;}
a:visited {color:#000;text-decoration:underline;}
a:active, a:hover {color:#000;text-decoration:none;}
img{width: 100%;height: auto;vertical-align: bottom;}

.spview{display: none;}
.tbview{display: none;}

@media screen and (max-width: 900px){
  .pcview{display: none;}
}

@media screen and (max-width: 767px){
  .spview{display: block;}
}


/* wrapper
----------------------------------------*/
.wrapper{
  position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper img{
	width: 100%;
	height: auto;
}


/* mv
----------------------------------------*/
.title{
  max-width: 1400px;
  width: 90%;
  margin: 10px auto;
  padding: 30px 0;
}
h1{
  position: relative;
  text-align: center;
}
h1 span{
  position: relative;
  display: inline-block;
  font-size: 4.0rem;
  font-size: min(4.0vw, 4.0rem);
  font-weight: 700;
  line-height: 1.6;
}
h1 span::before,
h1 span::after{
  position: absolute;
  background-color: #e60000;
  content: "";
}
h1 .left{
  padding: 0.75em 0 0 1.625em;
}
h1 .left::before{
  top: 0;
  left: -30px;
  width: 270px;
  height: 2px;
}
h1 .left::after{
  top: -30px;
  left: -0;
  width: 2px;
  height: 100px;
}
h1 .right{
  padding: 0 1.625em 0.75em 0;
}
h1 .right::before{
  bottom: 0;
  right: -30px;
  width: 270px;
  height: 2px;
}
h1 .right::after{
  bottom: -30px;
  right: 0;
  width: 2px;
  height: 100px;
}

@media screen and (max-width: 767px){
  .title{
    padding: 20px 0;
  }
  h1 span{
    font-size: 7vw;
  }
  h1 .spview{
    display: inline-block;
  }
  h1 .left{
    padding: 0.5em 0 0 1em;
  }
  h1 .right{
    padding: 0 1em 0.5em 0;
  }
  h1 .left::before{
    left: -15px;
    width: 150px;
  }
  h1 .left::after{
    top: -15px;
    height: 80px;
  }
  h1 .right::before{
    right: -15px;
    width: 150px;
  }
  h1 .right::after{
    bottom: -15px;
    height: 80px;
  }
}


/* lead
----------------------------------------*/
.lead{
  position: relative;
  max-width: 1400px;
  width: 94%;
  margin: 0 auto;
  padding-top: 34.28571428571429% 0 40px;
}
.lead::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-bottom: 34.28571428571429%;
  background: url(mv.jpg) no-repeat center;
  background-size: cover;
  content: "";
}
.lead .inner{
  max-width: 800px;
  margin: 0 auto;
  padding-top: calc(34.28571428571429% + 30px);
}
.lead p{
  color: #997800;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .lead::before{
    padding-bottom: 53.33333333333333%;
    background: url(mv-sp.jpg) no-repeat center;
    background-size: cover;
  }
  .lead .inner{
    padding-top: calc(53.33333333333333% + 20px);
  }
}


/* contents
----------------------------------------*/
.contents{
  max-width: 1200px;
  width: 94%;
  margin: 30px auto 0;
  padding: 60px 0 100px;
  border-top: solid 1px #ccc;
}

@media screen and (max-width: 767px){
  .contents{
    padding: 40px 0 70px;
  }
}


/* section
----------------------------------------*/
.section::before,
.section::after{
	content: "";
	display: block;
	clear: both;
}
.section + .section{
  margin-top: 80px;
}
.section .inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
}
.section-text{
  max-width: 800px;
  margin: 0 auto;
}
.section-text > p{
  margin-bottom: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.section-text > p:last-of-type{
  margin-bottom: 0;
}
.section-text > p.question{
  color: #997800;
  font-weight: 700;
}
.section-text > p .name{
  color: #e60000;
  font-weight: 700;
}
.section-heading{
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #e60000;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.section-heading::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11.25%;
  height: 5px;
  background: linear-gradient(90deg,#e60000,#f2c4ad);
  content: "";
}

@media screen and (max-width: 767px){
  .section + .section{
    margin-top: 60px;
  }
  .section-heading{
    margin-bottom: 30px;
    font-size: 2.5rem;
  }
  .section-heading::before{
    width: 20%;
  }
}


/* profile
----------------------------------------*/
.profile{
  width: 45%;
}
.profile.left{
  float: left;
  margin: 8px 40px 100px 0;
}
.profile.right{
  float: right;
  margin: 8px 0 100px 40px;
}
.profile .image img{
  border-radius: 16px;
}
.profile .caption{
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.profile .caption .name{
  font-size: 150%;
}
.profile .notes{
  margin-top: 0.8em;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px){
  .profile.left,
  .profile.right{
    float: none;
    width: 80%;
    margin: 30px auto;
  }
}


/* photo-double
----------------------------------------*/
.photo-double{
  margin: 50px auto 0;
  padding: 50px 10px;
  background-color: #f2f2f2;
}
.photo-double .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.photo:first-child{
  width: 53.75%;
}
.photo:last-child{
  width: 43.75%;
}
.photo .caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .photo-double{
    margin: 30px auto;
    padding: 20px 10px;
  }
  .photo + .photo{
    margin-top: 20px;
  }
  .photo:first-child{
    width: 100%;
  }
  .photo:last-child{
    width: 100%;
  }
}


/* figure
----------------------------------------*/
.figure{
  margin: 50px auto;
  padding: 50px 10px;
  background-color: #f2f2f2;
}
.figure-heading{
  margin-bottom: 10px;
  padding: 5px 0 5px 20px;
  border-left: solid 5px #e60000;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.5;
}
.figure .caption{
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
}

@media screen and (max-width: 767px){
  .figure{
    margin: 30px auto;
    padding: 20px 10px;
  }
  .figure-heading{
    padding: 5px 0 5px 10px;
    font-size: 1.8rem;
  }
}


/* forum
----------------------------------------*/
.forum{
  margin: 50px auto;
  padding: 40px 10px;
  background-color: #f2f2f2;
}
.forum-heading{
  margin-bottom: 25px;
  color: #e60000;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.forum-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.forum-inner .text{
  width: 57.5%;
}
.forum-inner .text p{
  font-size: 1.6rem;
  line-height: 2;
}
.forum-inner .text p + p{
  margin-top: 1em;
}
.forum-inner .text p a{
  display: block;
  position: relative;
  padding-left: 25px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.6;
}
.forum-inner .text p a:hover{
  color: #e60000;
}
.forum-inner .text p a::before{
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #e60000;
  border-radius: 50%;
  content: "";
}
.forum-inner .text p a::after{
  position: absolute;
  top: 11px;
  left: 4px;
  width: 4px;
  height: 4px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  transform: rotate(-45deg);
}
.forum-inner .image{
  width: 37.5%;
  margin-top: 5px;
}
.forum-inner .image a{
  transition: 0.5s;
}
.forum-inner .image a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 767px){
  .forum{
    margin: 30px auto;
    padding: 20px 10px;
  }
  .forum-heading{
    margin-bottom: 15px;
    font-size: 2.0rem;
  }
  .forum-inner .text{
    width: 100%;
    order: 2;
  }
  .forum-inner .image{
    width: 100%;
    margin: 0 0 20px;
  }
}


/* contact
----------------------------------------*/
.contact{
  padding: 110px 0;
  border-top: solid 5px #e60000;
}
.contact .inner{
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
}
.contact .logo{
  max-width: 450px;
  margin: 0 auto;
}
.contact .link{
  margin-top: 70px;
  text-align: center;
}
.contact .link a{
  position: relative;
  display: inline-block;
  padding: 20px 60px;
  background-color: #e60000;
  color: #fff;
  font-size: 2.0rem;
  text-decoration: none;
  transition: 0.5s;
}
.contact .link a span{
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.contact .link a::before{
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: #565656;
  content: "";
  z-index: -10;
  transition: 0.3s;
}
.contact .link a:hover::before{
  background-color: transparent;
}

@media screen and (max-width: 767px){
  .contact{
    padding: 80px 0;
  }
  .contact .logo{
    width: 90%;
  }
  .contact .link{
    margin-top: 50px;
  }
  .contact .link a{
    padding: 20px 40px;
    font-size: 1.8rem;
  }
}


/* pagetop
----------------------------------------*/
.pagetop{
  position: relative;
  z-index: 100;
}
.pagetop p{
	position: fixed;
	bottom: 1em;
	right: 2em;
	width: 60px;
	height: 60px;
}
.pagetop p img{
	width: 100%;
	height: auto;
}
.pagetop a{
	transition: 0.5s;
}
.pagetop a:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
  .pagetop p{
    right: 1em;
    width: 40px;
    height: 40px;
  } 
}

