#WORK .pickup ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#WORK .pickup ul {
    zoom: 1;
}

@media (max-width: 767px) {
	#pageTop {
	height: 140px;
	}
	#header .hlogo {
	position: absolute;
	left: 15px;
	top: 62px;
	}
	#header .hlogo img {
	display: block;
	width: 282px;
	height: auto;
	}
}
@media (min-width: 768px) {
	#pageTop {
	height: 160px;
	}
	#header {} 
	#header .hlogo {
	position: absolute;
	left: 60px;
	top: 60px;
	}
	#header .hlogo img {
	display: block;
	width: 400px;
	height: auto;
	}
}

#VISUAL .catch {
transform: translateY(-50%);
position: absolute;
width: 100%;
left: 2.5%;
top: 50%;
font-size: 14.2vw;
color: #fff;
z-index: 1;
letter-spacing: -0.01em;
}
#VISUAL .catch p {
display: inline-block;
vertical-align: top;
margin: 0;
font-family: 'Poppins', sans-serif;
font-weight: 500;
letter-spacing: -0.1em;
}
#VISUAL .catch p.re {
font-weight: 700;
}
#VISUAL .word {
position: absolute;
opacity: 0;
}
#VISUAL .letter {
display: inline-block;
position: relative;
float: left;
transform: translateZ(25px);
transform-origin: 50% 50% 25px;
}
#VISUAL .letter.out {
transform: rotateX(90deg);
transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#VISUAL .letter.behind {
transform: rotateX(-90deg);
}
#VISUAL .letter.in {
transform: rotateX(0deg);
transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#VISUAL .sliderSET {
position: relative;
overflow: hidden;
}
#VISUAL .sliderSET img {
display: block;
width: 100%;
height: auto;
}
#VISUAL .sliderU {
overflow: hidden;
margin-left: 5%;
width: 250%;
}
#VISUAL .sliderD {
overflow: hidden;
margin-left: -155%;
width: 250%;
}
#VISUAL .sliderSET ul {
position: relative;
list-style: none;
}
#VISUAL .sliderSET ul.item3 {
width: 200%;
}
#VISUAL .sliderSET ul.item3 li {
width: 16.66666%;
width: -webkit-calc(100% / 6);
width: calc(100% / 6);
float: left;
}
#VISUAL .sliderSET .sliderU ul.item3 {
animation: roopAnimeL 24s linear infinite;
}
#VISUAL .sliderSET .sliderD ul.item3 {
animation: roopAnimeR 24s linear infinite;
}
#VISUAL .sliderSET ul.item4 {
width: 266.66666%;
width: -webkit-calc(100% / 3 * 8);
width: calc(100% / 3 * 8);
}
#VISUAL .sliderSET ul.item4 li {
width: 12.5%;
float: left;
}
#VISUAL .sliderSET .sliderU ul.item4 {
animation: roopAnimeL 32s linear infinite;
}
#VISUAL .sliderSET .sliderD ul.item4 {
animation: roopAnimeR 32s linear infinite;
}
#VISUAL .sliderSET ul.item5 {
width: 333.333333%;
width: -webkit-calc(100% / 3 * 10);
width: calc(100% / 3 * 10);
}
#VISUAL .sliderSET ul.item5 li {
width: 10%;
float: left;
}
#VISUAL .sliderSET .sliderU ul.item5 {
animation: roopAnimeL 40s linear infinite;
}
#VISUAL .sliderSET .sliderD ul.item5 {
animation: roopAnimeR 40s linear infinite;
}
@keyframes roopAnimeL {
0% {transform: translateX(0);}
100% {transform: translateX(-50%);}
}
@keyframes roopAnimeR {
0% {transform: translateX(-50%);}
100% {transform: translateX(0%);}
}
#VISUAL .info {
margin: 0 15px;
padding: 30px 0;
}
#VISUAL .info h4 {
display: inline-block;
background-color: #3a3c40;
padding: 0 5px;
font-size: 4vw;
font-weight: 700;
line-height: 1.3;
color: #dcdcdc;
}
#VISUAL .info .hed {
margin-top: 7px;
font-size: 4.267vw;
line-height: 1.33;
}
#VISUAL .info .date {
margin-top: 7px;
font-size: 3.2vw;
line-height: 1.33;
color: #666;
font-family: 'Poppins', sans-serif;
letter-spacing: -0.1em;
}
#VISUAL .sns {
display: none;
}
@media (min-width: 768px) {
	#VISUAL  {
	position: relative;
	}
	#VISUAL .catch {
	left: 60px;
	font-size: 8.906vw;
	}
	#VISUAL .sliderU {
	margin: 0 150px 0 90px;
	width: auto;
	overflow: hidden;
	}
	#VISUAL .sliderD {
	margin: 0 90px 0 150px;
	width: auto;
	overflow: hidden;
	}
	#VISUAL .sliderU div,
	#VISUAL .sliderD div {
	margin: 0 -120px;
	}
	#VISUAL .info {
	margin: 0 60px;
	padding: 45px 0;
	}
	#VISUAL .info h4 {
	font-size: 16px;
	}
	#VISUAL .info .hed {
	margin-top: 13px;
	font-size: 20px;
	}
	#VISUAL .info .date {
	margin-top: 0;
	font-size: 12px;
	color: #666;
	}
	#VISUAL .sns {
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	list-style: none;
	font-size: 22px;
	}
	#VISUAL .sns li {
	padding-top: 15;
	}
	#VISUAL .sns li a {
	color: #3a3c40;
	}
	#VISUAL .sns li a:hover {
	color: #eaff00;
	}
}

