﻿/*  各インクルード共通  */
.top-wrap {
background-color: #F0F0F0;
color: #333; 
} 
.top__shadow-strong{
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.top__shadow{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media screen and (min-width:768px){
#top section{
	margin: 2.4rem 0 0 0
}
	.top-include__bg-wh{
 background: #fff;
 box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
 padding: 2.4rem 0
	}		
.top-include-inner {
width: 1240px;
padding: 0 20px;
margin: 0 auto;
box-sizing: border-box;
}
.top--global-hdg2 {
position: relative;
padding-bottom: 1.25rem;
border-bottom: 3px solid #B6B6B6;
font-size: 1.75rem;
margin-bottom: 1em;
}
.top--global-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
} 
.top--global-hdg2.jukyuban_style {
text-align: center;
}
.top--global-hdg2.jukyuban_style::after {
content: none;
} 
}

@media screen and (max-width:767px){
#top section{
	margin: 1.6rem 0 0 0
}
	.top-include__bg-wh{
 background: #fff;
 box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
 padding: 2rem 0
	}	
	.top-include-inner {
padding: 0 15px;
box-sizing: border-box
	}
.top--global-hdg2 {
position: relative;
padding-bottom: 1.25rem;
border-bottom: 3px solid #B6B6B6;
font-size: 1.5rem;
margin-bottom: 1em;
line-height: 1.2; 
}
.top--global-hdg2::after {
position: absolute;
content: " ";
border-bottom: solid 3px #E5002D;
bottom: -3px;
width: 8%;
display: block;
}
.top--global-hdg2.jukyuban_style {
text-align: center;
}
.top--global-hdg2.jukyuban_style::after {
content: none;
} 
}
/*  各インクルード共通  end  */

/* TOP */
@media screen and (min-width:768px){
body{
    background: #F1F1F1;
    min-width: 1240px;
    margin: 0 auto;
    min-height: 100vh;
    overflow: hidden;
}
}
@media screen and (max-width:767px){
body{
    background: #F1F1F1;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
}
}

/*  ローテーション  */
.rotation-container{
 opacity: 0;
 transition: opacity .3s linear;
}
.rotation-container.slick-initialized{
  opacity: 1;
}
@media screen and (min-width: 768px){
	#top section.rotation{
	margin: 0;
	padding: 0;
	/*background: #fff;*/
	box-sizing: border-box;
	position: relative
	}

	.rotation-container{
 margin: 0 auto;
 max-width: 845px;
	height: 394px;
	}
.rotation-container .slick-list {
  overflow: visible;
}
	.rotation--box{
	 margin: 1.5rem .6rem 1rem .6rem;
		position: relative
	}
	.rotation--box a{
	display: grid;
	place-content:center;
	}
	.rotation--box a::after{
		position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(0, 0, 0, .4);
		z-index: 0;
		border-radius: 10px;
	}

	.rotation-container--img{
		border-radius: 10px;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
		width: 100%;
		height: auto
	}
	
	.rotation--box.slick-slide  p{
		position: absolute;
		top:calc(100% - 4em);
	 left: 1em;
		font-weight: bold;
		color: #FFF;
		font-size: 1.25rem;
		z-index: 1;
		line-height: 1.22;
		opacity: .5;
		}
	
	.rotation-container	.rotation--box.slick-slide.slick-current p {
  opacity: 1;
  text-shadow: 0 0 6px rgba(0,0,0,0.73);
}
	/*.rotation-container	.rotation--box.slick-slide.slick-current a::after{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 19%, rgba(0,0,0,0.28) 70%, rgba(0,0,0,0.35) 100%); 
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 19%,rgba(0,0,0,0.28) 70%,rgba(0,0,0,0.35) 100%); 
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 19%,rgba(0,0,0,0.28) 70%,rgba(0,0,0,0.35) 100%); 
	}*/
    
    .rotation-container	.rotation--box.slick-slide.slick-current a::after{
    background-color: rgba(0, 0, 0, 0);
	}
	.rotation .slick-dots li{
		width: 10px;
		height: 10px
	}
	.rotation .slick-dots li button:before{	
  background: #B2B2B2;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  opacity: 1;
	}
.rotation .slick-dots li.slick-active button:before {
  background: #15489E;
  opacity: 1
	}
	.rotation .slick-dots{
		width: 345px;
  left: 50%;
  transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
  bottom:-4%;
	}
	}

