@charset "UTF-8";
/* CSS Document */

/* maincolor  rgba(0,77,132,1.00)    */

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

.eng {
    font-family: 'arial narrow' , sans-serif !important;
}

.eng02 {
    font-family: 'Century Gothic', 'Questrial' , sans-serif !important;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}
body, html {
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.75em;
  overflow-x: hidden;
  overflow-y: visible;
  z-index: -1;
}

body {
  letter-spacing: 0.12em;
  z-index: -1;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display: block;
}

nav ul , li{
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  opacity: 0.7;
}

p {
  line-height: 2em;
  color: #7e6755;
  font-size: 14px;
  font-weight: bold;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}



/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

body * {
  animation-delay: 0.5s;
}



.sp,
.tab_sp {
  display: none;
}

.none {
  display: none;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

a {
  color: #000000;
  text-decoration: none;
}


.sec {
  padding: 80px 0;
}

/*---------------------
common
----------------------*/

.tab {
  display: none;
}

.sp {
  display: none;
}

.content01 {
  margin: auto;
  max-width: 1400px;
  width: 100%;
}

.content02 {
  margin: auto;
  max-width: 1100px;
  width: 100%;
}

.content03 {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.elem {
  opacity: 0;
}

.anim-box.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.anim-box.fadein.is-animated {
  animation: fadein 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---------------------
追加修正
----------------------*/

.color01 {
  color: #654e41;
}

.stitle {
  font-size: 18px;
}

#menu {
  text-align: center;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#menu ul {
  display: inline-flex;
}
#menu li {
  margin: 0 10px;
}

#menu a,#menu a:visited,#menu a:ctive{
  color: #a9998c !important;
}

/*---------------------
header
----------------------*/
header {
  background: url("/ec/img/usr/freepage/duck_down_comforter/mainImg.png") center;
  background-size: cover;
  padding-top: 150px;
  height: 920px;
  position: relative;
  z-index: -1;
}

header h1 {
  position: absolute;
  top: 0;
  left: calc(50% - 550px);
  background: #ffffff;
  padding: 80px 30px 50px;
}

.mainTextBox {
  text-align: center;
  color: #968272;
  line-height: 1.5em;
}

.mainTextBox * {
  line-height: 1.3em;
}

.mainTextBox .mainTextBox--text01 {
  font-size: 30px;
  margin-bottom: 35px;
}

.mainTextBox .mainTextBox--text02 {
  font-size: 53px;
  margin-bottom: 40px;
}

.mainTextBox .mainTextBox--text03 {
  font-size: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.3em;
}

.mainTextBox .mainTextBox--text04 {
  font-size: 95px;
  margin-bottom: 89px;
}

.mainUd {
    background: hsla(22,13%,83%,0.70);
  padding: 55px 0;
  mix-blend-mode: multiply;
  height: 250px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
}

.mainUdtext {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.mainUdtext > a {
  display: block;
}

/*sec01*/

#sec01 {
  background: #f5f3f2;
  padding-top: 175px;
}

#sec01 {
  height: 1050px;
}

.sec01Wrap {
  position: relative;
}

.sec01Cont {
  padding: 0 65px 260px;
  position: relative;
}

.sec01Cont:before {
  content: " ";
  background: #ffffff;
  position: absolute;
  height: 585px;
  top: 17px;
  left: 0;
  width: 100%;
  z-index: -1;
}

.sec01Cont .sec01Cont--text01 {
  color: #a9998c;
  font-size: 35px;
  margin-top: -50px;
}

.sec01Cont .sec01Cont--text02 {
  font-size: 17px;
  margin-top: 50px;
  padding-left: 50px;
  line-height: 2.5em;
}

#sec01 .sec01Img01 {
  position: absolute;
  top: -50px;
  right: 0;
}

#sec01 .sec01Img02 {
  position: absolute;
  bottom: -50px;
  left: 150px;
}

/* sec02 */

.title {
  color: #a9998c;
  font-size: 40px;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center;
        line-height: .8;
}

.subtitle {
  color: #a9998c;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 45px;
  text-align: center;
}

.subtitle:after {
  content: " ";
  width: 25px;
  height: 1px;
  position: absolute;
  bottom: 0;
  background: #a9998c;
  display: block;
  left: calc(50% - 12.5px);
}

.sec02List {
  display: flex;
  justify-content: space-between;
}

.sec02List li {
  background: #f5f3f2;
  padding-bottom: 80px;
  text-align: center;
}

.sec02List li:hover {
  opacity: 0.5;
  border: solid 2px #a9998c;
}

.sec02List--TextWrap {
  width: 80%;
  max-width: 220px;
  background: #ffffff;
  text-align: center;
  display: inline-block;
  padding: 30px;
  margin-top: -30px;
}

.sec02List--TextWrap .sec02List--TextWrap__title {
  font-size: 25px;
  margin-bottom: 15px;
}

.sec02List--TextWrap .sec02List--TextWrap__text {
  font-weight: bold;
  font-size: 15px;
  color: #a9998c;
  letter-spacing: 0.25em;
}