#WORK {
position: relative;
background-color: #3a3c40;
}
#WORK .cont {
padding: 0 0 100px 0;
}
#WORK h2 {
position: absolute;
right: 15px;
top: 50px;
font-feature-settings: "pkna";
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
font-size: 5.333vw;
line-height: 1;
color: #fff;
}
#WORK .head {
padding: 45px 0 0 0;
z-index: 1;
}
#WORK .head .image {
position: absolute;
right: 0;
top: 300px;
width: 66.66%;
overflow: hidden;
border-radius: 5px 0 0 5px;
}
#WORK .head .image img {
display: block;
width: 100%;
height: auto;
}
#WORK .head .en {
position: relative;
margin: 0 15px 25px 15px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 13.333vw;
letter-spacing: -0.05em;
line-height: 1;
color: #717375;
z-index: 1;
}
#WORK .head .catch {
position: relative;
margin: 0 15px 130px 15px;
font-weight: 900;
font-size: 7.733vw;
line-height: 1.1;
color: #fff;
z-index: 1;
}
#WORK .head .lead {
margin: 0 15px;
font-weight: 700;
font-size: 4.8vw;
line-height: 1.61;
color: #fff;
}
#WORK .pickup {
padding: 65px 0 65px 0;
}
#WORK .pickup h3 {
margin: 0 15px 35px 15px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 10.667vw;
line-height: 1;
color: #717375;
}
#WORK .pickup .view {
position: relative;
overflow-x: auto;
overflow-y: hidden;
}
#WORK .pickup .list {
box-sizing: border-box;
padding: 0 15px;
width: 915px;
}
#WORK .pickup .block {
margin-right: 25px;
width: 275px;
float: left;
color: #fff;
}
#WORK .pickup .block img {
width: 100%;
height: auto;
}
#WORK .pickup .block:last-child {
margin-right: 0;
}
#WORK .pickup .en {
margin-top: -34px;
margin-bottom: 10px;
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 10.667vw;
line-height: 1;
letter-spacing: -0.01em;
}
#WORK .pickup h4 {
margin-bottom: 5px;
font-weight: 900;
font-size: 4.8vw;
line-height: 1.58;
}
#WORK .pickup .exp {
font-weight: 700;
font-size: 4.267vw;
line-height: 1.58;
}
#WORK .pickup ul {
margin-top: 20px;
list-style: none;
}
#WORK .pickup li {
float: left;
box-sizing: border-box;
border: solid 1px #fff;
border-radius: 25px;
margin-right: 10px;
padding: 0 15px;
font-weight: 400;
font-size: 3.2vw;
line-height: 23px;
}
#WORK .more {
position: relative;
margin: 0 15px;
font-weight: 900;
font-size: 5.333vw;
line-height: 52px;
}
#WORK .more::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #fff;
width: 100%;
height: 1px;
}
#WORK .more::after {
content: '';
box-sizing: border-box;
display: block;
position: absolute;
right: 0;
bottom: -3px;
border: solid 1px #fff;
border-radius: 50%;
width: 58px;
height: 58px;
}
#WORK .more a {
position: relative;
display: block;
height: 52px;
color: #fff;
z-index: 1;
}
#WORK .more a::before {
transform: rotate(25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 17px;
top: 50%;
background-color: #fff;
width: 20px;
height: 1px;
}
#WORK .more a::after {
transform: rotate(-25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 17px;
top: 50%;
background-color: #fff;
width: 20px;
height: 1px;
}
@media (min-width: 768px) {
	#WORK .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px 100px 40px;
	max-width: 1200px;
	}
	#WORK h2 {
	float: right;
	position: relative;
	right: inherit;
	top: inherit;
	font-size: 30px;
	}
	#WORK .head {
	padding: 85px 0 0 0;
	}
	#WORK .head .image {
	position: absolute;
	right: 0;
	top: 205px;
	width: 60%;
	height: 430px;
	background: url("../img/work_pht1.jpg") center center;
	background-size: cover;
	overflow: hidden;
	border-radius: 10px 0 0 10px;
	}
	#WORK .head .image img {
	display: none;
	}
	#WORK .head .en {
	margin: 0 0 15px 0;
	font-size: 100px;
	}
	#WORK .head .catch {
	margin: 0 0 90px 0;
	font-size: 40px;
	line-height: 1.3;
	}
	#WORK .head .lead {
	margin: 0;
	font-size: 20px;
	line-height: 1.7;
	}
	#WORK .pickup {
	margin: 0 -20px;
	padding: 95px 0 95px 0;
	}
	#WORK .pickup h3 {
	margin: 0 20px 40px 20px;
	font-size: 60px;
	}
	#WORK .pickup .view {
	overflow-x: hidden;
	overflow-y: hidden;
	}
	#WORK .pickup .list {
	padding: 0;
	width: 100%;
	}
	#WORK .pickup .block {
	box-sizing: border-box;
	margin-right: 0;
	padding: 0 20px;
	width: 33.333333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	}
	#WORK .pickup .block img {
	width: 100%;
	height: auto;
	}
	#WORK .pickup .en {
	margin-top: -27px;
	margin-bottom: 15px;
	font-size: 4.167vw;
	}
	#WORK .pickup h4 {
	margin-bottom: 5px;
	font-size: 18px;
	}
	#WORK .pickup .exp {
	font-size: 16px;
	line-height: 1.75;
	}
	#WORK .pickup ul {
	margin-top: 25px;
	}
	#WORK .pickup li {
	font-size: 12px;
	}
	#WORK .more {
	margin: 0;
	font-size: 40px;
	line-height: 80px;
	}
	#WORK .more::after {
	bottom: -17px;
	width: 115px;
	height: 115px;
	}
	#WORK .more a {
	height: 80px;
	}
	#WORK .more a::before {
	transition: all 0.5s ease;
	right: 35px;
	width: 40px;
	height: 2px;
	}
	#WORK .more a::after {
	transition: all 0.5s ease;
	right: 35px;
	width: 40px;
	height: 2px;
	}
	#WORK .more a:hover {
	color: #eaff00;
	}
	#WORK .more a:hover::before {
	animation: arrowWORK .5s;
	background-color: #eaff00;
	}
	#WORK .more a:hover::after {
	animation: arrowWORK .5s;
	background-color: #eaff00;
	}
}
@keyframes arrowWORK {
50% {right: 25px;opacity: 0;}
51% {right: 45px;opacity: 0;}
100% {right: 35px;opacity: 1;}
}
@media (min-width: 1200px) {
	#WORK .pickup .en {
	font-size: 50px;
	}
}

