﻿@charset "utf-8"; /* 文字エンコーディングをUTF-8に指定　*/
body{
    font-family: :"sans-serif";
}
section{   
    width: 900px;
    margin:0 auto;
    text-decoration:none;
}
.title{
  width:80%;
  font-size:125%;
  font-weight:bold;
  text-align:center;
   position: relative;
  padding: 0.5em 3.8em;
  border-top: solid 2px #696969;
  border-bottom: solid 2px #696969;
  margin:30px auto;
}
.title:before, .title:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #696969;
}
.title:before {
  left: 7px;
}
.title:after {
  right: 7px;
}

.title2{
  display:inline-block;  
  font-size:105%;
  font-weight:bold;
  position: relative;
  padding: 10px 20px;
  border-top: solid 2px #435CB7;
  border-bottom: solid 2px #435CB7;
  margin:30px auto 10px auto;
}
.title2:before, .title2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #435CB7;
}
.title2:before {
  left: 7px;
}
.title2:after {
  right: 7px;
}
h4{
   display:inline-block;
   margin:0 15px;
   padding:7px 20px;
   color:#333;
   border:#333 solid 2px;
   border-radius:18px;
   background:#fff;
   box-shadow:
   -6px -4px 0 0 #e8e8e8 inset,
   2px 3px 0 0 #000;
}

.semi_title{
	font-size:105%;
    font-weight:bold; 	
    border-left:7px solid #8b0000;
    margin:10px auto;
    padding:5px 10px;
	border-bottom:1px solid;
}
.model{
    display:inline-block;
    position: relative;
	font-size:130%;
    font-weight:bold;
    color:#191970;  	
    margin-top: 50px;             
    margin-bottom: 10px;    
    border-bottom: solid 4px rgb(230, 90, 90);
    border-radius: 0px 0px 80px 5px/0px 0px 6px 6px;
    }

.model2{
  font-size:130%;
  text-align:left;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}

.model3 {
    font-weight:bold;
    color:#191970;  	
    margin-top: 20px;             
    margin-bottom: 20px; 
	text-align: right;
    }

.model4{
  font-size:125%;
  text-align:left;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.3em;
  text-decoration-thickness: 0.3em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}

.model5{
  font-size:130%;
  text-align:center;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.1em;
  text-decoration-thickness: 0.2em;
  text-decoration-color: #FF9092;
  text-decoration-skip-ink: none;
  margin: 30px auto 50px auto;
}

.model6{
  font-size:250%;
  text-align:center;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.4em;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-decoration-skip-ink: none;
}

.photo_top{
	text-align:center;
	margin: 10px auto;
}
.photo_top img{
	width:70%;
}

.photo1{
	text-align:center;
	margin: 30px auto;
}
.photo1 img{
	width:90%;
}

.photo2{
	text-align:center;
	margin: 30px auto;
}
.photo2 img{
	width:60%;
}

.photo3{
	text-align:center;
}

.photo3 img{
	width:100%;
}

.photo4{
	text-align:center;
}
.photo4 img{
	width:70%;
}
.photo5{
	text-align:center;
}
.photo5 img{
	width:30%;
}

.setsumei{
    font-size:90%;   
}
.setsumei2{
    font-size:100%;   
}

.setsumei3{
	line-height: 1.5em;
	padding-top: 20px;
}

.setsumei3:first-letter {
    font-size: 35px;/*文字の大きさ*/
    margin-right: 6px;
    margin-top: 6px;
    float: left;
    line-height: 1;/*必要*/
}

.setsumei4{
	color:#FF0004;
	font-size:120%;
	font-weight:bold;
} 
.setsumei5{
    font-size:100%; 
	font-weight: bold;
}

section a{
	text-decoration:none;
	color:#484848;
}
section a:hover{
	color:#808080;
}
/*  */
.cf{
	clear:both;
} 

.board_setsumei{
	font-size:100%;
	margin:10px auto;
	font-weight: bold;
	color:#fff;
	display:  inline-block;
    color: #fff;
    text-decoration:  none;
    background-color: #FF9800;
    padding:  10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 0px 0px #85651E;
}

