@charset "UTF-8";
html {
  color: #333;
}

::selection {
  background: #45270e;
  color: #fff;
}

::-moz-selection {
  background: #45270e;
  color: #fff;
}

#wrapper {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  position: relative;
}

#content {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
}

#header {
  max-width: 1220px;
  padding: 30px 40px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

#header a {
  display: flex;
  align-items: center;
}

#header h1.logo {
  width: 180px;
  padding-right: 30px;
}

#header h1.logo img {
  width: 100%;
  height: auto;
}

#header .arrow {
  padding-left: 23px;
  position: relative;
  color: #D61518;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

#header .arrow:before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 6px #fff;
  border-right: solid 4px transparent;
  position: absolute;
  top: 4px;
  left: 6px;
  z-index: 2;
}

#header .arrow:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #D61518;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#main {
  line-height: 1.8;
  box-sizing: border-box;
}

#main img {
  width: 100%;
  height: auto;
}

#kimgArea {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 0px 0;
  background: #d5f2ff;
}

#kimgArea .kimg {
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
}

#kimgArea .kimg img {
  display: block;
}

#leadCopyArea {
  width: 100%;
}

#leadCopyArea .leadCopyWrap {
  max-width: 1280px;
  padding: 100px 60px 120px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
}

#scheduleArea {
  width: 100%;
	background: #28a7e1;
}


#scheduleArea .scheduleWrap {
  max-width: 1280px;
  padding: 30px 60px 40px 60px;
  margin: 0 auto;
  box-sizing: border-box;
  font-weight: bold;
  text-align: center;
	color: #fff;
}

#scheduleArea .scheduleWrap .date{
	font-size: 30px;
}

#scheduleArea .scheduleWrap .subText{
	font-size: 16px;
}


#articleArea {
  box-sizing: border-box;
}

.article {
  padding-top: 60px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.article:nth-child(odd) {
  background-color: #d5f2ff;
}

.articleWrap {
  max-width: 1280px;
  padding: 0 70px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}


.article:nth-child(even) .articleWrap {
  flex-direction: row-reverse;
}
.productImg {
  width: 40%;
}
.article:nth-child(odd) .productImg:before{  
  background-image:url('../img/icn_recommend.png') ;
}
.article:nth-child(even) .productImg:before{ 
  background-image:url('../img/icn_favorite.png') ; 
}
.productImg:before {
  content: "";
  width: 107px;
  height: 107px;
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 1;
  background-size: cover;
}

.slider {
  border: #d0c9c3 1px solid;
  display: block;
}

.slider img {
  display: block;
}

.slick {
  margin-bottom: 40px;
}

.productText {
  width: 55%;
}

.productTitle {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding-top: 25px;
  margin-top: 30px;
  border-top: #b4c8d9 1px dotted;
}
.productTitle span{  
  position: relative;
  display: inline-block;
}

.article .productTitle span{  
  background: linear-gradient(transparent 60%, #f9ee2a 0%);
  display: inline;
  padding: 0 1px 0px;
}

.article .productTitle small{
	font-weight: normal;
	font-size: 0.6em;
}

/*
.article:nth-child(odd) .productTitle span:after{
  background-color: rgba(254,140,159, 0.4);

}
.article:nth-child(even) .productTitle span:after{
  background-color: rgba(30,177,243, 0.4);
  
}
.productTitle span:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  bottom: 20%;
  z-index: -1;
}
*/

.productTitle.small {}

.price {
  font-size: 16px;
  margin-top: 0.8em;
}

.size {
  font-size: 13px;
  margin-top: 1em;
}

.bodyText {
  font-size: 14px;
  color: #000;
}

.bodyText a{
	text-decoration: underline;
}

.shopData {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-top: 20px;
  margin-top: 30px;
  border-top: #b4c8d9 1px solid;
  padding-bottom: 20px;
  border-bottom: #b4c8d9 1px solid;
}

.shopLogo {
  width: 80px;
  border: #b4c8d9 1px solid;
}

.shopLogo img {
  display: block;
}

.shopText {
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 14px;
  flex: 1;
  line-height: 1.2;
}

.shopText a {
  text-decoration: underline;
}

.floor {}

.shopTitle {
  margin-top: 0.4em;
  font-weight: bold;
  font-size: 16px;
}

.shopTel {
  margin-top: 0.6em;
}

.notes {
  padding: 80px 0;
  box-sizing: border-box;
  background-color: #0e2a45;
  font-size: 14px;
}

.notesWrap {
  max-width: 1100px;
  padding: 0 60px;
  margin: 0 auto;
  box-sizing: border-box;
}

.extraText {
  text-align: left;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 2.2;
	margin-bottom: 60px;
	font-size: 16px;
	background: #fff;
}

.extraText h2{
	background: #28a7e1;
	color: #fff;
	margin-bottom: 0;
	font-size: 20px;
	padding: 5px 20px;
	box-sizing: border-box;
}

.extraText .extraTextWrap{
	padding: 30px 40px 30px 40px;
}

.extraText p{
	margin-bottom: 10px;
}

.extraText a{
	text-decoration: underline;
}


.notesText {
  text-align: left;
  border: #fff 1px solid;
  padding: 40px;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  color: #fff;
  line-height: 2.2;
}

.footerLogo {
  padding: 80px 0 80px 0;
}

.footerLogo .logo {
  width: 300px;
  margin: 0 auto;
}

.footerLogo .logo img {
  width: 100%;
  height: auto;
}

#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 99;
}

#page-top a {
  background-image: url("../img/pagetop.png");
  background-repeat: no-repeat;
  background-position: top center;
  text-decoration: none;
  width: 80px;
  height: 130px;
  padding-top: 120px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: block;
  transition: all .3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
}

