@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');

/* =================================================================
	seamless_screw
================================================================= */

footer #page-top {
  z-index: 999;
}

#container {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  font-family: "Noto Sans JP";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: #222;
}

@media print, screen and (min-width: 769px) {
  #container {
    min-width: 1110px;
  }
}

@media screen and (max-width: 768px) {
  #container * {
    letter-spacing: 0.08em;
  }
}

/* ---------- img ---------- */

#container .img-full {
  width: 100%;
  height: auto;
}

#container .img-fluid {
  max-width: 100%;
  height: auto;
}

#container a img {
  transition: opacity 0.3s;
}

#container a img:hover {
  opacity: 0.75;
}

/* ---------- display ---------- */

@media print, screen and (min-width: 769px) {
  #container .pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #container .sp-hide {
    display: none !important;
  }
}

/* ---------- anchor ---------- */

@media print, screen and (min-width: 769px) {
  #container .anchor-pc::before {
    content: "";
    display: block;
    padding-top: 40px;
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  #container .anchor-pc::before,
  #container .anchor-sp::before {
    content: "";
    display: block;
    padding-top: 65px;
    margin-top: -65px;
  }
}

/* ---------- content ---------- */

#container .cont_wrap .cont_title h2 {
  margin-top: -25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

#container .cont_wrap .cont_title dl {
  display: table;
}

#container .cont_wrap .cont_title dl dt {
  display: table-cell;
  font-weight: 500;
  white-space: nowrap;
}

#container .cont_wrap .cont_title dl dd {
  display: table-cell;
  border-left: 1px solid #222;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  white-space: nowrap;
}

#container .cont_wrap h3.cont_lead {
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.09em;
}

#container .cont_wrap h3.cont_lead span {
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: bottom;
}

#container .cont_wrap h3.cont_lead span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#container .cont_wrap .cont_notes li {
  list-style: disc outside;
  line-height: 2;
  font-weight: 900;
}

#container .cont_wrap .cont_size {
  width: 260px;
}

#container .cont_wrap .cont_btn a {
  display: inline-block;
  background-color: #222;
  position: relative;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.2em;
  transition: background 0.3s;
}

#container .cont_wrap .cont_btn a:hover {
  background-color: #444;
}

#container .cont_wrap .cont_btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

@media print, screen and (min-width: 769px) {
  #container .cont_wrap .cont_title {
    margin-bottom: 40px;
  }

  #container .cont_wrap .cont_title h2 {
    margin-bottom: 20px;
  }

  #container .cont_wrap .cont_title dl {
    border: 3px solid #222;
  }

  #container .cont_wrap .cont_title dl dt,
  #container .cont_wrap .cont_title dl dd {
    padding: 0 12px;
    font-size: 15px;
    line-height: 25px;
  }

  #container .cont_wrap h3.cont_lead {
    margin-bottom: 35px;
    font-size: 42px;
  }

  #container .cont_wrap .cont_notes {
    margin-left: 20px;
    margin-bottom: 15px;
  }

  #container .cont_wrap .cont_notes li {
    padding-left: 15px;
    font-size: 14px;
  }

  #container .cont_wrap .cont_size {
    margin-bottom: 20px;
  }

  #container .cont_wrap .cont_btn {
    width: 280px;
    height: 46px;
    font-weight: 700;
    font-size: 16px;
    line-height: 46px;
  }

  #container .cont_wrap .cont_btn a {
    width: 280px;
    height: 48px;
    font-size: 14px;
    line-height: 46px;
  }

  #container .cont_wrap .cont_btn a::after {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #container .cont_wrap .cont_title {
    margin-bottom: 20px;
  }

  #container .cont_wrap .cont_title h2 {
    margin: 0 auto 20px;
  }

  #container .cont_wrap .cont_title dl {
    margin: 0 auto;
    border: 2px solid #222;
  }

  #container .cont_wrap .cont_title dl dt,
  #container .cont_wrap .cont_title dl dd {
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
  }

  #container .cont_wrap h3.cont_lead {
    margin-bottom: 30px;
    text-align: center;
    font-size: 6.6vw;
  }

  #container .cont_wrap .cont_notes {
    margin-left: 15px;
    margin-bottom: 10px;
    display: table;
    margin: auto;
  }

  #container .cont_wrap .cont_notes li {
    padding-left: 2px;
    font-size: 13px;
  }

  #container .cont_wrap .cont_size {
    margin: 0 auto 20px;
  }

  #container .cont_wrap .cont_btn {
    margin-bottom: 30px;
    text-align: center;
  }

  #container .cont_wrap .cont_btn a {
    width: 240px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  #container .cont_wrap .cont_btn a::after {
    right: 15px;
  }
}

/* ---------- slider ---------- */

#container .slide_wrap {
  position: relative;
}

#container .slide_wrap .slick-arrow {
  background-color: #222;
  top: auto;
  transform: translate(0, 0);
  z-index: 900;
}

#container .slide_wrap .slick-next,
#container .slide_wrap .slick-prev {
  width: 40px;
  height: 40px;
}

#container .slide_wrap .slick-prev::before,
#container .slide_wrap .slick-next::before {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

#container .slide_wrap .slick-prev::before {
  content: "◀︎";
}

#container .slide_wrap .slick-next::before {
  content: "▶︎";
}

#container .slide_wrap .slick-next {
  left: 40px;
  bottom: 0;
}

#container .slide_wrap .slick-prev {
  left: 0;
  bottom: 0;
}

