@charset "UTF-8";

* {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}
	
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}

body{
font-family: 'Helvetica','Hiragino Kaku Gothic ProN','Arial',sans-serif;
font-size: 62.5%;
color: #727272;
background: #fff;
text-align: center;
margin-right: auto;
margin-left : auto;
}

header{
text-align: center;
margin-right: auto;
margin-left : auto;
}

main{
text-align: center;
margin-right: auto;
margin-left : auto;
}

footer{
text-align: center;
margin-right: auto;
margin-left : auto;
}

ul,li{
list-style: none;
text-align: left;
margin: 1em 0 0;  
}

ul.menuboxsp{
list-style: none;
margin: 5em 0;
}

p {
font-weight: 300;
font-size: 1.4em;
line-height: 200%;	
margin: 0;
padding: 0;
}

h1{
font-weight: 300;
text-align:center;
color: #727272;
font-size: 1.4em;
margin: 3em 1em 1em;
}

h2{
font-weight: 300;
text-align: center;
font-size: 1.5em;
margin: 0.5em 1em 0;
}

h3{
font-weight: 300;
text-align: center;
font-size: 1.4em;
margin: 1em 1em 0.5em;
}

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

a:visited{
color:#727272; 
text-decoration:none;
}
		
a:hover{
color:#a5a5a5;
text-decoration: none;
}

a:active {
text-decoration: none;
}


a.menusp{
color: #fff;
text-decoration:none;

}

a:visited.menusp{
color: #fff; 
text-decoration:none;

}
		
a:hover.menusp{
color: #fff;
text-decoration: none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}

a:active.menusp{
text-decoration: none;
background: none;
}


a.menu{
color: #727272;
text-decoration: none;
}

a:visited.menu{
color: #727272; 
text-decoration:none;
}
		
a:hover.menu{
color: #727272;
text-decoration: none;
}

a:active.menu{
text-decoration: none;
}

a.link1{
color: #727272;
text-decoration:none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}

a:visited.link1{
color: #727272; 
text-decoration:none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}
		
a:hover.link1{
color: #9d9d9d;
text-decoration: none;
background: none;
}

a:active.link1{
text-decoration: none;
background: none;
}

a:hover img{
transition:all 0.5s ease;	
opacity: 0.5;
filter: alpha(opacity=50);
}

a:hover.os img{
text-decoration: none;
opacity: 1;
}

 
#logo{
text-align: center;
margin: 0;  
}

#main{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#about{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#arrow{
text-align: center;
margin-right: auto;
margin-left : auto;
}

#copy{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

.pc{
display:none;
}

.sp{
display:block;
}

.menuicon {
position: fixed;
right: 10px;
top: 10px;
width: 25px;
height: 25px;
cursor: pointer;
z-index: 3;
}

.menuicon_line {
position: absolute;
height: 1.5px;
right: 0;
background-color: #878787;
transition: all 0.5s;
}

.menuicon_line1 {
top: 1px;
width: 30px;
}

.menuicon_line2 {
top: 8px;
width: 14px;
}

.open .menuicon_line1 {
transform: rotate(-45deg);
top: 10px;
width: 15px;
background-color: #fff;
}

.open .menuicon_line2 {
transform: rotate(45deg);
top: 10px;
width: 15px;
background-color: #fff;
}

.menuicon_nav {
position: fixed;
right: -100%;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(222, 222, 222, 1);
transition: all 0.5s;
z-index: 2;
overflow: hidden;
}

.open .menuicon_nav {
right: 0;
}

.menuicon_bac {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
background-color: transparent;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
cursor: pointer;
z-index: 1;
}

.open .menuicon_bac {
opacity: 0.5;
visibility: visible;
}


.topimgsp {
width: 100%;
position: relative;
}

.topimgsp img {
width: 100%;
height: 100%;
margin: 0;
}

