/*--- import -------------------------------------*/
/*------------------------------------- import ---*/
.mv {
  background: #aedbf0; }
  .mv img {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto; }

@media screen and (max-width: 750px) {
  .mv {
    padding-top: 60px; } }
.top_news {
  max-width: 1200px;
  width: 100%;
  position: relative;
  top: -30px;
  left: 50%;
  transform: translateX(-50%); }
  .top_news ul {
    height: 64px;
    padding: 0 20px;
    display: flex;
    background: #333333;
    color: #fff;
    text-align: left;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14px; }
    .top_news ul .day {
      width: 170px; }
    .top_news ul .con {
      width: calc(100% - 150px);
      padding-right: 35px; }
      .top_news ul .con a {
        pointer-events: none; }
    .top_news ul .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-51%);
      right: 4px;
      background: #fff; }
      .top_news ul .arrow a {
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center; }

@media screen and (max-width: 750px) {
  .top_news {
    display: none; } }
.top_copyright {
  text-align: right; }
  .top_copyright a {
    display: inline-block !important; }

#news ul li {
  border-top: 1px solid #000;
  padding: 20px;
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center; }
  #news ul li .images {
    width: 150px; }
    #news ul li .images img {
      width: 100%; }
  #news ul li .txt_area {
    letter-spacing: 0.05rem;
    width: calc(97% - 150px);
    text-align: left; }
    #news ul li .txt_area .con a {
      pointer-events: none; }
  #news ul li:last-child {
    border-bottom: 1px solid #000; }
#news .more {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin-top: 20px;
  text-align: right; }
  #news .more a {
    display: inline-block;
    width: 156px;
    background: #2ea8ff;
    text-align: center;
    padding: 10px; }

@media screen and (max-width: 480px) {
  #news ul {
    margin-top: 2vw; }
    #news ul li {
      padding: 6.333333vw 4.1666666667vw 4.333333vw;
      display: block; }
      #news ul li .images {
        width: 100%;
        text-align: center; }
        #news ul li .images img {
          width: 75%; }
      #news ul li .txt_area {
        line-height: 1.5;
        margin-top: 2.6666666667vw;
        width: 100%; }
      #news ul li:last-child {
        border-bottom: 1px solid #000; }
  #news .more {
    font-size: 14px;
    margin-top: 20px;
    text-align: center; }
    #news .more a {
      width: 90%;
      padding: 20px;
      font-size: 16px; } }
#about .box_in {
  position: relative; }
  #about .box_in:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 720px;
    width: 100%;
    height: 86%;
    background: #c2e7ff;
    z-index: -1; }
  #about .box_in .txt {
    font-size: 21px; }
  #about .box_in .images {
    margin-top: 60px;
    position: relative; }
    #about .box_in .images img {
      max-width: 841px;
      width: 100%;
      margin: 0 auto; }

@media screen and (max-width: 960px) {
  #about .box_in .txt {
    font-size: 21px; }
    #about .box_in .images img {
      width: 87.6041666667vw; } }
@media screen and (max-width: 750px) {
  #about .box_in .images {
    margin-top: 5.3333333333vw;
    left: 2vw; } }
@media screen and (max-width: 480px) {
  #about .box_in .txt {
    font-size: 18px; } }
#lineup .box_in {
  max-width: 1200px;
  padding: 0; }
  @media screen and (max-width: 1040px) {
    #lineup .box_in {
      width: 100%; } }
  #lineup .box_in ul {
    margin-top: 20px;
    display: flex;
    align-items: stretch;
    justify-content: center; }
    #lineup .box_in ul li {
      width: 50%; }
      #lineup .box_in ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80%;
        position: relative; }
        #lineup .box_in ul li a:before {
          position: absolute;
          content: '';
          display: inline-block;
          height: 100%;
          bottom: 0;
          left: 0;
          width: 100%;
          z-index: -1; }
        @media screen and (max-width: 750px) {
          #lineup .box_in ul li a {
            height: 94%; } }
        #lineup .box_in ul li a .icon {
          position: absolute;
          top: -24px;
          left: 24px; }
          #lineup .box_in ul li a .icon img {
            width: 68px; }
        #lineup .box_in ul li a .txt_area {
          margin-right: 20px; }
    #lineup .box_in ul .j-95 a:before {
      background: #caebfc; }
    #lineup .box_in ul .j-95 a .images {
      position: relative;
      top: -20px; }
      @media screen and (max-width: 750px) {
        #lineup .box_in ul .j-95 a .images {
          top: 0; } }
    #lineup .box_in ul .bellaty a:before {
      background: #ffdde2; }