#container .slide_wrap .text_slide {
  box-sizing: border-box;
  border-left: 1px solid #4d4d4d;
  background-color: #222;
  position: absolute;
  left: 80px;
  bottom: 0;
  z-index: 900;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.25em;
}

#container .slide_wrap .text_slide .slick-slide {
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  #container .slide_wrap {
    width: 620px;
  }

  #container .slide_wrap .text_slide {
    width: 540px;
    padding: 0 22px;
  }

  #container .slide_wrap .text_slide .slick-slide {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #container .slide_wrap {
    width: 100%;
  }

  #container .slide_wrap .text_slide {
    width: calc( 100% - 80px );
    padding: 0 15px;
  }

  #container .slide_wrap .text_slide .slick-slide {
    font-size: 11px;
  }
}

/* ---------- lineup ---------- */

#container .lineup_wrap {
  position: relative;
}

#container .lineup_wrap h3 {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#container .lineup_wrap .lineup_list {
  display: flex;
}

@media screen and (max-width: 768px) {
  #container .lineup_wrap h3 {
    width: 51.46vw;
  }

  #container .lineup_wrap .lineup_list {
    justify-content: center;
    flex-wrap: wrap;
  }

  #container .lineup_wrap .lineup_list li {
    width: 50%;
  }
}

/*---------------------------------
  ss_nav
---------------------------------*/

#ss_nav .nav_list li,
#ss_nav .nav_list li div {
  position: relative;
}

#ss_nav .nav_list li div {
  font-weight: 700;
  color: #fff
}

#ss_nav .nav_list li a {
  display: block;
  text-decoration: none;
  color: #fff;
}

#ss_nav .nav_list > li > a {
  font-weight: 700;
}

#ss_nav .nav_list .nav_sub_list a {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  #ss_nav {
    background-color: #222;
  }

  #ss_nav .nav_list {
    display: flex;
    width: 960px;
    margin: 0 auto;
  }

  #ss_nav .nav_list > li {
    width: 25%;
    box-sizing: border-box;
  }

  #ss_nav .nav_list li div,
  #ss_nav .nav_list > li > a {
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 0.15em;
    text-align: center;
    cursor: pointer;
  }

  #ss_nav .nav_list > li:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    margin-top: -6px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }

  #ss_nav .nav_list li div {
    padding-right: 5px;
  }

  #ss_nav .nav_list li div::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 34px;
  }

  #ss_nav .nav_list .nav_sub_list {
    width: 100%;
    border: 1px solid #333;
    box-sizing: border-box;
    background-color: #222;
    position: absolute;
    left: 0;
    top: 50px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    z-index: 10000;
  }

  #ss_nav .nav_list li:hover .nav_sub_list {
    visibility: visible;
    opacity: 1;
  }

  #ss_nav .nav_list .nav_sub_list li:not(:first-child) {
    border-top: 1px solid #333;
  }

  #ss_nav .nav_list .nav_sub_list li a {
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.2s;
    color: #fff;
    background-color: #222;
  }
/*
  #ss_nav .nav_list .nav_sub_list li a:hover {
    background-color: #666;
  }*/
}

/*---------------------------------
  ss_visual
---------------------------------*/

#ss_visual {
  height: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

#ss_visual .mv_text {
  position: absolute;
}

#ss_visual .cart_btn {
  position: absolute;
  z-index: 950;
}

@media print, screen and (min-width: 769px) {
  #ss_visual {
    min-height: 600px;
    padding-top: 47.62%;
    background-image: url("../img/mv_img.jpg?220802");
  }

  #ss_visual .mv_text {
    width: 649px;
    margin-left: -500px;
    left: 50%;
    bottom: 75px;
  }

  #ss_visual .cart_btn {
    width: 204px;
    right: 19px;
    bottom: 17px;
  }

  #ss_visual .cart_btn.is-fixed {
    position: fixed;
    bottom: auto;
    top: 80px;
  }
}

@media screen and (max-width: 768px) {
  #ss_visual {
    min-height: 240px;
    padding-top: 90.13%;
    background-image: url("../img/mv_img_sp.jpg?220802");
  }

  #ss_visual .mv_text {
    display: none;
  }

  #ss_visual .cart_btn {
    position: fixed;
    width: 117px;
    right: 0;
    bottom: 60px;
    opacity: 1;
    transition: .5s;
  }
}

/*---------------------------------
  ss_topic
---------------------------------*/

#ss_topic .topic_wrap {
  position: relative;
}

#ss_topic .topic_wrap .topic_lead p {
  font-weight: 900;
  line-height: 1.5;
}

#ss_topic .topic_wrap .topic_lead h2 {
  background-image: url("../img/topic_title_bg.png"), url("../img/topic_title_bg.png");
  background-repeat: no-repeat, no-repeat;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#ss_topic .topic_wrap .topic_lead h2 span {
  display: inline-block;
  padding-bottom: 2px;
  vertical-align: bottom;
}

#ss_topic .topic_wrap .topic_lead h2 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #222;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#ss_topic .topic_wrap .topic_list li {
  text-align: center;
}

#ss_topic .topic_wrap .topic_list li a {
  display: block;
  color: #222;
  transition: all 0.3s;
}

#ss_topic .topic_wrap .topic_list li a:hover {
  opacity: 0.75;
}

#ss_topic .topic_wrap .topic_list li h3 {
  display: inline-block;
  border: 1px solid #222;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}

#ss_topic .topic_wrap .topic_list li p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.15em;
}

#ss_topic .topic_wrap .topic_list li p span {
  display: inline-block;
  position: relative;
}

