@charset "utf-8";
/* CSS Document */
p, ul, li, div, a, img, table, tbody, th, td {
	margin: 0;
	padding: 0;
}
.pc_only {
    display: block;
}
.sp_only {
	display: none;
}
.t18-middle-split {
	margin: 0;
    padding: 0;
    max-width: 100%;
}
.t18-middle-split img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
}




/* MV
--------------------------------------------------------------------*/
#mv {
    background: url("../images/mv_bkg.webp") no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
}
#mv h1 {
    max-width: 1300px;
    margin: 0 auto;
    padding: 50px 50px 0;
}
#mv h1 span {
    display: none;
}

@media screen and (max-width: 750px) {
#mv {
    background: none;
}
#mv h1 {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
}









/* ページ内ナビ
--------------------------------------------------------------------*/
#contents {
    margin: 0 auto 50px;
    padding: 30px 50px 50px;
    max-width: 1300px;
}
#contents ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
}
#contents ul li {
    margin: 0;
    padding: 0;
    width: 18%;
}
#contents ul li a {
    display: block;
    border: 2px solid #00640e;
    margin: 0;
    padding: 15px;
    color: #00640e;
    text-decoration: none;
    border-radius: 8px;
    line-height: 1;
    font-weight: 600;
    font-size: 15px;
}
#contents ul li a.arrow_u {
  position: relative;
  padding-left: 35px;
}
#contents ul li a.arrow_u:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #00640e;
  border-right: solid 2px #00640e;
  transform: rotate(45deg);
  position: absolute;
  top: -2px;
  left: 15px;
  bottom: 0;
  margin: auto;
}
#contents ul li a:hover {
    display: block;
    border: 2px solid #00640e;
    background: #00640e;
    color: #fff;
}
#contents ul li a:hover.arrow_u:before {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
}

@media screen and (max-width: 1200px) {
#contents ul li {
    width: 19%;
}
#contents ul li a {
    font-size: 13px;
}
}

@media screen and (max-width: 750px) {
#contents ul {
    display: block;
}
#contents ul li {
    width: 100%;
    margin-bottom: 30px;
}
#contents ul li:last-child {
    margin-bottom: 0;
}
#contents ul li a {
    font-size: 30px;
    padding: 25px;
}
#contents ul li a.arrow_u {
  padding-left: 70px;
}
#contents ul li a.arrow_u:before {
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 4px #00640e;
  border-right: solid 4px #00640e;
  top: -2px;
  left: 30px;
}
}








/* コンテンツエリア
--------------------------------------------------------------------*/
.section {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 50px 100px;
}
.column, .column2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section p {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.section h2 {
   border-left: 9px #a30000 solid;
   font-size: 36px;
   font-weight: normal;
   line-height: 1.5;
   margin: 0 auto 50px;
   padding: 0 0 0 20px;
}
.section .minitext {
    font-size: 14px;
    display: block;
}

@media screen and (max-width: 1024px) {
.column2 {
    display: block;
}
}

@media screen and (max-width: 750px) {
.section {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 4% 150px;
}
.column {
    display: block;
}
.section p {
    font-size: 30px;
}

.section h2 {
   font-size: 42px;
}
.section .minitext {
    font-size: 20px;
}
}




/* 商品紹介----------------------*/
.detail {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px 100px;
}
.product_left {
    width: 44%;
}
.product_left h2 {
    font-size: 40px;
    line-height: 1.3;
}
.product_left h2 span {
    font-size: 24px;
    display: block;
    margin-top: 15px;
}
.product_left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}
.product_left ul li {
    margin: 0 30px 0 0;
    padding: 0;
}
.product_left ul li:last-child {
    margin-right: 30px;
    padding: 0;
}
.product_right {
    width: 50%;
}

@media screen and (max-width: 750px) {
.detail {
    max-width: 94%;
    margin: 0 auto;
    padding: 0 4% 150px;
    text-align: center;
}
.product_left {
    width: 100%;
}
.product_left h2 {
    font-size: 42px;
}
.product_left h2 span {
    font-size: 28px;
}
.product_left ul {
    margin: 0 auto 30px;
    justify-content: center;
}
.product_left ul li {
    margin: 0 50px 0 0;
}
.product_right {
    width: 100%;
}
}