/* sec03 */
.sec03List {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.sec03List li {
  padding: 30px 25px;
  width: calc((100% - 20px) / 3);
  background: #f5f3f2;
  border-radius: 8px;
  margin: 0 2.5px;
  margin-bottom: 30px;
}

.sec03List .sec03List--TextWrap {
  display: flex;
  padding: 8px 0;
  align-items: center;
  margin-bottom: 25px;
}

.sec03List .sec02List--TextWrap__title {
  font-size: 23px;
  font-weight: bold;
  padding-right: 10px;
  border-right: 1px solid #a9998c;
  color: #a9998c;
}

.sec03List .sec03List--TextWrap__text {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
  color: #a9998c;
}

.sec03List .sec03List--Img {
  text-align: center;
}

/* sec04 */
#sec04 {
  background: url("/ec/img/usr/freepage/duck_down_comforter/sec04Img.png") center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 600px;
}

.sec04Wrap * {
  text-align: center;
}

.title02 {
  color: #968272;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 35px;
  line-height: 1.75em;
}

.subtitle02 {
  font-size: 35px;
  padding-bottom: 30px;
  position: relative;
  color: #968272;
  margin-bottom: 35px;
  font-weight: normal;
  line-height: 2em;
}

.subtitle02:after {
  content: " ";
  position: absolute;
  width: 280px;
  height: 1px;
  bottom: 0;
  left: calc(50% - 140px);
  background: #968272;
}

.sec04Text {
  line-height: 2.25em;
  font-size: 17px;
}

/* sec05 */
.bx-custom-pager .bx-pager-item {
  width: calc(100% / 6);
  padding: 4px;
  box-sizing: border-box;
}
#slider4 .last {
  margin-right: 0 !important;
}
.bx-pager-item img {
  opacity: 0.7;
}
.bx-pager-item .active img {
  opacity: 1;
}

.bx-wrapper .bx-pager {
  bottom: 30px;
  padding: 0 70px;
}

.bx-wrapper {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border: none;
  box-shadow: none;
  padding-bottom: 120px;
}

.bx-viewport {
  overflow: visible;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  text-decoration: none;
	color: #FFFFFF;
  font-size: 20px;
  top: 40%;
  margin-top: -1%;
}
.bx-wrapper .bx-prev {
  left: 12%;
}
.bx-wrapper .bx-next {
  right: 10%;
}
.bx-wrapper img {
  max-width: none;
  width: 100%;
}
.bxSlideContents {
  display: none;
}
.bx-viewport .bxSlideContents {
  display: block !important;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("/ec/img/usr/freepage/duck_down_comforter/prev.png") no-repeat;
  background-size: cover;
}


.bx-wrapper .bx-next {
  right: 10px;
  background: url("/ec/img/usr/freepage/duck_down_comforter/next.png") no-repeat;
  background-size: cover;
}

.bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  text-decoration: none;
    color: #FFFFFF;
  font-size: 20px;
  top: inherit;
  margin-top: -1%;
  bottom: 50px;
  width: 50px;
  height: 50px;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus,
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus{
  background-position: 0;
}

.sec05_bList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}

.sec05_bList li .sec05_bList--cont01 {
  width: 550px;
}

.sec05_bList li .sec05_bList--cont02 {
  width: 490px;
}

.sec05_bList--cont02__TextBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sec05_bList--cont02__TextBox__in00{
  width: 100%;
}

.sec05_bList--cont02__TextBox__in00 .text01{
  font-size: 20px;
  color: #a9998c;
  margin-bottom: 15px;
}

.sec05_bList--cont02__TextBox__in01{
  width: calc(100% - 190px);
}

.sec05_bList--cont02__TextBox__in01 .text01 {
  font-size: 20px;
  color: #a9998c;
  margin-bottom: 5px;
}

.sec05_bList--cont02__TextBox__in01 .text02 {
  font-size: 20px;
  margin-bottom: 0;
}

.sec05_bList--cont02__TextBox__in01 .text03 {
  font-size: 40px;
  margin-bottom: 5px;
  line-height: 1.25em;
}

.sec05_bList--cont02__TextBox__in01 .text04 {
  font-size: 17px;
  color: #a99b8e;
  margin-bottom: 5px;
}

.sec05_bList--cont02__TextBox__in01 .text04 span {
  font-size: 22px;
}

.sec05_bList--cont02__TextBox__in02 {
  display: flex;
  align-items: flex-end;
  width: 190px;
}

.sec05_bList--cont02__TextBox02 {
  display: flex;
  margin-bottom: 5px;
}

.sec05_bList--cont02__TextBox02__in {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  color: #ffffff;
  margin-right: 8px;
  font-size: 13px;
  border-radius: 200px;
}

.sec05_bList--cont02__TextBox02__in.__a {
  background: #e4c7bc;
}

.sec05_bList--cont02__TextBox02__in.__b {
  background: #cccdd0;
}

.sec05_bList--cont02__TextBox02__in.__notes {
  font-size: 10px;
  color: #a99b8e;
  line-height: 1.5;
  margin: 0 0 0 auto;
  width: 245px;
  height: auto;
}

.sec05_bList--cont02__TextBox02__in.__c {
  background: #eeeeee;
        color:hsla(0,0%,0%,0.40);
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0;
}

