/* font-family: "SofiaProLight";
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
font-family: 'M PLUS Rounded 1c', sans-serif;
color: #010101;
*/

@font-face {
  font-family: "SofiaProLight";
  src: url("//db.onlinewebfonts.com/t/039d28db287910a46ceb93edccccad7f.eot");
  src: url("//db.onlinewebfonts.com/t/039d28db287910a46ceb93edccccad7f.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/039d28db287910a46ceb93edccccad7f.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/039d28db287910a46ceb93edccccad7f.woff") format("woff"), url("//db.onlinewebfonts.com/t/039d28db287910a46ceb93edccccad7f.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/039d28db287910a46ceb93edccccad7f.svg#SofiaProLight") format("svg");
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  box-sizing: border-box;
  background: #f8f8f8;
}

.wrap {
  margin: auto;
  overflow: hidden;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header-in {
  /* width: 94.2857%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  padding: 30px 40px;
}

.logo {
  max-width: 330px;
  padding-right: 20px;
}

.menu-list {
  display: flex;
  /* padding: 30px 0 30px 20px; */
}

.menu-list li {
  margin-right: 12px;
  width: 220px;
}

.menu-list li:last-child {
  margin-right: 0;
}

.menu-list li a {
  display: flex;
  align-items: center;
  padding: 0 10px;
  border: 2px solid #000;
  color: #000;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
  transition: 0.3s;
  height: 100%;
  box-sizing: border-box;
  justify-content: center;
}

.menu-list li a::before {
  /* content: '\025b6';
  color: #000;
  font-size: 6px; */
  content: '';
  display: inline-block;
  width: 7px;
  height: 10px;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  padding-right: 15px;
}

.menu-list li a.paper::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/01-1.png) no-repeat;
  background-size: contain;
}

.menu-list li a.reservation::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/01-2.png) no-repeat;
  background-size: contain;
}

.menu-list li a.line-cta::before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/01-3.png) no-repeat;
  background-size: contain;
}


@media screen and (max-width:1024px) {

  .logo {
    max-width: 264px;
  }

  nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }

  .menu-list {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px;
  }

  .menu-list li:first-child {
    width: 100%;
    margin: 0 0 10px 0;
    /* background: #fff; */
  }

  .menu-list li:nth-of-type(2),
  .menu-list li:last-child {
    margin: 0;
    width: 48%;
    /* background: #fff; */
  }


}

@media screen and (max-width:500px) {
  .logo {
    max-width: 150px;
    padding-right: 0;
  }

  .header-in {
    padding: 15px 20px;
  }

  .menu {
    padding-bottom: env(safe-area-inset-bottom);

  }

  .menu-list {
    padding: 15px 10px;
  }

  .menu-list li a {
    font-size: 11px;
  }

  .menu-list li a::before,
  .menu-list li.min a::before {
    padding-right: 10px;
    left: 10px;
  }


}

/* --------- fv ------------*/
.main-img {
  position: relative;
  padding-top: 110px;
}

.main-img-txt {
  position: absolute;
  bottom: 110px;
  left: 75px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 30px;
  letter-spacing: 0.1em;
}

.main-img-txt::before {
  content: "";
  width: 100px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-right: 25px;
}

@media screen and (max-width:1024px) {
  .main-img {
    padding-top: 99px;
  }
}

@media screen and (max-width:500px) {
  .main-img {
    padding-top: 51px;
  }

  .menu-list {
    font-size: 13px;
  }

}

/* ------ スライド部分 --------*/
.slide-box {
  padding-bottom: 105px;
}

.slide-tit {
  text-align: center;
  font-size: 40px;
  /* letter-spacing: 0.2em; */
  letter-spacing: 0.15em;
  padding: 85px 20px 63px;
}

.slide-tit br.sp {
  display: none;
}

.slide-tit::before {
  content: "";
  display: block;
  width: 175px;
  height: 20px;
  background: url(../images/ttl-sub.png)no-repeat top center;
  background-size: contain;
  margin: auto;
  padding-bottom: 25px;
}

@media screen and (max-width:1024px) {


  /* .slide-box {
    padding-bottom: 50px;
  } */
  .slide-tit {
    font-size: 32px;
  }

  .slide-tit::before {
    /* width: 100%;
     padding-bottom: 0; */
  }

}

