@charset "UTF-8";
/*=== common ===*/
#katarakune--wrapper h2, #katarakune--wrapper h3, #katarakune--wrapper h4 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

/*=== contents layout ===*/
#katarakune--wrapper {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #333333;
}
.katarakune--inner {
  width: 1000px;
  margin: 0 auto;
}

/*=== katarakune--container_fc ===*/
.katarakune--container_fc {
  padding: 20px 0 40px;
  background: #ebfdfc;
}
.katarakune--container_fc .katarakune--inner {
  padding: 0 0 65px;
  background: #fff;
}
.katarakune--container_fc .katarakune--inner:first-of-type {
  margin: 0 auto 75px;
  padding: 0 0 65px;
  background: #fff;
}
#katarakune--wrapper .katarakune--container_fc h3 {
  position: relative;
  top: -31px;
  width: 500px;
  height: 62px;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 auto 0;
  padding: 12px 0 0;
  background: #666666;
}
#katarakune--wrapper .katarakune--container_fc h3 span {
  font-size: 13px;
  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 55px;
}
.katarakune--container_fc .katarakune--inner:last-of-type ul.katarakune--fclist:last-of-type {
  -webkit-justify-content: center;
  justify-content: center;
}
ul.katarakune--fclist li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
}
ul.katarakune--fclist li p {
  position: relative;
  z-index: 5;
  margin: -60px 10px 0 0;
}
.katarakune--container_fc .katarakune--inner:last-of-type ul.katarakune--fclist li p {
  margin: -25px 12px 0 0;
}
ul.katarakune--fclist li p img {
  position: relative;
  top: 2px;
  margin: 0 10px 0;
}
ul.katarakune--fclist li p span {
  display: inline-block;
  line-height: 0.3;
  border-bottom: 10px solid #fffcc9;
}
ul.katarakune--fclist li figure {
  position: relative;
  z-index: 1;
}
ul.katarakune--fclist li:last-of-type figure {
  margin: 0 15px 0 -60px;
}
.katarakune--container_fc .katarakune--inner:last-of-type ul.katarakune--fclist li figure {
  margin: 0 0 0 -130px;
}

/*=== katarakune--container_about ===*/
.katarakune--container_about {
  position: relative;
  margin: 70px 0 40px;
  background: #EBFDFC;
  padding-bottom: 40px;
}
.katarakune--container_about:after {
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 1000px;
  height: 45px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/katarakune/about_title_txt.png) no-repeat top center;
}
.katarakune--container_about .katarakune--inner {
  padding: 0 0 15px;
}
#katarakune--wrapper .katarakune--container_about h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #82b0ad;
  width: 420px;
  margin: 10px auto 40px auto;
  padding: 0 0 10px;
}
#katarakune--wrapper .katarakune--container_about h2:before {
  position: absolute;
  top: 3px;
  left: 55px;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
}
#katarakune--wrapper .katarakune--container_about h2:after {
  position: absolute;
  top: 3px;
  right: 55px;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
  transform: scale(-1, 1);
}
/*=== katarakune--container_point ===*/
.katarakune--container_point {
  position: relative;
  margin: 70px 0 40px;
  background: #ffffe6;
}
.katarakune--container_point:after {
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  width: 1000px;
  height: 45px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/katarakune/point_title_txt.png) no-repeat top center;
}
.katarakune--container_point .katarakune--inner {
  padding: 0 0 15px;
}
#katarakune--wrapper .katarakune--container_point h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #82b0ad;
  width: 420px;
  margin: auto;
  padding: 18px 0 10px;
}
#katarakune--wrapper .katarakune--container_point h2:before {
  position: absolute;
  top: 25px;
  left: 0;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
}
#katarakune--wrapper .katarakune--container_point h2:after {
  position: absolute;
  top: 25px;
  right: 10px;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
  transform: scale(-1, 1);
}
ul.katarakune--pointlist li {
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 40px 0;
  padding: 50px 50px 45px 50px;
  border-bottom: 5px solid #fffcc9;
  background: #fff;
}
ul.katarakune--pointlist li:nth-child(odd) {
  flex-direction: row-reverse;
}
ul.katarakune--pointlist li:nth-child(even) div {
  padding: 0 15px 0 0;
}
#katarakune--wrapper ul.katarakune--pointlist li h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #717171;
  padding: 1px 0 1px 75px;
  display: block;
}
#katarakune--wrapper ul.katarakune--pointlist li:nth-child(1) h3 {
  background: #ffe7f5;
}
#katarakune--wrapper ul.katarakune--pointlist li:nth-child(2) h3 {
  background: #e7feff;
}
#katarakune--wrapper ul.katarakune--pointlist li:nth-child(3) h3 {
  background: #faeefe;
}
#katarakune--wrapper ul.katarakune--pointlist li:nth-child(4) h3 {
  background: #f1ffe7;
}
#katarakune--wrapper ul.katarakune--pointlist li:nth-child(5) h3 {
  background: #fbecf5;
}
#katarakune--wrapper ul.katarakune--pointlist h3 img {
  position: absolute;
  bottom: 4px;
  left: 16px;
}
#katarakune--wrapper ul.katarakune--pointlist p {
  line-height: 1.7;
  padding: 15px 0 0 16px;
}
ul.katarakune--pointlist li figure {
  width: 520px;
  flex-shrink: 0;
}
ul.katarakune--pointlist li:nth-child(even) figure img {
  float: right;
}

