@charset "utf-8";

/* 00.USUAL
--------------------------------------------------- */
.content_inner {
  position: relative;
  width: 100%;
  padding: 0 1em;
  margin: 0 auto;
  z-index: 10;

  @media screen and (min-width: 768px) {
    width: 92%;
  }

  @media screen and (min-width: 1024px) {
    max-width: 1200px;
    margin: 0 auto;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.flx_box {
  display: block;

  @media screen and (min-width: 1024px) {
    display: flex;
  }
}

.sp_block {
  display: block;

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

.pc_block {
  display: none;

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

.txt {
  font-size: clamp(16px, 1.8vw, 18px);
}

.center {
  text-align: center;
}

.note {
  font-size: clamp(12px, 2vw, 14px);
}

.notice {
  text-align: center;
  font-size: clamp(16px, 2vw, 26px);
  margin: 2em 0;
}

.btn {
  display: block;
  text-align: center;
  margin: 3em auto;
  a {
    position: relative;
    display: inline-bock;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 700;
    background: linear-gradient(120deg, #b6359c 0%, #ef0a6a 100%);
    background-size: 200% 100%;
    background-position: left;
    color: #fff;
    border-radius: 50px;
    padding: 1em 5em 1em 3em;
    transition: background-position 0.4s ease;

    &::before {
      position: absolute;
      content: "";
      background: url(../img/btn_arrow.png) center / contain no-repeat;
      right: 20px;
      top: 50%;
      transform: translateY(-50%);
      width: 38px;
      height: 38px;
      transition: all 0.4s ease;
    }

    &:hover {
      text-decoration: none;
      background-position: right;
    }

    &:hover::before {
      right: 10px;
    }
  }
}

/* 01.MAINVISUAL
--------------------------------------------------- */
section#mv {
  background: url("../img/mv_bg.png") center / cover no-repeat;
  text-align: center;
  color: #fff;

  div.mvInner {
    width: 80%;
    margin: 0 auto;
  }

  h1 {
    font-size: clamp(20px, 1.8vw, 30px);
    padding: 1em 0;
    margin: 0;

    span {
      display: block;
      margin: 1em 0;
    }

    img {
      display: block;
      width: 100%;
      max-width: 960px;
      margin: 0 auto;
    }
  }

  a {
    color: #fff;
    width: 400px;
    margin: 0 auto;
    display: block;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    transition: all 0.5s ease;

    &:hover {
      text-decoration: none;
    }
  }

  .machine_img {
    width: 100%;
    padding-top: 2em;

    @media screen and (min-width: 940px) {
      max-width: 900px;
      margin: 0 auto;
    }
  }
}

section#mv div.btnShoplist {
  margin-bottom: 1em;
}
section#mv div.btnShoplist a {
  font-size: 131%;
  font-weight: 600;
  position: relative;
  z-index: 0;
  height: 55px;
  line-height: 55px;
  font-weight: 800;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background: #000;
  transition: all 0.6s ease;
}
section#mv div.btnShoplist a::before,
section#mv div.btnShoplist a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
section#mv div.btnShoplist a::before {
  z-index: -1;
  transition: 0.5s;
  background: linear-gradient(120deg, #531380 0%, #d60a84 100%);
  opacity: 0;
  transition: opacity 0.6s;
}

section#mv div.btnShoplist a:hover {
  background: transparent;

  &::before {
    opacity: 1;
  }
}
section#mv div.exLink {
}
section#mv div.exLink a {
  border: 1px solid #fff;
  padding: 0.2em 0;
}
section#mv div.exLink a::before {
  content: "▲";
  transform: rotate(90deg);
  display: inline-block;
  font-size: 56%;
  vertical-align: 3px;
  margin-right: 0.7em;
}
section#mv div.exLink a:hover {
  background-color: #fff;
  color: #070404;
}

/* 02.MIRUHACO
--------------------------------------------------- */
section#miruhaco {
  position: relative;
  background: #000;
  color: #fff;
  padding: 7% 0 5%;

  &::before {
    position: absolute;
    content: "";
    background: url("../img/bg.png") no-repeat center / cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .box {
    position: relative;

    margin: 1em 0 2em;

    @media screen and (min-width: 1024px) {
      height: 500px;
    }

    @media screen and (min-width: 1200px) {
      height: 600px;
    }

    @media screen and (min-width: 1460px) {
      height: 700px;
    }

    .txt_box {
      @media screen and (min-width: 1024px) {
        width: 58%;
        padding: 5em 0;
        margin: 0 auto 0 0;
      }
    }

    .img_box {
      img {
        @media screen and (min-width: 1024px) {
          max-height: 700px;
          object-fit: cover;
        }
      }

      @media screen and (min-width: 1024px) {
        position: absolute;
        width: 48%;
        top: 0;
        right: 0;
      }
    }
  }

  figure {
    text-align: center;
  }

  .note {
    text-align: center;
  }

  h2 {
    max-width: 500px;
    margin: 2em 0 1em;
  }

  h3 {
    font-size: clamp(20px, 2vw, 30px);
    margin: 1em 0;
  }

  .flx_box {
    align-items: center;
    margin: 0 0 2em;

    .img_box2 {
      @media screen and (min-width: 1024px) {
        width: 40%;
        margin: 0 3em 0 0;
      }
    }

    .txt_box2 {
      .btn {
        @media screen and (min-width: 1024px) {
          text-align: left;
        }
      }
    }
  }
}