@media screen and (max-width:500px) {
  .slide-box {
    padding-bottom: 50px;
  }


  .slide-tit {
    padding: 30px 20px;
    font-size: 22px;
    text-align: center;
    line-height: 1.2;

  }

  .slide-tit::before {
    width: 100px;
    padding-bottom: 0;
  }


  .slide-tit br.sp {
    display: inline-block;
  }

}



/* スライド部分 ここまで*/
/* セクション01 */
.sec01 {
  padding-bottom: 120px;
}

.sec01-in {
  max-width: 1200px;
  display: flex;
  margin: auto;
  letter-spacing: 0.1em;
  padding: 0 20px;
}

.sec01-left {
  width: 50%;

}

.sec01-right {
  width: 48.5%;
  margin-right: 20px;
}

.sec01-tit {
  font-size: 80px;
  padding-bottom: 45px;
  font-family: "SofiaProLight";
  letter-spacing: 0.25em;
}

.sec01-left p {
  line-height: 2.5;
  padding-bottom: 34px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.sec01-tit span {
  font-size: 30px;
  display: block;
  padding-top: 16px;
  letter-spacing: 0.06em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;

}

.sec01.headding {
  font-size: 80px;
  font-weight: bold;
}

.sec01.headding span {
  font-size: 24px;
}

.sec01-list {
  display: flex;
  align-items: center;
}

.sec01-item {
  width: 80px;
  padding-right: 40px;
  font-weight: bold;
}

.sec01-item:last-child {
  padding-right: 0;
}

.sec01-in-in h3 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (max-width:1024px) {
  .sec01 {
    padding-bottom: 50px;
  }

  .sec01-in {
    padding: 0 20px;
  }

  .sec01-right,
  .sec01-left {
    width: 49%;
  }

  .sec01-right {
    margin-right: 0;
  }

  .sec01-tit,
  .sec02-tit {
    font-size: 50px;
  }

  .sec01-left p {
    font-size: 14px;
  }

  .sec01-in-in h3,
  .sec02-s-tit.headding {
    font-size: 18px;
  }

}

@media screen and (max-width:500px) {
  .sec01-in {
    flex-direction: column;
  }

  .sec01-right,
  .sec01-left {
    width: 100%;
  }


  .sec01-tit {
    font-size: 30px;
    text-align: center;
    padding-bottom: 25px;
  }

  .sec01-tit span,
  .sec02-tit span {
    font-size: 18px;
  }

  .sec01-left {
    padding-bottom: 20px;
  }

  .sec01-left p {
    font-size: 13px;
  }

  .sec01-in-in h3 {
    font-size: 16px;
  }

  .sec01-right {
    width: 100%;
  }
}

@media screen and (max-width:330px) {
  .sec01-tit span {
    font-size: 16px;
  }
}

/* セクション02 */
.sec02 {
  background: #b3cdd9;
  margin-bottom: 138px;
  position: relative;
}

.sec02::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100px;
  background: #000;
  position: absolute;
  bottom: 0;
  bottom: -50px;
  left: 50%;
}

.sec02-in {
  max-width: 1200px;
  margin: auto;
  padding: 100px 20px;
}

