@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
  width: 100% !important;
  color: #7f8080;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", serif !important;
  font-weight: 700;
  min-width: 100%;
}

#index {
  background: #ececeb;
}

#single {
  background: #4f5051;
}

body p {
  line-height: 1.875;
  font-size: 16px;
  letter-spacing: 0;
}

.geist {
  font-family: "Geist", serif !important;
  font-weight: 200;
}

header .header-inner .naviBox .lang {
  /* 	display:none; */
}

/* .en header .header-inner .naviBox .lang .lang_jp {
  text-decoration: none;
}

.en header .header-inner .naviBox .lang .lang_en {
  text-decoration: underline;
} */

/* color */
.white {
  color: #ffffff !important;
}
.blue {
  color: blue;
}
.red {
  color: #8e2031;
}
.red2 {
  color: #99414e;
}
.green {
  color: green;
}
.yellow {
  color: yellow;
}
.black {
  color: #333;
}
.gray {
  color: #aeadad;
}

.bgwh {
  background: #ffffff;
}
.bgblu {
  background: linear-gradient(to right, #165888, #172d6b);
}
.bgbla {
  background: #333;
}
.bgred {
  background: #e60050;
}
.bgred2 {
  background: #99414e;
}
.bggre {
  background: green;
}
.bgyel {
  background: yellow;
}
.bggra {
  background: #aeadad;
}

/*リンク表示方法*/

.hLogo a:hover {
  opacity: 1;
}

:has(> .lista) {
  position: relative;
}

.lista {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,
.pc2 {
  display: block;
}

.sp,
.sp2,
.spTel {
  display: none;
}

.pcTel {
  display: inline;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

/* mv */

#index .top .main-wrapper .logo-wrapper {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#index .top .main-wrapper .kv-video {
  height: 100vh;
}

#index .top .main-wrapper .kv-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  position: relative;
  min-height: 800px;
}

#index .top .main-wrapper .kv-video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, #333333 2px, transparent 2px);
  background-position: 0 0;
  background-size: 14px 14px;
  mix-blend-mode: multiply;
  z-index: 1;
}

#index .top .main-wrapper .logo-wrapper p {
  max-width: 500px;
  width: 50%;
}

#index .top .main-wrapper .content_area {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 34px;
}

.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 52px;
  max-width: 846px;
  width: 100%;
  margin: auto;
  letter-spacing: 0.5em;
  font-size: 15px;
  font-weight: 500;
}

#index .top .main-wrapper .content_area .news_div {
  margin: 28px auto 0;
  color: #fff;
}

.news_div .inner2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news_div .inner2 .title_area {
  width: fit-content;
  /* position: sticky;
  top: 0; */
}

@media (max-width: 768px) {
  .news_div .inner2 .title_area {
    position: static;
  }
}
.news_div .title_area .title {
}

.news_div .title_area .title span {
  /* display: block;
  font-size: clamp(20px, 5vw, 36px);
  line-height: 1;
  letter-spacing: 0.1em; */
}

.news_div .title_area .title a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.news_div .news_list {
  width: 65%;
}

.news_list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  padding-bottom: 8px;
  padding-inline: 30px;
  position: relative;
}

.news_list li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.news_list li:hover p.text {
  opacity: 0.7;
}

.news_list li:last-child {
  margin-bottom: 24px;
}

.news_list li .date {
  font-size: 20px;
  margin-right: 4%;
}