#PROPERTY {
position: relative;
background-color: #dcdcdc;
}
#PROPERTY .cont {
padding: 0 0 70px 0;
}
#PROPERTY h2 {
position: absolute;
right: 15px;
top: 50px;
font-feature-settings: "pkna";
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
font-size: 5.333vw;
line-height: 1;
color: #717375;
}
#PROPERTY .head {
position: relative;
padding: 45px 0 0 0;
z-index: 1;
}
#PROPERTY .head .en {
margin: 0 15px 25px 15px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 13.333vw;
letter-spacing: -0.05em;
line-height: 1;
color: #717375;
}
#PROPERTY .head .catch {
margin: 0 15px 35px 15px;
font-weight: 900;
font-size: 7.733vw;
line-height: 1.1;
color: #717375;
}
#PROPERTY .block {
padding: 25px 0 20px 0;
}
#PROPERTY .block:nth-child(1) {
background-color: #1d549b;
color: #fff;
}
#PROPERTY .block:nth-child(2) {
background-color: #fff;
color: #000;
}
#PROPERTY .hed {
margin-bottom: 20px;
text-align: center;
}
#PROPERTY .hed h3 {
margin-bottom: 3px;
font-weight: 700;
font-size: 6.667vw;
}
#PROPERTY .hed p {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 4.267vw;
}
#PROPERTY .image {
position: relative;
margin: 0 auto 30px auto;
border-radius: 50%;
width: 120px;
overflow: hidden;
}
#PROPERTY .image img {
display: block;
width: 120px;
height: auto;
opacity: 0.8;
}
#PROPERTY .image a {
display: block;
position: relative;
}
#PROPERTY .image a::before {
transform: rotate(30deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 34px;
top: 50%;
background-color: #fff;
width: 45px;
height: 3px;
z-index: 1;
}
#PROPERTY .image a::after {
transform: rotate(-30deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 34px;
top: 50%;
background-color: #fff;
width: 45px;
height: 3px;
z-index: 1;
}
#PROPERTY .logo {
margin-bottom: 15px;
}
#PROPERTY .logo img {
display: block;
margin: 0 auto;
width: auto;
height: 50px;
}
#PROPERTY .exp {
font-size: 3.733vw;
line-height: 1.73;
text-align: center;
}
@media (min-width: 768px) {
	#PROPERTY .cont {
	box-sizing: border-box;
	padding: 0 0 100px 0;
	}
	#PROPERTY h2 {
	float: right;
	position: relative;
	right: inherit;
	top: inherit;
	font-size: 30px;
	}
	#PROPERTY .head {
	box-sizing: border-box;
	padding: 85px 40px 0 40px;
	margin: 0 auto;
	max-width: 1200px;
	}
	#PROPERTY .head .en {
	position: relative;
	margin: 0 0 15px 0;
	font-size: 100px;
	z-index: 2;
	}
	#PROPERTY .head .catch {
	position: relative;
	margin: 0 0 60px 0;
	font-size: 40px;
	line-height: 1.3;
	z-index: 2;
	}
	#PROPERTY .list {
	display: flex;
	flex-wrap: wrap;
	}
	#PROPERTY .block {
	padding: 55px 0 55px 0;
	width: 50%;
	}
	#PROPERTY .hed {
	margin-bottom: 40px;
	text-align: center;
	}
	#PROPERTY .hed h3 {
	margin-bottom: 8px;
	font-size: 40px;
	}
	#PROPERTY .hed p {
	font-size: 24px;
	}
	#PROPERTY .image {
	transition: all 0.5s ease;
	position: relative;
	margin: 0 auto 40px auto;
	width: 170px;
	background: #000;
	}
	#PROPERTY .image:hover {
	transform: scale(1.1);
	}
	#PROPERTY .image img {
	width: 170px;
	}
	#PROPERTY .image a:hover img {
	opacity: 1;
	}
	#PROPERTY .image a::before {
	transition: all 0.5s ease;
	right: 55px;
	width: 55px;
	}
	#PROPERTY .image a::after {
	transition: all 0.5s ease;
	right: 55px;
	width: 55px;
	}
	#PROPERTY .image a:hover::before {
	animation: arrowPROPERTY .5s;
	background-color: #eaff00;
	}
	#PROPERTY .image a:hover::after {
	animation: arrowPROPERTY .5s;
	background-color: #eaff00;
	}
	#PROPERTY .logo {
	margin-bottom: 25px;
	}
	#PROPERTY .logo img {
	height: 72px;
	}
	#PROPERTY .exp {
	font-size: 14px;
	}
}
@keyframes arrowPROPERTY {
50% {right: 45px;opacity: 0;}
51% {right: 65px;opacity: 0;}
100% {right: 55px;opacity: 1;}
}

