@charset "UTF-8";

/* CSS Document */
html {
  font-size: 62.5%;
  /*16px×62.5%=10px*/
}

body {
  text-align: center;
  color: #302c2c;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'Montserrat', sans-serif;
  font-size: 1.8rem;
  text-transform: uppercase;
}

a {
  color: #302c2c;
  text-decoration: none;
}

img {
  /* max-width: 100%; */
  height: auto;
}

ul {
  list-style: none;
}

/*-------------------
utility
---------------------*/
.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

/*---------------------------------
*
*　 　　　header
*
----------------------------------*/
.nav_list_item {
  padding-top: 15px;
}
.nav_list {
  width: 100%;
  margin: 0 0 0 auto;
}

.nav_en {
  font-family: 'Montserrat';
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.0;
}

.nav_jp {
  font-size: 1.4rem;
  line-height: 1.5;
}

.icon {
  font-size: 30px;
  padding-top: 20px;
  padding-left: 15px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* max-width: 100%; */
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1000;
}

.header__inner {
	white-space: nowrap;
/*  max-width: 100%;*/
/*  width: 90%;*/
  height: auto;
  display: flex;
  align-items: center;
/*  padding-left: 62px;*/
}
.header_logo_area{
	width: 20%;
}

.header__logo {
	width: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.header__navgroup {
  max-width: 100%;
  /* margin-left: auto; */
  display: flex;
  flex: none;
}

.header__navgroup>*+* {
  margin-left: 60px;
}

.header__navitem {
  font-size: 16px;
  color: #000000;
  padding-left: 60px;
  border-left: dashed 1.3px;
　transition: all 0.4s ease 0s;

  /*点線*/
}
/*
.hover2{
	 position: relative;
}
*/
/*
.hover2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #9cc49e;
  transition: all 0.3s ease 0s;
}
.hover2:hover::after {
  width: 100%;
}
*/
.hover2:hover {
/*候補１
  background: #c6e1e1;
  color: #fff;
*/

/*候補２
  border-bottom-color: transparent;
  transform: translateY(0.1875em);
*/
/*候補３s*/
  color: #9cc49e;

}
.header_tw {
  margin-top: 15px;
}

.content_area {
  margin-top: 110px;
}

/*---------------------------------
*
*　 　　　hero_area
*
----------------------------------*/
.hero_container {
  max-width: 100%;
  margin: 0 auto;
}

.hero_txt_all {
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  letter-spacing: 0.5em;
  display: inline-block;
  text-align: center;
}

.hero_txt_1 {
  font-size: 4.8rem;
  line-height: 1.5;
}

.hero_txt_2 {
  font-size: 6.0rem;
  font-family: brandon-grotesque, sans-serif;
  line-height: 2.0;
}

.hero_img {
  width: 90%;
  height: auto;
}

/*---------------------------------
*
*　 　　　btn
*
----------------------------------*/
.btn_center {
  text-align: center;
}

.btn {
  font-family: 'Montserrat';
  font-size: 1.4rem;
  text-decoration: none;
  border: solid 1px;
  /*display: inline-block;*/
  padding: 19px 56px;
  text-align: center;
  /* background: transparent;*/
  transition: ease .2s;
  position: relative;
}

.btn:before,
.btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background: #000000;
}

.btn:before {
  width: 65px;
  transform: translate(30px, 0px);
}

.btn:after {
  width: 15px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(25deg);
}
/*---------------------------------
*
*　 　　　section
*
----------------------------------*/
.bg {
  background-color: #f8f5f2;
}

