
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap');

.c5-xperia_copy_contents {
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-weight: 500;
  background-image: linear-gradient(0deg, rgba(132, 109, 39, 1), rgba(215, 204, 132, 1) 52%, rgba(221, 217, 154, 1) 100%, rgba(249, 239, 228, 1));
  padding: 0 0 50px 0;
}

@media screen and (max-width: 639px) {
  .c5-xperia_copy_contents {
    padding: 20px 0;
  }
}

.c5-xperia_copy_contents .c5-xperia_copy{
  padding: 50px 50px 0 50px;
}

@media screen and (max-width: 639px) {
  .c5-xperia_copy_contents .c5-xperia_copy{
    display: block;
    padding: 20px 20px 0 20px;
  }
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-left_block .c5-xperia_copy_text{
  line-height: 1.8;
}

.c5-w1181{
  display: none;
}

@media screen and (min-width: 1181px){
  .c5-w1181{
    display: block;
  }
}

.c5-w1090{
  display: none;
}

@media screen and (min-width: 1090px){
  .c5-w1090{
    display: block;
  }
}


.c5-main_copy{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  background: #000;
  padding: 28px 15px;
  margin-bottom: 0;
  letter-spacing: -2px;
}

.c5-fs-25{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 639px) {
  .c5-main_copy{
    font-size: 22px;
  }
  .c5-fs-25{
    font-size: 20px;
  }
}


.c5-bg-gl{
  padding: 40px 0;
}

.c5-width100{
  width: 100% !important;
}

.c5-sp-only{
  display: none;
}

.c5-pc-only{
  display: block;
}

@media screen and (max-width: 639px){
  .c5-sp-only{
    display: block;
  }
  .c5-pc-only{
    display: none;
  }
}

.c5-mb--60{
  margin-bottom: -60px;
}
@media screen and (max-width: 991px) {
  .c5-mb--60{
    margin-bottom: -40px;
  }
}

.c5-bg-gl .c5-bg-gl_inner{
  padding: 20px 20px;
  color: #000;
  background-color: #f3f4f6;
}

.c5-anker-link{
  margin-top: -60px !important;
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .c5-anker-link{
    margin-top: 0 !important;
    padding-top: 0;
  }
}

.c5-color-y{
  color: #fff100;
}

.c5-color-w{
  color: #fff;
}

.c5-color-b{
  color: #86a2b7 !important;
}

.c5-special_contents{
  background-image: url(../images/content-bg.jpg);
  background-position: center;
  padding: 50px;
}

@media screen and (max-width: 639px){
  .c5-special_contents{
    padding: 20px;
  }
}

.c5-special_contents .c5-special_title p{
  text-align: center;
}

.c5-special_contents .c5-special_flex{
  width: 50%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.c5-special_contents .c5-special_flex div{
  width: 48%;
}

.c5-special_contents .c5-special_flex div img{
  width: 100%;
}

.c5-special_contents .c5-special_flex div p{
  color: white;
  text-align: center;
}

@media screen and (max-width: 639px){
  .c5-special_contents .c5-special_flex{
    width: 80%;
  }
  
  .c5-special_contents .c5-special_flex div{
    width: 48%;
  }

  .c5-special_contents .c5-special_flex div p{
    font-size: 16px;
    margin: 0;
  }
}

.c5-special_contents .c5-special-second_flex{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_left{
  width: 66%;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_left p{
  color: white;
  margin-top: 40px;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_left .c5-special-second_sample{
  width: 100%;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_left .c5-special-second_sample img{
  width: 100%;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_right{
  width: 30%;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_right div{
  width: 70%;
  margin: 0 auto;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_right img{
  width: 100%;
}

.c5-special_contents .c5-special-second_flex .c5-special-second_right p{
  color: white;
  text-align: center;
}

@media screen and (max-width: 639px){
  .c5-special_contents .c5-special-second_flex{
    display: block;
    justify-content: space-between;
    width: 100%;
  }

  .c5-special_contents .c5-special-second_flex .c5-special-second_left{
    width: 100%;
  }

  .c5-special_contents .c5-special-second_flex .c5-special-second_right{
    width: 100%;
  }
  
  .c5-special_contents .c5-special-second_flex .c5-special-second_right div{
    width: 80%;
    margin: 0 auto;
  }
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex{
  display: flex;
  justify-content: space-between;
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_left{
  width: 60%;
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right{
  width: 38%;
  text-align: left;
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right div{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right p:nth-child(2){
  margin-left: 10px;
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right p:nth-child(2) img{
  /* margin: 10px; */
  width: 140px;
  height: 150px;
  object-fit: cover;
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right p img{
  height: 150px;
  width: 240px;
}

.c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right img{
  width: 240px;
  height: 150px;
  object-fit: cover;
}

@media screen and (max-width: 639px){
  .c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex{
    display: block;
    width: 100%;
  }

  .c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_left{
    width: 100%;
  }
  
  .c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right{
    width: 100%;
    margin-top: 10px;
  }

  .c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right img{
    width: 100%;
    height: auto;
  }

  .c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right div{
    justify-content: space-between;
    width: 100%;
  }
  
  .c5-xperia_copy_contents .c5-xperia_copy .c5-xperia_copy_flex .c5-xperia_copy_right div img{
    object-fit: cover;
  }
  
  
}

.c5-link__block{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;

}
.c5-link{
  padding: 15px 5px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #D14;
  text-align: center;
  font-weight: bold;
  display: block;
  color: #3865e0;
}