#ss_topic .topic_wrap .topic_list li p span::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: url("../img/arrow_down.png") no-repeat center;
  background-size: contain;
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  #ss_topic {
    padding: 75px 0 115px;
  }

  #ss_topic .topic_wrap {
    width: 1110px;
    margin: 0 auto;
    border: 6px solid #353535;
    box-sizing: border-box;
    background: url("../img/topic_bg.png") repeat-x center bottom;
    background-size: 25px auto;
  }

  #ss_topic .topic_wrap .topic_lead {
    position: absolute;
    top: 100px;
    left: 110px;
  }

  #ss_topic .topic_wrap .topic_lead::after {
    content: "";
    display: block;
    background: url("../img/topic_new.png") no-repeat center;
    background-size: contain;
    position: absolute;
    width: 103px;
    height: 103px;
    top: 24px;
    right: -130px;
  }

  #ss_topic .topic_wrap .topic_lead p {
    margin-bottom: 13px;
    font-size: 17px;
  }

  #ss_topic .topic_wrap .topic_lead h2 {
    background-position: 43px 0, 262px 0;
    background-size: 91px auto, 91px auto;
    font-size: 42px;
  }

  #ss_topic .topic_wrap .topic_list {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 920px;
    padding: 255px 0 70px;
    margin: 0 auto;
  }

  #ss_topic .topic_wrap .topic_list li {
    width: 260px;
  }

  #ss_topic .topic_wrap .topic_list li h3 {
    padding: 5px 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }

  #ss_topic .topic_wrap .topic_list li p {
    margin-top: -42px;
    font-size: 14px;
  }

  #ss_topic .topic_wrap .topic_list li p span::after {
    width: 19px;
    height: 19px;
    margin-top: 1px;
  }
}

@media screen and (max-width: 768px) {
  #ss_topic {
    padding: 40px 15px;
  }

  #ss_topic .topic_wrap {
    padding: 30px 10px;
    border: 3px solid #353535;
  }

  #ss_topic .topic_wrap .topic_lead::before {
    content: "";
    display: block;
    background: url("../img/topic_new.png") no-repeat center;
    background-size: contain;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 13px;
    right: 13px;
  }

  #ss_topic .topic_wrap .topic_lead {
    margin-bottom: 30px;
    text-align: center;
  }

  #ss_topic .topic_wrap .topic_lead::after {
    width: 60px;
    height: 60px;
    bottom: 0;
    right: 0;
  }

  #ss_topic .topic_wrap .topic_lead p {
    margin-bottom: 10px;
    font-size: 15px;
    text-align: center;
  }

  #ss_topic .topic_wrap .topic_lead h2 {
    display: inline-block;
    background-position: 6.5vw 0, 40vw 0;
    background-size: 14.4vw auto, 14.4vw auto;
    font-size: 6.6vw;
    letter-spacing: 0.1em;
    text-align: center;
  }

  #ss_topic .topic_wrap .topic_list li:not(:last-child) {
    margin-bottom: 30px;
  }

  #ss_topic .topic_wrap .topic_list li h3 {
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  #ss_topic .topic_wrap .topic_list li div {
    max-width: 260px;
    margin: 0 auto;
  }

  #ss_topic .topic_wrap .topic_list li p {
    margin-top: -35px;
    font-size: 13px;
  }

  #ss_topic .topic_wrap .topic_list li p span::after {
    width: 16px;
    height: 16px;
    margin-top: 2px;
  }
}

/*---------------------------------
  ss_skinny
---------------------------------*/

#ss_skinny .skinny_wrap {
  background: url("../img/skinny_bg.jpg") no-repeat right top;
  background-size: cover;
}

#ss_skinny .skinny_wrap .cont_wrap .cont_title h2 {
  background-image: url("../img/skinny_title.png");
}

@media print, screen and (min-width: 769px) {
  #ss_skinny {
    margin-bottom: 110px;
  }

  #ss_skinny .skinny_wrap {
    height: 710px;
    position: relative;
  }

  #ss_skinny .skinny_wrap .cont_wrap {
    margin-left: -492px;
    position: absolute;
    left: 50%;
  }

  #ss_skinny .skinny_wrap .cont_wrap .cont_title h2 {
    width: 201px;
    height: 84px;
  }

  #ss_skinny .skinny_wrap .slide_wrap {
    margin-right: -630px;
    position: absolute;
    top: 85px;
    right: 50%;
  }
}

@media screen and (max-width: 768px) {
  #ss_skinny {
    margin-bottom: 40px;
  }

  #ss_skinny .skinny_wrap {
    padding: 40px 15px;
    position: relative;
    background: url("../img/skinny_bg_sp.jpg") no-repeat right top;
    background-size: cover;
  }

  #ss_skinny .skinny_wrap .cont_wrap .cont_title h2 {
    width: 140px;
    height: 59px;
  }
}

/* ---------- lineup ---------- */

@media print, screen and (min-width: 769px) {
  #ss_skinny .lineup_wrap h3 {
    width: 53.29vw;
    min-width: 592px;
  }

  #ss_skinny .lineup_wrap .lineup_list li {
    width: calc( 100% / 3 );
  }
}

/*---------------------------------
  ss_regular
---------------------------------*/

#ss_regular .regular_wrap {
  background: url("../img/regular_bg.jpg") no-repeat left top;
  background-size: cover;
}

#ss_regular .regular_wrap .cont_wrap .cont_title h2 {
  background-image: url("../img/regular_title.png");
}

