@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&display=swap');

/*================================

serif

================================*/

.serif {
                font-family: 'Cormorant Garamond', 'Noto Serif JP', serif;
                }

/*================================

common

================================*/

html, body {
	position: relative;
	height: 100%;
	}

.sp{	display: none !important;	}
@media screen and (max-width: 768px) {
.sp{	display: block !important;	}
	}

.pc{	display: block !important;	}
@media screen and (max-width: 768px) {
.pc{	display: none !important;	}
	}

.spi{	display: none;	}
@media screen and (max-width: 768px) {
.spi{	display: inline;	}
	}

.pci{	display: inline;	}
@media screen and (max-width: 768px) {
.pci{	display: none;	}
	}

html, body, svg{
	margin: 0;
	padding: 0;
	}

* {
	box-sizing: border-box;
	}

a{
	color: #000;
	text-decoration: none;
	}

a:focus, *:focus {
	outline: none;
	}

a.telLink{
	pointer-events: none;
	}
@media screen and (max-width: 1024px) {
a.telLink{
	pointer-events: auto;
	}
	}

img{
	vertical-align: bottom;
	}

ul, li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	}

h1,h2,h3,h4,h5,p{
                line-height: 1em;
                }

/*================================

body

=================================*/

body{
	font-family: 'Noto Sans JP',sans-serif;
                font-weight: 300;
                font-style: normal;
	font-size: 15px;
	font-size: 1rem;
	line-height: 1em;
	color: #000;
	position: relative;
	height: auto;
	margin: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

body.index {background-color: #A0C9E3;}
body.brand {background-color: #D9D4C3;}
body.store {background-color: #E67F60;}
body.history {background-color: #A1B2A1;}
body.recruit {background-color: #fff;}
body.company {background-color: #A0C9E3;}

body{
                visibility: hidden;
                }
body.visible{
                visibility: visible;
                }

/*================================

intro

=================================*/

.loading {
                width: 100vw;
                height: 100svh;
                transition: all 1.5s;
                position: fixed;
                top: 0;
                left: 0;
                z-index: 11;
                opacity: 1;
                visibility: visible;
                }

body.index .loading { background-color: #A0C9E3; }
body.brand .loading {background-color: #D9D4C3;}
body.store .loading {background-color: #E67F60;}
body.history .loading {background-color: #A1B2A1;}
body.recruit .loading {background-color: #fff;}
body.company .loading {background-color: #A0C9E3;}

.loading.is-active {
                opacity: 0;
                visibility: hidden;
                }

.loading .loading-animation {
                width: 100vw;
                height: 100svh;
                background-color: #A0C9E3;
                z-index: 9999;
                display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                visibility: hidden;
                }

.loading .loading-animation.is-active {
                transition: all 1.5s;
                opacity: 1;
                visibility: visible;
                }

.loading .loading-animation.no-active {
                transition: all 1.5s;
	transition-delay: 2s;
                opacity: 0;
                visibility: hidden;
                }

.loading .loading-animation img{
                width: 40vw;
                height: auto;
                }
@media screen and (max-width: 1024px) {
.loading .loading-animation img{
                width: 50vw;
                }
	}
@media screen and (max-width: 768px) {
.loading .loading-animation img{
                transform:rotate(90deg);
                height: 4vh;
                width: auto;
                }
	}


/*================================

nav

=================================*/

nav{
	z-index: 12;
	display: flex;
	width: 80px;
	height: 100vh;
	position: fixed;
                top: 0;
                left: 0;
                border-right: 1px solid rgba(0, 0, 0, .5);
	}

@media screen and (max-width: 1024px) {
nav{
	width: 100%;
	height: 50px;
	justify-content: flex-start;
                border: none !important;
	}
	}

nav .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	width: 80px;
	height: 100vh;
	}
@media screen and (max-width: 1024px) {
nav .logo{
	width: 180px;
                height: 100%;
                margin-left: 2.8%;
	}
	}
@media screen and (max-width: 768px) {
nav .logo{
                margin-left: 5%;
	}
	}

nav .logo h1{
	width: 280px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../images/logo-coltd.svg');
	background-position: center;
                background-repeat: no-repeat;
	background-size: contain;
                transform:rotate(90deg);
	text-indent: 1000%;
	white-space: nowrap;
	cursor: pointer;
	}
@media screen and (max-width: 1024px) {
nav .logo h1{
	width: 180px;
	background-size: 100%;
	background-position: left center;
                transform:rotate(0);
	}
	}


/*================================

navbar_toggle

=================================*/

nav .drawer{
                position: absolute;
                top:0; 
                left: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	cursor: pointer;
	}
@media screen and (max-width: 1024px) {
nav .drawer{
                left: auto;
                right: 0;
	flex-direction: column;
	width: 50px;
	height: 50px;
	}
	}

nav .drawer .navbar_toggle{
	}

nav .drawer .navbar_toggle .navbar_toggle_icon {
	position: relative;
	display: inline-block;
	width: 1px;
	height: 40px;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: transform ease .2s;
	transition: transform ease .2s;
	}
@media screen and (max-width: 1024px) {
nav .drawer .navbar_toggle .navbar_toggle_icon {
	position: relative;
	display: block;
	width: 25px;
	height: 1px;
	}
	}

nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	-webkit-transform: translateX(2px) rotate(45deg);
	transform: translateX(2px) rotate(45deg);
	}
nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateX(-3px) rotate(-45deg);
	transform: translateX(-3px) rotate(-45deg);
	}
@media screen and (max-width: 1024px) {
nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(1) {
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
	}
nav .drawer .navbar_toggle .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	}
nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	-webkit-transform: translateY(1px) rotate(45deg);
	transform: translateY(1px) rotate(45deg);
	}
nav .drawer .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(0px) rotate(-45deg);
	transform: translateY(0px) rotate(-45deg);
	}
	}


/*================================

menu

=================================*/

.menu{
	position: fixed;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 11;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100dvh;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-webkit-transition: transform ease 1s;
	transition: transform ease 1s;
	border-right: 1px solid rgba(0, 0, 0, .5);
	box-sizing: border-box;
	}
@media screen and (max-width: 1024px) {
.menu{
	-webkit-transform: translateY(0);
	transform: translateY(0);
	top: -100vh;
	left: 0;
	width: 100%;
	height: 100dvh;
	-webkit-transition: transform ease .6s;
	border-right: none;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	}
	}

/**/
body.index .menu{background-color: #A0C9E3;}
body.brand .menu{background-color: #D9D4C3;}
body.store .menu{background-color: #E67F60;}
body.history .menu{background-color: #A1B2A1;}
body.recruit .menu{background-color: #fff;}
body.company .menu{background-color: #A0C9E3;}

.menu.open {
	-webkit-transform:translateX(100%);
	transform:translateX(100%);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	box-sizing: content-box;
	}
@media screen and (max-width: 1024px) {
.menu.open {
	-webkit-transform:translateY(100vh);
	transform:translateY(100vh);
	}
	}

.menu .ulw {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 80px);
	height: 100%;
                }
@media screen and (max-width: 1024px) {
.menu .ulw {
	width: 100%;
                }
	}

.menu .ulb {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
                }
@media screen and (max-width: 1024px) {
.menu .ulb {
                }
	}

.menu .ulb ul {
                font-size: 3vw;
                }
@media screen and (max-width: 1024px) {
.menu .ulb ul {
                font-size: 5vw;
                }
	}
@media screen and (max-width: 768px) {
.menu .ulb ul {
                font-size: 8vw;
                }
	}

.menu .ulb ul li {
                line-height: 1.5em;
                }

.menu .ulb ul.rt1 li ul{
                margin-top: 1.5rem;
                padding-left: 0;
                }

.menu .ulb ul.rt1 li ul li{
                font-size: 1.3vw;
                line-height: 1.6em;
	position: relative;
	}
@media screen and (max-width: 1024px) {
.menu .ulb ul.rt1 li ul li{
                font-size: 1.5vw;
	}
	}
@media screen and (max-width: 768px) {
.menu .ulb ul.rt1 li ul li{
                font-size: 3.5vw;
	}
	}

.menu .ulb ul.rt2 li ul{
                margin-top: .5rem;
                padding-left: 0;
                }
@media screen and (max-width: 768px) {
.menu .ulb ul.rt2 li ul{
                margin-top: 0;
                }
	}

.menu .ulb ul.rt2 li ul li{
                padding-left: 2.5rem;
                font-size: 1.8vw;
                line-height: 1.8em;
	position: relative;
	}
@media screen and (max-width: 1024px) {
.menu .ulb ul.rt2 li ul li{
                font-size: 2.5vw;
	}
	}
@media screen and (max-width: 768px) {
.menu .ulb ul.rt2 li ul li{
                padding-left: 2.2rem;
                font-size: 4.5vw;
	}
	}

.menu .ulb ul.rt2 li ul li:after{
	content: "";
	position: absolute;
                top: 50%;
                left: 1rem;
                width: .7rem;
                height: 1px;
                border-bottom: 1px solid rgba(0, 0, 0, .5);
	}

.menu .ulb ul li a p {
                position: relative;
                display: inline-block;
                }

.menu .ulb ul li a p::after {
                position: absolute;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #000;
                bottom: .1em;
                transform: scale(0, 1);
                transform-origin: left top;
                transition: transform 0.3s;
                }

.menu .ulb ul li a:hover p::after {
                transform: scale(1, 1);
                }

.menu .ulb ul.rt2{
                padding-left: 8vw;
	}

/*================================

masthead

=================================*/

#masthead{
                position: fixed;
                top: 0;
                left: 80px;
                width: calc((100% - 80px)*3/10);
                min-height: 100svh;
                display: flex;
                overflow:hidden;
                border-right: 1px solid rgba(0, 0, 0, .5);
                }
.brand #masthead{
                border-right: none !important;
                }
.store #masthead{
                border-right: none !important;
                }
.history #masthead{
                border-right: none !important;
                }
.company #masthead{
                border-right: none !important;
                }
.recruit-top #masthead{
                border-right: none !important;
                }
.message #masthead{
                border-right: none !important;
                }
.philosophy #masthead{
                border-right: none !important;
                }
.careerplan #masthead{
                border-right: none !important;
                }
.interview #masthead{
                border-right: none !important;
                }
@media screen and (max-width: 1024px) {
#masthead{
                left: 0;
                width: 40%;
                }
	}
@media screen and (max-width: 768px) {
#masthead{
                width: 100%;
                height: 100svh;
                border-right: none !important;
                }
	}

