@charset "UTF-8";
/*=== common reset ===*/
#wedgwood--wrapper h1, #wedgwood--wrapper h2, #wedgwood--wrapper h3, #wedgwood--wrapper h4 {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
/*=== contents layout ===*/
#wedgwood--wrapper {
  font-size: calc(24 * (100vw / 750));
  font-weight: 600;
  color: #444;
  line-height: 2;
}
#wedgwood--wrapper .wedgwood--inner {
  width: 100%;
  margin: 0 auto;
}
#wedgwood--wrapper .flex--box {
  display: flex;
}
#wedgwood--wrapper figure {
  text-align: center;
}
#wedgwood--wrapper img {
  vertical-align: top;
  height: auto;
}
/*== text ==*/
.txt_font-nsj {
  font-family: 'Noto Serif JP', serif;
}
.txt_size-tax {
  font-size: calc(20 * (100vw / 750));
}
.txt_note {
  font-size: calc(20 * (100vw / 750));
  margin: calc(20 * (100vw / 750)) 0 0;
  display: block;
}
#wedgwood--wrapper .txt_line {
  background-image: linear-gradient(transparent 60%, #efeccd 60%, #efeccd 100%);
}
#wedgwood--wrapper .txt_mt30 {
  margin: calc(30 * (100vw / 750)) 0 0;
}
#wedgwood--wrapper h2.co_h2 {
  font-size: calc(44 * (100vw / 750));
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin: auto;
  padding: calc(40 * (100vw / 750)) 0;
  background: #79ABD2;
  outline: 3px solid #FFFFFF;
  outline-offset: -10px;
}
/*== item ==*/
.item--box {
  margin: calc(60 * (100vw / 750)) calc(40 * (100vw / 750));
}
.item--box li {
  align-items: center;
  text-align: center;
  line-height: 1.7;
  margin: 0 0 calc(50 * (100vw / 750));
}
.item--box li:last-of-type {
  margin: 0;
}
.item--box li h3 {
  font-size: calc(24 * (100vw / 750));
}
.item--box li .item_img {
  position: relative;
  width: calc(330 * (100vw / 750));
  flex-shrink: 0;
  margin: 0 calc(40 * (100vw / 750)) 0 0;
}
.item--box li .item_img span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(26 * (100vw / 750));
  color: #fff;
  width: 100%;
  height: calc(98 * (100vw / 750));
  background: rgba(0, 0, 0, 0.15);
}
.item--box li .txt_item-detail {
  font-size: calc(24 * (100vw / 750));
  text-align: left;
  margin: 10px auto 0;
}
/*== button ==*/
.btn_box {
  margin: auto;
}
.btn_box2 a.btn_arrow {
  width: 298px;
  padding: calc(9 * (100vw / 750)) 0 calc(12 * (100vw / 750));
}
a.btn_arrow-w {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(500 * (100vw / 750));
  height: calc(80 * (100vw / 750));
  margin: calc(50 * (100vw / 750)) auto calc(110 * (100vw / 750));
  font-size: calc(28 * (100vw / 750));
  font-weight: 700;
  text-align: center;
  color: #D27979;
  background: #fff;
  border: 3px solid #D27979;
  border-radius: 40px;
}
a.btn_arrow-w:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #D27979;
  border-right: 2px solid #D27979;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.btn_arrow-w:hover {
  color: #fff;
  background: #D27979;
  border: 3px solid #D27979;
}
a.btn_arrow-w:hover:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
/*a.btn_arrow-w:focus {
  color: #fff;
}*/
a.btn_arrow-w:active {
  color: #fff;
}
a.btn_arrow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(263 * (100vw / 750));
  height: calc(71 * (100vw / 750));
  margin: calc(30 * (100vw / 750)) auto 0;
  font-size: calc(24 * (100vw / 750));
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #D27979;
  border-radius: 36px;
}
a.btn_arrow:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.btn_arrow:hover {
  opacity: 0.7;
}
/*== mv ==*/
.wedgwood--mv .mv_p01 {
  text-align: center;
  margin: calc(70 * (100vw / 750)) auto calc(25 * (100vw / 750));
}
/*== container01 ==*/
#wedgwood--wrapper .wedgwood--container01 {
  background: #EAF3FA;
}
.wedgwood--container01 .co_p01 {
  position: relative;
  width: calc(600 * (100vw / 750));
  margin: calc(80 * (100vw / 750)) auto calc(75 * (100vw / 750));
  padding: calc(80 * (100vw / 750)) 0 calc(80 * (100vw / 750));
  text-align: center;
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 2px;
  background: #fff;
  border-radius: 5px;
  outline: 1px solid #79ABD2;
  outline-offset: -12px;
}
.wedgwood--container01 .co_p01 span {
  position: relative;
  z-index: 2;
}
/*== container02 ==*/
#wedgwood--wrapper .wedgwood--container02 {
  padding: calc(60 * (100vw / 750)) 0;
  padding-bottom: 0;
}
.co_bg02 {
  text-align: center;
  padding: calc(50 * (100vw / 750)) calc(30 * (100vw / 750));
  background-size: cover;
}
.co_bg02_inner {
  padding: calc(45 * (100vw / 750)) calc(30 * (100vw / 750)) calc(60 * (100vw / 750));
  background: #fff;
  border: 1px solid #C6C6C6;
}
#wedgwood--wrapper .wedgwood--container02 .co_h302 {
  font-size: calc(34 * (100vw / 750));
  font-weight: 700;
  margin: 0 0 calc(10 * (100vw / 750));
}
.wedgwood--container02 .co_p02-1 {
  font-size: calc(24 * (100vw / 750));
  margin: 0 0 calc(40 * (100vw / 750));
}
.wedgwood--container02 .co_p02-1 + div figure figcaption {
  font-size: calc(22 * (100vw / 750));
}
.wedgwood--container02 .flex--box {
  align-items: center;
  margin: calc(50 * (100vw / 750)) calc(30 * (100vw / 750));
}
.wedgwood--container02 .co_p02-2 {
  text-align: left;
  line-height: 1.7;
}
.wedgwood--container02 .co_photo02-2 {
  width: calc(230 * (100vw / 750));
  flex-shrink: 0;
  margin: 0 calc(40 * (100vw / 750)) 0 0;
}
.wedgwood--container02 .co_p02-3 {
  font-size: calc(28 * (100vw / 750));
  line-height: 1.7;
  padding: calc(40 * (100vw / 750)) 0;
  border-top: 7px double #ddd;
  border-bottom: 7px double #ddd;
}
/*== container03 ==*/
#wedgwood--wrapper .wedgwood--container03 {}
.wedgwood--container03 .co_box03 {
  margin: calc(45 * (100vw / 750)) calc(60 * (100vw / 750));
}
#wedgwood--wrapper .wedgwood--container03 .co_h303 {
  position: relative;
  font-size: calc(34 * (100vw / 750));
  font-weight: 700;
  line-height: 1;
  margin: 0 0 calc(40 * (100vw / 750));
  padding: 0 0 0 calc(35 * (100vw / 750));
}
#wedgwood--wrapper .wedgwood--container03 .co_h303:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: calc(25 * (100vw / 750));
  height: calc(36 * (100vw / 750));
  border-radius: 2px;
}
#wedgwood--wrapper .wedgwood--container03 .co_h303.co_h3bg-r:after {
  background: #DBB8BC;
}
#wedgwood--wrapper .wedgwood--container03 .co_h303.co_h3bg-g:after {
  background: #C4DBB8;
}
#wedgwood--wrapper .wedgwood--container03 figure.co_photo03 {
  justify-content: space-between;
  margin: calc(40 * (100vw / 750)) 0 calc(80 * (100vw / 750));
}
/*== container04 ==*/
#wedgwood--wrapper .wedgwood--container04 {
  padding: calc(75 * (100vw / 750)) 0 calc(60 * (100vw / 750));
  background: #76A9D1;
}
.wedgwood--container04 .co_box04 {
  margin: 0 calc(30 * (100vw / 750));
  padding: 0 calc(30 * (100vw / 750)) calc(50 * (100vw / 750));
  border: 4px solid #FFFFFF;
}
#wedgwood--wrapper .wedgwood--container04 .co_h204 {
  display: table;
  font-size: calc(34 * (100vw / 750));
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: calc(-45 * (100vw / 750)) auto 0;
  padding: calc(25 * (100vw / 750)) calc(50 * (100vw / 750));
  background: #76A9D1;
}
.wedgwood--container04 .co_logo04 {
  margin: calc(20 * (100vw / 750)) auto calc(30 * (100vw / 750));
}
.wedgwood--container04 .co_logo04 img {
  width: calc(445 * (100vw / 750));
}
.wedgwood--container04 .co_p04 {
  font-size: calc(24 * (100vw / 750));
  font-weight: 500;
  color: #fff;
  line-height: 2.3;
  text-align: center;
  margin: calc(20 * (100vw / 750)) 0 0;
}
/*== container05 ==*/
#wedgwood--wrapper .wedgwood--container05 {
  padding: 0 0 calc(60 * (100vw / 750));
}
.wedgwood--container05 .co_photo05 {}
/*== container06 ==*/
#wedgwood--wrapper .wedgwood--container06 {
  padding: 0 0 calc(30 * (100vw / 750));
}
/*== container07 ==*/
#wedgwood--wrapper .wedgwood--container07 {}
.wedgwood--container07 figure:not(.co_photo07) {
  margin: calc(80 * (100vw / 750)) calc(60 * (100vw / 750)) calc(35 * (100vw / 750));
}
.wedgwood--container07 .co_p07-1 {
  text-align: center;
  margin: 0 calc(60 * (100vw / 750)) calc(70 * (100vw / 750));
}
.wedgwood--container07 .co_box07 {
  margin: 0 calc(60 * (100vw / 750)) calc(80 * (100vw / 750));
}
#wedgwood--wrapper .wedgwood--container07 .co_h307 {
  font-size: calc(36 * (100vw / 750));
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 3.6px;
  padding: calc(30 * (100vw / 750)) 0;
  border-top: 7px double #ddd;
  border-bottom: 7px double #ddd;
}
.wedgwood--container07 .co_icon-box07 {
  margin: calc(50 * (100vw / 750)) 0 0;
  padding: calc(50 * (100vw / 750));
  background: #E7F1F2;
}
.wedgwood--container07 .co_icon-box07.bg-none {
  margin: 0;
  padding-top: calc(20 * (100vw / 750));
  padding-bottom: calc(20 * (100vw / 750));
  background: none;
}
.wedgwood--container07 .co_icon-box07:last-of-type {
  margin: 0;
  padding-top: calc(30 * (100vw / 750));
}
.wedgwood--container07 .co_icon-box07 > .flex--box {
  align-items: center;
  padding: calc(40 * (100vw / 750)) calc(35 * (100vw / 750));
  background: #fff;
  border-radius: 5px;
}
.wedgwood--container07 .co_icon-box07 .co_photo07 {
  width: calc(125 * (100vw / 750));
  flex-shrink: 0;
  margin: 0 calc(30 * (100vw / 750)) 0 0;
}
.wedgwood--container07 .co_p07-2 {
  font-weight: 500;
  text-align: left;
  margin: calc(50 * (100vw / 750)) 0 calc(30 * (100vw / 750));
}
.wedgwood--container07 .co_icon-box07 .co_p07-2 {
  text-align: left;
  margin: 0;
}
.wedgwood--container07 .co_box07-title {
  font-size: calc(28 * (100vw / 750));
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px;
}
/*== container08 ==*/
#wedgwood--wrapper .wedgwood--container08 {
  padding: 0 0 calc(20 * (100vw / 750));
}
/*== container09 ==*/
#wedgwood--wrapper .wedgwood--container09 {
  padding: 0 0 calc(80 * (100vw / 750));
}
.wedgwood--container09 .co_box09 {
  background: #F0F0EC;
}
.review--box {
  padding: calc(60 * (100vw / 750)) calc(40 * (100vw / 750));
}
.review--box li {
  margin: 0 0 calc(50 * (100vw / 750));
  padding: calc(50 * (100vw / 750));
  background: #fff;
  border-radius: 5px;
}
.review--box li:last-of-type {
  margin: 0;
}
.comment_box {
  position: relative;
  margin: 0 0 calc(60 * (100vw / 750));
  padding: calc(45 * (100vw / 750)) calc(35 * (100vw / 750));
  border: 2px solid #79ABD2;
  border-radius: 5px;
}
.comment_box img.star_4 {
  width: 90px;
  height: 24px;
  margin: -10px 0 10px -5px;
  display: block;
}
/*.comment_box:after {
  content: "";
  position: absolute;
  top: -13px;
  left: 10px;
  margin: auto;
  width: 90px;
  height: 24px;
  background: #fff url(../../../../img/usr/freepage/wedgwood/star_4yellow.png) no-repeat;
  background-size: 90px auto;
}*/
.comment_box h3 {
  font-size: calc(36 * (100vw / 750));
  color: #79ABD2;
  line-height: 1.3;
  padding: 0 0 10px !important;
}
.comment_box p {
  font-weight: 500;
}
.individual_box {
  align-items: flex-start;
}
.individual_box img {
  width: calc(152 * (100vw / 750));
  flex-shrink: 0;
  margin: 0 calc(35 * (100vw / 750)) 0 0;
}
.individual_box p {
  font-size: calc(22 * (100vw / 750));
  font-weight: 500;
}
.review--box a.btn_arrow {
  margin: calc(45 * (100vw / 750)) auto 0;
}
/*== container10 ==*/
#wedgwood--wrapper .wedgwood--container10 {
  padding: 0 0 calc(100 * (100vw / 750));
}
#wedgwood--wrapper .wedgwood--container10 .co_h310 {
  font-size: calc(36 * (100vw / 750));
  line-height: 1.3;
  letter-spacing: 3.6px;
  text-align: center;
  margin: calc(60 * (100vw / 750)) auto 0;
}
.wedgwood--container10 .btn_arrow-w {
  margin: calc(80 * (100vw / 750)) auto 0;
}
/*== container11 ==*/
#wedgwood--wrapper .wedgwood--container11 {
}
#wedgwood--wrapper .wedgwood--container11 .co_h311 {
  font-size: calc(36 * (100vw / 750));
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 3.6px;
  margin: calc(40 * (100vw / 750)) 0 0;
  /*padding: calc(30 * (100vw / 750)) 0;
  border-top: 7px double #ddd;
  border-bottom: 7px double #ddd;*/
}
#wedgwood--wrapper .wedgwood--container11 .item--box {
	display: flex;
	justify-content: center;
	margin: calc(60 * (100vw / 750)) calc(20 * (100vw / 750));
}
#wedgwood--wrapper .wedgwood--container11 .item--box li {
	width: calc((100% - calc(30 * (100vw / 750)) / 3));
    margin: 0 calc(15 * (100vw / 750)) 0 0;
    padding: 0 calc(15 * (100vw / 750)) 0 0;
	border-right: 1px solid #C6C6C6;
}
#wedgwood--wrapper .wedgwood--container11 .item--box li:last-of-type {
    margin: 0;
    padding: 0;
	border-right: none;
}
#wedgwood--wrapper .wedgwood--container11 .item--box li .item_img {
    width: 100%;
    margin: 0 0 calc(10 * (100vw / 750));
}
#wedgwood--wrapper .wedgwood--container11 a.btn_arrow {
    width: calc(200 * (100vw / 750));
}
#wedgwood--wrapper .wedgwood--container11 a.btn_arrow:after {
	top: 0;
    right: 10px;
    transform: rotate(-45deg);
}
/* 商品詳細 */
.block-goods-detail .wedgwood--container07 figure:not(.co_photo07) {
  margin: calc(80 * (100vw / 750)) calc(50 * (100vw / 750)) calc(35 * (100vw / 750));
}
.block-goods-detail .wedgwood--container07 .co_p07-1 {
  margin: 0 calc(50 * (100vw / 750)) calc(70 * (100vw / 750));
}