body {
  font-family: 'Noto Sans JP Bold', Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
}

/* 
-----------------------------------------------*/
.top_bnr {
  text-align: center;
  margin-bottom: 20px;
}


@media (max-width: 640px) {
  .top_bnr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* タイトル
-----------------------------------------------*/
.top_title {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}


/* サブナビ
-----------------------------------------------*/
.tab_label {
  justify-content: center;
  display: flex;
}

.tab_label__li {
  width: 286px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  margin-right: 10px;
  height: 85px;
}
.tab_label >li:last-child {
  margin-right: 0px;
}
.tab_label__li a {
display:inline-block;
}
.tab_label__li a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
transition: opacity .6s ease-in-out;
}
.tab_label__li a:hover img {
opacity: 0;
}
.tab_label__li.tab--summer {
background-image: url("../images/calendar/ui_pc1_on.png");
}
.tab_label__li.tab--autumn {
background-image: url("../images/calendar/ui_pc2_on.png");
}
.tab_label__li.tab--winter {
  background-image: url("../images/calendar/ui_pc3_on.png");
}

@media (min-width: 641px) and (max-width: 1279px) {
  .tab_label__li {
    width: 22.3475%;
    height: 6.6406vw;
  }
}

@media (max-width: 640px) {
.tab_label__li {width: 30%; height: auto;}
.tab_label__li.tab--summer {
background-image: url("../images/calendar/sp/ui_sp1_on.png");
}
.tab_label__li.tab--autumn {
background-image: url("../images/calendar/sp/ui_sp2_on.png");
}
.tab_label__li.tab--winter {
  background-image: url("../images/calendar/sp/ui_sp3_on.png");
  }
}

/* タブ下のリード文
-----------------------------------------------*/
.tab_head {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #8ad2d0;
  box-sizing: border-box;
}
.tab_head p {
  width: 590px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0;
  box-sizing: border-box;
  line-height: 1.9;
  font-size: 16px;
}
.tab_head img {
  transform: translateX(3%);
}
.tab_head_photo {
  width: 626px;
}

/* Autumn */
#autumn .tab_head {
  background-color: #ddcab7;
}

/* Winter */
#winter .tab_head {
    background-color: #e1d3e9;
}



/* tab box
-----------------------------------------------*/
/*sectionの名称*/
.tab_box {
  background: url(../images/calendar/slash.png) left top;
  background-size: 20px 20px;
  padding-bottom: 48px;
}
/*section直下にあるdiv*/
.tab {
  width: 816px;
  margin: 0 auto;
  position: relative;
  background-color: #e6f5f5;
  text-align: center;
}
.detail {
  margin-top: 20px;
  margin-bottom: 52px;
}
.tab_photo {
  position: relative;
  width: 90%;
  padding: 123px 0 40px;
  /* 123px 40px 22px*/
  margin: 0 auto;
}
/* フキダシ */
.balloon01 {
  position: absolute;
  left:0;
  top: 0;
  width: 310px;
}
.balloon02 {
  position: absolute;
  right: -2%;
  bottom: 0;
  width: 310px;
}
.balloon03 {
  position: absolute;
  left:0;
  top: 0;
  width: 310px;
}
.balloon04 {
  position: absolute;
  right: -2%;
  bottom: 0;
  width: 310px;
}

/* Autumn */
#autumn .tab_box {
  background: url("../images/calendar/slash--autumn.png") left top;
}
#autumn .tab {
    background-color: #f8f4f1;
}

/* Winter */
#winter .tab_box {
  background: url("../images/calendar/slash--winter3.png") left top;
}
#winter .tab {
    background-color: #f7f4fa;
}
#winter .balloon01 {
  right: 10%;
  left: auto;
  top: 0;
}
#winter .balloon02 {
  left:0;
  bottom: 0;
}



@media (min-width: 641px) and (max-width: 1279px) {
  .tab {
    width: 90%;
  }
  .balloon01 {
    width: 40%;
  }
  .balloon02 {
    width: 40%;
  }
  .balloon03 {
    width: 40%;
  }
  .balloon04 {
    width: 40%;
  }
  .tab_title {
    width: 100%;
  }
  .tab_item {
    width: 70%;
  }
  .tab_item.small {
    width: 55%;
  }

/* Winter */
#winter .balloon01 {
  right: 15%;
  left: auto;
  top: 0;
}
#winter .balloon02 {
  left:5%;
  bottom: 0;
}
/* end @media */ }

@media (max-width: 640px) {
  .top_title {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .top_title img {
    width: 80%;
    margin: 0 auto;
  }
  .tab_label {
    width: 80%;
    margin: 0 auto;
  }
  .tab {
    width: 90%;
  }
  .tab_item {
    width: 100%;
  }
  .detail {
    width: 80%;
  }
  .tab_item.small {
    width: 80%;
  }
  .tab_head {
    padding-top: 3vw;
  }
  .tab_head p {
    width: 90%;
  }
  .tab_head img {
    width: 90%;
  }
  .tab_photo {
    position: relative;
    padding: 35vw 0;
  }
  .balloon01 {
    position: absolute;
    left:0;
    top: 3vw;
    width: auto;
  }
  .balloon02 {
    position: absolute;
    right:0;
    bottom: 3vw;
    width: auto;
  }
  .balloon03 {
    position: absolute;
    left:0;
    top: 3vw;
    width: auto;
  }
  .balloon04 {
    position: absolute;
    right:0;
    bottom: 3vw;
    width: auto;
  }

/* winter */ 
#winter_tab_item01 {
    margin-left: 4vw;
}
#winter .balloon01 {
  right: 0;
  top: 2vw;
}
#winter .balloon02 {
  bottom: 2vw;
}
  /* end @media */ }