.section {
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section_title_en {
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
  text-transform: uppercase;
}

.section_title_jp {
  font-size: 16px;
  padding-bottom: 48px;
}

.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/*---------------------------------
*
*　 　　　about
*
----------------------------------*/
.section_box {
  /* margin-top: 160px; */
  padding: 0;
}

.about_message {
  line-height: 1.5;
  font-size: 3.0rem;
  font-weight: normal;
  padding-bottom: 60px;
}

.about_message_2 {
  line-height: 1.7;
  padding-bottom: 70px;
}

/*---------------------------------
*
*　 　　　works
*
----------------------------------*/
.works_list {
  display: flex;
  justify-content: space-between;
  padding: 0 66px;
  text-align: center;
}

.works_work {
  width: 33%;
  padding: 0 23px;
  text-align: center;
  margin: 0 auto;
}

.works_name {
  white-space: nowrap;
  padding-top: 10px;
  text-align: center;
  line-height: 1.3;
}
.new_work{
    width: auto;
    padding: 0 90px;
    margin-bottom: 120px;
}
/*---------------------------------
*
*　 　　　member
*
----------------------------------*/
.profile_intro {
  margin-left: 30px;
}

.imgsasaki {
  width: 330px;
  height: 330px;
  object-fit: cover;
}

.member_img {
  max-width: 100%;
  height: auto;
}

/* Round Corners */
.round-corners {
    display: inline-block;
    transition-duration: 0.1s;
    transition-property: border-radius;
}
    .round-corners:hover {
        border-radius: 30em;
}

.member_box {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 0 30px;
}
.down_box {
  padding: 0 63px;
}
.member_block {
  display: flex;
  justify-content: space-between;
  padding: 0 90px 90px;
}

.member_name_jp {
  font-size: 2.0rem;
  line-height: 2.0;
  white-space: nowrap;
}

.member_name_en {
  font-family: 'Montserrat';
  font-size: 1.4rem;
  line-height: 1.0;
  text-transform: capitalize;
}

.part {
  font-size: 1.6rem;
  line-height: 3.0;
	white-space: nowrap;
}
/*---------------------------------
*
*　 　　　contact
*
----------------------------------*/
.contact_txt {
  line-height: 2.0;
  padding-bottom: 80px;
}

.contact_btn_area {
  -webkit-appearance: none;
  transition: background-color 0.5s;
  margin: auto;
  width: 300px;
  height: auto;
  padding: 18px 50px;
  background-color: #e6df44;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
}
.contact_btn_area:hover {
/*background: #9cc49e;	*/
/*background: #fff;*/

/*    background-color: #F3C236;*/
	/* マウスオーバー時、1秒かけて背景色をアニメーションさせる */
    transition: background-color 0.7s;
}
.contact_lead_btn:hover{
	color: #fff;
/*	color: #e6df44;*/
}

.contact_lead_btn {
  font-family: 'Montserrat';
  text-decoration: none;
  line-height: 3.0;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  display: block;
}
.submit_btn{
	letter-spacing: 0.1em;
}
.submit_btn:hover{
	color: #fff;
}

/*---------------------------------
*
*　 　　　footer
*
----------------------------------*/
.footer {
  position: relative;
}

.btn_pagetop {
 display: block;
  position: absolute;
  right: 0;
  bottom: 200px;
  width: 100px;
  height: auto;
  transition-property: transform;
  transition: all 0.3s;
}

.btn_pagetop:hover {
  transform: translateY(-10px);
}

.footer_area {
  padding: 0 96px;
  background-color: #f8f5f2;
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
}

.footer_logo {
  padding-top: 20px;
  width: 15%;
}

.address {
  padding: 58px 0;
  font-size: 1.8rem;
  line-height: 2.0;
  text-align: left;
}

.copyright {
  font-size: 1.4rem;
  font-family: 'Montserrat';
}

.last_onigiri {
  max-width: 100%;
}
/*---------------------------------
*
*　 　　　下層ページ共通
*
----------------------------------*/
.page_title_en {
  font-size: 3.6rem;
  font-family: 'Montserrat';
  line-height: 2.0;
  padding-top: 48px;
  margin-bottom: 0;
}

.page_title_jp {
  font-size: 1.6rem;
  padding-bottom: 60px;
  margin-top: 0;
}

/*---------------------------------
*
*　 　　　aboutページ
*
----------------------------------*/
.about_block {
  display: flex;
  padding: 0 80px;
  /*	position: relative;*/
}

.about_img {
  width: 479px;
  height: 330px;
}

.bgc_yellow {
  width: 100%;
  background-color: #e6df44;
  padding: 40px 40px;
}

.about_img_2 {
  margin-left: 55px;
}

.block_head {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 18px;
  text-align: left;
}

.block_txt {
  font-size: 1.6rem;
  line-height: 1.7;
  padding-bottom: 40px;
  text-align: left;
}

.about_block:first-of-type {
  padding-bottom: 140px;
}

.about_block_img:first-of-type {
  /*padding-right: 35px;*/
  margin-right: 60px;
}

.about_txt_area {
  width: 500px;
}

.link_title {
  font-size: 3.0rem;
  letter-spacing: 0.03em;
  padding-bottom: 48px;
}

.link_block {
  display: flex;
  /*padding: 0 100px 208px;*/
  justify-content: space-between;
  margin: 0 140px 160px;
}

.link_box {
  border-radius: 5px;
  border: solid 1px;
  padding: 18px 33px;
  margin: 0 15px;
  text-align: center;
  max-width: 100%;
  height: auto;
}

.link_box_theater,
.link_box_url {
  line-height: 2.0;
  white-space: nowrap;
}

.link_box_theater {
  margin-bottom: 8px;
}

.link_box_url {
  font-size: 1.6rem;
  color: #786a65;
  text-transform: lowercase;
  display: block;
}

/*---------------------------------
*
*　 　　　membersページ
*
----------------------------------*/
.member_down {
  margin-bottom: 160px;
}

/*---------------------------------
*
*　 　　　memberページ 共通
*
----------------------------------*/
.member_section {
  margin-bottom: 160px;
}

.img_inner_yellow {
  background-color: #e6df44;
  width: 260px;
  height: 340px;
  position: absolute;
  transform: translate3d(-40px, -305px, 0px);
  z-index: -1;
}

.profile_pic {
  max-width: 100%;
  height: auto;
}

.profile_pic_2 {
  width: 250px;
  height: 250px;
}

.profile_txt {
  font-size: 1.6rem;
  line-height: 1.7;
  border-top: 1px solid;
  padding-top: 20px;
  margin-left: 60px;
}
.profile_txt_2{
  border: none;
  padding-top: 0px;
}

.profile_txt {
  padding-left: 0;
}

.profile_block {
  text-align: left;
  padding: 0 100px;
  margin-bottom: 80px;
  display: flex;
}

.profile_name {
  margin-left: 60px;
  padding: 0;
}

.history_area {
  text-align: left;
  /*margin-left: 494.19px;*/
  display: flex;
  padding: 0 116px;
  /*justify-content: space-between;*/
}

.history_title {
  font-size: 2.4rem;
  padding-bottom: 30px;
  margin-left: 60px;
}

.history_category {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 13px;
  margin-left: 60px;
}

.history_list {
  padding-bottom: 30px;
}

.history_list:last-of-type {
  padding-bottom: 100px;
}

.short {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 25px;
}

.br_block {
  display: block;
}

.btn_padding {
  padding-bottom: 120px;
}

/*---------------------------------
*
*　 　　　contactページ
*
----------------------------------*/
.contact_area {
  background-color: #f8f5f2;
  padding: 48px 0;
  margin: 0 96px 160px;
}

.form_must {
  color: red;
  font-size: 1.2rem;
  margin-left: 10px;
}

.form_area {
  margin: 0 170px;
  text-align: left;
}

.form_request {
  margin-bottom: 15px;
}

.input_box {
  width: 500px;
  height: 30px;
  margin-bottom: 30px;
  border: none;
  font-size: 100%;
}

.input_inquiry {
  height: 200px;
}

@media screen and (max-width:1000px) {
	
	.br-mid {
    display: block;
  }
	.header__navitem {
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    border-left: dashed 1.3px;
  　transition: all 0.4s ease 0s;
    /*点線*/
  }
 	.header__navgroup>*+* {
    margin-left: 20px;
  }
 	.works_name {
 	 white-space: nowrap;
 	 font-size: 1.4rem;
	}
}

/*----------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:640px) {
  .sp {
    display: none;
  }

  body {
    font-size: 1.4rem;
    width: 100%;
    box-sizing: border-box;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }

  .content_area {
    margin-top: 65px;
  }

  .nav_list {
    width: 100%;
    margin: 0 0 0 auto;
  }

  .nav_en {
    font-family: 'Montserrat';
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.0;
  }

  .nav_jp {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .icon {
    font-size: 30px;
  }

  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
  }

  .header__inner {
    max-width: 100%;
    height: auto;
    margin-top: 22px;
	  padding-left: 0;
  }

  .header__logo {
    flex: none;
    padding: 0;
    width: 60PX;
/*    height: 20%;*/
    top: 24px;
    left: 12px;
  }
	.header_logo_area{
	width: 100%;
}

  .header__navgroup {
    margin-left: auto;
    display: flex;
    flex: none;
  }

  .header__navgroup {
    display: block;
  }

  .header__navitem {
    font-size: 16px;
    color: #000000;
    padding-left: 0;
    border-left: none;
  }

