@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');


/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    background: #f7dcc8;
    position: relative;
    height: auto;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.07em;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-style: normal;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}


blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}

.sml {
    font-size: 0.85em;
}

a {
    color: #fff;
}


.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}

.title {
    height: 0;
    text-indent: -9999px;
}


/****************************************
	ビジュアル
*****************************************/

body.page_detail {
    padding-bottom: 100px;
}

.bgBox {
position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/static/glay/feature/artwork/img/bg_main_k4NUuYVw.jpg);
    z-index: 0;
    opacity: 0;
    transition: 0.3s;
}

.loaded .bgBox {
    opacity: 1;
}

.visual{
   height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 40vw;
}

.visual .visualInner{
position: fixed;
    bottom: 0;
    left: -5%;
    width: 50%;
    z-index: 1;
    line-height: 0;
    height: 100%;
    transition: 0.6s 0.1s;
    opacity: 0;
}

.loaded .visual .visualInner {
    opacity: 1;
    left: 0;
}


.visual .visualInner img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: left bottom;
}

.visual .visual_title {
    width: 55%;
    position: absolute;
    top: 7vh;
    right: 5.5%;
    max-width: 98vh;
    line-height: 0;
}
.visual .visual_title p {
transform-origin: left;
    transform: translateY(30px);
    transition: 0.6s 0.9s;
    position: relative;
    opacity: 0;
}

.loaded .visual .visual_title p {
    transform: translateY(0px);
    opacity: 1;
}



.visual_deco {
    width: 40%;
    display: flex;
    position: fixed;
    bottom: -13%;
    left: 26%;
    z-index: 0;
    max-width: 71vh;
    mix-blend-mode: overlay;
    transition: 0.5s 1.6s;
    opacity: 0;
    transform: translateX(-10%);
}

.loaded .visual_deco {
    opacity: 1;
    transform: translateX(0%);
}

.visual_deco li {
    margin: 0 0.5% 0;
}

.visual_deco li:nth-of-type(1) {
    opacity: 0.4;
}
.visual_deco li:nth-of-type(2) {
    opacity: 0.6;
}
.visual_deco li:nth-of-type(3) {
    opacity: 0.8;
}


.page_detail .visual_deco {
    left: -3%;
    transition-delay: 0.3s;
}

.menu_sns{
	opacity: 0;
}
.loaded .menu_sns{
  animation: upIn 0.6s cubic-bezier(0.25, 0.1, 0.35, 1.92) 1.2s 1 forwards;
}


.visual .jk {
    width: 71%;
    opacity: 0;
    line-height: 0;
    max-height: 77vh;
    min-height: 34vw;
    height: 37vw;
    position: relative;
    transform: scale(0.75);
    transition: 0.6s ease 0.3s;
}
.loaded .visual .jk {
    transform: scale(1);
    opacity: 1;
}

.visual .jk > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
    box-shadow: 1vw 1vw 0 #00000029;
    border-radius: 5em;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%,-30%);
		transform: translate(-50%,-30%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}


.sns.share {
    display: flex;
    width: 10em;
    margin: 0 0 0 auto;
    background: #ffffff;
    border-radius: 2em;
    padding: 0.6em 1.3em;
    box-shadow: 0 0.2em 0.65em #26000029;
    align-items: center;
    justify-content: center;
    font-size: 1.1em;
    color: #d99194;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 800;
}

.sns.share a {
    color: #d99194;
    font-weight: 400;
    vertical-align: -2px;
}

.sns.share > li:first-child {
    font-weight: 600;
    font-size: 0.85em;
    padding-right: 0.9em;
    border-right: 1px solid;
    margin-right: 0.9em;
}

.sns.share > li {
    margin-right: 0.65em;
}

.sns.share > li:last-child {
    margin: 0;
}


.scroll {
    display: block;
    width: 1px;
    height: 25vh;
    position: absolute;
    bottom: 0;
    right: 2%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.6s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}



.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #fff;
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
    content: 'Scroll';
    position: absolute;
    left: -7px;
    top: -65px;
    font-weight: 700;
    line-height: 1;
    writing-mode: vertical-rl;
    font-family: "nimbus-sans", sans-serif;
    font-size: 15px;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }


