@charset "UTF-8";
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}

table img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	border: 0;
}

p {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input,
textarea {
	margin: 0;
	font-size: 100%;
	resize: none;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

dl,
dt,
dd,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-size: 100%;*/
	font-weight: normal;
	margin: 0;
	padding: 0;
}

pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

em {
	font-style: normal;
}

button,
input {
	outline: none;
}

button {
	cursor: pointer;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
button:hover {
	opacity: 0.5;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
	outline: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

a:link {
	color: #1a1a1a;
	text-decoration: none;
}

a:visited {
	color: #1a1a1a;
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

a:active {
	color: #1a1a1a;
	text-decoration: none;
}

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Osaka',
		'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.ffM {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
}

.ffY {
	font-family: 游ゴシック体, 'YuGothic', 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro',
		メイリオ, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.ffO {
	font-family: 'Oswald', sans-serif;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
body {
	width: 100%;
	color: #1a1a1a;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 0;
	font-family: 游ゴシック体, 'YuGothic', 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro',
		メイリオ, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	height: 100%;
	word-break: break-word;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden {
	display: none !important;
}

/*-----------------------------------------------------------
common
------------------------------------------------------------*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@media (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.pc {
		display: none !important;
	}
}

img {
	max-width: 100%;
	height: auto;
}

img {
	max-width: 100%;
}

.wcm {
	width: 100%;
	max-width: 1230px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-loading .slick-list {
	/*  background: #fff url('./ajax-loader.gif') center center no-repeat; */
}

/* Icons */
@font-face {
	/* font-family: 'slick'; */
	font-weight: normal;
	font-style: normal;
	/* src: url('./fonts/slick.eot'); */
	/* src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); */
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: 0.75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '';
}

[dir='rtl'] .slick-prev:before {
	content: '';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '';
}

[dir='rtl'] .slick-next:before {
	content: '';
}

/* Dots */
.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -45px;
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 0;
	line-height: 20px;
	position: absolute;
	top: 0px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	text-align: center;
	opacity: 0.25;
	-ms-filter: 'alpha(opacity=25)';
	/* ie 8 */
	filter: alpha(opacity=25);
	/* ie lt 8 */
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-filter: 'alpha(opacity=25)';
	filter: alpha(opacity=25);
	/* ie lt 8 */
	width: 8px;
	height: 8px;
	background: #ccc;
	border-radius: 10px;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	-ms-filter: 'alpha(opacity=75)';
	/* ie 8 */
	filter: alpha(opacity=70);
	/* ie lt 8 */
	color: black;
}

.dakkowear main {
	overflow: hidden;
}
.dakkowear .header {
	padding: 34px 0 26px;
}
.dakkowear .header img {
	display: block;
	margin: auto;
	width: 130px;
	height: 47px;
}
.dakkowear__block01 {
	position: relative;
	margin-bottom: 62px;
}
.dakkowear__block01 img:not(.dakkowear__block01--scroll) {
	display: block;
	width: 100%;
}
.dakkowear__block01--scroll {
	width: 10px;
	height: 112px;
	position: absolute;
	right: 26px;
	bottom: 14px;
}
.dakkowear__block02 {
	margin-bottom: 86px;
	overflow-x: hidden;
}
.dakkowear__block02--title {
	text-align: center;
	font-size: 0;
	margin-bottom: 49px;
}
.dakkowear__block02--title span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.dakkowear__block02--title span:first-child {
	font-size: 24px;
	display: inline-block;
	vertical-align: top;
	line-height: 54px;
	margin-bottom: 0px;
	position: relative;
}
/*       .dakkowear__block02--title span:first-child::before, .dakkowear__block02--title span:first-child::after {
          content: "";
          position: absolute;
          top: 6px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          width: 47px;
          height: 65px; }*/
/*   .dakkowear__block02--title span:first-child::before {
          left: -40px;
          background-image: url(../img/bg_slash01.svg); }
        .dakkowear__block02--title span:first-child::after {
          right: -39px;
          background-image: url(../img/bg_slash02.svg); }*/
.dakkowear__block02--title span:nth-child(2) {
	font-weight: normal;
	font-size: 70px;
	line-height: 1;
	margin-bottom: 12px;
}
.dakkowear__block02--title span:nth-child(2) em {
	color: #ff5583;
}
.dakkowear__block02--title span:last-child {
	font-size: 21px;
}
.dakkowear__block02--content {
	padding: 255px 0 76px;
	position: relative;
	/*border-bottom: 1px solid #ccc;*/
	margin-bottom: 60px;
}
.dakkowear__block02--content::before,
.dakkowear__block02--content::after {
	content: '';
	position: absolute;
	background-size: 100% 100%;
}
.dakkowear__block02--content::before {
	width: 100%;
	top: 0;
	background: url(../img/bg_lp01.webp) repeat-x;
	background-position: top left -95px !important;
	left: 0;
	height: 192px;
	z-index: 2;
}
.dakkowear__block02--content::after {
	right: -6px;
	bottom: 0px;
	background: url(../img/bg_dakko.svg) no-repeat top left;
	width: 1413px;
	height: 416px;
}
.dakkowear__block02--content ul {
	position: relative;
	z-index: 2;
	font-size: 0;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
}
.dakkowear__block02--content ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 0 20px;
}
.dakkowear__block02--content ul li .ct {
	background: #ebebeb;
	position: relative;
	padding: 0 20px 32px;
}
.dakkowear__block02--content ul li .ct .num {
	display: block;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
}
.dakkowear__block02--content ul li .ct .title {
	font-weight: bold;
	font-size: 24px;
	padding-top: 37px;
	letter-spacing: 2px;
	margin-bottom: 18px;
	width: 100%;
	display: table;
}
.dakkowear__block02--content ul li .ct .title span {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.dakkowear__block02--content ul li .ct .title em {
	color: #ff5583;
}
.dakkowear__block02--content ul li .ct p {
	font-size: 17px;
	margin-top: 23px;
	line-height: 1.75;
}
.dakkowear__block02--content ul li:first-child .num {
	width: 112px;
	height: 42px;
	top: -26px;
}
.dakkowear__block02--content ul li:nth-child(2) .num {
	width: 126px;
	height: 40px;
	top: -24px;
}
.dakkowear__block02--content ul li:last-child .num {
	width: 126px;
	height: 38px;
	top: -22px;
}
.dakkowear__block02--bnr {
	padding: 0 15px;
	text-align: center;
	font-size: 0;
}
.dakkowear__block02--bnr a {
	display: inline-block;
	vertical-align: top;
}
.dakkowear__block03 {
	margin-bottom: 84px;
}
.dakkowear__block03--bg {
	height: 529px;
	position: relative;
	background: url(../img/bg_lp02.webp) no-repeat center center;
	background-size: cover;
	margin-bottom: 99px;
}
.dakkowear__block03--bg img {
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 136px;
	height: 147px;
}
.dakkowear__block03--content {
	max-width: 720px;
	margin: auto;
}
.dakkowear__block03--content .title {
	text-align: center;
	font-size: 37px;
	line-height: 1.45;
	letter-spacing: 1px;
	margin-bottom: 58px;
}
.dakkowear__block03--content .title strong {
	position: relative;
}
.dakkowear__block03--content .title strong::before {
	content: '';
	width: 105%;
	height: 20px;
	position: absolute;
	bottom: -10px;
	left: -12px;
	background: #ffdde6;
}
.dakkowear__block03--content .title strong span {
	position: relative;
	z-index: 2;
}
.dakkowear__block03--content ul {
	margin-bottom: 54px;
}
.dakkowear__block03--content ul li {
	padding: 20px 0 20px 45px;
	font-size: 21px;
	background: url(../img/ico_check.svg) no-repeat top 16px left;
	background-size: 29px 33px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0.6px;
}
.dakkowear__block03 #smile {
	background: url(../img/ico_arr_down_big.svg) no-repeat top center;
	background-size: 66px 173px;
	max-width: 70px;
	height: 173px;
	margin: auto;
}
.dakkowear__block03 #smile img {
	margin: auto;
	display: block;
	width: 70px;
	height: 70px;
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	top: 0;
}
.dakkowear__block03 #smile.ani img {
	top: 70px;
}
.dakkowear__block04 {
	margin-bottom: 66px;
}
.dakkowear__block04--title {
	text-align: center;
	background: url(../img/bg_quote.svg) no-repeat bottom center;
	background-size: 773px 150px;
	font-size: 31px;
	line-height: 48px !important;
	letter-spacing: 0.015em;
	padding-bottom: 66px;
	margin-bottom: -54px;
	position: relative;
	z-index: 2;
}
.dakkowear__block04--title strong {
	color: #ff5583;
}
.dakkowear__block04--content {
	background: #fbf7ed;
	padding: 106px 0 103px;
}
.dakkowear__block04--content .wcm {
	max-width: 1030px;
}
.dakkowear__block04--content .title {
	font-size: 26px;
	color: #ff5583;
	display: block;
	text-align: center;
	line-height: 1.55;
	margin-bottom: 99px;
	position: relative;
}
.dakkowear__block04--content .title::before,
.dakkowear__block04--content .title::after {
	content: '';
	position: absolute;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
}
.dakkowear__block04--content .title::before {
	background-image: url(../img/bg_dakko_left.webp);
	top: -131px;
	left: -216px;
	width: 389px;
	height: 275px;
}
.dakkowear__block04--content .title::after {
	background-image: url(../img/bg_dakko_right.webp);
	top: -122px;
	right: -206px;
	width: 419px;
	height: 301px;
}
.dakkowear__block04--content .title span {
	display: block;
	font-size: 46px;
	position: relative;
	padding-bottom: 25px;
}
.dakkowear__block04--content .title span::before {
	content: '';
	width: 60px;
	height: 1px;
	border-top: 1px dotted #ff5583;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.dakkowear__block04--content ul {
	font-size: 0;
	margin-left: -45px;
	margin-right: -45px;
}
.dakkowear__block04--content ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.33333%;
	position: relative;
	padding: 0 45px;
}
.dakkowear__block04--content ul li .num {
	position: absolute;
	top: -53px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.dakkowear__block04--content ul li .thumb {
	margin-bottom: 25px;
	position: relative;
}
.dakkowear__block04--content ul li .thumb img:first-child {
	margin: auto;
	display: block;
}

.dakkowear__block04--content ul li .subtitle {
	width: calc(100% + 30px);
	margin: 0 -15px;
	display: block;
	font-size: 20px;
	color: #ff5583;
	text-align: center;
	line-height: 33px;
	letter-spacing: 0.06em;
	margin-bottom: 15px;
	font-weight: bold;
}
.dakkowear__block04--content ul li p {
	font-size: 16px;
	line-height: 30px;
	padding-left: 2px;
}
.dakkowear__block04--content ul li:first-child .num {
	width: 118px;
	height: 35px;
}

.dakkowear__block04--content ul li:nth-child(2) .num {
	width: 132px;
	height: 35px;
}

.dakkowear__block04--content ul li:last-child .num {
	width: 132px;
	height: 33px;
}

.dakkowear__block05 {
	margin-bottom: 269px;
}
.dakkowear__block05--title {
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 51px;
}
.dakkowear__block05--title span {
	display: block;
	font-size: 55px;
	line-height: 1;
	margin-bottom: 24px;
	letter-spacing: 0;
}
.dakkowear__block05--content {
	max-width: 844px;
	margin: auto;
	font-size: 0;
}
.dakkowear__block05--content .slick-prev,
.dakkowear__block05--content .slick-next {
	width: 29px;
	height: 57px;
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: -28px;
}
.dakkowear__block05--content .slick-prev::before,
.dakkowear__block05--content .slick-next::before {
	display: none;
}
.dakkowear__block05--content .slick-prev {
	background-image: url(../img/ico_prev.svg);
	left: -62px;
}
.dakkowear__block05--content .slick-next {
	background-image: url(../img/ico_next.svg);
	right: -62px;
}
.dakkowear__block05--content .slick-dots {
	bottom: -53px;
}
.dakkowear__block05--content .slick-dots li {
	width: 13px;
	height: 13px;
	background: #ebebeb;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	margin: 0 27px;
}
.dakkowear__block05--content .slick-dots li button {
	display: none;
}
.dakkowear__block05--content .slick-dots li.slick-active {
	background: #1a1a1a;
}
.dakkowear__block05--content ul {
	max-width: 720px;
	margin: auto;
}
.dakkowear__block05--content ul li {
	margin: 0 10px;
}
.dakkowear__block06 {
	background: #fcf6f2 url(../img/bg_thank.webp) no-repeat bottom right;
	margin-bottom: 116px;
}
.dakkowear__block06--content {
	max-width: 840px;
	position: relative;
	padding-top: 106px;
	padding-bottom: 108px;
}
.dakkowear__block06--thank {
	position: absolute;
	top: -89px;
	left: 0;
	right: 0;
	margin: auto;
	width: 154px;
	height: 167px;
}
.dakkowear__block06--title {
	font-weight: bold;
	font-size: 36px;
	color: #ff5583;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	margin-bottom: 47px;
}
.dakkowear__block06 ul {
	font-size: 0;
}
.dakkowear__block06 ul li {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 16px;
}
.dakkowear__block06 ul li .left,
.dakkowear__block06 ul li .right {
	float: left;
}
.dakkowear__block06 ul li .left img,
.dakkowear__block06 ul li .right img {
	position: relative;
}
.dakkowear__block06 ul li .left {
	width: 428px;
}
.dakkowear__block06 ul li .right {
	width: calc(100% - 428px);
}
.dakkowear__block06 ul li:first-child .left img {
	left: -5px;
}
.dakkowear__block06 ul li:first-child .right img {
	width: 261px;
	height: 229px;
	top: -8px;
	left: -16px;
}
.dakkowear__block06 ul li:nth-child(2) .left {
	float: right;
}
.dakkowear__block06 ul li:nth-child(2) .left img {
	right: -32px;
}
.dakkowear__block06 ul li:nth-child(2) .right img {
	width: 289px;
	height: 189px;
	top: 52px;
	right: -140px;
}
.dakkowear__block06 ul li:last-child .right img {
	width: 302px;
	height: 187px;
	top: 17px;
	left: -36px;
}
.dakkowear__block07 {
	margin-bottom: 80px;
}
.dakkowear__block07--content {
	max-width: 1000px;
	margin: auto;
}
.dakkowear__block07--title {
	line-height: 1.4;
	font-weight: bold;
	font-size: 36px;
	position: relative;
	padding-bottom: 29px;
	margin-bottom: 73px;
	text-align: center;
}
.dakkowear__block07--title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 96px;
	height: 1px;
	border-top: 1px dotted #1a1a1a;
}
.dakkowear__block07--think {
	max-width: 558px;
	margin: 0 auto 65px;
	position: relative;
	padding-left: 160px;
}
.dakkowear__block07--think::before {
	content: '';
	background: url(../img/ico_think.svg) no-repeat center left;
	background-size: 100% 100%;
	width: 131px;
	height: 278px;
	position: absolute;
	top: -15px;
	left: -5px;
}
.dakkowear__block07--think span {
	display: block;
	font-size: 20px;
	background: #fbf4ef;
	position: relative;
	border-radius: 10px;
	padding: 24px 10px 21px 33px;
	line-height: 1.75;
}
.dakkowear__block07--think span:first-child {
	margin-bottom: 42px;
}
.dakkowear__block07--think span::before {
	content: '';
	position: absolute;
	top: 50%;
	border-right: 20px solid #fbf4ef;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 0;
	height: 0;
	left: -19px;
	margin-top: -10px;
}
.dakkowear__block07--desc {
	font-size: 20px;
	text-align: center;
	line-height: 2.15;
	letter-spacing: 1px;
	margin-bottom: 73px;
}
.dakkowear__block07--list {
	border: 2px solid #7f7f7f;
	padding: 64px 68px 30px;
	margin-bottom: 89px;
}
.dakkowear__block07--list .txt_study {
	display: block;
	margin: 0 auto 27px;
	width: 125px;
	height: 43px;
}
.dakkowear__block07--list .txt_b {
	line-height: 1.7;
	letter-spacing: 2px;
	font-size: 22px;
	display: block;
	text-align: center;
	margin-bottom: 13px;
}
.dakkowear__block07--list .txt_b em {
	color: #ff5583;
}
.dakkowear__block07--list .desc {
	line-height: 1.8;
	letter-spacing: 1px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 56px;
}
.dakkowear__block07--list .compare {
	position: relative;
	margin-bottom: 68px;
}
.dakkowear__block07--list .compare .featured {
	position: absolute;
	top: -54px;
	right: 16px;
	width: 98px;
	height: 98px;
}
.dakkowear__block07--list .compare .left,
.dakkowear__block07--list .compare .right {
	background-repeat: no-repeat;
	background-position: bottom 86px center;
	width: 50%;
	float: left;
	text-align: center;
	font-size: 16px;
	height: 277px;
	padding-top: 219px;
	letter-spacing: 1.3px;
}
.dakkowear__block07--list .compare .left span,
.dakkowear__block07--list .compare .right span {
	display: block;
}
.dakkowear__block07--list .compare .left {
	background-image: url(../img/img_bag01.webp);
	background-color: #ebebeb;
}
.dakkowear__block07--list .compare .right {
	background-image: url(../img/img_bag02.webp);
	background-color: #ffeef2;
}
.dakkowear__block07--list .point_title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4.5px;
	margin-bottom: 62px;
}
.dakkowear__block07--list .point_title span {
	font-weight: normal;
	position: relative;
	display: block;
	width: 290px;
	margin: 0 auto;
	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	font-size: 16px;
	color: #fff;
	background: #333;
	padding: 10px 0 9px;
	letter-spacing: 1.5px;
	margin-bottom: 20px;
}
.dakkowear__block07--list .point_title span::before {
	content: '';
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	position: absolute;
	margin: auto;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #333;
	bottom: -8px;
}
.dakkowear__block07--list > ul {
	font-size: 0;
	margin-left: -20px;
	margin-right: -20px;
	text-align: center;
}
.dakkowear__block07--list > ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 20px;
	margin-bottom: 45px;
}
.dakkowear__block07--list > ul li .ct {
	background: #ffeef2;
	position: relative;
	padding: 30px 33px 36px;
	display: table;
	width: 100%;
}
.dakkowear__block07--list > ul li .ct span {
	display: block;
}
.dakkowear__block07--list > ul li .ct .num {
	font-size: 34px;
	line-height: 1;
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
}
.dakkowear__block07--list > ul li .ct .title {
	font-weight: bold;
	font-size: 20px;
	position: relative;
	padding-bottom: 17px;
	letter-spacing: 2px;
}
.dakkowear__block07--list > ul li .ct .title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 1px;
	border-top: 1px dotted #1a1a1a;
}
.dakkowear__block07--list > ul li .ct .title em {
	color: #ff5583;
}
.dakkowear__block07--list > ul li .ct .comp {
	margin-bottom: 25px;
}
.dakkowear__block07--list > ul li .ct .comp li {
	background-repeat: no-repeat;
	background-position: bottom 30px center;
	display: inline-block;
	vertical-align: top;
	height: 165px;
	padding: 146px 18px 0;
	letter-spacing: 1.3px;
	width: auto;
	max-width: 50%;
	margin: 0;
}
.dakkowear__block07--list > ul li .ct .comp li span {
	display: block;
	font-size: 14px;
}
.dakkowear__block07--list > ul li .ct .comp li.comp1 {
	background-image: url(../img/img_bag01.webp);
	background-size: 74px 115px;
}
.dakkowear__block07--list > ul li .ct .comp li.comp2 {
	background-image: url(../img/img_bag02.webp);
	background-size: 78px 94px;
}
.dakkowear__block07--list > ul li .ct p {
	font-size: 15px;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 1.9;
}
.dakkowear__block07--list > ul li .ct.nobg {
	background: none;
}
.dakkowear__block07--list > ul li .ct.nobg p {
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	position: relative;
	top: 15px;
	line-height: 2;
}
.dakkowear__block07--list > ul li .ct.nobg p strong {
	color: #ff5583;
}
.dakkowear__block08 .wcm {
	max-width: 1120px;
}
.dakkowear__block08--bg {
	background: url(../img/bg_fix.webp) no-repeat 50% 50%;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 600px;
}
.dakkowear__block08--content {
	background: #ff5583;
	position: relative;
	text-align: center;
	padding: 48px 0 105px;
}
.dakkowear__block08--content::before {
	content: '';
	width: 152px;
	height: 152px;
	background: #ff5583 url(../img/ico_heart.svg) no-repeat top 53px center;
	background-size: 48px 39px;
	position: absolute;
	top: -73px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-raidus: 50%;
}
.dakkowear__block08--content strong {
	text-align: center;
	color: #fff;
	position: relative;
}
.dakkowear__block08--content .subtitle {
	display: inline-block;
	font-size: 21px;
	letter-spacing: 1px;
	padding: 0 30px;
	margin-bottom: 14px;
}
.dakkowear__block08--content .subtitle::before,
.dakkowear__block08--content .subtitle::after {
	content: '';
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100% 100%;
	position: absolute;
	top: 6px;
	width: 14px;
	height: 22px;
}
.dakkowear__block08--content .subtitle::before {
	background-image: url(../img/ico_slash_left_white.svg);
	left: 0;
}
.dakkowear__block08--content .subtitle::after {
	background-image: url(../img/ico_slash_right_white.svg);
	right: 0;
}
.dakkowear__block08--content .title {
	display: block;
	font-size: 32px;
	line-height: 1.45;
	letter-spacing: 1.5px;
	margin-bottom: 53px;
}
.dakkowear__block08--content ul {
	font-size: 0;
	margin-left: -17px;
	margin-right: -17px;
}
.dakkowear__block08--content ul li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 13px;
	margin-bottom: 52px;
}
.dakkowear__block08--content ul li .ct {
	background: #fff;
}
.dakkowear__block08--content ul li .ct img {
	width: 100%;
}
.dakkowear__block08--content ul li .ct p {
	font-size: 16px;
	font-weight: bold;
	padding: 18px 10px 17px;
	letter-spacing: 0.02em;
	line-height: 27px;
}
.dakkowear__block08--content ul li .ct p em {
	color: #ff5583;
}
.dakkowear__block09 {
	background: url(../img/bg_mom.webp) no-repeat top center;
	background-size: cover;
	padding: 100px 0 113px;
	margin-bottom: 70px;
}
.dakkowear__block09--content {
	max-width: 1030px;
	text-align: center;
}
.dakkowear__block09--title {
	border-bottom: 2px solid #1a1a1a;
	width: 360px;
	margin: 0 auto 53px;
	padding: 23px 0 4px;
}
.dakkowear__block09--title img {
	width: 370px;
	height: 38px;
	display: block;
	margin: auto;
}
.dakkowear__block09--title span {
	border-top: 2px solid #1a1a1a;
	display: block;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	margin-top: 21px;
	padding-top: 8px;
	letter-spacing: 0.5px;
}
.dakkowear__block09 ul {
	font-size: 0;
	text-align: center;
	margin-left: -42px;
	margin-right: -42px;
}
.dakkowear__block09 ul li {
	display: inline-block;
	vertical-align: top;
	width: 33.3333%;
	padding: 0 42px;
}
.dakkowear__block09 ul li .num {
	display: inline-block;
	line-height: 1;
	font-size: 40px;
	padding-bottom: 6px;
	margin-bottom: 23px;
	border-bottom: 1px solid #1a1a1a;
}
.dakkowear__block09 ul li .ico {
	display: block;
	margin: 0 auto 19px;
	width: 72px;
	height: 72px;
}
.dakkowear__block09 ul li .ico.line {
	width: 80px;
	height: 76px;
}
.dakkowear__block09 ul li .title {
	display: block;
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
	letter-spacing: 2px;
}
.dakkowear__block09 ul li small {
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin-top: 6px;
	letter-spacing: 1px;
}
.dakkowear__block09 ul li p {
	font-size: 16px;
	text-align: left;
	margin-top: 13px;
	line-height: 1.85;
	letter-spacing: 1px;
}
.dakkowear__block09 ul li:first-child .ico {
	margin-top: 5px;
}
.dakkowear .footer {
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding: 112px 0 106px;
	letter-spacing: 0.4px;
}
@media (min-width: 768px) and (max-width: 1043px) {
	.dakkowear .dakkowear__block02--content ul {
		margin-left: -10px;
		margin-right: -10px;
	}
	.dakkowear .dakkowear__block02--content ul li {
		padding: 0 10px;
	}
	.dakkowear .dakkowear__block04--content ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.dakkowear .dakkowear__block04--content ul li {
		padding: 0 20px;
	}
	.dakkowear .dakkowear__block06 ul li:nth-child(2) .left img {
		right: -7px;
	}
	.dakkowear .dakkowear__block07--list {
		padding-left: 30px;
		padding-right: 30px;
	}
	.dakkowear .dakkowear__block07--list > ul li .ct {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dakkowear .dakkowear__block07--list > ul li .ct .comp li {
		padding-left: 8px;
		padding-right: 8px;
	}
	.dakkowear .dakkowear__block08--content ul li .ct p {
		font-size: 18px;
	}
	.dakkowear .dakkowear__block09 ul {
		margin-left: -20px;
		margin-right: -20px;
	}
	.dakkowear .dakkowear__block09 ul li {
		padding: 0 20px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.dakkowear .dakkowear__block08--bg {
		background-attachment: scroll;
	}
}
@media (min-width: 768px) and (max-width: 1059px) {
	.dakkowear .dakkowear__block04--content ul li:first-child .thumb img:last-child {
		left: -18px;
	}
}
@media (max-width: 767px) {
	.dakkowear .header {
		padding: 15px 0 10px;
	}
	.dakkowear .header img {
		width: 78px;
		height: 28px;
	}
	.dakkowear__block01 {
		margin-bottom: 0px;
	}
	.dakkowear__block01--scroll {
		right: 16px;
		bottom: 18px;
	}
	.dakkowear__block02 {
		margin-bottom: 51px;
	}
	.dakkowear__block02--title {
		margin-bottom: 34px;
	}
	/*      .dakkowear__block02--title span:first-child {
        margin-bottom: 7px;
        font-size: 18px; }
        .dakkowear__block02--title span:first-child::before, .dakkowear__block02--title span:first-child::after {
          width: 36px;
          height: 50px; }*/
	/*    .dakkowear__block02--title span:first-child::before {
          left: -32px; }*/
	/*   .dakkowear__block02--title span:first-child::after {
          right: -32px; }*/
	.dakkowear__block02--title span:nth-child(2) {
		font-size: 54px;
		margin-bottom: 15px;
	}
	.dakkowear__block02--title span:last-child {
		font-size: 16px;
	}
	.dakkowear__block02--content {
		padding: 212px 0 2px;
		margin-bottom: 16px;
	}
	.dakkowear__block02--content::before {
		background-position: top left 195px;
		background-size: auto 100%;
		height: 116px;
	}
	.dakkowear__block02--content::after {
		content: none;
	}
	.dakkowear__block02--content ul {
		margin: 0 auto;
		padding: 0 11px;
	}
	.dakkowear__block02--content ul li {
		padding: 0;
		width: 100%;
		margin-bottom: 66px;
	}
	.dakkowear__block02--content ul li .ct {
		padding-bottom: 23px;
	}
	.dakkowear__block02--content ul li .ct .title {
		font-size: 20px;
		padding-top: 30px;
		letter-spacing: 1.5px;
		margin-bottom: 15px;
	}
	.dakkowear__block02--content ul li .ct .thumb {
		margin-left: -20px;
		margin-right: -24px;
		position: relative;
		left: -26px;
	}
	.dakkowear__block02--content ul li .ct .thumb img {
		width: 100%;
	}
	.dakkowear__block02--content ul li .ct p {
		font-size: 16px;
		margin-top: 15px;
	}
	.dakkowear__block02--content ul li:first-child .num {
		width: 94px;
		height: 35px;
		top: -22px;
	}
	.dakkowear__block02--content ul li:nth-child(2) .ct {
		padding-bottom: 30px;
	}
	.dakkowear__block02--content ul li:nth-child(2) .num {
		width: 105px;
		height: 34px;
		top: -20px;
	}
	.dakkowear__block02--content ul li:nth-child(2) .title {
		padding-top: 38px;
		margin-bottom: 22px;
	}
	.dakkowear__block02--content ul li:nth-child(2) .thumb {
		left: auto;
		right: -22px;
	}
	.dakkowear__block02--content ul li:last-child .ct {
		padding-bottom: 26px;
	}
	.dakkowear__block02--content ul li:last-child .num {
		width: 106px;
		height: 32px;
		top: -18px;
	}
	.dakkowear__block02--content ul li:last-child .title {
		padding-top: 38px;
		margin-bottom: 22px;
	}
	.dakkowear__block02--bnr {
		padding: 0 0 0 15px;
	}
	.dakkowear__block03 {
		margin-bottom: 23px;
	}
	.dakkowear__block03--bg {
		height: 218px;
		margin-bottom: 70px;
		background-size: cover !important;
	}
	.dakkowear__block03--bg img {
		width: 87px;
		height: 94px;
		bottom: -61px;
	}
	.dakkowear__block03--content .title {
		font-size: 24px;
		margin-bottom: 21px;
	}
	.dakkowear__block03--content .title strong::before {
		height: 13px;
		width: 102%;
		bottom: 0;
		left: -3px;
	}
	.dakkowear__block03--content ul {
		padding: 0 34px;
		margin-bottom: 29px;
	}
	.dakkowear__block03--content ul li {
		font-size: 16px;
		background-size: 20px 23px;
		background-position: top 11px left;
		line-height: 1.8;
		padding: 11px 0 11px 31px;
		letter-spacing: 0.8px;
	}
	.dakkowear__block03 #smile {
		background-size: 45px 122px;
		height: 122px;
		max-width: 47px;
	}
	.dakkowear__block03 #smile img {
		width: 47px;
		height: 47px;
	}
	.dakkowear__block03 #smile.ani img {
		top: 50px;
	}
	.dakkowear__block04 {
		margin-bottom: 53px;
	}
	.dakkowear__block04--title {
		font-size: 17px;
		line-height: 29px !important;
		letter-spacing: 0.01em;
		background-size: 281px 63px;
		padding-bottom: 49px;
		margin-bottom: -37px;
	}
	.dakkowear__block04--content {
		padding: 56px 0 80px;
	}
	.dakkowear__block04--content .title {
		font-size: 20px;
		line-height: 1.65;
		margin-bottom: 87px;
		margin-top: -110px;
	}
	.dakkowear__block04--content .title span {
		font-size: 34px;
		line-height: 1;
		margin-top: 13px;
		padding-bottom: 36px;
	}
	.dakkowear__block04--content .title::before,
	.dakkowear__block04--content .title::after {
		display: none;
	}
	.dakkowear__block04--content ul {
		margin: 0;
	}
	.dakkowear__block04--content ul li {
		padding: 0 0 60px;
		width: 100%;
		margin-bottom: 128px;
	}
	.dakkowear__block04--content ul li::before,
	.dakkowear__block04--content ul li::after {
		content: '';
		position: absolute;
	}
	.dakkowear__block04--content ul li::before {
		background-repeat: no-repeat;
		background-position: top left;
		background-size: 100% 100%;
	}
	.dakkowear__block04--content ul li::after {
		width: 60px;
		height: 1px;
		border-top: 1px dotted #ff5583;
		bottom: 0;
		left: 0;
		right: 0;
		content: none;
		margin: auto;
	}
	.dakkowear__block04--content ul li .thumb {
		margin-left: auto;
		margin-right: auto;
		max-width: 271px;
		margin-bottom: 21px;
	}
	.dakkowear__block04--content ul li .subtitle {
		margin-bottom: 0px;
	}
	.dakkowear__block04--content ul li p {
		font-size: 16px;
		text-align: center;
		line-height: 1.85;
		letter-spacing: 1px;
	}
	.dakkowear__block04--content ul li:first-child::before {
		/* background-image: url(../img/ico_reason01.webp); */
		width: 73px;
		height: 111px;
		top: -122px;
		left: -14px;
	}

	.dakkowear__block04--content ul li:first-child p {
		padding: 0 15px;
	}
	.dakkowear__block04--content ul li:nth-child(2)::before {
		background-image: url(../img/ico_reason02.webp);
		width: 79px;
		height: 119px;
		top: -165px;
		right: -15px;
	}
	.dakkowear__block04--content ul li:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.dakkowear__block04--content ul li:last-child::before {
		background-image: url(../img/ico_reason03.webp);
		width: 76px;
		height: 117px;
		top: -156px;
		left: -14px;
	}
	.dakkowear__block04--content ul li:last-child::after {
		display: none;
	}

	.dakkowear__block05 {
		margin-bottom: 109px;
	}
	.dakkowear__block05--title {
		font-size: 16px;
		margin-bottom: 17px;
		letter-spacing: 1px;
	}
	.dakkowear__block05--title span {
		font-size: 34px;
		margin-bottom: 13px;
	}
	.dakkowear__block05--content {
		padding: 0 33px;
	}
	.dakkowear__block05--content .slick-dots {
		bottom: -26px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		text-align: center;
	}
	.dakkowear__block05--content .slick-dots li {
		background: #ebebeb;
		width: 9px;
		height: 9px;
		margin: 0 9px;
	}
	.dakkowear__block05--content .slick-prev,
	.dakkowear__block05--content .slick-next {
		width: 19px;
		height: 37px;
		margin-top: -18px;
	}
	.dakkowear__block05--content .slick-prev {
		left: -24px;
	}
	.dakkowear__block05--content .slick-next {
		right: -24px;
	}
	.dakkowear__block06 {
		background-image: url(../img/bg_thank_sp.webp);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;
		margin-bottom: 59px;
	}
	.dakkowear__block06--content {
		padding-top: 81px;
		padding-bottom: 21px;
	}
	.dakkowear__block06--thank {
		width: 108px;
		height: 117px;
		top: -53px;
	}
	.dakkowear__block06--title {
		font-size: 24px;
		letter-spacing: 1px;
		margin-bottom: 21px;
	}
	.dakkowear__block06 ul li {
		margin-bottom: 33px;
	}
	.dakkowear__block06 ul li .left,
	.dakkowear__block06 ul li .right {
		float: none !important;
	}
	.dakkowear__block06 ul li .left {
		width: auto;
		margin-right: -5px;
		position: static;
	}
	.dakkowear__block06 ul li .left img {
		position: static;
		width: 100%;
	}
	.dakkowear__block06 ul li .right {
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin-top: 5px;
		line-height: 1.65;
	}
	.dakkowear__block06 ul li .right em {
		color: #ff5583;
	}
	.dakkowear__block06 ul li:nth-child(2) .right {
		margin-top: 7px;
	}
	.dakkowear__block06 ul li:last-child .right {
		margin-top: 8px;
	}
	.dakkowear__block07 {
		margin-bottom: 48px;
	}
	.dakkowear__block07--title {
		font-size: 22px;
		line-height: 1.5;
		letter-spacing: 1px;
		padding-bottom: 15px;
		margin-bottom: 38px;
	}
	.dakkowear__block07--title::before {
		width: 60px;
	}
	.dakkowear__block07--think {
		padding-left: 122px;
		padding-right: 4px;
		margin-bottom: 23px;
	}
	.dakkowear__block07--think::before {
		width: 93px;
		height: 197px;
		top: 4px;
		left: 4px;
	}
	.dakkowear__block07--think span {
		font-size: 17px;
		padding: 11px 5px 12px 22px;
		line-height: 1.8;
	}
	.dakkowear__block07--think span::before {
		border-right-width: 14px;
		left: -14px;
		border-top-width: 10px;
		border-bottom-width: 10px;
	}
	.dakkowear__block07--think span:first-child {
		margin-bottom: 16px;
	}
	.dakkowear__block07--desc {
		font-size: 16px;
		line-height: 1.85;
		margin-bottom: 62px;
	}
	.dakkowear__block07--list {
		border-width: 1px;
		margin: 0 3px 53px;
		padding: 36px 0 0 0;
	}
	.dakkowear__block07--list .txt_study {
		margin-bottom: 30px;
	}
	.dakkowear__block07--list .txt_b {
		font-size: 18px;
		line-height: 1.76;
		letter-spacing: 1px;
		margin-bottom: 8px;
	}
	.dakkowear__block07--list .desc {
		margin-bottom: 35px;
	}
	.dakkowear__block07--list .compare {
		margin-bottom: 38px;
	}
	.dakkowear__block07--list .compare .featured {
		width: 81px;
		height: 81px;
		top: -39px;
		right: 9px;
	}
	.dakkowear__block07--list .compare .left,
	.dakkowear__block07--list .compare .right {
		height: 232px;
		width: calc(50% - 3px);
		background-position: bottom 83px center;
		padding-top: 164px;
	}
	.dakkowear__block07--list .compare .left {
		background-size: 74px 115px;
	}
	.dakkowear__block07--list .compare .right {
		float: right;
		background-size: 78px 94px;
	}
	.dakkowear__block07--list .point_title {
		margin-bottom: 44px;
		font-size: 18px;
		letter-spacing: 1px;
	}
	.dakkowear__block07--list .point_title span {
		width: 282px;
		padding: 9px 0;
	}
	.dakkowear__block07--list > ul {
		margin: 0;
		padding: 0 11px;
	}
	.dakkowear__block07--list > ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 60px;
	}
	.dakkowear__block07--list > ul li .ct {
		padding: 30px 21px 36px;
	}
	.dakkowear__block07--list > ul li .ct .title {
		font-size: 18px;
		letter-spacing: 1px;
	}
	.dakkowear__block07--list > ul li .ct p {
		font-size: 16px;
		line-height: 1.85;
		letter-spacing: 1px;
	}
	.dakkowear__block07--list > ul li .ct .comp {
		margin-bottom: 22px;
	}
	.dakkowear__block07--list > ul li .ct .comp li {
		height: 156px;
		background-position: bottom 40px center;
		padding: 138px 0 0;
	}
	.dakkowear__block07--list > ul li .ct.nobg {
		margin-top: -40px;
		padding: 0;
	}
	.dakkowear__block07--list > ul li .ct.nobg p {
		font-size: 16px;
		line-height: 1.85;
	}
	.dakkowear__block07--list > ul li:nth-child(2) .ct,
	.dakkowear__block07--list > ul li:nth-child(4) .ct,
	.dakkowear__block07--list > ul li:nth-child(5) .ct {
		padding-bottom: 43px;
	}
	.dakkowear__block07--list > ul li:nth-child(2) .comp,
	.dakkowear__block07--list > ul li:nth-child(4) .comp,
	.dakkowear__block07--list > ul li:nth-child(5) .comp {
		margin: 15px -6px 29px;
	}
	.dakkowear__block07--list > ul li:nth-child(2) .comp li,
	.dakkowear__block07--list > ul li:nth-child(4) .comp li,
	.dakkowear__block07--list > ul li:nth-child(5) .comp li {
		padding-left: 6px;
		padding-right: 6px;
		background-position: bottom 30px center;
	}
	.dakkowear__block07--list > ul li:nth-child(2) .comp li.comp2,
	.dakkowear__block07--list > ul li:nth-child(4) .comp li.comp2,
	.dakkowear__block07--list > ul li:nth-child(5) .comp li.comp2 {
		position: relative;
		right: -20px;
	}
	.dakkowear__block07--list > ul li:last-child {
		margin-bottom: 47px;
	}
	.dakkowear__block07 .dakkowear__block02--bnr {
		padding: 0;
		margin-right: -15px;
	}
	.dakkowear__block08--bg {
		height: 293px;
		background-attachment: scroll;
		position: relative;
		width: 180%;
		left: -31%;
	}
	.dakkowear__block08--content {
		padding: 38px 0 61px;
	}
	.dakkowear__block08--content::before {
		width: 87px;
		height: 87px;
		background-size: 28px 23px;
		top: -42px;
		background-position: top 30px center;
	}
	.dakkowear__block08--content .subtitle {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 0 23px;
	}
	.dakkowear__block08--content .subtitle::before,
	.dakkowear__block08--content .subtitle::after {
		width: 11px;
		height: 17px;
		top: 4px;
	}
	.dakkowear__block08--content .title {
		margin-bottom: 31px;
		font-size: 20px;
		line-height: 32px;
	}
	.dakkowear__block08--content ul {
		margin: 0 3px;
	}
	.dakkowear__block08--content ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 9px;
	}
	.dakkowear__block08--content ul li .ct {
		/*height: 253px;*/
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.dakkowear__block08--content ul li .ct img {
		width: 169px;
		float: left;
	}
	.dakkowear__block08--content ul li .ct p {
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.02em;
		text-align: left;
		overflow: hidden;
		display: table;
		height: 100%;
		width: calc(100% - 169px);
		padding: 0 0 0 16px;
	}
	.dakkowear__block08--content ul li .ct p span {
		width: 100%;
		display: table-cell;
		vertical-align: middle;
	}
	.dakkowear__block09 {
		padding: 50px 0 0;
		margin-bottom: 43px;
		background: #f8f8f8 url(../img/bg_mom_sp.webp) no-repeat top center;
		background-size: 100% auto;
	}
	.dakkowear__block09--title {
		width: 273px;
		padding: 18px 0 3px;
		margin-bottom: 28px;
		border-top: 2px solid #1a1a1a;
	}
	.dakkowear__block09--title img {
		width: 153px;
		height: 76px;
	}
	.dakkowear__block09--title span {
		font-size: 18px;
		margin-top: 10px;
		padding-top: 8px;
		letter-spacing: 0;
	}
	.dakkowear__block09 ul {
		margin: 0;
	}
	.dakkowear__block09 ul li {
		width: 100%;
		padding: 0 0 0 122px;
		position: relative;
		margin-bottom: 57px;
	}
	.dakkowear__block09 ul li .num {
		margin-bottom: 25px;
		position: relative;
		left: -61px;
	}
	.dakkowear__block09 ul li .ico {
		position: absolute;
		top: 78px;
		left: 3px;
	}
	.dakkowear__block09 ul li .title,
	.dakkowear__block09 ul li p {
		text-align: left;
	}
	.dakkowear__block09 ul li .title {
		font-size: 20px;
		line-height: 1.6;
		letter-spacing: 2.5px;
	}
	.dakkowear__block09 ul li p {
		margin-top: 9px;
	}
	.dakkowear__block09 ul li small {
		font-size: 14px;
	}
	.dakkowear__block09 ul li:first-child .ico {
		margin: 0;
		top: 76px;
		left: 7px;
	}
	.dakkowear .footer {
		margin-top: 0px;
		padding: 75px 0 32px;
	}
}
@media (max-width: 374px) {
	.dakkowear .dakkowear__block02--content ul li .ct p,
	.dakkowear .dakkowear__block03--content ul li,
	.dakkowear .dakkowear__block07--desc,
	.dakkowear .dakkowear__block04--content ul li p,
	.dakkowear .dakkowear__block07--list > ul li .ct p,
	.dakkowear .dakkowear__block09 ul li p {
		font-size: 14px;
	}
	.dakkowear .dakkowear__block07--think span {
		font-size: 13px;
	}
	.dakkowear .dakkowear__block07--list .txt_b {
		font-size: 17px;
	}
	.dakkowear .dakkowear__block08--content ul li .ct {
		height: 209px;
	}
	.dakkowear .dakkowear__block08--content ul li .ct img {
		width: 140px;
	}
	.dakkowear .dakkowear__block08--content ul li .ct p {
		width: calc(100% - 140px);
		font-size: 16px;
	}
	.dakkowear .dakkowear__block09 ul li {
		padding-left: 100px;
	}
	.dakkowear .dakkowear__block09 ul li .title {
		font-size: 18px;
	}
	.dakkowear .dakkowear__block07--list .point_title span {
		width: 260px;
		font-size: 14px;
	}
	.dakkowear__block04 .box__in--h3 {
		font-size: 18px !important;
	}
	.box__in--h3 {
		font-size: 22px !important;
	}
}
.dakkowear__block02--title span:first-child {
	padding: 0 65px;
	background: url(../img/ico_pp.svg) left center no-repeat;
	background-size: 54px auto !important;
	position: relative;
}
.dakkowear__block02--title span:first-child:before {
	content: '';
	width: 51px;
	height: 51px;
	position: absolute;
	background: url(../img/ico_pp1.svg);
	background-size: 51px 51px;
	right: 3px;
	top: calc(50% - 25px);
}
@media (max-width: 767px) {
	.dakkowear__block02--title span:first-child {
		padding: 0 48px;
		background: url(../img/ico_pp.svg) left center no-repeat;
		background-size: 43px auto !important;
	}
	.dakkowear__block02--title span:first-child:before {
		content: '';
		width: 39px;
		height: 39px;
		background-size: 39px 39px;
		right: 3px;
		top: calc(50% - 20px);
	}
}