/*---------------------------------
*
*　 　　　navigation
*
----------------------------------*/
  .btn-trigger {
    -webkit-appearance: none;
    appearance: none;
    position: fixed;
    top: 24px;
    right: 12px;
    z-index: 110;
    width: 40px;
    height: 20px;
    border: none;
    background-color: #fff;
  }

  .btn-trigger span {
    position: absolute;
    display: block;
    width: 28px;
    height: 1px;
    background-color: #a0a0a0;
    transition: all 0.5s;
  }

  .btn-trigger span:first-of-type {
    top: 0;
  }

  .btn-trigger span:nth-of-type(2) {
    top: 10;
  }

  .btn-trigger span:last-of-type {
    bottom: 0;
  }

  .btn-trigger.active span:first-of-type {
    transform: rotate(45deg);
    top: 10px;
  }

  .btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .btn-trigger.active span:last-of-type {
    transform: rotate(-45deg);
    bottom: 10px;
  }

  .navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 120%;
    /*大きめに設定*/
    padding: 120px 0 150px;
    background-color: rgba(255, 255, 255, 0.97);
  }

  .header__navitem {
    font-size: 1.6rem;
    width: 100%;
    margin: 40px 0;
  }

  .nav_list_item {
    margin: 40px 0;
    padding-top: 30px;
  }

  .nav-item {
    margin-bottom: 60px;
  }

