#debbasic {
	font-family: YuGothic,    /* Mac用 */ 
	'Yu Gothic', /* Windows用 */
	'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width :1080px;
	width :auto;
	overflow: hidden;
}

#debbasic img {
    width: 100%;
    height: auto;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#debbasic a {
	color: black;
	text-decoration: none;
}

#debbasic .header {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 10% auto;
}

#debbasic .main img {
	width: 100%;
}
	
/* キャッチ */
.catct {
	width: 100%;
	margin: auto;
}
	
#debbasic .catch img {
	margin: 0 auto 4% auto;
	width: 70%;
}

.catch p {
	margin: auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 2.2;
	letter-spacing: 1px;
}
	
.kome {
	width: 90%;
	margin: 2% auto 10% auto;
}
	
.kome p {
	font-family: YuGothic,    /* Mac用 */ 
	'Yu Gothic', /* Windows用 */
	'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 8px;
	line-height: 1.8;
}	

/* 売れている5つの理由 */
.reason-bg {
	background-color: #f5f5f6;
	
}
	
.reason {
    width: 90%;
	margin: auto;
	padding: 12% 0;
    overflow: hidden;
}
	
.reason-title h2 {
	position: relative;
	margin: auto;
	font-family: 'Yeseva One', cursive;
	font-weight: 400;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 3%;
}

.reason-title h2 span {
	font-size: 18px;
	display: block;
	line-height: 2;
}
	
.reason-title h3 {
	margin:auto;
	padding: 0.5rem 2rem;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
}
	
.reason-box {
    width: 100%;
	margin: 8% auto 0 auto;
}
	
.reason-box h2 {
	margin: 0 auto 2% auto;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
	font-size: 70px;
	line-height: 1;
}
	
.reason-box h3 {
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 1.6;
}
	
.reason-box img {
	margin: 3% auto 4% auto;
}
	
.reason-box p {
	text-align: justify;
	font-family: YuGothic,    /* Mac用 */ 
	'Yu Gothic', /* Windows用 */
	'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.8;
	margin: 0 auto;
}

/* ポイント */
.point {
    width: 100%;
	margin: 20% auto 10% auto;
}
	
.point-title h2 {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 4px;
}
	
#debbasic .point-title img {
	margin: 3% auto;
	width: 5%;
}
	
.point-title h3 {
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
}
	
.front {
	margin: 5% auto;
}
	
.point-list {
	width: 85%;
	margin: auto;
}
	
.point-list ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.point-list li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
	text-align: justify;
	font-size: 13px;
	margin-bottom: 1em;
}
.point-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #000;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
	font-family: 'Abril Fatface', cursive;
	font-weight: 400;
}
	