.topimgsp span {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(195, 195, 195, 0.7);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.topimgsp p {
color: #fff;
font-weight: 500;
font-size: 2.5em;
width: 50%;
height: 50%;
margin: 0;
position: absolute;
top: 25%;
left: 25%;
bottom: 0;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.topimgsp:hover p {
opacity: 1;   
}
.topimgsp:hover span {
opacity: 1;   
}


.topmenubox {
position: relative;
width: 2.5em;
margin: 15% 50%;
transform: rotate(-180deg);
text-align: center;
margin-right: auto;
margin-left : auto; 
}
.line1 {
height: 1px;
background-color: rgba(255, 255, 255, 1);
}
.line2 {
position: absolute;
top: 0;
right: 0;
transform-origin: bottom right;
width: 10px;
height: 1px;
background-color: rgba(255, 255, 255, 1);
transform: rotate(-45deg);
}

.arrowmove1 {
padding: 0.5em 0 0 14em;	
animation: move1 .5s infinite alternate ease-in-out;
}
@keyframes move1 {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}

.arrowmove2 {
padding: 0.5em 0 0 21em;	
animation: move2 .5s infinite alternate ease-in-out;
}
@keyframes move2 {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}

.arrowmove3 {
padding: 0.5em 0 0 14em;	
animation: move3 .5s infinite alternate ease-in-out;
}
@keyframes move3 {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}



.slider img {
height: auto;
width: 100%;
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.slider{
height: auto;
width: 100%;
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}

 
.slick-prev {
left: 0;
z-index: 1;
}
 
.slick-next {
right: 0;
}
 
.slick-prev:before, .slick-next:before {
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
 
.slick-prev:before {
content: '<';
}
 
.slick-next:before {
content: '>';
}

.slick-prev,.slick-next{
width: 40px;
height: 40px;
}
 
.slick-prev:before, .slick-next:before {
font-size: 40px;
}
 
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 color: transparent;
 outline: none;
 background: transparent;
}
 
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 opacity: 1;
}
 
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
 opacity: .25;
}


.slick-dots li button:before {
font-size: 20px;
color: #9b9b9b ;
opacity: 75;
}

.slick-dots li.slick-active button:before {
color: #6d6d6d;
opacity: 1;
}



.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
width: 100%;
height: 100%
}
.swiper-wrapper {
transition-timing-function: linear;
}
.swiper-button-next::after, .swiper-button-prev::after {
font-size: 1.5rem;
color: #fff;
}
.swiper-pagination-bullet {
background-color: #fff;
height: 5px;
width: 5px;
}
.swiper-pagination-bullet-active {
background-color: #fff;
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
 animation: zoomanime 8s linear 0s normal both;
}

@keyframes zoomanime {
 0% {
 transform: scale(1);
 }
 100% {
 transform: scale(1.3);
 }
}


.osimgmenubox {
width: 100%;	
display: flex;
text-align: center;
margin-right: auto;
margin-left : auto;
}

.osimgmenu {
width: 100%;
position: relative;
}

.osimgmenu img {
width: 100%;
height: 100%;
margin: 0;
}

.osimgmenu span {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(195, 195, 195, 0.7);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.osimgmenu p {
color: #fff;
font-weight: 500;
font-size: 1.5em;
width: 50%;
height: 50%;
margin: 0;
position: absolute;
top: 25%;
left: 25%;
bottom: 0;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.osimgmenu:hover p {
opacity: 1;   
}
.osimgmenu:hover span {
opacity: 1;   
}


.toplink {
color: #727272;
position: relative;
text-decoration: none;
}
.toplink::before {
background: #dbd9d9;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
width: 100px;
z-index: -1;
}
.toplink::after {
background: #818181;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
transition: all .4s ease-in-out;
width: 0;
z-index: 0;
}
.toplink:hover::after {
width: 100px;
}
a:visited.toplink{
color: #727272; 
text-decoration:none;
}


.toplinkl {
color: #727272;
position: relative;
text-decoration: none;
}
.toplinkl::before {
background: #dbd9d9;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
width: 220px;
z-index: -1;
}
.toplinkl::after {
background: #818181;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
transition: all .4s ease-in-out;
width: 0;
z-index: 0;
}
.toplinkl:hover::after {
width: 220px;
}
a:visited.toplinkl{
color: #727272; 
text-decoration:none;
}


.toplink2 a {
font-size: 14px;
letter-spacing: 0.1em;
color: #818181;
font-weight: 400;
border: solid 1px #818181;
border-radius: 999px;
display: block;
box-sizing: border-box;
max-width: 40%;
text-align: center; 
margin-right: auto;
margin-left : auto; 
padding: 15px;
text-decoration: none;
cursor: pointer;
transition: all 0.3s;
}

.toplink2 a:hover {
color: #fff;
background: #818181;
transition: all 0.3s;
}


   
.photo{
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.phototop1{
text-align: center;
margin: 10px; 
}

.photo2{
text-align: center;
margin: 10px;  
}

.photo3{
text-align: center;
margin:0 10px 15px; 
}



.aboutbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1rem 0 0;
}

.aboutbox2{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3rem 0 3rem;
}

.worksbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 2em 0 0;
}

.shopbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 1em;
}

.onlinesbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 0;
}

.onlinesbox2{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0 5em;
}

.onlinestbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 0;
}

.onlinescbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0 3em;
}

.informationbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0;
}

.tokuteitopbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 4em 0 1em;
}

.tokuteibox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 2em;
}

.arrowbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 5em 0;   
}

p.menusp1{
text-align: center;
color: #727272;
font-weight: 500;
font-size: 1.8em;
margin: 5em 0 1em;
}

p.menusp2{	
text-align: center;
color: #727272;
font-weight: 500;
font-size: 1.8em;
margin: 1em 0;
}

p.menusp3{	
text-align: center;
color: #fff;
font-weight: 300;
font-size: 1.4em;
margin: 1em 0;
}

p.aboutl{
text-align: center;
font-weight: 300;
font-size: 1.5em;
margin: 2rem 2rem 0;
}

p.abouts{
text-align: center;
font-weight: 300;
font-size: 1em;
margin: 0 2rem 0.5rem;
}

p.aboutr{
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1rem 2rem;
}

p.aboutc{
text-align: left;
color: #a4a4a4;
font-weight: 500;
font-size: 1.5em;
margin: 3rem 2rem 2rem;
}

p.aboutc2{
text-align: right;
color: #a4a4a4;
font-weight: 500;
font-size: 1.7em;
margin: 3em;
}

p.aboutd{
text-align: left;
color: #a4a4a4;
font-weight: 300;
font-size: 1.4em;
margin: 3rem 1.8rem 3rem;
}

p.aboutmore{
text-align: left;
font-weight: 300;
font-size: 1.3em;
margin: 0 2rem 3rem;
}

p.worksr{
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 0.5em 1em 0.5em;
}

p.workss{
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 0.5em 1em 0.5em;
}

p.shopl{
text-align: left;
font-weight: 300;
font-size: 1.5em;
margin: 1em 1em 0;
}

p.shopr{
text-align: left;
font-weight:300;
font-size: 1.4em;
margin: 1em 1em 0;
}

p.shops{
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 1em 1em 0;
}

p.oshopl{
text-align: center;
font-weight: 300;
font-size: 1.6em;
margin: 1em 2em 0;
}

p.oshopr{
text-align: center;
font-weight:300;
font-size: 1.4em;
margin: 0.5em 2em 0;
}

p.oshoprl{
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1em 1em;
}

p.oshopc{
text-align: center;
font-weight: 300;
font-size: 1.5em;
margin: 0.5em 0;
}

p.informatin{
text-align: center;
font-weight: 300;
font-size: 1.0em;
margin: 1em 0;
}

p.tokuteil{
text-align: left;
font-weight: 500;
font-size: 1.4em;
margin: 0.5em 1em 0;
}

p.tokuteirb{
text-align: left;
font-weight: 500;
font-size: 1.2em;
margin: 0.5em 1em 0;
}

p.tokuteir{
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 0.5em 1em 0;
}

p.arrow{
text-align: center;	
font-weight: 300;
color: #c6c6c6;
font-size: 2em;
margin: 2em 0;
}

p.copy{
text-align: center;
font-weight: 300;
font-size: 1em;
margin: 1em 0;
}


