@charset "UTF-8";

/*============================
	hero
============================*/
.hero {
  background: url("../img/mv_1.jpg") no-repeat center / cover;
  width: 100%;
  height: 40rem;
  color: var(--white);
  display: grid;
  place-content: center;
  position: relative;
}

.hero::before {
  content: "";
  background-color: var(--black);
  opacity: 0.6;
  position: absolute;
  inset: 0;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__ttl {
  font-size: max(12px, 2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 6rem;
}

.hero__ttl span {
  /* font-family: var(--font-en); */
  font-size: max(24px, 3.6rem);
  line-height: 1;
}

/*-------------------------
  lower_sec
---------------------------*/
.lower_sec {
  padding: 12rem 0 15rem;
}

.lower_sec-inner {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lower_sec-inner {
    width: 90%;
  }
}

/*-------------------------
  menu
---------------------------*/

/*-------------------------
  news
---------------------------*/
.CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
  padding-bottom: 15rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 24rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    width: 100%;
    height: 40rem;
  }
}

.CMS-NEWS-LINK {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.44;
  margin-bottom: 2rem;
}

.CMS-NEWS-TIME {
  font-size: 0.9em;
  margin-top: 0rem;
  padding-bottom: 1rem;
  border-bottom: 0.06rem solid #fff;
  margin-bottom: 1rem;
    border-bottom: 0.06rem solid;
    border-image: linear-gradient(to right, #f0c131 0.56%, #f7e7a4 25.2%, #bc8e31 59.5%, #e7d085 87%, #f8eba2 100%);
    border-image-slice: 1;
}

.CMS-NEWS-MORE-READ {
  background-color: var(--brown);
  border: 0.1rem solid #fff;
  width: 38rem;
  height: 7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--white);
  display: grid;
  place-content: center;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .CMS-NEWS-MORE-READ:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .CMS-NEWS-MORE-READ {
    width: 100%;
    height: 8rem;
  }
}

/*-------------------------
  newsdetail
---------------------------*/
.CMS-NEWS-DETAIL {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.CMS-NEWS-TITLE {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 1rem 0 1.2rem 0;
  margin-bottom: 3rem;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 3px var(--brown);
  position: absolute;
  bottom: -3px;
}

.CMS-NEWS-CONTENT img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 2rem auto;
}

/*-------------------------
  gallery
---------------------------*/
.gallery__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.gallery__list li {
  margin: 0 1rem 2rem;
}

.gallery__list a {
  display: block;
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery__list a {
    width: 19vw;
    height: 19vw;
  }
}

#swipebox-close {
  right: auto;
  left: 0;
}

@media (min-width: 800px) {
  #swipebox-close {
    right: auto;
    left: 10px;
  }
}

/*-------------------------
  shop
---------------------------*/
.map {
  margin: 0 auto 4rem;
}

.shop__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.shop__list dt,
.shop__list dd {
  border-bottom: solid 1px var(--white);
  letter-spacing: 0.08em;
  line-height: 2;
  padding: 2rem;
}

.shop__list dt {
  width: 30%;
  font-weight: 700;
  white-space: nowrap;
}

.shop__list dd {
  width: 70%;
}

@media (max-width: 767px) {
  .shop__list dt,
  .shop__list dd {
    width: 100%;
  }

  .shop__list dt {
    border-bottom: none;
    padding: 2rem 2rem 0;
  }

  .shop__list dd {
    padding: 0 2rem 2rem;
  }
}

.shop__underline {
  text-decoration: underline;
}

/*-------------------------
  cast
---------------------------*/
.cast__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 3rem;
}