#STORE {
position: relative;
background-color: #eaff00;
}
#STORE .cont {
padding: 0 0 40px 0;
}
#STORE h2 {
position: absolute;
right: 15px;
top: 50px;
font-feature-settings: "pkna";
-webkit-writing-mode: vertical-rl;
-moz-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
-ms-writing-mode: vertical-rl;
writing-mode: vertical-rl;
font-size: 5.333vw;
line-height: 1;
color: #717375;
}
#STORE .head {
position: relative;
padding: 45px 0 0 0;
z-index: 1;
}
#STORE .head .en {
margin: 0 15px 25px 15px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 13.333vw;
letter-spacing: -0.05em;
line-height: 1;
color: #b5b5b5;
}
#STORE .head .catch {
margin: 0 15px 35px 15px;
font-weight: 900;
font-size: 7.733vw;
line-height: 1.1;
color: #000000;
}
#STORE .block {
margin: 0 0 50px 15px;
}
#STORE .block .hed {
position: relative;
margin-bottom: 10px;
height: 265px;
text-align: center;
color: #fff;
overflow: hidden;
}
#STORE .block .hed a {
color: #fff;
}
#STORE .block .hed::before {
background-position: center center;
background-size: cover;
}
#STORE .block:nth-child(1) .hed::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-image: url("../img/stor_pht1.jpg");
width: 100%;
height: 100%;
}
#STORE .block:nth-child(2) .hed::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-image: url("../img/stor_pht2.jpg");
width: 100%;
height: 100%;
}
#STORE .block:nth-child(2) .hed:hover {
cursor: pointer;
}
#STORE .block:nth-child(2) .hed::after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
background-color: rgba(0,0,0,0.2);
width: 100%;
height: 100%;
}
#STORE .hed div {
transform: translateY(-50%) translateX(-50%);
position: absolute;
left: 50%;
top: 50%;
}
#STORE .hed h3 {
font-weight: 700;
font-size: 8vw;
}
#STORE .hed p {
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 5.333vw;
}
#STORE .exp {
font-weight: 700;
font-size: 4.8vw;
line-height: 1.63;
}
#STORE .more {
position: relative;
margin: 20px 15px 0 0;
font-weight: 900;
font-size: 5.333vw;
line-height: 52px;
}
#STORE .more::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #000;
width: 100%;
height: 1px;
}
#STORE .more::after{
content: '';
box-sizing: border-box;
display: block;
position: absolute;
right: 0;
bottom: -3px;
border: solid 1px #000;
border-radius: 50%;
width: 58px;
height: 58px;
}
#STORE .more a {
position: relative;
display: block;
height: 52px;
color: #000;
z-index: 1;
}
#STORE .more a::before {
transform: rotate(25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 17px;
top: 50%;
background-color: #000;
width: 20px;
height: 1px;
}
#STORE .more a::after {
transform: rotate(-25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 17px;
top: 50%;
background-color: #000;
width: 20px;
height: 1px;
}
@media (min-width: 768px) {
	#STORE .cont {
	box-sizing: border-box;
	padding: 0 0 100px 0;
	}
	#STORE h2 {
	float: right;
	position: relative;
	right: inherit;
	top: inherit;
	font-size: 30px;
	}
	#STORE .head {
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	padding: 85px 40px 0 40px;
	max-width: 1200px;
	}
	#STORE .head .en {
	margin: 0 0 15px 0;
	font-size: 100px;
	}
	#STORE .head .catch {
	position: absolute;
	right: 100px;
	top: 85px;
	margin: 0 0 0 0;
	font-feature-settings: "pkna";
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size: 40px;
	line-height: 1.3;
	white-space: nowrap;
	}
	#STORE .list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 40px;
	}
	#STORE .block {
	box-sizing: border-box;
	margin: 0 0 0 0;
	padding: 55px 0 55px 10px;
	width: 50%;
	}
	#STORE .block .hed {
	position: relative;
	margin-bottom: 10px;
	height: 490px;
	}
	#STORE .block .hed::before,
	#STORE .block .hed::after {
	transition: all 0.5s ease;
	}
	#STORE .block:nth-child(2) .hed:hover::before {
	transform: scale(1.1);
	}
	#STORE .block .hed:hover::after {
	opacity: 0;
	}
	#STORE .hed h3 {
	font-size: 40px;
	}
	#STORE .hed p {
	font-size: 30px;
	}
	#STORE .exp {
	font-size: 18px;
	line-height: 1.46;
	}
	#STORE .more {
	position: relative;
	margin: 110px 15px 0 0;
	font-size: 40px;
	line-height: 80px;
	}
	#STORE .more::after {
	bottom: -17px;
	width: 115px;
	height: 115px;
	}
	#STORE .more a {
	height: 80px;
	}
	#STORE .more a::before {
	right: 35px;
	width: 40px;
	height: 2px;
	}
	#STORE .more a::after {
	right: 35px;
	width: 40px;
	height: 2px;
	}
	#STORE .more a:hover {
	color: #768000;
	}
	#STORE .more a:hover::before {
	animation: arrowWORK .5s;
	}
	#STORE .more a:hover::after {
	animation: arrowWORK .5s;
	}
}