.model_img1{
	float:left;
	margin:10px 50px;
}

.model_img1 img{
	width:300px;
}

/**おすすめ横並び　5個**/
.recommend{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.recommend > :not(:nth-child(5n-4)){
  margin-left: 20px;
}
.recommend > :nth-child(n+6){
  margin-top: 20px;
}
.recommendblock{
  width: calc((100% - 28px * 4) / 5);
  height: auto;
  border-radius: 5px;
  overflow: hidden;
}

.recommendblock img{
  width: 100%;
  height: auto;
}
.recommendblock:hover{
	opacity: 0.7;
}

/**リスト三角**/
.arrow > li::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #007bff;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 3px;
}
.arrow {
    list-style:  none;
    padding:  0;
	line-height: 2em;
	font-weight: bold;
}

.arrow2 > li::before {
    content:  '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #007bff;
    display:  inline-block;
    vertical-align:  middle;
    position:  relative;
    top: -2px;
    margin-right: 3px;
}
.arrow2 {
    list-style:  none;
    padding:  0;
	line-height: 1.4em;
	font-weight: bold;
}

.point_1{
  display:inline-block;
  position: relative;
  padding-left: 35px;
  line-height:2.5;
}
.point_1:before {
  position: absolute;
  font-family: "FontAwesome",'Quicksand','Avenir','Arial',sans-serif;
  content: "\f0a4";
  background: #ffca2c;
  color: white;
  font-weight: normal;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.point_1:after {
  /*吹き出しのちょこんと出た部分*/
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  height: 0;
  width: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #ffca2c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 購入ボタン */
.button019 a {
    background: #FF9800;
	font-size: 120%;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 280px;
    padding: 25px 30px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #EDCC38;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
.button020 a {
    background: #2e8b57;
	font-size: 120%;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px auto;
    max-width: 400px;
    padding: 25px 30px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button020 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button020 a:hover {
  background: #9acd32;
  color: #000000;
}
.button020 a:hover:after {
  right: 1.4rem;
}

.slash {
  display: flex;
  font-size: 150%;
  justify-content: center;
  align-items: center;
  position: relative;
}
 
.slash::before,
.slash::after {
  content: "";
  width: 40px;
  height: 1.5px;
  background-color: #000;
  margin: 0px 10px 4px;
}
 
.slash::before {
  transform: rotate(45deg);
}
 
.slash::after {
  transform: rotate(-45deg);
}
.scroll {
  display: inline-block;
  padding-top: 80px;
  position: relative;
}
.scroll::before {
  animation: scroll 2s infinite;
  border: solid #000;
  border-width: 0 0 3px 3px;
  content: "";
  display: inline-block;
  margin: auto ;
  position: absolute;
  top: 0;
  right: 0;
  left: 450px;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
 
/* ２カラム */
.twocols {
    padding: 30px 0px 50px 0px;
}

.twocols-container {
	display: grid;
	grid-template-columns: 450px;
	gap: 50px 50px;
}

@media (min-width: 900px) {
	.twocols-container{
		grid-template-columns: 400px 400px;
	}
}

/* 横幅と左右の余白 */
.w-container {
	width: min(92%, 1024px);
	margin: auto;
	}

/* タイプ別 */
.type1 {
  font-weight: bold;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 25px;
  color: #FFF;
  background-color: #5b8bd0;
  margin-bottom: 40px;
}

/* ブランド説明 */
.box11 {
    padding: 1em 1em;
    margin-bottom: 20px;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
	line-height: 1.5em;
	font-weight: bold;
}
.box11 p {
    margin: 0; 
    padding: 0;
}

.box12 {
    padding: 1em 1em;
    margin-bottom: 20px;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
	line-height: 1.5em;
	font-size: 90%;
}
.box12 p {
    margin: 0; 
    padding: 0;
}

/* ブランド説明ヒストリー */
/*矢印が右に移動する*/
.btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
	margin: 30px 40px 20px 40px;
	font-weight: bold;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
  background:#333;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#333;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-5%;
}