@media screen and (min-width : 600px) {

img{
max-width: 100%;
vertical-align:bottom;
height: auto;
width /***/:auto;　
}

body{
font-family: 'Helvetica','Hiragino Kaku Gothic ProN','Arial',sans-serif;
font-size: 62.5%;
color: #727272;
background: #ffffff;
text-align: center;
margin-right: auto;
margin-left : auto;
}

header{
text-align: center;
margin-right: auto;
margin-left : auto;
}

main{
text-align: center;
margin-right: auto;
margin-left : auto;
}

footer{
text-align: center;
margin-right: auto;
margin-left : auto;
}

ul,li{
margin: 1em 0;
list-style: none;
text-align: left;  
}

ul.menuboxsp{
list-style: none;
margin: 3em 0;
}

p {
font-weight: 300;
font-size: 1.4em;
line-height: 200%;	
margin: 0;
padding: 0;
}

h1{
font-weight: 300;
text-align:center;
color: #727272;
font-size: 1.4em;
margin: 3em 1em 1em;
}

h2{
font-weight: 300;
text-align: center;
font-size: 1.5em;
margin: 0.5em 1em 0;
}

h3{
font-weight: 300;
text-align: center;
font-size: 1.4em;
margin: 1em 1em 0.5em;
}


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

a:visited{
color:#727272; 
text-decoration:none;
}
		
a:hover{
color:#a5a5a5;
text-decoration: none;
}

a:active {
text-decoration: none;
}


a.menusp{
color: #fff;
text-decoration:none;

}

a:visited.menusp{
color: #fff; 
text-decoration:none;

}
		
a:hover.menusp{
color: #fff;
text-decoration: none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}

a:active.menusp{
text-decoration: none;
background: none;
}


a.menu{
color: #727272;
text-decoration: none;
}

a:visited.menu{
color: #727272; 
text-decoration:none;
}
		
a:hover.menu{
color: #727272;
text-decoration: none;
}

a:active.menu{
text-decoration: none;
}

a.link1{
color: #727272;
text-decoration:none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}

a:visited.link1{
color: #727272; 
text-decoration:none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}
		
a:hover.link1{
color: #9d9d9d;
text-decoration: none;
background: none;
}

a:active.link1{
text-decoration: none;
background: none;
}

a:hover img{
transition:all 0.5s ease;	
opacity: 0.5;
filter: alpha(opacity=50);
}

a:hover.os img{
text-decoration: none;
opacity: 1;
}

#logo{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

.logobox{
text-align: center;
margin-right: auto;
margin-left : auto; 
}

#main{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#about{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#arrow{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#copy{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

.pc{
display:none;
}

.sp{
display:block;
}

.pcmenu{
text-align: center;
margin-right: auto;
margin-left : auto; 
}


.menuicon {
position: fixed;
right: 10px;
top: 10px;
width: 25px;
height: 25px;
cursor: pointer;
z-index: 3;
}

.menuicon_line {
position: absolute;
height: 1.5px;
right: 0;
background-color: #878787;
transition: all 0.5s;
}

.menuicon_line1 {
top: 1px;
width: 30px;
}

.menuicon_line2 {
top: 8px;
width: 14px;
}

.open .menuicon_line1 {
transform: rotate(-45deg);
top: 10px;
width: 25px;
background-color: #fff;
}

.open .menuicon_line2 {
transform: rotate(45deg);
top: 10px;
width: 25px;
background-color: #fff;
}

.menuicon_nav {
position: fixed;
right: -100%;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(222, 222, 222, 1);
transition: all 0.5s;
z-index: 2;
overflow-y: auto;
}

.open .menuicon_nav {
right: 0;
}

.menuicon_bac {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 5;
background-color: transparent;
opacity: 0;
visibility: hidden;
transition: all 0.5s;
cursor: pointer;
z-index: 1;
}

.open .menuicon_bac {
opacity: 0.5;
visibility: visible;
}


.topimgsp {
width: 100%;
position: relative;
}

.topimgsp img {
width: 100%;
height: 100%;
margin: 0;
}

.topimgsp span {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(195, 195, 195, 0.7);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.topimgsp p {
color: #fff;
font-weight: 500;
font-size: 2.5em;
width: 50%;
height: 50%;
margin: 0;
position: absolute;
top: 25%;
left: 25%;
bottom: 0;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.topimgsp:hover p {
opacity: 1;   
}
.topimgsp:hover span {
opacity: 1;   
}


.topmenubox {
position: relative;
width: 2.5em;
margin: 15% 50%;
transform: rotate(-180deg);
text-align: center;
margin-right: auto;
margin-left : auto; 
}
.line1 {
height: 1px;
background-color: rgba(255, 255, 255, 1);
}
.line2 {
position: absolute;
top: 0;
right: 0;
transform-origin: bottom right;
width: 10px;
height: 1px;
background-color: rgba(255, 255, 255, 1);
transform: rotate(-45deg);
}

.arrowmove1 {
padding: 0.5em 0 0 14em;	
animation: move1 .5s infinite alternate ease-in-out;
}
@keyframes move1 {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}

.arrowmove2 {
padding: 0.5em 0 0 21em;	
animation: move2 .5s infinite alternate ease-in-out;
}
@keyframes move2 {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}

.arrowmove3 {
padding: 0.5em 0 0 14em;	
animation: move3 .5s infinite alternate ease-in-out;
}
@keyframes move3 {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}


.slider img {
height: auto;
width: 100%;
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.slider{
height: auto;
width: 100%;
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
 
.slick-prev {
left: 0;
z-index: 1;
}
 
.slick-next {
right: 0;
}
 
.slick-prev:before, .slick-next:before {
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
 
.slick-prev:before {
content: '<';
}
 
.slick-next:before {
content: '>';
}

.slick-prev,.slick-next{
width: 40px;
height: 40px;
}
 
.slick-prev:before, .slick-next:before {
font-size: 40px;
}
 
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 color: transparent;
 outline: none;
 background: transparent;
}
 
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 opacity: 1;
}
 
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
 opacity: .25;
}


.slick-dots li button:before {
font-size: 20px;
color: #a39d82 ;
opacity: 75;
}

.slick-dots li.slick-active button:before {
color: #747060;
opacity: 1;
}


.osimgmenubox {
width: 100%;	
display: flex;
text-align: center;
margin-right: auto;
margin-left : auto;
}

.osimgmenu {
width: 100%;
position: relative;
}

.osimgmenu img {
width: 100%;
height: 100%;
margin: 0;
}

.osimgmenu span {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(195, 195, 195, 0.7);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.osimgmenu p {
color: #fff;
font-weight: 500;
font-size: 2.5em;
width: 50%;
height: 50%;
margin: 0;
position: absolute;
top: 25%;
left: 25%;
bottom: 0;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.osimgmenu:hover p {
opacity: 1;   
}
.osimgmenu:hover span {
opacity: 1;   
}


.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
width: 100%;
height: 100%
}
.swiper-button-next::after, .swiper-button-prev::after {
font-size: 1.5rem;
color: #fff;
}
.swiper-pagination-bullet {
background-color: #fff;
height: 5px;
width: 5px;
}
.swiper-pagination-bullet-active {
background-color: #fff;
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
 animation: zoomanime 8s linear 0s normal both;
}

@keyframes zoomanime {
 0% {
 transform: scale(1);
 }
 100% {
 transform: scale(1.3);
 }
}

.toplink {
color: #727272;
position: relative;
text-decoration: none;
}
.toplink::before {
background: #dbd9d9;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
width: 100px;
z-index: -1;
}
.toplink::after {
background: #818181;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
transition: all .4s ease-in-out;
width: 0;
z-index: 0;
}
.toplink:hover::after {
width: 100px;
}
a:visited.toplink{
color: #727272; 
text-decoration:none;
}


.toplinkl {
color: #727272;
position: relative;
text-decoration: none;
}
.toplinkl::before {
background: #dbd9d9;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
width: 220px;
z-index: -1;
}
.toplinkl::after {
background: #818181;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
transition: all .4s ease-in-out;
width: 0;
z-index: 0;
}
.toplinkl:hover::after {
width: 220px;
}
a:visited.toplinkl{
color: #727272; 
text-decoration:none;
}


.toplink2 a {
font-size: 14px;
letter-spacing: 0.1em;
color: #818181;
font-weight: 400;
border: solid 1px #818181;
border-radius: 999px;
display: block;
box-sizing: border-box;
max-width: 30%;
text-align: center; 
margin-right: auto;
margin-left : auto; 
padding: 15px;
text-decoration: none;
cursor: pointer;
transition: all 0.3s;
}

.toplink2 a:hover {
color: #fff;
background: #818181;
transition: all 0.3s;
}


.photo{
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.phototop1{
text-align: center;
margin: 10px; 
}

.photo2{
text-align: center;
margin: 10px;  
}

.photo3{
text-align: center;
margin:0 10px 15px; 
}

.aboutbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 0;
}

.aboutboxtop{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 2em 0;
}

.aboutbox2{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3rem 0 3rem;
}

.worksbox{
max-width: 960px;		
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 2em 0 0;
}

.shopbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 2em;
}

.onlinesbox{
max-width: 480px;
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 0;
}

.onlinesbox2{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0 5em;
}

.onlinestbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 0;
}

.onlinescbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0 3em;
}

.informationbox{
max-width: 960px;
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0;
}

.tokuteitopbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 5em 0 1em;
}