/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #ffffff;
    min-width: 250px;
    background: linear-gradient(45deg, #7e774b, #c816b2);
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
    margin-bottom: 1em;
}

#gNav .gnavMenu a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 5px auto;
    font-size: min(2.5em, 8.5vw);
    font-weight: 600;
    width: auto;
    letter-spacing: 0;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 800;
    line-height: 1;
}

#gNav .gnavMenu .hide a {
    opacity: 0.5;
    pointer-events: none;
}

.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}


#menuButton {
    display: block;
    width: 45px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child { top: 12px;} 
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) { bottom: 12px;} 

#menuButton.active span {
    background: #fff;
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span { 
    display: block;
    background: #ffffff;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
} 

#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 		

.official_link {
    position: fixed;
    z-index: 3;
    top: 50%;
    left: 2.5%;
    transform: translateY(-50%);
}

.official_link > li:nth-of-type(1) {
writing-mode: vertical-rl;
    line-height: 1;
    font-size: 0.9em;
    margin: 0 auto 1em;
}

.official_link > li.menu_icon a {
    background: #fff;
    display: flex;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #f2a4bc;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    margin-bottom: 0.65em;
    transition: 0.3s;
}

.official_link {
    opacity: 0;
    transition: 0.6s 1.6s;
    top: 53%;
}

.loaded .official_link {
    opacity: 1;
    top: 50%;
}


#menuButton {
    display: none;
}

#gNav {
    transform: translateY(-20px);
    width: auto;
    height: 100vh;
    padding: 0 6% 5.5vh 0;
    box-shadow: none;
    transition-delay: 1.6s;
    top: 0;
    background: none;
    position: absolute;
    display: flex;
    align-items: flex-end;
    opacity: 0;
}

.loaded #gNav {
    transform: none;
    opacity: 1;
}

.gNavInr {
    display: block;
    height: auto;
    margin: 0;
}

#gNav .gnavMenu {
    text-align: right;
}

#gNav .gnavMenu a {
    font-size: min(4em , 6.2vh);
    margin: 0;
}


.inBox{
    width: 88%;
    margin: auto;
    position: relative;
    max-width: 1500px;
    z-index: 1;
}

h2 {
    letter-spacing: 0;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 800;
    line-height: 1;
    font-size: 5em;
    margin-bottom: 0.5em;
    text-shadow: 0 0 8px #652b4340;
}


.title_sub {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    padding: 0 0.5em;
}

.attentionList li{
font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.copy{
    color: #090607;
    font-size: 0.7em;
}

.support-link {
    display: block;
    margin: 0 auto 2.5em;
    border: 1px solid;
    width: 300px;
    text-align: center;
    padding: 1.6em;
}
.support-link:hover {
    background: #f8b500;
    color: #fff;
    border-color: #f8b500;
}



/****************************************
	概要
*****************************************/
#container {
    overflow: hidden;
}

.contents {
    position: relative;
    padding: 7.5em 0;
    z-index: 1;
    min-height: calc(100svh - 100px);
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: hidden;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 100px;
    position: relative;
}

.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_inner::before {
    content: '';
    width: 720px;
    height: 100%;
    background: #002e67;
    display: block;
    position: absolute;
    bottom: 50px;
    right: -200px;
    border-radius: 400px 400px 0 0;
    z-index: -1;
    pointer-events: none;
}

.general_box {
    position: relative;
    padding: 3.5em;
    background: #fff;
    margin-bottom: 3em;
    color: #dc809c;
    border-radius: 2em;
    box-shadow: 1vw 1vw 0 #00000029;
}

.general_box:last-child {
margin-bottom: 0;
}

.general_box_tit {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 1.5em;
    letter-spacing: 0.15em;
}
.general_box_tit::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #e3809c;
    margin: 0.5em auto 0;
}

.general_txt {
    font-size: 1.1em;
    margin-bottom: 1.75em;
    line-height: 2;
    font-weight: 600;
    text-shadow: 0 0 8px #652b4340;
}

.general_txt:last-child {
    margin-bottom: 0;
}