@media screen and (max-width: 1100px) {
  #lineup .box_in ul li a .icon {
    position: absolute;
    top: -24px;
    left: 24px; }
    #lineup .box_in ul li a .icon img {
      width: 68px; }
  #lineup .box_in ul li a .txt_area {
    margin-right: 1.8181818182vw; }
  #lineup .box_in ul .j-95 a .txt_area img {
    width: 18.7272727273vw; }
  #lineup .box_in ul .j-95 a .images img {
    width: 27.5454545455vw; }
  #lineup .box_in ul .bellaty a .txt_area img {
    width: 22.2727272727vw; }
  #lineup .box_in ul .bellaty a .images img {
    width: 21.8181818182vw; } }
@media screen and (max-width: 480px) {
  #lineup .box_in ul {
    margin-top: 0;
    display: block; }
    #lineup .box_in ul li {
      width: 100%; }
      #lineup .box_in ul li a .icon {
        top: 7vw;
        left: 2vw; }
        #lineup .box_in ul li a .icon img {
          width: 14.1666666667vw; }
      #lineup .box_in ul li a .txt_area {
        margin-right: 4.1666666667vw; }
    #lineup .box_in ul .j-95 a {
      padding: 15px; }
      #lineup .box_in ul .j-95 a:before {
        height: 76%; }
      #lineup .box_in ul .j-95 a .txt_area img {
        position: relative;
        top: 5vw;
        width: 35.5172413793vw; }
      #lineup .box_in ul .j-95 a .images img {
        width: 63.125vw; }
    #lineup .box_in ul .bellaty a {
      padding: 15px 15px 0 15px; }
      #lineup .box_in ul .bellaty a:before {
        height: 76%; }
      #lineup .box_in ul .bellaty a .txt_area img {
        position: relative;
        top: 5vw;
        width: 51.0416666667vw; }
      #lineup .box_in ul .bellaty a .images img {
        width: 50vw; } }
#feature .box_in {
  max-width: 1100px; }
  #feature .box_in ul li {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #feature .box_in ul li:not(:first-child) {
      margin-top: 80px; }
    #feature .box_in ul li .txt_area {
      text-align: left;
      width: 420px;
      position: relative; }
      #feature .box_in ul li .txt_area .num_bg {
        position: absolute;
        left: -70px;
        top: -80px;
        z-index: -1; }
      #feature .box_in ul li .txt_area .ttl {
        font-size: 16px;
        color: #2eb2ff;
        line-height: 1;
        letter-spacing: 0.025rem;
        font-weight: bold; }
      #feature .box_in ul li .txt_area .txt_ttl {
        letter-spacing: 0.025rem;
        font-size: 24px;
        margin-top: 10px;
        line-height: 1.5;
        font-weight: 500; }
      #feature .box_in ul li .txt_area .txt {
        margin-top: 20px;
        font-weight: 500;
        letter-spacing: 0.05rem; }
    #feature .box_in ul li .images {
      width: calc(97% - 420px); }
  #feature .box_in ul .feature2 {
    flex-flow: row-reverse; }

@media screen and (max-width: 960px) {
  #feature .box_in ul li {
    display: block; }
    #feature .box_in ul li:not(:first-child) {
      margin-top: 80px; }
    #feature .box_in ul li .txt_area {
      width: 100%; }
      #feature .box_in ul li .txt_area .num_bg {
        position: absolute;
        left: -70px;
        top: -80px;
        z-index: -1; }
      #feature .box_in ul li .txt_area .ttl {
        font-size: 16px; }
      #feature .box_in ul li .txt_area .txt_ttl {
        font-size: 24px;
        margin-top: 10px; }
      #feature .box_in ul li .txt_area .txt {
        margin-top: 20px; }
    #feature .box_in ul li .images {
      margin-top: 4.1666666667vw;
      width: 100%;
      text-align: center; }
      #feature .box_in ul li .images img {
        width: 54.7916666667vw; } }
@media screen and (max-width: 750px) {
  #feature .box_in ul li {
    display: block; }
    #feature .box_in ul li:not(:first-child) {
      margin-top: 10.6666666667vw; }
    #feature .box_in ul li .txt_area {
      width: 100%; }
      #feature .box_in ul li .txt_area .num_bg {
        left: -14.5833333333vw;
        top: -16.6666666667vw; }
        #feature .box_in ul li .txt_area .num_bg img {
          width: 54.5833333333vw; }
      #feature .box_in ul li .txt_area .ttl {
        font-size: 16px; }
      #feature .box_in ul li .txt_area .txt_ttl {
        font-size: 24px;
        margin-top: 10px; }
      #feature .box_in ul li .txt_area .txt {
        margin-top: 20px; }
    #feature .box_in ul li .images {
      margin-top: 5.3333333333vw;
      width: 100%;
      text-align: center; }
      #feature .box_in ul li .images img {
        width: 70.1333333333vw; } }
      @media screen and (max-width: 750px) and (max-width: 480px) {
        #feature .box_in ul li .images img {
          width: 100%; } }