.sec02-in-in {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.sec02-in-in:first-child {
  padding-bottom: 10px;
}

.sec02-left {
  padding-right: 3.3898%;
}

.sec02-left,
.sec02-right {
  width: 49.1525%;
}

.sec02-tit.sp {
  display: none;
}

.sec02-tit {
  font-size: 80px;
  text-align: right;
  padding-bottom: 60px;
  padding-top: 16px;
  font-family: "SofiaProLight";
  letter-spacing: 0.25em;
  position: relative;
}

.sec02-tit::after {
  content: "";
  display: block;
  width: 120%;
  height: 4px;
  background: #000;
  position: absolute;
  right: 0;
  /* transform: translateX(-110px); */
}

.sec02-tit span {
  font-size: 30px;
  display: block;
  font-weight: bold;
  padding: 15px 0 30px;
  letter-spacing: 0.1em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.sec02-s-tit.headding {
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 29px;
}

.sec02-txt {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.14em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/* 白枠のところ */
.sec02-left-erea {
  padding: 40px 30px 30px;
  background: #fff;
  position: relative;
}


.sec02-left-erea h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.13em;
}

.erea-list {
  max-width: 430px;
  display: flex;
  flex-wrap: wrap;
  /*  margin: auto;*/
  justify-content: space-between;
  margin: 20px auto 10px;
}

li.erea-item {
  width: 23.2558%;
  background: #000;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 15px;
}

.erea-txt {
  text-align: center;
  letter-spacing: 0.14em;
}

.erea-txt a {
  border-bottom: 1px solid #000;
  color: #000;
  transition: 0.3s;
}

.erea-txt a::before,
.erea-txt a::after {
  content: "\025bc";
  font-size: 16px;
}

.erea-txt a:hover {
  opacity: 0.8;
}



.sec02-left.bottom {
  text-align: right;
  padding-right: 1.4%;
}

.sec02-left.bottom .sec02-s-tit.headding {
  padding-right: 5.862%;
}

.sec02-left.bottom .sec02-txt {
  padding-right: 5.862%;
}

.sec02-left.bottom .sec02-txt br.sp {
  display: inline-block;

}


.sec02-left-erea-box {
  padding: 0 10px;
  margin-top: 60px;
}

@media screen and (max-width:1125px) {

  .sec02-tit span {
    font-size: 18px;
    font-weight: 500;
  }

}

@media screen and (max-width:940px) {
  .sec02-tit.pc {
    display: block;
  }

  .sec02-left-erea-box.pc {
    display: none;
  }

  .sec02-left-erea-box.sp {
    display: block;
  }

  .sec02-tit {
    display: block;
    text-align: center;
    padding-top: 50px;
    font-size: 50px;
    /* padding-bottom: 30px; */
  }

  .sec02-s-tit.headding {
    font-size: 24px;
  }

  .sec02 {
    margin-bottom: 50px;
    /* padding: 0 20px; */
  }

  .sec02::after {
    height: 60px;
    bottom: -30px;
  }

  .sec02-in {
    padding: 50px 0;
  }

  .sec02-in-in {
    padding: 0 20px 10px;
  }

  .sec02-txt {
    font-size: 14px;
  }

  .sec02-left-erea {
    transform: none;
    margin: 50px 20px;
  }

}

@media screen and (max-width:1170px) {
  .sec02-tit.pc {
    display: none;
  }

  .sec02-tit.sp {
    display: block;
    font-size: 80px;
    padding-top: 100px;
  }

  .sec02-tit span {
    font-size: 18px;
    font-weight: 500;
  }

  .sec02-txt {
    font-size: 15px;
  }

  .sec02-in {
    padding-top: 0;
  }

  .sec02-tit::after {
    width: 71%;
  }

  .sec02-left-erea {
    transform: none;
  }

}

@media screen and (max-width:1024px) {
  .sec02-tit.sp {
    font-size: 50px;
  }



}


@media screen and (max-width:500px) {
  .sec02-tit.sp {
    font-size: 30px;
    padding: 30px 0;
  }

  .sec02-tit span {
    font-size: 18px;
    padding-bottom: 20px;
  }

  .sec02-tit::after {
    height: 2px;
  }

  .sec02-txt {
    padding-bottom: 10px;
  }

  .sec02-in-in {
    flex-direction: column;
  }

  .sec02-left,
  .sec02-right {
    width: 100%;
  }

  .sec02-right.shinagawa {
    margin-top: 30px;
  }

  .sec02-left {
    order: 1;
  }

  .sec02-left.bottom {
    order: 0;
    padding-top: 30px;
  }

  .sec02-s-tit.headding {
    text-align: left;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .sec02-left.bottom .sec02-txt {
    padding-bottom: 10px;
    padding-right: 0;
    text-align: left;
  }

  .sec02-left.bottom .sec02-txt br.sp {
    display: inline-block;

  }

  .sec02-left-erea {
    margin: 50px 0;
    padding: 40px 10px 30px;
  }

  .sec02-left-erea h4 {
    font-size: 20px;
  }

  .erea-list {
    justify-content: flex-start;
  }

  li.erea-item {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .erea-txt {
    font-size: 13px;
  }

  .sec02-left-erea-box {
    padding: 0 20px;
  }



}

@media screen and (max-width:330px) {}


/* セクション03 */
.sec03 {
  padding: 0 20px;
}

.sec03-tit {
  font-size: 60px;
  padding-bottom: 58px;
  text-align: center;
  letter-spacing: 0.25em;
  color: #010101;
}

.sec03-tit span {
  font-size: 24px;
  letter-spacing: 0.14em;
  color: #333;
}

.sec03-tit span br.sp {
  display: none;
}

.st-txt-box {
  display: block;
  padding-top: 30px;
}

.st-txt-box-in {
  font-weight: bold;
}

.sec03-tit .st-txt {
  font-size: 30px;

}

.sec03-box {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.sec03-left,
.sec03-right {
  width: 48.4%;
}

.img-s-list {
  display: flex;
  justify-content: space-between;
}

.img-s-item {
  width: 47%;
}

.sec03-left .img-l,
.sec03-right .img-s {
  padding-bottom: 6%;
}

.sec03-right .img-l {
  position: relative;
}

.sec03-right .img-l::after {
  content: "＊写真は一例です";
  font-size: 16px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  letter-spacing: 0.18em;
}

@media screen and (max-width:1024px) {
  .sec03-tit {
    font-size: 50px;
  }

  .sec03-tit span {
    font-size: 18px;
    /* font-weight: 500; */

  }

  .sec03-tit .st-txt {
    font-size: 25px;
    line-height: 1.5;
  }

  .sec03-box {
    padding: 0 20px;
  }
}

@media screen and (max-width:500px) {
  .sec03-tit {
    font-size: 30px;
    padding: 0 0 30px;
  }

  .sec03-tit span {
    font-size: 16px;
    padding-top: 14px;
  }

  .sec03-tit .st-txt {
    font-size: 18px;
  }

  .sec03-right .img-l::after {
    font-size: 10px;
    right: 5px;
    bottom: 5px;
  }

  .sec03-tit span br.sp {
    display: inline-block;
  }

  .sec03-box {
    padding: 0;
  }

}

/* セクション04 */

.sec04-tit {
  font-family: "SofiaProLight";
  font-size: 80px;
  text-align: center;
  transform: translatey(87px);
  letter-spacing: 0.25em;
}

.sec04-tit span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  padding-top: 17px;
  letter-spacing: 0.07em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.sec04-in {
  max-width: 1200px;
  margin: auto;
  padding-bottom: 80px;
}

.sec04-in-in {
  max-width: 1130px;
  /* margin-left: auto; */
}

.sec04-sub-txt {
  display: inline-block;
  padding: 40px 42px 28px;
  background: #f6eebc;
  transform: translatey(-210px);
  /* margin-top: -210px; */
}

.sec04-tit-sub {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 28px;
  letter-spacing: 0.18em;
}

.sec04-sub-txt p {
  font-size: 20px;
  line-height: 2.2;
  letter-spacing: 0.14em;
}

.sec04-img {
  width: 91.150%;
  margin-left: auto;
}

.sec04-main {
  color: #333;
}

.sec04-txt {
  width: 55.7522%;
  display: inline-block;
  padding-top: 18px;
  line-height: 2.5;
  padding-left: 5.3%;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.sec04-txt.top {
  transform: translatey(-95px);
  width: 58%;
  letter-spacing: 0.1em;
}

.sec04-in.bottom {
  max-width: 1350px;
  /* margin: 0; */
  position: relative;
  margin-top: -134px;
}

.sec04-in.bottom .sec04-img {
  max-width: 1040px;
  width: 100%;
  /* margin: 0; */
}

.sec04-in.bottom .sec04-sub-txt {
  position: absolute;
  right: -10px;
  bottom: 0;
  transform: translateY(-310px);
  color: #333;
}

.sec04-in.bottom .sec04-tit-sub {
  letter-spacing: 0.05em;
}

.sec04-in.bottom .sec04-txt {
  width: 100%;
  padding-left: 100px;
  letter-spacing: 0.1em;
  color: #333;
}

.sec04-in.bottom .sec04-txt.gray {
  padding: 40px 32px 28px;
}

.gray {
  background: #e9e9e9;
}

.sec04-tit-sub br.sp {
  display: none;
}

@media screen and (max-width:1400px) {
  .sec04-in.bottom {
    margin: 0;
  }

  .sec04-in.bottom .sec04-img {
    margin: 0;

  }
}

@media screen and (max-width:1200px) {
  .sec04-tit.headding {
    font-size: 50px;

  }

  .sec04-tit-sub {
    font-size: 24px;

  }

  .sec04-sub-txt p {
    font-size: 18px;
  }

  .sec04-in.top .sec04-in-in {
    width: inherit;
    padding: 0 20px;
  }

  .sec04-in.top .sec04-txt.top {
    width: 52%;
    transform: translatey(-51px);
  }

  .sec04-in.top .sec04-txt.top br.tb {
    display: none;
  }

  .sec04-in.bottom .sec04-sub-txt {
    right: 20px;
    transform: translateY(-335px);
  }

  .sec04-in.bottom .sec04-txt {
    width: inherit;
    padding: 0 20px;
  }

}

@media screen and (max-width:1125px) {
  .sec04-tit span {
    font-size: 18px;
    font-weight: 500;

  }
}

@media screen and (max-width:930px) {

  .sec04-in {
    padding-bottom: 0px;
  }

  .sec04-main {
    display: flex;
    align-items: flex-start;
  }

  .sec04-tit-sub {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .sec04-sub-txt p {
    font-size: 16px;
  }

  .sec04-in.top {
    padding-bottom: 30px;
  }

  .sec04-in.top .sec04-sub-txt {
    transform: translateY(-100px);
    padding: 20px;
  }

  .sec04-in.top .sec04-txt.top {
    transform: none;
  }

  .sec04-in.bottom {
    margin-top: 0;
    margin-bottom: 30px;

  }

  .sec04-in.bottom .sec04-sub-txt {
    transform: translateY(-200px);
  }
}

@media screen and (max-width:768px) {

  .sec04-tit {
    transform: translatey(63px);
  }

}

@media screen and (max-width:500px) {
  .sec04-tit.headding {
    transform: none;
    font-size: 30px;
    padding: 50px 0 30px;
  }

  .sec04-tit span {
    font-size: 18px;
  }

  .sec04-in.bottom .sec04-img {
    width: 100%;
    padding-bottom: 20px;
  }

  .sec04-main {
    display: block;
  }

  .sec04-sub-txt p {
    padding: 20px;
    line-height: 1.7;
  }

  .sec04-in.top .sec04-sub-txt {
    transform: none;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;

  }

  .sec04-tit-sub {
    padding: 20px 10px 0;
  }

  .sec04-in.top .sec04-txt.top {
    width: 100%;
    padding: 0;
    line-height: 1.7;
    font-size: 14px;
  }

  .sec04-in.bottom {
    padding: 0 20px;
  }

  .sec04-in.bottom .sec04-in-in {
    width: 100%;
  }

  .sec04-in.bottom .sec04-sub-txt {
    position: static;
    transform: none;
    padding: 0;
    width: 100%;
  }

  .sec04-in.bottom .sec04-txt {
    padding: 0;
    padding-top: 20px;
    line-height: 1.7;
    font-size: 14px;
  }

  .sec04-tit-sub br.sp {
    /* display: inline-block; */
  }

  .sec04-tit-sub span {
    display: block;
    text-align: left;
  }

  .sec04-in.bottom .sec04-tit-sub {
    line-height: 1.2;
    font-size: 17px;
    text-align: center;
  }

  .sec04-img {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 330px) {

  .sec04-sub-txt p,
  .sec04-in.top .sec04-txt.top,
  .sec04-in.bottom .sec04-txt {
    font-size: 14px;
  }

}


/* セクション05 */
.sec05 {
  margin-bottom: 50px;
  padding: 0 20px;
}

.sec05-in {
  max-width: 1200px;
  margin: auto;
}

.sec05-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec05-item {
  width: 48.3333%;
  padding: 48px 30px 31px;
  box-sizing: border-box;
  line-height: 2.2;
  background: #f6eebc;
  margin-bottom: 50px;
  border-radius: 10px;
  position: relative;
  color: #333;
}

.sec05-item p {
  letter-spacing: 0.14em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.sec05-item:nth-of-type(2),
.sec05-item:nth-of-type(3) {
  background: url("../images/ctn04-bg-06.png")no-repeat top center;
  background-size: cover;
}

.sec05-tit-sub {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding-bottom: 20px;
  font-family: "SofiaProLight";
  letter-spacing: 0.1em;
}

.sec05-tit-sub::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translate(-20px, -20px);
  top: 0;
}

.sec05-tit-sub.art::before {
  background: url(../images/icon01.png)no-repeat;
  background-size: contain;
}

.sec05-tit-sub.rhy::before {
  background: url(../images/icon02.png)no-repeat;
  background-size: contain;
}

.sec05-tit-sub.spo::before {
  background: url(../images/icon03.png)no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.sec05-tit-sub.eng::before {
  background: url(../images/icon04.png)no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}

@media screen and (max-width:1025px) {
  .sec05 {
    padding: 0 20px;
  }

  .sec05-tit-sub {
    font-size: 24px;
  }

  .sec05-item p {
    font-size: 14px;
    letter-spacing: 0.1em;
    /* text-align: justify; */
  }


}

@media screen and (max-width:500px) {
  .sec05 {
    margin-bottom: 0;
  }

  .sec05-list {
    flex-direction: column;
  }

  .sec05-item {
    width: 100%;
  }

  .sec05-item:nth-of-type(3) {
    background: #f6eebc;
  }

  .sec05-item:nth-of-type(4) {
    background: url("../images/ctn04-bg-06.png")no-repeat top center;
    background-size: cover;

  }
}


/* movie */
.sec06 {
  padding-bottom: 140px;
}

.sec06 .movie_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
}

.sec06 .movie_wrap {
  width: 48%;
  border: 4px solid #fff;
  border-radius: 5px;
}

video {
  width: 100%;
}

.sec06-in {
  max-width: 1060px;
  margin: auto;
}

.sec06-tit {
  font-size: 80px;
  text-align: left;
  letter-spacing: 0.25em;
  padding-bottom: 60px;
  font-family: "SofiaProLight";
}

.sec06-tit span {
  display: block;
  font-size: 30px;
  padding-top: 13px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.07em;
  font-weight: bold;
}

.sec06-mov {
  position: relative;
  width: 100%;
  box-shadow: 40px 40px #fff;
}

.sec06-mov:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

#content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:1025px) {
  .sec06 {
    padding-left: 20px;
    padding-right: 60px;

  }

  .sec06-tit {
    font-size: 50px;
  }

  .sec06-tit span {
    font-size: 18px;
    font-weight: 500;

  }

}

@media screen and (max-width:500px) {
  .sec06 {
    padding: 0 20px 70px;
  }

  .sec06 .movie_wrap {
    width: 100%;
  }

  .sec06-tit {
    font-size: 30px;
    padding-bottom: 30px;
  }

  .sec06-tit span {
    font-size: 18px;
  }

  .sec06-mov {
    box-shadow: 20px 20px #fff;
  }
}

/* TikTok */
.sec07 {
  padding-bottom: 100px;
}

.tiktok-list {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  /* 横スクロールを有効にする */
  -webkit-overflow-scrolling: touch;
  /* スムーズスクロール（iOS対策） */
  gap: 16px;
  /* アイテム間の余白（必要に応じて） */
}

/* 子要素が折り返さないようにする */
.tiktok-list>* {
  flex: 0 0 auto;
  /* 幅を固定し、縮まない */
}

.sec07-tit.headding {
  /* font-size: 80px;
  letter-spacing: 0.3em;
  text-align: right;
  width: 55.5%;
  margin-left: auto;
  text-align: left;
  transform: translate(7%, 0px);
  font-family: "SofiaProLight"; */
  font-size: 80px;
  letter-spacing: 0.3em;
  font-family: "SofiaProLight";
  max-width: 1200px;
  margin: auto;
  text-align: right;
}

.sec07 .line {
  width: 58.5%;
  height: 4px;
  background: #000;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sec07-btn {
  text-align: center;
}

.sec07-btn a {
  display: inline-block;
  width: 500px;
  padding: 30px 0;
  /* height: 80px; */
  text-align: center;
  border: 2px solid #000;
  color: #000;
  background: #fff;
  transition: 0.3s;
  font-size: 24px;
  letter-spacing: 0.25em;
  position: relative;
  font-family: "SofiaProLight";

}

.sec07-btn a::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 12px;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  padding-right: 20px;
  position: absolute;
  left: 40px;
  top: 45%;
}

.sec07-btn a:hover {
  background: #000;
  color: #fff;
}

.sec07-btn a:hover::before {
  content: '';
  display: inline-block;
  background: url(../images/arrow-h.png) no-repeat;
  background-size: contain;
  width: 7px;
  height: 10px;
}

/* インスタ写真部分  プラグインのcss書き換え ここから*/
.sb_instagram_header.sbi_no_avatar {
  display: none;
}

div#sbi_load {
  display: none;
}

.sec07-main {
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
}

div#sb_instagram {
  padding-bottom: 10px !important;
}

a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
  max-height: 300px !important;
  max-width: 300px !important;
}



/* インスタ写真部分  プラグインのcss書き換え ここまで*/


@media screen and (max-width:1025px) {
  .sec07-tit.headding {
    font-size: 50px;
    transform: none;
  }

  .sec07-tit span {
    font-size: 18px;
  }


}

@media screen and (max-width:768px) {
  /* .sec07-tit.headding,
  .sec07 .line{
    width: 69%;
  } */

  .sec07-tit.headding {
    font-size: 50px;
  }

}

/* @media screen and (max-width: 559px) {
  #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
} */


@media screen and (max-width:500px) {
  .sec07 {
    padding-bottom: 50px;
  }

  /* .sec07-tit.headding,
  .sec07 .line{
    width: 100%;
  } */
  .sec07 .line {
    width: 100%;
  }

  .sec07-tit.headding {
    font-size: 30px;
    text-align: center;
  }

  .sec07 .line {
    width: 83%;
    height: 2px;
  }

  .sec07-btn a {
    width: 80%;
    padding: 15px 0;
    font-size: 20px;

  }

  .sec07-btn a::before {
    left: 22px;
    top: 50%;
    transform: translateY(-7px);
  }

  #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50% !important;
    padding: 10px !important;
  }


}

/* sec09 */

#bosyu {
  position: relative;
  top: -100px;
  display: block;
}

.sec09 {
  background: #b3cdd9;
  padding-top: 100px;
}

.sec09-tit.headding {
  font-size: 60px;
  letter-spacing: 0.2em;
  /* text-align: right;
  text-align: left;
  max-width: 1200px;
  width: 1200px;
  width: 100%; */
  /* margin-left: auto; */
  padding-bottom: 30px;
  max-width: 1000px;
  margin: auto;
  text-align: left;
}

.sec09 .line {
  /* width: 100%;
  height: 4px;
  background: #000;
  max-width: 1200px;
  margin-left: auto; */
  height: 4px;
  background: #2d2d2d;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.sec09 .line::after {
  content: "";
  height: 4px;
  background: #2d2d2d;
  display: inline-block;
  width: 100%;
  position: absolute;
  right: -100%;
}

.sec09-tit {
  font-size: 60px;
  line-height: 1;
}

.sec09-main {
  max-width: 1000px;
  margin: auto;
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 60px;
  max-width: 1000px;
}

/*タブのスタイル*/
.tab_item {
  width: 25%;
  height: 80px;
  border-bottom: 2px solid #333;
  color: #333;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  position: relative;
  background: #fff;
  cursor: pointer;
}

/* .tab_item.fir, .tab_item.sec {
  cursor: pointer;
} */

.tab_item span {
  font-size: 18px;
  display: inline-block;
  padding-top: 12px;
}

.tab_item.end {
  border-right: 2px solid #333;
}

.tab_item:last-of-type(1) {
  border-right: 2px solid #333;
}

.tab_item a {
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 50px 60px;
  clear: both;
  overflow: hidden;
  background: #fff;
  margin-top: 42px;
  border: 1px solid #333;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.tab_content dl {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.15em;
}

.tab_content dt {
  width: 27.4%;
  padding-top: 12px;
  font-weight: bold;
}

.tab_content dd {
  width: 77%;
  line-height: 2.5;
}

.tab_content dd a {
  color: #333;
  border-bottom: 1px solid #333;
}

.tab_content dd.sp {
  display: none;
}

.bj {
  color: #ae5353;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content,
#code:checked~#code_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
  background-color: #2d2d2d;
  color: #fff;
  position: relative;
}

.tab_item:hover {
  background-color: #2d2d2d;
  color: #fff;
}



.tabs input:checked+.tab_item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 20px 0 20px;
  border-color: #333 transparent transparent transparent;
  position: absolute;
  bottom: -23px;
  /* align-self: center; */
  left: 50%;
  transform: translateX(-20px);
}

