@charset "UTF-8";
/*
Theme Name: Global Work 202003
Theme URI:
Author:
Author
Description:
Version: 1.0
License:
License
Tags:
Text Domain:
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
	background-color: #f3f3f3;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* Common Setting */
img {
  vertical-align: top;
}

figure {
  margin: 0px;
}

html {
margin: 0;
}

.pc {
  display: block;
}

.sp {
	display: none;
}

.st_wrap {
	clear: both;
	width:100%;
	max-width: 1200px;
	margin:0 auto;
	color: #000000;
	font-size:14px;
	text-align: left;
	overflow: hidden;
}


.look_base_box {
	width: 50%;
	margin: 0 auto -2%;
	padding: 0;
}

.title_lead {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1.0;
	line-height: 2.0;
	color: #000;
	margin: 10% auto 0;
	padding-bottom: 6%;
	z-index: 15;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.title_lead img {
	width: 50%;
	margin: 8% auto 5%;
}

.title_lead span {
	font-size: 180%;
	margin: 13% auto;
	line-height: 1.5;
	text-align: left;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
}

.subtitle_box {
	width: 100%;
	text-align: center;
	margin: 8% auto 1%;
}

.subtitle_box img {
	width: 12%;
	margin: auto;
}

.float_box {
	float: left;
	width: 50%;
	margin: 0;
}

.float_box2 {
	float: left;
	width: 50%;
	margin: 20% 0 0;
}

.float_style {
	float: left;
	width: 31.3%;
	margin: 1%;
}

.float_style img {
	width: 100%;
}

.style_box {
	width: 800px;
	margin: auto;
}

.img_box1 {
	color: #000;
	line-height: 1.5em;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

.img_box1 img {
	width: 100%;
}

.caption {
	position: relative;
	font-size:		11px;
	color:			#000;
	padding-top:	5%;
	width: 100%;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-family: "Noto Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
}

.caption a {
	color:#000;
	line-height: 1.5em;
	text-decoration: none;
}

.caption a:hover {
	color:#000;
	text-decoration: underline;
}

.btn_all {
	width: 25%;
	margin: 4% auto 8%;
}

.btn_all img {
	width: 100%;
}


.main_img {
	float: left;
	width: 31.3333%;
	margin: 1%;
	padding: 0;
}

.main_img img {
	width: 100%;
	margin: 0;
	padding: 0;
}



/* モーダルここから */
    /* ボタン */
    .open-btn {
        padding: 0;
        margin: 0;
        border: none;
        cursor: pointer;
		width: 100%;
    }

    .open-btn img {
        padding: 0;
        margin: 0;
		width: 100%;
    }

    .open-btn:hover {
        opacity: 1;
    }

    .close-btn {
        position: absolute;
        top: 100px;
        right: 25px;
        font-size: 2.5rem;
        background: transparent;
        border: none;
        cursor: pointer;
		color: #000;
		z-index: 100;
    }

    /* モーダル背景 */
    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 1);
		opacity: 0;
        z-index: 100;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .modal a {
        color: #000;
		text-decoration: none;
		line-height: 1.8;
    }

    .modal a:hover {
        opacity: 0.8;
		text-decoration:underline;
    }

    /* モーダル表示状態 */
    .modal.active {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダルの中身*/
    .modal-content {
        background: rgba(79, 79, 79, 0);
        padding: 100px 0 0;
		margin: 0;
        width: 80vw;
        max-width: 450px;
        text-align: center;
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
		font-size: 11px;
		font-family: "Noto Sans", sans-serif;
		font-optical-sizing: auto;
		font-weight: 400;
    }

    .modal-content video {
        width: 100%;
		max-width: 450px;
    }

    .modal-content span {
        font-size: 130%;
		font-weight: 800;
    }


    /* アニメーション*/
    .modal.active .modal-content {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }



    /* ボタン */
    .open-btn_txt {
        padding: 0;
        margin: 0;
        border: none;
        cursor: pointer;
		width: 100%;
    }

    .open-btn_txt img {
        padding: 0;
        margin: 0;
		width: 100%;
    }

    .open-btn_txt:hover {
        opacity: 1;
    }

    .close-btn_txt {
        position: absolute;
        bottom: 24px;
        right: 50%;
        font-size: 2.5rem;
        background: transparent;
        border: none;
        cursor: pointer;
		color: #000;
		z-index: 100;
    }

    /* モーダル背景 */
    .modal_txt {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
		opacity: 0;
        z-index: 100;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .modal_txt a {
        color: #fff;
		text-decoration: none;
    }

    .modal_txt a:hover {
        opacity: 0.8;
    }

    /* モーダル表示状態 */
    .modal_txt.active_txt {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    /* モーダルの中身*/
    .modal-content_txt {
        background: rgba(79, 79, 79, 0);
        padding: 0;
		margin: 0;
        width: 80vw;
        max-width: 600px;
        text-align: center;
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

    /* アニメーション*/
    .modal_txt.active_txt .modal-content_txt {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

.unusable {
    pointer-events: none;
    cursor: not-allowed; /* It doesn't Work */
}
/* モーダルここまで */


.content::-webkit-scrollbar {
	display:none;
}

.style_box {
	width: 100%;
	max-width: 900px;
	margin: auto;
}

.modaltxt1 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt1:target {
  display: flex;
}

.modaltxt1 img {
  width: 100%;
}

.modaltxt3 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt3:target {
  display: flex;
}

.modaltxt3 img {
  width: 100%;
}

.modaltxt4 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt4:target {
  display: flex;
}

.modaltxt4 img {
  width: 100%;
}

.modaltxt6 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt6:target {
  display: flex;
}

.modaltxt6 img {
  width: 100%;
}

.modaltxt7 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt7:target {
  display: flex;
}

.modaltxt7 img {
  width: 100%;
}

.modaltxt8 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt8:target {
  display: flex;
}

.modaltxt8 img {
  width: 100%;
}

.modaltxt10 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt10:target {
  display: flex;
}

.modaltxt10 img {
  width: 100%;
}

.modaltxt12 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt12:target {
  display: flex;
}

.modaltxt12 img {
  width: 100%;
}

.modaltxt14 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt14:target {
  display: flex;
}

.modaltxt14 img {
  width: 100%;
}

.modaltxt16 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt16:target {
  display: flex;
}

.modaltxt16 img {
  width: 100%;
}

.modaltxt18 {
  position: fixed;
  top: -15%;
  left: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130%;
  background-color: rgb(0 0 0 / 60%);
}

.modaltxt18:target {
  display: flex;
}

.modaltxt18 img {
  width: 100%;
}

.close {
  position: absolute;
  bottom: -30px;
  right: 50%;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
  z-index: 100;
}

.modal-wrapper {
  position: relative;
  width: 75%;
  max-width: 450px;
  max-height: 80%;
  padding: 20px;
  margin: auto;
  background-color: rgb(0 0 0 / 0%);
  border-radius: 5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
	text-align:center; 
}

.modal-wrapper a {
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	line-height: 2.0;
}

.modal-wrapper a:hover {
	color: #fff;
	font-size: 11px;
	text-decoration: underline;
}





.clear {
	clear: both;
}

@media only screen and (max-width: 768px) {
.pc {
    display: none !important;
  }
	
.sp {
	display: block;
}

.look_base_box {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
	
.title_lead {
	width: 94%;
	font-size: 11px;
}
	
.title_lead span {
	font-size: 150%;
}
	
.title_lead p {
	font-size: 16px;
	margin-bottom: 3%;
	line-height: 1.8;
}
	
.subtitle_box {
	margin: 10% auto 3%;
}
	
.subtitle_box img {
	width: 30%;
	margin: auto;
}
	
.float_box {
	width: 100%;
	float: none;
}
	
.float_box2 {
	width: 100%;
	float: none;
	margin: 0;
}
	
.float_style {
	float: left;
	width: 48%;
	margin: 1%;
}

.float_style img {
	width: 100%;
}
	
.style_box {
	width: 100%;
	margin: auto;
}

.img_box1 {
	font-size: 10px;
}
	
.caption {
	font-size:		9px;
}
	
.main_img {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 0;
}
	
.btn_all {
	width: 70%;
	margin: 10% auto;
}
	
	
    .close-btn {
        top: 100px;
        font-size: 2.3rem;
    }
	
    .modal-content video {
        width: 100%;
		max-width: 600px;
    }

}
