@charset "UTF-8";

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

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 1.5rem;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  background-color: #161519;
  color: #efe2ca;
}

video {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 1.4rem;
  /* 24px*/
  line-height: 1.5;
  text-align: center;
}

h1 img {
  width: auto;
}

h2 {
  font-size: 2rem;
  /* 20px*/
  line-height: 1.5;
}

h3 {
  font-size: 1.8rem;
  /* 18px*/
  line-height: 1.5;
}

p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 1px;
}

sup {
  vertical-align: text-top;
  font-size: small;
}

.txtlink {
  color: #f2ce3a;
  font-size: 110%;
  font-weight: bold;
}

.pink {
  color: #ff6a85;
}

.blue {
  color: #4DB7C8;
}

.or {
  color: #ed5e32;
}

.br-sp {
  display: none;
}

@media (min-width: 768px) {

  /* 1200px以上*/
  h1 {
    font-size: 2.5rem;
    /* 36px*/
  }

  h2 {
    font-size: 2.4rem;
    /* 24px*/
  }

  h3 {
    font-size: 2.2rem;
    /* 22px*/
  }

  p {
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .br-sp {
    display: block;
  }
}

ul li {
  font-size: 1.6rem;
  line-height: 1.5;
}

ol li {
  font-size: 1.6rem;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition-property: opacity;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

:focus {
  outline: none;
}

table p {
  font-size: 1.6rem;
  line-height: 1.4;
}

.ub {
  background: linear-gradient(transparent 70%, #FFEE1185 70%);
  font-size: 1.5rem;
}

@media screen and (min-width: 576px) {
  .ub {
    font-size: 1.75rem;
  }
}

.yellow {
  color: #fbd43e;
}

.forSP {
  display: block;
}

.forPC {
  display: none;
}

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

  .forSP {
    display: none;
  }
}


/* ========================================================
FONT
=========================================================*/
.fs010 {
  font-size: 1rem !important;
}

.fs011 {
  font-size: 1.1rem !important;
}

.fs012 {
  font-size: 1.2rem !important;
}

.fs013 {
  font-size: 1.3rem !important;
}

.fs014 {
  font-size: 1.4rem !important;
}

.fs015 {
  font-size: 1.5rem !important;
}

.fs016 {
  font-size: 1.6rem !important;
}

.fs017 {
  font-size: 1.7rem !important;
}

.fs018 {
  font-size: 1.8rem !important;
}

.fs019 {
  font-size: 1.9rem !important;
}

.fs020 {
  font-size: 2rem !important;
}

.fs025 {
  font-size: 2.5rem !important;
}

.fs030 {
  font-size: 3rem !important;
}

.fs035 {
  font-size: 3.5rem !important;
}

.fs040 {
  font-size: 4rem !important;
}

.fs045 {
  font-size: 4.5rem !important;
}

.fs050 {
  font-size: 5rem !important;
}

.fs055 {
  font-size: 5.5rem !important;
}

.fs060 {
  font-size: 6rem !important;
}

.f-small {
  font-size: 90% !important;
}

.f-normal {
  font-size: 100% !important;
}

.f-large {
  font-size: 130% !important;
}

.f-large02 {
  font-size: 150% !important;
}

.f-bold {
  font-weight: bold !important;
}

.f-line010 {
  line-height: 100% !important;
}

.f-line011 {
  line-height: 110% !important;
}

.f-line012 {
  line-height: 120% !important;
}

.f-line013 {
  line-height: 130% !important;
}

.f-line014 {
  line-height: 140% !important;
}

.f-line015 {
  line-height: 150% !important;
}

.f-line016 {
  line-height: 160% !important;
}

.f-line017 {
  line-height: 170% !important;
}

.f-line018 {
  line-height: 180% !important;
}

.f-line019 {
  line-height: 190% !important;
}

.f-line020 {
  line-height: 200% !important;
}

.f-under {
  text-decoration: underline !important;
}

.f-under:hover {
  text-decoration: none !important;
}

/* ========================================================
color
=========================================================*/
.f-red {
  color: #ff0000 !important;
}

.f-pink {
  color: #f76a8c;
}

.f-blue {
  color: #3ca2f9 !important;
}

.f-bro {
  color: #a28449;
}

/* BLANK
##################################### */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-99 {
  padding-top: 99px !important;
}

.block {
  display: block !important;
}

.i-block {
  display: inline-block !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.star {
  color: #f37235;
}

.w-050 {
  width: 50% !important;
}

.w-060 {
  width: 60% !important;
}

.w-070 {
  width: 70% !important;
}

.w-080 {
  width: 80% !important;
}

.w-090 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

/* ========================================================
button
=========================================================*/
button {
  font-size: 1.6rem;
}

.btn_wrap {
  position: relative;
  display: block;
}

.lp_btn {
  width: 720px;
}

@-webkit-keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@keyframes aura {
  0% {
    transform: scale(.95);
    opacity: 1
  }

  90% {
    opacity: .1
  }

  to {
    transform: scale(1.2, 1.5);
    opacity: 0
  }
}

.anime-wapper {
  position: relative;
  transition: .2s;
}

.anime-wapper:before,
.anime-wapper:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  background: #ffaaae;
  border: 1px solid #ff999e;
  transform: translate3d(0, 0, 0);
}

.anime-wapper:before {
  animation: aura 2s ease-out infinite;
}

.anime-wapper:after {
  animation: aura 2s ease-out 1s infinite;
}

.anime-wapper a {
  display: block;
}

/* ========================================================
ttl
=========================================================*/
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
/* -----------------------------------------------------
    Main Contents
  ----------------------------------------------------- */
.wrapper {
  width: 100%;
}

.wrapper-sub {
  position: relative;
  box-sizing: border-box;
  min-height: 100vh;
}

.content {
  width: 100%;
  background-color: #29262f;
}

.content h2 {
  margin-top: 1.2em;
}

.sec_cont {
  padding: 1em;
}

.fv {
  text-align: center;
  position: relative;
}

.fv .copy {
  position: absolute;
  top: 11%;
  right: 10.3%;
  width: 55%;
}

/* -------------------------------------------- */

/* recommend */

/* -------------------------------------------- */
.recommend {
  margin-top: 2em;
}

.recommend h2 {
  margin-top: .5em;
}

.recommend_flex {
  display: flex;
  margin-bottom: 30px;
  gap: .25em;
  justify-content: space-around;
}

.recommend_btn {
  display: block;
  width: 80%;
  max-width: 400px;
  text-align: center;
  background-color: #a58337;
  color: #FFF;
  font-weight: bold;
  margin: auto;
  text-decoration: none;
  font-size: 1em;
  letter-spacing: .08em;
  position: relative;
  padding: .2em;
}

.recommend_btn:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #FFF;
  border-right: solid 3px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.recommend .txt_box {
  padding: 2em;
  margin-top: 30px;
  border: 1px solid #efe2ca;
}

.recommend .txt_box h3 {
  border-bottom: 2px solid #000;
  margin-bottom: .5em;
  font-weight: bold;
}

.txt_box .line {
  width: 50px;
  height: 1px;
  display: inline-block;
  background-color: #f0e2c9;
  vertical-align: middle;
  margin-left: 7px;
}

/* -------------------------------------------- */

/*point*/

/* -------------------------------------------- */

/* ▼アコーディオン */
.accordion {
  margin: 1em auto;
  width: 96%;
  max-width: 740px;
}

.accordion_toggle {
  display: none;
}

.accordion_option {
  position: relative;
  margin-bottom: 1em;
}

.accordion_title,
.accordion_content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.accordion_title {
  background-color: #625332;
  padding: .5em;
  display: block;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.accordion_title img {
  width: 4.5rem;
  margin-right: 1.5rem;
}

.accordion_title::after,
.accordion_title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.6em;
  width: 2px;
  height: 1em;
  background-color: #FFF;
  transition: all 0.3s;
}

.accordion_title::after {
  transform: rotate(90deg);
}

.accordion_content {
  max-height: 0;
  overflow: hidden;
  background-color: #39363f;
}

.accordion_content p {
  margin: 0;
  padding: 2rem 2.5rem;
  line-height: 1.5;
}

.accordion_toggle:checked+.accordion_title+.accordion_content {
  max-height: 2000px;
  transition: all 1.5s;
}

.accordion_toggle:checked+.accordion_title::before {
  transform: rotate(90deg) !important;
}


.point01_table {
  width: 90%;
  margin: auto;
  border-collapse: collapse;
  line-height: 1.5;
  font-size: .9em;
}

.point01_table .bg {
  background-color: #ebebeb;
  font-weight: bold;
}

.point01_table .head .name {
  width: 50%;
}

.point01_table th,
.point01_table td {
  padding: 10px;
  border: solid 1px #000;
  text-align: center;
  box-sizing: border-box;
}


/* -------------------------------------------- */

/* hikaku */

/* -------------------------------------------- */
.hikaku .name {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
}



.hikaku .logo_num1 {
  position: relative;
}

.hikaku .logo_num1 .osusume {
  position: absolute;
  top: 0;
  z-index: 999;
  font-weight: bold;
  color: #FFF;
  background-color: #b72455;
  width: 100%;
  font-size: .9em;
}

.hikaku .num1 {
  border-left: 3px solid #b72455;
  border-right: 3px solid #b72455;
  /* min-width: 140px; */
}

.brand_name {
  vertical-align: baseline !important;
  /* background-color: unset !important; */
}

.logo_img {
  background-color: #29262f;
  padding-top: 18px;
}



.best3 .scroll_cap {
  text-align: center;
  font-weight: bold;
}

/* 横スクロール表 */

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

.table-scrolling {
  overflow-x: auto;
}

.ranking-table-v2 {
  width: 950px;
  border: 1px solid #e3e3e3;
  /* table-layout: fixed; */
  display: table;
}

.ranking-table-v2 th {
  width: 70px;
  background-color: #fff;
}

.ranking-item {
  background-color: #40b3c4 !important;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
}

.fixed01,
.fixed02 {
  position: sticky;
  top: 0;
  left: 0;
  color: #fff;
}

.fixed01 {
  z-index: 2;
}

.fixed02 {
  z-index: 1;
}

.ranking-table-v2 td {
  width: unset;
  vertical-align: middle;
  padding: 2px 2px;
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
  border: 1px solid #e3e3e3;
  background-color: #FFF;
  position: relative;
  letter-spacing: normal;
  display: table-cell;
  overflow-y: hidden;
}

.cell_small {
  width: 80px !important;
}

.cell_large {
  width: 160px !important;
}

/* 記号 */
.ranking-table-v2 .do {
  color: #FF0000;
  font-size: 7rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}

.ranking-table-v2 .ci {
  color: #ffd900;
  font-size: 7rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.3;
}

.ranking-table-v2 .no {
  color: #0000FF;
  font-size: 9rem;
  font-weight: bold;
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}

.ranking-table-v2 .ta {
  color: #339e4a;
  font-size: 6rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}

.ranking-table-v2 .hy {
  color: #AEADAD;
  font-size: 2.5rem;
  font-weight: 500;
}

/* -------------------------------------------- */

/* clinic */

/* -------------------------------------------- */
.clinic {
  /* border: 4px solid #ddd; */
  padding: 1.5rem;
  background-color: #FFF;
  margin: auto;
  margin-top: 20px;
  width: fit-content;
}

.clinic h2 {
  color: #666;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  border-bottom: 2px solid #ddd;
  margin-bottom: .9rem;
}

.clinic h2 img {
  width: 40px;
  padding-bottom: 1rem;
}

.clinic p {
  text-align: center;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 1px;
}

.clinic a {
  font-size: 1.3rem;
  background-color: #fff;
  border: solid 1px;
  width: 100%;
  max-width: 350px;
  display: block;
  margin: auto;
  color: #666;
  text-align: center;
  font-weight: medium;
  text-decoration: none;
  border-radius: 5px;
  padding: .8rem;
  margin-top: .5em;
  line-height: 1.2;
  position: relative;
}

.clinic a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #666;
  border-right: solid 2px #666;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}


/* sec05 */
.rank-content-ttl {
  margin-bottom: 20px;
}

.rank-box {
  margin: 0 10px;
  margin-bottom: 30px;
  border-bottom: solid 1px #4e4a56;
}

.rank-box-ttl {
  display: flex;
  align-items: center;
  margin: 1em 0;
  gap: 15px;
  /* border-bottom: solid 1px #000; */
}

.rank-ico {
  width: 40px;
  min-width: 40px;
}

.shop-name a {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}

.about_item {
  margin: 1.5em 0;
  background: #3a363f;
}

.about_item .about_item_title {
  font-size: 1.2em;
  line-height: 1.2;
  background: #000;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.about_item p {
  padding: 15px 20px;
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt20 {
  margin-top: 20px;
}

.txt_s {
  font-size: 0.8em;
}

.txt_red {
  color: #dd8d8d;
  font-weight: bold;
}

.txt_blue {
  color: #0253c9;
  font-weight: bold;
}

.txt_left {
  text-align: left !important;
}

.txt_bold {
  font-weight: bold;
}

.txt_cap {
  font-size: .9rem;
}

.txt_line {
  border-bottom: 1px solid;
}

.box_01 {
  position: relative;
  font-size: 1.2rem;
  display: inline-block;
  padding: 3px 9px;
  padding-left: 30px;
}

.box_01::after {
  border: 1px solid transparent;
  border-bottom-width: 0;
  top: 1px;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  width: 0;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.figure {
  max-width: 100%;
  margin-bottom: 20px;
}

.article-block {
  margin: 20px 0;
}

.article-block:last-child {
  margin-bottom: 0;
}

.pt-bg {
  position: relative;
  /* left: -1.8rem; */
  /* width: calc(100% + 3.6rem); */
}

@keyframes yureru-j {
  0% {
    transform: translate(0px, 2px);
  }

  5% {
    transform: translate(0px, -2px);
  }

  10% {
    transform: translate(0px, 2px);
  }

  15% {
    transform: translate(0px, -2px);
  }

  20% {
    transform: translate(0px, 2px);
  }

  25% {
    transform: translate(0px, -2px);
  }

  30% {
    transform: translate(0px, 0px);
  }
}




.article-block .img {
  margin-bottom: 20px;
}

.article-block ul li {
  font-size: 100%;
}

.article-block__box {
  background: #fff;
  padding: 8px;
}

.article-block__box h2 {
  color: #000;
  font-weight: bold;
}



.header {
  background: #1B3667;
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
}

footer {
  color: #fff;
  padding: 10px 0;
}

.footer-dk {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #000;
}

footer .footer-inr {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
}

footer .footer-inr .txt {
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.5;
}

footer .footer-inr .u-link {
  color: #1A8FA6;
}

footer .copy {
  text-align: center;
  font-size: 1.4rem;
}

footer .search-footer {
  flex-flow: column nowrap;
}

footer .search-footer .txt {
  width: 100%;
  margin: 0 auto 10px;
}

footer .footer-line {
  background: #000;
  width: 100%;
  height: 60px;
}


/* swiper */

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: none !important
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: none !important
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}






/* -------------------------------------------- */
/* ▼SP用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (max-width: 767px) {

  .logo_img .logo_mt2 {
    margin-top: 2em;
  }
}


/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* ▼PC用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media screen and (min-width: 768px) {
  .wrapper {
    width: 100%;
  }

  .content {
    width: 750px;
    margin: 0 auto;
  }

  .img {
    width: 80%;
    margin: 16px auto 0;
  }

  .img-link,
  .img-link-top {
    width: 100%;
  }

  .img-link-top {
    width: 100%;
  }

  .article-ttl01 {
    margin: 0 10px;
  }

  .article-ttl01 h1 {
    font-size: 2.5rem;
    /* 36px*/
  }

  .article-ttl01 h2 {
    font-size: 2.4rem;
    /* 24px*/
  }

  .article-ttl01 h3 {
    font-size: 2.2rem;
    /* 22px*/
  }

  .back-y-link {
    width: 500px;
  }

  .back-y-link a {
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
  }

  .back-g-link {
    width: 500px;
  }

  .back-g-link a {
    font-size: 2rem;
    line-height: 1.5;
    width: 100%;
  }

  .article-block .writer-box .writer-box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .article-block .writer-box .writer-box-content__left {
    width: 20%;
    margin-right: 10px;
  }

  .article-block .writer-box .writer-box-content__right {
    width: 75%;
  }

  .bnr-block {
    width: 100%;
  }

  .bnr-block__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bnr-block__item a {
    margin-bottom: 10px;
  }

  .bnr-block__item02 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .bnr-block__item02 a {
    margin-bottom: 10px;
  }

  .bnr-block__item02 a:first-child {
    margin-right: 10px;
  }

  footer {
    color: #fff;
  }

  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
  }

  footer .footer-inr .txt {
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.5;
  }

  footer .copy {
    text-align: center;
    font-size: 1.4rem;
  }

  footer .search-footer .txt {
    width: 70%;
    margin: 0 auto 10px;
  }

  .swiper-container {
    width: 85%;
  }


  .fv {
    width: 750px;
    margin: auto;
  }

  .copy {}

  .sec01_txt {
    padding: 2.5em;
  }

  .rank-ico {
    width: 80px;
  }

  .inner {
    text-align: center;
  }

  .inner img {
    width: 80%;
  }

  .rank-box .tab_item {
    font-size: 1.2em;
  }

  ul.rank-flex ul li {
    font-size: 1.1em;
  }

  .tab_clinic .flex1 {
    flex: 1;
  }

  .tab_clinic .flex2 {
    flex: 4;
    padding-left: 1em;
  }

  .tab_clinic_name {
    font-size: 1.5em;
  }

  .txt_s {
    font-size: 1em;
  }

  .tab_clinic img {
    margin-right: 1em;
  }

  .tab_clinic {
    display: flex;
    align-items: flex-start;
  }

  .tab_clinic p {
    line-height: 1.4em;
    margin-top: 0.3em;
    font-size: 1em;
  }

  .tab_clinic .price,
  .tab_clinic .price2,
  .tab_clinic .jisseki {
    font-size: 1.2em;
  }

  .tab_support ul li {
    font-size: 1.2em;
  }

  .shop-name a {
    font-size: 26px;
  }
}