@media screen and (max-width: 767px){
#top section.rotation{
	 margin: 0;
	}

	.rotation-container{
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		padding:1rem 0 .8rem 0;
		/*background: #fff;*/
	}
	.rotation .slick-initialized .slick-slide{	}
	.rotation-container--img{
 width: 94%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 18px;
    margin: 0 3%;
	}
	.rotation--box{
		position: relative
	}
	.rotation--box a::after{
		position: absolute;
  top: 0;
  left: 3%;
  display: block;
  width: 94%;
  height: 100%;
  content: '';
  /*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 19%, rgba(0,0,0,0.28) 70%, rgba(0,0,0,0.35) 100%); 
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 19%,rgba(0,0,0,0.28) 70%,rgba(0,0,0,0.35) 100%); 
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 19%,rgba(0,0,0,0.28) 70%,rgba(0,0,0,0.35) 100%); */
		z-index: 0;
		border-radius: 20px;
	}
    .rotation-container	.rotation--box.slick-slide.slick-current a::after{
    background-color: rgba(0, 0, 0, 0);
	}
	.rotation--box.slick-slide  p{
		position: absolute;
		top:calc(100% - 3.2em);
	 left: 1.6em;
		font-weight: bold;
		color: #FFF;
		font-size: 1.15rem;
		z-index: 1;
		line-height: 1.3;
		opacity: .5
		}
	
	.rotation-container	.rotation--box.slick-slide.slick-current p {
 opacity: 1;
	text-shadow: 0 0 6px rgba(0,0,0,0.73);
}
	.rotation .slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 8px
	}
	.rotation .slick-dots li button:before{	
	background: #B2B2B2;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	opacity: 1}
.rotation .slick-dots li.slick-active button:before {
	background: #15489E;
	opacity: 1
	}
	.rotation .slick-dots{
  bottom: -1.2rem;
	}
	}
	/*  ローテーション　end  */

/*ローテーション2 start*/
#top .swiper-rotation {
    margin: 0;
    padding: 0;
    /*background: #fff;*/
    box-sizing: border-box;
    position: relative
}

#top .swiper-rotation .swiper {
    max-width: 845px;
    height: 394px;
    margin: 0 auto;
    overflow: visible
}

@media screen and (max-width: 767px) {
    #top .swiper-rotation .swiper {
        width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto 30px;
    }
}

#top .swiper-rotation .swiper .swiper-slide {
    width: 825px;
    height: 353px;
    margin: 1.5rem 0 1rem 0;
    
    /*overflow: hidden*/
}

@media screen and (max-width: 767px) {
    #top .swiper-rotation .swiper .swiper-slide {
        width:100%;
        height: 300px;
        border-radius: 20px
    }
}

#top .swiper-rotation .swiper .swiper-slide a {
    display: grid;
    place-content: center;
    position: relative
}

#top .swiper-rotation .swiper .swiper-slide a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    z-index: 0;
        border-radius: 10px;
}

@media screen and (max-width: 767px) {
    #top .swiper-rotation .swiper .swiper-slide a::after {
        position:absolute;
        top: 0;
        left: 3%;
        display: block;
        width: 94%;
        height: 100%;
        content: "";
        background: linear-gradient(to bottom,rgba(0,0,0,0) 19%,rgba(0,0,0,.28) 70%,rgba(0,0,0,.35) 100%);
        z-index: 0
    }
}

#top .swiper-rotation .swiper .swiper-slide a .swiper-rotation-container--img {
    width: 100%;
    height: auto;
        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 10px;
    display: block;
}

@media screen and (max-width: 767px) {
    #top .swiper-rotation .swiper .swiper-slide a .swiper-rotation-container--img {
        width:94%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 18px;
        margin: 0 3%
    }
}

#top .swiper-rotation .swiper .swiper-slide a p {
    font-feature-settings: "palt";
    position: absolute;
    top: inherit;
    left: 1em;
    bottom: 1em;
    width: calc(100% - 2em);
    font-weight: 700;
    color: #fff;
    font-size: 1.25rem;
    z-index: 1;
    line-height: 1.22;
    opacity: .5
}

#top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active a::after {
    opacity: 0
}

#top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active a p {
    opacity: 1;
    text-shadow: 0 0 6px rgba(0,0,0,.73)
}

#top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active.custom01 {
    overflow: hidden
}

#top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active.custom01 a::after {
    opacity: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 19%,rgba(0,0,0,.28) 70%,rgba(0,0,0,.35) 100%)
}

@media screen and (max-width: 767px) {
    #top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active.custom01 a::after {
        border-radius:20px
    }
}

#top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active.custom02 {
    overflow: hidden
}

#top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active.custom02 a::after {
    opacity: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 19%,rgba(0,0,0,.28) 70%,rgba(0,0,0,.35) 100%)
}

@media screen and (max-width: 767px) {
    #top .swiper-rotation .swiper .swiper-slide.swiper-rotation--box.swiper-slide-active.custom02 a::after {
        border-radius:20px
    }
}

#top .swiper-rotation .swiper-horizontal>.swiper-pagination-bullets {
    bottom: -16px
}

#top .swiper-rotation .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,#top .swiper-rotation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

@media screen and (max-width: 767px) {
    #top .swiper-rotation .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,#top .swiper-rotation .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin:0 8px
    }
}

#top .swiper-rotation .swiper-pagination-bullet {
    background: #b2b2b2;
    height: 10px;
    width: 10px;
    opacity: 1
}

#top .swiper-rotation .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #15489E
}