.prev-arrow {
  width: 20px;
  height: 20px;
  left: 20px;
}

.prev-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #28a7e1;
  border-right: 1px solid #28a7e1;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.next-arrow {
  width: 20px;
  height: 20px;
  right: 20px;
}

.next-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #28a7e1;
  border-right: 1px solid #28a7e1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots li button:before {
  color: #28a7e1;
  background: #28a7e1;
}

.slick-dots li.slick-active button:before {
  color: #28a7e1;
  background: #28a7e1;
}


/*----------------------
 sp tablet
----------------------*/

@media (max-width: 900px) {
  #header {
    padding: 18px 15px;
  }
  #header h1.logo {
    width: 160px;
    padding-right: 15px;
  }
  #header .arrow {
    padding-left: 23px;
    font-size: 12px;
    line-height: 1.4;
  }
  #kimgArea {}
  #leadCopyArea .leadCopyWrap {
    padding: 50px 20px 60px 20px;
    font-size: 16px;
  }
#scheduleArea .scheduleWrap {
  padding: 30px 20px 30px 20px;
}

#scheduleArea .scheduleWrap .date{
	font-size: 20px;
}

#scheduleArea .scheduleWrap .subText{
	font-size: 12px;
}
  .article {
    padding-top: 40px;
    padding-bottom: 60px;
    box-sizing: border-box;
  }
  .articleWrap {
    padding: 0 30px;
    display: block;
  }
  .slick {
    margin-bottom: 60px;
  }
  .productImg {
    width: auto;
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  .productText {
    margin-top: 30px;
    width: 100%;
  }
  .productTitle {
    font-size: 20px;
  }
  .productTitle.small {
    font-size: 16px;
  }
  .price {
    font-size: 14px;
  }
  .notes {
    padding: 40px 0;
  }
  .notesWrap {
    padding: 0 30px;
  }
	.extraText {
  line-height: 2;
	margin-bottom: 40px;
	font-size: 16px;
}

.extraText h2{
	font-size: 18px;
	padding: 5px 20px;
}

.extraText .extraTextWrap{
	padding: 20px;
}

.extraText p{
	margin-bottom: 10px;
}
  .notesText {
    font-size: 14px;
    padding: 30px 20px;
  }
  .footerLogo {
    padding: 60px 0 60px 0;
  }
  .footerLogo .logo {
    width: 200px;
    margin: 0 auto;
  }
  #page-top {
    bottom: 20px;
    right: 20px;
    letter-spacing: 0.05em;
  }
  #page-top a {
    background-size: 40px;
    width: 40px;
    height: 80px;
    padding-top: 60px;
    box-sizing: border-box;
    font-size: 10px;
  }
}