@charset "UTF-8";
.slick-slide {
  text-align: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
}

.header_logo {
  width: 120px;
}


/*---------------
666px以下の設定
---------------*/
h1{
	position: absolute;
	top:5px;
	left: 5%;
	font-size: 1rem;
}
@media screen and (max-width:666px) {
  .header_logo {
    width: 100px;
  }
  .ttl {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: inline-block;
    width: 80px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
  }
  .product_cnt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    height: auto;
    margin: 80px 0 0;
  }
  .product_cnt_ravi {
    width: 100%;
    height: auto;
    margin: 80px 0 0;
    flex-direction: column
  }
  .cnt01 {
    margin: 20px 0 0 0;
  }
  .cnt02 {
    /*	width: 100%;*/
    overflow: hidden;
  }
  .cnt01_ravi {
    padding: 0 0 0 2%;
  }
  .cnt02_ravi {
    margin: 60px 0 0 0;
  }
  .p_ttl {
    font-size: 1.8rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .sub_ttl {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: 10px 0 0;
	  font-weight: 600;
  }
  .cont_txt {
    font-size: 1.6rem;
    margin: 10px 0 0;
    line-height: 2em;
    width: 100%;
    text-align: justify;
  }
  .link_sn {
    color: #3888C7;
    text-decoration: underline;
  }
  /*---------------
ボタン
---------------*/
  .btn {
    width: 100%;
    height: 40px;
    background-color: #B9A8A9;
    text-align: center;
    margin: 40px 0 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  .btn:hover, .product_btn:hover {
    opacity: 0.6;
    transition: 1s;
  }
  .btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 0;
    color: #FFFFFF;
  }
  .btn a::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 40px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-image: url(../../../assets/images/arrow.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    right: 10px;
  }
  .line_up {
    width: 100%;
    /*
	display: flex;
	justify-content:space-between;
*/
    height: auto;
    margin: 60px 0 0;
  }
  .product {
    margin-bottom: 100px;
  }
  .product_box {
    width: 100%;
    height: auto;
    margin: 100px 0 0 0;
  }
  .product_box2 {
    width: 100%;
    height: auto;
    margin: 100px 0 0 0;
  }
  .product_img {
    position: relative;
    height: 200px;
    width: 83px;
    margin: 0 auto 40px;
  }
  .product_img img {
    width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_img2 img {
    width: 200% !important;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .loepa02_img {
    width: 150% !important;
  }
  .product_ttl {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    margin: 10px 0 0;
    font-weight: 600;
  }
  .product_txt {
    width: 90%;
    /* max-width: 300px; */
    margin: 20px auto 0;
    /* min-height: 100px; */
    /* overflow: hidden; */
    font-size: 1.4rem;
    line-height: 1.8em;
    text-align: justify;
  }
  .product_btn {
    width: 90%;
    height: 40px;
    background-color: #B9A8A9;
    text-align: center;
    position: relative;
    display: flex;
    margin: 20px auto 0;
  }
  .product_btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 0;
    color: #FFFFFF;
  }
  .product_btn a::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 25px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-image: url(../../../assets/images/arrow.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    right: 10px;
  }
  .ravi_cont_txt {
    width: 100%;
  }
  .about_ttl {
    margin: 120px 0 0 0;
  }
  .about_txt {
    width: 100%;
    max-width: 768px;
    margin: 80px auto 0;
  }
  .about_txt01, .about_txt02 {
    font-size: 1.6rem;
    line-height: 2em;
    text-align: justify;
  }
  .footer {
    height: 80px;
    width: 100%;
    background-color: #000000;
    padding: 30px 0 0 0;
  }
  .footer a {
    color: #FFFFFF;
    text-align: center;
  }
  /*---------------
667px以上の設定
---------------*/
}

@media screen and (min-width:667px) {
  .header_logo {
    width: 120px;
  }
  .ttl {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .ttl:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    display: inline-block;
    width: 80px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
  }
  .product {
    margin-bottom: 100px;
  }
  .product_cnt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    height: auto;
    margin: 80px 0 0;
  }
  .prduct_cnt_ravi {
    width: 100%;
    height: auto;
    margin: 80px 0 0;
    display: flex;
    flex-direction: column;
  }
  .cnt01 {
    margin: 20px 0 0 0;
  }
  .cnt02 {
    /*	width: 100%;*/
    overflow: hidden;
  }
  .cnt01_ravi {
    padding: 0 0 0 2%;
  }
  .cnt02_ravi {
    margin: 80px 0 0 0;
  }
  .p_ttl {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .sub_ttl {
    font-size: 2rem;
    letter-spacing: 1px;
    margin: 10px 0 0;
	  font-weight: 600;
  }
  .cont_txt {
    font-size: 1.6rem;
    margin: 10px 0 0;
    line-height: 2em;
    width: 100%;
    text-align: justify;
  }
  .link_sn {
    color: #3888C7;
    text-decoration: underline;
  }
  /*---------------
ボタン
---------------*/
  .btn {
    width: 100%;
    height: 40px;
    background-color: #B9A8A9;
    text-align: center;
    margin: 40px 0 0;
    position: relative;
    display: flex;
    align-items: center;
  }
  .btn:hover, .product_btn:hover {
    opacity: 0.6;
    transition: 1s;
  }
  .btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 0;
    color: #FFFFFF;
  }
  .btn a::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 40px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-image: url(../../../assets/images/arrow.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    right: 10px;
  }
  .line_up {
    width: 100%;
    display: flex;
    /*	justify-content:space-between;*/
    height: auto;
    margin: 60px 0 0;
  }
  .product_box {
    width: 100%;
    height: auto;
    margin: 100px 0 0 0;
  }
  .product_box2 {
    width: 100%;
    height: auto;
    margin: 100px 0 0 0;
  }
  .product_img {
    position: relative;
    height: 172px;
    width: 83px;
    margin: 0 auto;
  }
  .product_img img {
    width: 100%;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_img2 img {
    width: 150% !important;
    max-height: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .product_ttl {
    text-align: center;
    font-size: 2rem;
    letter-spacing: 2;
    margin: 10px 0 0;
    font-weight: 600;
  }
  .product_txt {
    width: 80%;
    /* max-width: 300px; */
    margin: 15px auto 0;
    height: 200px;
    /* overflow: hidden; */
    font-size: 1.4rem;
    line-height: 1.8em;
    text-align: justify;
  }
  .product_btn {
    width: 80%;
    height: 40px;
    background-color: #B9A8A9;
    text-align: center;
    position: relative;
    display: flex;
    margin: 20px auto 0;
  }
  .product_btn a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 12px 0 0;
    color: #FFFFFF;
  }
  .product_btn a::after {
    content: '';
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 25px;
    /*画像の幅*/
    height: 10px;
    /*画像の高さ*/
    background-image: url(../../../assets/images/arrow.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 17px;
    right: 10px;
  }
  .cnt01_ravi {
    padding: 0 0 0 2%;
  }
  .ravi_cont_txt {
    width: 100%;
  }
  .about_ttl {
    margin: 180px 0 0 0;
  }
  .about_txt {
    width: 100%;
    max-width: 768px;
    margin: 80px auto 0;
  }
  .about_txt01, .about_txt02 {
    font-size: 1.6rem;
    line-height: 2em;
    text-align: justify;
  }
  .footer {
    margin: 70px 0 0 0;
    height: 80px;
    width: 100%;
    background-color: #000000;
    padding: 30px 0 0 0;
  }
  .footer a {
    color: #FFFFFF;
    text-align: center;
  }
}