.sec05_bList--cont02__TextBox02__in.__d {
  background: #e4c7bc;
  color: #fff;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0;
}

.sec05_bList--cont02__TextBox02__in.__e {
  background: #cccdd0;
  color: #fff;
  text-align: center;
  line-height: 1.25em;
  letter-spacing: 0;
}

.sec05_bList--cont02__PriceBox {
  font-size: 22px;
  color: #a99b8e;
  text-align: right;
  margin-bottom: 5px;
}

.sec05_bList--cont02__Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  width: 100%;
  height: 70px;
  border-radius: 8px;
  position: relative;
  background: #a99b8e;
}

.sec05_bList--cont02__Btn a:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 20px;
  top: 30px;
}

/* sec06 */
#sec06 {
  padding-bottom: 0;
}

.sec06ContWrap {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec06back.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f5f3f2;
  z-index: -1;
  position: relative;
}

.sec06Cont01 {
  padding: 130px 0 80px;
}

.title03 {
  color: #968272;
  font-size: 20px;
  margin-bottom: 35px;
  line-height: 1.75em;
  font-weight: normal;
}

.subtitle03 {
  font-size: 35px;
  padding-bottom: 30px;
  position: relative;
  color: #968272;
  margin-bottom: 35px;
  font-weight: normal;
  line-height: 2em;
}

.subtitle03:after {
  content: " ";
  position: absolute;
  width: 280px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #968272;
}

.defText {
  line-height: 2.25em;
  font-size: 17px;
  margin-bottom: 20px;
}


.sec06Box01 {
  padding: 60px 70px;
  background: #ffffff;
  position: relative;
  width: 655px;
}

.sec06Cont02 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec06Img02.png");
  background-position: 380px bottom;
  background-repeat: no-repeat;
  height: 900px;
}

.sec06Box01--Icon {
  position: absolute;
  top: 0;
  right: -40px;
}

.sec06Box01--Title01 {
  padding-bottom: 30px;
  border-bottom: 1px solid #a9998c;
  font-size: 35px;
  margin-bottom: 35px;
  color: #a9998c;
}

.sec06Box01--Title02 {
  font-size: 30px;
  margin-bottom: 30px;
}

.sec06Box01--Title02 span {
  color: #a9998c;
  font-weight: bold;
}

.sec06Cont03 {
  position: relative;
  margin-top: 250px;
}

.sec06Box02 {
  padding: 0 65px 260px;
  position: relative;
}

.sec06Box02:before {
  content: " ";
  background: #ffffff;
  position: absolute;
  height: 585px;
  top: 17px;
  left: 0;
  width: 60%;
  z-index: -1;
}

.sec06Cont03 .sec06Cont03--text01 {
  color: #a9998c;
  font-size: 35px;
  margin-top: -50px;
}

.sec06Cont03 .sec06Cont03--text02 {
  font-size: 17px;
  margin-top: 50px;
  line-height: 2.5em;
}

#sec06 .sec06Cont03Img01 {
  position: absolute;
  top: -50px;
  right: 0;
  width: 680px;
}

#sec06 .sec06Cont03Img02 {
  position: absolute;
  bottom: -50px;
  left: 150px;
}

.sec06Cont04 {
  padding-top: 200px;
  position: relative;
}

.sec06Cont04:before {
  content: " ";
  height: calc(100% - 220px);
  top: 220px;
  left: 0;
  width: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  position: absolute;
}

.sec06Cont04:after {
  content: " ";
  height: calc(100% - 220px);
  top: 220px;
  right: 0;
  width: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  position: absolute;
}

.sec06Cont04--title {
  font-size: 35px;
  color: #a59992;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.sec06Cont04--title:before {
  content: " ";
  position: absolute;
  display: block;
  width: calc(50% - 4em);
  height: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  top: 20px;
  left: 0;
}

.sec06Cont04--title:after {
  content: " ";
  position: absolute;
  display: block;
  width: calc(50% - 4em);
  height: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  top: 20px;
  right: 0;
}

.sec06Box03 {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}

.sec06Box03--in01 {
  padding-top: 50px;
  width: 520px;
}

.sec06Box03--in02 {
  text-align: center;
}

.sec06Box04 {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.sec06Box04 > div {
  width: calc(50% - 5px);
}

.sec06Box04--in01__box01 {
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}

.sec06Box04--in01__box01.__a {
  background: #edbbb8;
}

.sec06Box04--in01__box01.__b {
  background: #eccbb0;
}

.sec06Box04--in01__boxText01 {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  margin-bottom: 0;
}

.sec06Box04--in01__boxText02 {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
}

.sec06Box04--in01__box02 {
  padding: 40px;
  background: #ffffff;
  height: 560px;
}

.sec06Box04--in01__box02Img {
  text-align: center;
  margin-bottom: 20px;
}

.sec06Box04--in01__box02Text {
  line-height: 1.5em;
  font-size: 17px;
}

.sec06Box04Wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid hsla(22, 10%, 61%, 0.54);
}

/* sec07 */

.sec07Box {
  padding-top: 100px;
  text-align: center;
}