.routine_photo {
  width: 816px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}


/* item_list
-----------------------------------------------*/
.item_list * {
  box-sizing: border-box;
}
.item_list {
  padding: calc(94px + 20px) 5% 20px;
  box-sizing: border-box;
  width: 710px;
  margin: 0 auto;
  border: 1px solid #3581ce;
  background-color: #fff;
  position: relative;
}
.item_list h2 {
  background-color: #3581ce;
  width: 710px;
  height: 94px;
  margin: 0 auto;
  color: #fff;
  position:absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight:bold;
  font-size: 22px;
  line-height: 1.6;
}
.item_desc {
  width: 490px;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0;
  box-sizing: border-box;
  line-height: 1.9;
  font-size: 16px;
  margin-bottom: 1em;
}
.item {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 20px;
    /* [disabled]min-height: 280px; */
    background-color: #fff;
}
.item_photo {
  width: 36%;
  position: relative;
  text-align: center;
}
.item_text {
  width: 64%;
  position: relative;
  padding-left: 2em;
  color: #000;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
}
.item_text h3 {
  font-size: 1.6em;
  color: #cf7684;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.item_price {
  font-size: 16px;
  text-align: right;
  display: block;
  margin-bottom: 5px;
}
.item_price strong {
  font-size: 1.4em;
}

/* 製品についてくわしく知る */
.detail_btn {
display: block;
text-align: right;
}

/* 小文字の注意書き */
.attention {
  width: 710px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
}
.attention p {
  text-align: left;
  font-size: 8px;
  line-height: 1.5;
  padding: 0.6em 0;
}

/* Autumn */
#autumn .item_list h2 {
  background-color: #ff9990;
}
#autumn .item_list {
  border: 1px solid #ff9990;
}
#autumn .item01__icon {
    position: absolute;
    width: 96px;
    height: auto;
    left: -26px;
    top: -10px;
}
#autumn .item_text h3 {
  color: #ff8e84;
}

/* Winter */
#winter .item_list h2 {
  background-color: #728CBC;
}
#winter .item_list {
  border: 1px solid #728CBC;
}
#winter .item01__icon {
    position: absolute;
    width: 96px;
    height: auto;
    left: -26px;
    top: -10px;
}
#winter .item_text h3 {
  color: #728CBC;
  white-space: nowrap;
}

@media (min-width: 641px) and (max-width: 1279px) {
  .item_list {
    width: 90%;
  }
  .item_list h2 {
    width: 100%;
    font-size: 1.8vw;
  }
  .item_text {
    font-size: 1.8vw;
  }
  .item_line {
    width: 100%;
  }
  .item_line img {
    width: 100%;
  }
  .detail_btn img{
    width: 50%;
  }
  .item_price {
    font-size: 1.6vw;
  }
  .attention {
    width: 100%;
    padding: 0 5% 2vw;
    box-sizing: border-box;
  }
  .attention p {
    font-size: 1vw;
  }
  .item_photo img {
    width: 100%;
  }

/* Autumn */
#autumn .item01__icon {
    width: 43.4%;
    left: -3.3vw;
    top: -1vw;
}

/* end @media */ }

@media (max-width: 640px) {
  .item {
    margin-bottom: 5vw;
  }
  .item_list {
    width: 100%;
    border: none;
    min-height: auto;
  }
  .item_list .item:last-of-type {
    margin-bottom: 0;
  }
  .item_list h2 {
    width: 100%;
  }
  .item_desc {
    width: 90%;
  }
  .attention {
    width: 100%;
    background-color: #fff;
    padding: 0 5% 2vw;
    box-sizing: border-box;
  }
  .attention p {
    width: auto;
    font-size: 2vw;
  }
  .item_photo {
    width: 100%;
  }
  .item_text {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 2vw;
    min-height: auto;
  }
  .item_text h3 {
    font-size: 5vw;
    line-height: 1.6;
  }
  .item_text p {
    text-align: left;
    font-size: 3vw;
    line-height: 2;
  }
  .item_price {
    font-size: 4vw;
    text-align: center;
    display: block;
    margin-bottom: 2vw;
  }
  .item_price strong {
    font-size: 1.4em;
  }
  .detail_btn {
    text-align: center;
  }
  .detail_btn img {
    width: 60%;
  }
/* Autumn */
#autumn .item01__icon {
  width: 96px;
  left: 0;
  top: -1vw;
}
#autumn #item01_cleanse .item_photo {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
}
#autumn .item_list,
#winter .item_list {
  border: none;
}
/* Winter */
/* #winter .item_list {
  padding-top: 0;
}*/
#winter .item_list {
  padding: calc(33vw + 20px)5% 20px;
}
#winter .item_list h2 {
  height: 33vw;
} 
#winter .item01__icon {
  width: 96px;
  left: 0;
  top: 0;
}
#winter #item01_headspa .item_photo,
#winter #item02_headspa_men .item_photo {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -2vw;
}



/* end @media */ }


/* return_box
-----------------------------------------------*/
.return_box {
  box-sizing: border-box;
  text-align: center;
  margin: 30px 0 7px;
}
@media (min-width: 641px) and (max-width: 1279px) {
  .return_box {
    margin: 3vw 0 7px;
  }
  .return_box img {
    width: 60%;
  }
/* end @media */ }

@media (max-width: 640px) {
  .return_box {
    margin: 5.5vw 0 7px;
  }
  .return_box img {
    width: 90%;
  }
/* end @media */ }