@media print, screen and (min-width: 769px) {
  #ss_regular {
    margin-bottom: 110px;
  }

  #ss_regular .regular_wrap {
    height: 700px;
    position: relative;
  }

  #ss_regular .regular_wrap .cont_wrap {
    width: 460px;
    margin-right: -550px;
    position: absolute;
    right: 50%;
  }

  #ss_regular .regular_wrap .cont_wrap .cont_title h2 {
    width: 229px;
    height: 81px;
  }

  #ss_regular .regular_wrap .slide_wrap {
    margin-left: -630px;
    position: absolute;
    top: 80px;
    left: 50%;
  }
}

@media screen and (max-width: 768px) {
  #ss_regular {
    margin-bottom: 40px;
  }

  #ss_regular .regular_wrap {
    padding: 40px 15px;
    position: relative;
    background: url("../img/regular_bg_sp.jpg") no-repeat left top;
    background-size: cover;
  }

  #ss_regular .regular_wrap .cont_wrap .cont_title h2 {
    width: 160px;
    height: 56px;
  }
}

/* ---------- lineup ---------- */

@media print, screen and (min-width: 769px) {
  #ss_regular .lineup_wrap h3 {
    width: 41.98vw;
    min-width: 529px;
  }

  #ss_regular .lineup_wrap .lineup_list li {
    width: 25%;
  }
}

/*---------------------------------
  ss_large
---------------------------------*/

#ss_large .large_wrap {
  background: url("../img/large_bg.jpg") no-repeat right top;
  background-size: cover;
}

#ss_large .large_wrap .cont_wrap .cont_title h2 {
  background-image: url("../img/large_title.png");
}

@media print, screen and (min-width: 769px) {
  #ss_large .large_wrap {
    height: 790px;
    position: relative;
  }

  #ss_large .large_wrap .cont_wrap {
    margin-left: -532px;
    position: absolute;
    left: 50%;
  }

  #ss_large .large_wrap .cont_wrap .cont_title h2 {
    width: 170px;
    height: 82px;
  }

  #ss_large .large_wrap .slide_wrap {
    margin-right: -630px;
    position: absolute;
    top: 125px;
    right: 50%;
  }
}

@media screen and (max-width: 768px) {
  #ss_large {
    margin-bottom: 40px;
  }

  #ss_large .large_wrap {
    padding: 40px 15px;
    position: relative;
    background: url("../img/large_bg_sp.jpg") no-repeat right top;
    background-size: cover;
  }

  #ss_large .large_wrap .cont_wrap .cont_title h2 {
    width: 118px;
    height: 57px;
  }
}

/* ---------- lineup ---------- */

@media print, screen and (min-width: 769px) {
  #ss_large .lineup_wrap h3 {
    width: 53.29vw;
    min-width: 592px;
  }

  #ss_large .lineup_wrap .lineup_list li {
    width: calc( 100% / 3 );
  }
}

/*---------------------------------
  ss_point
---------------------------------*/

#ss_point .point_wrap {
  background: url("../img/point_bg.jpg") no-repeat center top;
  background-size: 100% auto;
}

#ss_point .point_wrap .point_inner {
  background-color: #fff;
}

#ss_point .point_wrap .point_inner .point_body:not(:last-child) {
  background: url("../img/border_dot.png") repeat-x center bottom;
  background-size: 6px 2px;
}

#ss_point .point_wrap .point_inner .point_cont .point_lead div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

#ss_point .point_wrap .point_inner .point1 .point_cont .point_lead div {
  width: 81px;
  height: 31px;
  background-image: url("../img/point_num1.png");
}

#ss_point .point_wrap .point_inner .point2 .point_cont .point_lead div {
  width: 83px;
  height: 29px;
  background-image: url("../img/point_num2.png");
}

#ss_point .point_wrap .point_inner .point3 .point_cont .point_lead div {
  width: 82px;
  height: 30px;
  background-image: url("../img/point_num3.png");
}

#ss_point .point_wrap .point_inner .point_cont .point_lead h3 {
  font-weight: 900;
  letter-spacing: 0.09em;
}

#ss_point .point_wrap .point_inner .point_cont p {
  font-weight: 700;
}

#ss_point .point_wrap .point_inner .point1 .point_notes p {
  padding-left: 1em;
  font-size: 11px;
  line-height: 21px;
  text-indent: -1em;
}

#ss_point .point_wrap .point_inner .point1 .point_link a {
  display: inline-block;
  border-bottom: 1px solid #222;
  position: relative;
  font-weight: 700;
  text-decoration: none;
  color: #222;
  transition: all 0.3s;
}

#ss_point .point_wrap .point_inner .point1 .point_link a:hover {
  color: #888;
}

#ss_point .point_wrap .point_inner .point1 .point_link a::after {
  content: "＋";
  position: absolute;
  top: 0;
}

#ss_point .point_notes p {
  font-size: 11px;
  line-height: 18px;
  color: #777;
}