.sec09-btn ul {
  justify-content: space-between;
  padding: 40px 0 100px;
}

.sec09-btn li {
  width: 30%;
  background: #fff;
}

.sec09-btn li a {
  padding: 20px;
  font-size: 20px;
}

.sec09-btn .menu-list li a::before {
  width: 50px;
  height: 50px;
}

.sec09-btn .menu-list li.min a::before {
  width: 50px;
  height: 50px;
}

.l-wrap-in {
  padding: 20px;
}

.l-wrap-in p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.l-wrap-in p:first-child {
  padding-bottom: 50px;
}

.l-wrap-in p br.sp {
  display: none;
}

.l-wrap-in p a {
  display: block;
  max-width: 196px;
  margin: auto;
  transition: 0.3s;

}

.l-wrap-in p a:hover {
  opacity: 0.8;
}


@media screen and (max-width:1025px) {
  .sec09-tit.headding {
    padding-left: 20px;
    font-size: 50px;

  }

  .sec09 .line {
    width: 97%;
  }

  .sec09-main {
    padding: 0 20px;
  }

  .sec09-btn .menu-list li.min a::before {
    padding-right: 30px;
  }


}

@media screen and (max-width:768px) {
  .sec09-tit.headding {
    font-size: 50px;
  }

  .tab_item {
    font-size: 20px;
  }

  .tab_item span {
    font-size: 16px;
  }
}

