@charset "UTF-8";
/* CSS Document */

/*
==========================================================
取扱商品
==========================================================
*/
	#topImage {
	background-image: url(images/topImage.jpg);
}


@media print, screen and (min-width: 769px) {
	
.conte_top {
margin-bottom: 100px;
overflow: hidden;
position: relative;		
z-index: 1;
}
.conte_top .round_photo {
  width: 20%;
  min-width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.conte_top .round_photo img {
  height: 100%;
  width: auto;
  opacity: .8;
}
.conte_top .round_photo.round01 {
  top: 0;
  left: 2%;
}
.conte_top .round_photo.round02 {
  top: 15%;
  right: 5%;
}
.conte_top .round_photo.round03 {
  bottom: 20%;
  left: 5%;
}
.conte_top .round_photo.round04 {
  bottom: 0;
  right: 2%;
}

.conte_top h3 {
text-align: center;
margin-bottom: 100px;
padding-top: 50px;
font-size: 9.6rem;
line-height: 1.8em;
font-family:'Lato', sans-serif;
font-weight: 100;
text-shadow:0 0 20px #fff;
}
.conte_top dl {
text-align: center;
font-family: 'BIZ UDPGothic', sans-serif;
text-shadow:4px 4px 5px #fff;
}
.conte_top dt {
font-size: 3.2rem;
font-weight: 500;
margin-bottom: 50px;
}
.conte_top dd {
font-size: 2.0rem;
line-height: 2em;
margin-bottom: 40px;
}
.contebox {
overflow: hidden;
padding: 0 20px;
margin-bottom: 50px;
}
h4 {
font-size: 3.2rem;
margin-bottom: 40px;
}
.product ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
}
.product li {
width: 30%;
margin-bottom: 30px;
}
.product li dl {
margin: 0;
}
.product li dt {
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 10px;
text-align: center;
margin: 0;
}
.product li dd {
	position: relative;
	width: 320px;
 height: 320px;
	margin: 0;
padding: 0;
overflow: hidden;
}
.img-wrap{
  width: auto;
  height: auto;
}
.img-wrap img{
  width: 320px;
  height: 320px;
  object-fit: cover;
}
.hover-img {
  margin: 0;
  padding: 0;
}

.hover-text {
  display:flex;
  align-items: center;
  justify-content: center;
  position:    absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color:rgba(0,0,0,0.65);
  /*ホバーの動き方*/
  opacity: 0;
  transition: .35s ease-in-out;
}
.hover-text p {
  font-size: 16px;
  padding: 0 20px;
}
/*ホバーエフェクト*/
dd:hover .hover-text {
  opacity: 1;
}

.contebox .design .box {
overflow: hidden;
}
.contebox .design dl {
font-family: 'BIZ UDPGothic', sans-serif;
text-align: center;
}
.contebox .design dt {
height: 200px;
background-image: url("images/design_bg.png");
background-position: center center;
background-repeat: no-repeat;
font-size: 2.4rem;
margin-bottom: 40px;
}
.contebox .design dt span {
font-size: 5rem;
color: #b7b7b6;
line-height: 1.2em;
display: block;
padding-top: 50px;
}
.contebox .design dd {
margin-bottom: 40px;
line-height: 1.8em;
}
.contebox .design ul {
display: flex;
position: relative;
overflow: hidden;
height: 540px;
}
.contebox .design .rightup {
position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: auto;
}
.contebox .design .leftup {
position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: auto;
} 
.contebox .design .rightdown {
position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 55%;
        height: auto;
}
.contebox .design .leftdown {
position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 55%;
        height: auto;
}
.contebox .design .more a {
background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.contebox .design .more a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.contebox .design .more a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.contebox .design .more a:hover:before,
.contebox .design .more a:hover:after {
    right: -0.5em;
}
.contebox .design .more a:hover {
  background: #edf6ff;
 color: #6bb6ff;
}

.contact {
padding-top: 10px;
overflow: hidden;
background: #ededed;
}
.contact .contact_top {
width: 1200px;
margin: 0 auto;
background-image: url("images/contact_character.svg");
background-position: right top;
background-repeat: no-repeat;
background-size: 20%;
}
.contact dl {
margin: 0;
padding-top: 40px;
text-align: left;
margin-bottom: 30px;
}
.contact dt {
font-size: 2.4rem;
font-weight: 500;
margin-bottom: 40px;
}
.contact dd {
font-size: 2rem;
}
.contact dd:before {
     font-family: "Font Awesome 5 Free";
     content: "\f14a";
     padding-right: 10px;
     font-weight: 900;
 }
.contact p {
font-size: 2.4rem;
font-weight: 500;
}


.contebox .box .ph img {
border-radius: 20px;
}
.contebox .left .ph {
width: 40%;
float: left;
margin-bottom: 50px;
}
.contebox .left p {
width: 50%;
line-height: 2.4em;
float: right;
text-align: left;
}
.contebox .right .ph {
width: 40%;
float: right;
margin-bottom: 50px;
}
.contebox .right p {
width: 50%;
line-height: 2.4em;
float: left;
text-align: left;
}

}


@media screen and (max-width: 768px) {
	
.conte_top {
margin-bottom: 100px;
overflow: hidden;
position: relative;		
z-index: 1;
}
.conte_top .round_photo {
  width: 30%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
}
.conte_top .round_photo img {
  height: 100%;
  width: auto;
  opacity: .6;
}
.conte_top .round_photo.round01 {
  top: 0;
  left: 2%;
}
.conte_top .round_photo.round02 {
  top: 20%;
  right: 5%;
}
.conte_top .round_photo.round03 {
  bottom: 40%;
  left: 5%;
}
.conte_top .round_photo.round04 {
  bottom: 0;
  right: 2%;
}
.conte_top h3 {
text-align: center;
margin-bottom: 20px;
padding-top: 50px;
font-size: 6rem;
line-height: 1.5em;
font-family:'Lato', sans-serif;
font-weight: 300;
text-shadow:2px 2px 5px rgba(255,255,255,0.75);
}
.conte_top dl {
text-align: center;
font-family: 'BIZ UDPGothic', sans-serif;
text-shadow:4px 4px 5px #fff;
}
.conte_top dt {
font-size: 2.1rem;
font-weight: 500;
margin-bottom: 30px;
}
.conte_top dd {
font-size: 1.6rem;
line-height: 1.8em;
margin-bottom: 40px;
}
.contebox {
overflow: hidden;
margin-bottom: 40px;
}
h4 {
font-size: 2.4rem;
margin-bottom: 40px;
}
.product ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
}
.product li {
width: 100%;
margin-bottom: 20px;
}

.product li dl {
margin: 0;
}
.product li dt {
font-size: 1.4rem;
font-weight: 500;
margin-bottom: 10px;
text-align: center;
margin: 0;
}
.product li dd {
	position: relative;
	margin: 0;
padding: 0;
overflow: hidden;
display: flex;
align-items: stretch;
}
.product li:nth-of-type(even) dd {
  flex-direction: row-reverse;
}
.img-wrap{
  width: 50%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.img-wrap img{
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.hover-img {
  margin: 0;
  padding: 0;
}
.hover-text {
	display:flex;
	align-items: center;
justify-content: center;
	}

.hover-text {
  width: 50%;
  color: #fff;
  background-color:rgba(0,0,0,0.5);
}
.hover-text p {
  font-size: 13px;
  padding: 0 10px;
		line-height: 1.2em;
}

.contebox .design {
margin-bottom: 30px;
}
.contebox .design .box {
overflow: hidden;
}
.contebox .design dl {
font-family: 'BIZ UDPGothic', sans-serif;
text-align: center;
}
.contebox .design dt {
height: 120px;
background-image: url("images/design_bg.png");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
font-size: 2.1rem;
margin-bottom: 40px;
}
.contebox .design dt span {
font-size: 3rem;
color: #b7b7b6;
line-height: 1.2em;
display: block;
padding-top: 30px;
}
.contebox .design dd {
margin-bottom: 40px;
line-height: 1.8em;
}
.contebox .design ul {
display: flex;
position: relative;
overflow: hidden;
height: 200px;
}
.contebox .design .rightup {
position: absolute;
        top: 0;
        right: 0;
        width: 55%;
        height: auto;
}
.contebox .design .leftup {
position: absolute;
        top: 0;
        left: 0;
        width: 55%;
        height: auto;
} 
.contebox .design .rightdown {
position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 55%;
        height: auto;
}
.contebox .design .leftdown {
position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 55%;
        height: auto;
}
.contebox .design .more a {
background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.contebox .design .more a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: -1em;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.contebox .design .more a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    width: 40px;
    height: 2px;
    background-color: #6bb6ff;
    transition: 0.3s;
}
.contebox .design .more a:hover:before,
.contebox .design .more a:hover:after {
    right: -0.5em;
}
.contebox .design .more a:hover {
  background: #edf6ff;
 color: #6bb6ff;
}

.contact {
padding-top: 10px;
overflow: hidden;
background: #ededed;
}
.contact .contact_top {
margin: 0 auto;
padding: 0 12px;
background-image: url("images/contact_character.svg");
background-position: right top;
background-repeat: no-repeat;
background-size: 20%;
}
.contact dl {
margin: 0;
padding-top: 20px;
text-align: left;
margin-bottom: 30px;
}
.contact dt {
font-size: 1.8rem;
font-weight: 500;
margin-bottom: 40px;
}
.contact dd {
font-size: 1.7rem;
}
.contact dd:before {
     font-family: "Font Awesome 5 Free";
     content: "\f14a";
     padding-right: 10px;
     font-weight: 900;
 }
.contact p {
font-size: 2.0rem;
font-weight: 500;
margin-bottom: 20px;
}


.contebox .box .ph img {
border-radius: 20px;
}
.contebox .left .ph {
width: 40%;
float: left;
margin-bottom: 50px;
}
.contebox .left p {
width: 50%;
line-height: 2.4em;
float: right;
text-align: left;
}
.contebox .right .ph {
width: 40%;
float: right;
margin-bottom: 50px;
}
.contebox .right p {
width: 50%;
line-height: 2.4em;
float: left;
text-align: left;
}


}