@media print, screen and (min-width: 769px) {
  #ss_point .point_wrap {
    padding-top: 120px;
  }

  #ss_point .point_wrap .point_inner {
    width: 1060px;
    margin: 0 auto 20px;
    border: 6px solid #353535;
    box-sizing: border-box;
  }

  #ss_point .point_wrap .point_inner .point_body {
    margin: 0 10px;
    box-sizing: border-box;
    position: relative;
  }

  #ss_point .point_wrap .point_inner .point_body:not(:last-child) {
    padding-bottom: 2px;
  }

  #ss_point .point_wrap .point_inner .point1 {
    height: 384px;
  }

  #ss_point .point_wrap .point_inner .point2 {
    height: 374px;
  }

  #ss_point .point_wrap .point_inner .point3 {
    position: relative;
    height: 382px;
  }

  #ss_point .point_wrap .point_inner .point_body .point_cont {
    position: absolute;
  }

  #ss_point .point_wrap .point_inner .point1 .point_cont {
    top: 88px;
    left: 80px;
  }

  #ss_point .point_wrap .point_inner .point2 .point_cont {
    top: 53px;
    left: 520px;
  }

  #ss_point .point_wrap .point_inner .point3 .point_cont {
    top: 72px;
    left: 80px;
  }

  #ss_point .point_wrap .point_inner .point_cont .point_lead div {
    margin-bottom: 13px;
  }

  #ss_point .point_wrap .point_inner .point_cont .point_lead h3 {
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 50px;
  }

  #ss_point .point_wrap .point_inner .point_cont p {
    font-size: 17px;
    line-height: 32px;
  }

  #ss_point .point_wrap .point_inner .point_img {
    position: absolute;
  }

  #ss_point .point_wrap .point_inner .point1 .point_img {
    position: absolute;
    width: 444px;
    top: -65px;
    right: 34px;
  }

  #ss_point .point_wrap .point_inner .point2 .point_img {
    width: 370px;
    top: 54px;
    left: 80px;
  }

  #ss_point .point_wrap .point_inner .point3 .point_img {
    width: 470px;
    bottom: 0;
    left: 487px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_notes div {
    position: absolute;
    width: 123px;
    bottom: 30px;
    right: 45px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_notes p {
    width: 17em;
    position: absolute;
    left: 632px;
    bottom: 52px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_link a {
    padding-right: 35px;
    position: absolute;
    right: 76px;
    bottom: 60px;
    font-size: 20px;
    line-height: 38px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_link a::after {
    right: 5px;
  }

  #ss_point .point_wrap .point_inner .point3 .point_notes {
    position: absolute;
    width: 130px;
    height: 1em;
    bottom: 40px;
    right: 393px;
  }

  #ss_point .point_wrap .point_inner .point3 .point_notes p {
  }

  #ss_point .point_wrap + .point_notes {
    width: 1060px;
    margin: 0 auto 60px;
  }

  #ss_point .point_wrap + .point_notes p {
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  #ss_point .point_wrap {
    padding-top: 40px;
  }

  #ss_point .point_wrap .point_inner {
    margin: 0 15px 15px;
    border: 3px solid #353535;
  }

  #ss_point .point_wrap .point_inner .point1,
  #ss_point .point_wrap .point_inner .point2 {
    padding: 30px 10px 32px;
  }

  #ss_point .point_wrap .point_inner .point3 {
    position: relative;
    padding: 30px 10px 20px;
  }

  #ss_point .point_wrap .point_inner .point_cont .point_lead div {
    margin: 0 auto 10px;
  }

  #ss_point .point_wrap .point_inner .point_cont .point_lead h3 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }

  #ss_point .point_wrap .point_inner .point_cont p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
  }

  #ss_point .point_wrap .point_inner .point1 .point_img {
    padding-left: 10%;
    max-width: 320px;
    margin: 0 auto;
  }

  #ss_point .point_wrap .point_inner .point2 .point_img,
  #ss_point .point_wrap .point_inner .point3 .point_img {
    width: 90%;
    max-width: 320px;
    margin: 0 auto;
  }

  #ss_point .point_wrap .point_inner .point1 .point_notes {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_notes div {
    width: 120px;
    margin-right: 10px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_notes p {
    font-size: 9px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_link a {
    padding-right: 20px;
    font-size: 16px;
    line-height: 30px;
  }

  #ss_point .point_wrap .point_inner .point1 .point_link {
    text-align: center;
  }

  #ss_point .point_wrap .point_inner .point1 .point_link a::after {
    right: 0;
  }

  #ss_point .point_wrap .point_inner .point3 .point_notes {
    width: 90%;
    margin: auto;
    max-width: 318px;
    /* position: absolute; */
    /* bottom: 29px; */
    left: calc(50% - 4.5em - 109px);
    /* width: 9em; */
    margin-top: -30px;
  }

  #ss_point .point_wrap .point_inner .point3 .point_notes p {
    font-size: 9px;
  }

  #ss_point .point_wrap + .point_notes {
    margin: 0 15px 40px;
  }

  #ss_point .point_wrap + .point_notes p {
    padding-left: 1em;
    text-indent: -1em;
  }
}

/* ---------- feature ---------- */

#ss_point .point_feature {
  background-color: #f6f6f6;
}

#ss_point .point_feature ul li .feature_text h4 {
  font-weight: 900;
}

#ss_point .point_feature ul li .feature_text p {
  font-weight: 700;
  line-height: 2;
}

#ss_point .point_feature ul li .feature_text p span {
  font-weight: 400;
}

#ss_point .point_feature .point_btn a {
  display: block;
  margin: 0 auto;
  background-color: #222;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-align: center;
  color: #fff;
  transition: background 0.3s;
  cursor: pointer;
}

#ss_point .point_feature .point_btn a:hover {
  background-color: #444;
}

#ss_point .point_feature .point_btn a::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

