@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Droid+Serif:400,700";
/** 	目次  	01. COMMON STYLE 	02. HEADER STYLE 	03. IMAGE STYLE 	04. FEATURE STYLE 	05. DESIGN STYLE 	06. STYLE STYLE 	07. ORDER STYLE 	08. PRICE STYLE 	09. SHOP STYLE 	10. FOOTER STYLE  */
/* ==========================================================================
	01.	COMMON STYLE
	========================================================================== */
/*	common
	===================================== */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.button {
  background: #000040 url(img/arrow_w.svg) no-repeat 30px center;
  background-size: 9px 12px;
  color: white;
  display: block;
  font-size: 100%;
  line-height: 1.1;
  margin: 30px auto 0;
  text-align: center;
}

.button:hover {
  color: white;
}

@media (max-width: 991px) {
  .button {
    background: #000040 url(img/arrow_w.svg) no-repeat 15px center;
    background-size: 9px 12px;
    font-size: 71.42857%;
    margin: 20px auto 0;
  }
}

.circle-button {
  bottom: -30px;
  position: absolute;
  right: 30px;
  z-index: 10;
}

@media (max-width: 991px) {
  .circle-button {
    bottom: -15px;
    right: 15px;
  }

  .circle-button img {
    height: 75px;
    width: 75px;
  }
}

.remodal .option-title {
  color: #000040;
  font-size: 114.28571%;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.remodal .option-title br {
  display: none;
}

.remodal .option-list {
  margin-top: 30px;
}

.remodal .option-list li {
  background-color: #e8e8ed;
  color: #000040;
  font-size: 92.85714%;
  line-height: 1.1;
  padding: 17px 20px;
  position: relative;
  text-align: left;
}

.remodal .option-list li:nth-child(even) {
  background: url(img/slash_w.png) repeat center center;
}

.remodal .option-list li span {
  position: absolute;
  right: 20px;
}

@media (max-width: 991px) {
  .remodal .option-title {
    font-size: 100%;
  }

  .remodal .option-title br {
    display: block;
  }

  .remodal .option-list {
    margin-top: 20px;
  }

  .remodal .option-list li {
    text-align: center;
  }

  .remodal .option-list li span {
    display: block;
    margin-top: 5px;
    position: relative;
    right: initial;
  }
}

.section-title {
  font-size: 257.14286%;
  text-align: center;
}

@media (max-width: 991px) {
  .section-title {
    font-size: 128.57143%;
  }
}

.w-font {
  font-family: 'Droid Serif', serif;
  font-weight: bold;
}

/*	animation
	===================================== */
.animation {
  opacity: 0;
  filter: alpha(opacity=0);
}

.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* ==========================================================================
	02.	HEADER STYLE
	========================================================================== */
#header {
  background-color: #fff;
  height: 90px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#header #logo {
  left: 40px;
  position: absolute;
  top: 25px;
}

#header #nav {
  letter-spacing: -.4em;
  list-style: none;
  position: absolute;
  right: 40px;
  top: 40px;
}

#header #nav>li {
  display: inline-block;
  letter-spacing: normal;
}

#header #nav li {
  background: url(img/arrow_b.svg) no-repeat left 4px;
  background-size: 9px 12px;
  font-size: 92.85714%;
  margin-left: 20px;
  padding-left: 17px;
}

@media (max-width: 991px) {
  #header {
    height: 55px;
  }

  #header #logo {
    left: 15px;
    top: 16px;
  }

  #header #logo img {
    height: auto;
    width: 100px;
  }

  #header #nav {
    border-bottom: 1px solid #efeff3;
    display: none;
    margin-top: 85px;
    position: relative;
    right: initial;
    top: initial;
    width: 100%;
  }

  #header #nav li {
    background: none;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
  }

  #header #nav li a {
    border-top: 1px solid #efeff3;
    display: block;
    padding: 15px 0;
    width: 100%;
  }

  #header #menu {
    background: white url(img/menu.svg) no-repeat center center;
    background-size: 20px 16px;
    display: block;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    z-index: 100;
  }

  #header.open {
    background-color: white;
    height: 100%;
  }

  #header.open #nav {
    display: block;
  }

  #header.open #menu {
    background: white url(img/close.svg) no-repeat center center;
    background-size: 15px 15px;
  }
}