/*---------------------------------
*
*　 　　　hero-area
*
----------------------------------*/
  .hero_container {
    max-width: 100%;
    margin: 0 auto;
  }

  .hero_txt_all {
    font-weight: bold;
    white-space: nowrap;
    color: #ffffff;
    letter-spacing: 0.5em;
    display: inline-block;
    text-align: center;
  }

  .hero_txt_1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .hero_txt_2 {
    font-size: 2.4rem;
    font-family: brandon-grotesque, sans-serif;
    line-height: 2.0;
  }

/*---------------------------------
*
*　 　　　btn
*
----------------------------------*/
  .btn {
    font-family: 'Montserrat';
    font-size: 1.4rem;
    text-decoration: none;
    border: solid 1px;
    padding: 19px 56px;
    text-align: center;
    transition: ease .2s;
    position: relative;
    margin-bottom: 30px;
  }

  .btn:before,
  .btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    background: #000000;
  }

  .btn:before {
    width: 65px;
    transform: translate(30px, 0px);
  }

  .btn:after {
    width: 15px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);
  }
  /*---------------------------------
*
*　 　　　section
*
----------------------------------*/
  .bg {
    background-color: #f8f5f2;
  }

  .section {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section_title_en {
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    text-transform: uppercase;
  }

  .section_title_jp {
    font-size: 16px;
    padding-bottom: 48px;
  }

  /* http://ianlunn.github.io/Hover/ */
  .hvr-forward {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }

  .hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  /*---------------------------------
*
*　 　　　about
*
----------------------------------*/
  .section_box {
    padding: 0;
  }

  .about_message {
    font-size: 1.8rem;
    font-weight: normal;
    padding-bottom: 40px;
    line-height: 1.7;
  }

  .about_message_2 {
    font-size: 1.4rem;
    padding-bottom: 50px;
  }

 /*---------------------------------
*
*　 　　　works
*
----------------------------------*/
  .works_list {
    padding: 0 40px;
    display: block;
  }

  .works_work {
    width: 100%;
    padding: 0;
  }

  .works_name {
    font-size: 1.6rem;
    margin-bottom: 30px;
	line-height: 1.2;
  }

  .works_3 {
    margin-bottom: 0;
  }
    .new_work{
        padding: 0 40px;
    }

 /*---------------------------------
*
*　 　　　member
*
----------------------------------*/
  .profile_intro {
    margin-left: 0px;
  }

  .member_img {
    max-width: 100%;
    height: auto;
  }

  .member_box {
    width: 250px;
    height: auto;
    margin: 0 auto 30px auto;
    padding: 0 30px;
  }

  .member_block {
    display: block;
    padding: 0;
    margin: 0 auto;
  }

  .member_name_jp {
    font-size: 1.7rem;
    line-height: 2.0;
	white-space: nowrap;
  }

  .member_name_en {
    font-family: 'Montserrat';
    font-size: 1.5rem;
    line-height: 1.0;
    white-space: nowrap;
  }

  .part {
    font-size: 1.4rem;
    line-height: 3.0;
    margin-bottom: 50px;
  }

  .part:last-of-type {
    margin-bottom: 0;
  }
/* Round Corners */
.round-corners {
    transition-property: none;
}
    .round-corners:hover {
        border-radius: 0;
}

/*---------------------------------
*
*　 　　　contact
*
----------------------------------*/
  .contact_txt {
    line-height: 2.0;
    padding-bottom: 50px;
  }

   input[type="submit"] {
    -webkit-appearance: none;
}

  .contact_btn_area {
	-webkit-appearance: none;
    width: 200px;
    background-color: #e6df44;
    font-size: 1.6rem;
	margin: auto;
	height: auto;
  	padding: 12px 30px;
	border-radius: 50px;
	font-weight: bold;
	border: none;
  }

  .contact_lead_btn {
    font-family: 'Montserrat';
    text-decoration: none;
    line-height: 3.0;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
  }
	.contact_btn_area:hover {
    background-color: #e6df44;
	/* spではアニメーションなし */
}
	.contact_lead_btn:hover{
	color: #302c2c;
	/* spではアニメーションなし */
}
  /*------footer----------------------
----------------------------------*/
  .footer_area {
    display: block;
    max-width: 100%;
    background-color: #f8f5f2;
    text-align: center;
    padding: 0;
  }

  .footer_logo {
    width: 15%;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
  }

  .address {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 15px;
  }

  .copyright {
    font-size: 1.2rem;
    font-family: 'Montserrat';
    line-height: 3.0;
    margin-bottom: 15px;
  }

  .img_pagetop {
    display: none;
  }

  /*---------------------------------
*
*　 　　　下層ページ共通
*
----------------------------------*/
  .page_title_en {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 2.4rem;
    font-family: 'Montserrat';
    line-height: 2.0;
    padding-top: 50px;
    margin: 0;
  }

  .page_title_jp {
    max-width: 100%;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding-bottom: 60px;
    margin: 0;
  }

  /*---------------------------------
*
*　 　　　aboutページ
*
----------------------------------*/
  .text_left {
    width: 100%;
    text-align: left;
    margin: auto;
  }

  .bgc_yellow {
    max-width: 100%;
    box-sizing: border-box;
    background-color: #e6df44;
    padding: 0;
  }

  .about_img_2 {
    display: none;
  }

  .about_block {
    display: block;
    padding: 0 0 50px 0;
    flex-direction: column;
  }

  .about_block_img {
    max-width: 100%;
  }

  .about_btn {
    margin-bottom: 0;
  }

  .about_block_img:first-of-type,
  .about_block_txt:last-of-type {
    margin-right: 0px;
  }

  .about_txt_area {
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .about_block:first-of-type {
    padding-bottom: 30px;
    display: block;
  }

  .about_img {
    width: 100%;
  }

  .block_head {
    text-align: left;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.4;
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    margin: 0 20px;
    /*	text-align: left;*/
  }

  .block_txt {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0 20px;
  }

  .about_block_txt {
    margin-left: 0;
    margin-bottom: 50px;
  }

  .link_title {
    font-size: 1.8rem;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .link_block {
    display: block;
    font-size: 1.4rem;
    margin: 0;
  }

  .link_box {
    border: solid 1px;
    padding: 20px 0;
    text-align: center;
    margin: 0 40px 20px;
  }

  .link_box_theater,
  .link_box_url {
    line-height: 1.3;
    white-space: nowrap;
  }

  .link_box_url {
    color: #786a65;
  }

  .bgc_b {
    background-color: #f8f5f2;
    padding-bottom: 50px;
  }

  .link_box_theater {
    font-size: 1.4rem;
  }

  .link_box_url {
    font-size: 1.1rem;
  }

  /*---------------------------------
*
*　 　　　membersページ
*
----------------------------------*/
  .member_down {
    margin-bottom: 0px;
  }

  /*---------------------------------
*
*　 　　　memberページ 共通
*
----------------------------------*/
  .member_section {
    margin-bottom: 50px;
  }

  .img_inner {
    background-color: #72c49e;
    width: 100%;
    height: auto;
  }

  .img_inner_yellow {
    background-color: #e6df44;
  }

  .profile_pic {
    width: 100%;
    height: auto;
  }

  .profile_pic_2 {
    display: none;
  }

  .profile_txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
    border-top: 1px solid;
    padding-top: 20px;
    margin: 0 20px;
  }
.profile_txt_2{
  border: none;
  padding-top: 0px;
}
  .profile_block {
    text-align: center;
    padding: 0px;
    margin-bottom: 50px;
    display: block;
  }

  .profile_name {
    margin-left: 20px;
  }

  .history_area {
    text-align: left;
    margin-left: 0px;
    padding: 0;
  }

  .history_title {
    font-size: 2.4rem;
    padding-bottom: 30px;
    margin-left: 20px;
  }

  .history_category {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 0;
    margin: 20px;
  }

  .history_list {
    padding-bottom: 30px;
  }
  .history_list_2{
	padding-bottom: 10px;	
	}
  .history_list:last-of-type {
    padding-bottom: 100px;
  }

  .short {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: left;
  }

  /*---------------------------------
*
*　 　　　contactページ
*
----------------------------------*/
  .contact_area {
    background-color: #f8f5f2;
    padding: 48px 0;
    margin: 0 0 50px;
  }

  .form_must {
    color: red;
    font-size: 1.2rem;
  }

  .form_area {
    margin: 0 30px;
    text-align: left;
  }

  .input_box {
    width: 100%;
  }

  .sample {
    flex-direction: column-reverse;
  }
}