#top .swiper-rotation .swiper .swiper-slide a p {
font-size:1.25rem;
width:calc(100% - 2em);
left:1em;     
}
@media screen and (max-width: 767px) {
#top .swiper-rotation .swiper .swiper-slide a p {
font-size:1.0rem;
width:calc(100% - 3em);
left:1.5em;     
}
}
.rotation-container .rotation--box.slick-slide.slick-current.custom01 a::after {
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 19%,rgba(0,0,0,0.28) 70%,rgba(0,0,0,0.35) 100%) !important;
  }
.rotation-container .rotation--box.slick-slide.slick-current.custom02 a::after {
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 60%,rgba(0,0,0,0.28) 80%,rgba(0,0,0,0.35) 100%) !important;
  }	 

@media screen and (min-width: 768px) {
    .swiper-button-prev,.swiper-button-next{
    display: none!important;
}
}

@media screen and (max-width: 767px) {
.swiper-button-prev,.swiper-button-next{
    font-size: 20px;
    line-height: 1;
    width: 20px;
    height: 300px!important;
    top: 10px!important;
    margin-top: 0!important;
    display: block;
    border-radius: 0.3em;
}
.swiper-button-prev{
    padding: 15px 0 15px 5px;
}
.swiper-button-next{
    padding: 15px 5px 15px 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '>';
    color: #fff;
    font-weight: bold;
    font-size: 1em!important;
    background: rgba(0,0,0,0.6);
    padding: 20px 5px;
    border-radius: 5px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '<';
    color: #fff;
    font-weight: bold;
    font-size: 1em!important;
    background: rgba(0,0,0,0.6);
    padding: 20px 5px;
    border-radius: 5px;
}
svg.swiper-navigation-icon{
display: none;
}
}
/*ローテーション2 end*/




/*　リフォームコンテンツ　*/
.flatbtn.jukyuban_top-btn {
max-width: 300px;
    margin: 20px auto 0;
    padding: 1.2rem 0.2rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}
@media screen and (max-width: 767px){
  .flatbtn.jukyuban_top-btn {
    margin: 20px auto 10px;
}  
}

.jukyuban_top .jukyuban_top_block{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.jukyuban_top .jukyuban_top_block--txt{
    width: 50%;
    margin: auto;
    padding: 10px 30px;
    box-sizing: border-box;
}
.jukyuban_top .jukyuban_top_block--txt p{
    line-height: 1.5;
    font-feature-settings: "palt" 1;
    text-align: center;
}
.jukyuban_top .jukyuban_top_block--txt .block_title{
    line-height: 1.5;
    font-feature-settings: "palt" 1;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 10px;
}



.jukyuban_top .jukyuban_top_block--img{
    width: 50%;
}

.jukyuban_top .jukyuban_top_block--img img{
    display: block;
    width: 100%;
    height: auto;
}


@media screen and (max-width: 767px){
    #top section.jukyuban_top{
    margin: 10px 10px 0 10px; 
}
    .jukyuban_top .jukyuban_top_block{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
        flex-direction: column-reverse;
}
.jukyuban_top .jukyuban_top_block--txt{
    width: 100%;
}
.jukyuban_top .jukyuban_top_block--img{
    width: 100%;
}
.jukyuban_top .jukyuban_top_block--txt p {
    line-height: 1.5;
    font-feature-settings: "palt" 1;
    text-align: center;
    font-size: 0.9em;
    margin: 0 0 15px;
}
}