.shop_bnr {
  background: #addbf0;
  padding: 60px 40px;
  text-align: center; }
  .shop_bnr a {
    display: inline-block; }
    .shop_bnr a img {
      border-radius: 15px; }
  @media screen and (max-width: 750px) {
    .shop_bnr {
      padding: 8vw 5.3333333333vw 6.6666666667vw; } }

#ho_to_use {
  background: #addbf0; }
  #ho_to_use .box_in ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #ho_to_use .box_in ul li {
      width: 21%; }
      #ho_to_use .box_in ul li .images {
        position: relative; }
        #ho_to_use .box_in ul li .images .num {
          font-size: 52px;
          position: absolute;
          top: 0;
          left: 0;
          line-height: 1; }
        #ho_to_use .box_in ul li .images .ilust {
          border-radius: 50%; }
      #ho_to_use .box_in ul li .txt {
        text-align: left;
        margin-top: 20px;
        letter-spacing: 0.05rem;
        line-height: 1.5; }
  @media screen and (max-width: 750px) {
    #ho_to_use {
      margin-top: 0 !important; }
      #ho_to_use .box_in ul {
        flex-wrap: wrap;
        justify-content: space-around; }
        #ho_to_use .box_in ul li {
          width: 41%; }
          #ho_to_use .box_in ul li .images .num {
            font-size: 6.9333333333vw; }
          #ho_to_use .box_in ul li .txt {
            margin-top: 20px;
            font-size: 14px; }
          #ho_to_use .box_in ul li:nth-child(3) {
            margin-top: 5.3333333333vw; }
          #ho_to_use .box_in ul li:nth-child(4) {
            margin-top: 5.3333333333vw; } }

#voice {
  background: #addbf0; }
  #voice .box_in {
    padding-left: 0;
    padding-right: 0;
    position: relative; }
    #voice .box_in .txt_img {
      text-align: center;
      position: absolute;
      top: -60px;
      left: 0;
      width: 100%; }
    #voice .box_in .title {
      padding: 0 20px;
      margin-top: 60px;
      font-size: 38px;
      text-align: center;
      line-height: 1.3;
      color: #fff; }
    #voice .box_in .images {
      position: relative; }
      #voice .box_in .images .txt_area {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: 80%;
        padding: 40px;
        background: rgba(8, 141, 180, 0.47);
        color: #fff; }
        #voice .box_in .images .txt_area .icon {
          text-align: center; }
          #voice .box_in .images .txt_area .icon img {
            width: 145px; }
        #voice .box_in .images .txt_area .txt {
          font-weight: 500;
          margin-top: 20px;
          font-size: 36px;
          line-height: 1.3; }
          #voice .box_in .images .txt_area .txt span {
            background: linear-gradient(transparent 60%, #f1cc9b 60%); }
    #voice .box_in .comment {
      text-align: right;
      margin-top: 20px;
      letter-spacing: 0; }

@media screen and (max-width: 960px) {
  #voice .box_in .txt_img {
    top: -6.25vw; }
    #voice .box_in .txt_img img {
      width: 51.5625vw; }
  #voice .box_in .title {
    padding: 0 20px;
    margin-top: 6.25vw;
    font-size: 3.9583333333vw; }
  #voice .box_in .images .txt_area {
    width: 80%;
    padding: 4.1666666667vw; }
    #voice .box_in .images .txt_area .txt {
      font-size: 3.75vw; }
  #voice .box_in .comment {
    margin-top: 20px; } }
@media screen and (max-width: 750px) {
  #voice .box_in .txt_img {
    top: -8vw; }
    #voice .box_in .txt_img img {
      width: 66vw; }
  #voice .box_in .title {
    padding: 0 0px;
    margin-top: 8vw;
    font-size: 5.0666666667vw; }
  #voice .box_in .images {
    background: url("../images/top/voice_bg.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5.3333333333vw; }
    #voice .box_in .images .txt_area {
      position: relative;
      margin: 0 auto;
      width: 100%;
      top: auto;
      left: auto;
      transform: inherit;
      padding: 2.6666666667vw; }
      #voice .box_in .images .txt_area .icon img {
        width: 19.3333333333vw; }
      #voice .box_in .images .txt_area .txt {
        font-size: 4.8vw; }
  #voice .box_in .comment {
    margin-top: 20px; } }