.news_list li .text {
  font-size: 20px;
  transition: all 0.3s;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
  width: 100%;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.inner {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner2 {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding-inline: 16px;
}

.inner3 {
  width: 95%;
  margin: 0 auto;
  max-width: 1160px;
}

.ft100 {
  font-size: clamp(48.8px, 10vw, 100px);
  line-height: 0.95;
}

.mainTit {
  font-size: 140px;
  line-height: 0.74;
  font-size: clamp(60px, 11vw, 140px);
  border-bottom: 5px solid #8e2031;
  max-width: max-content;
  margin: 0 auto 12px;
  color: #aeadad;
}

.mainTit span {
}

.mainTit2 {
  line-height: 1.06;
  font-weight: 700;
  font-size: 19px;
}

.mainTit2 span {
  margin-right: 10px;
}

.subTit {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 2.4rem);
}

.add_top01 {
  position: relative;
  padding: 71px 0 83px;
  letter-spacing: 0;
}

.add_top01 .news_div {
  margin: 0 auto 80px;
  overflow-y: scroll;
  max-height: 160px;
  height: 100%;
}

.add_top01 .bg_mov {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.add_top01 .bg_mov video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.add_top01 .inner2 {
  max-width: 896px;
}

.add_top01 .text1 {
  margin: 10px 0 20px;
}

.add_top01 .text2 {
  margin: 6px 0 0px;
  font-weight: 500;
  text-align: center;
}

/* .add_top01 .img{
	width:100%;
	max-height:565px;
	height: 54vw;
	border-radius: 35px;
	overflow: hidden;
	        background: #333;
} */

.add_top01 .img video {
  width: 100%;
  height: 100%;
  /* border-radius: 35px; */
}

.add_top02 {
  padding: 94px 0;
}

.slider_area {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
}

.add_top03 .inner2 {
  max-width: 1040px;
}

.add_top03 .flex {
  justify-content: flex-end;
}

.add_top02 .flex .text1,
.add_top03 .flex .text1 {
  flex-shrink: 0;
  font-size: 18px;
  margin-right: 10px;
}

.add_top02 .flex .text2,
.add_top03 .flex .text2 {
  font-size: 15px;
  letter-spacing: -0.01em;
}

.add_top02 .img {
  margin: 20px auto 20px;
  max-width: 601px;
  width: 90%;
}

.btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  max-width: 400px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  border: 6px solid;
  font-size: 15px;
  font-weight: 900;
  position: relative;
  background: transparent;
  transition: all 0.3s;
}

.btn2.white {
  color: #fff !important;
}

.btn2.no_arrow:before {
  display: none;
}

.btn2:before {
  position: absolute;
  content: "→";
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1;
  font-weight: 900;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.btn2:hover {
  opacity: 0.6;
  color: #ffffff;
}

.btn2:hover:before {
  right: 10px;
}

.add_top02 .text {
  text-align: center;
  font-size: 15px;
  margin: 15px auto;
}

.add_top03 .btn2 {
  margin: 0px auto 30px;
}

.add_top03 .img {
  margin: 20px auto 20px;
  max-width: 601px;
  width: 90%;
}

.add_top04 {
  margin: 100px auto;
}

.outline_list {
  margin-top: 8px;
}

.outline_list > li {
  border-top: 1px solid #7f8080;
  padding: 15px 0;
}

.outline_list > li .open_cont {
  cursor: pointer;
}

.outline_list > li:last-child {
  border-bottom: 1px solid #7f8080;
}

.outline_list > li .flex {
  justify-content: end;
}

.outline_list > li .flex .left {
  margin-right: 1%;
  flex-shrink: 0;
  width: 19.6%;
}

.outline_list > li .flex .right {
  margin-left: auto;
  width: 79.4%;
}

.outline_list > li .flex .right .text1 {
  font-weight: 700;
  font-size: 29px;
  line-height: 1;
}

.outline_list > li .flex .right .text2 {
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 8px;
}

.outline_list > li .flex .right .text3 {
  font-weight: 700;
  font-size: 15px;
  line-height: 2;
  letter-spacing: -0.01em;
}

.outline_list > li .flex .right .text4 {
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  margin-bottom: 8px;
}

.outline_list > li .flex .right .text5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}

.step_list > li {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.step_list > li .step {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 97px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}

.step_list > li .text {
  font-size: 21px;
  font-weight: 700;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.open_cont .text {
  position: relative;
  font-size: 17px;
  padding-left: 60px;
}

.open_cont .text:before,
.open_cont .text:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background: #ffffff;
  top: 8px;
  transition: 0.4s;
}

.open_cont .text:before {
  left: 23px;
  transform: rotateZ(-45deg);
}

.open_cont .text:after {
  left: 31px;
  transform: rotateZ(-135deg);
}

.open_cont.open .text:before {
  left: 26px;
  transform: rotateZ(-50deg);
  height: 16px;
}

.open_cont.open .text:after {
  left: 26px;
  transform: rotateZ(-130deg);
  height: 16px;
}

.hide_cont {
  padding-top: 8px;
}

.add_top05 {
  background: #949394;
  padding: 24px 0 0;
}

.add_top05 .title {
  margin-bottom: 19px;
}

.add_top05 .img {
  margin-top: 24px;
  width: 100%;
}

.add_top05 .img img {
  width: 100%;
}

/* 
.add_top06{
	padding:87px 0;
}

.add_top08{
	padding:60px 0;
}

.add_top06 .title,
.add_top08 .title{
	text-align:center;
	font-size:16px;
	font-weight:700;
}

.add_top06 .title span,
.add_top08 .title span{
	font-size: clamp(40px,6vw,60px);
	display:block;
	line-height:1.5;
} */

.add_top06 {
  padding: 80px 0 55px;
}

.add_top06 .title_area {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

.add_top06 .title_area .title {
  letter-spacing: 0;
}

.add_top06 .title_area .title span {
  letter-spacing: 0.01em;
}

.add_top06 .title_area .text1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.333;
  margin-left: 14px;
}

.add_top06 .title_area .text1 span {
  font-size: 20px;
  line-height: 1.75;
  display: block;
  margin-bottom: 6px;
}

.add_top06_div {
  margin-bottom: 30px;
}

.add_top06_div .title_area2 {
  position: relative;
  border: 1px solid;
  padding: 6px 0;
  margin-bottom: 22px;
}

.add_top06_div .title_area2 .title {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}

.add_top06_div .title_area2 .text {
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 0;
  margin: auto;
  font-weight: 700;
}

.add_top06_list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.add_top06_list li p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.285;
}

.add_top06_list li .left {
  width: 19%;
}

.add_top06_list li .center {
  width: 31%;
}

.add_top06_list li .right {
  width: 50%;
}

.add_top07 {
  background: #4f5051;
  padding: 97px 0 87px;
}

.add_top07 .title {
  line-height: 1.06;
  font-weight: 700;
  font-size: 19px;
}

.add_top07 .title span {
  margin-right: 10px;
  font-size: clamp(60px, 10vw, 110px);
  line-height: 0.95;
}

.add_top07 .map {
  width: 100%;
  height: 472px;
  margin: 26px auto 30px;
}

.add_top07 .map iframe {
  width: 100%;
  height: 100%;
}

.add_top07 .text {
  font-weight: 700;
}

.add_top07 .flex {
  flex-wrap: wrap;
  margin-top: 35px;
}

.add_top07 .flex .text {
}

.add_top07 .flex .text1 {
  width: 44%;
}

.add_top07 .flex .text2 {
  margin-top: 32px;
}

.add_top07 .flex .map {
  max-width: 466px;
  width: 55%;
  height: 260px;
}

.add_top07 .flex .map iframe {
  width: 100%;
  height: 100%;
}

.add_top08 {
  padding: 60px 0 50px;
  text-align: center;
}

.add_top08 .title {
  font-size: clamp(36px, 8vw, 60px);
}

.add_top08 .text {
  letter-spacing: 0;
}

.add_top08 .inner2 {
  max-width: initial;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
  background: #000000;
  padding: 128px 0 60px;
  color: #ffffff;
}

.ft_logo {
  max-width: 329px;
  margin: 0 auto 32px;
}

footer .btn2 {
  border: 2px solid #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto 23px;
  color: #fff;
}

footer .text1 {
  text-align: center;
}

.sns_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 239px;
  width: 100%;
  margin: 40px auto 22px;
}