.jukyuban_service{
    background: linear-gradient(#15489E 200px ,transparent 200px);
}

.jukyuban_service .jukyuban_service_block{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.jukyuban_service .section_title{
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    padding: 30px 0 30px;
}

.jukyuban_service_block-cols{
    display: flex;
    flex-wrap: wrap;
}
.jukyuban_service_block-cols.construction{
    background: #fff;
}
.jukyuban_service_block-cols li{
    width: calc(100% / 4 - 12px);
    margin: 0 16px 40px 0;
    background: #fff;
    overflow: hidden;
}

.jukyuban_service_block-cols li:nth-child(4n){
    margin: 0 0 40px 0;
}

.jukyuban_service .jukyuban_service_block--txt{
    margin: auto;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.jukyuban_service .jukyuban_service_block--txt p{
    line-height: 1.5;
    margin: 10px 0 auto;
    font-feature-settings: "palt" 1;
}
.jukyuban_service .jukyuban_service_block--txt .block_title{
    line-height: 1.5;
    font-feature-settings: "palt" 1;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin: 10px 0px 10px;
}
.jukyuban_service .jukyuban_service_block--txt .block_title.txt_left{
    text-align: left;
}
.jukyuban_service .jukyuban_service_block--txt .flatbtn.jukyuban_top-btn{
    /* margin: 10px auto 0px; */
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
    height: 4em;
    padding: 1.2rem 0.2rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.jukyuban_service .jukyuban_service_block--img{

}

.jukyuban_service .jukyuban_service_block--img img{
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px){
.jukyuban_service{
    background: linear-gradient(#15489E 50.3% ,transparent 20%);
}
.jukyuban_service_block-cols li {
    width: 100%;
    margin: 0 0 40px 0;
    background: #fff;
    overflow: hidden;
} 
.jukyuban_service .section_title {
    padding: 30px 10px 15px;
}
}

.jukyuban_service_block-cols.twin{

}

.jukyuban_service_block-cols.twin li{
    width: calc(50% - 8px);
    margin: 0 16px 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.jukyuban_service_block-cols.twin li:nth-child(2n){
    margin: 0 0 40px 0;
}

.jukyuban_service_block-cols.twin li .jukyuban_service_block--txt{
    width: 50%;
    margin: 0 0 0 0;
    height: auto;
}

.jukyuban_service_block-cols.twin li .jukyuban_service_block--img{
    width: 50%;
    overflow: hidden;
}
.jukyuban_service_block-cols.twin li .jukyuban_service_block--img img{
    display: block;
    width: auto;
    height: auto;
}

@media screen and (max-width: 767px){
.jukyuban_service_block-cols.twin li{
    width: 100%;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column-reverse;
}
.jukyuban_service_block-cols.twin li .jukyuban_service_block--txt{
    width: 100%;
    margin: 0 0 0 0;
    height: auto;
}

.jukyuban_service_block-cols.twin li .jukyuban_service_block--img{
    width: 100%;
    overflow: hidden;
}
.jukyuban_service_block-cols.twin li .jukyuban_service_block--img img{
    width: 100%;
}
}

.jukyuban_service_block--btn_list{
    display: flex;
    flex-wrap: wrap;
}

.jukyuban_service .jukyuban_service_block--txt .jukyuban_service_block--btn_list a.flatbtn.jukyuban_top-btn{
    width: calc(50% - 5px);
    margin: 0 10px 0 0;
    font-feature-settings: "palt" 1;
}

.jukyuban_service .jukyuban_service_block--txt .jukyuban_service_block--btn_list a.flatbtn.jukyuban_top-btn:nth-child(2n){
    width: calc(50% - 5px);
    margin: 0 0 0 0;
}

.jukyuban_contact{
    
}

.jukyuban_contact .contact_block{
    margin: 10px 0 60px;
}

.jukyuban_contact .contact_block .block_title{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    line-height: 1.25;
}
.jukyuban_contact .contact_block .block_title span{
    display: inline-block;
}
.jukyuban_contact .contact_block .contact_img{
    display: block;
    margin: 10px auto 0;
    max-width: 600px;
    height: auto;
    width: 100%;
}


.jukyuban_others{

}

.jukyuban_others .jukyuban_others-box{
max-width: 1200px;
    margin: 0 auto;
}

.jukyuban_others .jukyuban_others-box .jukyuban_others-list{
display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.jukyuban_others .jukyuban_others-box .jukyuban_others-list li{
width: calc(25% - 9px);
    margin: 0 12px 20px 0;
    border:1px solid #bbb;
    box-sizing: border-box;
}

.jukyuban_others .jukyuban_others-box .jukyuban_others-list li:nth-child(4n){
    margin: 0 0 20px 0;
}
@media screen and (min-width: 768px){
.jukyuban_others .jukyuban_others-box.sub .jukyuban_others-list{
display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
}
@media screen and (max-width: 767px){
.jukyuban_others .jukyuban_others-box{
    margin: 0 10px;
}
.jukyuban_others .jukyuban_others-box .jukyuban_others-list li{
width: 100%;
        margin: 0 0 20px 0;
} 

.jukyuban_others .jukyuban_others-box .jukyuban_others-list li:nth-child(2n){
    margin: 0 0 20px 0;
}    
 
.jukyuban_others .jukyuban_others-box.sub .jukyuban_others-list li{
margin: 0 10px 10px 0;
}
.jukyuban_others .jukyuban_others-box.sub .jukyuban_others-list li:nth-child(2n){
margin: 0 0 10px 0;
}
    
}

.jukyuban_others .jukyuban_others-box .jukyuban_others-list li img{
width: 100%;
    height: auto;
    display: block;
}

/*  about  */
.top-about{
	/*background: url("../img/top/about.jpg") no-repeat left 25% center;*/
	background-size: cover;
	position: relative;
	color:#fff;
	margin: 0
		}
		.top-about::before {
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 width: 100%;
 height: 100%;
 content: '';
 background-color: rgba(0, 0, 0, .4);
 backdrop-filter: blur(4px);
 -webkit-backdrop-filter: blur(4px);
 -moz-backdrop-filter: blur(4px);
	z-index: 1
}
	.top-about-container{
	display: grid;
	place-content:center center;
	width: 1180px;
	height: 300px;
	margin: 0 auto
	}
	.top-about-container h2{
		font-weight: bold;
		font-size: 1.8rem;
		margin: 0 0 .65em 0;
		text-align: center;
			z-index: 1;
	}
		.top-about-container p{
			line-height: 1.7;
			font-size: 1.15rem;
			z-index: 1;
	}
	@media (min-width: 1241px){
    .top-about{
	   background-attachment: fixed;
    background-size: cover;	
		}
	}
	@media (max-width: 767px){
	.top-about{
	/*background: url("../img/top/about_sp.jpg") no-repeat center center;*/
		background-size: cover
	}
	.top-about-container{
	display: grid;
	place-content:center center;
		width: 100%;
		height: auto;
	padding: 3.2rem 20px;
		box-sizing: border-box;
		}	
		.top-about-container h2{
            font-feature-settings: "palt" 1;
		font-weight: bold;
		font-size: 1.5rem;
		margin: 0 0 .65em 0;
		text-align: center;
			z-index: 1;
	}
		.top-about-container p{
			line-height: 1.7;
			font-size: 1rem;
			z-index: 1;
	}
			}

	.top-site-link{
		margin: 2.4rem 0
	}
	.top-site-link ul{
		display: flex;
		justify-content: center
	}
	.top-site-link ul li a{
			box-sizing: border-box;
			display: block;
		 overflow: hidden
	}
	.top-site-link ul li a img{
   border-radius: 6px;	
		 box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
			transition: all 0.3s ease 0s
	}
	.top-site-link ul li a img:hover{
   box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
		 opacity: 0.8
	}
	.top-site-link ul li:first-child{
		margin-right: 40px
	}
	@media screen and (max-width:767px){
	.top-site-link{
		margin: 1.6rem 0
	}
	.top-site-link ul{
		display: flex;
		flex-direction: column;
		padding: 0 15px;
		box-sizing: border-box
	}
	.top-site-link ul li{
 margin: 1rem 0 0 0
	}
	.top-site-link ul li a img{
		width: 100%;
		height: auto
	}
	.top-site-link ul li:first-child{
		margin: 0
	}	
	}
/*  about end  */

/*  news  */
@media screen and (min-width: 768px) { 
.news--common-hdg3 {
font-size: 1.5rem;
border-bottom: 2px solid #B6B6B6;
margin-top: calc(60px - 0.6rem);
margin-bottom: calc(40px - 0.75rem);
padding-bottom: 1rem;
box-sizing:border-box;  
} 
.news-important-box {
border: 2px solid #E50012;
border-radius: 5px;
padding: 0.8rem 1rem;
margin: 1rem 0 4rem;
box-sizing: border-box; 
}
.news-important-box a:hover,
.news-important-box a:focus { 
text-decoration: none;
transition: all 0.3s ease 0s;  
opacity: 0.6;
} 
.news-important-box .news__title {
line-height: 1.7;
font-size: 1.4rem;
text-align: center;
} 
.news-important-box a {
color: #E50012;
font-weight: bold;   
} 
.news-list__article {
margin-top: 1.125rem; 
} 
.news-list__item {
display: flex;
align-items: flex-start;
}
.news-list__body {
display: flex;
flex-flow: row nowrap;
align-items: center;
box-sizing: border-box; 
border-bottom: 1px dashed #B6B6B6;
padding: .5rem 0 1.25rem;
}
.news-list__headline {
display: flex;
align-items: baseline;
} 
.news-list__date {
margin-right: 1.5em;
line-height: 22px;
min-width: 5.5em;
white-space: nowrap; 
} 
.news-list__category {
flex-direction: column;
margin-right: 1.5em;
display: inline-flex;
flex-flow: row wrap;
} 
.news-list__category .label {
min-width: 5em;
padding: .35rem .2rem .25rem;
font-weight: bold;
font-size: 0.875rem; 
line-height: 1;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
} 
.news-list__category .color-feature {
background-color: #E5002D;
color: #fff;
} 
.news-list__category .color-other {
background-color: #C5C1BC;
color: #fff;
}  
.news-list__article .release__caption {
} 
.news-list__article .release__title a:hover,
.news-list__article .release__title a:focus {
/*text-decoration: underline;*/
opacity: 0.75;
transition: all 0.3s ease 0s; 
} 
.news-list__article .release__title {
padding-left: 1.4em;
} 
   
    .news_note{
        display: block;
    text-align: center;
    border: 2px solid #f00;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 10px;
    line-height: 1.2;
    color: #f00;
    }
    .news_note:hover{
       opacity: 0.75;
    transition: all 0.3s ease 0s;
    }
    
/*  news end  */
 
/*アプリ紹介*/ 
.service-top-app__pc {
width: 1240px;
padding: 0 20px;
margin: 0 auto;
box-sizing: border-box;
}  
.service-top-app__sp {
display: none
} 
.service-top-app__inner {
padding: 2.5rem 0;
} 
.service-top-app__title {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1.5rem; 
}
.service-top-app__column {
display: flex;
margin: 0 2.5rem; 
justify-content: space-between 
}
.service-top-app__column a {
} 
.service-top-app__icon {
margin-right: 40px;
width: calc(160px - 20px); 
}
.service-top-app__icon img {
width: 100%;
height: auto;
} 
.service-top-app__detail {
width: calc(100% - 140px - 180px); 
display: flex;
flex-wrap: wrap;
align-items: center; 
}
.service-top-app__text {
line-height: 1.7;
}
.service-top-app__pc .app-area {
margin: 1.5rem 0 
} 
.service-top-app__pc .app-box__column {
display: flex;
justify-content: space-between;
 align-items: center;
} 
.service-top-app__pc .app-box__column li {
width: calc(100% - 20px);
margin-right: 20px;   
}
.service-top-app__pc .app-box__column li:last-child {
margin-right: 0;   
} 
.service-top-app__pc .app-box__column li img {
height: 73px;
width: auto; 
} 
.service-top-app__pc .app-box__column li a img:hover {
text-decoration: none;
transition: all 0.3s ease 0s;  
opacity: 0.8;
}
 .service-top-app__image {
width: calc(200px - 20px);  
margin-left: 40px;  
 }
.service-top-app__image img {
width: 100%;
height: auto;  
} 
/*  アプリ紹介 end  */ 
 
/*  関連情報  */ 
.top-related-container {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
margin-bottom: 1.6rem; 
}  
.top-related-container ul{
display: grid;
grid-template-rows: repeat(2, auto);
grid-template-columns: repeat(3, minmax(220px, 1fr));
gap:30px 20px;
}
.top-related-container ul li {
}
.top-related-container ul li a{
display: flex;
justify-content: space-between;
align-items: center; 
width: 100%;
height: 100%;
overflow: hidden;
background: #fff;
}
.top-related-container ul li a .related__items--img {
width: 30%;
display: flex;
align-items: center;
} 
.top-related-container img {
width: 100%;
height: auto;
}

.top-related-container li a{
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
transition: all .3s;
border-radius: 6px
}
.top-related-container li a:hover{
box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
opacity: 0.8; 
} 
.top-related-container li a .related__items--txt {
width: 62%;
padding: .8rem; 
}
.top-related-container li a .related__items--txt .tab-menu--txt__title {
font-weight: bold;
font-size: 1.2rem;
line-height: 1.3;
color: #E50112;
margin-bottom: .5rem; 
}
.top-related-container li a .related__items--txt p{
line-height: 1.5;
font-size: .9rem;
} 
/*  関連情報 end  */  
}  

/*  news  */
@media screen and (max-width: 767px) { 
.news--common-hdg3 {
font-size: 1.25rem;
border-bottom: 2px solid #B6B6B6;
margin-top: calc(50px - 0.6rem);
margin-bottom: calc(30px - 0.75rem);
padding-bottom: 0.5rem;
line-height: 1.3; 
}
.news-important-box {
border: 2px solid #E50012;
border-radius: 5px;
padding: 0.8rem;
margin: 2rem 0;
box-sizing: border-box; 
}
.news-important-box a:hover,
.news-important-box a:focus { 
text-decoration: none;
transition: all 0.3s ease 0s;  
opacity: 0.6;
} 
.news-important-box .news__title {
line-height: 1.5;
font-size: 0.875rem;
text-align: center;
} 
.news-important-box a {
color: #E50012;
font-weight: bold;   
} 
.news-list__article {
margin-top: 1.125rem;
}
.news-list__item {
display: flex;
align-items: flex-start;
}
.news-list__body {
display: flex;
flex-wrap: wrap;
align-items: baseline;
box-sizing: border-box; 
border-bottom: 1px dashed #B6B6B6;
padding: .5rem 0 1rem 
}
.news-list__headline {
display: flex;
align-items: baseline;
    width: 100%;
} 
.news-list__date {
margin-right: 1.5em;
font-size: 0.9rem;
line-height: 22px;
min-width: 7em;
white-space: nowrap; 
} 
.news-list__category {
flex-direction: column;
margin-right: 1.5em;
display: inline-flex;
flex-flow: row wrap;
} 
.news-list__category .label {
min-width: 5em;
padding: .3rem .2rem;
font-weight: bold;
font-size: 0.75rem; 
line-height: 1;
border-radius: 4px;
box-sizing: border-box;
text-align: center;
} 
.news-list__category .color-feature {
background-color: #E5002D;
color: #fff;
} 
.news-list__category .color-other {
background-color: #C5C1BC;
color: #fff;
}  
.news-list__article .release__caption {
margin-top: 1em 
} 
.news-list__article .release__title a:hover,
.news-list__article .release__title a:focus {
text-decoration: underline;
opacity: 0.75;
transition: all 0.3s ease 0s; 
} 
.news-list__article .release__title {
line-height: 1.5;
font-size: .9rem 
} 
    .news_note{
        display: block;
    text-align: center;
    border: 2px solid #f00;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 0 20px;
    padding: 10px;
    line-height: 1.2;
    color: #f00;
    }
    .news_note:hover{
       opacity: 0.75;
    transition: all 0.3s ease 0s;
    }
/*  news end  */ 
 
/*アプリ紹介*/ 
.service-top-app__pc {
display: none
}   
.service-top-app__sp {
background: #fff;
box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
padding: 1rem 0; 
}  
.service-top-app__inner {
padding: 30px 15px; 
} 
.service-top-app__title {
font-size: 1.125rem;
font-weight: bold;
margin-bottom: 1.5rem; 
}
.service-top-app__column {
}
.service-top-app__column a {
display: flex;
align-items: center; 
} 
.service-top-app__image {
width: 45%;
margin-right: 20px;  
}
.service-top-app__image img {
width: 90px;
height: auto;
}  
.service-top-app__text {
line-height: 1.5;
font-size: 0.875rem;   
}
.service-top-app__sp .app-area {
margin: 1.5rem 0 0; 
} 
.service-top-app__sp .app-box__column {
display: flex;
justify-content: space-between 
} 
.service-top-app__sp .app-box__column li {
width: calc((100% - 20px)/2);     
}
.service-top-app__sp .app-box__column li img {
max-width: 100%;
max-height: 100%;  
height: auto; 
}  
.service-top-app__sp .app-box__column li a img:hover {
text-decoration: none;
transition: all 0.3s ease 0s;  
opacity: 0.8;
} 
/*  アプリ紹介 end  */ 
 
/*  関連情報  */ 
.top-related-container {
padding-top: 1.2rem;
padding-bottom: 1.2rem;
margin-bottom: 1.2rem  
 } 
.top-related-container ul{
display: grid;
grid-template-rows: repeat(3, auto);
grid-template-columns: repeat(2, minmax(150px, 1fr));
gap:2rem 12px;
}
.top-related-container ul li {
height: 50px
}
.top-related-container ul li a{
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff 
}
.top-related-container ul li a .related__items--img {
width: 60px;
display: flex;
align-items: center;
} 
.top-related-container img {
width: 60px;
height: 60px;
}
.top-related-container li a{
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
transition: all .3s;
border-radius: 6px
}
.top-related-container li a:hover{
box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
opacity: 0.8; 
} 
.top-related-container li a .related__items--txt {
width: 60%;
display: flex;
align-items: center; 
}
.top-related-container li a .related__items--txt .tab-menu--txt__title {
font-size: .9rem;
line-height: 1.3;
color: #E50112;
}
.top-related-container li a .related__items--txt p{
display: none
}
	/*  関連情報 end  */ 
} 

/*  マイストア */ 
.top-include-inner .map__box-inner .box-inner-lower a,.top-include-inner .shop-detail .mystore-address ul.mystore__btn li a{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media screen and (min-width: 768px){
.top-include-inner .shop-map__box {
 flex-direction: row-reverse;
	}
.top-include-inner .shop-detail {
 padding: 14px 40px 20px 0;
}
}
/*  マイストア end  */ 

/* トップ・第二トップ  レコメンドエリア */ 
	@media screen and (min-width:768px){
.top-recommend .recommend-area{
		width: 100%;
	 margin: 0 auto
		}
.top-recommend .buy-again{
		box-sizing: border-box;
		padding: 20px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		margin: 2px 10px;
  border-radius: 6px;
		}
	.multiple-items .buy-again:last-child{
		margin-right: 0
		}
.top-recommend .slick-prev:hover,
.top-recommend .slick-prev:focus,
.top-recommend .slick-next:hover,
.top-recommend .slick-next:focus {
opacity: 0.8
}


.top-recommend .slick-prev {
left: -25px;
transition:.4s;
}
 
.top-recommend .slick-next {
right: -15px;
transition:.4s;
}
  
.top-recommend .slick-prev.slick-disabled:before,
.top-recommend .slick-next.slick-disabled:before {
  opacity: 1;
}
.top-recommend .slick-next:before,.top-recommend .slick-prev:before {
    content: url("../img/reco_aw.svg");
}
.top-recommend .slick-prev:before {
  transform: scale(-1, 1);
	 display: inline-block;
}
.top-recommend .slick-prev.slick-disabled,
.top-recommend .slick-next.slick-disabled {
	display: none
}
.top-recommend .slick-prev.slick-disabled:before,
.top-recommend .slick-next.slick-disabled:before {
/*    opacity: 0;*/
	display: none
}
	.review--count__link{
		font-size: 12px;
		margin-left: 3px
	}	
	.review-container{
		display: flex;
		align-items: center
	}	
.top-recommend .recommend-area .customer-review {
    height: 2em;
    display: flex;
    justify-content: flex-start;
}
.top-recommend .recommend-area .price-area .pr-red {
}
.top-recommend .slider .thum {
    width: 170px;
    height: 170px;
}
.top-recommend .recommend-area .price-area .amt {
    font-size: 1.6rem;
}
.top-recommend .item-name-box {
    height: 3.2rem;
    font-size: 1rem;
}
.top-recommend .ranking .goods-nm {
    font-size: 1rem;
   	height: 3.4em;
}
}
@media screen and (max-width:767px){
.top-recommend .recommend-area {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.multiple-items{
/*  display: grid;
  grid-template-columns: repeat(10, 190px);
  gap: 20px;
  overflow-x: scroll;
	-webkit-overflow-scrolling: touch;*/
	padding: 0 0 0 15px;
	}
.top-recommend .buy-again{
		box-sizing: border-box;
		padding: .8rem;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	 margin: 1px 15px 6px 5px;
  border-radius: 6px;
 	width: 190px;
	 position: relative;
		}	
.top-recommend .slick-list {
  overflow: inherit;
}
		}
	
/*ランキング*/
	@media screen and (min-width:768px){
		.top-recommend .item{
		width: 220px;
		box-sizing: border-box;
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 2px 10px;
  border-radius: 6px;
		}		
	.top-recommend .ranking li:last-child {
  margin-right: 10px; 
}
.top-recommend .ranking .item:nth-child(1)::before {
    content: url(../img/rank_1.svg);
    transform: scale(1);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: auto;
}
.top-recommend .ranking .item:nth-child(2)::before {
    content: url(../img/rank_2.svg);
    transform: scale(1);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: auto;
}
.top-recommend .ranking .item:nth-child(3)::before {
    content: url(../img/rank_3.svg);
    transform: scale(1);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: auto;
}
.top-recommend .ranking .item:nth-child(4)::before {
    content: url(../img/rank_4.svg);
    transform: scale(1);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: auto;
}
.top-recommend .ranking .item:nth-child(5)::before {
    content: url(../img/rank_5.svg);
    transform: scale(1);
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: auto;
}
.top-recommend .ranking .item .price-area .pr-red {
}	
.top-recommend .ranking .item .price-area .amt {
    font-size: 1.6rem;
}
.top-recommend .ranking .item .store-stock {
    justify-content: flex-start;
}		

	}
	@media screen and (max-width:767px){
		.top-recommend .rank-content{
			 margin: 0 calc(50% - 50vw) 1rem calc(50% - 50vw);
    width: 100vw;
		}
	.top-recommend .ranking{
		display: grid;
  grid-template-columns: repeat(5, 190px);
		gap: 20px;
		width: auto;
  padding: 0 15px;
 	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
		}
		.top-recommend .item{
		width: 190px;
		box-sizing: border-box;
  padding: 0.8rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 1px 0 4px 0;
  border-radius: 6px;
		}		
	.top-recommend .ranking li:last-child {
/*     margin-right: 15px; */
}
.top-recommend .ranking .item:nth-child(1)::before {
    content: url(../img/rank_1.svg);
    transform: scale(.7);
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: auto;
}
.top-recommend .ranking .item:nth-child(2)::before {
    content: url(../img/rank_2.svg);
    transform: scale(.7);
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: auto;
}
.top-recommend .ranking .item:nth-child(3)::before {
    content: url(../img/rank_3.svg);
    transform: scale(.7);
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: auto;
}
.top-recommend .ranking .item:nth-child(4)::before {
    content: url(../img/rank_4.svg);
    transform: scale(.7);
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: auto;
}
.top-recommend .ranking .item .price-area .pr-red {
	}	
	.top-recommend .ranking .item:nth-child(5)::before {
    content: url(../img/rank_5.svg);
    transform: scale(.7);
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: auto;
}	
		.top-recommend	.review--count__link{
			font-size: .85rem
		}
		}
	.top-recommend .recommend-area .customer-review {
   justify-content: flex-start;
}
	.top-recommend .ranking .customer-review {
 justify-content: flex-start;
}
	.top-recommend .recommend-area .store-stock{
		justify-content: flex-start;	
		}
.top-recommend	.slider {
    margin: 0;
	}

	
.topbtn{
	max-width: 360px;
	margin: 0 auto;
	position: relative;
 box-sizing: border-box;
 text-align: center;
 border-radius: 6px;
 display: flex;
 opacity: 1.0;
 width: auto;
 height: 48px;;
 align-items: center;
 justify-content: center;
 cursor: pointer;
	font-size: 1.1rem;
 color: #F10013;
	font-weight: bold;
	border: 2px solid #F10013;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;	}

	.topbtn::after {
    content: "";
    position: absolute;
    right: 15px;
    border-top: 2px solid #F10013;
    border-right: 2px solid #F10013;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate( 45deg);
    transform: rotate( 45deg);
    top: 0;
    bottom: 0;
    margin: auto;		
	}
	.topbtn:hover {
    text-decoration: none;
    opacity: 0.75;
    transition: 0.6s;
}
@media screen and (max-width:767px){
	.topbtn{font-size: 1rem}
 .top-recommend	.ranking .item .store-stock {
    font-size: 0.875rem; 
}
	}
/*  レコメンドエリア　end */ 

.jukyuban_sub_bnr{
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jukyuban_sub_bnr div{
    width: calc(100% / 3 - 10px);
}
.jukyuban_sub_bnr div img{
    width: 100%;
    height: auto;
}
.jukyuban_sub_bnr div a:hover{
    text-decoration: none;
    opacity: 0.75;
    transition: 0.6s;
}

#top section.jukyuban_fotlogo{
    background: #fff;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    flex-wrap: wrap;
}
#top section.jukyuban_fotlogo img{
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 0 20px;
}

.jukyuban_service .jukyuban_service_block--txt p.const-kome{
margin:0 0 20px;
}