@charset "Shift_JIS";
#wrap_condom{
		width:750px;
		color:#000;
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;";
		background-color: #ff0;
        padding-bottom: 60px;
}

.zigzag {
  position: relative;
  width: 750px;
  height: auto;
  background: #fff;
}
.zigzag::before, .zigzag::after {
  height: 36px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.zigzag::before {
  top: -36px;
  background: linear-gradient(45deg, #fff 18px, transparent 0), linear-gradient(315deg, #fff 18px, transparent 0);
  background-color: #fff0;
  background-size: 36px 36px;
}
.zigzag::after {
  bottom: -36px;
  background: linear-gradient(45deg, #ff0 18px, transparent 0), linear-gradient(315deg, #ff0 18px, transparent 0);
  background-color: #fff;
  background-size: 36px 36px;
}

.zigzag_after_none::after {
  bottom: 0;
  background: none;
  background-size: 0;
  padding-bottom: 0;
}

#wrap_condom p {font-size: 16px; line-height: 2.1em;}
#wrap_condom p.condom_txt {padding: 30px 8%;}

.txt_pink{font-weight:bold; color:#f94793;}

.condom_product{display: flex; flex-wrap: wrap; align-content: flex-start; position: relative; padding: 30px; z-index: 1; height: 650px;}
.condom_product_item{flex:0 1 340px; margin-bottom: 30px;}
.condom_product_item:nth-child(odd){margin-right: 10px;}
.condom_product_item:last-child{margin-bottom: 0;}
.condom_product_item_img{margin-right: 10px; background-color: #fff;}
.condom_product_item img{width: 120px;}

.condom_product2{display: flex; flex-wrap: wrap; align-content: flex-start; padding: 30px 30px 0;}
.condom_product_item2{flex:0 1 340px; margin-bottom: 30px;}
.margin_bottom_none{margin-bottom: 0;}
.condom_product_item2:nth-child(odd){margin-right: 10px;}
.condom_product_item2:nth-last-child(2){margin-bottom: 0;}
.condom_product_item2:last-child{margin-bottom: 0;}
.condom_product_item_img{margin-right: 10px; background-color: #fff; height: 120px;}
.condom_product_item2 img{width: 120px;}

.condom_product3{display: flex; flex-wrap: wrap; align-content: flex-start; padding: 30px 30px 0;}
.condom_product_item3{flex:0 1 310px; margin-bottom: 30px;}
.condom_product_item3:nth-child(odd){margin-right: 10px;}
.condom_product_item3:nth-last-child(2){margin-bottom: 0;}
.condom_product_item3:last-child{margin-bottom: 0;}
.condom_product_item3 img{width: 120px;}

.condom_item_flex{display: flex; align-items: top;}
.condom_item_name{font-size: 16px; line-height: 120%; font-weight: bold;}
.condom_item_price{font-size: 14px; line-height: 120%;}
.condom_item_price span{font-size: 16px; line-height: 120%; color: red; font-weight: bold;}
.condom_item_txt{font-size: 13px; line-height: 130%; margin-top: 10px;}

.sec00_illust01 img{position:absolute; top:320px; right: 60px; z-index: -1;}

.condom_navi{display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 0 30px 20px;}
.condom_navi01{background: url("images/navi_tit01_hover.png") no-repeat;}
.condom_navi02{background: url("images/navi_tit02_hover.png") no-repeat;}
.condom_navi03{background: url("images/navi_tit03_hover.png") no-repeat;}
.condom_navi04{background: url("images/navi_tit04_hover.png") no-repeat;}

.condom_navi01 a,.condom_navi02 a,.condom_navi03 a,.condom_navi04 a{display: inline-block;}
.condom_navi01 a:hover,.condom_navi02 a:hover,.condom_navi03 a:hover,.condom_navi04 a:hover{background-color: transparent; /* IE6対応 */}
.condom_navi01 a:hover img,.condom_navi02 a:hover img,.condom_navi03 a:hover img,.condom_navi04 a:hover img {visibility: hidden;}

.condom_movie_flex{display: flex; align-items: center;}
.movie_list{font-size: 16px; line-height: 2.1em; font-weight: bold;}
.movie_list ol{
    counter-reset:number; /* 名前を付けたカウンターをリセット */
    list-style:none; /* olが数字を付けることをキャンセル */
}
.movie_list ol li:before{
/* カウンタ（数字になる部分） */
    counter-increment: number; /* 任意の名前を付けて！ */
    content: counter(number); /* 名前を付けたカウンターを呼び出し */
    margin-right: .8em;
}

.video-wrap {
    position: relative;
    padding: 0 60px;
    margin: 0 auto;
}


.jiken_kekka_wrap{
	margin: 30px 30px 50px;
    display: block;
    position: relative;
    background-color: #fff;
    padding:10px 30px 20px; 
}
/*
.jiken_kekka_wrap dt{
	margin: 0 0 0 2em ;
	padding: 4px 0 ;
}
.jiken_kekka_wrap dt:hover{
	cursor: pointer ;
	color: #00f ;
    text-decoration: underline;
}
.jiken_kekka_wrap dt{
    position: absolute;
    top: 65px;
    right: 30px;
    font-size: 16px;
    color: #00f;
}
.jiken_kekka_wrap dt::before {
     position:absolute;
     content:"";
     border:solid 7px transparent;
     border-top:solid 7px #00f;
     right: 10%;
     bottom: 0;
}
.jiken_kekka_wrap dt::after {
     position: absolute;
     content: '';
     width:6px;
     height:6px;
     background-color:#00f;
     right: 13%;
     bottom: 14px;
}

.jiken_kekka_wrap dd{
	display: none ;
	padding-top: 20px;
    font-size: 16px;
    line-height: 2.1em;
}*/

.sec01_illust{
	position: relative;
	padding: 30px;
    z-index: 1;
    height:600px; 
}

.sec01_illust01 img{
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: -2;
}

.sec01_illust02 img{
	position: absolute;
	top: 300px;
	right: 60px;
	z-index: -1;
}

.sec02_illust{
	position: relative;
	padding: 30px;
    z-index: 1;
    height:600px; 
}

.sec02_illust01 img{
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: -2;
}

.sec02_illust02 img{
	position: absolute;
	top: 300px;
	right: 60px;
	z-index: -1;
}

.sec03_illust{
	position: relative;
	padding: 30px;
    z-index: 1;
    height:600px; 
}

.sec03_illust01 img{
	position: absolute;
	top: 30px;
	left: 60px;
	z-index: -2;
}

.sec03_illust02 img{
	position: absolute;
	top: 300px;
	right: 60px;
	z-index: -1;
}

.condom_size{padding: 60px 30px 30px; margin-bottom: 30px;}

.condom_size_item01{flex: 0 1 390px; background-color: #fff; padding: 20px 30px 20px 40px; margin-right: 20px; align-self: baseline;}
.condom_size_item01_tit01{flex: 0 0 35px; margin-right: 20px;}
.condom_size_item01_itemsize{flex: 0 1 100%;}
.condom_size_item01_itemsize .flex_layout{height: 104px;}
.condom_size_item01_img{flex: 0 0 105px; text-align: center; margin-right: 20px;}
.condom_size_item01_txt{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 22px;
    font-weight: 600;
    white-space: nowrap;
}
.condom_size_item02{flex: 0 0 280px;}
.condom_size_item02_img{flex: 0 0 130px; text-align: center; margin-right: 15px; background-color: #fff; border-radius: 50%;}
.condom_size_item02_img img{width: 130px; border-radius: 50%;}

.condom_size_arrow{
    display: block;
    width: 22px;
    height: 22px;
    border: 5px solid;
    border-color: transparent transparent #000 #000;
    transform: rotate(-45deg);
    margin: -5px 0 18px 35px;
}

.condom_size_equal{
    display: block;
    top:25px;
    left:40px;
    height:35px;
    width:5px;
    background:#000;
    box-shadow:15px 0 #000;
    -webkit-box-shadow:15px 0 #000;
    margin: 5px 0 5px 42px;
}

.condom_column_bgblue{background-color: #2ea7e0; padding:20px 30px 30px;}
.condom_column{background-color: #fff; border-radius: 10px; position: relative;}
.condom_column_img{position: absolute; top:-35px; left: 0; right: 0; text-align: center;}
.condom_column_txt{padding: 20px 30px;}

.condom_radius img{border-radius: 50%;}

.condom_column_txt_list{font-size: 16px; line-height: 2.1em; padding: 30px;}
.condom_column_txt_list ol{
    counter-reset:number; /* 名前を付けたカウンターをリセット */
    list-style:none; /* olが数字を付けることをキャンセル */
}
.condom_column_txt_list ol li:before{
/* カウンタ（数字になる部分） */
    counter-increment: number; /* 任意の名前を付けて！ */
    content: counter(number); /* 名前を付けたカウンターを呼び出し */
    margin-right: .8em;
}

table {
    border-collapse: collapse;
}
.condom_table{
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  border-top:2px solid #00a9e3;
  margin-bottom: .4em;
  border-bottom: solid 2px #00a9e3;
}

.condom_table img{width: 100px;}

.condom_table tr{
  border-left: solid 2px #00a9e3;
  border-right: solid 2px #00a9e3;
}

.condom_table td {
  border-bottom: solid 1px #00a9e3;
  border-left: solid 1px #00a9e3;
  border-right: solid 1px #00a9e3;
  border-collapse: collapse;
  box-sizing: border-box;
  padding: 10px 5px 0 12px;
  width: 20%;
  background: #fff;
  vertical-align: top;
}

.condom_table td .flex_layout{height: 2.5em;}

.condom_table_bg{
  background-color: #00a9e3 !important;
  color: #fff; font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 5px !important;
}

.seal_h{height: 100px;}

.seal{
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f00;/*背景色*/
  margin-top: 5px;
}

.number{
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #00a9e3;
  margin-right: 4px;
  flex: 0 0 26px;
}
.number span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  text-align:center;
  font-size: 24px;
  color: #fff;
}

.sec03_column_bg{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 30px 20px;
  padding: 20px 14px;
}

.sec03_column_bg img{flex: 0 0 156px; margin-right: 10px;}
.sec03_column_bg p{font-size: 15px !important; line-height: 1.6em !important;}
.sec03_column_matome{position: absolute; top:-50px; right: 0; left: 0;}

.sec04_tit{position: relative; margin: 40px 25px 25px; border: 3px dotted #000; box-sizing: border-box; border-radius: 20px;}
.sec04_tit h4{position: absolute; top:-50px; right: 0; left: 0; text-align: center;}
.sec04_tit p{padding: 70px 35px 30px; font-weight: bold;}
.sec04_case_txt{padding: 15px 2% 0; text-align: center; font-weight: bold; line-height: 1.87em !important;}
.sec04_case_box{position: relative; width: 349px; height: 461px;}
.sec04_case_box img{position: absolute; bottom:0; left:0}
.sec04_case_box p{
  position: absolute;
  width: 253px;
  height: 200px;
  display: table;
  bottom: 12px;
  margin: 0 auto;
  padding: 0 48px;
  line-height: 1.6em !important;
}
.sec04_case_box p span{display: table-cell; vertical-align: middle;}

.last_illust{margin-top: -10px; padding-bottom: 20px;}
/*hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

hr.navyline-top{
	border-top: 1px solid #23417b;
	text-align:center;
	margin:60px 175px;
}*/


/*
共通使用
*/


/* ************************************************************** */
/* flex layout */
/* ************************************************************** */

.flex_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


/* flex-direction */

.flex_row {
    -webkit-flex-direction: row;
            flex-direction: row;
}

.flex_column {
    -webkit-flex-direction: column;
            flex-direction: column;
}

.flex_row-reverse {
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.flex_column-reverse {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}


/* flex-wrap */

.flex_nowrap {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}

.advanced_flex_wrap,
.flex_wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.flex_wrap-reverse {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
}


/* justify-content */

.flex_j_start {
           -webkit-box-pack: start;
              -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
}

.flex_j_end {
           -webkit-box-pack: end;
              -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.flex_j_center {
           -webkit-box-pack: center;
              -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

.flex_j_between {
           -webkit-box-pack: justify;
              -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.flex_j_around {
    -webkit-justify-content: space-around;
            justify-content: space-around;
}


/* align-items */

.flex_a_start {
      -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
}

.flex_a_end {
      -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
}

.flex_a_center {
      -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

.flex_a_baseline {
      -webkit-box-align: baseline;
    -webkit-align-items: baseline;
            align-items: baseline;
}

.flex_a_stretch {
      -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
}


/* align-content */

.flex_c_start {
    -webkit-align-content: flex-start;
            align-content: flex-start;
}

.flex_c_end {
    -webkit-align-content: flex-end;
            align-content: flex-end;
}

.flex_c_center {
    -webkit-align-content: center;
            align-content: center;
}

.flex_c_between {
    -webkit-align-content: space-between;
            align-content: space-between;
}

.flex_c_around {
    -webkit-align-content: space-around;
            align-content: space-around;
}


/* align-self */

.flex_s_start {
    -webkit-align-self: flex-start;
            align-self: flex-start;
}

.flex_s_end {
    -webkit-align-self: flex-end;
            align-self: flex-end;
}

.flex_s_center {
    -webkit-align-self: center;
            align-self: center;
}

.flex_s_baseline {
    -webkit-align-self: baseline;
            align-self: baseline;
}

.flex_s_stretch {
    -webkit-align-self: stretch;
            align-self: stretch;
}


.m-t40 {margin-top:40px;}
.m-t44 {margin-top:44px;}
.m-t50 {margin-top:50px;}
.m-t60 {margin-top:60px;}
.m-t70 {margin-top:70px;}
.m-t80 {margin-top:80px;}
.m-t90 {margin-top:90px;}
.m-t100 {margin-top:100px;}
.m-t140 {margin-top:140px;}
.m-t200 {margin-top:200px;}
.m-b44 {margin-bottom: 44px;}
.m-b60 {margin-bottom:60px;}
.m-t50b20 {margin-top:50px; margin-bottom: 20px;}
.m-t60b30 {margin-top:60px; margin-bottom: 30px;}
.m-tb60 {margin-top:60px; margin-bottom: 60px;}
.m-tb40 {margin:40px 0px 40px 0px;}
.m-r12 {margin-right: 12px;}
.m-r68 {margin-right: 68px;}

.p-t30b15 {padding-top: 30px; padding-bottom: 15px;}
.p-t50 {padding-top: 50px;}
.p-t60 {padding-top: 60px;}
.p-b40 {padding-bottom: 40px;}
.p-b50 {padding-bottom: 50px;}
.p-b60 {padding-bottom: 60px;}
.p-lr60 {padding-left: 60px; padding-right: 60px;}
.p-tb50 {padding-top: 50px; padding-bottom: 50px;}
.p-tb60 {padding-top: 60px; padding-bottom: 60px;}
.p-t50b60 {padding-top: 50px; padding-bottom: 60px;}
.p-t50b70 {padding-top: 50px; padding-bottom: 70px;}
.p-t60b70 {padding-top: 60px; padding-bottom: 70px;}

.ts36{font-size: 36px;}