.sns_list li:nth-child(1) {
  width: 25%;
  max-width: 37px;
}

.sns_list li:nth-child(2) {
  width: 20%;
  max-width: 43px;
}

.sns_list li:nth-child(3) {
  width: 20%;
  max-width: 33px;
}

.sns_list li:nth-child(4) {
  width: 20%;
  max-width: 38px;
}

footer .copyright {
  font-size: 15px;
  font-weight: 300;
  padding: 0;
  margin: 0 !important;
}

header .header-inner .gnavi {
  background: #e60050;
}

header .header-inner .gnavi {
  overflow-y: scroll;
}

header .header-inner .gnavi-inner {
  height: 100%;
  margin: auto;
  padding: 10vw 65px 65px 24px;
  position: relative;
  z-index: 100;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

header .header-inner .gnavi-inner ul li.soon {
  margin-bottom: 20px;
  pointer-events: none;
}

header .header-inner .gnavi-inner ul {
  width: 100%;
}

/* menu */

.menu01 {
  background: #8e2031;
  padding: 142px 0 62px;
}

.menu01_div1 {
  display: flex;
  justify-content: space-between;
}

.menu01_div1 .text_area {
  max-width: 380px;
  width: 53%;
  padding-top: 28px;
}

.menu01_div1 .img {
  max-width: 269px;
  width: 40%;
}

.menu01_div1 .text_area .text1 {
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
}

.menu01_div1 .text_area .title {
  font-size: 35px;
  font-weight: 400;
  letter-spacing: 0.5em;
  border-bottom: 5px solid;
}

.menu01_div1 .text_area .text2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 10px;
}

.menu_list {
  display: flex;
  justify-content: space-between;
}

.menu_list li {
  position: relative;
  background: #fff;
  max-width: 189px;
  width: 24%;
  text-align: center;
  padding: 29px 0 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: 7px 7px 6px #231815cc;
  transition: 0.4s;
}

.menu_list li:hover {
  box-shadow: 0 0 0;
}

.menu_list li .title2 {
  font-size: 20px;
  line-height: 1.25;
}

.menu_list li .text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

.menu01_div2 .title {
  font-weight: 200;
  font-size: 29px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.menu01_div2 .title span {
  font-weight: 700;
  margin-right: 23px;
}

.menu01_div2 {
  margin-top: 0px;
}

.menu01_div2:last-child {
  margin-top: 45px;
}

/* header .header-inner {
  max-width: 1400px;
  width: 100%;
} */

.bottom_btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  z-index: 20;
}

