@charset "utf-8";

/* --------------------------------------------


トップページ


---------------------------------------------- */



/* --------------------------------------------

メインヴィジュアル

---------------------------------------------- */
.mainV {
 padding: 2vw 0 0;
 overflow: hidden;
}

.mainV_inner {
 position: relative;
 left: 50%;
 width: 130vw;
 margin: 0vw 0 0vw -65vw;
 height: 60vw;
}

.mainV_text {
 position: absolute;
 top: 28%;
 left: 24%;
 z-index: 1;
}

.mainV_text span {
 display: inline-block;
 margin: 8px 0;
 padding: 0 6px;
 font-size: 2.0rem;
 letter-spacing: 0.2em;
 font-weight: 600;
 background-color: #fff;
 border-radius: 60px;
}

.deco_mainV-01 {
 top: 8%;
 left: 34%;
 width: 33%;
}

.deco_mainV-02,
.deco_mainV-03,
.deco_mainV-04,
.deco_mainV-05 {
 width: 15%;
}

.deco_mainV-02 {
 top: 15%;
 left: 3.5%;
}

.deco_mainV-03 {
 top: 14%;
 left: 67%;
}

.deco_mainV-04 {
 top: 33%;
 left: 17%;
}

.deco_mainV-05 {
 top: 33%;
 left: 80%;
}

.deco_mainV-06 {
 top: 50%;
 right: 35%;
 width: 10.5%;
}


@media only screen and (max-width:640px) {
 .mainV {}

 .mainV_inner {
  left: 0%;
  width: 100%;
  margin: 0;
  height: 170vw;
 }

 .mainV_text {
  top: 67%;
  left: 8%;
  z-index: 8;
 }

 .deco_mainV-01 {
  top: 16%;
  left: 5%;
  width: 90%;
  z-index: 6;
 }

 .deco_mainV-02,
 .deco_mainV-03,
 .deco_mainV-04,
 .deco_mainV-05 {
  width: 42%;
  z-index: 1;
  filter: blur(0px);
 }

 .deco_mainV-02 {
  top: 3%;
  left: -17%;
 }

 .deco_mainV-03 {
  top: -6%;
  left: 65%;
 }

 .deco_mainV-04 {
  top: 72%;
  left: -7%;
 }

 .deco_mainV-05 {
  top: 65%;
  left: 78%;
 }

 .deco_mainV-06 {
  top: 44%;
  right: 3%;
  width: 28%;
  z-index: 7;
 }
}




/* --------------------------------------------

FEATURE

---------------------------------------------- */
.featureWrap {
 position: relative;
 margin: 180px 0 0px;
 padding: 64px 0 192px;
 background-color: #fcfcfc;
}

.featureWrap .deco:nth-of-type(1) {
 top: -10%;
}

.featureWrap .deco:nth-of-type(2) {
 top: 40%;
}

.featureWrap .deco:nth-of-type(3) {
 top: 90%;
}

.featureWrap .deco_feature-01,
.featureWrap .deco_feature-02,
.featureWrap .deco_feature-03 {
 width: 260px;
}

.featureWrap .deco_feature-01 {
 top: -13%;
 right: 25%;
}

.featureWrap .deco_feature-02 {
 top: 21%;
 right: 2%;
}

.featureWrap .deco_feature-03 {
 top: 67%;
 left: 4.5%;
}

.featureWrap::before {
 content: "";
 display: block;
 width: 100%;
 height: 16.2vw;
 position: absolute;
 top: -16.2vw;
 background-size: 100% auto;
 background-image: url(../_image/common/section-top.webp);
 background-position: bottom;
}

.feature_inner {
 position: relative;
 width: 96%;
 max-width: 900px;
 margin: auto;
 z-index: 1;
}

.feature_title {
 text-align: center;
 letter-spacing: 0.2em;
}

.feature_title .ff-en {
 font-size: 1.5rem;
 color: #F36200;
}

.feature_title p {
 text-align: center;
 font-size: 1.6rem;
}

.feature_title p span {
 display: inline-block;
 margin: 48px 0 40px;
 text-align: center;
 font-size: 2rem;
 color: #F36200;
}