.tokuteibox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 2em;
}

.arrowbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 5em 0;   
}

p.menusp1{
text-align: center;
color: #747060;
font-weight: 500;
font-size: 1.8em;
margin: 10em 0 1em;
}

p.menusp2{	
text-align: center;
color: #747060;
font-weight: 500;
font-size: 1.8em;
margin: 1em 0;
}

p.aboutl{
max-width: 480px;	
text-align: center;
font-weight:300;
font-size: 1.5em;
margin: 2em 1em 0;
}

p.abouts{
max-width: 480px;	
text-align: center;
font-weight: 300;
font-size: 1em;
margin: 0 1em 0.5em;
}

p.aboutr{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1em;
}

p.aboutc{
max-width: 480px;	
text-align: left;
color: #a4a4a4;
font-weight: 500;
font-size: 1.7em;
margin: 3em 0.8em 3em;
}

p.aboutd{
max-width: 480px;	
text-align: left;
color: #a4a4a4;
font-weight: 300;
font-size: 1.4em;
margin: 3em 1em 3em;
}

p.aboutmore{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.3em;
margin: 0 1em 3em;
}

p.worksr{
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 0.5em 1em 0.5em;
}

p.workss{
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 0.5em 1em 0.5em;
}

p.shopl{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.5em;
margin: 1em 1em 0;
}