#index .top .graduation2024 {
  background: none;
}
.add_top01 .img {
  aspect-ratio: 16 / 9;
  max-width: 1069px;
  border-radius: 10px;
}
.add_top01 .img iframe {
  width: 100%;
  height: 100%;
  border-radius: 25px;
}
/* 下層 */
.inpage {
  margin: 60px auto 150px;
}
.inpage .mainTit {
  font-size: 90px !important;
  line-height: 0.74;
  font-size: clamp(60px, 11vw, 140px);
  border-bottom: none;
  max-width: max-content;
  margin: 0 auto 12px;
  color: #ffffff;
}
.inpage p.text1 {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin: 0 auto;
}
.inpage .btn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  text-decoration: none;
  max-width: 400px;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  border: 2px solid;
  font-size: 15px;
  font-weight: 900;
  position: relative;
  background: transparent;
}
.inpage .list ul {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.inpage .list ul li {
  margin-left: 10px;
}
.inpage .list ul li img {
  display: block;
  margin: 0 auto;
}

/* show */

.art_cover {
  height: 80vw;
  max-height: 768px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
}

.art_cover:before {
  /*     content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #333333 2px, transparent 2px);
    background-position: 0 0;
    background-size: 14px 14px;
    mix-blend-mode: multiply;
	z-index:-1; */
}

.art_cover.show {
  background: url(../img2/show/bg_mv.jpg) no-repeat;
  background-size: cover;
}

.art_cover.shop {
  background: url(../img2/shop/bg_mv.jpg) no-repeat;
  background-size: cover;
}
.art_cover.aw {
  background: url(../img2/award-works/bg_mv.jpg) no-repeat;
  background-size: cover;
}
.art_cover .art_in {
  max-width: 1032px;
  width: 95%;
  margin: 0 auto 4.4%;
}
.art_cover.aw .art_in {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
}

.bg_cont {
  position: relative;
  padding: 30px 0 200px;
}

.bg_cont .bg_mov {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
}

.bg_cont .bg_mov video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg_cont_div p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

.show_sec {
  padding: 145px 0 0;
}

.show01 {
  padding: 120px 0 0;
}

.show_sec .title {
  margin: 0 auto 34px;
  width: 100%;
}

.show01 .title {
  max-width: 753px;
}

.show02 .title {
  max-width: 922px;
}

.show03 .title {
  max-width: 881px;
}

.show04 .title {
  max-width: 650px;
}

.show05 .title {
  max-width: 728px;
}

.show05 {
  padding: 180px 0 0;
}

.show05 .img1 {
  margin: 25px auto 0;
  max-width: 750px;
  width: 100%;
}

.add_top05.art_add_top05 {
  padding: 24px 0;
}

.shop01 .title {
  max-width: 845px;
}

.shop02 .title {
  max-width: 944px;
}

.shop02 .img1 {
  max-width: 281px;
  margin: 0 auto;
  width: 24%;
}

.shop03 .title {
  max-width: 944px;
}

.add_top01.en .text3 {
  hyphens: auto;
  max-width: 846px;
  width: 100%;
  margin: 20px auto 0;
}

.add_en_top02 {
  padding: 70px 0 30px;
}

.add_en_top03 {
  padding: 70px 0 60px;
}

.add_en_top03 .flex {
  margin: 0 auto 30px;
}

.add_en_top03 .flex .img1 {
  width: 49%;
  max-width: 417px;
}

.add_en_top03 .img2 {
  max-width: 730px;
  width: 100%;
  margin: 0 auto 22px;
}

.add_top07.en {
}

.add_top07.en .title {
  text-align: center;
}

.add_top07.en .text {
  hyphens: auto;
}

.en .mainTit {
  max-width: 1000px;
  text-align: center;
}

.en_top_text1 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.66667;
  margin: 0px auto 20px;
  text-align: center;
}

.en .ft_logo {
  max-width: 280px;
  margin: 0 auto 45px;
}

.shop03 {
  padding: 80px 0 0;
}

.art_cover.shop .art_in {
  max-height: 402px;
  height: 37vw;
}
iframe.newsBox {
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.show_list {
  display: flex;
  flex-wrap: wrap;
}

.show_list li {
  width: 24.225%;
  margin-right: 1.0333333%;
  margin-top: 1.0333333%;
  transition: 0.4s;
}

.show_list li:nth-child(4n + 4) {
  margin-right: 0%;
}

.show_list li:hover {
  opacity: 0.5;
}

.show_list li p {
  width: 100%;
  height: 23.013vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  max-height: 281px;
  background: url(../img2/show/noimage.png) no-repeat;
  background-size: contain;
}

#shops {
  background: #4f5051;
}

.single01 .title_area .link_area {
  position: absolute;
  bottom: 20%;
  right: 0;
}

.link_area a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  margin-top: 13px;
}

.link_area img {
  width: 25px;
  margin-left: 6px;
}

.single01 {
  padding: 185px 0 45px;
}

.single01 .title_area {
  display: flex;
  position: relative;
}

.single01 .title_area .title {
  font-weight: 400;
  font-size: 80px;
  line-height: 1.1;
  width: 84%;
}

.single01 .title_area .title span {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.single01 .flex {
  align-items: flex-start;
  position: relative;
  padding-bottom: 62px;
  margin: 0px auto 100px;
}

.single01 .flex .left {
  max-width: 375px;
  width: 49%;
}

.single01 .flex .right {
  max-width: 414px;
  width: 49%;
  padding-top: 8px;
}

.single01 .title2 {
  font-size: 22px;
  line-height: 1.5;
  margin: 35px auto 20px;
}

.single01 .flex .left .text1 {
  font-size: 15px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}

.itemslider_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  max-width: 375px;
  width: 49%;
}

.itemslider_btn div {
  width: 20px;
  cursor: pointer;
}

.itemslider_btn div:hover {
  opacity: 0.7;
}

.si_slider_thum {
  margin-top: 38px;
}

.si_slider_thum .slick-track {
  transform: unset !important;
  width: 100% !important;
}

.si_slider_thum .sit_sld_cont {
  width: 31.75% !important;
  margin-right: 2.375%;
  margin-top: 2.375%;
}

.si_slider_thum .sit_sld_cont:nth-child(1),
.si_slider_thum .sit_sld_cont:nth-child(2),
.si_slider_thum .sit_sld_cont:nth-child(3) {
  margin-top: 0;
}

.si_slider_thum .sit_sld_cont:nth-child(3n + 3) {
  margin-right: 0;
}

.si_slider_thum .sit_sld_cont:hover {
  opacity: 0.7;
  cursor: pointer;
}

