
@charset "UTF-8";
body {
	font-family: "Noto Serif JP", serif;
	background-color: #83ACA6; 
}

body.hidden {
  overflow: hidden;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.593625498vw;
  }
}
@media (min-width: 890px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.65;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
	color: white;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}


/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*---------------------------------- 
animation jQueryと連動
---------------------------------- */
html {
  overflow: visible;
}

.header {
  width: 100%;
  height: 7.6875rem;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  background-image: url(../images/top/header-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: fixed;
  z-index: 9;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0rem 1.25rem 0rem 3.125rem;
    height: 7.875rem;
  }
}

.header__container {
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  height: inherit;
  position: fixed;
  left: 77%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .header__container {
    max-width: none;
    max-width: initial;
    left: 50%;
  }
}

/*---------------------------------- 
pc-nav
---------------------------------- */
.pc-nav__items {
  padding: 0.3125rem 0;
  display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}
.pc-nav__itemss {
  width: 100px;
  height: 100px;
  margin-right: 150px;
}
@media screen and (min-width: 768px) {
  .pc-nav__items {
    margin-top: 0;
    margin-top: initial;
  }
}

.pc-nav__item {
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 25px);
  font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
  line-height: 1.32;
  letter-spacing: 0;
  cursor: pointer;
}

.pc-nav__item a {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.pc-nav__item--hover a {
  padding: 20px 0;
  padding: 1.25rem 0;
}

.pc-nav__item--hover a::after {
  background-color: #646464;
  bottom: 18px;
  bottom: 1.125rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.pc-nav__item--hover a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 0.6;
}

.pc-nav__item:not(:nth-child(3)) {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-nav__item:not(:nth-child(3)) {
    display: block;
  }
}

.pc-nav__item:nth-child(2) {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.pc-nav__item:nth-child(3) {
  max-width: 60px;
  max-width: 3.75rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .pc-nav__item:nth-child(3) {
    margin-left: 1.875rem;
    max-width: 9rem;
  }
}

.pc-nav__item:nth-child(4) {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.pc-nav__item:nth-child(5) {
  margin-left: 30px;
  margin-left: 1.875rem;
}

.pc-nav__item:nth-child(6) {
  margin-left: 30px;
  margin-left: 1.875rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.pc-nav__item-lang {
  display: block;
  padding: 15px 0 5px;
  padding: 0.9375rem 0 0.3125rem;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
}

.pc-nav__item .pc-nav__item-twitter {
  margin-top: 5px;
  margin-top: 0.3125rem;
  display: block;
  padding: 8px;
  padding: 0.5rem;
  max-width: 50px;
  max-width: 3.125rem;
  width: 100%;
  margin: auto;
}

/*---------------------------------- 
sp-nav
---------------------------------- */
.sp-nav {
  padding: 3px 20px 20px;
  padding: 0.1875rem 1.25rem 1.25rem;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  background: #DBDBDB;
  text-align: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.js-sp-nav.is-open {
  opacity: 100;
  visibility: visible;
}


.sp-nav__container {
  margin: auto;
  max-width: 292px;
  max-width: 18.25rem;
  width: 100%;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; /* iOS用 */
}

.sp-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.sp-nav__twitter {
  max-width: 35px;
  max-width: 2.1875rem;
  width: 100%;
}

.sp-nav__logo {
  max-width: 60px;
  max-width: 3.75rem;
  width: 100%;
  display: inline-block;
  position: absolute;
  top: -16px;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sp-nav__items {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.sp-nav__item:nth-child(n+2) {
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.sp-nav__languages {
  margin-top: 25px;
  margin-top: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sp-nav__language {
  max-width: 90px;
  max-width: 5.625rem;
  width: 100%;
}

.sp-nav__language:nth-child(n+2) {
  margin-left: 12px;
  margin-left: 0.75rem;
}

.sp-nav__copyright {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: 300;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

/*---------------------------------- 
hamburger
---------------------------------- */
.hamburger {
  display: block;
  position: fixed;
  z-index: 9;
  top: 25px;
  top: 1.5625rem;
  right: 41px;
  right: 2.5625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  cursor: pointer;
  text-align: center;
  border: 2px solid #311008;
}
@media screen and (min-width: 375px) {
  .hamburger {
    right: 8.8vw;
  }
}
@media screen and (min-width: 450px) {
  .hamburger {
    right: calc(50% - 147px);
  }
}
@media screen and (min-width: 768px) {
  .hamburger {
    max-width: 5.4375rem;
    right: 5.98vw;
  }
}
@media screen and (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 17px;
  width: 1.0625rem;
  height: 2px;
  left: 5px;
  left: 0.3125rem;
  background: #311008;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 5px;
  top: 0.3125rem;
}

.hamburger span:nth-child(2) {
  top: 12px;
  top: 0.75rem;
}

.hamburger span:nth-child(3) {
  top: 19px;
  top: 1.1875rem;
}

/* ナビ開いてる時のボタン */
.hamburger.is-open span:nth-child(1) {
  top: 12px;
  top: 0.75rem;
  background: #311008;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.is-open span:nth-child(2),
.hamburger.is-open span:nth-child(3) {
  top: 12px;
  top: 0.75rem;
  background: #311008;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.normal-text {
  font-weight: 500;
  font-size: 13.5px;
  font-size: 0.84375rem;
  line-height: 1.6923076923;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .normal-text {
    font-size: max(0.875rem, 13px);
    line-height: 1.7857142857;
  }
}

.obi {
  width: 100%;
}
@media screen and (min-width: 375px) {
  .obi {
    right: 5.5vw;
  }
}
@media screen and (min-width: 450px) {
  .obi {
    right: calc(50% - 156px);
  }
}
@media screen and (min-width: 768px) {
  .obi {
    max-width: 5.4375rem;
    right: 5.98vw;
  }
}
@media screen and (min-width: 1004px) {
  .obi {
    right: calc(50% - 433px);
  }
}

.opening-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background-color: #150201;
  opacity: 0;
}

.opening-box-wrapper {
  position: relative;
  margin: auto;
  max-width: 375px;
  max-width: 23.4375rem;
  width: 100%;
  height: 100%;
  background-color: #150201;
}

/*---------------------------------- 
共通
---------------------------------- */
.box {
  position: absolute;
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.3em;
}
.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #311008;
  color: #fff;
}

.top-about {
  max-width: 450px;
  max-width: 28.125rem;
  width: 100%;
  margin: auto;
  padding: 32px 0 60px;
  padding: 2rem 0 3.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-about {
    max-width: 80.75rem;
  }
}

.top-about__deco {
  max-width: 153px;
  max-width: 9.5625rem;
  width: 100%;
  position: absolute;
  top: 53px;
  top: 3.3125rem;
  right: 0px;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .top-about__deco {
    max-width: 33.6875rem;
    top: 5.625rem;
    right: 0rem;
  }
}

.top-about__title {
  position: relative;
  margin-left: auto;
  margin-right: 3.375rem;
  max-width: 24.125rem;
  width: 70%;
  padding-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-about__title {
    margin: auto;
    max-width: 30.25rem;
    padding-right: 3.125rem;
  }
}

.top-about__title::after {
  content: "";
	display: inline-block;
	/*---------------------------------- 
	---------------------------------- */
  width: 5.625rem;
  height: 4.3125rem;
  top: -1.75rem;
  right: -2.5rem;
  background-image: url(../images/top/about-bird.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}


@media screen and (min-width: 768px) {
.top-about__title::after {
    top: -4.75rem;
    right: -6.875rem;
    width: 11.4375rem;
    height: 10.0625rem;
}
}


.top-about__swiper {
  margin: 25px auto 0;
  max-width: 100%
}
@media screen and (min-width: 768px) {
  .top-about__swiper {

  }
}

.top-about .swiper-horizontal > .swiper-pagination-bullets,
.top-about .swiper-pagination-bullets.swiper-pagination-horizontal,
.top-about .swiper-pagination-custom,
.top-about .swiper-pagination-fraction {
  bottom: -15px;
  bottom: -0.9375rem;
}
@media screen and (min-width: 768px) {
  .top-about .swiper-horizontal > .swiper-pagination-bullets,
  .top-about .swiper-pagination-bullets.swiper-pagination-horizontal,
  .top-about .swiper-pagination-custom,
  .top-about .swiper-pagination-fraction {
    bottom: -2.125rem;
  }
}

.top-about .swiper-pagination-bullet {
  width: 4px;
  width: 0.25rem;
  height: 4px;
  height: 0.25rem;
  background-color: #311008;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .top-about .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.top-about .swiper-pagination-bullet-active {
  opacity: 0.4;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
  margin: 0 0.4375rem;
}
@media screen and (min-width: 768px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1rem;
  }
}

.top-feat {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-feat {
  }
}

.top-feat__title {
  margin: auto;
  padding-left: 1.25rem;
  max-width: 20.875rem;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-feat__title {
    max-width: 35.875rem;
    padding-left: 0;
    padding-left: initial;
  }
}

.top-feat__title-bg {
  margin-left: auto;
  margin-right: -20px;
  margin-right: -1.25rem;
  max-width: 266px;
  max-width: 16.625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-feat__title-bg {
    max-width: 51rem;
    margin-top: -3.25rem;
    margin-right: -1.4375rem;
  }
}
	
	
@media screen and (max-width: 768px) {
  .gazou1 {
    display: none;
  }
}

/*---------------------------------- 
body1_css 
---------------------------------- */
	.body1_css {
opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .body1_css {
     width: 40%;
    position: relative;
left: 59rem;
opacity: 0.8;
  }
}
	
.body11_css {
opacity: 0.5;
	}
@media screen and (min-width: 768px) {
  .body11_css {
    width: 22%;
left: -4rem;
position: relative;
opacity: 0.8;
  }
}
	
	.body2_css {
opacity: 0.5;
width: 90%;
}
@media screen and (min-width: 768px) {
  .body2_css {
    width: 40%;
position: relative;
opacity: 0.8;
  }
}
	
	.body3_css {

    opacity: 0.5;
    width: 60%;
	margin: 0 auto;

}
@media screen and (min-width: 768px) {
  .body3_css {
     width: 22%;
    position: relative;
left: 70rem;
opacity: 0.8;
margin: 0
  }
}
	
	.body4_css {
    opacity: 0.5;
    width: 60%;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .body4_css {
width: 22%;
position: relative;
opacity: 0.8;
margin: 0
  }
	}
	
	.body5_css {
    opacity: 0.5;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .body5_css {
width: 48%;
position: relative;
left: 55rem;
opacity: 0.8;
margin: 0
  }
}

	.body-picture1 {
		max-width: 85%;
		margin: 0 auto;
}
@media screen and (min-width: 768px) {
.body-picture1 {
margin-left: 6rem;
z-index: 2;
  }
}
	

	.body-picture2 {
		max-width: 85%;
		margin: 0 auto;
}
@media screen and (min-width: 768px) {
.body-picture2 {
			margin-left: 6rem;
			z-index: 2;
  }
}
	
	.body-picture3 {
		max-width: 85%;
		margin: 0 auto;
}
@media screen and (min-width: 768px) {
.body-picture3 {
			margin-left: 10rem;
			z-index: 2;
  }
}
	
	.body-picture4 {
		max-width: 85%;
		margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .body-picture4 {
			margin-left: 12rem;
			z-index: 2;
		}
}
	
	.body-picture5 {
		max-width: 85%;
		margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .body-picture5 {
			margin-left: 10rem;
			z-index: 2;
		}
}
	
/*---------------------------------- 
body-character 
---------------------------------- */
.body-character {
}
@media screen and (min-width: 768px) {
  .body-character {
  margin-top: -19.25rem;
  margin-left: 10rem;
		display: flex;
  }
}
	
	
.body-character2 {

}
@media screen and (min-width: 768px) {
  .body-character2 {
  margin-top: -28.25rem;
  margin-left: 41rem;
  display: flex;
  }
}
	
	
	.body-character3 {
}
@media screen and (min-width: 768px) {
  .body-character3 {
  margin-top: -24.25rem;
  margin-left: 8rem;
  display: flex;
		}
	}
	
.body-character4 {
}
@media screen and (min-width: 768px) {
  .body-character4 {
  margin-top: -19.25rem;
  margin-left: 22rem;
  display: flex;
  }
	}
	
	
.body-character5 {
}
@media screen and (min-width: 768px) {
  .body-character5 {
  margin-top: -24.25rem;
  margin-left: 3rem;
  display: flex;
  }
}
	
	
.feat-item__left {
  position: relative;
  margin-top: 26px;
		margin-top: 1.625rem;
		background-image: url(../images/top/toki_bk1.png);
}
@media screen and (min-width: 768px) {
  .feat-item__left {
    margin-top: 0;
margin-top: 135px;
			
  }
}

.feat-item__img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feat-item__img {
    margin-left: -12.5rem;
    max-width: 32.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .feat-item__img-1 {
    margin-top: 1.875rem;
  }
}
	
	
	

	.feat-item__title-1 {
margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feat-item__title-1 {
    margin-left: 0.75rem;
    font-size: 1.5625rem;
  }
}

.feat-item__title-2 {
/*---------------------------------- 
  margin-left: 11px;
  margin-left: 0.6875rem;
  font-weight: 500;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2040816327;
  letter-spacing: 0;
---------------------------------- */
}
@media screen and (min-width: 768px) {
  .feat-item__title-2 {
    margin-left: 1.4375rem;
    font-size: 3.0625rem;
  }
}

.feat-item__text {
margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .feat-item__text {
    margin-top: 1.625rem;
    margin-left: 2.8125rem;
  }
}

.top-info {
  margin: 50px auto 0;
  margin: 3.125rem auto 0;
  padding: 16vw 0 0px;
  padding: 16vw 0 0rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-info {
    margin: 9.375rem auto 0;
    padding: 6rem 0 0rem;
    width: 100%;
  }
}

.top-info__bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: -100px;
  top: -6.25rem;
  left: 0px;
  left: 0rem;
}
@media screen and (min-width: 768px) {
  .top-info__bg {
    max-width: 46.75rem;
    top: -6rem;
    left: 0rem;
  }
}

.top-info__btn {
  position: relative;
  margin: auto;
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
}

.top-info__title {
  position: relative;
  margin: 4.6875rem auto 0;
  max-width: 11.8125rem;
}
@media screen and (min-width: 768px) {
  .top-info__title {
    margin: 7.1875rem auto 0;
    max-width: 22.5rem;
  }
}

.top-info__map {
  margin: 1.625rem auto 0;
  height: 95vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .top-info__map {
    margin: 3.4375rem auto 0;
    width: 100%;
    max-width: 100%;
    height: 40.375rem;
  }
}

.top-info__map iframe {
  width: 100%;
  height: 100%;
}

.top-info__line {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: 100%;
  height: 1px;
  background-color: #311008;
}
@media screen and (min-width: 768px) {
  .top-info__line {
    margin-top: 5.3125rem;
  }
}

.top-info__copyright {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
  font-weight: 300;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .top-info__copyright {
    text-align: center;
    margin-top: 4rem;
    font-size: 0.9375rem;
  }
}

.top-info__bg-2 {

  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
  position: relative;
z-index: 1;
margin: 3rem;
}
@media screen and (min-width: 768px) {
					.top-info__bg-2 {
  padding: 22.9333333333vw 0 2.5rem;
  margin-top: -14.9333333333vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

/*---------------------------------- 
info-item
---------------------------------- */
.top-info__items {
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-info__items {
    max-width: 37.8125rem;
  }
}

.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-item:nth-child(n+2) {
  margin-top: 22px;
  margin-top: 1.375rem;
}

.info-term {
  max-width: 75px;
  max-width: 4.6875rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .info-term {
    max-width: 11.5625rem;
  }
}

.info-term,
.info-description {
  font-weight: 300;
  font-size: 13.6px;
  font-size: 0.85rem;
  line-height: 1.3076923077;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .info-term,
  .info-description {
    font-size: 1rem;
    line-height: 1.5625;
  }
}

.top-mv-space {
  width: 100%;
  height: 6rem;
}

}
@media screen and (min-width: 768px) {
.top-mv {
    margin: -2.5rem auto 0;
  }
}


.top-owner {
  margin-top: 3.5625rem;
  padding: 0.0625rem 0 3.4375rem;
  background-image: url(../images/top/owner-bg-sp.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow-x: clip;
  position: relative;
}
@media screen and (min-width: 768px) {
.top-owner {
    padding-top: 4.125rem;
    margin-top: 8.125rem;
    background-image: url(../images/top/owner-bg.png);
  }
}



.top-owner-menu {
  margin-top: 5.5625rem;
  padding: 0.0625rem 0 8.4375rem;
  background-image: url(../images/top/menu_bg_sp.png);
  background-repeat: no-repeat;
  background-position: top;
  overflow-x: clip;
  position: relative;
  background-repeat: repeat-y;
}
@media screen and (min-width: 768px) {
.top-owner-menu {
    padding-top: 11.125rem;
    margin-top: 3.125rem;
    background-image: url(../images/top/menu_bg.png);
  }
}


.top-owner__container {
  position: relative;
  padding-top: 57px;
}
@media screen and (min-width: 768px) {
  .top-owner__container {
    max-width: 100%;
  }
}

.top-owner__container2 {
  position: relative;
  padding-top: 57px;
}
@media screen and (min-width: 768px) {
  .top-owner__container2 {
    max-width: 100%;
  }
}



.top-owner__img {
  position: absolute;
  z-index: 1;
  max-width: 14.625rem;
  width: 100%;
  top: -6.625rem;
  right: -5.375rem;
}
@media screen and (min-width: 768px) {
  .top-owner__img {
    max-width: 31rem;
    top: auto;
    top: initial;
    bottom: 17.625rem;
    right: -0.625rem;
  }
}

.top-owner__gold {
  position: absolute;
  z-index: 2;
  max-width: 255px;
  max-width: 15.9375rem;
  width: 100%;
  top: 324px;
  top: 20.25rem;
  right: -78px;
  right: -4.875rem;
}
@media screen and (min-width: 768px) {
  .top-owner__gold {
    max-width: 31.9375rem;
    top: auto;
    top: initial;
    bottom: -12.5rem;
    right: -16.625rem;
  }
}

.top-owner__gold-2 {
  position: absolute;
  z-index: 1;
  max-width: 240px;
  max-width: 15rem;
  width: 100%;
  top: -163px;
  top: -10.1875rem;
  left: -72px;
  left: -4.5rem;
}
@media screen and (min-width: 768px) {
  .top-owner__gold-2 {
    max-width: 31.3125rem;
    top: -21.5rem;
    left: -10.25rem;
  }
}

.top-owner__title {
  margin-top: 56px;
  margin-top: 3.5rem;
  margin-left: 73px;
  margin-left: 4.5625rem;
  max-width: 244px;
  max-width: 15.25rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-owner__title {
    text-align: center;		
    margin:auto;
    max-width: 13.8125rem;
    margin-bottom: 3.75rem;
  }
}

.top-owner__title img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
@media screen and (min-width: 768px) {
  .top-owner__title img {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media screen and (min-width: 768px) {
  .top-owner__title {
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
  }
}

.top-info1 {
  margin-top: -1.5rem;
  margin-left: -0.4375rem;
  max-width: 7.25rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top-info1 {
    margin-top: 0;
    margin-top: initial;
    max-width: 15.8125rem;
    margin-left: 7.25rem;
    margin-bottom: 0.75rem;
  }
}




.top-owner__sentence {
  margin-top: 415px;
  margin-top: 25.9375rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-owner__sentence {
    margin-top: -7.8125rem;
    max-width: 32.8125rem;
  }
}
/*# sourceMappingURL=styles.css.map */


@media screen and (min-width: 768px) {
.image-container {
  display: flex;
  justify-content: space-between;
}

.image-container .image-wrapper {
  width: 30%;
}

.image-container .image-wrapper img {
  width: 100%;
  height: auto;
}

.image-container .image-wrapper p {
  text-align: center;
  color: #333;
  font-size: 0.8rem;
  color:#FFFFFF;
}
}
  .image-container .image-wrapper {
    width: 100%; /* 画像を全幅に広げます */
    margin-bottom: 20px; /* 画像の下にスペースを追加します */
    display: flex;
    justify-content: space-between;
	flex-direction: column;
}
  .image-container .image-wrapper p {
    text-align: center;
    color: #333;
    font-size: 0.8rem;
    color:#FFFFFF;
}

.title_sign
{
  max-width: 28%;
  margin: auto;
}



.swiper2
{
    width: 360px;
    height: auto;
}

@media screen and (min-width: 768px) {
.swiper2
{
    width: 100%;
    height: auto;
			}}
			
			
			
			
/*---------------------------------- 
テキストのスマフォレスポンシブ対応
---------------------------------- */
 .text {
      display: none;
    }
    .text-mobile {
      display: block;
    }

/* PCサイズ向けテキスト */
@media (min-width: 768px) {
.text {
display: block;
}
.text-mobile {
display: none;
}
			}
			
			
/*---------------------------------- 
店長紹介
---------------------------------- */

.body1_shokai {
  margin: auto;
}
@media screen and (min-width: 768px) {
.body1_shokai {
  width: 90%;
  }
}

.shokai_title {
margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .shokai_title {
    margin-left: 17rem;
    font-size: 1.5625rem;
    line-height: 4rem;
  }
}


/*---------------------------------- 
pcテキスト ⇦⇨ mobile
---------------------------------- */

.shokai_text {
display: none;
}

.shokai_text_mobile {
display: block;
margin: 1rem;
}			
			
@media screen and (min-width: 768px) {
.shokai_text {
display: block;
margin-left: 20rem;
letter-spacing: 0.1rem;
}
.shokai_text_mobile {
display: none;
}
}

/*---------------------------------- 
body2_shokai
shokai_text2
shokai_text2_mobile
---------------------------------- */
			
.body2_shokai {
  margin: auto;
}

@media screen and (min-width: 768px) {
.body2_shokai {
   width: 60%;
  margin-top: 5rem;
  }
}

.shokai_text2 {
display: none;
}
.shokai_text2_mobile {
display: block;
margin: 1rem;
}

@media screen and (min-width: 768px) {
.shokai_text2 {
margin-left: 20rem;
letter-spacing: 0.1rem;
margin-top: 2rem;
display: block;
}
.shokai_text2_mobile {
display: none;
}
  }
			

.body3_shokai {
  margin: auto;
}
@media screen and (min-width: 768px) {
.body3_shokai {
   width: 30%;
  margin-top: 5rem;
  }
}


