@media print, screen and (min-width: 769px) {
  #ss_point .point_feature {
    padding: 100px 0 90px;
  }

  #ss_point .point_feature ul {
    display: flex;
    align-content: stretch;
    width: 998px;
    margin: 0 auto 60px;
  }

  #ss_point .point_feature ul li {
    width: 250px;
  }

  #ss_point .point_feature ul li:first-child {
    padding-right: 61px;
    border-right: 2px solid #b3b3b3;
  }

  #ss_point .point_feature ul li:nth-child(2) {
    padding: 0 61px;
    border-right: 2px solid #b3b3b3;
  }

  #ss_point .point_feature ul li:last-child {
    padding-left: 61px;
  }

  #ss_point .point_feature ul li .feature_img {
    margin-bottom: 25px;
  }

  #ss_point .point_feature ul li .feature_text h4 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 2;
    text-align: center;
  }

  #ss_point .point_feature ul li .feature_text p {
    font-size: 15px;
  }

  #ss_point .point_feature ul li .feature_text p span {
    font-size: 13px;
  }

  #ss_point .point_feature .point_btn a {
    width: 600px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
  }

  #ss_point .point_feature .point_btn a::after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #ss_point .point_feature {
    padding: 40px 15px;
  }

  #ss_point .point_feature ul {
    margin-bottom: 30px;
  }

  #ss_point .point_feature ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #ss_point .point_feature ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  #ss_point .point_feature ul li .feature_img {
    width: 40%;
    max-width: 140px;
  }

  #ss_point .point_feature ul li .feature_text {
    width: calc( 100% - 160px );
  }

  #ss_point .point_feature ul li .feature_text h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.5;
  }

  #ss_point .point_feature ul li .feature_text p {
    font-size: 13px;
  }

  #ss_point .point_feature ul li .feature_text p span {
    font-size: 11px;
  }

  #ss_point .point_feature .point_btn a {
    width: 240px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }

  #ss_point .point_feature .point_btn a::after {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    right: 15px;
  }
}

/*---------------------------------
  ss_gallery
---------------------------------*/

#ss_gallery {
  background: url("../img/gallery_bg.jpg") no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}

#ss_gallery .gallery_title::before {
  content: "";
  display: block;
  background: url("../img/gallery_illust.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
}

#ss_gallery .gallery_title h3 {
  margin: 0 auto 5px;
  background: url("../img/gallery_title.png") no-repeat center;
  background-size: contain;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

#ss_gallery .gallery_title h2 {
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.15em;
  color: #222;
}

#ss_gallery .gallery_wrap {
  overflow: hidden;
  transition: all 0.3s;
}

#ss_gallery .gallery_wrap .gallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ss_gallery .gallery_wrap .gallery_list li {
  margin-bottom: 10px;
}

#ss_gallery .gallery_btn span {
  display: block;
  margin: 0 auto;
  background-color: #222;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  transition: background 0.3s;
  cursor: pointer;
}

#ss_gallery .gallery_btn span:hover {
  background-color: #444;
}

#ss_gallery .gallery_btn span::before,
#ss_gallery .gallery_btn span::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#ss_gallery .gallery_btn span::before {
  width: 2px;
}

#ss_gallery .gallery_btn span::after {
  height: 2px;
}

#ss_gallery .gallery_btn span.is-close::before {
  display: none;
}

@media print, screen and (min-width: 769px) {
  #ss_gallery {
    padding: 100px 0 65px;
  }

  #ss_gallery .gallery_title::before {
    width: 73px;
    height: 130px;
    margin-left: -320px;
    top: 116px;
  }

  #ss_gallery .gallery_title h3 {
    width: 241px;
    height: 36px;
  }

  #ss_gallery .gallery_title h2 {
    margin-bottom: 65px;
    font-size: 45px;
  }

  #ss_gallery .gallery_wrap {
    height: 810px;
    margin-bottom: 35px;
  }

  #ss_gallery .gallery_wrap.is-close {
    height: 1080px;
  }

  #ss_gallery .gallery_wrap .gallery_list {
    width: 800px;
    margin: 0 auto;
  }

  #ss_gallery .gallery_wrap .gallery_list li {
    width: 260px;
  }

  #ss_gallery .gallery_btn span {
    width: 600px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
  }

  #ss_gallery .gallery_btn span::before {
    height: 20px;
    right: 29px;
  }

  #ss_gallery .gallery_btn span::after {
    width: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  #ss_gallery {
    padding: 40px 15px;
  }

  #ss_gallery .gallery_title::before {
    width: 45px;
    height: 80px;
    margin-left: -164px;
    top: 44px;
  }

  #ss_gallery .gallery_title h3 {
    width: 180px;
    height: 27px;
  }

  #ss_gallery .gallery_title h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }

  #ss_gallery .gallery_wrap {
    height: 0;
    padding-top: calc( ( ( 100% - 10px ) / 2 ) * 3 + 30px );
    margin-bottom: 20px;
    position: relative;
  }

  #ss_gallery .gallery_wrap.is-close {
    padding-top: calc( ( ( 100% - 10px ) / 2 ) * 6 + 60px );
  }

  #ss_gallery .gallery_wrap .gallery_list {
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
  }

  #ss_gallery .gallery_wrap .gallery_list li {
    width: calc( 50% - 5px );
  }

  #ss_gallery .gallery_btn span {
    width: 240px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }

  #ss_gallery .gallery_btn span::before {
    height: 16px;
    right: 23px;
  }

  #ss_gallery .gallery_btn span::after {
    width: 16px;
    right: 16px;
  }
}




/*---------------------------------
  spec_img
---------------------------------*/

