@charset "UTF-8";

/*=== common ===*/
.block-goods-comment1 {
    order: 380;
    margin: 0 0 30px;
}

.block-goods-comment2 {
    order: 370;
    margin: 0 10px;
}

.block-goods-attention {
    margin: 0 10px 30px;
}

#katarakune--wrapper h2,
#katarakune--wrapper h3,
#katarakune--wrapper h4 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.block-accessory-list--name {
    display: none;
}

body.page-goods .block-accessory-list--name {
display: block;
}

/* contents-common */
.orignalmakura_comment_wrap .style {
    margin-bottom: calc(40 * (100vw / 750));
}

.orignalmakura_comment_wrap .pkg_attention_comment h5 {
    margin: 20px auto;
    padding: 20px;
    font-weight: bold;
    background-color: #e9c71e;
}


/*=== contents layout ===*/
.katarakune--inner {
    margin: 0 calc(40 * (100vw / 750));
}

/*=== katarakune--container_fc ===*/
.katarakune--container_fc {
    padding: calc(40 * (100vw / 750)) 0 calc(40 * (100vw / 750));
    background: #ebfdfc;
}

.katarakune--container_fc .katarakune--inner {
    margin: 0 calc(40 * (100vw / 750));
    padding: 0 0 calc(30 * (100vw / 750));
    background: #fff;
}

.katarakune--container_fc .katarakune--inner:first-of-type {
    margin: 0 calc(40 * (100vw / 750)) calc(80 * (100vw / 750));
}

#katarakune--wrapper .katarakune--container_fc h3 {
    position: relative;
    top: calc(-36 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin: 0 calc(132 * (100vw / 750)) 0;
    padding: calc(15 * (100vw / 750)) 0 calc(2 * (100vw / 750));
    background: #666666;
}

#katarakune--wrapper .katarakune--container_fc h3 span {
    font-size: calc(18 * (100vw / 750));
    line-height: 0.8;
    display: block;
}

ul.katarakune--fclist {
    display: -webkit-flex;
    display: flex;
    /*-webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;*/
    padding: 0 calc(15 * (100vw / 750));
}

ul.katarakune--fclist li {
    width: calc(100% / 2);
    font-size: calc(24 * (100vw / 750));
    font-weight: 600;
    text-align: center;
}

.katarakune--container_fc .katarakune--inner:last-of-type ul.katarakune--fclist:last-of-type li {
    width: 100%;
}

ul.katarakune--fclist li p img {
    position: relative;
    top: calc(-9 * (100vw / 750));
    left: calc(-9 * (100vw / 750));
    height: calc(30 * (100vw / 750));
}

ul.katarakune--fclist li p span {
    display: inline-block;
    line-height: 0.2;
    border-bottom: calc(12 * (100vw / 750)) solid #fffcc9;
}

ul.katarakune--fclist li figure {
    width: 95%;
}

.katarakune--container_fc .katarakune--inner:last-of-type ul.katarakune--fclist:last-of-type li figure {
    width: 86%;
    margin: auto;
}

/*=== katarakune--container_about ===*/
.katarakune--container_about {
    position: relative;
    margin: calc(135 * (100vw / 750)) 0 40px;
    background: #EBFDFC;
}

.katarakune--container_about:after {
    position: absolute;
    top: calc(-60 * (100vw / 750));
/*    width: calc(750 * (100vw / 750));*/
	width: 100%;
    height: calc(102 * (100vw / 750));
    margin: auto;
    content: '';
    background: url(/img/usr/freepage/katarakune/sp_about_title_txt.png) no-repeat top center;
    background-size: cover;
}

.katarakune--container_about .katarakune--inner {
    padding: 0 0 1%;
}

#katarakune--wrapper .katarakune--container_about h2 {
    position: relative;
    font-size: calc(48 * (100vw / 750));
    font-weight: 600;
    text-align: center;
    color: #82b0ad;
    margin: 0 calc(40 * (100vw / 750));
    padding: calc(30 * (100vw / 750)) 0 calc(61 * (100vw / 750));
}

#katarakune--wrapper .katarakune--container_about h2:before {
    position: absolute;
    top: calc(40 * (100vw / 750));