/* 20190903 */
.c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c--jStart {
  justify-content: flex-start;
}

.c--jEnd {
  justify-content: flex-end;
}

.c--jBetween {
  justify-content: space-between;
}

.c--jEvenly {
  justify-content: space-evenly;
}

.c--jAround {
  justify-content: space-around;
}

.c--aStart {
  align-items: flex-start;
}

.c--aEnd {
  align-items: flex-end;
}

.c--aStrech {
  align-items: stretch;
}

.c--col {
  flex-direction: column;
}

.c--colRev {
  flex-direction: column-reverse;
}

.c--rowRev {
  flex-direction: row-reverse;
}

.c--wrap {
  flex-wrap: wrap;
}

.c__fix {
  flex: 0 0 0;
}

.c__flex {
  flex: 1 1 100%;
}

span.ex {
  font-size: 2.5rem;
  color: #f8525d;
}

span.go {
  font-size: 2.5rem;
  color: #7cd0dd;
}

span.so {
  font-size: 2.5rem;
  color: #f5c132;
}

span.ba {
  font-size: 2.5rem;
  color: #7a7a7a;
}

@media (max-width: 575.98px) {
  span.ex {
    font-size: 1.5rem;
  }

  span.go {
    font-size: 1.5rem;
  }

  span.so {
    font-size: 1.5rem;
  }

  span.ba {
    font-size: 1.5rem;
  }
}