.back_btn {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.btn_area .link_area {
  display: none;
}
/* section.awContents il {
    display: block;
    margin: 0 auto;
}
section.awContents li  img{
    width: 100%;
    max-width: 846px;
    margin: 80px auto 0;
    display: block;
} */

.aw_list1 {
  max-width: 846px;
  width: 95%;
  margin: 0 auto;
  padding: 70px 0 23px;
}

.aw_list1 > li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  align-items: center;
}

.aw_list1 li .img {
  max-width: 216px;
  width: 26%;
}

.aw_list1 li .text_area {
  max-width: 610px;
  width: 73%;
  color: #fff;
}

.aw_list1 li .text_area .shou {
  border-bottom: 1px solid #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  padding: 20px 0 14px;
  padding-left: 10px;
}

.aw_list1 li .text_area .name {
  border-bottom: 1px solid #fff;
  font-size: 44px;
  font-weight: 400;
  line-height: 1;
  padding: 66px 0 72px;
  padding-left: 10px;
}

.aw_list1 li .text_area .text1 {
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  padding: 24px 0;
  padding-left: 10px;
}

.aw_list1 li .text_area .class {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding-top: 24px;
  padding-left: 10px;
}

.aw_pc {
  display: block;
}
.aw_sp {
  display: none;
}
.awTitle {
  margin: 120px auto 30px;
}
.awTitle h2 {
  font-size: 30px;
}
.awTitle h2 span {
  display: block;
  font-size: 15px;
}

section.awFooter {
  color: #fff;
}
.awFooter h2 {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 30px;
}
.awFooter h3.title {
  text-align: center;
  margin: 40px 0 20px;
  font-size: 24px;
}

.awFooter .table-container {
  width: 100%;
  overflow-x: auto;
}

.awFooter table {
  width: 100%;
  min-width: 600px;
  margin: 0 auto 40px;
  border-collapse: collapse;
  table-layout: fixed;
}

.awFooter th {
  /* background-color: #444; */
  padding: 12px;
  text-align: left;
  font-weight: normal;
  border-bottom: 1px solid #555;
  font-size: 16px;
}

.awFooter td {
  padding: 12px;
  border-bottom: 1px solid #444;
  font-size: 16px;
  white-space: nowrap;
}
.awFooter tr:nth-child(odd) td {
  background-color: #626364;
}

.awFooter tr:hover {
  background-color: #3a3a3a;
}

.awFooter .section-header {
  background-color: #444;
}