/* ==========================================================================
	03.	IMAGE STYLE
	========================================================================== */
#image {
  background: url(img/image.png) no-repeat center center;
  background-size: cover;
  height: 770px;
  margin-top: 90px;
  position: relative;
  text-align: center;
  width: 100%;
}

#image .fair {
  background: #000040 url(img/slash_b.png) repeat center center;
  color: white;
  display: inline-block;
  line-height: 1.1;
  font-size: 200%;
  margin-top: 330px;
  padding: 22px 0 18px;
  width: 540px;
}

#image .item {
  color: white;
  font-size: 300%;
  line-height: 1.5;
  margin-top: 35px;
  -webkit-text-shadow: 0 0 10px black;
  text-shadow: 0 0 10px black;
}

#image .item span {
  position: relative;
}

#image .item span span {
  font-size: 38.09524%;
  left: 50%;
  position: absolute;
  top: -25px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  white-space: nowrap;
}

#image .item br {
  display: none;
}

#image .price {
  color: white;
  font-size: 385.71429%;
  line-height: 1.1;
  margin-top: 10px;
  -webkit-text-shadow: 0 0 10px black;
  text-shadow: 0 0 10px black;
}

#image .price span {
  font-size: 66.66667%;
}

@media (max-width: 991px) {
  #image {
    background: url(img/image_s.png) no-repeat center center;
    background-size: cover;
    height: 435px;
    margin-top: 55px;
  }

  #image .fair {
    font-size: 100%;
    margin-top: 170px;
    padding: 11px 0 9px;
    width: 270px;
  }

  #image .item {
    font-size: 150%;
    line-height: 1.75;
    margin-top: 17px;
  }

  #image .item span span {
    font-size: 38.09524%;
    top: -12px;
  }

  #image .item br {
    display: block;
  }

  #image .price {
    font-size: 192.85714%;
    margin-top: 5px;
  }
}

/* ==========================================================================
	04.	FEATURE STYLE
	========================================================================== */
#feature {
  position: relative;
}

#feature .title-area {
  background: #000040 url(img/slash_b.png) repeat center center;
  color: white;
  font-weight: bold;
  line-height: 1.1;
  padding: 40px 0;
  text-align: center;
}

#feature .title-area .sub-1 {
  font-size: 171.42857%;
  margin-top: 15px;
}

#feature .title-area .sub-2 {
  font-size: 214.28571%;
}

#feature .title-area .sub-2 span {
  font-size: 200%;
}

@media (max-width: 991px) {
  #feature .title-area {
    background-size: 5px 5px;
    padding: 20px 0;
  }

  #feature .title-area .sub-1 {
    font-size: 85.71429%;
    margin-top: 7px;
  }

  #feature .title-area .sub-2 {
    font-size: 107.14286%;
  }

  #feature .title-area .sub-2 span {
    font-size: 200%;
  }
}

#feature .feature-block:before,
#feature .feature-block:after {
  content: " ";
  display: table;
}

#feature .feature-block:after {
  clear: both;
}

#feature .feature-block .fl {
  float: left;
}

#feature .feature-block .fr {
  float: right;
}

#feature .feature-block .text {
  width: 50%;
}

#feature .feature-block .text .num {
  font-size: 428.57143%;
  line-height: 1.1;
  margin-top: 60px;
  text-align: center;
}

#feature .feature-block .text .num span {
  display: block;
  font-size: 23.33333%;
  margin-top: -5px;
}

#feature .feature-block .text .stitle {
  font-size: 214.28571%;
  line-height: 1.25;
  margin-top: 20px;
  text-align: center;
}

#feature .feature-block .text p {
  font-size: 92.85714%;
  margin-top: 20px;
  padding: 0 60px;
}

@media (max-width: 1199px) {
  #feature .feature-block .text .num {
    margin-top: 20px;
  }

  #feature .feature-block .text p {
    padding: 0 30px;
  }
}

#feature .feature-block .image {
  width: 50%;
}

