@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* common
---------------------------------------------*/
html,
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #404041;
}

@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 12px;
  }
}

.futura_pt {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

.back_white {
  background-color: #fff;
}

/* top
---------------------------------------------*/
header {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  header {
    padding-top: 36.3136%;
  }
}

@media screen and (max-width: 768px) {
  header {
    padding-top: 133.3333%;
  }
}

header .top_title {
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 769px) {
  header .top_title {
    left: 36.5%;
    width: 17%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  header .top_title {
    left: 50%;
    width: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

header .top_back {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

header .top_back img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* read
---------------------------------------------*/
.read {
  text-align: center;
  letter-spacing: 0.14em;
  line-height: 1.75;
}

@media screen and (min-width: 769px) {
  .read {
    padding: 100px 0 160px;
  }
}

@media screen and (max-width: 768px) {
  .read {
    padding: 55px 0 90px;
  }
}

/* menu
---------------------------------------------*/
@media screen and (min-width: 769px) {
  .menu {
    margin-bottom: 138px;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    margin-bottom: 77px;
  }
}

.menu_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .menu_list {
    gap: 45px 40px;
    width: 488px;
  }
}

@media screen and (max-width: 768px) {
  .menu_list {
    gap: 30px 14%;
    width: 63%;
  }
}

@media screen and (min-width: 769px) {
  .menu_list li {
    width: 136px;
  }
}

@media screen and (max-width: 768px) {
  .menu_list li {
    width: 43%;
  }
}

.menu_list li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.menu_top {
  position: relative;
}

@media screen and (min-width: 769px) {
  .menu_top {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .menu_top {
    margin-bottom: 3px;
  }
}

.menu_top .menu_number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (min-width: 769px) {
  .menu_top .menu_number {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  .menu_top .menu_number {
    font-size: 30px;
  }
}

.menu_text {
  text-align: center;
  color: #404041;
}

@media screen and (min-width: 769px) {
  .menu_text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .menu_text {
    font-size: 11px;
  }
}

/* section
---------------------------------------------*/
@media screen and (min-width: 769px) {
  section {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 768px) {
  section {
    margin-bottom: 60px;
  }
}

section:last-child {
  margin-bottom: 0;
}

section .sec_in_inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  section .sec_in_inner {
    width: 750px;
  }
}

.sec_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 769px) {
  .sec_title_wrap {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 768px) {
  .sec_title_wrap {
    width: 90%;
    margin: 0 auto;
  }
}

.sec_title_wrap .sec_number {
  letter-spacing: 0;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .sec_title_wrap .sec_number {
    font-size: 110px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .sec_title_wrap .sec_number {
    font-size: 55px;
    margin-right: 8px;
  }
}

.sec_title_wrap .sec_title {
  letter-spacing: 0;
}

@media screen and (min-width: 769px) {
  .sec_title_wrap .sec_title {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .sec_title_wrap .sec_title {
    font-size: 18px;
  }
}

.sec_text {
  letter-spacing: 0.1em;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .sec_text {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .sec_text {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .slick-list {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .slick-list {
    margin-bottom: 10px;
  }
}

.slide-dots {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .slide-dots {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .slide-dots {
    margin-bottom: 40px;
  }
}

.slide-dots li {
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .slide-dots li {
    margin: 0 8px;
  }
}

@media screen and (max-width: 768px) {
  .slide-dots li {
    margin: 0 8px;
  }
}

.slide-dots li button {
  position: relative;
  text-indent: -9999px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.slide-dots li button::before {
  content: "●";
  text-indent: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #c9c9c9;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .slide-dots li button::before {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .slide-dots li button::before {
    font-size: 14px;
  }
}

.slide-dots li.slick-active button:before {
  content: "●";
  color: #404041;
}

.sec_inner {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .sec_inner {
    width: 900px;
    padding: 80px 0 80px 75px;
    border: 2px solid #c5b585;
  }
}

@media screen and (max-width: 768px) {
  .sec_inner {
    width: 90%;
    padding: 40px 5%;
    border: 1px solid #c5b585;
  }
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .item {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .item_img {
    width: 225px;
  }
}

@media screen and (max-width: 768px) {
  .item_img {
    width: 56%;
    margin-bottom: 15px;
  }
}

.item_right {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .item_right {
    width: calc(100% - 225px);
  }
}

@media screen and (min-width: 769px) {
  .item_right .item_text {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .item_right .item_text {
    margin-bottom: 6px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .item_right .item_text.nowrap {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .item_right .item_syosai {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .item_right .item_syosai {
    font-size: 11px;
    margin-bottom: 15px;
  }
}

.item_right .buy_btn a {
  display: block;
  background-color: #404041;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .item_right .buy_btn a {
    line-height: 25px;
    width: 130px;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .item_right .buy_btn a {
    width: 80px;
    line-height: 23px;
    font-size: 10px;
  }
}

.item_right .buy_btn a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 769px) {
  .all {
    padding-right: 75px;
  }
}

.all a {
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #404041;
  color: #404041;
}

@media screen and (min-width: 769px) {
  .all a {
    line-height: 42px;
    width: 350px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .all a {
    line-height: 30px;
    width: 67%;
    font-size: 16px;
  }
}

.all a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* footer
---------------------------------------------*/
@media screen and (min-width: 769px) {
  footer {
    padding: 160px 0;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 90px 0 50px;
  }
}

.totop {
  background-color: transparent;
  cursor: pointer;
  position: fixed;
  border: 1px solid #404041;
}

@media screen and (min-width: 769px) {
  .totop {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .totop {
    height: 35px;
    width: 35px;
    right: 10px;
    bottom: 25px;
  }
}

.totop::before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-right: 1px solid #404041;
  border-top: 1px solid #404041;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.logo {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .logo {
    width: 117px;
  }
}

@media screen and (max-width: 768px) {
  .logo {
    width: 26%;
  }
}

.logo a {
  display: block;
}

.logo a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/*# sourceMappingURL=style.css.map */