#masthead h2{
                position: absolute;
                top: calc(50% - .5em);
                left: 5%;
                font-size: 4.5vw;
                line-height: 1em;
                color: #000;
                }
body.philosophy #masthead h2{
                font-size: 4vw;
                }
body.careerplan #masthead h2{
                top: calc(50% - 1.2em);
                }
body.company #masthead h2{
                font-size: 4vw;
                }
body.brand #masthead.aw23 h2{
                color: #fff;
                }
@media screen and (max-width: 1024px) {
#masthead h2{
                font-size: 6vw;
                }
body.philosophy #masthead h2,
body.company #masthead h2{
                font-size: 5vw;
                }
	}
@media screen and (max-width: 768px) {
#masthead h2{
                /*top: 10%;*/
                font-size: 15vw;
                }
body.entry #masthead h2,
body.jobs #masthead h2,
body.people #masthead h2{
                top: 11%;
                font-size: 14vw;
                }
body.philosophy #masthead h2,
body.company #masthead h2{
                font-size: 14vw;
                }
	}

body.interview #masthead h2{
                color: #fff;
	}

#masthead h2 span{
                display: block;
                font-size: .3em;
                line-height: 1em;
                }

#masthead .scrolldown{
                display: none;
                }
@media screen and (max-width: 768px) {
#masthead .scrolldown{
                display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 50px;
                }
body.recruit #masthead .scrolldown{
	bottom: 30px;
	bottom: 85px;
                }
	}

#masthead .scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 50px;
	background: #000;
	animation: pathmove2 1.4s ease-in-out infinite;
	opacity:0;
                }

@keyframes pathmove2{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	60%{
	                background: #fff;
	}
	100%{
		height:50px;
		top:50px;
		opacity: 0;
	                background: #fff;
	}
                }


/*================================

openentry

=================================*/

#openentry {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 10px;
	left: calc((((100% - 80px)*3/10)*0.05) + 80px);
	width: calc(((100% - 80px)*3/10)*0.9);
	background-color: #0084ea;
	height: 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, .5);
	z-index: 1;
	-webkit-transition: background-color .5s;
	-ms-transition: background-color .5s;
	transition: background-color .5s;
	}
@media screen and (max-width: 1024px) {
#openentry{
	left: 2%;
	width: 36%;
	height: 50px;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	z-index: 2;
	}
	}
@media screen and (max-width: 768px) {
#openentry{
	left: 5%;
	width: 90%;
	}
	}

#openentry::after {
	position: absolute;
	right: 20px;
	content: '+';
                font-size: 1.8rem;
                color: #fff;
	}

#openentry a {
                width: 100%;
                height: 100%;
                display: flex;
	align-items: center;
	justify-content: center;
                }

#openentry p {
                line-height: 1em;
                color: #fff;
                font-weight: 400;
                }

#openentry:hover {
                background-color: #fff;
                }

#openentry:hover p{
                color: #000;
                }

#openentry:hover::after{
                color: #000;
                }


/*================================

slider

=================================*/

