@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;-webkit-appearance: none;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
	
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --c-bl:#42afe2;
    --c-ye:#f4a221;
    --c-pu:#733694;
    --c-yg:#83c60f;
    --c-na:#1e52a8;
    --c-be:#926d4b;
    --c-gr:#0b9929;
    --c-re:#ef5862;
}

/*----------------common----------------*/

body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    line-height: 2.2;
    letter-spacing: 0.04em;
    color: #000;
    word-wrap: break-word;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
}
.loading {
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9;
}
.inner {
    max-width: 1280px;
    margin: auto;
    width: 86%;
}
.header {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 30px;
    display: none;

}
.header img {
    width: 250px;
}
.main-visual {
    position: relative;
    height: 100vh;
    background-color: #000;
}
.main-visual h1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:center;
    align-items: center;
    position: absolute;
    z-index: 3;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.08em;
    line-height: 1.5;   
}
.main-visual video{
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.9;
}
.main-visual video.sp-video{
    display: none;
}
.lead {
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
    padding-top: 80px;
    padding-bottom: 80px;
}
.lead h1 img {
    width: 250px;
    margin-bottom: 20px;
}
.map {
    margin-bottom: 150px;
    position: relative;
}
.map__illust img {
    width: 100%;
}
.map__btn li {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    animation: bounceTwice 3s ease-in-out infinite;
}
@keyframes bounceTwice {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
}
.map__btn li:nth-child(1) { animation-delay: 0s; }
.map__btn li:nth-child(2) { animation-delay: 0.2s; }
.map__btn li:nth-child(3) { animation-delay: 0.4s; }
.map__btn li:nth-child(4) { animation-delay: 0.6s; }
.map__btn li:nth-child(5) { animation-delay: 0.8s; }
.map__btn li:nth-child(6) { animation-delay: 1s; }
.map__btn li:nth-child(7) { animation-delay: 1.2s; }
.map__btn li:nth-child(8) { animation-delay: 1.4s; }