.under_be {
	background: linear-gradient(transparent 70%, #d6cbc6 70%);
}
	
.under_pk {
	background: linear-gradient(transparent 70%, #f0c8c8 70%);
}

.inside {
	width: 100%;
	margin: 10% auto 5% auto;
}
	

.inside h2 {
	display:flex;
	align-items:center;
	font-family: 'Yeseva One', cursive;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 3%;
}

.inside h2:after {
	margin-left: 10px;
	border-top:1px dashed #000;
	content:"";
	flex-grow:1;
}

/* サイズ */
.size-bg {
	background-color: #fff;
	}
.size {
    width: 90%;
	margin: auto;
	padding: 15% 0 12% 0;
    overflow: hidden;
}
	
.size-title h2 {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 4px;
}
	
#debbasic .size-title img {
	margin: 3% auto;
	width: 5%;
}
	
.size-title h3 {
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
}
	
.size-map img {
	margin: 5% auto;
	width: 95%;
}


/* 口コミ */
.voice-bg {
	background-color: #F4F0EA;
	}
.voice {
    width: 90%;
	margin: auto;
	padding:  15% 0 12% 0;
    overflow: hidden;
}
	
.voice-title h2 {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 4px;
}
	
.voice-title img {
	margin: 3% auto;
	width: 5%;
}
	
.voice-title h3 {
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
}
	
.voice-box {
	width: 100%;
	margin: 4% auto;
	padding-top: 4%;
	padding-bottom: 4%;
	background-color: #fff;
	border-radius: 5px;
}

.voice-box-text {
	width: 90%;
	margin: auto;
}
	
.voice-box-text p {
	text-align: justify;
	line-height: 1.7;
	font-size: 13px;
}
	
.under {
	background: linear-gradient(transparent 0%, #efead4 0%);
}

	

.fukidashi{
    width: 100%;
	margin-top: 8%;
}
	
.fukidashi_box{
    position:relative;
    background: #fff;
    padding-top: 4%;
	padding-bottom: 4%;
    text-align:left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.fukidashi_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(247, 221, 51, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 8px;
    border-right-width: 8px;
    margin-left: -10px;
    border-bottom-color: #fff;
    bottom:100%;
    left:50%;
}
	
.fukidashi_box p {
	width: 90%;
	text-align: justify;
	line-height: 1.7;
	font-size: 13px;
	margin: auto;
}

.icon {
	display: flex;
	width: 90%;
	margin: 2% auto auto auto;
 }
 
.illust1 {
	width: 15%;
	margin: auto;
 }
	
.illust1 img {
	border-radius: 50%;
	vertical-align: middle;
}
 
.respondent1 {
	width: 85%;
	margin: auto;
 }

.respondent1 p {
	text-align: right;
	line-height: 1.6;
	font-size: 11px;
	vertical-align: middle;
	margin: auto 10px auto auto;
}
	
.illust2 {
	width: 15%;
	margin: auto;
 }
	
.illust2 img {
	border-radius: 50%;
	vertical-align: middle;
}
 
.respondent2 {
	width: 85%;
	margin: auto;
 }

.respondent2 p {
	text-align: left;
	line-height: 1.6;
	font-size: 11px;
	vertical-align: middle;
	margin: auto auto auto 10px;
}	
		
/* ショーツ */
.pickup-bg {
	background-color: #EDECEA;
	}
.pickup {
    width: 90%;
	margin: auto;
	padding: 15% 0 12% 0;
    overflow: hidden;
}
	
.pickup-title h2 {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 4px;
}
	
.pickup-title img {
	margin: 3% auto;
	width: 5%;
}
	
.pickup-title h3 {
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
}
	
.pickup-item {
	width: 100%;
	margin: auto;
}
	
.pickup-item img {
	width: 80%;
	margin: 5% auto 3% auto;
	border-radius: 50%;
}
	
.pickup-item h2 {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.8;
	position: relative;
}

.pickup-item h2 span {
	font-size: 11px;
	letter-spacing: 2px;
	display: block;
}

#debbasic .button {
	width: 60%;
	margin: 4% auto 10% auto;
}

#debbasic .btn {
	height: 40px;
	color: #000;
	border: 1px solid #000;
	border-radius: 20px;
	line-height: 40px;
}
	
#debbasic .btn a {
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
	
#debbasic .btn:hover {
	color: #fff;
	background-color: #000;
}

#debbasic .btn-text {
 	font-size: 14px;
	letter-spacing: 1px;
}
	
[class^="flex-col"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-col3::after,
.flex-col3 .flex-child { width: calc( (100% - 5px) / 3 ); }

.flex-col3 { 
	width: 95%;
    margin: 0 auto 5% auto;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bab4b2;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: #fff;
  font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	margin: auto;
}
	
.pickup-catch {
	margin: 10% auto;
 }
	
.pickup-catch h2 {
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
}
	
.pickup-catch p {
	font-family: YuGothic,    /* Mac用 */ 
	'Yu Gothic', /* Windows用 */
	'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 13px;
	line-height: 1.8;
	margin: 3% auto 0 auto;
}
	
.pickup-point {
	width: 90%;
	margin: auto;
 }
	
.licard {
	display: flex;
	width: 100%;
	margin: 8% auto 0 auto;
}
	
.flexiblebox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
	
.licard_img {
	width: 50%;
}

.licard_img img {
	width: 100%;
	border-radius: 50%;
}
	
.licard_text {
	width: 50%;
	padding-left: 3%;
}
	
.licard_text h2 {
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0 auto 1px auto;
}
	
.licard_text h2 span {
	font-weight: 500;
	font-size: 30px;
}
	
.licard_text p {
	text-align: justify;
	font-family: YuGothic,    /* Mac用 */ 
	'Yu Gothic', /* Windows用 */
	'Noto Sans JP', "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	line-height: 1.8;
	margin: 0 auto;
}
	
	
/* lINE UP */
.lineup-bg {
	background-color: #fff;
	}
	
.lineup {
    width: 90%;
	margin: auto;
	padding: 10% 0 12% 0;
    overflow: hidden;
}
	
.lineup-title h2 {
	margin: 0 auto;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 4px;
}
	
#debbasic .lineup-title img {
	margin: 3% auto;
	width: 5%;
}

[class^="flex-item"] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-child2 {
	margin-bottom: 12%; }

.flex-item2::after,
.flex-item2 .flex-child2 { width: calc( (100% - 10px) / 2 ); }

.flex-item2 { 
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	margin-top: 8%;
}

.flex-child2 img { 
	width: 100%; 
	margin: auto;
}

.flex-child2 p {
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 5%;
}
	
.flex-child2 a {
	text-decoration: underline;
}