@media screen and (max-width:500px) {
  .sec09 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sec09-tit.headding {
    padding-bottom: 0;
    font-size: 22px;
    text-align: center;
    width: inherit;
    padding-left: 0;
  }

  .sec09 .line {
    width: 71%;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sec09 .line::after {
    height: 2px;
  }

  .tabs {
    margin-top: 30px;
  }

  .tab_item {
    width: 50%;
  }

  .tab_item.fir,
  .tab_item.sec {
    border-bottom: none;
    cursor: pointer;
  }

  .tab_item.sec {
    border-right: 2px solid #333;
  }

  .tab_content {
    padding: 20px;
    margin-top: 30px;
  }

  .tab_content dl {
    display: block;
    padding-bottom: 30px;
  }

  .tab_content dd,
  .tab_content dt {
    width: 100%;
  }

  .tab_content dt {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .tab_content dd {
    line-height: 1.7;
    font-size: 14px;

  }

  .tab_content dd.pc {
    display: none;
  }

  .tab_content dd.sp {
    display: block;
  }

  span.tab-in,
  span.tab-in-in {
    display: block;
    padding-top: 15px;
  }


  .tabs input:checked+.tab_item::after {
    display: none;
  }

  .sec09-btn {
    display: none;
  }

  .l-wrap-in p br.sp {
    display: inline-block;
  }

  .l-wrap-in p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* フッター */

.footer-01 {
  background: #fff;
}

.footer-01 a {
  transition: 0.3s;
}

.footer-01 a:hover {
  cursor: pointer;
  opacity: 0.8;

}

.footer-01-in {
  max-width: 200px;
  margin: auto;
  padding: 43.5px 0;
}

.footer-list {
  max-width: 220px;
  display: flex;
  margin: auto;
  justify-content: space-between;
  padding: 40px 0;
}

.footer-item {
  width: 27.27%;
}

.footer-item:hover {
  opacity: 0.8;
}

.footer-02 {
  background: #f8f8f8;
  transition: 0.3s;
}

.footer {
  font-size: 13px;
  text-align: center;
  padding: 38.5px 0;
  letter-spacing: 0.2em;
  color: #333;
  background: #fff;
}

@media screen and (max-width:768px) {

  .footer-01-in,
  .footer-list,
  .footer {
    padding: 20px 0;
  }

}

@media screen and (max-width:1024px) {

  .sec01-tit span,
  .sec02-tit span,
  .sec04-tit span,
  .sec06-tit span {
    /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; */
    font-size: 18px;
    font-weight: bold;
  }

  .sec01-tit,
  .sec02-tit,
  .sec04-tit,
  .sec06-tit,
  .sec07-tit {
    font-weight: bold;
  }
}


#first-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 1000;
}
#first-modal .modal_inner {
	max-width: 800px;
	width: calc(100% - 40px);
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: solid 1px #333;
	background: #fff;
	padding: 40px;
}
#first-modal .modal_inner .modal_close_btn {
	position: absolute;
	top: -62px;
	right: -62px;
	width: 48px;
	height: 48px;
	cursor: pointer;
	transition: 0.5s;
}
#first-modal .modal_inner .modal_close_btn:hover {
	opacity: 0.7;
}
#first-modal .modal_content .modal_maintxt {
	text-align: center;
	color: #00a9b8;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.03em;
	margin-bottom: 30px;
}
#first-modal .modal_content .modal_maintxt .p {
	color: #ef6182;
}
#first-modal .modal_content .modal_maintxt .p span {
	font-size: 30px;
}
#first-modal .modal_content .modal_subtxt .kome {
	position: relative;
	padding-left: 18px;
  margin: 10px 0;
  color: #645f5f;
}
#first-modal .modal_content .modal_subtxt .kome::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 1023px){
	#first-modal .modal_inner .modal_close_btn {
	  right: 10px;
	}
}
@media screen and (max-width: 768px) {
	#first-modal .modal_inner {
	  padding: 40px 20px;
	}
	#first-modal .modal_content .modal_maintxt {
	  font-size: 20px;
	}
	#first-modal .modal_content .modal_maintxt .p span {
	  font-size: 22px;
	}
}
@media screen and (max-width: 530px) {
	#first-modal .modal_content .modal_maintxt {
	  text-align: start;
	}
	.pc_only {
	  display: none;
	}
}