@charset "UTF-8";


.sp{
  display: none;
}

.pc{
  display: block;
}


@media(max-width: 768px){
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
}

.font-size-60per{
  font-size: 60%;
}

.font-size-80per{
  font-size: 80%;
}

.underline{
  text-decoration: underline;
}

.bold{
  font-weight: bold;
}

.text-box-hasimage {
  overflow: hidden;
  /* margin: 2rem 2rem 0; */
}
.text-box-hasimage .space {
  float: right;
  height: 70%;
}
.text-box-hasimage .img {
  float: right;
  clear: both;
  margin: 1.2em 0 0 1.2rem;
  width: 25%;
}

.text-box-hasimage p{
  margin: 2rem 2rem 0;
}

.column_recommend_item {
  display: flex;
  align-items: center;
}
.column_recommend_item .img{
  width: 40%;
  margin-right: 5%;
}
.column_recommend_item .txt{
  width: 60%;
  
}
.column_recommend_item .txt p {
  margin: 0;
}
.column_recommend_item .txt .main {
  font-size: 2.6rem;
}
@media screen and (max-width:991px){
  .column_recommend_item .txt .main {
    font-size: 1.8rem;
  }

  .text-box-hasimage .img {
    width: 30%;
  }
}

.point02__block{
  margin-top: 3.2rem;
}

.point03__block{
  margin-top: 4.8rem;
}

.point03__text-block{
  margin-top: 3.6rem;
}

.point03__block p{
  margin: 2rem;
}

.point_block_yellow {
  background: #fcf9e6;
  padding: 2.0rem;
  margin: 2.0rem;
}
.point_block_yellow h4 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  display:flex;
  align-items:center;
  justify-content:center;
}
.point_block_yellow h4 span {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.0rem 1.5rem;
  background: #eee300;
  color: #fff;
  margin-right: 2rem;
}
.point_block_yellow p,
.point_block_yellow table {
  margin: 2.0rem;
}
.point_block_yellow table {
  width: auto;
}
.point_block_yellow .img {
  text-align: center;
  width:60%;
  margin: 4.0rem auto;
  max-width: 500px;
}
.point_block_yellow .img img {
  max-width: 100%;
  width: auto!important;
  margin: auto;
}
.table_houi td,
.table_houi th{
  border: 1px solid #ccc;
  background: #fff;
}

.column_recommend_colorlist{
  margin-top: 4.8rem;
}

.column_recommend_color + .column_recommend_color{
  margin-top: 2.4rem;
}

.column_recommend_color_ttl{
  display: flex;
  align-items: center;
  margin-bottom: -4%;
}

.column_recommend_color_ttl span{
  text-align: center;
}

.column_recommend_color_icon{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 1rem;
}

.column_recommend_color_icon--yamabuki{
  background-color: #ffa500;
}
.column_recommend_color_icon--winered{
  background-color: #b33e5c;
  color: #fff;
}
.column_recommend_color_icon--cream{
  background-color: #e3d7a3;
}
.column_recommend_color_icon--gold{
  background-color: #ffd700;
}

.column_recommend_color_text{
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 2;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width:991px){
  .column_recommend_color_icon{
    width: 10rem;
    height: 10rem;
  }

  .column_recommend_color_ttl{
    margin-bottom: -6%;
  }
  .column_recommend_color_ttl--line1{
    margin-bottom: -5%;
  }
}

@media screen and (max-width:640px){
  .column_recommend_color_icon{
    font-size: 1.2rem;
  }
  .column_recommend_color_icon{
    width: 18vw;
    height: 18vw;
  }

  .column_recommend_color_ttl{
    margin-bottom: -9%;
  }
  .column_recommend_color_ttl--line1{
    margin-bottom: -7%;
  }
}




@media screen and (max-width:991px){
  .point_block_yellow h4 {
    font-size:1.8rem;
  }
  .point_block_yellow h4 span {
    font-size:2.0rem;
    padding: 1.0rem 1.5rem;
    margin-right: 1rem;
  }
  .point_block_yellow p,
  .point_block_yellow table {
    margin: 1.0rem;
  }
  .point_block_yellow .img {
    width:70%;
    margin: 2.0rem auto;
  }
}


.item_read {
  text-align: center;
}


#column .topic .item > div {
    margin: 3.0rem auto 0;
    background: #fcf9e6;
    border-radius: 10px;
    padding: 2.0rem;
    width: 95%;
    max-width: 800px;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 1.6rem;
}

#column .topic .item h4{
  text-align: left;
  /* width: 95%; */
  margin:  4rem auto 2rem;
  font-weight: bold;
  /* max-width: 800px; */
  border-bottom: 4px solid #ccc;
}

#column .topic .item h4:before,
#column .topic .item h4:after{
  display: none;
}

#column .topic .item > div:first-of-type{
  margin-top: 1rem;
}

#column .topic .item h5 {
  -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 1.0em 0 0.75em;
    font-size: 2.2rem;
    line-height: 1.2;
    /* text-align: center; */
}
#column .topic .item h5 + p {
  margin: 0 2.0rem 2.0rem;
}
#column .topic .item .items_list {
  margin: 2.0rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#column .topic .item .items_list > div {
  width: 31%;
  margin: 1%;
}
#column .topic .item a{
  display: block;
  margin: 1.0rem auto 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1.0rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .2s ease;
  font-size: 1.4rem;
} 
#column .topic .item a:after{
  content: "▲";
  display: inline-block;
  line-height: 1.0;
  transform: rotate(90deg);
  margin-left:2.0rem;
} 
#column .topic .item .mainstore{
  background:#a33546;
  border: solid 2px #a33546;
} 
#column .topic .item a.rakuten{
  background:#bf0000;
  border: solid 2px #bf0000;
} 
#column .topic .item a.yahoo{
  background:#f86601;
  border: solid 2px #f86601;
} 
#column .topic .item a.mainstore:hover{
  color:#a33546;
  background: #fff;
} 
#column .topic .item a.rakuten:hover{
  color:#bf0000;
  background: #fff;
} 
#column .topic .item a.yahoo:hover{
  color:#f86601;
  background: #fff;
}
@media screen and (max-width:991px){
  #column .topic .item h5 + p {
    margin: 1.0rem;
  }
  #column .topic .item .items_list{
    margin: 0 0 1.0rem;
    justify-content: flex-start;
  }
  #column .topic .item .items_list > div {
    width: 48%;
    margin: 1% 1% 4%;
  }
  #column .topic .item a {
    font-size: 1.1rem;
    padding: 1rem 0.5rem;
  }
  #column .topic .item a:after{
    font-size: 1.0rem;
    margin-left: 0.2rem;
  } 
}

h3.point03-child__ttl{
  color: #3c3c3c;
}


.point03-child-ttl__arrow{
  position: relative;
  display: inline-block;
  font-size: 80%;
  padding: 5px 20px 5px 10px;
  box-sizing: border-box;
  margin-right: 1rem;
  color: #fff;
  vertical-align: middle;
}

.point03-child-ttl__arrow::before,
.point03-child-ttl__arrow::after{
  position: absolute;
  display: inline-block;
  z-index: -1;
  height: 100%;
}

.point03-child-ttl__arrow::before{
  width: calc(100% - 26px / 2);
  background: #656565;
  content: "";
  left: 0;
  top: 0;
}
.point03-child-ttl__arrow::after{
  border: 18px solid transparent;
  border-left: 10px solid #656565;
  content: "";
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
}