/*=== katarakune--container_voice ===*/
.katarakune--container_voice {
  position: relative;
  margin: 60px 0 0;
  background: #fff4fa;
}
.katarakune--container_voice:after {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  width: 1000px;
  height: 40px;
  margin: auto;
  content: '';
  background: url(/img/usr/freepage/katarakune/voice_title_txt.png) no-repeat top center;
}
#katarakune--wrapper .katarakune--container_voice h2 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #82b0ad;
  width: 310px;
  margin: auto;
  padding: 25px 0 22px;
}
#katarakune--wrapper .katarakune--container_voice h2:before {
  position: absolute;
  top: 33px;
  left: 7px;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
}
#katarakune--wrapper .katarakune--container_voice h2:after {
  position: absolute;
  top: 33px;
  right: 10px;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
  transform: scale(-1, 1);
}
#katarakune--wrapper .katarakune--container_voice h2 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
ul.katarakune--voicelist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}
ul.katarakune--voicelist li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  width: calc((100% - 72px) / 2);
  margin: 0 18px 40px;
  padding: 75px 18px 35px;
  border-bottom: 5px solid #fad6ea;
  background: #fff;
}
ul.katarakune--voicelist li:before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 35px;
  height: 26px;
  content: '';
  background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
}
ul.katarakune--voicelist li:after {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 35px;
  height: 26px;
  content: '';
  background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
  transform: scale(-1, -1);
}
ul.katarakune--voicelist li:nth-child(even):before {
  background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
}
ul.katarakune--voicelist li:nth-child(even):after {
  background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
  transform: scale(-1, -1);
}
ul.katarakune--voicelist li p {
  margin: 0 0 15px;
  padding: 0 20px 15px;
  border-bottom: dotted 8px #82b0ad;
}
ul.katarakune--voicelist li p span {
  font-weight: 600;
}
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 31px;
}
ul.katarakune--voicelist li span.katarakune--user_txt:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 35px;
  height: 26px;
  content: '';
  background: url(/img/usr/freepage/katarakune/voice_user_icon.png) no-repeat;
}
p.katarakune--att_txt {
  text-align: right;
  margin: -20px 20px 0 0;
  padding: 0 0 30px;
}
/*=== 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: 1000px;
  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: 30px;
  font-weight: 700;
  text-align: center;
  color: #82b0ad;
  width: 900px;
  margin: auto;
  padding: 25px 0 22px;
}
#katarakune--wrapper .katarakune--container_review h2:before {
  position: absolute;
  top: 47px;
  left: 285px;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
}
#katarakune--wrapper .katarakune--container_review h2:after {
  position: absolute;
  top: 47px;
  right: 285px;
  width: 32px;
  height: 33px;
  content: '';
  background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
  transform: scale(-1, 1);
}
#katarakune--wrapper .katarakune--container_review h2 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
ul.katarakune--reviewlist {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}
ul.katarakune--reviewlist li {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  width: calc((100% - 72px) / 2);
  margin: 0 18px 40px;
  padding: 75px 18px 35px;
  border-bottom: 5px solid #d3ffb4;
  background: #fff;
}
ul.katarakune--reviewlist li:before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 35px;
  height: 26px;
  content: '';
  background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
}
ul.katarakune--reviewlist li:after {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 35px;
  height: 26px;
  content: '';
  background: url(/img/usr/freepage/katarakune/voice_bg1_icon.png) no-repeat;
  transform: scale(-1, -1);
}
ul.katarakune--reviewlist li:nth-child(even):before {
  background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
}
ul.katarakune--reviewlist li:nth-child(even):after {
  background: url(/img/usr/freepage/katarakune/voice_bg2_icon.png) no-repeat;
  transform: scale(-1, -1);
}
ul.katarakune--reviewlist li p {
  margin: 0 0 15px;
  padding: 0 20px 15px;
  border-bottom: dotted 8px #82b0ad;
}
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 31px;
}
ul.katarakune--reviewlist li span.katarakune--user_txt:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 35px;
  height: 26px;
  content: '';
  background: url(/img/usr/freepage/katarakune/voice_user_icon.png) no-repeat;
}
/*=== 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: 1000px;
    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: 30px;
    font-weight: 700;
    text-align: center;
    color: #82b0ad;
    width: 550px;
    margin: auto;
    padding: 25px 0 22px;
  }
  #katarakune--wrapper .katarakune--container_goods h2:before {
    position: absolute;
    top: 33px;
    left: 17px;
    width: 32px;
    height: 33px;
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
  }
  #katarakune--wrapper .katarakune--container_goods h2:after {
    position: absolute;
    top: 33px;
    right: 17px;
    width: 32px;
    height: 33px;
    content: '';
    background: url(/img/usr/freepage/katarakune/title_icon.png) no-repeat;
    transform: scale(-1, 1);
  }
  .katarakune--container_goods .katarakune--inner {
    padding: 40px 0;
    background: #fff;
    border-bottom: 5px solid #e6e3d1;
    margin-bottom: 40px;
  }
.katarakune--container_goods img {
    width:50%;
}
.katarakune--container_goods_wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.element {
    width: 50%;
    margin: 0 40px;
}
.element p {
    font-size: 24px;
    margin-top: 40px;
}
.element span {
    font-size: 12px;
}
/* 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;
  cursor: pointer;
  margin-bottom: 40px;
}
.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: 51px;
  margin: auto;
  padding: 0 0 0 25px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  /* font-family: 'Noto Serif Japanese', serif; */
  line-height: 51px;
  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: 90%;
  height: 50px;
  margin: 30px auto 0;
  padding: 0 0 0 20px;
  color: #5b6770;
  font-size: 18px;
  text-align: center;
  /* font-family: 'Noto Serif Japanese', serif; */
  line-height: 50px;
  background: url(/img/usr/header/nav_bookmark_heart.png) 20px center no-repeat;
  background-size: 33px;
  border: solid 1px #5b6770;
  border-radius: 40px;
  display: block;
  position: relative;
}
.pillow_content-area a.select-favorite--btn#add_bookmark_in {
	background: none;
  animation: bm-icon-late-open2 0s ease-in 2.5s forwards;
}
.pillow_content-area a.select-favorite--btn .js-animation-bookmark-in-progress {
  display: none;
}
.pillow_content-area a.select-favorite--btn#add_bookmark_in::after {
  animation: bm-icon-late-open3 0s ease-in 2s forwards;
  position: absolute;
  content: '登録しています…';
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: none;
  z-index: 10;
  display: block;
}
@keyframes bm-icon-late-open2 {
  to {
	background: url(/img/usr/header/nav_bookmark_heart_on.png) 20px center no-repeat;
  }
}
@keyframes bm-icon-late-open3 {
  to {
    position: static;
    content: ' ';
    width: 0;
    height: 0;
  }
}
.pillow_content-area a.select-favorite--btn span {
  font-size: 14px;
}
.look_button_wrapper {
    width: 100%;
    margin: 140px 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: 352px;
    height: 51px;
    margin: 0 auto 40px auto;
    border-radius: 25px;
    font-size: 20px;
    padding-left: 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%;
}