.feature_title p em {
 margin-right: -1em;
 font-size: 2.6rem;
 font-weight: 600;
 letter-spacing: 0.3em;
}

.feature_inner > p {
 max-width: 460px;
 margin: 32px auto;
 font-size: 1.6rem;
 line-height: 2.8;
}


.feature_image-01 {
 width: 71%;
 margin: 96px auto 64px 0;
 border-radius: 30px;
 overflow: hidden;
}

.feature_image-02 {
 width: 60%;
 margin: 0 0% 0 auto;
 border-radius: 30px;
 overflow: hidden;
}


@media only screen and (max-width:640px) {
 .featureWrap {
  margin: 180px 0 0px;
  padding: 64px 0 192px;
 }

 .featureWrap .deco:nth-of-type(1) {
  top: -10%;
 }

 .featureWrap .deco:nth-of-type(2) {
  top: 46%;
 }

 .featureWrap .deco:nth-of-type(3) {
  top: 95%;
 }

 .featureWrap .deco_feature-01,
 .featureWrap .deco_feature-02,
 .featureWrap .deco_feature-03 {
  width: 200px;
 }

 .featureWrap .deco_feature-01 {
  top: -8%;
  right: 6%;
 }

 .featureWrap .deco_feature-02 {
  top: 41%;
  right: -10%;
 }

 .featureWrap .deco_feature-03 {
  top: 90%;
  left: -8%;
 }

 .featureWrap::before {}

 .feature_inner {}

 .feature_title {}

 .feature_title .ff-en {}

 .feature_title p {}

 .feature_title p span {}

 .feature_title p em {}

 .feature_inner > p {
  max-width: none;
  padding: 0 10%;
  line-height: 2.4;
 }

 .feature_image-01 {
  width: 88%;
  margin: 160px auto 96px 5%;
 }

 .feature_image-02 {
  width: 80%;
  margin: 0 5% 0 auto;
 }

}




/* --------------------------------------------

エリア

---------------------------------------------- */
.areaWrap {
 position: relative;
 margin: 0px 0 0px;
 padding: 16.2vw 0;
 text-align: center;
 background-image: url(../_image/index/feature-image-04.jpg);
 background-size: cover;
 background-position: center;
}

.areaWrap .deco:nth-of-type(1) {
 top: 50%;
}

.areaWrap::before,
.areaWrap::after {
 content: "";
 display: block;
 width: 100%;
 height: 16.2vw;
 position: absolute;
 background-size: 100% auto;
 background-repeat: no-repeat;
}

.areaWrap::before {
 top: -1px;
 background-image: url(../_image/index/section-area-top.webp);
 background-position: bottom;
}

.areaWrap::after {
 bottom: -1px;
 background-image: url(../_image/index/section-area-bottom.webp);
 background-position: top;
}

.area_inner {
 align-items: center;
 width: 96%;
 max-width: 820px;
}

.area_title {
 width: 57%;
 padding: 0 6%;
 font-size: 1.6rem;
 line-height: 2.8;
}

.area_title em {
 display: inline-block;
 margin: 0px 0 48px;
 font-size: 2.6rem;
 font-weight: 600;
 letter-spacing: 0.3em;
 white-space: nowrap;
}

.area_title ruby {}

.area_title rt {
 font-size: 1.0rem;
}

.area_image {
 width: 43%;
 margin: 32px 0 12px;
}

.areaWrap a {
 position: relative;
 margin: 64px auto -48px;
 z-index: 1;
}