#voice .box_in .voice_area li {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end; }
  #voice .box_in .voice_area li .man {
    width: 90px; }
  #voice .box_in .voice_area li .txt_area {
    width: calc(95% - 90px);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative; }
    #voice .box_in .voice_area li .txt_area .voice_img {
      position: relative;
      z-index: 1; }
    #voice .box_in .voice_area li .txt_area .fukidashi {
      position: absolute;
      left: -48px;
      bottom: 37px; }
  #voice .box_in .voice_area li:nth-child(2n) {
    flex-flow: row-reverse; }
    #voice .box_in .voice_area li:nth-child(2n) .txt_area .fukidashi {
      transform: scale(-1, 1);
      left: auto;
      right: -48px; }

@media screen and (max-width: 750px) {
  #voice .box_in .voice_area li {
    margin-top: 5.3333333333vw;
    display: block; }
    #voice .box_in .voice_area li .man {
      width: 90px;
      margin-bottom: 10px; }
      #voice .box_in .voice_area li .man img {
        width: 11.8666666667vw; }
    #voice .box_in .voice_area li .txt_area {
      width: 100%;
      padding: 10px;
      border-radius: 8px; }
      #voice .box_in .voice_area li .txt_area .fukidashi {
        bottom: auto;
        top: -5vw;
        left: 15vw;
        transform: scale(1, -1) rotate(-41deg); }
        #voice .box_in .voice_area li .txt_area .fukidashi img {
          width: 9.6vw; }
    #voice .box_in .voice_area li:nth-child(2n) {
      flex-flow: row-reverse; }
      #voice .box_in .voice_area li:nth-child(2n) .man {
        text-align: right;
        width: 100%;
        padding-right: 5vw; }
      #voice .box_in .voice_area li:nth-child(2n) .txt_area .fukidashi {
        bottom: auto;
        right: auto;
        top: -5vw;
        right: 15vw;
        transform: scale(-1, -1) rotate(-41deg); } }
#sns {
  margin-top: 0;
  padding: 0 20px; }
  #sns .images {
    text-align: center; }
    #sns .images img {
      margin: 0 auto; }
  #sns .cute_title {
    background: #e8c1b7; }
    #sns .cute_title .sankaku {
      border-color: #e8c1b7 transparent transparent transparent; }
  #sns ul {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    margin-top: 20px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between; }
    #sns ul li {
      width: 30%; }
      #sns ul li a {
        display: block; }

@media screen and (max-width: 480px) {
  #sns {
    padding: 0 4.1666666667vw; }
    #sns ul {
      margin-top: 0vw;
      margin-bottom: 8.3333333333vw;
      flex-wrap: wrap;
      justify-content: space-around; }
      #sns ul li {
        margin-top: 4.1666666667vw;
        width: 48%;
        max-width: 288px; } }
.cute_title {
  font-size: 25px;
  margin-top: 60px;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  letter-spacing: 0rem;
  line-height: 1.5;
  border-radius: 8px; }
  .cute_title .title_item {
    position: absolute;
    left: -45px;
    top: -40px; }
    .cute_title .title_item img {
      width: 58px; }
  .cute_title .sankaku {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 69px 0 69px; }

@media screen and (max-width: 750px) {
  .cute_title {
    font-size: 21px;
    margin-top: 8vw;
    padding: 10px 2.6666666667vw; }
    .cute_title .title_item {
      position: absolute;
      left: -6vw;
      top: -5.3333333333vw; }
      .cute_title .title_item img {
        width: 7.7333333333vw; }
    .cute_title .sankaku {
      bottom: -4vw;
      border-width: 4vw 9.2vw 0 9.2vw; } }
#ec_site .cute_title {
  background: #ffe6ab; }
  #ec_site .cute_title .sankaku {
    border-color: #ffe6ab transparent transparent transparent; }
#ec_site ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  #ec_site ul li {
    width: 24.5%;
    /*
    margin-top: 40px;
    &:nth-child(1){
    	margin-top: 0;
    }
    &:nth-child(2){
    	margin-top: 0;
    }
    &:nth-child(3){
    	margin-top: 0;
    }	
    */ }
    #ec_site ul li img {
      width: 100%; }
    #ec_site ul li a {
      display: block; }

@media screen and (max-width: 480px) {
  #ec_site ul {
    max-width: 960px;
    margin-top: 20px;
    margin-bottom: 8.3333333333vw;
    flex-wrap: wrap;
    justify-content: space-around; }
    #ec_site ul li {
      width: 45%;
      margin-top: 4.1666666667vw;
      /*
      &:nth-child(3){
      	margin-top:vw(20,480);
      }	
      */ }
      #ec_site ul li:nth-child(1) {
        margin-top: 0; }
      #ec_site ul li:nth-child(2) {
        margin-top: 0; } }