.sec07Box--title {
  text-align: center;
  padding-bottom: 25px;
  position: relative;
  font-size: 35px;
  color: #a59992;
  margin-bottom: 55px;
}

.sec07Box--title:after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 20px;
  bottom: 0;
  left: calc(50% - 10px);
  background: hsla(22, 10%, 61%, 0.54);
}
.sec07BoxCont {
  background: url("/ec/img/usr/freepage/duck_down_comforter/sec07Img01.png") center;
  background-size: cover;
  display: flex;
  justify-content: center;
  height: 600px;
}

.sec07BoxText {
  color: #968272;
  font-size: 17px;
  line-height: 2.25em;
}

.sec07Box02 {
  padding-bottom: 60px;
  border-bottom: 1px solid hsla(22, 10%, 61%, 0.54);
  position: relative;
}

.sec07Box02:before {
  content: " ";
  height: calc(100% - 20px);
  top: 20px;
  left: 0;
  width: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  position: absolute;
}

.sec07Box02:after {
  content: " ";
  height: calc(100% - 20px);
  top: 20px;
  right: 0;
  width: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  position: absolute;
}

.sec07Box02--title {
  font-size: 35px;
  color: #a59992;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
  margin-top: 100px;
}

.sec07Box02--title:before {
  content: " ";
  position: absolute;
  display: block;
  width: calc(50% - 7em);
  height: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  top: 20px;
  left: 0;
}

.sec07Box02--title:after {
  content: " ";
  position: absolute;
  display: block;
  width: calc(50% - 7em);
  height: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  top: 20px;
  right: 0;
}

.sec07Box02--01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 30px;
}

.sec07Box02--02Img {
  margin-bottom: 20px;
}

.sec07Box02--01 > div {
  width: calc(50% - 5px);
}

.sec07Box02--02 {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.sec07Box02--02 > div {
  width: calc(50% - 5px);
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
}

.sec07Box02--02Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  height: 55px;
  border-radius: 8px;
  position: relative;
  background: #a99b8e;
  margin-top: 20px;
}

.sec07Box02--02Btn a:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 20px;
  top: 20px;
  transform: rotate(90deg);
}


/* sec08 */

#sec08 {
  padding-bottom: 100px;
  background: #f5f3f2;
}

.sec08Cont {
  padding: 0 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid hsla(22, 10%, 61%, 0.54);
  display: flex;
  justify-content: space-between;
}

.sec08Cont > div {
  width: calc((100% - 60px) / 2);
}

.sec08Cont--box01__title {
  font-size: 35px;
  margin-bottom: 20px;
}

.sec08Wrap {
  position: relative;
}

.sec08Wrap:before {
  content: " ";
  height: calc(100% - 20px);
  top: 20px;
  left: 0;
  width: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  position: absolute;
}

.sec08Wrap:after {
  content: " ";
  height: calc(100% - 20px);
  top: 20px;
  right: 0;
  width: 1px;
  background: hsla(22, 10%, 61%, 0.54);
  position: absolute;
}

/* sec09 */
#sec09 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec09back.png");
  background-size: contain;
  background-position: top center;
  background-color: #f5f3f2;
  background-repeat: no-repeat;
}

.sec09Cont02 {
  margin-top: 100px;
  padding: 0 30px;
  padding-top: 90px;
  background: url("/ec/img/usr/freepage/duck_down_comforter/sec09Img01.png") center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.sec09Cont02--box01 {
  padding: 0 30px;
}

.sec09Cont02--box01__text01 {
  font-size: 35px;
  color: #968272;
}

.sec09Cont02--box01__text02 {
  font-size: 25px;
  margin: 30px 0 15px;
}

.sec09Cont02--box02Wrap {
  margin-top: 80px;
  padding-bottom: 50px;
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec09Img10.png");
  background-position: bottom right;
  background-repeat: no-repeat;
}

.sec09Cont02--box02 {
  padding: 40px 60px;
  background: #ffffff;
  width: 530px;
}

.sec09Cont02--box02__text01 {
  font-size: 25px;
  margin-bottom: 20px;
}

/* sec10 */
.sec010Cont01 {
  padding-top: 90px;
  height: 600px;
  background: url("/ec/img/usr/freepage/duck_down_comforter/sec10Img01.png") center;
  background-size: cover;
}

.sec010Cont01--text01 {
  font-size: 35px;
  margin-bottom: 30px;
  text-align: center;
}

.sec010Cont01--text02 {
  font-size: 16px;
  line-height: 2.25em;
  text-align: center;
}

.sec010Cont02 {
  padding: 80px 0;
}

.sec010Cont02 .content02 {
  display: flex;
  justify-content: space-between;
}

.sec010Cont02__box01 {
  width: 780px;
}

.sec010Cont02__box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 780px);
}

.sec010Cont02--text01 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: left;
}

.sec010Cont02--text02 {
  font-size: 16px;
  line-height: 2.25em;
  text-align: left;
}

.sec010Cont03 {
  background: #f5f3f2;
  padding: 100px 30px 150px;
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec10back01.png");
  background-position: 550px bottom;
  background-repeat: no-repeat;
  position: relative;
}