#INFO {
position: relative;
background-color: #dcdcdc;
}
#INFO .cont {
padding: 0 0 70px 0;
}
#INFO .head {
position: relative;
padding: 45px 0 0 0;
z-index: 1;
}
#INFO .head .en {
margin: 0 15px 10px 15px;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 10.667vw;
letter-spacing: -0.05em;
line-height: 1;
color: #000;
}
#INFO .head h2 {
margin: 0 15px 35px 15px;
font-weight: 900;
font-size: 5.333vw;
line-height: 1.1;
color: #000;
}
#INFO .head .more {
position: absolute;
right: 15px;
bottom: 0;
font-weight: 700;
font-size: 4vw;
line-height: 2;
}
#INFO .head .more::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background-color: #000;
width: 100%;
height: 1px;
}
#INFO .head .more a {
display: block;
padding-right: 30px;
}
#INFO .head .more a::before {
transform: rotate(25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 0;
top: 50%;
background-color: #000;
width: 15px;
height: 1px;
}
#INFO .head .more a::after {
transform: rotate(-25deg);
transform-origin: 100% 50%;
content: '';
display: block;
position: absolute;
right: 0;
top: 50%;
background-color: #000;
width: 15px;
height: 1px;
}
#INFO .list {
border-top: solid 1px #000;
margin: 0 15px;
}
#INFO .block {
border-bottom: solid 1px #000;
padding: 20px 0;
}
#INFO .image {
float: left;
width: 90px;
}
#INFO .image img {
display: block;
border-radius: 5px;
width: 90px;
height: auto;
}
#INFO .pack {
margin-left: 110px;
}
#INFO .date {
margin-bottom: 5px;
font-size: 3.467vw;
font-family: 'Poppins', sans-serif;
letter-spacing: -0.03em;
}
#INFO .date span {
margin-left: 15px;
color: #666;
}
#INFO .hed {
font-size: 3.6vw;
line-height: 1.37;
}
@media (min-width: 768px) {
	#INFO .cont {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 40px 100px 40px;
	max-width: 1200px;
	}
	#INFO .head {
	padding: 85px 0 20px 0;
	}
	#INFO .head .en {
	margin: 0 0 10px 0;
	font-size: 70px;
	}
	#INFO .head h2 {
	margin: 0 0 35px 0;
	font-size: 30px;
	}
	#INFO .head .more {
	right: 0;
	top: 100px;
	bottom: inherit;
	font-size: 30px;
	}
	#INFO .head .more a {
	padding-right: 40px;
	}
	#INFO .head .more a::before {
	width: 20px;
	height: 2px;
	}
	#INFO .head .more a::after {
	width: 20px;
	height: 2px;
	}
	#INFO .more a:hover {
	color: #666;
	}
	#INFO .more a:hover::before {
	animation: arrowINFO .5s;
	}
	#INFO .more a:hover::after {
	animation: arrowINFO .5s;
	}
	#INFO .list {
	margin: 0;
	}
	#INFO .block {
	padding: 20px 10px;
	}
	#INFO .image {
	width: 180px;
	}
	#INFO .image img {
	border-radius: 10px;
	width: 180px;
	}
	#INFO .pack {
	margin-left: 260px;
	padding-top: 10px;
	}
	#INFO .date {
	margin-bottom: 10px;
	font-size: 16px;
	}
	#INFO .date span {
	background-color: #eaff00;
	margin-left: 15px;
	padding: 0 5px;
	color: #000;
	}
	#INFO .hed {
	font-size: 18px;
	line-height: 1.37;
	}
}
@keyframes arrowINFO {
50% {right: -10px;opacity: 0;}
51% {right: 10px;opacity: 0;}
100% {right: 0;opacity: 1;}
}