/*    left: calc(79 * (100vw / 750));*/
	left: calc(65 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
}

#katarakune--wrapper .katarakune--container_about h2:after {
    position: absolute;
    top: calc(40 * (100vw / 750));
/*    right: calc(79 * (100vw / 750));*/
	right: calc(65 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
    transform: scale(-1, 1);
}

/*=== katarakune--container_point ===*/
.katarakune--container_point {
    position: relative;
    margin: calc(135 * (100vw / 750)) 0 40px;
    background: #ffffe6;
}

.katarakune--container_point:after {
    position: absolute;
    top: calc(-60 * (100vw / 750));
/*    width: calc(750 * (100vw / 750));*/
	width: 100%;
    height: calc(82 * (100vw / 750));
    margin: auto;
    content: '';
    background: url(/img/usr/freepage/katarakune/sp_point_title_txt.png) no-repeat top center;
    background-size: cover;
}

.katarakune--container_point .katarakune--inner {
    padding: 0 0 1%;
}

#katarakune--wrapper .katarakune--container_point h2 {
    position: relative;
    /*font-size: calc(48 * (100vw / 750));*/
    font-size: calc(40 * (100vw / 750));
	font-weight: 600;
    text-align: center;
    color: #82b0ad;
    margin: 0 calc(40 * (100vw / 750));
    padding: calc(30 * (100vw / 750)) 0 calc(10 * (100vw / 750));
}

#katarakune--wrapper .katarakune--container_point h2:before {
    position: absolute;
    top: calc(40 * (100vw / 750));
    left: 0;
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
}

#katarakune--wrapper .katarakune--container_point h2:after {
    position: absolute;
    top: calc(40 * (100vw / 750));
    right: 0;
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
    transform: scale(-1, 1);
}

ul.katarakune--pointlist li {
    font-size: calc(27 * (100vw / 750));
    font-weight: 600;
    margin: 0 0 calc(70 * (100vw / 750)) 0;
    padding: calc(70 * (100vw / 750)) calc(35 * (100vw / 750)) calc(45 * (100vw / 750));
    border-bottom: 5px solid #fffcc9;
    background: #fff;
}

#katarakune--wrapper ul.katarakune--pointlist li h3 {
    position: relative;
    left: calc(-80 * (100vw / 750));
    font-size: calc(34 * (100vw / 750));
    font-weight: 600;
    color: #717171;
    margin: 0 0 calc(40 * (100vw / 750));
    padding: calc(5 * (100vw / 750)) calc(40 * (100vw / 750)) calc(1 * (100vw / 750)) calc(162 * (100vw / 750));
    display: table;
}

#katarakune--wrapper ul.katarakune--pointlist li:nth-child(1) h3 {
    background: #ffe7f5;
}

#katarakune--wrapper ul.katarakune--pointlist li:nth-child(2) h3 {
    width: 120%;
    padding: calc(5 * (100vw / 750)) calc(10 * (100vw / 750)) calc(1 * (100vw / 750)) calc(152 * (100vw / 750));
    background: #e7feff;
}

#katarakune--wrapper ul.katarakune--pointlist li:nth-child(3) h3 {
    width: 106%;
    background: #faeefe;
}

#katarakune--wrapper ul.katarakune--pointlist li:nth-child(4) h3 {
    background: #f1ffe7;
}

#katarakune--wrapper ul.katarakune--pointlist li:nth-child(5) h3 {
    width: 117%;
    background: #fbecf5;
}

#katarakune--wrapper ul.katarakune--pointlist h3 img {
    position: absolute;
    bottom: 0;
    left: calc(37 * (100vw / 750));
    width: calc(110 * (100vw / 750));
}

#katarakune--wrapper ul.katarakune--pointlist p {
    line-height: 1.7;
    padding: calc(30 * (100vw / 750)) 0 0;
}

/*=== katarakune--container_voice ===*/
.katarakune--container_voice {
    position: relative;
    margin: calc(135 * (100vw / 750)) 0 0;
    background: #fff4fa;
}