.sec010Cont03:before {
  content: " ";
  width: 100vw;
  position: absolute;
  top: 484px;
  height: 3px;
  background: #a99a8d;
}

.sec010Cont03List {
  display: flex;
  justify-content: space-between;
}

.sec010Cont03List li {
  width: calc((100% - 40px) / 5);
  margin-bottom: 10px;
}

.sec010Cont03List--text01 {
  font-size: 25px;
  color: #a99a8d;
  margin-bottom: 10px;
}

.sec010Cont03List--textBox01 {
  background: #ffffff;
  position: relative;
  height: 300px;
}

.sec010Cont03List--textBox01in {
  padding: 10px;
  font-size: 14px;
}

.sec010Cont03List--text02 {
  font-size: 50px;
  margin-top: 60px;
  text-align: center;
  color: #cec6be;
  margin-bottom: 30px;
  position: relative;
}

.sec010Cont03List--text02:before {
  content: " ";
  background: #a99a8d;
  height: 15px;
  width: 15px;
  border-radius: 50px;
  position: absolute;
  top: -20px;
  left: calc(50% - 7.5px);
}

.sec010Cont03List--text02:after {
  content: " ";
  background: #a99a8d;
  height: 50px;
  width: 3px;
  position: absolute;
  top: -60px;
  left: calc(50% - 1.5px);
}

.sec010Cont03List--textBox02 {
  padding: 10px;
  background: #ffffff;
  font-size: 14px;
  position: relative;
}

.sec010Cont03List--textBox02:before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -10px;
  left: calc(50% - 5px);
}

.sec010Cont03List--Img01 {
  margin-top: 30px;
}

.sec010Cont03List--Img02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec010Cont04 {
  background: url("/ec/img/usr/freepage/duck_down_comforter/sec10back02.png") center;
  background-size: cover;
  height: 550px;
  padding-top: 210px;
  padding-left: 50px;
}

.sec010Cont04Text01 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 30px;
}

.sec010Cont04Text02 {
  color: #ffffff;
  font-size: 16px;
  line-height: 2.25em;
}

/* sec11 */

.sec11Cont {
  display: flex;
  justify-content: space-between;
}

.sec11Cont--Box {
  width: calc((100% - 60px) / 2);
}

.sec11Cont--Box__img {
  margin-bottom: 20px;
}

.sec11Cont--Box__text01 {
  font-size: 13px;
}

.sec11Cont--Box__text02 {
  font-size: 22px;
}

.sec11Cont--Box__text03 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.7em;
}

/* sec12 */
.sec12title {
  margin: auto;
  margin-top: 80px;
  margin-bottom: 30px;
  width: 630px;
  display: flex;
  justify-content: space-between;
}

.sec12title--Box01 {
  height: 120px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #a9998c;
  font-weight: bold;
  width: 150px;
  border-right: 1px solid #a9998c;
  font-size: 20px;
}

.sec12title--Box02 {
  padding: 0 20px;
}

.sec12title--Box02__text01 {
  font-size: 20px;
  margin-bottom: 8px;
}

.sec12title--Box02__text02 {
  font-size: 40px;
  margin-bottom: 20px;
}

.sec12title--Box02__text03 {
  font-size: 22px;
  color: #a9998c;
}

.sec12title--Box02__text03 span {
  font-size: 28px;
}

.sec12List li {
  padding: 30px 0;
  position: relative;
  background-position: right;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.sec12List li.__pt01 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec12Img01.png");
}

.sec12List li.__pt02 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec12Img02.png");
}

.sec12List li.__pt03 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec12Img03.png");
}

.sec12List li.__pt04 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec12Img04.png");
}

.sec12List li.__pt05 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec12Img05.png");
}

.sec12List li .sec12Box {
  padding: 20px;
  height: 310px;
  background: #ffffff;
  width: 330px;
}

.sec12Box--title {
  display: flex;
  margin-bottom: 10px;
}

.sec12Box--title__in01 {
  text-align: center;
  padding-top: 35px;
  width: 170px;
}

.sec12Box--title__in01 .pt01 {
  font-size: 25px;
}

.sec12Box--title__in01 .pt02 {
  font-size: 15px;
  color: #a9998c;
  margin-top: 8px;
  display: inline-block;
}

.sec12Box--text {
  font-size: 15px;
  line-height: 1.7em;
}

.sec12Box--Btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.sec12Box--Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 300px;
  height: 60px;
  border-radius: 8px;
  position: relative;
  background: #a99b8e;
  margin-top: 20px;
}

.sec12Box--Btn a:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 20px;
  top: 24px;
}

/* sec13 */

#sec13 {
  background: #f5f3f2;
}

.sec13DL dt {
  font-size: 28px;
  padding: 8px 0;
  padding-left: 110px;
  position: relative;
  margin-bottom: 30px;
}

.sec13DL dt:after {
  content: "Q";
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 200px;
  background: #d1cbc7;
  position: absolute;
  top: 0;
  left: 20px;
}

.sec13DL dd {
  font-size: 28px;
  padding-left: 110px;
  position: relative;
  margin-bottom: 40px;
}