/* comporment */

/* slider arrow打ち消し */
.slick-next,
.slick-prev {
  display: none !important;
}


.slick-dots {
  background: #fbffe1;
}

.slick-dots li {
  width: 15px !important;
  height: 15px !important;
}

.slick-dots li button {
  font-size: initial !important;
  width: 100% !important;
  height: 100% !important;
}

.slick-dots li button:before {
  content: '' !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
  border: solid 1px #000;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background: #000;
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.point-plus {
  transition: .3s;
  transform-origin: 50% 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0);
}

.point-plus-active {
  transform: translateY(-50%) rotate(45deg);
}


.footer {
  font-size: 1em;
  text-align: center;
  background: #000;
  color: #efe2ca;
  padding: 1.5em 0;
  margin-top: 3em;
}

.footer a:link {
  color: #efe2ca;
}

.footer a:visited {
  color: #efe2ca;
}

.footer_link {}

.footer p {
  font-size: 1em;
}


/*info.html*/

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-width {
  max-width: 750px;
  margin: 0 auto;
}


.info_header {
  background: #a58337;
  padding: 1em 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.info_header h1 {
  /* font-size: 1.5rem; */
  color: #FFF;
  font-weight: bold;
}

.article-block h2 {
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
  text-align: center;
}

.article-block p {
  font-size: 1em;
  letter-spacing: 0.03em;
}


.pankuzu {
  font-size: 12px;
  margin-bottom: 3em;
  margin-top: 1em;
}

.pankuzu span {
  padding: 0 0.7em;
}

.info_content {}

.info_ad {
  text-align: center;
}

.info_ad img {}

@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}