p.shopr{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1em 1em 0;
}

p.shops{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 1em 1em 0;
}

p.oshopl{
max-width: 480px;	
text-align: center;
font-weight: 300;
font-size: 1.6em;
margin: 1em 1em 0;
}

p.oshopr{
max-width: 480px;	
text-align: center;
font-weight:300;
font-size: 1.4em;
margin: 0.5em 1em 0;
}

p.oshoprl{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1em 1em;
}

p.oshopc{
max-width: 480px;	
text-align: center;
font-weight: 300;
font-size: 1.5em;
margin: 0.5em 0;
}

p.informatin{
text-align: center;
font-weight: 300;
font-size: 1.0em;
margin: 1em 0;
}

p.tokuteil{
text-align: left;
font-weight: 500;
font-size: 1.4em;
margin: 0.5em 1em 0;
}

p.tokuteirb{
text-align: left;
font-weight: 500;
font-size: 1.2em;
margin: 0.5em 1em 0;
}

p.tokuteir{
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 0.5em 1em 0;
}

p.arrow{
text-align: center;	
font-weight: 300;
color: #c6c6c6;
font-size: 2em;
margin: 3em 0;
}

p.copy{
text-align: center;
font-size: 1em;
margin: 1em;
}

}

@media screen and (min-width : 1025px) {

img{
max-width: 100%;
vertical-align:bottom;
height: auto;
width /***/:auto;　
}

body{
font-family: 'Helvetica','Hiragino Kaku Gothic ProN','Arial',sans-serif;
font-size: 62.5%;
color: #727272;
background: #ffffff;
text-align: center;
margin-right: auto;
margin-left : auto;
}

header{
text-align: center;
margin-right: auto;
margin-left : auto;
}

main{
text-align: center;
margin-right: auto;
margin-left : auto;
}

footer{
text-align: center;
margin-right: auto;
margin-left : auto;
}

ul{
max-width: 1200px;	
text-align: right;
margin-right: auto;
margin-left : auto; 
}

li{
display: inline;
text-align: right;
font-weight: 500;
font-size: 1.6em;
margin: 0 0 0 1em;
}

p {
font-weight: 300;
font-size: 1.4em;
line-height: 200%;	
margin: 0;
padding: 0;
}

h1{
font-weight:300;
text-align: center;
color: #727272;
font-size: 1.4em;
margin: 3em 1em 1em;
}

h2{
font-weight: 300;
text-align: center;
font-size: 1.5em;
margin: 0.5em 1em 0;
}

h3{
font-weight: 300;
text-align: center;
font-size: 1.4em;
margin: 1em 1em 0.5em;
}

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

a:visited{
color:#727272; 
text-decoration:none;
}
		
a:hover{
color:#a5a5a5;
text-decoration: none;
}

a:active {
text-decoration: none;
}


a.menu{
color: #727272;
text-decoration: none;
}

a:visited.menu{
color: #727272; 
text-decoration:none;
}
		
a:hover.menu{
color: #727272;
text-decoration: none;
}

a:active.menu{
text-decoration: none;
}


a.menupc{
color: #727272;
text-decoration: none;
}

a:visited.menupc{
color: #727272; 
text-decoration:none;
}
		
a:hover.menupc{
color: #727272;
text-decoration: none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}

a:active.menupc{
text-decoration: none;
}


a.link1{
color: #727272;
text-decoration:none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}

a:visited.link1{
color: #727272; 
text-decoration:none;
background: linear-gradient(transparent 70%, #d1d1d1 70%);
}
		
a:hover.link1{
color: #9d9d9d;
text-decoration: none;
background: none;
}

a:active.link1{
text-decoration: none;
background: none;
}

a:hover img{
transition:all 0.5s ease-out;	
opacity: 0.5;
}

a:hover.os img{
text-decoration: none;
opacity: 1;
}

#logo{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#main{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#about{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#arrow{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

#copy{
text-align: center;
margin-right: auto;
margin-left : auto;   
}

.pc{
display:block;
}
.sp{
display:none;
}

.pcmenu{
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.pcmenu2{
text-align: center;
margin: 0 10px;
}

.toppcbox {
max-width:1200px;	
display: flex;
text-align: center;
margin-right: auto;
margin-left : auto;
}

.toppcbox2 {
max-width:1200px;	
display: flex;
text-align: center;
margin-right: auto;
margin-left : auto;
}
 
.toppc1 {
margin: 5px 0 10px;
}

.toppc2 {
margin: 0 5px 10px 0;
}

.toppc3 {
margin: 0 0 10px 5px;
}

.toppc4 {
margin: 5px 0 10px 0;
}

.topimgpc {
width: 100%;
position: relative;
}

.topimgpc img {
width: 100%;
height: 100%;
margin: 0;
}

.topimgpc span {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(195, 195, 195, 0.7);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.topimgpc p {
color: #fff;
font-weight: 500;
font-size: 2.5em;
width: 50%;
height: 50%;
margin: 0;
position: absolute;
top: 25%;
left: 25%;
bottom: 0;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.topimgpc:hover p {
opacity: 1;   
}
.topimgpc:hover span {
opacity: 1;   
}


.topmenuboxpc {
position: relative;
width: 2.5em;
margin: 15% 50%;
transform: rotate(-180deg);
text-align: center;
margin-right: auto;
margin-left : auto; 
}
.line1pc {
height: 1px;
background-color: rgba(255, 255, 255, 1);
}
.line2pc {
position: absolute;
top: 0;
right: 0;
transform-origin: bottom right;
width: 10px;
height: 1px;
background-color: rgba(255, 255, 255, 1);
transform: rotate(-45deg);
}

.arrowmove1pc {
padding: 0.5em 0 0 14em;	
animation: move1pc .5s infinite alternate ease-in-out;
}
@keyframes move1pc {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}

.arrowmove2pc {
padding: 0.5em 0 0 21em;	
animation: move2pc .5s infinite alternate ease-in-out;
}
@keyframes move2pc {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}

.arrowmove3pc {
padding: 0.5em 0 0 14em;	
animation: move3pc .5s infinite alternate ease-in-out;
}
@keyframes move3pc {
 from {
    transform: translatex(0);
 }
 to {
    transform: translatex(-5px);
 }
}

 
.slider img {
height: auto;
max-width: 1200px;
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.slider{
height: auto;
max-width: 1200px;
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.slick-prev, .slick-next {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
 
.slick-prev {
left: 0;
z-index: 1;
}
 
.slick-next {
right: 0;
}
 
.slick-prev:before, .slick-next:before {
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
 
.slick-prev:before {
content: '<';
}
 
.slick-next:before {
content: '>';
}

.slick-prev,.slick-next{
width: 40px;
height: 40px;
}
 
.slick-prev:before, .slick-next:before {
font-size: 40px;
}
 
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
 color: transparent;
 outline: none;
 background: transparent;
}
 
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
 opacity: 1;
}
 
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
 opacity: .25;
}


.slick-dots li button:before {
font-size: 20px;
color: #9b9b9b;
opacity: 75;
}

.slick-dots li.slick-active button:before {
color: #6d6d6d;
opacity: 1;
}


.osimgmenubox {
max-width:1200px;	
display: flex;
text-align: center;
margin-right: auto;
margin-left : auto;
}

.osimgmenu {
width: 100%;
position: relative;
}

.osimgmenu img {
width: 100%;
height: 100%;
margin: 0;
}

.osimgmenu span {
width: 100%;
height: 100%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(195, 195, 195, 0.7);
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.osimgmenu p {
color: #fff;
font-weight: 500;
font-size: 2.5em;
width: 50%;
height: 50%;
margin: 0;
position: absolute;
top: 25%;
left: 25%;
bottom: 0;
opacity: 0;
display: flex;
align-items: center;
justify-content: center;
}
.osimgmenu:hover p {
opacity: 1;   
}
.osimgmenu:hover span {
opacity: 1;   
}

.swiper {
max-width: 1200px;
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 0;
}
.swiper-slide {
max-width: 1200px;
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 0;
}
.swiper-button-next::after, .swiper-button-prev::after {
font-size: 1.5rem;
color: #fff;
}
.swiper-pagination-bullet {
background-color: #fff;
height: 5px;
width: 5px;
}
.swiper-pagination-bullet-active {
background-color: #fff;
}

.swiper-slide-active .swiper-slide__item,
.swiper-slide-duplicate-active .swiper-slide__item,
.swiper-slide-prev .swiper-slide__item {
 animation: zoomanime 8s linear 0s normal both;
}

@keyframes zoomanime {
 0% {
 transform: scale(1);
 }
 100% {
 transform: scale(1.3);
 }
}

.toplink {
color: #727272;
position: relative;
text-decoration: none;
}
.toplink::before {
background: #dbd9d9;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
width: 100px;
z-index: -1;
}
.toplink::after {
background: #818181;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
transition: all .4s ease-in-out;
width: 0;
z-index: 0;
}
.toplink:hover::after {
width: 100px;
}
a:visited.toplink{
color: #727272; 
text-decoration:none;
}


.toplinkl {
color: #727272;
position: relative;
text-decoration: none;
}
.toplinkl::before {
background: #dbd9d9;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
width: 220px;
z-index: -1;
}
.toplinkl::after {
background: #818181;
bottom: -5px;
content: '';
display: block;
height: 1px;
left: 0;
position: absolute;
transition: all .4s ease-in-out;
width: 0;
z-index: 0;
}
.toplinkl:hover::after {
width: 220px;
}
a:visited.toplinkl{
color: #727272; 
text-decoration:none;
}


.toplink2 a {
font-size: 14px;
letter-spacing: 0.1em;
color: #818181;
font-weight: 400;
border: solid 1px #818181;
border-radius: 999px;
display: block;
box-sizing: border-box;
max-width: 30%;
text-align: center; 
margin-right: auto;
margin-left : auto; 
padding: 15px;
text-decoration: none;
cursor: pointer;
transition: all 0.3s;
}

.toplink2 a:hover {
color: #fff;
background: #818181;
transition: all 0.3s;
}

 

.photo{
text-align: center;
margin-right: auto;
margin-left : auto; 
}

.photo2{
text-align: center;
margin: 10px;  
}

.photo3{
text-align: center;
margin:0 10px 15px; 
}

.aboutbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 0;
}

.aboutbox2{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3rem 0 3rem;
}

.worksbox{
max-width: 1200px;
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 2em 0 0;
}

.shopbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 2em;
}

.onlinesbox{
max-width: 480px;
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 0;
}

.onlinesbox2{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0 5em;
}

.onlinestbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 0;
}

.onlinescbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0 3em;
}

.informationbox{
max-width: 960px;
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 3em 0;
}

.tokuteitopbox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 5em 0 1em;
}

.tokuteibox{
width: 480px;	
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 1em 0 2em;
}

.arrowbox{
text-align: center;
margin-right: auto;
margin-left : auto;
padding: 5em 0;   
}

p.aboutl{
max-width: 480px;	
text-align: center;
font-weight: 300;
font-size: 1.5em;
margin: 2em 1em 0;
}

p.abouts{
max-width: 480px;	
text-align: center;
font-weight: 300;
font-size: 1em;
margin: 0 1em 0.5em;
}

p.aboutr{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1em;
}

p.aboutc{
max-width: 480px;	
text-align: left;
color: #a4a4a4;
font-weight: 500;
font-size: 1.7em;
margin: 3em 0.8em 3em;
}

p.aboutd{
max-width: 480px;	
text-align: left;
color: #a4a4a4;
font-weight: 300;
font-size: 1.4em;
margin: 3em 1em 3em;
}

p.aboutmore{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.3em;
margin: 0 1em 5em;
}

p.worksr{
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 0.5em 1em 0.5em;
}

p.workss{
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 0.5em 1em 0.5em;
}

p.shopl{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.5em;
margin: 1em 1em 0;
}

p.shopr{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1em 1em 0;
}

p.shops{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 1em 1em 0;
}

p.oshopl{
max-width: 480px;	
text-align: center;
font-weight: 300;
font-size: 1.6em;
margin: 1em 1em 0;
}

p.oshopr{
max-width: 480px;	
text-align: center;
font-weight:300;
font-size: 1.4em;
margin: 0.5em 1em 0;
}

p.oshoprl{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.4em;
margin: 1em 1em;
}

p.oshopc{
max-width: 480px;	
text-align: center;
font-weight: 300;
font-size: 1.5em;
margin: 0.5em 0;
}

p.informatin{
text-align: center;
font-weight: 300;
font-size: 1.0em;
margin: 1em 0;
}

p.tokuteil{
max-width: 480px;
text-align: left;
font-weight: 500;
font-size: 1.4em;
margin: 0.5em 1em 0;
}

p.tokuteirb{
max-width: 480px;	
text-align: left;
font-weight: 500;
font-size: 1.2em;
margin: 0.5em 1em 0;
}

p.tokuteir{
max-width: 480px;	
text-align: left;
font-weight: 300;
font-size: 1.2em;
margin: 0.5em 1em 0;
}

p.arrow{
font-weight: 300;
text-align: center;	
color: #c6c6c6;
font-size: 3em;
margin: 3em 0;
}

p.copy{
text-align: center;
font-size: 1em;
margin: 1em;
}

}