.spec_img {
  position: relative;
}
.spec_img .mob {
  display: none !important;
}
.spec_img img {
  width: 100%;
  max-width: none;
  overflow: hidden;
  border: none;
  line-height: normal;
  vertical-align: middle;
}
.spec_img.renew .spec_img_text {
  flex-direction: row;
  font-size: 2.2vw;
  align-items: center;
}
.spec_img_Inner {
  position: absolute;
  top: 56%;
  left: 10%;
  transform: translateY(-50%);
}
.spec_img_text {
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 3.2vw;
  margin: 0 0 5%;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
}
.spec_img_text span{
  position: relative;
  display: inline-block;
  opacity: 0;
  color: #fff;
  line-height: 147%;
  font-weight: 800;
}
.spec_img_text.is-animated span {
  -webkit-animation: introInner 0s ease 0.3s 1 normal forwards;
  animation: introInner 0s ease 0.3s 1 normal forwards;
}
@keyframes introInner {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.spec_img_text span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}
.spec_img_text.is-animated span:before {
  -webkit-animation: introHeading 0.8s ease 0s 1 normal forwards;
  animation: introHeading 0.8s ease 0s 1 normal forwards;
}
@keyframes introHeading {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}
.spec_img_p p {
  font-size: 1.4vw;
  color: #fff;
  margin: 3% 0;
  line-height: 125%;
  font-weight: 600;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
}
.spec_img .renewIcon {
    width: 15%;
    margin-left: 4%;
    position: absolute;
    left: 20.5vw;
    top: -0.9vw;
}
.spec_img_Inner .annotation {
  margin-top: 9vw;
  color: #fff;
  font-size: .9vw;
  font-weight: 500;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
}
.spec_img .textL {
  font-size: 2.5vw;
}
.spec_img .textS {
  font-size: 1vw;
  vertical-align: 1vw;
}
.spec_img .mybottle {
  width: 10%;
  position: absolute;
  bottom: 10%;
  right: 10%;
}

@media screen and (max-width: 1300px) {
  .spec_img_Inner {
    top: 56%;
    left: 6%;
  }
  .spec_img.renew .spec_img_text {
    margin: 0 0 7%;
    font-size: 2.5vw;
  }
  .spec_img.renew .spec_img_Inner .annotation {
    margin-top: 11%;
  }
  .spec_img .textL {
    font-size: 3vw;
  }
  .spec_img .textS {
    vertical-align: 1.5vw;
  }
}

@media screen and (max-width: 1024px) {
  .spec_p {
    font-size: 2.0vw;
  }
  .spec_img_p p {
    font-size: 1.5vw;
    margin: 1.5% 0;
  }
}

@media screen and (max-width: 750px) {
  .spec_img .pc {
    display: none !important;
  }
  .spec_img .mob {
    display: block !important;
  }
  .spec_img_Inner {
    top: 5%;
    left: 0;
    transform: none;
    padding: 0 8%;
  }
  .spec_img_text {
    font-size: 6.2vw;
    margin: 0 0 10%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
  }
  .spec_img_p p {
    font-size: 3.4vw;
    margin: .95% 0;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
    line-height: 166%;
  }
  .spec_img_Inner .annotation {
    margin-top: 10vw;
    font-size: 2.8vw;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8);
  }
  .spec_img.renew .spec_img_text {
    font-size: 5.3vw;
  }
  .spec_img .textL {
    font-size: 6vw;
  }
  .spec_img .textS {
    vertical-align: 1.5vw;
  }
  .spec_img .renewIcon {
    width: 22%;
    position: absolute;
    left: 52vw;
    top: -1vw;
  }
  .spec_img .mybottle {
    width: 30%;
    bottom: 4%;
    right: 8%;
  }
}





/*---------------------------------
  ss_spec
---------------------------------*/

#ss_spec .spec_wrap .spec_title h2 {
  border-bottom: 1px solid #333;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

#ss_spec .spec_wrap .spec_title h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #6e6a61;
}

#ss_spec .spec_wrap .spec_list ul li h5 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}

#ss_spec .spec_wrap .spec_list ul li p {
  font-size: 12px;
  line-height: 1.75;
}

#ss_spec .spec_wrap .spec_notes p {
  padding-left: 2em;
  text-indent: -2em;
  line-height: 1.75;
  color: #888;
}

#ss_spec .spec_wrap .spec_list ul li .spec_btn {
  text-align: center;
}

#ss_spec .spec_wrap .spec_list ul li .spec_btn a {
  display: inline-block;
  border: 2px solid #222;
  box-sizing: border-box;
  position: relative;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s;
  color: #222;
  letter-spacing: 0.2em;
}

#ss_spec .spec_wrap .spec_list ul li .spec_btn a:hover {
  background-color: #ccc;
}

#ss_spec .spec_wrap .spec_list ul li .spec_btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