.general_txt.large_txt {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.general_txt.large_txt .sml {
    font-size: 0.5em;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 400px;
    color: #fff;
    padding: 1.5em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.15em;
    line-height: 1;
    height: auto;
    background: linear-gradient(130deg, #d5b864, #cf71e5);
    transition: 0.4s;
    text-decoration: none;
    text-align: center;
    border-radius: 3em;
    position: relative;
    box-shadow: 0 5px 18px #5b003c70;
}

.btn.btn_more a {
    margin: 0;
    max-width: 245px;
    padding: 1.3em;
}


.btn a .fa {
    position: absolute;
    right: 1.2em;
    font-size: 1.1em;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}

.attentionList li a {
    text-decoration: underline;
}


#news {
}


.list--news > li a {
    text-decoration: none;
    padding: 18px 0;
    display: block;
    word-break: break-word;
    border-bottom: 1px solid;
    line-height: 1.6;
    font-weight: bold;
    transition: 0.3s;
    text-shadow: 0 0 8px #652b4340;
}

.list--news > li:first-child a {
    padding-top: 0;
}

.list--news > li a .date {
    font-size: 0.9em;
    margin-bottom: 2px;
    color: #fff5f0;
}

.list--news > li a:hover {
    opacity: 0.7;
}

.cs {
    padding: 1em 0;
    text-align: right;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}

.about {
    font-weight: bold;
    text-shadow: 0 0 5px #652b4361;
}


#works {
    background: linear-gradient(45deg, #7e774b, #c816b2);
}


#works h2 {
    margin-bottom: 1em;
}

.works > li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 120px;
}

.works > li:last-child {
    margin-bottom: 0;
}

.works > li:nth-of-type(even) {
    flex-flow: row-reverse;
    text-align: right;
}


.works_img {
    width: 59%;
    line-height: 0;
    box-shadow: 0 5px 18px #5b003c70;
}

.works_tit {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0.3em;
}
.works_txt {
  line-height: 1.2;
}
.popTxt_area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.popTxt {
  line-height: 1.3;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
}


.works_info {
    width: 37%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    position: relative;
}

.works_num {
    font-size: 12em;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    opacity: 0.6;
    position: absolute;
    top: -0.05em;
    left: 0;
}

.works > li:nth-of-type(even) .works_num {
    right: 0;
    left: auto;
}

.works > li:nth-of-type(even) .btn.btn_more a {
    margin: 0 0 0 auto;
}

#contact {
    min-height: 80vh;
}



.btn.btn_sub a {
    width: 220px;
    min-width: auto;
    padding: 1em;
    border-radius: 3em;
    font-size: 0.9em;
}

.btn.btn_w a {
    border: 1px solid;
    box-shadow: 4px 4px 0 #fff;
    font-size: 1.2em;
}

.btn a .min {
    font-size: 0.75em;
    margin-left: 0.5em;
}

.btn.btn_bnr {
    margin-bottom: 5em;
}

.btn.btn_bnr a {
    line-height: 1.3;
    font-size: 1.2em;
    padding: 1.1em;
}

.btn.btn_bnr a .min {
    margin-left: 0;
}


.footer_box {
    padding: 7.5em 0 0;
    text-align: center;
}

.footer_logo {
    width: 250px;
    height: 42px;
    margin: 0 auto;
}

.topBtn a {
    display: inline-block;
}

.topBtn_txt {
    font-weight: 600;
    margin-bottom: 0.8em;
}



.innerherf {
    width: 80%;
    margin: 0 auto;
}

#footer {
    display: flex;
    z-index: 1;
    position: absolute;
    padding: 3em 5%;
    justify-content: space-between;
    align-items: flex-end;
    bottom: 0;
    left: 0;
}

#footer a {
    width: 130px;
    margin-right: 20px;
}
.copyright {
    font-size: 11px;
}



/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

body:not(.page--home) .wovn-languages {
    top: 75px;
    right: 5%;
}

body::before {
    display: none;
}


.btn a:hover {
       box-shadow: 0 7px 24px #5b003cb3;
}

.official_link > li.menu_icon a:hover {
    filter: drop-shadow(0px 12px 10px #00000015);
}

}



/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

.btn a {
    max-width: 350px;
    font-size: 1.3em;
    padding: 1.3em;
}