@media screen and (min-width: 768px) {
  .info_content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}








@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}


@media (min-width:768px) {
  .pc_none {
    display: none;
    margin: auto;
    padding: 10px;
  }

  .sp_none {
    display: block;
    margin: auto;
    padding: 20px;
  }
}

@media (max-width:767px) {
  .pc_none {
    display: block;
    margin: auto;
    padding: 10px;
  }

  .sp_none {
    display: none;
    margin: auto;
    padding: 20px;
  }
}

.info-h2 {
  text-align: center;
  /* font-size: 2rem; */
  color: #000;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

.menseki {
  color: #000;
  line-height: 1.6em;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 100px;
}


/* contact.html */

.center input {
  box-sizing: revert;
}


/* search.html */

.search-page {}


/* MV matching */

.matching{
  color:  #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  left:10px;
  background-image: linear-gradient(284.2986335347513deg, #a28264, #cfb076 55.00000000000001%, #a28264);
  padding: 12px;
  border-radius: 0px 0px 5px 5px;
  opacity: .9;
}

.matching p{
  font-size: 1.2rem;
  line-height: 1.2;
}

.matching span{
  font-size:2.2rem;
  font-weight: bold;
}

.txt_small{
  font-size: .8rem !important;
  font-weight: 500 !important;
}

@media (max-width:767px) {
  .matching{
  color:  #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  left:5px;
  background-image: linear-gradient(284.2986335347513deg, #a28264, #cfb076 55.00000000000001%, #a28264);
 padding: 8px;
 border-radius: 0px 0px 5px 5px;
 opacity: .9;
}

.matching p{
  font-size: .9rem;
  line-height: 1.2;
}

.matching span{
  font-size:1.7rem;
  font-weight: bold;
}
}