@media (max-width: 991px) {

  #feature .feature-block .fl,
  #feature .feature-block .fr {
    float: none;
  }

  #feature .feature-block .text {
    padding-bottom: 30px;
    width: 100%;
  }

  #feature .feature-block .text .num {
    font-size: 214.28571%;
    margin-top: 30px;
  }

  #feature .feature-block .text .num span {
    font-size: 23.33333%;
    margin-top: -2px;
  }

  #feature .feature-block .text .stitle {
    font-size: 142.85714%;
    margin-top: 10px;
  }

  #feature .feature-block .text p {
    font-size: 78.57143%;
    margin-top: 10px;
    padding: 0 15px;
  }

  #feature .feature-block .image {
    width: 100%;
  }
}

/* ==========================================================================
	05.	DESIGN STYLE
	========================================================================== */
#design {
  background: #000040 url(img/slash_b.png) repeat center center;
  padding: 120px 0;
}

#design .section-title {
  color: white;
}

#design .sub {
  color: white;
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: -10px;
  text-align: center;
}

#design .sub span {
  font-size: 250%;
}

#design .design-wrap {
  margin: 60px 0 0;
}

#design .design-wrap:before,
#design .design-wrap:after {
  content: " ";
  display: table;
}

#design .design-wrap:after {
  clear: both;
}

#design .design-wrap .design-block {
  background-color: white;
  float: left;
  padding: 60px 0;
  width: calc(50% - 20px);
}

#design .design-wrap .design-block.fl {
  float: left;
  margin-right: 20px;
}

#design .design-wrap .design-block.fr {
  float: right;
  margin-left: 20px;
}

#design .design-wrap .design-block .block-title {
  font-size: 257.14286%;
  line-height: 1.1;
  text-align: center;
}

#design .design-wrap .design-block .block-sub {
  font-size: 128.57143%;
  line-height: 1.1;
  margin-top: 10px;
  text-align: center;
}

#design .design-wrap .design-block .image {
  margin-top: 30px;
  text-align: center;
}

#design .design-wrap .design-block .image img {
  height: 315px;
  width: auto;
}

#design .design-wrap .design-block .text {
  font-size: 92.85714%;
  margin-top: 30px;
  padding: 0 60px;
}

#design .design-wrap .design-block .price {
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 30px;
  text-align: center;
}

#design .design-wrap .design-block .button {
  padding: 18px 0;
  width: 330px;
}

@media (min-width: 1200px) {
  #design .design-wrap .design-block .block-title br {
    display: none;
  }
}

@media (max-width: 991px) {
  #design {
    background-size: 5px 5px;
    padding: 60px 0;
  }

  #design .sub {
    font-size: 85.71429%;
    margin-top: -5px;
  }

  #design .sub span {
    font-size: 250%;
  }

  #design .design-wrap {
    margin: 0;
  }

  #design .design-wrap .design-block {
    margin-top: 30px;
    padding: 30px 0;
    width: 100%;
  }

  #design .design-wrap .design-block .fl,
  #design .design-wrap .design-block .fr {
    float: none;
    margin-right: 0;
  }

  #design .design-wrap .design-block .block-title {
    font-size: 150%;
  }

  #design .design-wrap .design-block .block-sub {
    font-size: 64.28571%;
    margin-top: 5px;
  }

  #design .design-wrap .design-block .image {
    margin-top: 15px;
  }

  #design .design-wrap .design-block .image img {
    height: 157px;
  }

  #design .design-wrap .design-block .text {
    font-size: 92.85714%;
    margin-top: 15px;
    padding: 0 15px;
  }

  #design .design-wrap .design-block .price {
    font-size: 107.14286%;
    margin-top: 20px;
  }

  #design .design-wrap .design-block .button {
    padding: 15px 0;
    width: 165px;
  }
}

/* ==========================================================================
	06.	STYLE STYLE
	========================================================================== */
#style {
  padding-top: 120px;
}

#style .sub {
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

#style .style-block {
  padding: 90px 0;
}

#style .style-block.chesterfield {
  background-color: #efeff3;
  margin-top: 90px;
}

#style .style-block .block-title {
  font-size: 257.14286%;
  line-height: 1.1;
  text-align: center;
}

#style .style-block .block-sub {
  font-size: 128.57143%;
  line-height: 1.1;
  margin-top: 10px;
  text-align: center;
}

#style .style-block .style-slider {
  margin-top: 40px;
}

#style .style-block .style-slider li {
  position: relative;
}