.sec13DL dd span {
  font-size: 17px;
  padding: 20px;
  line-height: 1.7em;
  border-radius: 8px;
  display: block;
  background: #ffffff;
}

.sec13DL dd:after {
  content: "A";
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 200px;
  background: #f3bab4;
  position: absolute;
  top: 0;
  left: 20px;
}


/* sec14 */
.sec14List li {
  margin-bottom: 65px;
  height: 590px;
  background-position: right;
  background-repeat: no-repeat;
}

.sec14List li.__pt01 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec14Img01.png");
}

.sec14List li.__pt02 {
  background-image: url("/ec/img/usr/freepage/duck_down_comforter/sec14Img02.png");
}

.sec14ListBox {
  width: 500px;
  padding: 40px;
  background: #ffffff;
}

.sec14ListBox--Title {
  display: flex;
  justify-content: space-between;
}

.sec14ListBox--Title__text01 {
  color: #a9998c;
  font-size: 20px;
  margin-bottom: 8px;
}

.sec14ListBox--Title__text02 {
  font-size: 20px;
  margin-bottom: 8px;
}

.sec14ListBox--Title__text03 {
  font-size: 35px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.sec14ListBox--Title__text04 {
  color: #a9998c;
  font-size: 17px;
}

.sec14ListBox--Title__text04 span {
  color: #a9998c;
  font-size: 22px;
}

.sec14ListBox--TitleBox02 {
  display: flex;
  align-items: flex-end;
}

.sec14ListBox--TableWrap {
  margin-top: 20px;
  padding: 20px;
  background: #f5f3f2;
  line-height: 1.25em;
  letter-spacing: 0;
}

.sec14ListBox--Table th {
  padding: 8px;
  padding-right: 20px;
        border-bottom: 1px solid hsla(0,0%,0%,0.40);
        color:hsla(0,0%,0%,0.40);
  font-size: 14px;
}

.sec14ListBox--Table td {
  padding: 8px 0;
        border-bottom: 1px solid hsla(0,0%,0%,0.40);
  font-size: 14px;
}

/* sec15 */
.sec15title {
  margin-bottom: 30px;
  width: 940px;
  display: flex;
  justify-content: space-between;
}

.sec15title--Box01 {
  height: 120px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #a9998c;
  font-weight: bold;
  width: 150px;
  border-right: 1px solid #a9998c;
  font-size: 20px;
}

.sec15title--Box02 {
  padding: 0 20px;
}

.sec15title--Box02__text01 {
  font-size: 20px;
  margin-bottom: 8px;
}

.sec15title--Box02__text02 {
  font-size: 40px;
  margin-bottom: 20px;
}

.sec15title--Box02__text03 {
  font-size: 22px;
  color: #a9998c;
}

.sec15title--Box02__text03 span {
  font-size: 28px;
}

.sec15title--Box03 {
  width: 400px;
  display: flex;
  align-items: flex-end;
}

.sec15title--Box03in {
  display: flex;
}

.sec15title--Box03in__col {
  margin-left: 20px;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  border-radius: 300px;
}

.sec15title--Box03in__col.__pt01 {
  background: #e4c7bc;
}

.sec15title--Box03in__col.__pt02 {
  background: #cccdd0;
}

.sec15title--Box03in__col.__pt03 {
  background: #eeeeee;
        color:hsla(0,0%,0%,0.40);
  letter-spacing: 0;
  line-height: 1.25em;
}

.sec15title--Box03in__col.__pt04 {
  background: #e4c7bc;
        color:#FFF;
  letter-spacing: 0;
  line-height: 1.25em;
}

.sec15title--Box03in__col.__pt05 {
  background: #cccdd0;
        color:#FFF;
  letter-spacing: 0;
  line-height: 1.25em;
}

.sec15List {
  margin-bottom: 50px;
}

.sec15List li {
  display: flex;
  justify-content: space-between;
}

.sec15ListCont01 {
  width: 600px;
}

.sec15ListCont01 p {
  margin-bottom: 10px;
}

.sec15ListCont02 {
  width: 440px;
}

.sec15ListCont02--Box {
  margin-bottom: 30px;
}

.sec15ListCont02--Box__Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.sec15ListCont02--Box__Item dl {
  display: flex;
  justify-content: space-between;
  background: #f5f3f2;
  border-radius: 8px;
  height: 50px;
}

.sec15ListCont02--Box__Item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 60px;
  font-size: 26px;
  color: #a9998c;
  border-right: 1px solid #a9998c;
}

.sec15ListCont02--Box__Item dd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  font-size: 14px;
  color: #a9998c;
  line-height: 1.25em;
  padding: 10px;
}

.sec15ListCont02--Box__Item dd span {
  font-size: 12px;
}

.sec15ListCont02--Box__Price {
  display: inline-block;
  position: relative;
  font-size: 40px;
  color: #a9998c;
  vertical-align: bottom;
}

.sec15ListCont02--Box__Price span {
  font-size: 30px;
}

.sec15ListCont02--Box__Price:after {
  content: "(税込)";
  display: inline-block;
  position: absolute;
  font-size: 10px;
  color: #a9998c;
  right: 0;
  top: -20px;
}