.katarakune--container_voice:after {
    position: absolute;
    top: calc(-54 * (100vw / 750));
/*    width: calc(750 * (100vw / 750));*/
	width:100%;
    height: calc(76 * (100vw / 750));
    margin: auto;
    content: '';
    background: url(/img/usr/freepage/katarakune/sp_voice_title_txt.png) no-repeat top center;
    background-size: cover;
}

#katarakune--wrapper .katarakune--container_voice h2 {
    position: relative;
    font-size: calc(48 * (100vw / 750));
    font-weight: 600;
    text-align: center;
    color: #82b0ad;
    margin: 0 calc(40 * (100vw / 750));
    padding: calc(30 * (100vw / 750)) 0 calc(15 * (100vw / 750));
}

#katarakune--wrapper .katarakune--container_voice h2:before {
    position: absolute;
    top: calc(40 * (100vw / 750));
/*    left: calc(90 * (100vw / 750));*/
	left: calc(60 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
}

#katarakune--wrapper .katarakune--container_voice h2:after {
    position: absolute;
    top: calc(40 * (100vw / 750));
/*    right: calc(90 * (100vw / 750));*/
	right: calc(60 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
    transform: scale(-1, 1);
}

#katarakune--wrapper .katarakune--container_voice h2 span {
    display: block;
    font-size: calc(24 * (100vw / 750));
    font-weight: 600;
    line-height: 0.8;
}

ul.katarakune--voicelist {
    padding: 0 0 calc(62 * (100vw / 750));
}

ul.katarakune--voicelist li {
    position: relative;
    font-size: calc(27 * (100vw / 750));
    font-weight: 500;
    margin: 0 auto calc(38 * (100vw / 750));
    padding: calc(110 * (100vw / 750)) calc(30 * (100vw / 750)) calc(65 * (100vw / 750));
    border-bottom: 5px solid #fad6ea;
    background: #fff;
}

ul.katarakune--voicelist li:before {
    position: absolute;
    top: calc(30 * (100vw / 750));
    left: calc(35 * (100vw / 750));
    width: calc(58 * (100vw / 750));
    height: calc(43 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
    background-size: calc(58 * (100vw / 750)) auto;
}

ul.katarakune--voicelist li:after {
    position: absolute;
    bottom: calc(30 * (100vw / 750));
    right: calc(35 * (100vw / 750));
    width: calc(58 * (100vw / 750));
    height: calc(43 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
    background-size: calc(58 * (100vw / 750)) auto;
    transform: scale(-1, -1);
}

ul.katarakune--voicelist li:nth-child(even):before {
    background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
    background-size: calc(58 * (100vw / 750)) auto;
}

ul.katarakune--voicelist li:nth-child(even):after {
    background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
    background-size: calc(58 * (100vw / 750)) auto;
    transform: scale(-1, -1);
}

ul.katarakune--voicelist li p {
    margin: 0 0 calc(15 * (100vw / 750));
    padding: 0 calc(30 * (100vw / 750)) calc(23 * (100vw / 750));
    background: url(/img/usr/freepage/katarakune/sp_voice_line_txt.png) repeat-x center bottom;
    background-size: auto calc(8 * (100vw / 750));
    /*border-bottom: dotted calc(12 * (100vw / 750)) #82b0ad;*/
}

ul.katarakune--voicelist li p span {
    font-weight: bold;
}

ul.katarakune--voicelist li span.katarakune--user_txt {
    position: relative;
    display: table;
    text-align: center;
    font-weight: 500;
    color: #666666;
    margin: auto;
    padding: 0 0 0 calc(45 * (100vw / 750));
}

ul.katarakune--voicelist li span.katarakune--user_txt:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: calc(45 * (100vw / 750));
    height: calc(35 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/voice_user_icon.png) no-repeat;
    background-size: auto calc(35 * (100vw / 750));
}

p.katarakune--att_txt {
    font-size: calc(20 * (100vw / 750));
    text-align: right;
    margin: calc(-62 * (100vw / 750)) 0 0;
    padding: 0 0 calc(40 * (100vw / 750));
}

/*=== katarakune--container_review ===*/
.katarakune--container_review {
    position: relative;
    margin: 60px 0 0;
    background: #f1ffe7;
}

.katarakune--container_review:after {
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    margin: auto;
    content: '';
    background: url(/img/usr/freepage/katarakune/review_title_txt.png) no-repeat top center;
}

#katarakune--wrapper .katarakune--container_review h2 {
    position: relative;
    font-size: calc(48*(100vw / 750));
    font-weight: 700;
    text-align: center;
    color: #82b0ad;
    margin: auto;
    padding: 25px 0 22px;
}