#style .style-block .style-slider li span {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  color: white;
  font-size: 85.71429%;
  line-height: 1.25;
  margin: 0 15px;
  padding: 10px 15px;
  position: absolute;
  width: calc(100% - 60px);
}

#style .style-block .style-slider li img {
  height: auto;
  margin: auto;
  width: calc(100% - 30px);
}

#style .style-block .style-slider .slick-arrow {
  height: 60px;
  width: 60px;
  z-index: 10;
  transition-duration: 0.3s;
}

#style .style-block .style-slider .slick-arrow:before {
  background-size: cover;
  content: "";
  display: block;
  height: 60px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 60px;
}

#style .style-block .style-slider .slick-arrow:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#style .style-block .style-slider .slick-arrow.slick-prev:before {
  background: url(img/slide_prev.png) no-repeat center center;
}

#style .style-block .style-slider .slick-arrow.slick-next:before {
  background: url(img/slide_next.png) no-repeat center center;
}

#style .style-block .style-slider .slick-dots {
  bottom: -40px;
}

#style .style-block .style-slider .slick-dots li {
  margin: 0;
  height: 15px;
  width: 15px;
}

#style .style-block .style-slider .slick-dots li button {
  height: 15px;
  width: 15px;
}

#style .style-block .style-slider .slick-dots li button:before {
  color: #000040;
  line-height: 15px;
  height: 15px;
  width: 15px;
}

#style .style-block .style-slider .slick-dots li .slick-active button:before {
  color: #000040;
}

@media (max-width: 991px) {
  #style {
    padding-top: 60px;
  }

  #style .sub {
    font-size: 85.71429%;
  }

  #style .style-block {
    padding: 45px 0;
  }

  #style .style-block.chesterfield {
    margin-top: 45px;
  }

  #style .style-block .block-title {
    font-size: 171.42857%;
  }

  #style .style-block .block-sub {
    font-size: 64.28571%;
    margin-top: 5px;
  }

  #style .style-block .style-slider {
    margin-top: 20px;
  }

  #style .style-block .style-slider li span {
    font-size: 71.42857%;
    margin: 0 45px;
    padding: 10px 10px;
    width: calc(100% - 110px);
  }

  #style .style-block .style-slider li img {
    width: calc(100% - 90px);
  }

  #style .style-block .style-slider .slick-arrow {
    height: 30px;
    width: 30px;
  }

  #style .style-block .style-slider .slick-arrow:before {
    height: 30px;
    width: 30px;
  }

  #style .style-block .style-slider .slick-arrow.slick-prev {
    left: 0;
  }

  #style .style-block .style-slider .slick-arrow.slick-prev:before {
    background-size: cover;
  }

  #style .style-block .style-slider .slick-arrow.slick-next {
    right: 0;
  }

  #style .style-block .style-slider .slick-arrow.slick-next:before {
    background-size: cover;
  }

  #style .style-block .style-slider .slick-dots li button:before {
    font-size: 10px;
  }
}

/* ==========================================================================
	07.	ORDER STYLE
	========================================================================== */
#order {
  background: #000040 url(img/slash_b.png) repeat center center;
  padding: 120px 0;
}

#order .section-title {
  color: white;
}

#order .sub {
  color: white;
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

#order .order-wrap {
  margin: 60px -20px 0;
}

#order .order-wrap:before,
#order .order-wrap:after {
  content: " ";
  display: table;
}

#order .order-wrap:after {
  clear: both;
}

#order .order-wrap .order-block {
  background-color: white;
  float: left;
  margin: 0 20px;
  padding: 40px 0 100px;
  position: relative;
  width: calc(calc(100% / 3) - 40px);
}

#order .order-wrap .order-block:nth-child(n+2):before {
  background: url(img/arrow_w.svg) no-repeat center center;
  content: "";
  display: block;
  height: 15px;
  left: -32px;
  position: absolute;
  top: calc(50% - 8px);
  width: 22px;
}

#order .order-wrap .order-block .num {
  background-color: #000040;
  border-radius: 50%;
  color: white;
  font-size: 257.14286%;
  height: 60px;
  line-height: 1.65em;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  width: 60px;
}

#order .order-wrap .order-block .block-title {
  font-size: 214.28571%;
  line-height: 1.1;
  margin-top: 20px;
  text-align: center;
}