.sec15ListCont02--Box__Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  position: relative;
  background: #a99b8e;
}
.sec15ListCont02--Box__Btn a:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 20px;
  top: 24px;
}
.sec15ListCont02--Box__Btn-cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  position: relative;
  background: #c8102e;
}
.sec15ListCont02--Box__Btn-cart a:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#link-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1100px;
  margin: auto;
  padding-bottom: 30px;
}
.link-menu__Btn {
  width: 48%;
}
.link-menu__Btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  position: relative;
  background: #eccbb0;
}

.link-menu__Btn a:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  right: 20px;
  top: 21px;
}
.link-menu__Img {
  width: 50%;
  margin-top: 60px;
}

section#copy {
  padding: 60px 0;
  background: #f5f3f2;
  font-size: 13px;
  text-align: center;
}


@media all and (-ms-high-contrast: none) {
  body, html {
    z-index: 0;
  }

  #sec04 {
    text-align: center;
    display: block;
  }

  #sec04 .content02 {
    display: inline-block;
    padding: 50px 0;
    width: auto;
  }

  .sec07BoxCont {
    text-align: center;
    display: block;
  }

  .sec07BoxCont .content02 {
    display: inline-block;
    padding: 50px 0;
    width: auto;
  }

}


/*---------------------
ReviCo Config
----------------------*/
#revico-review-comment {
  display: block !important;
}
#revico-title {
  background-color: #f8f7f2;
  padding: 40px 0 0;
  margin: 0;
}
#revico-title h3 {
  padding: 40px 0 25px;
  margin: 0;
}
#revico-title .sec010Cont01--text02 {
  color: #a59992;
  margin: 20px 0 0;
}
.revico-star-block--review-title, .revico-comment-header-wrapper, .revico-comment-footer--paging-buttons, .revico-review-comment-head--variation, .revico-review-comment-detail--date, .revico-review-comment-detail--sns-reference, .revico-review-comment-row .revico-review-comment-head--reviewer-name {
  display: none !important;
}
.revico-comment-body {
  padding: 40px 0 0 !important;
}
#revico-comment,
.revico-review-comment-row .revico-review-comment-no-comment {
  background-color: #f8f7f2 !important;
}
.revico-multicomment-top,
.revico-review-comment-row .revico-review-comment-no-comment {
  background-color: #f8f7f2 !important;
}
/*.revico-review-comment-row-wrapper {
  border-bottom: 1px solid #77644f;
}*/
.revico-widget .revico-review-comment-row {
  width: 100% !important;
  max-width: 1000px;
  border-radius: 8px;
}
.revico-review-comment-row .revico-review-comment-detail {
  padding: 20px !important;
  display: flex;
  flex-wrap: wrap;
}
.revico-review-comment-row-wrapper:nth-child(odd) .revico-review-comment-row .revico-review-comment-detail {
  flex-direction: row-reverse;
}
#revico-comment .revico-star-block {
  position: absolute;
  left: 25%;
}
.revico-multicomment-top .revico-star-block {
  position: absolute;
  left: 25%;
}
#revico-comment .revico-review-comment-row-wrapper:nth-child(odd) .revico-star-block {
  left: 2%;
}
.revico-multicomment-top .revico-review-comment-row-wrapper:nth-child(odd) .revico-star-block {
  left: 2%;
}
.revico-review-comment-detail--reviewer-wrapper {
  width: 20%;
  margin: 0 40px 0 0 !important;
}
.revico-review-comment-detail--reviewer-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.revico-review-comment-row-wrapper:nth-child(odd) .revico-review-comment-detail--reviewer-wrapper {
  margin: 0 0 0 40px !important;
}
.revico-review-comment-row .store-comment-wrapper {
  width: 100%;
}
.revico-review-comment-row .revico-review-comment-detail .store-comment-tri {
  margin-left: -6px;
}
.revico-review-comment-row .revico-review-comment-head {
  display: block;
  width: 137px;
  height: 137px;
  margin: 0 auto 20px;
  background: url(/ec/img/usr/freepage/pb_goose/voice1.png) no-repeat;
}
.revico-review-comment-row .revico-review-comment-head--image img {
  display: none;
}
.revico_yellow .starability-result {
  position: relative;
  background-image: none !important;
}
.revico_yellow .starability-result:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  font-size: 32px;
  color: #651426;
  width: 250px;
  height: 30px;
}
.revico_yellow .starability-result:after {
  position: absolute;
  left: 180px;
  top: 0;
  right: 0;
  font-size: 45px;
  font-weight: normal;
  color: #651426;
}
.revico_yellow .starability-result.revico-star-value-5:before {
  content: "★★★★★";
}
.revico_yellow .starability-result.revico-star-value-5:after {
  content: "5";
}
.revico_yellow .starability-result.revico-star-value-4:before {
  content: "★★★★";
}
.revico_yellow .starability-result.revico-star-value-4:after {
  content: "4";
}
.revico_yellow .starability-result.revico-star-value-3:before {
  content: "★★★";
}
.revico_yellow .starability-result.revico-star-value-3:after {
  content: "3";
}
.revico_yellow .starability-result.revico-star-value-2:before {
  content: "★★";
}
.revico_yellow .starability-result.revico-star-value-2:after {
  content: "2";
}
.revico_yellow .starability-result.revico-star-value-1:before {
  content: "★";
}
.revico_yellow .starability-result.revico-star-value-1:after {
  content: "1";
}
.revico_yellow .starability-result.revico-star-value-0:before {
  color: #bfbfbf;
}
.revico_yellow .starability-result.revico-star-value-0:after {
  content: "0";
  color: #bfbfbf;
}
.revico_yellow .revico-star-block--rate > .starability-result.revico-star-value-0 {
  display: none;
}
#revico-comment .revico-review-comment-row .revico-review-comment-head--reviewer-evaluationanswer {
  margin: 10px auto !important;
  display: table !important;
  text-align: center !important;
  font-size: 15px !important;
  color: #856c4e !important;
  /*font-family: a-otf-ryumin-pr6n, sans-serif;*/
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}
.revico-multicomment-top .revico-review-comment-row .revico-review-comment-head--reviewer-evaluationanswer {
  margin: 10px auto !important;
  display: table !important;
  text-align: center !important;
  font-size: 15px !important;
  color: #856c4e !important;
  /*font-family: a-otf-ryumin-pr6n, sans-serif;*/
  font-weight: 500;
  font-style: normal;
  line-height: 1.3;
}
#revico-comment .revico-review-comment-row .revico-review-comment-head--reviewer-evaluationanswer li {
  display: block !important;
}
.revico-multicomment-top .revico-review-comment-row .revico-review-comment-head--reviewer-evaluationanswer li {
  display: block !important;
}
#revico-comment
  .revico-review-comment-row
  .revico-review-comment-head--reviewer-evaluationanswer
  li:not(:last-child)::after {
  margin: auto !important;
  content: "" !important;
}
.revico-multicomment-top
  .revico-review-comment-row
  .revico-review-comment-head--reviewer-evaluationanswer
  li:not(:last-child)::after {
  margin: auto !important;
  content: "" !important;
}
.revico-review-comment-row .revico-review-comment-detail--comment {
  margin-top: 45px !important;
  width: calc(80% - 40px);
  font-size: 19px;
  line-height: 2;
  letter-spacing: 1px;
  /*font-family: source-han-sans-japanese, sans-serif;*/
}
.revico-review-comment-row .revico-review-comment-detail .store-comment {
  width: 890px;
}
@media screen and (min-width: 769px) {
  .revico-review-comment-row-wrapper:nth-child(odd) .revico-review-comment-row .revico-review-comment-detail {
    margin: 0 0 0 20px;
  }
  /* .revico-review-comment-row .revico-review-comment-detail--comment {
    max-height: 11.5em !important;
  } */
}
@media screen and (max-width: 768px) {
  .revico-comment-body {
    padding: 20px 0 0 !important;
  }
  #revico-comment .revico-review-comment-row-wrapper {
    width: 90% !important;
  }
  #top #revico-comment .revico-review-comment-row-wrapper .revico-review-comment-row {
    width: 100% !important;
    margin: auto !important;
    padding: 0 30px !important;
  }
  #top .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
    width: 100% !important;
    margin: auto !important;
    padding: 0 30px !important;
  }
  .revico-review-comment-row .revico-review-comment-detail {
    display: block;
    padding: 0 0 20px !important;
  }
  .revico-review-comment-detail--reviewer-wrapper > div {
    display: flex;
    align-items: center;
  }
  .revico-review-comment-row .revico-review-comment-head {
    width: 50px !important;
    height: 50px;
    margin: 0;
    background: url(/ec/img/usr/freepage/pb_goose/voice1.png) no-repeat;
    background-size: contain;
    flex-shrink: 0;
  }
  .revico-review-comment-row .revico-review-comment-detail--comment {
    width: 100%;
    font-size: 16px;
  }
  .revico-review-comment-row-wrapper:nth-child(odd) .revico-review-comment-detail--reviewer-wrapper {
    margin: 0 !important;
  }
  .revico-review-comment-detail--reviewer-wrapper {
    width: 100%;
  }
  #revico-comment .revico-review-comment-row .revico-review-comment-head--reviewer-evaluationanswer {
    margin: 3px 0 0 25px !important;
    top: 0 !important;
    display: inline-block !important;
  }
  #revico-comment .revico-review-comment-row .revico-review-comment-head--reviewer-evaluationanswer li {
    display: inline-block !important;
    margin: 0 10px 0 0;
  }
  #revico-comment .revico-review-comment-row .revico-review-comment-head--reviewer-evaluationanswer li:nth-of-type(3) {
    display: block !important;
    text-align: left;
  }
  #revico-comment .revico-star-block,
  #revico-comment .revico-review-comment-row-wrapper:nth-child(odd) .revico-star-block {
    left: 0;
    top: 75px;
  }
  #top .revico-review-comment-row .revico-review-comment-detail--comment {
    margin-top: 35px !important;
    line-height: 1.6 !important;
  }
  .revico_yellow .starability-result:before {
    font-size: 26px;
  }
  .revico_yellow .starability-result:after {
    left: 150px;
    font-size: 30px;
  }
}