/*-- 固定ここまで --*/

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1200px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .news_div .inner2 {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .news_div .inner2 .title_area {
    width: 100%;
  }

  .news_div .inner2 .title_area .title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
  }

  .news_div .inner2 .title_area .title a {
    font-size: 15px;
  }

  .news_div .inner2 .news_list {
    width: 100%;
    margin-top: 10px;
  }

  .news_div .inner2 .news_list li {
    margin-bottom: 20px;
    padding-inline: 0;
  }

  .news_list .inner2 li .date {
    font-size: 15px;
    margin-right: 13px;
  }

  .news_list .inner2 li .text {
    font-size: 15px;
    line-height: 1.5;
  }
  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 1000px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

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

  /*-----------------------------------------------------------
header
-----------------------------------------------------------*/

  header {
  }

  .outline_list > li .flex .left {
    margin-right: 1%;
    width: 15%;
  }

  .outline_list > li .flex .right {
    width: 85%;
  }

  .step_list > li .step {
    font-size: 16px;
    width: 70px;
    margin-right: 8px;
  }

  .step_list > li .text {
    font-size: 19px;
  }

  .single01 .title_area .title {
    font-size: 60px;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 768px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  a[href*="tel:"] {
    pointer-events: initial;
    cursor: pointer;
    text-decoration: none;
  }

  #index .top .main-wrapper .kv-video {
    min-height: 844px;
  }

  .inner {
    width: 100%;
  }

  .inner2 {
    width: 100%;
    padding-inline: 0;
  }

  .geist {
    font-weight: 100;
  }

  .add_top01 {
    padding: 30px 0 47px;
  }

  #index .top .main-wrapper .logo-wrapper {
    width: 90%;
  }

  #index .top .main-wrapper .kv-video video {
    height: 100%;
    width: 100%;
  }

  #index .top .main-wrapper .logo-wrapper p {
    width: 80%;
  }

  #index .top .main-wrapper .content_area {
    padding: 0;
  }

  .news_div {
    margin-bottom: 26px;
  }

  .add_top01 .news_div {
    margin: 0 auto 26px;
  }

  .news_div .inner2 .news_list li {
    flex-direction: column;
  }

  .mainTit {
    text-align: center;
    font-size: 75px;
    margin: 0 auto 5px;
    line-height: 0.85;
  }

  .add_top02 .flex,
  .add_top03 .flex {
    flex-direction: column;
    align-items: center;
  }

  .add_top02 .flex .text1,
  .add_top03 .flex .text1 {
    margin-right: 0px;
    font-weight: 900;
  }

  .add_top02 .img {
    margin: 20px auto 17px;
    width: 100%;
  }

  .add_top02 {
    padding: 50px 0 45px;
  }

  .add_top03 .img {
    margin: 20px auto 17px;
    width: 100%;
  }

  .add_top03 .btn2 {
    margin: 0px auto 33px;
  }

  .add_top04 {
    margin: 45px auto 43px;
  }

  .outline_list > li .flex .right .text1 {
    font-size: 21px;
  }

  .outline_list > li .flex .right .text2 {
    font-size: 20px;
    margin-bottom: 3px;
  }

  .outline_list > li .flex .right .text3 {
    font-size: 13px;
  }

  .outline_list > li .flex .right .text4 {
    font-size: 19px;
    margin-bottom: 8px;
  }

  .outline_list > li .flex .right .text5 {
    font-size: 14px;
  }

  .outline_list > li .flex .left {
    text-align: center;
    line-height: 1.1;
    width: 21%;
  }

  .outline_list > li .flex .right {
    width: 79%;
  }

  .step_list > li .step {
    font-size: 14px;
    width: 60px;
    margin-right: 8px;
    height: 30px;
  }

  .step_list > li .text {
    font-size: 16px;
    line-height: 1.3;
  }

  .open_cont .text {
    font-size: 13px;
    padding-left: 25px;
  }

  .open_cont .text:before,
  .open_cont .text:after {
    height: 8px;
    width: 2px;
    top: 8px;
  }

  .open_cont .text:before {
    left: 6px;
  }

  .open_cont .text:after {
    left: 11px;
  }

  .open_cont.open .text:before {
    left: 8px;
    height: 16px;
    width: 1px;
    top: 6px;
  }

  .open_cont.open .text:after {
    left: 8px;
    height: 16px;
    width: 1px;
    top: 6px;
  }

  .outline_list > li .hide_cont .flex .right {
    width: 100%;
  }

  .outline_list > li {
    padding: 13px 0;
  }

  .add_top05 .title {
    width: 77%;
    margin: 0 auto 6px;
  }

  .add_top05 .img {
    margin-top: 19px;
    width: 100%;
    height: 351px;
  }

  .add_top05 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 44% bottom;
  }

  .add_top06 {
    padding: 30px 0 33px;
  }

  .add_top06 .title_area {
    margin-bottom: 8px;
    flex-direction: column;
    align-items: flex-start;
  }

  .add_top06 .title_area .text1 {
    margin-left: 0px;
  }

  .add_top06_list li p {
    font-size: 9px;
  }

  .add_top06_div .title_area2 {
    margin-bottom: 8px;
    padding: 0;
  }

  .add_top06_div .title_area2 .title {
    font-size: 11px;
    text-align: left;
    padding-left: 10px;
  }

  .add_top06_div .title_area2 .text {
    top: 1px;
    font-size: 10px;
    right: auto;
    left: 48%;
  }

  .add_top06_list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
  }

  .add_top06_list li p {
    font-size: 9px;
  }

  .add_top06_list li .left {
    width: 18%;
  }

  .add_top06_list li .right {
    width: 51%;
  }

  .add_top06_div {
    margin-bottom: 12px;
  }

  .add_top07 .flex {
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .add_top07 .flex .text1 {
    width: 100%;
    order: 2;
  }

  .add_top07 .flex .text2 {
    margin-top: 16px;
    order: 3;
  }

  .add_top07 .flex .map {
    max-width: initial;
    height: 169px;
    order: 1;
    width: 100%;
    margin: 0 auto 30px;
  }

  .add_top07 {
    padding: 40px 0 45px;
  }

  .add_top08 {
    padding: 45px 0 5px;
  }

  footer {
    padding: 50px 0 50px;
  }

  header .header-inner .gnavi-inner ul li a {
    font-size: 25px;
  }

  header .header-inner .gnavi-inner ul li.soon a span {
    margin-top: 0px;
  }

  header .header-inner .gnavi-inner {
    height: 100vh;
    overflow-y: scroll;
    margin: auto;
    padding: 120px 16px 60px;
    position: relative;
  }

  .menu01_div1 .text_area {
    width: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }

  .menu01_div1 .img {
    display: none;
  }

  .menu_list {
    flex-direction: column;
  }

  .menu_list li {
    width: 100%;
    max-width: initial;
    margin-top: 8px;
    padding: 4px;
    height: 60px;
  }

  .menu_list li:first-child {
    margin-top: 0;
  }

  .menu01_div2 .title {
    margin-bottom: 0;
  }

  .menu_list li .text {
    margin-top: 4px;
  }

  .menu01_div2:last-child {
    margin-top: 40px;
  }

  .menu01 {
    padding: 120px 0 40px;
  }

  .add_top01 .img {
    /* 	height: 49vw;
	border-radius: 15px; */
  }

  .bg_cont_div p {
    font-size: 15px;
  }

  .show_sec {
    padding: 80px 0 0;
  }

  .show01 {
    padding: 100px 0 0;
  }

  .show_sec .title {
    margin: 0 auto 25px;
    width: 100%;
  }

  .show_sec .title {
    width: 81%;
  }

  .show05 {
    padding: 80px 0 0;
  }

  .show05 .inner3 {
    width: 81%;
  }

  .show05 .img1 {
    margin: 25px auto 0;
  }

  .bg_cont {
    padding: 30px 0 115px;
  }

  .add_top05.art_add_top05 {
    padding: 20px 0;
  }

  .art_cover {
    height: 844px;
    max-height: initial;
  }

  .art_cover.show {
    background: url(../img2/show/bg_mv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .art_cover.aw {
    background: url(../img2/award-works/bg_mv_sp.jpg) no-repeat center top;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }
  .art_cover.shop {
    background: url(../img2/shop/bg_mv_sp.jpg) no-repeat;
    background-size: cover;
  }

  .art_cover .art_in {
    margin: 0 auto 110px;
    max-width: 324px;
  }
  .art_cover.aw .art_in {
    max-width: 324px;
    margin: 0 auto 200px;
  }
  .shop02 .img1 {
    width: 51%;
  }

  .en .add_top01 {
    padding: 30px 0 130px;
  }

  .en .mainTit {
    width: 81%;
  }

  .en_top_text1 {
    width: 78%;
  }

  .add_en_top02 {
    padding: 70px 0 0px;
  }

  .add_en_top03 {
    padding: 50px 0 30px;
  }

  .en .add_en_top03 .mainTit {
    width: 77%;
  }

  .add_en_top03 .en_top_text1 {
    width: 78%;
  }

  .add_en_top03 .inner2 {
    width: 100%;
  }

  .add_en_top03 .img2 {
    width: 77%;
  }

  .add_en_top03 .btn2 {
    font-size: 15px;
    height: 28px;
  }

  .shop03 {
    padding: 50px 0 0;
  }

  .art_cover.shop .art_in {
    height: 400px;
  }
  iframe.newsBox {
    margin: 0 auto 50px;
  }

  .show_list {
    justify-content: space-between;
  }

  .show_list li {
    width: 48.72%;
    margin-right: 0%;
    margin-top: 2.56%;
  }

  .show_list li p {
    height: 46.284vw;
    font-size: 18px;
    max-height: initial;
  }

  .single01 .flex .left {
    width: 100%;
    max-width: initial;
  }

  .single01 .flex .right {
    display: none;
  }

  .single01 .flex .left .itemslider_btn {
    display: none;
  }

  .sp_sld_area {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
  }

  .sp_sld {
    max-width: 414px;
    margin: 0 auto;
    width: 100%;
  }

  .itemslider_btn {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: initial;
    align-items: center;
  }

  .itemslider_btn div {
    width: 13px;
  }

  .single01 {
    padding: 81px 0 27px;
  }

  .single01 .title_area .title {
    font-weight: 400;
    font-size: 45px;
    line-height: 1.1;
    width: 100%;
  }

  .single01 .title_area .title span {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .single01 .flex {
    padding-bottom: 0px;
    margin: 0px auto 20px;
  }

  .single01 .title_area .link_area {
    display: none;
  }

  .single01 .title2 {
    margin: 11px auto 15px;
  }

  .si_slider_thum {
    display: none !important;
  }

  .btn_area {
    display: flex;
    justify-content: space-between;
  }

  .back_btn {
    justify-content: flex-start;
    font-weight: 500;
    align-items: center;
  }

  .btn_area .link_area {
    display: block;
  }

  .btn_area .link_area a:first-child {
    margin-top: 0;
  }
  .awFooter table {
    font-size: 14px;
  }

  .awFooter h2 {
    font-size: 20px;
  }

  .awFooter th,
  td {
    padding: 8px;
    font-size: 14px;
  }
  /* .awFooter td {
	white-space: unset;
} */
  .awFooter table {
    table-layout: unset;
  }
  .awFooter th:last-child,
  .awFooter th:first-child {
    display: none;
  }
  .awFooter td:last-child,
  .awFooter td:first-child {
    display: none;
  }
  .aw_sp {
    display: block;
    margin: 0 auto;
    width: 80%;
  }
  .aw_pc {
    display: none;
  }

  .aw_list1 > li {
    margin-bottom: 60px;
    flex-direction: column-reverse;
    text-align: center;
  }

  .aw_list1 li .img {
    max-width: 216px;
    width: 48%;
  }

  .aw_list1 li .text_area {
    max-width: 610px;
    width: 100%;
    color: #fff;
  }

  .aw_list1 {
    width: 77%;
  }

  .aw_list1 li .text_area .shou {
    font-size: 18px;
    padding: 0px 0 14px;
    padding-left: 0px;
  }

  .aw_list1 li .text_area .name {
    font-size: 30px;
    padding: 20px 0;
    padding-left: 0px;
  }

  .aw_list1 li .text_area .text1 {
    font-size: 20px;
    padding: 24px 0;
    padding-left: 0px;
  }

  .aw_list1 li .text_area .class {
    font-size: 15px;
    padding: 14px 0 13px;
    padding-left: 0px;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 629px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  .over_div {
    overflow-x: scroll;
    width: 100%;
  }

  .over_div .over_cont {
    width: 545px;
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 629px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 591px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  .pc2,
  .pcTel {
    display: none;
  }

  .sp2 {
    display: block;
  }

  .spTel {
    display: inline;
  }

  /* トップページ
----------------------------------------------------------- */

  #main {
  }

  #index .top .main-wrapper .logo-wrapper p {
    width: 100%;
    max-width: 488px;
  }

  #index .top .main-wrapper .logo-wrapper {
    width: 100%;
    padding: 0;
  }

  .news_list li .date {
    font-size: 11px;
  }

  .news_list li .text {
    font-size: 11px;
  }

  .news_div .title_area .title a {
    font-size: 10px;
  }

  .add_top02 .flex .text1,
  .add_top03 .flex .text1 {
    font-size: 12px;
  }

  .add_top02 .flex .text2,
  .add_top03 .flex .text2 {
    font-size: 11px;
  }

  .btn2 {
    max-width: 200px;
    height: 25px;
    border: 3px solid;
    font-size: 10px;
  }

  .btn2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7f8080 !important;
    text-decoration: none;
    max-width: 400px;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 900;
    position: relative;
  }
  .btn2 a:after {
    content: "→";
    text-align: right;
    display: inline-block;
  }

  .btn2:before {
    right: 4px;
  }

  .btn2:hover:before {
    right: 1px;
  }

  .add_top02 .text {
    font-size: 0.075rem;
    margin: 9px auto 15px;
  }

  .mainTit2 {
    font-size: 10px;
  }

  .mainTit2 span {
    margin-right: 10px;
    font-size: 48px;
  }

  .outline_list > li .flex .right .text1 {
    font-size: 17px;
  }

  .outline_list > li .flex .right .text2 {
    font-size: 13px;
  }

  .outline_list > li .flex .right .text3 {
    font-size: 10px;
    line-height: 1.3;
  }

  .outline_list > li .flex .right .text4 {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .outline_list > li .flex .right .text5 {
    font-size: 10px;
    line-height: 1.3;
  }

  .step_list > li .step {
    font-size: 10px;
    width: 37px;
    margin-right: 5px;
    height: 14px;
    line-height: 1;
    border-radius: 3.6px;
  }

  .step_list > li .text {
    font-size: 11px;
    line-height: 1;
  }

  body p {
    font-size: 11px;
    letter-spacing: 0.01em;
  }

  .add_top06 .title_area .text1 {
    font-size: 9px;
    margin-left: 0px;
  }

  .add_top06 .title_area .text1 span {
    font-size: 11px;
    margin-bottom: 6px;
  }

  .add_top06 .title_area .title {
    font-size: 43px;
  }

  .inner {
    width: 100%;
  }

  .inner2 {
    width: 100%;
  }

  .add_top07 .title {
    font-size: 10px;
  }

  .add_top07 .title span {
    margin-right: 8px;
    font-size: 50px;
  }

  .ft_logo {
    max-width: 203px;
    margin: 0 auto 16px;
  }

  footer .btn2 {
    border: 1px solid #7f8080;
    font-size: 12px;
    margin: 0 auto 10px;
  }

  footer .text1 {
    font-size: 10px;
  }

  .sns_list {
    margin: 23px auto 10px;
    max-width: 157px;
  }

  .sns_list li:nth-child(1) {
    max-width: 24px;
  }

  .sns_list li:nth-child(2) {
    max-width: 28px;
  }

  .sns_list li:nth-child(3) {
    max-width: 22px;
  }

  .sns_list li:nth-child(4) {
    max-width: 25px;
  }

  footer .copyright {
    font-size: 9px;
  }

  .menu01_div1 .text_area {
    max-width: 300px;
  }

  .menu01_div1 .text_area .text1 {
    font-size: 13px;
    font-weight: 400;
  }

  .menu01_div1 .text_area .title {
    font-size: 22px;
    font-weight: 400;
  }

  .menu01_div1 .text_area .text2 {
    font-size: 10px;
    margin-top: 0px;
    font-weight: 500;
  }

  .menu01_div2 .title {
    font-size: 26px;
    justify-content: space-between;
  }

  .menu01_div2 .title span {
    margin: 0;
  }

  .menu_list li .title2 {
    font-size: 16px;
  }

  .menu_list li {
    height: 50px;
  }

  .menu_list li .text {
    margin-top: 0px;
  }

  .add_top01 .img {
    /* 	height: 43vw;
	border-radius: 15px; */
  }

  .add_top07 .map {
    height: 168px;
    margin: 13px auto;
  }

  .add_top07 .text {
    font-weight: 500;
    letter-spacing: 0;
  }

  .bg_cont_div p {
    font-size: 11px;
  }

  .en .inner3 {
    width: 100%;
  }

  .en_top_text1 {
    font-size: 12px;
  }

  .itemslider_btn {
    width: 120%;
    left: -10%;
  }

  .btn_area .back_btn {
    font-size: 14px;
  }

  .btn_area .link_area a {
    font-size: 10px;
  }

  .btn_area .link_area a img {
    width: 15px;
    margin-left: 4px;
  }

  .single01 .title2 {
    font-size: 14px;
    line-height: 1.5;
  }

  .single01 .flex .left .text1 {
    font-size: 11px;
    line-height: 1.81818;
  }

  .single01 .title_area .title span {
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  .show_list li p {
    font-size: 14px;
  }

  .aw_list1 li .text_area .shou {
    font-size: 14px;
    font-size: clamp(14px, 3.6vw, 18px);
  }

  .aw_list1 li .text_area .name {
    font-size: 22px;
    font-size: clamp(22px, 5.6vw, 30px);
  }

  .aw_list1 li .text_area .text1 {
    font-size: 10px;
    font-size: clamp(10px, 2.5vw, 20px);
  }

  .aw_list1 li .text_area .class {
    font-size: clamp(10px, 2.5vw, 15px);
  }

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (max-width: 414px) {
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

  /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