.loading_inner {
    background: linear-gradient(180deg, #00ca5b 0%, #38a8db 50%, #124493 100%);
}

.loading_img {
    width: 20%;
}

.official_link {
    position: absolute;
    top: 2em;
    transform: none;
}

.loaded .official_link {
    opacity: 1;
    top: 1em;
}

#gNav {
    height: 100svh;
    padding-bottom: 6em;
}

#gNav .gnavMenu a {
    font-size: min(2.5em, 8.5vw);
}

#gNav .menu_tit {
    width: 70%;
    margin: 0 auto 2.5em;
    line-height: 0;
}



/****************************************
	ビジュアル
*****************************************/

.bgBox {
background-position: left center;
 transform: translate3d(0, 0, -1px);
}

body:not(.page--home) .wovn-languages {
    top: 20px;
}

.visual {
}

.visual .visualInner {
    width: 90%;
    max-width: 44vh;
    bottom: -4%;
    left: -15%;
}

.loaded .visual .visualInner {
    left: -11%;
}
.visual .visual_title {
    width: 90%;
    top: 9vh;
    right: 5%;
}

.visual_deco {
    bottom: 3vh;
    right: -1%;
    left: auto;
    width: 65%;
}


.visual .logo {
position: relative;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 55vh;
    margin: 0 auto;
}
.visual h1 {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.visual h1 .main_visual {
    width: 100%;
}


.loaded.scrolled .visual_deco {
    filter: blur(8px);
    transition: 0.5s 0.1s;
}
.loaded.scrolled .visual .visualInner {
    transition: 0.5s 0.1s;
    filter: blur(10px);
}

.main_visual_wp {
    top: 1.5vh;
    left: 1.5vh;
}


.scroll {
    height: 15%;
    right: 5%;
}

.scroll::before {
    font-size: 0.95em;
    left: -5px;
}

.scroll:after {
    width: 1.5px;
}


h2 {
    font-size: 3.3em;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    margin: auto;
    position: relative;
    max-width: 85%;
    z-index: 1;
}

.innerherf {
    width: 100%;
}

.contents {
    padding: 6.5em 0;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
    line-height: 1.5;
}

.general_box {
    position: relative;
    padding: 1.5em;
    border-radius: 1.3em;
    margin-bottom: 2em;
}

.general_box.judging::before {
    width: 85%;
}


.works > li {
    flex-flow: column-reverse;
    margin-bottom: 4em;
}

.works_info {
    width: 100%;
    display: block;
    text-align: right;
}

.works_img {
    width: 100%;
    margin-bottom: 1.5em;
}
.btn.btn_more a {
    margin: 0 0 0 auto;
    width: 55%;
    padding: 1.2em;
}
#contact .btn.btn_more a {
    width: 100%;
    margin: 0;
}

#contact {
    min-height: auto;
}



.works_tit {
    margin-bottom: 0.5em;
    font-size: 1.35em;
}
.popTxt {
    line-height: 1.3;
    font-size: 9px;
}
.popTxt.en {
    padding: 5% 5% 0;
    font-size: 8px;
}
.works_num {
    font-size: 7em;
    letter-spacing: -0.05em;
    top: -0.1em;
}

.works > li:nth-of-type(even) {
    flex-flow: column-reverse;
    text-align: left;
}

.works > li:nth-of-type(even) .works_info {
    text-align: left;
}
.works > li:nth-of-type(even) .btn.btn_more a {
    margin: 0;
}


#footer {
    padding: 2em 8%;
}

#footer a {
    width: 25%;
}
.copyright {
    font-size: 10px;
    letter-spacing: 0.01em;
}


.link:hover{
opacity: 1;
}

.copy {
    text-align: center;
    font-size: 10px;
}

.popup {
    padding: 1.8em;
    font-size: 1em;
}

.popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.slider .slick-next {
    width: 50px;
    right: 18%;
}

.slider .slick-prev {
    width: 50px;
    left: 18%;
}

.slider li {
    padding: 0 8px;
}


.shop_list > li {
    width: 100%;
}

.shopBox::before {
    height: calc(100% - 37em);
    top: 5em;
    width: 84%;
}

section#special::before {
    width: 8%;
    background: linear-gradient(180deg, #00ca5b 0%, #49b8eb 50%, #0b3983 100%);
}