#katarakune--wrapper .katarakune--container_review h2:before {
    position: absolute;
    top: calc(100*(100vw / 750));
    left: calc(74*(100vw / 750));
    width: calc(50*(100vw / 750));
    height: calc(52*(100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50*(100vw / 750)) auto;
}

#katarakune--wrapper .katarakune--container_review h2:after {
    position: absolute;
    top: calc(100*(100vw / 750));
    right: calc(74*(100vw / 750));
    width: calc(50*(100vw / 750));
    height: calc(52*(100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50*(100vw / 750)) auto;
    transform: scale(-1, 1);
}

#katarakune--wrapper .katarakune--container_review h2 span {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

ul.katarakune--reviewlist {
    display: flex;
    flex-flow: column;
    padding: 0 12px;
}

ul.katarakune--reviewlist li {
    position: relative;
    font-size: calc(27 * (100vw / 750));
    font-weight: 500;
    margin: 0 auto calc(38 * (100vw / 750));
    padding: calc(110 * (100vw / 750)) calc(30 * (100vw / 750)) calc(65 * (100vw / 750));
    border-bottom: 5px solid #d3ffb4;
    background: #fff;
}

ul.katarakune--reviewlist li:before {
    position: absolute;
    top: calc(30*(100vw / 750));
    left: calc(35*(100vw / 750));
    width: calc(58*(100vw / 750));
    height: calc(43*(100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
    background-size: calc(58*(100vw / 750)) auto;
}

ul.katarakune--reviewlist li:after {
    position: absolute;
    bottom: calc(30*(100vw / 750));
    right: calc(35*(100vw / 750));
    width: calc(58*(100vw / 750));
    height: calc(43*(100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
    background-size: calc(58*(100vw / 750)) auto;
    transform: scale(-1, -1);
}

ul.katarakune--reviewlist li:nth-child(even):before {
    background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
    background-size: calc(58*(100vw / 750)) auto;
}

ul.katarakune--reviewlist li:nth-child(even):after {
    background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
    background-size: calc(58*(100vw / 750)) auto;
    transform: scale(-1, -1);
}

ul.katarakune--reviewlist li p {
    margin: 0 0 calc(15*(100vw / 750));
    padding: 0 calc(30*(100vw / 750)) calc(23*(100vw / 750));
    background: url(/img/usr/freepage/katarakune/sp_voice_line_txt.png) repeat-x center bottom;
    background-size: auto calc(8*(100vw / 750));
}

ul.katarakune--reviewlist li p span {
    font-weight: 600;
}

ul.katarakune--reviewlist li span.katarakune--user_txt {
    position: relative;
    display: table;
    text-align: center;
    font-weight: 500;
    color: #666666;
    margin: auto;
    padding: 0 0 0 calc(45*(100vw / 750));
}

ul.katarakune--reviewlist li span.katarakune--user_txt:before {
    position: absolute;
    top: 1px;
    left: 0;
    width: calc(45*(100vw / 750));
    height: calc(35*(100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/voice_user_icon.png) no-repeat;
    background-size: auto calc(35*(100vw / 750));
}

/*=== katarakune--container_goods ===*/
.katarakune--container_goods {
    position: relative;
    margin: 60px 0 0;
    background: #f8f7f2;
    padding-bottom: 40px;
}

.katarakune--container_goods:after {
    position: absolute;
    top: -28px;
    left: 0;
    right: 0;
    width: 100%;
    height: 49px;
    margin: auto;
    content: '';
    background: url(/img/usr/freepage/katarakune/goods_title_txt.png) no-repeat top center;
}

#katarakune--wrapper .katarakune--container_goods h2 {
    position: relative;
    font-size: calc(48*(100vw / 750));
    font-weight: 700;
    text-align: center;
    color: #82b0ad;
    width: 90%;
    margin: auto;
    padding: 25px 0 22px;
}

#katarakune--wrapper .katarakune--container_goods h2:before {
    position: absolute;
    top: calc(130*(100vw / 750));
/*    left: calc(90*(100vw / 750));*/
	left: calc(60*(100vw / 750));
    width: calc(50*(100vw / 750));
    height: calc(52*(100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50*(100vw / 750)) auto;
}

#katarakune--wrapper .katarakune--container_goods h2:after {
    position: absolute;
    top: calc(130*(100vw / 750));
/*    right: calc(90*(100vw / 750));*/
	right: calc(60*(100vw / 750));
    width: calc(50*(100vw / 750));
    height: calc(52*(100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50*(100vw / 750)) auto;
    transform: scale(-1, 1);
}

.katarakune--container_goods .katarakune--inner {
    padding: 40px 0;
    background: #fff;
    width: calc(100% - 10%);
    border-bottom: 5px solid #e6e3d1;
    margin-bottom: 40px;
}

.katarakune--container_goods img {
    width: 100%;
}

.katarakune--container_goods_wrapper {
    width: calc(100% - 10%);
    margin: 0 5%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
}

.element {
    width: 100%;
}

.element h3 {
    font-size: 20px;
}

.element p {
    font-size: 16px;
    margin-top: 0;
}

.element span {
    font-size: 12px;
}

/* select */
.pillow_select_area {
    margin: calc(80 * (100vw / 750)) calc(10 * (100vw / 750));
    padding: calc(20 * (100vw / 750)) calc(15 * (100vw / 750));
}

.pillow_select_area .flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: start;
    align-items: start;
    width: 100%;
    margin: auto;
}

.pillow_select_area .flex_box figure {
    margin: 0 calc(30 * (100vw / 750)) 0 0;
    width: 140px;
    flex-shrink: 0;
}

.pillow_select_area .flex_box ul {
    width: 100%;
}

.pillow_select_area .flex_box ul li {
    font-size: 20px;
    margin: 0 0 calc(10 * (100vw / 750));
}

.pillow_select_area .flex_box ul li h3 {
    font-size: 20px;
    background: none;
}

.pillow_select_area .flex_box ul li span {
    font-size: 14px;
}


/* select tab-area */
.pillow_select_area p.pillow_tab-txt {
    font-size: 16px;
    text-align: center;
    margin: calc(40 * (100vw / 750)) 0 calc(10 * (100vw / 750));
}

.pillow_tab-area {
    display: flex;
    justify-content: space-around;
    background-color: #222e3e;
    cursor: pointer;
}

.pillow_tab {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    background: #f7f7f4;
    display: block;
}

.pillow_tab.pillow_active {
    color: #333333;
    border: 2px solid #c8102e;
}

.pillow_content {
    display: none;
}

.pillow_content.pillow_show {
    margin-top: 40px;
    display: block;
}

.pillow_content-area a.select-cart--btn {
    width: 90%;
    height: 66px;
    margin: auto;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    /* font-family: 'Noto Serif Japanese', serif; */
    line-height: 66px;
    background: #c8102e url(/img/usr/sp_cart_l_icon.png) 5% center no-repeat;
    background-size: 25px 23px;
    border-radius: 40px;
    display: block;
}

.pillow_content-area a.select-favorite--btn {
    width: 85%;
    height: 50px;
    margin: 30px auto 0;
    padding: 0 0 0 20px;
    color: #5b6770;
    font-size: 15px;
    text-align: center;
    /* font-family: 'Noto Serif Japanese', serif; */
    line-height: 50px;
    background: url(/img/usr/header/nav_bookmark_heart.png) 5% center no-repeat;
    background-size: 24px;
    border: solid 1px #5b6770;
    border-radius: 40px;
    display: block;
}

.pillow_content-area a.select-favorite--btn span {
    font-size: 12px;
}

.look_button_wrapper {
    width: 100%;
    margin: 40px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.look_botton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 51px;
    margin: 0 auto 30px auto;
    border-radius: 25px;
    font-size: 20px;
    padding-right: 15px;
    color: #5b6770;
    border: solid 2px #5b6770;
    text-align: center;
    background-color: #fff;
}

.look_botton::after {
    position: absolute;
    content: '';
    background: url("/img/usr/freepage/katarakune/look_arrow.png") no-repeat;
    width: 13px;
    height: 22px;
    right: 6%;
}

/* together */
#katarakune--wrapper .pillow_together_area h3 {
    position: relative;
    padding: calc(50 * (100vw / 750)) calc(10 * (100vw / 750));
    margin: calc(80 * (100vw / 750)) 0 calc(50 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #82b0ad;
    background: #ffffe6;
}

#katarakune--wrapper .pillow_together_area h3:before {
    position: absolute;
    top: calc(45 * (100vw / 750));
    left: calc(90 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
}

#katarakune--wrapper .pillow_together_area h3:after {
    position: absolute;
    top: calc(45 * (100vw / 750));
    right: calc(90 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
    transform: scale(-1, 1);
}

.pillow_together_area div {
    width: 90%;
    margin: calc(15 * (100vw / 750)) auto 0;
}

.pillow_together_area figure {
    margin: 0 0 calc(25 * (100vw / 750));
}

.pillow_together_area .flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 100%;
}

.pillow_together_area p {
    font-size: 16px;
    margin: 0 0 calc(25 * (100vw / 750));
}

.pillow_together_area .flex_box p {
    font-size: 20px;
}

.pillow_together_area a.together-details--btn {
    position: relative;
    width: 80%;
    margin: calc(100 * (100vw / 750)) auto 0;
    padding: calc(15 * (100vw / 750)) 0 calc(5 * (100vw / 750));
    color: #fff;
    font-size: calc(36 * (100vw / 750));
    font-weight: bold;
    text-align: center;
    /* font-family: 'Noto Serif Japanese', serif; */
    line-height: 50px;
    background: #666666;
    border-radius: 40px;
    display: block;
}

.pillow_together_area a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 44%;
    bottom: 5px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    vertical-align: middle;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    margin: -3px 0px 0px 10px;
}


/* reco */
.pillow_reco_area h3 {
    position: relative;
    padding: calc(30 * (100vw / 750)) calc(10 * (100vw / 750)) calc(10 * (100vw / 750));
    margin: calc(35 * (100vw / 750)) 0 0;
    font-size: calc(36 * (100vw / 750));
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #82b0ad;
    background: #fff;
}

.pillow_reco_area h3:before {
    position: absolute;
    left: calc(190 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
}

.pillow_reco_area h3:after {
    position: absolute;
    right: calc(190 * (100vw / 750));
    width: calc(50 * (100vw / 750));
    height: calc(52 * (100vw / 750));
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    background-size: calc(50 * (100vw / 750)) auto;
    transform: scale(-1, 1);
}

.pillow_reco_area {
    margin: 0 auto calc(20 * (100vw / 750));
    padding: calc(100 * (100vw / 750)) 0 0;
    background: #ebfdfc;
}

.pillow_reco_area .flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

.pillow_reco_area .flex_box figure {
    margin: 0 calc(30 * (100vw / 750)) 0 0;
    width: 160px;
    flex-shrink: 0;
}

.pillow_reco_area p {
    width: 90%;
    font-size: 16px;
    margin: calc(40 * (100vw / 750)) auto;
}

.pillow_reco_area .flex_box p {
    width: auto;
    font-size: 20px;
    margin: 0;
}

.pillow_reco_area2 {
    width: 100%;
    padding: calc(55 * (100vw / 750)) 0 calc(80 * (100vw / 750));
    background: #ebfdfc;
}

.pillow_reco_area2 a.reco-more--btn {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: calc(15 * (100vw / 750)) 0 calc(5 * (100vw / 750));
    color: #fff;
    font-size: calc(36 * (100vw / 750));
    font-weight: bold;
    text-align: center;
    /* font-family: 'Noto Serif Japanese', serif; */
    line-height: 50px;
    background: #666666;
    border-radius: 40px;
    display: block;
}

.pillow_reco_area2 a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 44%;
    bottom: 5px;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    vertical-align: middle;
    border-top: 2px solid rgb(255, 255, 255);
    border-right: 2px solid rgb(255, 255, 255);
    margin: -3px 0px 0px 10px;
}