@media print, screen and (min-width: 769px) {
  #ss_spec {
    padding: 90px 0 80px;
  }

  #ss_spec .spec_wrap {
    width: 960px;
    margin: 0 auto;
  }

  #ss_spec .spec_wrap .spec_title {
    margin-bottom: 40px;
  }

  #ss_spec .spec_wrap .spec_title h2 {
    margin-bottom: 10px;
    font-size: 37px;
  }

  #ss_spec .spec_wrap .spec_title h3 {
    font-size: 14px;
  }

  #ss_spec .spec_wrap .spec_list ul {
    width: 90%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 60px;
  }

  #ss_spec .spec_wrap .spec_list ul li:first-child,
  #ss_spec .spec_wrap .spec_list ul li:last-child {
    width: 204px;
  }

  #ss_spec .spec_wrap .spec_list ul li:nth-child(2) {
    width: 315px;
  }

  #ss_spec .spec_wrap .spec_list ul li p {
    min-height: calc( ( 12px * 1.75 ) * 4 );
    margin-bottom: 20px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_img {
    margin-bottom: 15px;
  }

  #ss_spec .spec_wrap .spec_list ul li:first-child .spec_img {
    padding-top: 35px;
  }

  #ss_spec .spec_wrap .spec_list ul li:nth-child(2) .spec_img {
    padding-top: 25px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_btn a {
    width: 204px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_btn a {
    height: 40px;
    font-size: 14px;
    line-height: 36px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_btn a::after {
    right: 15px;
  }

  #ss_spec .spec_wrap .spec_notes p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  #ss_spec {
    padding: 40px 15px;
  }

  #ss_spec .spec_wrap .spec_title {
    margin-bottom: 20px;
  }

  #ss_spec .spec_wrap .spec_title h2 {
    margin-bottom: 5px;
    font-size: 24px;
  }

  #ss_spec .spec_wrap .spec_title h3 {
    font-size: 13px;
  }

  #ss_spec .spec_wrap .spec_list ul li:not(:last-child) {
    margin-bottom: 30px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  #ss_spec .spec_wrap .spec_list ul li:first-child .spec_img,
  #ss_spec .spec_wrap .spec_list ul li:last-child .spec_img {
    width: 40.58%;
    max-width: 204px;
    margin-right: 20px;
  }

  #ss_spec .spec_wrap .spec_list ul li:nth-child(2) .spec_img {
    width: 46.38%;
    max-width: 315px;
    margin-right: 20px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_btn {
    width: 100%;
    margin-top: 15px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_btn a {
    width: 200px;
    height: 36px;
    font-size: 12px;
    line-height: 32px;
  }

  #ss_spec .spec_wrap .spec_list ul li .spec_btn a::after {
    right: 10px;
  }
}

/* ---------- table ---------- */

#ss_spec .spec_wrap .spec_table {
  width: 100%;
}

#ss_spec .spec_wrap .spec_table th,
#ss_spec .spec_wrap .spec_table td {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  box-sizing: border-box;
  line-height: 1.75;
}

#ss_spec .spec_wrap .spec_table th {
  font-weight: 400;
  background-color: #e6e6e6;
}

@media print, screen and (min-width: 769px) {
  #ss_spec .spec_wrap .spec_table {
    margin-bottom: 15px;
  }

  #ss_spec .spec_wrap .spec_table th,
  #ss_spec .spec_wrap .spec_table td {
    padding: 10px 0 10px 16px;
    font-size: 13px;
  }

  #ss_spec .spec_wrap .spec_table td:nth-child(even) {
    border-right: 1px dotted #ddd;
  }

  #ss_spec .spec_wrap .spec_table td:nth-child(odd) {
    border-right: 1px solid #222;
  }

  #ss_spec .spec_wrap .spec_table td:last-child {
    border-right: 0px dotted #fff;
  }
}

@media screen and (max-width: 768px) {
  #ss_spec .spec_wrap .spec_table {
    margin-bottom: 10px;
  }

  #ss_spec .spec_wrap .spec_table th,
  #ss_spec .spec_wrap .spec_table td {
    padding: 5px 10px;
    font-size: 12px;
  }
}

/*---------------------------------
  ss_link
---------------------------------*/

#ss_link .link_wrap .link_bnr {
  text-align: center;
}

#ss_link .link_wrap .link_bnr .bnr_text {
  display: inline-block;
  border-bottom: 2px solid #222;
  font-weight: 500;
  line-height: 1.5;
}

#ss_link .link_wrap .link_sns {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ss_link .link_wrap .link_sns li:first-child {
  width: 40px;
}

#ss_link .link_wrap .link_sns li:nth-child(2) {
  width: 38px;
}

#ss_link .link_wrap .link_sns li:last-child {
  width: 20px;
}

@media print, screen and (min-width: 769px) {
  #ss_link .link_wrap .link_bnr .bnr_text {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #ss_link .link_wrap .link_bnr .bnr_lead {
    width: 420px;
    margin: 0 auto 30px;
  }

  #ss_link .link_wrap .link_bnr .bnr_wrap {
    width: 640px;
    margin: 0 auto 80px;
  }

  #ss_link .link_wrap .link_sns li {
    margin: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  #ss_link .link_wrap .link_bnr .bnr_text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #ss_link .link_wrap .link_bnr .bnr_lead {
    width: 240px;
    margin: 0 auto 20px;
  }

  #ss_link .link_wrap .link_bnr .bnr_wrap {
    margin: 0 14px 40px;
  }

  #ss_link .link_wrap .link_sns li {
    margin: 0 10px;
  }
}


/*---------------------------------
  animation
---------------------------------*/

.scroll-in {
  position: relative;
  color: transparent;
  overflow: hidden;
  transition: color 0s 0.3s;
}

.scroll-in::before {
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

.scroll-in::after {
  display: block;
  content: "";
  background-color: #222;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate(101%, 0);
}

.scroll-in.is-animated {
  color: #222;
}

.scroll-in.is-animated::before {
  opacity: 1;
}

.scroll-in.is-animated::after {
  animation: scroll-in 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes scroll-in {
  0% {
    transform: translate(-100%, 0)
  }
  40%, 60% {
    transform: translate(0%, 0)
  }
  100% {
    transform: translate(101%, 0)
  }
}