.bg_blue .general_txt {
    font-size: 1.05em;
    text-shadow: 0 0 5px #0000006b;
}


.btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
}

.btn.btn_w a {
    box-shadow: 3px 3px 0 #fff;
    font-size: 1.3em;
}

.footer_box {
    padding: 4.5em 0 0;
    text-align: center;
}

.btn.btn_bnr {
    margin-bottom: 3em;
}

.footer_logo {
    width: 200px;
    height: 33px;
}

body:not(.page--home) .footer .copyright {
    text-align: center;
    padding-top: 0;
}


.bg_uki {
    left: -5%;
    width: 28%;
}

#video .bg_uki {
    left: auto;
    right: -5%;
    top: -17%;
}

#product .bg_uki {
    left: auto;
    right: -5%;
    top: 56%;
}

#special .bg_uki {
    bottom: -66%;
}

}





@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}



/****************************************

          WORKS

*****************************************/



.logo_link {
    position: fixed;
    z-index: 10;
    width: 165px;
    top: 2em;
    right: 5%;
}

.logo_link a {
    display: block;
}


h2 .tit_sub {
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-size: 21px;
    letter-spacing: 0.05em;
}


.list--works {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list--works > li {
    width: 23.5%;
    margin-right: 1.33%;
    margin-bottom: 20px;
}

.list--works > li.hide {
    display: none;
}

.list--works figcaption {
    font-size: 13px;
}

.list--works > li a {
    display: block;
    line-height: 0;
    margin-bottom: 5px;
    aspect-ratio: 1/1;
    overflow: hidden;
    box-shadow: 0 3px 14px #5b003c70;
    text-decoration: none;
}

.list--works > li a img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
    transition: 0.4s;
    background: #fff;
}
.list--works > li a:hover img {
    transform: scale(1.1);
}

.pswp__custom-caption {
    background: rgb(0 0 0 / 48%);
    border-radius: 3em;
    bottom: 20px;
    color: #fff;
    font-size: 14px;
    left: 20px;
    padding: 6px 18px;
    position: absolute;
    display: inline-block;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    object-fit: contain;
}

img.pswp__img.pswp__img--placeholder {
    display: none !important;
}

@media screen and (min-width: 960px) {

.list--works > li:nth-of-type(4n) {
}

}


@media screen and (max-width: 960px) {

section#works_detail {
    padding: 8em 0px 6em;
}

.logo_link {
    width: 125px;
}

h2 .tit_sub {
    font-size: 15px;
}

.list--works {
    justify-content: space-between;
}

.list--works > li {
    width: 48%;
    margin-right: 0;
}

.list--works > li:nth-of-type(2n) {
}

.list--works > li:nth-last-child(-n + 2) {
    margin-bottom: 0;
}

}


#cboxContent {
    background: none !important;
}

.works_wrap {
    display: none;
}

.works_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 2%;
}

.works_img {
    width: 100%;
    height: 85vh;
}

.works_img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.works_desc {
    width: 100%;
    font-size: 15px;
    margin-bottom: 30px;
}


.ac {
    background: #ffffff1a;
    border-radius: 10px;
    margin-bottom: 35px;
}

.ac:last-child {
    margin-bottom: 0;
}

.ac.on {
}

.ac>dt {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 25px 45px 25px 35px;
    letter-spacing: 0.05em;
    font-weight: 600;
}

.ac>dt::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 30px;
    transition: all 0.3s ease-out;
    transform: translateY(-50%) rotate(45deg);
}
.ac.on>dt::after {
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
}

.ac>dd {
    display: none;
    padding: 0px 35px 25px 35px;
}

.ac_title {
    font-size: 1.15em;
}

.ac_txt {
    font-weight: 600;
    margin-bottom: 15px;
}

.ac_txt:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {

.ac {
    margin-bottom: 8px;
}

.ac>dt {
    font-size: 13px;
    padding: 17px 35px 17px 20px;
}

.ac>dt::after {
    right: 17px;
    width: 6px;
    height: 6px;
}

.ac>dd {
    padding: 0px 20px 17px 20px;
    font-size: 13px;
}

.works_img {
    width: 100%;
    height: auto;
}

.works_desc {
    width: 100%;
    font-size: 13px;
}

}