@media only screen and (max-width:640px) {
 .areaWrap {}

 .areaWrap .deco:nth-of-type(1) {
  top: 86%;
 }

 .areaWrap::before,
 .areaWrap::after {}

 .areaWrap::before {}

 .areaWrap::after {}

 .area_inner {
  padding: 64px 0 0;
 }

 .area_title {
  width: 100%;
  padding: 0 10%;
  line-height: 2.4;
 }

 .area_title em {
  width: 100%;
  text-align: center;
 }

 .area_title ruby {}

 .area_title rt {
  font-size: 1.0rem;
 }

 .area_image {
  width: 60%;
  margin: 32px auto 0px;
 }

 .areaWrap a {
  margin: 24px auto 24px;
 }
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */
.madeWrap {
 position: relative;
}

.madeWrap .deco:nth-of-type(1) {
 top: -60%;
}

.madeWrap .deco:nth-of-type(2) {
 top: 120%;
}

.made_inner {
 align-items: center;
 width: 88%;
 max-width: 1260px;
 margin: 256px auto;
}


.made_image {
 width: 650px;
 border-radius: 30px;
 overflow: hidden;
}

.made_title {
 width: calc(100% - 650px);
 padding: 0 0 0 96px;
}

.made_title em {
 display: inline-block;
 margin: 0 0 32px;
 font-size: 2.2rem;
 font-weight: 600;
 line-height: 54px;
 letter-spacing: 0.15em;
 white-space: nowrap;
}

.madeWrap p {
 font-size: 1.6rem;
 line-height: 2.8;
}

@media only screen and (max-width:640px) {
 .madeWrap {}

 .madeWrap .deco:nth-of-type(1) {
  top: 60%;
 }

 .madeWrap .deco:nth-of-type(2) {
  top: 110%;
 }

 .made_inner {
  margin: 192px auto 160px;
 }

 .made_image {
  width: 100%;
  min-width: inherit;
  margin: auto;
 }

 .made_title {
  width: 100%;
  max-width: none;
  padding: 48px 6% 0;
 }

 .made_title em {
  width: 100%;
  text-align: center;
 }

 .madeWrap p {
  line-height: 2.4;
 }
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */
.designWrap {
 position: relative;
 width: 88%;
 max-width: 1180px;
 height: 670px;
 margin: 320px auto;
 background-image: url(../_image/index/design.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 border-radius: 30px;
}

.design_title {
 position: absolute;
 top: 10%;
 left: 6.5%;
}

.design_title .ff-en {
 font-size: 1.5rem;
 color: #F36200;
 letter-spacing: 0.2em;
}

.design_title em {
 margin-top: 12px;
 display: inline-block;
 font-size: 2.2rem;
 font-weight: 600;
 line-height: 54px;
 letter-spacing: 0.15em;
}

.designWrap .btn {
 position: absolute;
 bottom: -5%;
 right: calc(50% - 160px);
}

@media only screen and (max-width:640px) {
 .designWrap {
  width: 100%;
  height: 880px;
  margin: 192px auto;
  background-size: 190% auto;
  background-color: #f8f8f8;
  background-position: bottom center;
  border-radius: 0px;
 }

 .design_title {}

 .design_title .ff-en {}

 .design_title em {}

 .designWrap .btn {
  right: 18%;
 }
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */
.movieWrap {
 position: relative;
 margin: 320px auto 256px;
}

.movieWrap .deco:nth-of-type(1) {
 top: -18%;
}

.movieWrap .deco:nth-of-type(2) {
 top: 130%;
}

.movie_title {
 text-align: center;
}

.movie_title .ff-en {
 font-size: 1.5rem;
 color: #F36200;
 letter-spacing: 0.2em;
}

.movie_title em {
 margin-top: 12px;
 display: inline-block;
 font-size: 2.2rem;
 font-weight: 600;
 line-height: 54px;
 letter-spacing: 0.15em;
}

.movieWrap a {
 position: relative;
 display: block;
 width: 88%;
 max-width: 1080px;
 margin: 64px auto;
 border-radius: 30px;
 border: 4px solid #fff;
 overflow: hidden;
}

.movieWrap a::after {
 position: absolute;
 top: 50%;
 left: 50%;
 content: "";
 display: block;
 width: 172px;
 height: 172px;
 margin: -86px 0 0 -86px;
 background-image: url(../_image/index/cm-play.svg);
 background-size: cover;
}

@media only screen and (max-width:640px) {
 .movieWrap {
  margin: 256px auto 256px;
 }

 .movieWrap .deco:nth-of-type(1) {
  top: -36%;
 }

 .movieWrap .deco:nth-of-type(2) {
  top: 106%;
 }

 .movie_title {}

 .movie_title .ff-en {}

 .movie_title em {}

 .movieWrap a {
  overflow: hidden;
  border: 6px solid #fff;
 }

 .movieWrap a img {
  height: 350px;
  object-fit: cover;
 }

 .movieWrap a::after {}
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */
.itemWrap {
 position: relative;
 text-align: center;
}

.itemWrap .deco:nth-of-type(1) {
 top: 60%;
}

.itemWrap .deco:nth-of-type(2) {
 top: 95%;
}

.deco-item-01 {
 position: absolute;
 top: -10%;
 left: 58%;
 width: 150px;
 z-index: 1;
}

.item_title {
 margin: 0 0 12px 5%;
}

.item_title .ff-en {
 font-size: 7.4rem;
 color: #F36200;
 letter-spacing: 0.2em;
}

.item_title em {
 margin: -48px 0 0 32px;
 display: inline-block;
 vertical-align: middle;
 font-size: 1.8rem;
 font-weight: 600;
 letter-spacing: 0.15em;
}

.itemWrap > p {
 margin-left: 9%;
 font-size: 1.6rem;
}

.item_list {
 position: relative;
 width: 100%;
 margin: 64px auto;
 overflow-x: hidden;
}

.itemWrap .btn {
 margin: -48px auto 0;
}

@media only screen and (max-width:640px) {
 .itemWrap {}

 .itemWrap .deco:nth-of-type(1) {
  top: 20%;
 }

 .itemWrap .deco:nth-of-type(2) {
  top: 105%;
  z-index: 0;
 }

 .deco-item-01 {
  top: -15%;
  left: 70%;
 }

 .item_title {
  margin: 0 0 12px 5%;
 }

 .item_title .ff-en {
  font-size: 5.4rem;
 }

 .item_title em {
  margin: -32px 0 0 32px;
  font-size: 1.6rem;
 }

 .itemWrap > p {
  margin: 0 9%;
  line-height: 2.4;
 }

 .item_list {
  margin: 32px auto;
 }

 .itemWrap .btn {
  margin: 0px auto;
 }

}


/* 
スライダー
---------------------------------------------- */
.swiper-itemList {
 overflow: hidden;
}

.swiper-itemList .swiper-slide {
 width: 600px !important;
 margin-right: 0 !important;
 padding: 0 24px;
}

.swiper-itemList .swiper-slide figure {
 border-radius: 30px;
 overflow: hidden;
}

.swiper-itemList .swiper-slide p {
 padding: 12px;
}

.swiper-itemList .swiper-slide p span {
 display: inline-block;
 margin-left: 16px;
 font-size: 1.6rem;
 color: #F36200;
}

.swiper-itemList .swiper-button-arrow {
 display: none;
 position: absolute;
 top: 50%;
 left: 50%;
 width: 800px;
 margin-left: -400px;
}


@media only screen and (max-width:640px) {
 .swiper-itemList .swiper-slide {
  width: 520px !important;
  padding: 0 24px;
 }

 .swiper-itemList .swiper-slide figure {
  height: 420px;
 }

 .swiper-itemList .swiper-slide figure img {
  height: 100%;
  object-fit: cover;
 }

 .swiper-itemList .swiper-slide p {
  font-size: 1.4rem;
 }

 .swiper-itemList .swiper-slide p span {
  font-size: 1.4rem;
 }


 .swiper-itemList .swiper-button-arrow {}

}





/* --------------------------------------------

お知らせ

---------------------------------------------- */
.newsWrap {
 position: relative;
 width: 88%;
 max-width: 1140px;
 margin: 256px auto;
 padding: 64px 5% 64px;
 background-color: #fff;
 border-radius: 30px;
}

.deco-news-01 {
 position: absolute;
 left: 6%;
 bottom: -45%;
 width: 200px;
}

.newsWrap .btn {
 position: relative;
 display: block;
 bottom: -96px;
 margin: -64px auto 0;
}

.news_title {
 position: absolute;
 top: -48px
}

.news_title .ff-en {
 font-size: 7.4rem;
 color: #F36200;
 letter-spacing: 0.2em;
}

.news_title em {
 margin: -48px 0 0 32px;
 display: inline-block;
 vertical-align: middle;
 font-size: 1.8rem;
 font-weight: 600;
 letter-spacing: 0.15em;
}

.post_list {
 display: flex;
 flex-wrap: wrap;
}

.post_item {
 width: 100%;
 margin: 0px auto;
 padding: 16px 0px;
}

.post_item:not(:nth-last-of-type(1)) {
 border-bottom: 1px dashed #A0A0A0;
}

.post_item a {
 display: flex;
 flex-wrap: nowrap;
 align-items: baseline;
 width: 100%;
 padding: 24px 48px;
 cursor: pointer;
}

.post_item dt {
 width: 260px;
}

.post_item dt .postCtg {
 display: inline-block;
 width: 8em;
 margin-right: 24px;
 text-align: center;
 font-size: 1.4rem;
 line-height: 1.8;
 color: #F36200;
 background: #FEE6C8;
 border-radius: 2em;
}

.post_item dt .postCtg-media {
 background: #FEDD8E;
}

.post_item dt time {
 display: inline-block;
 text-align: center;
 font-size: 1.6rem;
 color: #F36200;
}

.post_item dd {
 width: calc(100% - 260px);
}

.post_item dd p {
 font-size: 1.8rem;
}


@media only screen and (max-width:640px) {
 .newsWrap {
  padding: 96px 5% 64px;
 }

 .deco-news-01 {
  left: 8%;
  bottom: -30%;
 }


 .newsWrap .btn {
  margin: -64px auto 0;
 }

 .news_title {}

 .news_title .ff-en {
  font-size: 4.4rem;
 }

 .news_title em {
  margin: -32px 0 0 32px;
  font-size: 1.6rem;
 }

 .post_list {}

 .post_item {}

 .post_item a {
  flex-wrap: wrap;
  padding: 24px 12px;
 }

 .post_item dt {
  width: 100%;
 }

 .post_item dt .postCtg {}

 .post_item dt time {}

 .post_item dd {
  width: calc(100% - 0px);
  margin-top: 24px;
 }

 .post_item dd p {
  font-size: 1.6rem;
 }
}




/* --------------------------------------------

ショップ情報

---------------------------------------------- */
.shopWrap {
 position: relative;
 margin: 384px auto 64px;
}

.shopWrap .deco:nth-of-type(1) {
 top: -40%;
}

.shop_title {
 text-align: center;
}

.shop_title .ff-en {
 font-size: 1.5rem;
 color: #F36200;
 letter-spacing: 0.2em;
}

.shop_title em {
 margin-top: 12px;
 display: inline-block;
 font-size: 2.2rem;
 font-weight: 600;
 line-height: 54px;
 letter-spacing: 0.15em;
}

.shop_inner {
 align-items: center;
 width: 88%;
 max-width: 1100px;
 margin: 48px auto;
}

.shop_text {
 width: 330px;
}

.shop_text h3 {
 margin: 0 0 24px;
 font-size: 2.2rem;
 font-weight: 700;
 color: #F36200;
}

.shop_text h3::before {
 content: "";
 display: inline-block;
 width: 0.4em;
 height: 0.4em;
 margin: -0.3em 0.3em 0 0;
 vertical-align: middle;
 border: 7px solid #F36200;
 border-radius: 50%;
}

.shop_text p {}

.shop_map {
 width: calc(100% - 400px);
 height: 320px;
 border-radius: 30px;
 overflow: hidden;
}

.shop_map iframe {
 width: 100%;
 height: 100%;
}

@media only screen and (max-width:640px) {
 .shopWrap {
  margin: 346px auto 64px;
 }

 .shopWrap .deco:nth-of-type(1) {
  top: -24%;
  z-index: 0;
 }

 .shop_title {}

 .shop_title .ff-en {
  font-size: 1.5rem;
 }

 .shop_title em {}

 .shop_inner {}

 .shop_text {
  width: 100%;
  margin: 24px 0 32px;
 }

 .shop_text h3 {
  margin: 0 0 24px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #F36200;
 }

 .shop_text h3::before {}

 .shop_text p {}

 .shop_map {
  width: calc(100% - 0px);
  height: 400px;
 }

 .shop_map iframe {
  width: 80%;
  height: 80%;
  transform: scale(1.25);
  transform-origin: left top;
 }
}




/* --------------------------------------------

お知らせ

---------------------------------------------- */


@media only screen and (max-width:640px) {}