#order .order-wrap .order-block .block-title span {
  display: block;
  font-size: 50%;
}

#order .order-wrap .order-block p {
  font-size: 92.85714%;
  margin-top: 20px;
  padding: 0 30px;
}

#order .order-wrap .order-block .button {
  bottom: 30px;
  left: 50%;
  padding: 12px 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 210px;
}

@media (max-width: 991px) {
  #order {
    background-size: 5px 5px;
    padding: 60px 0;
  }

  #order .sub {
    color: white;
    font-size: 85.71429%;
  }

  #order .order-wrap {
    margin: 0;
  }

  #order .order-wrap .order-block {
    float: none;
    margin: 30px 0 0;
    padding: 20px 0 30px;
    width: 100%;
  }

  #order .order-wrap .order-block:nth-child(n+2):before {
    display: none;
  }

  #order .order-wrap .order-block .num {
    font-size: 128.57143%;
    height: 30px;
    line-height: 1.8em;
    width: 30px;
  }

  #order .order-wrap .order-block .block-title {
    font-size: 150%;
    margin-top: 10px;
  }

  #order .order-wrap .order-block .block-title span {
    font-size: 37.5%;
  }

  #order .order-wrap .order-block p {
    margin-top: 10px;
    padding: 0 15px;
  }

  #order .order-wrap .order-block .button {
    bottom: initial;
    left: initial;
    padding: 12px 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 175px;
  }
}

/* ==========================================================================
	08.	PRICE STYLE
	========================================================================== */
#price {
  padding-bottom: 120px;
  padding-top: 120px;
}

#price .sub {
  font-size: 171.42857%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

#price .price-wrap {
  margin-top: 60px;
}

#price .price-wrap:before,
#price .price-wrap:after {
  content: " ";
  display: table;
}

#price .price-wrap:after {
  clear: both;
}

#price .price-wrap .price-block {
  padding: 60px;
  width: calc(50% - 120px);
}

#price .price-wrap .price-block.chesterfield {
  background-color: #efeff3;
  float: left;
}

#price .price-wrap .price-block.ulster {
  background: url(img/slash_w.png) repeat center center;
  float: right;
}

#price .price-wrap .price-block .block-title {
  font-size: 257.14286%;
  line-height: 1.1;
  text-align: center;
}

#price .price-wrap .price-block .block-sub {
  font-size: 128.57143%;
  line-height: 1.1;
  margin-top: 10px;
  text-align: center;
}

#price .price-wrap .price-block .price-list {
  margin-top: 40px;
}

#price .price-wrap .price-block .price-list li {
  background-color: #e8e8ed;
  font-size: 107.14286%;
  line-height: 1.1;
  padding: 17px 20px;
  position: relative;
}

#price .price-wrap .price-block .price-list li:nth-child(even) {
  background-color: white;
}

#price .price-wrap .price-block .price-list li span {
  position: absolute;
  right: 20px;
}

@media (min-width: 1200px) {
  #price .price-wrap .price-block .block-title br {
    display: none;
  }
}

#price .note {
  font-size: 107.14286%;
  margin-top: 60px;
  text-align: center;
}

@media (max-width: 991px) {
  #price {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  #price .sub {
    font-size: 85.71429%;
  }

  #price .price-wrap {
    margin-top: 30px;
  }

  #price .price-wrap .price-block {
    padding: 30px;
    width: calc(100% - 60px);
  }

  #price .price-wrap .price-block.chesterfield {
    float: none;
  }

  #price .price-wrap .price-block.ulster {
    background-size: 5px 5px;
    float: none;
  }

  #price .price-wrap .price-block .block-title {
    font-size: 150%;
  }

  #price .price-wrap .price-block .block-sub {
    font-size: 64.28571%;
    margin-top: 5px;
  }

  #price .price-wrap .price-block .price-list {
    margin-top: 20px;
  }

  #price .price-wrap .price-block .price-list li {
    font-size: 71.42857%;
    padding: 12px 15px;
  }

  #price .price-wrap .price-block .price-list li span {
    position: absolute;
    right: 15px;
  }

  #price .note {
    font-size: 71.42857%;
    margin-top: 30px;
  }
}