@media (max-width: 767px) {
  .cast__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cast__name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.cast__name {
  letter-spacing: 0.05em;
}

.cast__insta {
  width: max(24px, 3rem);
  height: max(24px, 3rem);
}

/*-------------------------
  recruit
---------------------------*/
.recruit__inner {
  width: 110rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recruit__inner {
    width: 90%;
  }
}

.recruit__inner h4 {
  font-size: max(16px, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 2rem;
  position: relative;
}

.recruit__inner h4::after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 3px var(--brown);
  position: absolute;
  bottom: -3px;
}

.recruit__list {
  display: flex;
  flex-wrap: wrap;
}

.recruit__list:not(:last-of-type) {
  margin-bottom: 6rem;
}

.recruit__list dt,
.recruit__list dd {
  border-bottom: solid 1px var(--white);
  line-height: 2;
}

.recruit__list dt {
  width: 25%;
  padding: max(10px, 2rem) 0 max(10px, 2rem) 1rem;
}

.recruit__list dd {
  width: 75%;
  padding: max(10px, 2rem) 1rem max(10px, 2rem) 0;
}

@media (max-width: 767px) {
  .recruit__list dt,
  .recruit__list dd {
    width: 100%;
  }

  .recruit__list dt {
    border-bottom: none;
    padding: max(10px, 2rem) 1rem 3rem;
    font-weight: 700;
    font-size: 1.1em;
  }

  .recruit__list dd {
    padding: 0 1rem max(10px, 2rem);
    font-weight: normal;
  }
}

@media screen and (min-width: 768px) {
  form {
    padding: 70px 0 0 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  form div {
    margin-bottom: 20px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
  }

  form div label span {
    font-size: 16px;
    color: #d62f37;
    margin-left: 10px;
  }

  form select {
    padding: 20px;
    background: var(--white);
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    width: calc(100% - 40px);
    color: var(--black);
    padding: 10px 20px;
    background: var(--white);
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.5em;
  }

  form input[type="submit"] {
    border: 0px;
    width: 50%;
    background: var(--white);
    border: 2px solid #444;
    color: var(--black);
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0;
    margin: 0 25%;
  }
}

@media screen and (max-width: 767px) {
  form {
    font-size: max(14px, 1.6rem);
    padding: 30px 20px 0 20px;
  }

  form div {
    margin-bottom: 50px;
  }

  form div label {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
  }

  form div label span {
    font-size: 12px;
    color: #d62f37;
    margin-left: 10px;
  }

  form select {
    padding: 20px;
    background: var(--white);
    border: #bbb solid 1px;
    border-radius: 3px;
  }

  form input,
  form textarea {
    max-width: 1000px;
    width: calc(100% - 20px);
    padding: 10px 10px;
    color: var(--black);
    background: var(--white);
    border: #bbbbbb solid 1px;
    border-radius: 4px;
    font-size: 1.4em;
  }

  form input[type="submit"] {
    border: 0px;
    width: 90%;
    background: var(--white);
    border: 2px solid #333;
    color: var(--black);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 16px 0;
    margin: 0 5%;
  }
}

/*-------------------------
  privacy
---------------------------*/
.privacy_notes {
  max-width: 1000px;
  font-size: max(14px, 1.6rem);
  padding: 30px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .privacy_notes {
    width: 90%;
  }
}

.privacy {
  font-size: max(14px, 1.6rem);
  background-color: var(--black);
  width: auto;
  max-width: 1000px;
  margin: 0 auto 5rem;
  border: 2px solid var(--white);
  padding: 20px;
  height: 500px;
  overflow: auto;
}

.privacy span {
  font-weight: bold;
}

.privacy p {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.second-nrw p.privacy_notes {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .privacy {
    width: 80%;
  }
}

.thanx__txt {
  font-size: max(12px, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.thanx_btn a {
  display: block;
  background-color: var(--brown);
  width: max-content;
  color: var(--white);
  padding: 1rem 2rem;
  margin: 4rem auto 0;
}



.recruit__btnwrap {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin: 10rem 0 0;
}
.recruit__btn {
  text-align: center;
  /* text-decoration: underline; */
  font-size: 2.5rem;
  font-weight: bold;
}

.recruit__btn a {
  border: 0.1rem solid #fff;
  padding: 2rem 5rem;
}

.recruit__btn i {
  padding-right: .8rem;
}
@media (max-width: 767px) {
  .recruit__btnwrap {
    flex-direction: column;
    gap: 5rem;
  }
  .recruit__btn {
    font-size: max(15px, 2.8rem);
  }
  .recruit__btn a {
    display: block;
    width: 60rem;
    margin: 0 auto;
  }
}







/*-------------------------
  contact
---------------------------*/
  
@media screen and (min-width: 768px) {
	form {
		padding: 20px 0 0 0;
		max-width: 1200px;
		margin: 0 auto;
		width: calc(100% - 40px);
	}
  
	form div {
		margin-bottom: 40px !important;
	}
  
	form div label {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 18px;
	}
  
	form select {
		padding: 20px;
		background: #fff;
		border: #bbb solid 1px;
		border-radius: 3px;
    color: #000;
	}
  
	form input,
	form textarea {
		width: calc(100% - 40px);
		padding: 15px 20px;
		background: #fff;
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: 1.1em;
	}
	form textarea {
	  resize: vertical;
	  height: 25rem;
	}
	form input[type="submit"] {
		border: 0px;
		width: 40%;
		background: #c29f5f;
		border: 2px solid #fff;
		border: solid 4px #0D0505;
		color: #fff;
		font-size: max(20px, 2.5rem);
		font-weight: 600;
		padding: 15px 0;
		margin: 0 auto;
		display: block;
        letter-spacing: 0.5rem;
	}
  }
  
  form input[type="submit"]:hover {
	transition: all 0.3s;
	cursor: pointer;
	/* opacity: 0.7; */
	color: #b0e2f1;
  }
  .CMS-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    margin-top: 1.3rem;
    border-radius: 50%;
}
.CMS-FORM-RADIO {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
}
.CMS-FORM-RADIO label{
    display: block;
    width: calc(100% - 3.5rem);
}
.CMS-FORM-RADIO > label {
    font-weight: normal;
    padding-top: 0.8rem;
}
.CMS-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}

  @media screen and (max-width: 767px) {
	form {
		padding: 0 0 0px;
	}
  
	form div {
		margin-bottom: 20px;
	}
  
	form div label {
		display: block;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 14px;
	}
  
	form select {
		padding: 10px 25px;
		background: #fff;
		border: #bbb solid 1px;
		border-radius: 3px;
    		font-size: max(14px, 1.6rem);

    color: #000;
	}
  
	form input,
	form textarea {
		max-width: 1000px;
		width: calc(100% - 20px);
    width: 100%;
		padding: 10px 10px;
		background: #fff;
		border: #bbbbbb solid 1px;
		border-radius: 4px;
		font-size: max(14px, 1.6rem);
	}
	form textarea {
		height: 20rem;
	  }  
  
	form input[type="submit"] {
		border: 0px;
		width: 90%;
		background: #c29f5f;
		border: 2px solid #fff;
		border: solid 4px #0D0505;

		color: #fff;
		font-size: max(18px, 2.3rem);
		font-weight: 600;
		padding: 16px 0;
		margin: 0 5%;

        font-family: 'Noto Serif JP', serif !important;
	}

	.CMS-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
    .CMS-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .CMS-FORM-RADIO label{
        width: calc(100% - 3.5rem);
        padding-top: 0;
        margin-top: -0.1rem;
    }
    .CMS-FORM-RADIO > label {
        font-weight: normal;
    }
    .CMS-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }

  }
  
@media screen and (max-width: 450px) {

	.inner-flex h2 {
		font-size: 25px;
	}
	.inner-flex-reverse h2{
		font-size: 25px;
	}
	.inner-flex-reverse h2{
		font-size: 25px;
	}

}


.thanks_width {
	text-align: center;
	margin: auto;
  }
  .thanks_width .btn {
	margin: 0 auto;
  } 


/*
 * required mark 
 */
 .form_required1 {
	width: 250px;
	display: flex;
	justify-content: space-between;
  }
  .form_required2 {
	display: inline-block;
	background-color: #DA002C;
	color: #fff;
	font-size: 0.8em;
	line-height: 1;
	font-weight: bold;
	width: 50px;
	padding: 4px 0;
	text-align: center;
  
	margin-top: 3px;
	margin-left: 30px;
  
  }
  @media screen and (max-width: 768px) {
	.form_required1 {
	  width: 100%;
	}  
	.form_required2 {
	  /* width: 14vw;
	  height: 5.5vw;   */
	}
  }
  

  /*
 * privacy policy
 */

.privacy {
	width: calc(100% - 40px) !important;
	margin: 0 auto 5rem;
	border: 4px solid #bebebe;
	height: 500px;
	overflow: auto;
	overflow-y: scroll !important;
	background-color: #fff;
  }
  .privacy p {
	color: #000;
	padding: 0 20px;
  }
  .privacy span {
	font-weight: bold;
  }
  
  p.privacy_notes {
	padding: 4rem 0 2rem;
	padding-left: 2em;
	text-indent: -1em;
    font-size: max(14px, 1.3rem);
  }
  
  @media screen and (max-width: 767px) {
	.privacy {
		width: calc(100% - 20px) !important;
		/* height: 110vw; */
		height: 380px;
	}
  }


.recruit__block {
    max-width: 1000px;
    margin: 0 auto;
}
.recruit__text {
    text-align: center;
    font-size: max(16px, 2rem);
    margin: 9rem 0 3rem;
}
  @media screen and (max-width: 767px) {
  .recruit__text {
      font-size: max(14px, 2rem);
      margin: 15rem 0 9rem;
  }
  }
  
/*
 * thanx
 */

.thanx {
    text-align: center;
    font-size: 1.6rem;
}
.back {
    text-align: center;
    display: block;
    font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
    .thanx {
        text-align: left;
    }
}



.thanx__txt {
  font-size: max(13px, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}
.thanx_btn a {
  display: block;
background: #c29f5f;
  width: max-content;
  color: #fff;
  padding: 2rem 5rem;
  margin: 4rem auto 0;
  font-size: max(17px, 1.6rem);
}




.recruit__link {
  background-color: var(--brown);
  border: 0.1rem solid #fff;
  width: 42rem;
  height: 7rem;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .recruit__link {
    width: 90%;
    height: 12rem;
    font-size: max(15px, 2.5rem);
    font-weight: 500;
    letter-spacing: 0.1em;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10rem auto 0;
  }
}