/* 商品の特長----------------------*/
.feature_wrap {
    border: 2px solid #98000b;
    border-radius: 16px;
    padding: 30px 30px 30px 50px;
    margin-bottom: 30px;
}
.feature_wrap:last-child {
    margin-bottom: 0;
}
.feature_wrap h3 {
    font-size: 30px;
    color: #98000b;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    background: url(/campaign/joso-vibrator_sale/images/02_iine.jpg) no-repeat left center;
    background-size: contain;
    margin: 0 0 15px;
}
.feature_left {
    width: 54%;
}
.feature_right {
    width: 40%;
}

@media screen and (max-width: 1024px) {
.feature_wrap {
    padding: 30px;
}
.feature_wrap h3 {
    font-size: 38px;
    margin: 20px 0 30px;
}
.feature_left {
    width: 100%;
    margin-bottom: 30px;
}
.feature_right {
    width: 100%;
}
}






/* youtube -----------------------*/
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}






/* セット価格 -----------------------*/
.setprice img {
    width: 48%;
    max-width: 450px;
}
@media screen and (max-width: 750px) {
.setprice img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}
.setprice img:first-child {
    margin-bottom: 100px;
}
}




/* 専用ハンドル -----------------------*/
.handle_detail {
    max-width: 700px;
    margin: 30px auto;
}
.handle_left {
    width: 132px;
}
.handle_right {
    width: 538px;
}
.handle_right span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.handle_right h3 {
    font-size: 30px;
    margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
.handle_detail {
    max-width: 100%;
    margin: 100px 0;
}
.handle_left {
    width: 100%;
}
.handle_left img {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.handle_right {
    width: 100%;
}
.handle_right span {
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
}
.handle_right h3 {
    font-size: 42px;
    margin-bottom: 20px;
    text-align: center;
}
}





/* 単品購入 -----------------------*/
.single_detail {
    background: #fcf7ed;
    padding: 30px 60px;
}
.single_left {
    width: 60%;
}
.single_left p {
    font-size: 24px;
    font-weight: bold;
}
.single_left .red {
    color: #98000b;
}
.single_right {
    width: 30%;
    max-width: 250px;
}

@media screen and (max-width: 750px) {
.single_detail {
    padding: 50px;
}
.single_left {
    width: 100%;
}
.single_left p {
    font-size: 30px;
}
.single_right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
}
}






/* 商品の仕様 -----------------------*/
.specifications {
    width: 100%;
    display: table;
    border-collapse: collapse;
    margin: 0 0 50px;
    padding: 0;
    font-size: 1.6rem;
}
.specifications th, .specifications td {
    text-align: left;
    font-weight: 400;
    line-height: 1.4;
    padding: 10px 20px;
    border-bottom: 1px solid #adadad;
}
.specifications th {
    background: #f0f0f0;
}
.specifications th.prd_name {
    border-top: none;
    background: #fff;
    width: 100%;
    font-weight: 700;
    padding-left: 0;
    font-size: 2.2rem;
}
.specifications th.col2 {
    width: 15%;
    border-right: none;
}
.specifications th.sec {
    width: 5%;
    text-align: right;
    padding: 10px;
}
.specifications td {
    width: 80%;
}
.t18-list-before-pdf-icon {
    background: #f0f0f0;
    padding:  20px 20px 5px;
    margin: 0;
    width: 100% !important;
}

@media screen and (max-width: 750px) {
.specifications {
    font-size: 24px;
}
.specifications th, .specifications td {
    padding: 10px;
}
.specifications th.prd_name {
    font-size: 3.0rem;
}
.t18-list-before-pdf-icon li {
    font-size: 24px !important;
}
}




/* お問い合わせ
--------------------------------------------------------------------*/
.contact_wrap {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
}
.contact_wrap a {
    display: inline-block;
    padding: 10px 60px;
    border-radius: 50px;
    background: #cc0000;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 30px;
    border: 2px solid #cc0000;
}
.contact_wrap a:hover {
    color: #cc0000;
    background: #fff;
    border: 2px solid #cc0000;
}

@media screen and (max-width: 750px) {
.contact_wrap {
    font-size: 30px;
}
.contact_wrap a {
    display: block;
    max-width: 80%;
    padding: 20px;
    margin: 50px auto;
}
}