section#miruhaco h2 span {
  display: block;
  font-size: 75%;
}

section#miruhaco p {
  color: #fff;
}

/* 03.FUNCTION
--------------------------------------------------- */
section#function {
  background: url("../img/fn_bg.png") no-repeat center / cover;
  color: #fff;
  padding: 6% 0;
}
section#function ul#point {
  list-style: none;
  margin: 0;
  padding: 0;
}
section#function ul#point li {
  display: inline-block;
  width: 33.3%;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 2%;
}
section#function ul#point li figure {
  text-align: center;
  padding: 0 15%;
}
section#function ul#point li dl dt {
  text-align: center;
  font-size: 131%;
  margin: 1.2em 0 0.5em;
}
section#function ul#point li dl dt sup {
  font-size: 62%;
}
section#function ul#point li dl dd {
  margin: 0;
  line-height: 1.6;
}

/* 04.SHOPLIST
--------------------------------------------------- */
section#shop_list {
  padding: 7% 0;
}
section#shop_list h2 {
  span {
    display: inline-block;
    background: linear-gradient(120deg, #531380 0%, #d60a84 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  font-size: 48px;
  text-align: center;
  margin: 0 0 0.5em;
}
section#shop_list h3 {
  font-weight: bold;
  text-align: center;
  margin: 1em 0 0.8em;
}
section#shop_list h3.fs25 {
  color: #0096b4;
}
section#shop_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section#shop_list li {
}
section#shop_list li:last-child {
  border-bottom: none;
}
section#shop_list a {
  display: block;
  text-decoration: none;
}
section#shop_list .b3s_ai {
  position: relative;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #531380 0%, #d60a84 30%, #ffffff 50%, #d60a84 70%, #531380 100%) border-box;
  border: 3px solid transparent;
  border-radius: 5px;
  padding: 1em 2em;
  background-size:
    100% 100%,
    300% 300%;
  background-position:
    0 0,
    0% 50%;
  transition: background-position 0.6s ease;

  &:hover {
    background-position:
      0 0,
      100% 50%;
  }
}

.panel-group {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #eb007e;
}
.panel-heading {
  cursor: pointer;
}
.panel-body {
  padding: 0 15px;
}
.accordion-toggle a:after {
  font-family: "Glyphicons Halflings";
  content: "\e113";
  float: right;
  color: inherit;
}
.accordion-toggle a.collapsed:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: inherit;
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 959px) {
  section#mv div.mvInner {
    width: 92%;
  }

  section#shop_list div.container {
    width: auto;
  }
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width: 559px) {
  section#mv div.mvInner {
    width: 85%;
  }
  section#mv a {
    width: 90%;
  }
  section#mv div.btnShoplist a {
    font-size: 4vw;
  }
  section#mv div.exLink a {
    font-size: 3vw;
  }

  section#function {
    padding: 8% auto;
  }
  section#function ul#point li {
    display: block;
    width: auto;
    margin-bottom: 1em;
    padding: 0;
  }
  section#function ul#point li:last-child {
    margin-bottom: 0;
  }
  section#function ul#point li figure {
    display: inline-block;
    width: 30%;
    padding: 0;
    vertical-align: top;
  }
  section#function ul#point li dl {
    display: inline-block;
    width: 70%;
    padding-left: 5%;
  }
  section#function ul#point li dl dt {
    text-align: left;
    margin: 0.5em 0 0.2em;
  }
  section#shop_list {
    padding: 4em 0;
  }
  section#shop_list h2 {
    font-size: 9vw;
    margin-bottom: 0.2em;
  }
  section#shop_list h3 {
    font-size: 6vw;
  }
  section#shop_list a {
    font-size: 4vw;
  }
}

/* ==============================================================
 Less than SP-PORTRAIT / iPhone5
================================================================= */
@media screen and (max-width: 320px) {
}

/* @media screen and (min-width: 1024px) {
  .content_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
} */