.map__btn li a {
    display: block;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.map__btn li a:hover {
    transform: scale(1.08);
}
.map__btn li:nth-child(1) img {
    width: 9.45vw;
}
.map__btn li:nth-child(2) img {
    width: 12.9vw;
}
.map__btn li:nth-child(3) img {
    width: 11.35vw;
}
.map__btn li:nth-child(4) img {
    width: 10.25vw;
}
.map__btn li:nth-child(5) img {
    width: 11.35vw;
}
.map__btn li:nth-child(6) img {
    width: 11.55vw;
}
.map__btn li:nth-child(7) img {
    width: 11.6vw;
}
.map__btn li:nth-child(8) img {
    width: 12.15vw;
}
.map__btn li:nth-child(1) {
  top: 22.5vw;
  left: 10vw;
}
.map__btn li:nth-child(2) {
  top: 42.2vw;
  left: 6.8vw;
}
.map__btn li:nth-child(3) {
  top: 53.6vw;
  left: 17vw;
}
.map__btn li:nth-child(4) {
  top: 63.5vw;
  left: 44.5vw;
}
.map__btn li:nth-child(5) {
  top: 49.7vw;
  left: 70.8vw;
}
.map__btn li:nth-child(6) {
  top: 28.1vw;
  left: 41.4vw;
}
.map__btn li:nth-child(7) {
  top: 26.9vw;
  left: 57.5vw;
}
.map__btn li:nth-child(8) {
  top: 22vw;
  left: 78.5vw;
}
.contents {
    padding-bottom: 150px;
    overflow: hidden;
}
.contents__item {
    position: relative;
}
.contents__item .inner {
    display: flex;
    align-items: flex-start;
}
.contents__item:not(:last-child) {
    margin-bottom: 230px;
}
.contents__item-movie {
    width: 50%;
    flex-shrink: 0;
}
.contents__item-movie-tmb {
    position: relative;
}
.contents__item-movie-tmb img {
    border-radius: 15px;
}
.contents__item-movie-tmb a {
    display: block;
    position: relative;
}
.contents__item-movie-tmb a:before {
    background-image: url("../images/icon_play.png");
    width: 100px;
    height: 100px;
    background-size: cover;
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contents__item-movie-tmb a:hover:before {
    transform: scale(1.1);
    
}
.contents__item-movie-tmb:after {
    width: 100px;
    height: 100px;
    content: "";
    position: absolute;
    z-index: -1;
}
.contents__item:nth-child(1) .contents__item-movie-tmb:after,
.contents__item:nth-child(5) .contents__item-movie-tmb:after{
    left: -10px;
    top: -10px;
    border-top-left-radius: 20px;
}
.contents__item:nth-child(2) .contents__item-movie-tmb:after,
.contents__item:nth-child(6) .contents__item-movie-tmb:after{
    right: -10px;
    top: -10px;
    border-top-right-radius: 20px;
}
.contents__item:nth-child(3) .contents__item-movie-tmb:after,
.contents__item:nth-child(7) .contents__item-movie-tmb:after{
    right: -10px;
    bottom: -10px;
    border-bottom-right-radius: 20px;
}
.contents__item:nth-child(4) .contents__item-movie-tmb:after,
.contents__item:nth-child(8) .contents__item-movie-tmb:after{
    left: -10px;
    bottom: -10px;
    border-bottom-left-radius: 20px;
}
.contents__item--bl .contents__item-movie-tmb:after {
    background-color: var(--c-bl);
}
.contents__item--ye .contents__item-movie-tmb:after {
    background-color: var(--c-ye);
}
.contents__item--pu .contents__item-movie-tmb:after {
    background-color: var(--c-pu);
}
.contents__item--yg .contents__item-movie-tmb:after {
    background-color: var(--c-yg);
}
.contents__item--na .contents__item-movie-tmb:after {
    background-color: var(--c-na);
}
.contents__item--be .contents__item-movie-tmb:after {
    background-color: var(--c-be);
}
.contents__item--gr .contents__item-movie-tmb:after {
    background-color: var(--c-gr);
}
.contents__item--re .contents__item-movie-tmb:after {
    background-color: var(--c-re);
}
.contents__item-txt {
    flex: 1;
    text-align: center;
}
.contents__item-txt h2 {
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 35px;
    
}
.contents__item-txt h2 span {
    border-top: #42afe2 2px solid;
    border-bottom: #42afe2 2px solid;
    letter-spacing: 0.06em;
    padding: 5px 15px;
}
.contents__item--bl .contents__item-txt h2 span {
    border-top-color: var(--c-bl);
    border-bottom-color: var(--c-bl);
}
.contents__item--ye .contents__item-txt h2 span {
    border-top-color: var(--c-ye);
    border-bottom-color: var(--c-ye);
}
.contents__item--pu .contents__item-txt h2 span {
    border-top-color: var(--c-pu);
    border-bottom-color: var(--c-pu);
}
.contents__item--yg .contents__item-txt h2 span {
    border-top-color: var(--c-yg);
    border-bottom-color: var(--c-yg);
}
.contents__item--na .contents__item-txt h2 span {
    border-top-color: var(--c-na);
    border-bottom-color: var(--c-na);
}
.contents__item--be .contents__item-txt h2 span {
    border-top-color: var(--c-be);
    border-bottom-color: var(--c-be);
}
.contents__item--gr .contents__item-txt h2 span {
    border-top-color: var(--c-gr);
    border-bottom-color: var(--c-gr);
}
.contents__item--re .contents__item-txt h2 span {
    border-top-color: var(--c-re);
    border-bottom-color: var(--c-re);
}
.contents__item-txt p {
    text-align: left;
}
.contents__item-movie--left {
    order: 1;
    margin-right: 9%;
}
.contents__item-movie--right {
    margin-left: 9%;
}
.contents__item-txt--right {
    order: 2;
}
.contents__item--bl .contents__item-ttl{
  color: var(--c-bl);
}
.contents__item--ye .contents__item-ttl{
  color: var(--c-ye);
}
.contents__item--pu .contents__item-ttl{
  color:var(--c-pu);
}
.contents__item--yg .contents__item-ttl{
  color: var(--c-yg);
}
.contents__item--na .contents__item-ttl{
  color: var(--c-na);
}
.contents__item--be .contents__item-ttl{
  color: var(--c-be);
}
.contents__item--gr .contents__item-ttl{
  color: var(--c-gr);
}
.contents__item--re .contents__item-ttl{
  color: var(--c-re);
}
.contents__item-copy {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}


.contents__item-icon {
    margin-bottom: 25px;
}
.contents__item-icon .wid01 {
    width: calc(189px * 0.5);
}
.contents__item-icon .wid02 {
    width: calc(259px * 0.5);
}
.contents__item-icon .wid03 {
    width: calc(227px * 0.5);
}
.contents__item-icon .wid04 {
    width: calc(205px * 0.5);
}
.contents__item-icon .wid05 {
    width: calc(227px * 0.5);
}
.contents__item-icon .wid06 {
    width: calc(231px * 0.5);
}
.contents__item-icon .wid07 {
    width: calc(232px * 0.5);
}
.contents__item-icon .wid08 {
    width: calc(243px * 0.5);
}
.contents__item-bg {
    position: absolute;
    z-index: -2;
}
.contents__item-bg--pos01 {
    right: 0;
    bottom: -280px;
}
.contents__item-bg--pos02 {
    left: 0;
    top: -50px;
}
.contents__item-bg--pos03 {
    left: 35%;
    top: -180px;
}
.contents__item-bg--pos04 {
    right: 0;
    top: -30px;
}
.contents__item-bg--pos05 {
    left: 0;
    top: -160px;
}
.contents__item-bg--pos06 {
    right: 50px;
    bottom: -100px;
}
.contents__item-bg--pos07 {
    display: none;
}
.contents__item-bg--pos08 {
    display: none;
}
.outline {
    background-color: #f9f4e6;
    padding-top: 150px;
    padding-bottom: 110px;
}
.outline .inner {
    max-width: 1280px;
    width: 86%;
    margin: auto;
}
.outline__atelierista {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 100px;
}
.outline__atelierista h3 {
    flex-shrink: 0;
    width: 50%;
    background-image: url("../images/atelierista_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2%;
    min-height: 440px;
}
.outline__atelierista .txt {
    padding: 20px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.outline__atelierista .btn {
    margin-top: 50px;
}
.outline__atelierista .btn a {
    height: 60px;
    width: 240px;
    background-color: #42afe2;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: bold;
    background-image: url("../images/arrow.png");
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    border-radius: 40px;
    margin: auto;
}
.outline__atelierista .btn a:hover {
    background-color: #000;
    background-position: right 20px center;
}
.outline h4 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.outline__dtl {
    text-align: center;
}
.outline__dtl p {
    display: inline-block;
    text-align: left;
    font-size: 17px;
    line-height: 1.9;
}
.outline__dtl-btn {
    margin-top: 80px;
}
.outline__dtl-btn a {
    background-color: #ac997b;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    max-width: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    background-image: url("../images/arrow.png");
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: right 30px center;
    margin: auto;
}
.outline__dtl-btn a:hover {
    background-color: #000;
}
.outline__dtl-logo {
    display: flex;
    align-items: center;
    gap:50px;
    justify-content: center;
    margin-top: 60px;
}
.outline__dtl-logo li:nth-child(1) img {
    width:110px;
}
.outline__dtl-logo li:nth-child(2) img {
    width:180px;
}
.outline__sns {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-wrap: wrap;
    margin-top: 80px;
}
.outline__sns li {
    width: 40px;
}
.outline__sns li a {
    display: inline-block;
}
.outline__sns li img {

}

.fancybox__backdrop {
    background-color: rgba(255,255,255,0.95) !important;
}
.f-button {
    color: #000 !important;
}
br.sp-only {
    display: none;
}
.fancybox__slide {
    padding-left: 3% !important;
    padding-right: 3% !important;
}
@media screen and (max-width:980px){
html {
    font-size: calc(100vw / 37.5);
  }
    body {
        font-size: 1.4rem;
        line-height: 1.9;

    }
br.sp-only {
    display: inherit;
}
.lead h1 img {
  width: 15rem;
  margin-bottom: 1rem;
}
.header {
  padding-top: 1.5rem;
}
    .header__logo img {
        width: 15rem;
    }
.main-visual {
  height: 58rem;
}
.main-visual h1 {
  font-size: 2.1rem;

}
.main-visual video.pc-video{
    display: none;
}
.main-visual video.sp-video{
    display: block;
}
.lead {
  font-size: 1.45rem;
    padding-top: 3.5rem;
  padding-bottom: 3.5rem;
    line-height: 1.8;
}
.contents {
  padding-bottom: 9rem;
}
.contents__item .inner {
  display: block;
}
 .contents__item-icon .wid01 {
    width: calc(18.9rem * 0.25);
  }
 .contents__item-icon .wid02 {
    width: calc(25.9rem * 0.25);
  }
 .contents__item-icon .wid03 {
    width: calc(22.7rem * 0.25);
  }
 .contents__item-icon .wid04 {
    width: calc(20.5rem * 0.25);
  }
 .contents__item-icon .wid05 {
    width: calc(22.7rem * 0.25);
  }
 .contents__item-icon .wid06 {
    width: calc(23.1rem * 0.25);
  }
 .contents__item-icon .wid07 {
    width: calc(23.2rem * 0.25);
  }
 .contents__item-icon .wid08 {
    width: calc(24.3rem * 0.25);
  }

.contents__item-icon {
  margin-bottom: 1rem;
}
.contents__item-copy {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.contents__item-txt h2 {
  font-size: 2.3rem;
    margin-bottom: 2.5rem;
}
.contents__item-txt h2 span {
  padding: 0.5rem 1rem;
}
.contents__item-movie {
  width: 100%;
    margin-top: 3.5rem;
}
.contents__item-movie--left {
  margin-right: 0%;
}
.contents__item-movie--right {
  margin-left: 0%;
}
.contents__item-movie-tmb img {
  border-radius: 1.5rem;
}
.contents__item-movie-tmb a::before {
  width: 6rem;
  height: 6rem;
  margin-left: -3rem;
  margin-top: -3rem;
}
.contents__item-movie-tmb::after {
  width: 7rem;
  height: 7rem;
}
.contents__item:nth-child(1) .contents__item-movie-tmb::after,
.contents__item:nth-child(5) .contents__item-movie-tmb::after {
  left: -0.5rem;
  top: -0.5rem;
  border-top-left-radius: 1.8rem;
}
.contents__item:nth-child(2) .contents__item-movie-tmb::after,
.contents__item:nth-child(6) .contents__item-movie-tmb::after {
  right: -0.5rem;
  top: -0.5rem;
  border-top-right-radius: 1.8rem;
}
.contents__item:nth-child(3) .contents__item-movie-tmb::after,
.contents__item:nth-child(7) .contents__item-movie-tmb::after {
  right: -0.5rem;
  bottom: -0.5rem;
  border-bottom-right-radius: 1.8rem;
}
.contents__item:nth-child(4) .contents__item-movie-tmb::after,
.contents__item:nth-child(8) .contents__item-movie-tmb::after {
  left: -0.5rem;
  bottom: -0.5rem;
  border-bottom-left-radius: 1.8rem;
}
.contents__item:not(:last-child) {
  margin-bottom: 7rem;
}
.contents__item-bg--pos01 {
  bottom: 10rem;
  width: 14rem;
}
.contents__item-bg--pos02 {
  top: 10rem;
  width: 20rem;
}
.contents__item-bg--pos03 {
  left: 22rem;
  top: -16rem;
  width: 22rem;
}
.contents__item-bg--pos04 {
    top: 24rem;
    width: 31rem;
  }
.contents__item-bg--pos05 {
  top: 3rem;
  width: 20rem;
}
.contents__item-bg--pos06 {
  right: 1rem;
  bottom: -7rem;
  width: 18rem;
}
.contents__item-bg--pos07 {
    width: 19rem;
    display: block;
    left: -3rem;
    top: 23rem;
  }
.contents__item-bg--pos08 {
    width: 21rem;
    display: block;
    top: 19rem;
    right: 6rem;
  }
.outline {
  padding-top: 7rem;
  padding-bottom: 5rem;
  margin-top: 3rem;
}
.outline__atelierista {
  display: block;
  border-radius: 1.5rem;
  margin-bottom: 5rem;
}
    .outline__atelierista h3 {
        width: 100%;
        min-height: inherit;
        font-size: 1.8rem;
        height: 20rem;
    }
.outline__atelierista .txt {
  padding: 3rem;
}
.outline__atelierista .btn {
  margin-top: 2rem;
}
.outline__atelierista .btn a {
  height: 5rem;
  width: 23rem;
  background-size: 2rem;
  background-position: right 2rem center;
  border-radius: 20rem;
}
.outline h4 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.outline__dtl p {
  font-size: 1.4rem;
  line-height: 1.8;
}
.outline__dtl-btn a {
  font-size: 1.5rem;
  height: 6rem;
  background-size: 2rem;
  background-position: right 2rem center;
}
.outline__sns li {
  width: 3rem;
}
.outline__sns {
  margin-top: 5rem;
}
.outline__dtl-btn {
  margin-top: 4rem;
}
    .outline__dtl-logo {
        gap:3rem;
        margin-top: 4rem;
        margin-bottom: 6rem;
    }
.outline__dtl-logo li:nth-child(1) img {
    width:calc(11rem * 0.7);
}
.outline__dtl-logo li:nth-child(2) img {
    width:calc(18rem * 0.7);
}
.map {
  margin-bottom: 6rem;
}

}







