.sec_title {
  font-size: 4rem;
  text-align: center;
  font-weight: 900; }
  @media (max-width: 768px) {
    .sec_title {
      font-size: 3.5rem; } }

.sec_title_sub {
  font-size: 0.9rem;
  color: #604c3f;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 5px; }

/*---------------------------
HEADER
---------------------------*/
main.main {
  background-image: url("../img/bg_left.png"), url("../img/bg_right.png");
  background-position: left top, right top;
  background-repeat: repeat-y;
  text-align: center; }
  @media (max-width: 768px) {
    main.main {
      background-size: 15% auto, 15% auto; } }
  main.main .main_inner {
    width: 80%;
    margin: auto; }

h2.title {
  margin-bottom: 30px;
  width: 100%;
  margin: auto; }
  @media (max-width: 768px) {
    h2.title {
      margin-bottom: 4vw; } }
  h2.title img {
    width: 100%;
    height: auto; }

/*---------------------------
sec01
---------------------------*/
section {
  margin: 0 auto 60px; }
  @media (max-width: 768px) {
    section {
      margin: 0 auto 8vw; } }

.sec01 .slider-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .sec01 .slider-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    pointer-events: none;
    z-index: 2; }
  .sec01 .slider-wrapper .detail-slider {
    position: relative;
    z-index: 1; }
  .sec01 .slider-wrapper .detail-slider img {
    width: 100%;
    height: auto;
    display: block; }

/*---------------------------
sec02
---------------------------*/
.sec02 {
  padding-top: 5cqw; }
  .sec02 .scroll_down img {
    width: 80%; }
  .sec02 .title {
    margin-top: 6cqw; }
  .sec02 .cts {
    width: 95%;
    margin: 5cqw auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 1%; }
    .sec02 .cts .box .shop_img {
      width: 100%;
      height: auto; }
    .sec02 .cts .box .block {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: auto; }
      .sec02 .cts .box .block a:hover {
        opacity: 0.8; }
      .sec02 .cts .box .block a img {
        width: 100%;
        height: auto; }

/*---------------------------
sec08
---------------------------*/
.sec08 {
  width: 100%;
  margin: 0 auto;
  padding: 40px 3%;
  text-align: center;
  color: #222;
  background: rgba(255, 255, 255, 0.9); }
  @media (max-width: 768px) {
    .sec08 {
      padding: 15px 2%; } }
  .sec08 .title {
    width: 90%;
    display: inline-block;
    padding: 9px 40px;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    border: 1px solid #000;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .sec08 .title {
        font-size: 2.5vw; } }
  .sec08 .sub_title {
    width: 80%;
    display: inline-block;
    padding: 9px 60px;
    background: #000;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .sec08 .sub_title {
        font-size: 2.3vw; } }
  .sec08 .info {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .sec08 .info {
        font-size: 2.3vw; } }
  .sec08 .text {
    font-size: 0.7rem;
    line-height: 1.3;
    margin: 0 auto 15px;
    font-weight: 500; }
    @media (max-width: 768px) {
      .sec08 .text {
        font-size: 1.3vw; } }
  .sec08 .url {
    display: inline-block;
    padding: 12px 25px;
    background: #000;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700; }
    @media (max-width: 768px) {
      .sec08 .url {
        font-size: 1.7vw; } }
    .sec08 .url a {
      color: #fff;
      word-break: break-all; }