.slider.mast-head {
                width: 100%;
                height: 100svh;
                margin-inline: auto;
                overflow: hidden;
                pointer-events: none;
                }
.slider.mast-head .slick-list {
                width: 100%;
                height: 100%;
                }
.slider.mast-head .slick-track {
                width: 100%;
                height: 100%;
                }
.slider.mast-head .slick-img {
                width: 100%;
                height: 100svh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
                }

.brand .slider.mast-head.aw23 .slick-img:first-child {
	background-image: url(../obj/brands_main-2023aw-01.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(2) {
	background-image: url(../obj/brands_main-2023aw-02.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(3) {
	background-image: url(../obj/brands_main-2023aw-03.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(4) {
	background-image: url(../obj/brands_main-2023aw-04.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(5) {
	background-image: url(../obj/brands_main-2023aw-05.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(6) {
	background-image: url(../obj/brands_main-2023aw-06.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(7) {
	background-image: url(../obj/brands_main-2023aw-07.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(8) {
	background-image: url(../obj/brands_main-2023aw-08.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(9) {
	background-image: url(../obj/brands_main-2023aw-09.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(10) {
	background-image: url(../obj/brands_main-2023aw-10.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(11) {
	background-image: url(../obj/brands_main-2023aw-11.jpg);
                }
.brand .slider.mast-head.aw23 .slick-img:nth-child(12) {
	background-image: url(../obj/brands_main-2023aw-12.jpg);
                }

.brand .slider.mast-head.ss24 .slick-img:first-child {
	background-image: url(../obj/brands_main-2024ss-01.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(2) {
	background-image: url(../obj/brands_main-2024ss-02.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(3) {
	background-image: url(../obj/brands_main-2024ss-03.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(4) {
	background-image: url(../obj/brands_main-2024ss-04.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(5) {
	background-image: url(../obj/brands_main-2024ss-05.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(6) {
	background-image: url(../obj/brands_main-2024ss-06.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(7) {
	background-image: url(../obj/brands_main-2024ss-07.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(8) {
	background-image: url(../obj/brands_main-2024ss-08.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(9) {
	background-image: url(../obj/brands_main-2024ss-09.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(10) {
	background-image: url(../obj/brands_main-2024ss-10.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(11) {
	background-image: url(../obj/brands_main-2024ss-11.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(12) {
	background-image: url(../obj/brands_main-2024ss-12.jpg);
                }
.brand .slider.mast-head.ss24 .slick-img:nth-child(13) {
	background-image: url(../obj/brands_main-2024ss-13.jpg);
                }


.store .slider.mast-head .slick-img:first-child {
	background-image: url(../obj/store_main-01.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(2) {
	background-image: url(../obj/store_main-02.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(3) {
	background-image: url(../obj/store_main-03.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(4) {
	background-image: url(../obj/store_main-04.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(5) {
	background-image: url(../obj/store_main-05.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(6) {
	background-image: url(../obj/store_main-06.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(7) {
	background-image: url(../obj/store_main-07.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(8) {
	background-image: url(../obj/store_main-08.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(9) {
	background-image: url(../obj/store_main-09.jpg);
                }
.store .slider.mast-head .slick-img:nth-child(10) {
	background-image: url(../obj/store_main-10.jpg);
                }

.history .slider.mast-head .slick-img:first-child {
	background-image: url(../obj/history_main-00.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(2) {
	background-image: url(../obj/history_main-01.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(3) {
	background-image: url(../obj/history_main-02.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(4) {
	background-image: url(../obj/history_main-03.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(5) {
	background-image: url(../obj/history_main-04.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(6) {
	background-image: url(../obj/history_main-05.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(7) {
	background-image: url(../obj/history_main-06.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(8) {
	background-image: url(../obj/history_main-07.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(9) {
	background-image: url(../obj/history_main-08.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(10) {
	background-image: url(../obj/history_main-09.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(11) {
	background-image: url(../obj/history_main-10.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(12) {
	background-image: url(../obj/history_main-11.jpg?0227);
                }
.history .slider.mast-head .slick-img:nth-child(13) {
	background-image: url(../obj/history_main-12.jpg?0227);
                }

.recruit-top .slider.mast-head .slick-img:first-child {
	background-image: url(../obj/recruit_main-01.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(2) {
	background-image: url(../obj/recruit_main-02.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(3) {
	background-image: url(../obj/recruit_main-03.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(4) {
	background-image: url(../obj/recruit_main-04.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(5) {
	background-image: url(../obj/recruit_main-05.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(6) {
	background-image: url(../obj/recruit_main-06.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(7) {
	background-image: url(../obj/recruit_main-07.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(8) {
	background-image: url(../obj/recruit_main-08.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(9) {
	background-image: url(../obj/recruit_main-09.jpg);
                }
.recruit-top .slider.mast-head .slick-img:nth-child(10) {
	background-image: url(../obj/recruit_main-10.jpg);
                }

.careerplan .slider.mast-head .slick-img:first-child {
	background-image: url(../obj/careerplan_main.jpg);
                }

.company .slider.mast-head .slick-img:first-child {
	background-image: url(../obj/company_main.jpg);
                }

.message .slider.mast-head .slick-img:first-child {
	background-image: url(../obj/message_main.jpg);
                }

.philosophy .slider.mast-head .slick-img:first-child {
	background-image: url(../obj/philosophy_main.jpg);
                }

@keyframes zoomUp {
                0% {
                                transform: scale(1.1);
                }
                100% {
                                transform: scale(1);
                }
                }
.add-animation {
                animation: zoomUp 10s linear 0s normal both;
                }


/*================================

container

=================================*/

#container {
	pointer-events: none;
                }
@media screen and (max-width: 768px) {
#container {
                /*padding-top: 100svh;*/
                }
	}


/*================================

main

=================================*/

main{
                position: relative;
                width: 100%;
                display: flex;
                align-items: flex-start;
                justify-content: flex-end;
                flex-wrap: nowrap;
                }
@media screen and (max-width: 768px) {
main{
                position: relative;
                width: 100%;
                display: block;
                }
	}


/*================================

contents

=================================*/

main #contents{
                position: relative;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                }
@media screen and (max-width: 768px) {
main #contents{
                margin-top: 100svh;
                position: relative;
                width: 100%;
                border-top: 1px solid rgba(0, 0, 0, .5);
                }
body.index main #contents{
                margin-top: 0;
                border-top: none;
                }
body.people main #contents{
                margin-top: max(25svh, 35svw);
                }
body.entry main #contents{
                margin-top: max(25svh, 35svw);
                }
body.jobs main #contents{
                margin-top: max(25svh, 35svw);
                }
body.company main #contents{
                border-top: none;
                }
body.store main #contents{
                border-top: none;
                }
body.history main #contents{
                border-top: none;
                }
body.brand main #contents{
                border-top: none;
                }
body.philosophy main #contents{
                border-top: none;
                }
body.message main #contents{
                border-top: none;
                }
body.careerplan main #contents{
                border-top: none;
                }
body.interview main #contents{
                border-top: none;
                }
	}

/*================================

box::INDEX

=================================*/

main #contents .box{
                position: relative;
                width: 100%;
                height: 100svh;
                display: flex;
                overflow: hidden;
	pointer-events: auto;
                }

main #contents .box:nth-child(2){
                background-color: #D9D4C3;
                }
main #contents .box:nth-child(3){
                background-color: #E67F60;
                }
main #contents .box:nth-child(4){
                background-color: #A1B2A1;
                }
main #contents .box:nth-child(5){
                background-color: #fff;
                }

main #contents .box a{
                width: 100%;
                height: 100%;
                display: flex;
                }

main #contents .box div.outer{
                width: calc((100% - 80px)*7/10);
                min-height: 100svh;
                display: flex;
                flex-direction: column;
	align-items: center;
	justify-content: center;
                margin-left: calc(((100% - 80px)*3/10) + 80px);
                overflow: hidden;
                }
@media screen and (max-width: 768px) {
main #contents .box div.outer{
                width: 100%;
                margin-left: 0;
                }
	}

main #contents .box div .inner{
                width: 80%;
                margin-left: 20%;
                }
main #contents .box div .inner._topmain{
                width: 90%;
                margin-left: 10%;
                }
@media screen and (max-width: 1024px) {
main #contents .box div .inner{
                width: 90%;
                margin-left: 0;
                margin-top: 5%;
                }
main #contents .box div .inner._topmain{
                width: 90%;
                margin-left: 0;
                margin-top: 10%;
                }
	}

main #contents .box div .inner h2{
                font-size: clamp(2rem, 5vw, 5rem);
                letter-spacing: -.02em;
                }
@media screen and (max-width: 1024px) {
main #contents .box div .inner h2{
                font-size: clamp(2rem, 6vw, 5rem);
                }
	}
@media screen and (max-width: 768px) {
main #contents .box div .inner h2{
                font-size: clamp(2rem, 10vw, 4rem);
                line-height: 1em;
                letter-spacing: -.02em;
                }
	}

main #contents .box div .inner h4{
                font-size: 5vw;
                letter-spacing: -.05em;
                position: relative;
                display: inline;
                }
@media screen and (max-width: 1024px) {
main #contents .box div .inner h4{
                font-size: 7vw;
                }
	}
@media screen and (max-width: 768px) {
main #contents .box div .inner h4{
                font-size: 15vw;
                }
	}

main #contents .box a .inner h4:after{
                position: absolute;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #000;
                bottom: .2em;
                transform: scale(0, 1);
                transform-origin: left top;
                transition: transform .7s;
                }

main #contents .box a:hover .inner h4:after {
                transform: scale(1, 1);
                }

main #contents .box div .inner p{
                font-size: 1vw;
                font-weight: 300;
                margin-top: .5em;
                text-indent: .3em;
                }
@media screen and (max-width: 1024px) {
main #contents .box div .inner p{
                font-size: 1rem;
                }
	}
@media screen and (max-width: 768px) {
main #contents .box div .inner p{
                font-size: 1rem;
                }
	}

main #contents .box:first-child div .inner p{
                font-size: clamp(1rem, 1.5vw, 3rem);
                font-weight: 300;
                margin-top: .5em;
                text-indent: 0;
                }
@media screen and (max-width: 1024px) {
main #contents .box:first-child div .inner p{
                font-size: clamp(1rem, 2.5vw, 4rem);
                }
	}
@media screen and (max-width: 768px) {
main #contents .box:first-child div .inner p{
                font-size: clamp(1rem, 4vw, 3rem);
                margin-top: 1em;
                margin-left: .3em;
                }
	}

main #contents .box div .inner div{
                font-size: 1.2rem;
                line-height: 1.5em;
                margin-top: 3em;
                }
@media screen and (max-width: 1024px) {
main #contents .box div .inner div{
                font-size: 1.1rem;
                margin-top: 2em;
                }
	}
@media screen and (max-width: 768px) {
main #contents .box div .inner div{
                margin-top: 3em;
                font-size: 1rem;
                }
	}

main #contents .box .scrolldown{
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 50px;
                }

main #contents .box .scrolldown::after{
	content: "";
	position: absolute;
	top: 0;
	width: 1px;
	height: 50px;
	background: #000;
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
                }

@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	                background: #000;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	60%{
	                background: #fff;
	}
	100%{
		height:50px;
		top:50px;
		opacity: 0;
	}
                }


/*================================

pack::PAGE

=================================*/

main #contents .pack{
                position: relative;
                width: 100%;
                }

@media screen and (max-width: 768px) {
body.index main #contents .pack{background-color: #A0C9E3;}
body.brand main #contents .pack{background-color: #D9D4C3;}
body.store main #contents .pack{background-color: #E67F60;}
body.history main #contents .pack{background-color: #A1B2A1;}
body.recruit main #contents .pack{background-color: #fff;}
body.company main #contents .pack{background-color: #A0C9E3;}
	}


/*================================

firstview::PAGE

=================================*/

main #contents .pack section {
                width: calc((100% - 80px)*7/10);
                display: flex;
                flex-direction: column;
	align-items: center;
	justify-content: center;
                margin-left: calc(((100% - 80px)*3/10) + 80px);
                overflow: hidden;
	pointer-events: auto;
                }
@media screen and (max-width: 1024px) {
main #contents .pack section{
                width: 60%;
                margin-left: 40%;
                }
	}
@media screen and (max-width: 768px) {
main #contents .pack section{
                width: 100%;
                margin-left: 0;
                }
	}

main #contents .pack section.firstview {
                position: relative;
                height: 100svh;
                }
@media screen and (max-width: 768px) {
main #contents .pack section.firstview {
                height: 70svh;
                }
	}

main #contents .pack section.rack {
                height: 50svh;
                border-top: 1px solid rgba(0, 0, 0, .5);
                }

main #contents .pack section.rack:last-child {
                border-bottom: 1px solid rgba(0, 0, 0, .5);
                }

main #contents .pack section.rack a{
                width: 100%;
                height: 100%;
                display: flex;
	align-items: center;
	justify-content: center;
                }

main #contents .pack section .inner{
                width: 60%;
                height: 100%;
                max-width: 700px;
                display: flex;
                flex-direction: column;
	align-items: flex-start;
	justify-content: center;
                }
@media screen and (max-width: 1024px) {
main #contents .pack section .inner{
                width: 90%;
                max-width: 90%;
                }
	}

main #contents .pack section.rack .inner h4{
                font-size: clamp(1.7rem, 4.5vw, 4rem);
                letter-spacing: -.05em;
                position: relative;
                }
@media screen and (max-width: 1024px) {
main #contents .pack section.rack .inner h4{
                font-size: 6vw;
                }
	}
@media screen and (max-width: 768px) {
main #contents .pack section.rack .inner h4{
                font-size: 11vw;
                }
	}

main #contents .pack section.rack a .inner h4:after{
                position: absolute;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #000;
                bottom: .1em;
                transform: scale(0, 1);
                transform-origin: left top;
                transition: transform .4s;
                }

main #contents .pack section.rack a:hover .inner h4:after {
                transform: scale(1, 1);
                }

main #contents .pack section.rack .inner p{
                font-size: 1rem;
                font-weight: 300;
                margin-top: .5em;
                text-indent: .3em;
                }
@media screen and (max-width: 768px) {
main #contents .pack section.rack .inner p{
                font-size: 1rem;
                }
	}

/*normal*/
main #contents .pack section.normal {
                }

main #contents .pack section.normal .inner{
                display: block;
                width: 60%;
                }
@media screen and (max-width: 1024px) {
main #contents .pack section.normal .inner{
                width: 90%;
                }
	}


/*================================

footer

=================================*/

footer{
                /*padding-top: 30vh;*/
                }
@media screen and (max-width: 768px) {
footer{
                padding-top: 30svh;
                }
	}

.footer{
                width: calc((100% - 80px)*7/10);
                min-height: 100svh;
                display: flex;
                flex-direction: column;
	align-items: center;
	justify-content: center;
                margin-left: calc(((100% - 80px)*3/10) + 80px);
                overflow: hidden;
                }
@media screen and (max-width: 1024px) {
.footer{
                width: 60%;
                margin-left: 40%;
                }
	}
@media screen and (max-width: 768px) {
.footer{
                width: 100%;
                margin-left: 0;
                padding-bottom: 3rem;
                }
.index .footer{
                padding-bottom: 0;
                }
	}

body.index .footer{background-color: #A0C9E3;}
body.brand .footer{background-color: #D9D4C3;}
body.store .footer{background-color: #E67F60;}
body.history .footer{background-color: #A1B2A1;}
body.recruit .footer{background-color: #fff;}
body.company .footer{background-color: #A0C9E3;}

@media screen and (max-width: 768px) {
body.recruit .footer{
                padding-bottom: 100px;
                }
	}

.footer .inner{
                width: 60%;
                max-width: 700px;
	pointer-events: auto;
                }
@media screen and (max-width: 1024px) {
.footer .inner{
                width: 90%;
                }
	}


.footer .inner .ulb {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
                margin-bottom: 80px;
                }
@media screen and (max-width: 768px) {
.footer .inner .ulb {
                margin-bottom: 40px;
                }
	}

.footer .inner .ulb ul {
                font-size: 2rem;
                }
@media screen and (max-width: 768px) {
.footer .inner .ulb ul {
                font-size: 1.6rem;
                }
	}

.footer .inner .ulb ul li {
                line-height: 1.5em;
                }

.footer .inner .ulb ul.rt1 li ul{
                margin-top: 1.5rem;
                padding-left: 0;
                }

.footer .inner .ulb ul.rt1 li ul li{
                font-size: 1rem;
                line-height: 1.6em;
	position: relative;
	}
@media screen and (max-width: 1024px) {
.footer .inner .ulb ul.rt1 li ul li{
	}
	}
@media screen and (max-width: 768px) {
.footer .inner .ulb ul.rt1 li ul li{
	}
	}

.footer .inner .ulb ul.rt2 li ul{
                /*margin-top: .5rem;*/
                padding-left: 0;
                }

.footer .inner .ulb ul.rt2 li ul li{
                padding-left: 2rem;
                font-size: 1.3rem;
                line-height: 1.6em;
	position: relative;
	}
@media screen and (max-width: 1024px) {
.footer .inner .ulb ul.rt2 li ul li{
	}
	}
@media screen and (max-width: 768px) {
.footer .inner .ulb ul.rt2 li ul li{
                padding-left: 2rem;
                font-size: 1.1rem;
	}
	}

.footer .inner .ulb ul.rt2 li ul li:after{
	content: "";
	position: absolute;
                top: 50%;
                left: 1em;
                width: .5rem;
                height: 1px;
                border-bottom: 1px solid rgba(0, 0, 0, .5);
	}
@media screen and (max-width: 768px) {
.footer .inner .ulb ul.rt2 li ul li:after{
                left: 1em;
	}
	}

.footer .inner .ulb ul li a p {
                position: relative;
                display: inline-block;
                }

.footer .inner .ulb ul li ul li a p {
                }

.footer .inner .ulb ul li a p::after {
                position: absolute;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #000;
                bottom: .1em;
                transform: scale(0, 1);
                transform-origin: left top;
                transition: transform 0.3s;
                }

.footer .inner .ulb ul li a:hover p::after {
                transform: scale(1, 1);
                }

.footer .inner .ulb ul.rt2{
                padding-left: 10vw;
	}


.footer .inner .logo{
	width: 380px;
	height: 30px;
	background-image: url('../images/logo-coltd.svg');
	background-position: center;
                background-repeat: no-repeat;
	background-size: contain;
	text-indent: 1000%;
	white-space: nowrap;
	cursor: pointer;
	}
@media screen and (max-width: 768px) {
.footer .inner .logo{
	width: 100%;
	height: 50px;
	}
	}

.footer .inner p{
                margin: 10px 0 10px;
	}
@media screen and (max-width: 768px) {
.footer .inner p{
                margin: 5px 0 5px;
	}
	}

.footer .inner .rt1 p{
                margin: 15px 0 15px;
	}
@media screen and (max-width: 768px) {
.footer .inner .rt1 p{
                margin: 8px 0 8px;
	}
	}

.footer .inner .rt2 p{
                margin: 15px 0 15px;
	}
@media screen and (max-width: 768px) {
.footer .inner .rt2 p{
                margin: 8px 0 8px;
	}
	}

.footer .inner .rt2 ul p{
                margin: 10px 0 10px;
	}
@media screen and (max-width: 768px) {
.footer .inner .rt2 ul p{
                margin: 8px 0 8px;
	}
	}

.footer .inner p a{
                position: relative;
                font-weight: 300;
                line-height: 1.8em;
                font-size: .8rem;
	}
@media screen and (max-width: 768px) {
.footer .inner p a{
                font-size: .7rem;
	}
	}

.footer .inner p a::after {
                position: absolute;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #000;
                bottom: 0;
                transform: scale(0, 1);
                transform-origin: left top;
                transition: transform 0.3s;
                }

.footer .inner p a:hover::after {
                transform: scale(1, 1);
                }

.footer .inner small{
                font-size: .8rem;
                font-weight: 300;
                line-height: 1em;
	}
@media screen and (max-width: 768px) {
.footer .inner small{
                font-size: .7rem;
	}
	}


.footer .inner .link1{
                margin-top: 40px;
	width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                column-gap: 1rem;
	}
@media screen and (max-width: 1024px) {
.footer .inner .link1{
                margin-top: 40px;
	}
	}

.footer .inner .link1 a{
                display: block;
                overflow: hidden;
	}

.footer .inner .link1 a:first-child{
                width: 40%;
                height: 60px;
                border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url('../images/icon-ec.svg');
	background-position: center;
                background-repeat: no-repeat;
	background-size: 130px;
	text-indent: 1000%;
	white-space: nowrap;
	}
@media screen and (max-width: 1024px) {
.footer .inner .link1 a:first-child{
                width: 100%;
	}
	}
@media screen and (max-width: 768px) {
.footer .inner .link1 a:first-child{
                width: 100%;
	}
	}


.footer .inner .link2{
                margin-top: 40px;
	width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                column-gap: 1rem;
	}
@media screen and (max-width: 1024px) {
.footer .inner .link2{
                margin-top: 40px;
	}
	}

.footer .inner .link2 a{
                display: block;
                overflow: hidden;
	}

.footer .inner .link2 a{
                width: 4%;
                height: 20px;
	background-position: center;
                background-repeat: no-repeat;
	background-size: contain;
	text-indent: 1000%;
	white-space: nowrap;
	}
@media screen and (max-width: 768px) {
.footer .inner .link2 a{
                width: 8%;
                height: 24px;
	}
	}

.footer .inner .link2 a:nth-child(1){
	background-image: url('../images/icon-insta.svg');
	}
.footer .inner .link2 a:nth-child(2){
	background-image: url('../images/icon-line.svg');
	}
.footer .inner .link2 a:nth-child(3){
	background-image: url('../images/icon-twitter.svg');
	}
.footer .inner .link2 a:nth-child(4){
	background-image: url('../images/icon-facebook.svg');
	}
.footer .inner .link2 a:nth-child(5){
	background-image: url('../images/icon-youtube.svg');
	}


/*=============================================

modal-wrapper

==============================================*/

.hide-area{
                display: none;
                }

.modaal-close{
                display: none;
                } 

.modaal-close:after, 
.modaal-close:before{
                background:#ccc;  
                }

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
                background:#666;
                }

.modaal-overlay {
                background-color:rgba(255, 255, 255, .8) !important;
                }
.index .modaal-overlay {
                background-color:rgba(160, 201, 227, .9) !important;
                }
.brand .modaal-overlay {
                background-color:rgba(217, 212, 195, .9) !important;
                }
.store .modaal-overlay {
                background-color:rgba(230, 127, 96, .9) !important;
                }
.history .modaal-overlay {
                background-color:rgba(161, 178, 161, .9) !important;
                }
.company .modaal-overlay {
                background-color:rgba(160, 201, 227, .9) !important;
                }

.modaal-content-container {
                background: transparent;
                }

.modaal-wrapper {
                display: flex;
                width: 100%;
                height: 100svh;
                align-items: center;
                justify-content: center;
                background-color:rgba(255, 255, 255, .9) !important;
                }
.index .modaal-wrapper {
                background-color:rgba(160, 201, 227, .9) !important;
                }
.brand .modaal-wrapper {
                background-color:rgba(217, 212, 195, .9) !important;
                }
.store .modaal-wrapper {
                background-color:rgba(230, 127, 96, .9) !important;
                }
.history .modaal-wrapper {
                background-color:rgba(161, 178, 161, .9) !important;
                }
.company .modaal-wrapper {
                background-color:rgba(160, 201, 227, .9) !important;
                }

.modaal-outer-wrapper {
                display: flex;
                width: 100%;
                height: 100svh;
                align-items: center;
                justify-content: center;
                }

.modaal-inner-wrapper {
                display: flex;
                width: 100%;
                height: 100svh;
                align-items: center;
                justify-content: center;
                position: relative;
                vertical-align: auto;
                text-align: center;
                padding: 0 !important;
                cursor: pointer;
                }

.modaal-container {
                display: flex;
                width: 50%;
                text-align: center;
                align-items: center;
                justify-content: center;
                flex-direction: column;
                color: #000;
                max-width: 100%;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
	pointer-events: none;
                }
@media screen and (max-width: 1024px) {
.modaal-container {
                width: 70%;
                }
	}

.modaal-content {
                width: 100%;
                }

.modaal-content-container {
                padding: 0;
                }

.modaal-container ul{
                width: 100%;
                display: flex;
                flex-direction: column;
                row-gap: 20px;
                }

.modaal-container ul li{
                width: 100%;
	pointer-events: auto;
                }

.modaal-container ul li a{
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 2rem 0;
                border: 1px solid rgba(0, 0, 0, .5);
	background-color: #fff;
                color: #000;
	-webkit-transition: background .6s;
	-moz-transition: background .6s;
                transition: background .6s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
                }
@media screen and (max-width: 768px) {
.modaal-container ul li a{
                padding: 2.5rem 0;
                }
	}

.modaal-container ul li a:hover{
	background-color: #000;
                color: #fff;
                }

.modaal-container p{
                margin-top: 40px;
                }






/*---------------- entry20240105 ---------------*/



/*================================

footer.ph2

=================================*/


footer.ph2{
	width: calc((100% - 80px)*7/10);
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: calc(((100% - 80px)*3/10) + 80px);
	overflow: hidden;
	padding-top: 0;
	}
@media screen and (max-width: 1024px) {
footer.ph2{
	width: 60%;
	margin-left: 40%;
	}
	}
@media screen and (max-width: 768px) {
footer.ph2{
	width: 100%;
	margin-left: 0;
	}
	}


section.footer.wph2{
	}
@media screen and (max-width: 1024px) {
section.footer.wph2{
	width: 60%;
	margin-left: 0;
	}
	}
@media screen and (max-width: 768px) {
section.footer.wph2{
	width: 100%;
	margin-left: 0;
	}
	}

section.footer.wph2 footer.ph2{
	width: 100%;
	margin-left: 0;
	}
@media screen and (max-width: 1024px) {
section.footer.wph2 footer.ph2{
	width: 100%;
	margin-left: 0;
	}
	}
@media screen and (max-width: 768px) {
section.footer.wph2 footer.ph2{
	width: 100%;
	margin-left: 0;
	}
	}


body.index footer.ph2{background-color: #A0C9E3;}
body.brand footer.ph2{background-color: #D9D4C3;}
body.store footer.ph2{background-color: #E67F60;}
body.history footer.ph2{background-color: #A1B2A1;}
body.company footer.ph2{background-color: #A0C9E3;}
body.recruit footer.ph2{background-color: #fff;}

footer.ph2 .wrap{
	width: 60%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap;
	pointer-events: auto;
	}
@media screen and (max-width: 1024px) {
footer.ph2 .wrap{
	width: 90%;
	}
	}

footer.ph2 .wrap .upper{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: stretch;
	}

footer.ph2 .wrap .upper ul.left{
	width: 100%;
	display: block;
	}

footer.ph2 .wrap .upper ul.right{
	width: 100%;
	display: block;
	}

footer.ph2 .wrap .upper ul.left li{
	position: relative;
	width: 100%;
	padding: 5px 0;
	}

footer.ph2 .wrap .upper ul.left li a{
	position: relative;
	width: 100%;
	}

footer.ph2 .wrap .upper ul.left li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
footer.ph2 .wrap .upper ul.left li a:hover::after {
	transform: scale(1, 1);
	}

footer.ph2 .wrap .upper ul.left li a p{
	display: inline-block;
	font-size: 2rem;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
footer.ph2 .wrap .upper ul.left li a p{
	font-size: 1.7rem;
	}
	}

footer.ph2 .wrap .upper ul.right{
	display: block;
	}

footer.ph2 .wrap .upper ul.right li._main{
	position: relative;
	padding: 5px 0;
	}

footer.ph2 .wrap .upper ul.right li._main a.__main{
	position: relative;
	}

footer.ph2 .wrap .upper ul.right li._main a.__main::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
footer.ph2 .wrap .upper ul.right li._main a.__main:hover::after {
	transform: scale(1, 1);
	}

footer.ph2 .wrap .upper ul.right li._main a.__main p{
	display: inline-block;
	font-size: 2rem;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
footer.ph2 .wrap .upper ul.right li._main a.__main p{
	font-size: 1.7rem;
	}
	}

footer.ph2 .wrap .upper ul.right li ul._sub{
	margin-top: 10px;
	}

footer.ph2 .wrap .upper ul.right li ul._sub li{
	position: relative;
	padding: 5px 0;
	padding-left: 1em;
	}

footer.ph2 .wrap .upper ul.right li ul._sub li:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: .5rem;
	height: 1px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	}

footer.ph2 .wrap .upper ul.right li ul._sub li a{
	position: relative;
	}

footer.ph2 .wrap .upper ul.right li ul._sub li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
footer.ph2 .wrap .upper ul.right li ul._sub li a:hover::after {
	transform: scale(1, 1);
	}

footer.ph2 .wrap .upper ul.right li ul._sub li a p{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
footer.ph2 .wrap .upper ul.right li ul._sub li a p{
	font-size: 1.1rem;
	}
	}

footer.ph2 .wrap .upper ul.right li ul._entry{
	margin-top: 5px;
	}

footer.ph2 .wrap .upper ul.right li ul._entry li{
	position: relative;
	padding: 5px 0;
	padding-left: 1.1em;
	}

footer.ph2 .wrap .upper ul.right li ul._entry li a{
	position: relative;
	}

footer.ph2 .wrap .upper ul.right li ul._entry li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
footer.ph2 .wrap .upper ul.right li ul._entry li a:hover::after {
	transform: scale(1, 1);
	}

footer.ph2 .wrap .upper ul.right li ul._entry li a p{
	display: inline-block;
	font-size: .8rem;
	line-height: 1em;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 300;
	font-style: normal;
	}
@media screen and (max-width: 768px) {
footer.ph2 .wrap .upper ul.right li ul._entry li a p{
	font-size: .7rem;
	}
	}

footer.ph2 .wrap .bottom{
	display: block;
	width: 100%;
	margin-top: 20px;
	}

footer.ph2 .wrap .bottom p{
	text-align: left;
	}

footer.ph2 .wrap .bottom p a{
	font-size: .7rem;
	line-height: 1em;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	}

footer.ph2 .wrap .bottom p a:hover{
	text-decoration: underline;
	}

footer.ph2 .wrap .bottom p small{
	display: block;
	margin-top: 10px;
	font-size: .7rem;
	}


footer.ph2 .wrap .link1{
	margin-top: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	column-gap: 1rem;
	}
@media screen and (max-width: 1024px) {
footer.ph2 .wrap .link1{
	margin-top: 20px;
	}
	}

footer.ph2 .wrap .link1 a{
	display: block;
	overflow: hidden;
	}

footer.ph2 .wrap .link1 a:first-child{
	width: 40%;
	height: 60px;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url('../images/icon-ec.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 130px;
	text-indent: 1000%;
	white-space: nowrap;
	}
@media screen and (max-width: 1024px) {
footer.ph2 .wrap .link1 a:first-child{
	width: 100%;
	}
	}
@media screen and (max-width: 768px) {
footer.ph2 .wrap .link1 a:first-child{
	height: 40px;
	width: 100%;
	background-size: 90px;
	}
	}

footer.ph2 .wrap .link2{
	margin-top: 40px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	column-gap: 1rem;
	}
@media screen and (max-width: 1024px) {
footer.ph2 .wrap .link2{
	margin-top: 20px;
	}
	}

footer.ph2 .wrap .link2 a{
	display: block;
	overflow: hidden;
	}

footer.ph2 .wrap .link2 a{
	width: 4%;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 1000%;
	white-space: nowrap;
	}
@media screen and (max-width: 768px) {
footer.ph2 .wrap .link2 a{
	width: 6%;
	height: 20px;
	}
	}

footer.ph2 .wrap .link2 a:nth-child(1){
	background-image: url('../images/icon-insta.svg');
	}
footer.ph2 .wrap .link2 a:nth-child(2){
	background-image: url('../images/icon-line.svg');
	}
footer.ph2 .wrap .link2 a:nth-child(3){
	background-image: url('../images/icon-x.svg');
	}
footer.ph2 .wrap .link2 a:nth-child(4){
	background-image: url('../images/icon-facebook.svg');
	}
footer.ph2 .wrap .link2 a:nth-child(5){
	background-image: url('../images/icon-youtube.svg');
	}





/*================================

menu.ph2

=================================*/


.menu .wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 80px);
	height: 100%;
	flex-direction: column;
	}
@media screen and (max-width: 1024px) {
.menu .wrap{
	width: 90%;
	}
	}
@media screen and (max-width: 768px) {
.menu .wrap{
	width: 100%;
	padding-top: 30px;
	}
	}

.menu .wrap .upper{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 10%;
	width: 50%;
	max-width: 700px;
	}
@media screen and (max-width: 1024px) {
.menu .wrap .upper{
	width: 70%;
	column-gap: 5%;
	max-width: 70%;
	}
	}
@media screen and (max-width: 768px) {
.menu .wrap .upper{
	width: 80%;
	column-gap: 5%;
	max-width: 80%;
	}
	}

.menu .wrap .upper ul.left{
	width: 100%;
	display: block;
	}

.menu .wrap .upper ul.right{
	width: 100%;
	display: block;
	}

.menu .wrap .upper ul.left li{
	position: relative;
	width: 100%;
	padding: 5px 0;
	}

.menu .wrap .upper ul.left li a{
	position: relative;
	width: 100%;
	}

.menu .wrap .upper ul.left li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
.menu .wrap .upper ul.left li a:hover::after {
	transform: scale(1, 1);
	}

.menu .wrap .upper ul.left li a p{
	display: inline-block;
	font-size: clamp(23px,4vw,46px);
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.menu .wrap .upper ul.left li a p{
	font-size: 1.7rem;
	}
	}

.menu .wrap .upper ul.left li ul._entry{
	margin-top: 15px;
	}

.menu .wrap .upper ul.left li ul._entry li{
	position: relative;
	padding: 5px 0;
	}

.menu .wrap .upper ul.left li ul._entry li a{
	position: relative;
	}

.menu .wrap .upper ul.left li ul._entry li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
.menu .wrap .upper ul.left li ul._entry li a:hover::after {
	transform: scale(1, 1);
	}

.menu .wrap .upper ul.left li ul._entry li a p{
	display: inline-block;
	font-size: .8rem;
	line-height: 1em;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 300;
	font-style: normal;
	}
@media screen and (max-width: 768px) {
.menu .wrap .upper ul.left li ul._entry li a p{
	font-size: .7rem;
	}
	}


.menu .wrap .upper ul.right{
	display: flex;
	justify-content: flex-end;
	}
@media screen and (max-width: 1024px) {
.menu .wrap .upper ul.right{
	justify-content: flex-start;
	}
	}
@media screen and (max-width: 768px) {
.menu .wrap .upper ul.right{
	justify-content: flex-end;
	}
	}

.menu .wrap .upper ul.right li._main{
	position: relative;
	padding: 5px 0;
	}

.menu .wrap .upper ul.right li._main a.__main{
	position: relative;
	}

.menu .wrap .upper ul.right li._main a.__main::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
.menu .wrap .upper ul.right li._main a.__main:hover::after {
	transform: scale(1, 1);
	}

.menu .wrap .upper ul.right li._main a.__main p{
	display: inline-block;
	font-size: clamp(23px,4vw,46px);
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.menu .wrap .upper ul.right li._main a.__main p{
	font-size: 1.7rem;
	}
	}

.menu .wrap .upper ul.right li ul._sub{
	margin-top: 10px;
	}

.menu .wrap .upper ul.right li ul._sub li{
	position: relative;
	padding: 5px 0;
	padding-left: 1em;
	}

.menu .wrap .upper ul.right li ul._sub li:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: .5rem;
	height: 1px;
	border-bottom: 1px solid rgba(0, 0, 0, .5);
	}

.menu .wrap .upper ul.right li ul._sub li a{
	position: relative;
	}

.menu .wrap .upper ul.right li ul._sub li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
.menu .wrap .upper ul.right li ul._sub li a:hover::after {
	transform: scale(1, 1);
	}

.menu .wrap .upper ul.right li ul._sub li a p{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1em;
	}
@media screen and (max-width: 768px) {
.menu .wrap .upper ul.right li ul._sub li a p{
	font-size: 1.1rem;
	}
	}

.menu .wrap .upper ul.right li ul._entry{
	margin-top: 5px;
	}

.menu .wrap .upper ul.right li ul._entry li{
	position: relative;
	padding: 5px 0;
	padding-left: 1.1em;
	}

.menu .wrap .upper ul.right li ul._entry li a{
	position: relative;
	}

.menu .wrap .upper ul.right li ul._entry li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #000;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	}
.menu .wrap .upper ul.right li ul._entry li a:hover::after {
	transform: scale(1, 1);
	}

.menu .wrap .upper ul.right li ul._entry li a p{
	display: inline-block;
	font-size: .8rem;
	line-height: 1em;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 300;
	font-style: normal;
	}
@media screen and (max-width: 768px) {
.menu .wrap .upper ul.right li ul._entry li a p{
	font-size: .7rem;
	}
	}

.menu .wrap .bottom{
	display: block;
	margin-top: 20px;
	width: 50%;
	}

.menu .wrap .bottom p{
	text-align: left;
	}

.menu .wrap .bottom p a{
	font-size: .7rem;
	line-height: 1em;
	font-family: 'Noto Sans JP',sans-serif;
	font-weight: 300;
	font-style: normal;
	text-align: left;
	}

.menu .wrap .bottom p a:hover{
	text-decoration: underline;
	}

.menu .wrap .bottom p small{
	display: block;
	margin-top: 10px;
	font-size: .7rem;
	}


.menu .wrap .link1{
	margin-top: 20px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	column-gap: 1rem;
	max-width: 700px;
	}
@media screen and (max-width: 1024px) {
.menu .wrap .link1{
	width: 70%;
	}
	}
@media screen and (max-width: 768px) {
.menu .wrap .link1{
	width: 80%;
	}
	}

.menu .wrap .link1 a{
	display: block;
	overflow: hidden;
	}

.menu .wrap .link1 a:first-child{
	width: 50%;
	height: 50px;
	border: 1px solid #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url('../images/icon-ec.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 110px;
	text-indent: 1000%;
	white-space: nowrap;
	}
@media screen and (max-width: 1024px) {
.menu .wrap .link1 a:first-child{
	width: 50%;
	}
	}
@media screen and (max-width: 768px) {
.menu .wrap .link1 a:first-child{
	height: 40px;
	width: 100%;
	background-size: 90px;
	}
	}

.menu .wrap .link2{
	margin-top: 20px;
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	column-gap: 1rem;
	max-width: 700px;
	}
@media screen and (max-width: 1024px) {
.menu .wrap .link2{
	width: 70%;
	}
	}
@media screen and (max-width: 768px) {
.menu .wrap .link2{
	width: 80%;
	}
	}

.menu .wrap .link2 a{
	display: block;
	overflow: hidden;
	}

.menu .wrap .link2 a{
	width: 4%;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: 1000%;
	white-space: nowrap;
	}
@media screen and (max-width: 768px) {
.menu .wrap .link2 a{
	width: 6%;
	height: 20px;
	}
	}

.menu .wrap .link2 a:nth-child(1){
	background-image: url('../images/icon-insta.svg');
	}
.menu .wrap .link2 a:nth-child(2){
	background-image: url('../images/icon-line.svg');
	}
.menu .wrap .link2 a:nth-child(3){
	background-image: url('../images/icon-x.svg');
	}
.menu .wrap .link2 a:nth-child(4){
	background-image: url('../images/icon-facebook.svg');
	}
.menu .wrap .link2 a:nth-child(5){
	background-image: url('../images/icon-youtube.svg');
	}








