@charset "UTF-8";
/* reset */
/* ============================================ */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanmp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Condensed:wght@400;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

/* Loading背景画面設定　*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #FFF;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

/* rotateY */
.rotateY {
  -webkit-animation-name: rotateYAnime;
          animation-name: rotateYAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes rotateYAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

@keyframes rotateYAnime {
  from {
    opacity: 0;
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: rotateY(-360deg);
            transform: rotateY(-360deg);
  }
}

.rotateYTrigger {
  opacity: 0;
}

/* flipDown */
.flipDown {
  -webkit-animation-name: flipDownAnime;
          animation-name: flipDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

@keyframes flipDownAnime {
  from {
    -webkit-transform: perspective(2500px) rotateX(100deg);
            transform: perspective(2500px) rotateX(100deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0);
    opacity: 1;
  }
}

.flipDownTrigger {
  opacity: 0;
}

/* flipRight */
.flipRight {
  -webkit-animation-name: flipRightAnime;
          animation-name: flipRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: right center;
          perspective-origin: right center;
  opacity: 0;
}

@-webkit-keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipRightAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

.flipRightTrigger {
  opacity: 0;
}

/* flipLeft */
.flipLeft {
  -webkit-animation-name: flipLeftAnime;
          animation-name: flipLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeftAnime {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

.flipLeftTrigger {
  opacity: 0;
}

/* smoothText */
span.smoothText {
  overflow: hidden;
  display: block;
}

span.smoothTextTrigger {
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0) skewY(20deg);
          transform: translate3d(0, 100%, 0) skewY(20deg);
  -webkit-transform-origin: left;
          transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  -webkit-transform: translate3d(0, 0, 0) skewY(0);
          transform: translate3d(0, 0, 0) skewY(0);
}

/* bgextend */
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.bgappearTrigger {
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.bgLRextendTrigger {
  opacity: 0;
}

/* アニメーションスタートの遅延時間を決めるCSS*/
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

footer {
  width: 100%;
  height: auto;
  background-color: #AC9B4F;
  padding: 50px 0;
}

footer h2 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}

footer .copyright {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: center;
}

.pc {
  width: calc((100% - 10.25%) - 440px);
  height: auto;
  position: fixed;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.pc-inner {
  width: 264px;
  height: auto;
  margin: 0 auto;
}

.pc-inner p img {
  width: 100%;
  height: auto;
}

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

@media print, screen and (min-width: 881px) {
  .layout {
    max-width: 440px;
    position: absolute;
    top: 0;
    right: 10.25vw;
    overflow: auto;
  }
}

@media print, screen and (min-width: 881px) {
  main::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/home/bg_home-pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.visual {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.visual__image {
  width: 100%;
  height: auto;
}

.visual__image ul li img {
  width: 100%;
  height: auto;
}

.visual h1 {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 100;
}

.visual__logo {
  width: 71.36%;
  height: auto;
  position: absolute;
  top: 82%;
  left: 50%;
  -webkit-transform: translate(-50%, -82%);
  transform: translate(-50%, -82%);
  margin: auto;
  text-align: center;
}

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

.visual .presented {
  position: absolute;
  top: 50%;
  left: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 100;
}

.visual__social {
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  z-index: 100;
}

.visual__social h3 {
  width: 10px;
  height: auto;
  margin: 0 auto;
}

.visual__social ul li {
  margin-top: 6px;
}

.visual__social ul li:not(:first-of-type) {
  margin-top: 8px;
}

.visual__social ul li a {
  -webkit-transition: .4s;
  transition: .4s;
}

.visual__social ul li a:hover {
  opacity: .7;
}

.menu {
  padding-top: 40px;
  background-color: #AC9B4F;
}

.menu__title {
  width: 100%;
  height: auto;
}

.menu__title .description {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.857;
  letter-spacing: 0em;
  color: #fff;
  text-align: center;
}

.menu__list {
  width: 100%;
  height: auto;
  margin: 48px auto 0;
  padding: 0 8.18% 28px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

.menu__list a {
  width: calc(100% / 3);
  text-align: center;
}

.menu__list a:hover {
  opacity: .7;
}

.menu__list a:hover::after {
  background-position: bottom center;
}

.menu__list a img.shop01 {
  width: 127px;
  position: absolute;
  left: 12px;
}

@media screen and (max-width: 880px) {
  .menu__list a img.shop01 {
    width: 28.86vw;
    left: 9.18%;
  }
}

.menu__list a img.shop02 {
  width: 116px;
  position: absolute;
  left: 18px;
}

@media screen and (max-width: 880px) {
  .menu__list a img.shop02 {
    width: 26.36vw;
    left: 14.18%;
  }
}

.menu__list a img.shop03 {
  width: 140px;
  position: absolute;
  left: 18px;
}

@media screen and (max-width: 880px) {
  .menu__list a img.shop03 {
    width: 31.82vw;
    left: 12.18%;
  }
}

.menu__list a .number {
  margin-top: 12px;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
  color: #d6c67e;
}

@media print, screen and (min-width: 881px) {
  .menu__list a .number {
    padding-top: 125px;
  }
}

@media screen and (max-width: 880px) {
  .menu__list a .number {
    padding-top: 116%;
  }
}

.menu__list a .company {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

@media screen and (max-width: 880px) {
  .menu__list a .company {
    font-size: 2.27vw;
  }
}

.menu__list a h3 {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

.menu__list a::after {
  content: "";
  width: 10px;
  height: 19px;
  display: block;
  background-image: url("../img/home/menu_arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 19px;
  margin: 12px auto 0;
}

.tips.shop01 {
  background: #264822;
}

.tips.shop01 .tips__title {
  background: -webkit-gradient(linear, left bottom, left top, from(#264822), color-stop(41%, #264822), color-stop(41%, #ac9b4f), to(#ac9b4f));
  background: linear-gradient(0deg, #264822 0%, #264822 41%, #ac9b4f 41%, #ac9b4f 100%);
}

.tips.shop01 .tips__visual .ttl_box .ttl {
  color: #264822;
}

.tips.shop01 .tips__recommend {
  background: #3a6f33;
  background-image: url(../img/home/bg_recommend.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tips.shop01 .tips__recommend .ttl p {
  color: #264822;
}

.tips.shop02 {
  background: #bd5645;
}

.tips.shop02 .tips__title {
  background: -webkit-gradient(linear, left bottom, left top, from(#bd5645), color-stop(50%, #bd5645), color-stop(50%, #264822), to(#264822));
  background: linear-gradient(0deg, #bd5645 0%, #bd5645 50%, #264822 50%, #264822 100%);
}

.tips.shop02 .tips__visual .ttl_box .ttl {
  color: #AC3F2D;
}

.tips.shop02 .tips__recommend {
  background: #db6653;
  background-image: url(../img/home/bg_recommend.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tips.shop02 .tips__recommend .ttl p {
  color: #AC3F2D;
}

.tips.shop03 {
  background: #2a335a;
}

.tips.shop03 .tips__title {
  background: -webkit-gradient(linear, left bottom, left top, from(#2a335a), color-stop(50%, #2a335a), color-stop(50%, #bd5645), to(#bd5645));
  background: linear-gradient(0deg, #2a335a 0%, #2a335a 50%, #bd5645 50%, #bd5645 100%);
}

.tips.shop03 .tips__visual .ttl_box .ttl {
  color: #1F2541;
}

.tips.shop03 .tips__recommend {
  background: #3d4a81;
  background-image: url(../img/home/bg_recommend.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tips.shop03 .tips__recommend .ttl p {
  color: #1F2541;
}

.tips__title {
  width: 100%;
  height: auto;
  padding: 0 8.18%;
}

.tips__title-inner {
  padding-top: 40px;
  padding-bottom: 26px;
}

.tips__title-inner .number {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.tips__title-inner .headline {
  padding-top: 15px;
}

.tips__title-inner .headline p {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
}

@media screen and (max-width: 880px) {
  .tips__title-inner .headline p {
    font-size: 10.82vw;
  }
}

.tips__title-inner .name {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

.tips__title-inner .roman {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.tips__visual {
  width: 100%;
  height: auto;
  position: relative;
}

.tips__visual-inner {
  width: 100%;
  height: auto;
}

.tips__visual-inner .ttl_box {
  height: 100%;
  margin-bottom: -18px;
  padding-left: 8.18%;
  position: relative;
}

.tips__visual-inner .ttl_box .ttl {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-family: YakuHanJP, "ヒラギノ角ゴ Pro", 'Hiragino Kaku Gothic Pro', 'Hiragino Sans', "游ゴシック Medium", 'Yu Gothic Medium', "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.tips__visual-inner .ttl_box .ttl p {
  margin: 0;
  padding: 7px 5px;
  background-color: #FFF;
  display: inline-block;
}

.tips__visual-inner .ttl_box .ttl p:not(:first-of-type) {
  margin-top: 6px;
}

.tips__visual-inner .img_box {
  width: 100%;
  height: auto;
}

.tips__visual-inner .img_box img {
  width: 100%;
  height: auto;
}

.tips__contents {
  padding: 40px 0;
}

.tips__contents-inner {
  width: 100%;
  padding: 0 8.18%;
}

.tips__contents-inner .txt p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.571;
  letter-spacing: 0em;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}

.tips__contents-inner .product {
  padding-top: 40px;
}

.tips__contents-inner .product__box:not(:first-of-type) {
  padding-top: 40px;
}

.tips__contents-inner .product__box .image img {
  width: 100%;
  height: auto;
}

.tips__contents-inner .product__box .name {
  padding-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

.tips__contents-inner .product__box .price {
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.tips__contents-inner .product__box .price span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}

.tips__contents-inner .product__box .txt {
  padding-top: 18px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0em;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}

.tips__recommend {
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.tips__recommend-inner {
  width: 100%;
  height: auto;
  padding: 0 8.18%;
}

.tips__recommend-inner .ttl h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: center;
}

.tips__recommend-inner .ttl p {
  width: 238px;
  height: 34px;
  margin: 16px auto 0;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: center;
}

.tips__recommend-inner .item {
  width: 100%;
  height: auto;
  padding-top: 30px;
}

.tips__recommend-inner .item__img {
  position: relative;
}

.tips__recommend-inner .item__img .image img {
  width: 100%;
  height: auto;
}

.tips__recommend-inner .item__img .cleak {
  position: absolute;
  right: 20px;
  bottom: -50px;
}

.tips__recommend-inner .item__img .cleak img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.tips__recommend-inner .item__txt .name {
  padding-top: 20px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
}

.tips__recommend-inner .item__txt .price {
  padding-top: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.tips__recommend-inner .item__txt .price span {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0em;
}

.tips__recommend-inner .item__txt .comment {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid #fff;
  position: relative;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.571;
  letter-spacing: 0em;
  color: #fff;
}

.tips__recommend-inner .item__txt .comment::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-style: solid;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -12px;
  right: 52px;
}

.tips__recommend-inner .item__txt .comment::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  position: absolute;
  top: -10px;
  right: 52px;
}

.tips__recommend-inner .item__txt .comment.shop01::after {
  border-color: transparent transparent #3A6F33 transparent;
}

.tips__recommend-inner .item__txt .comment.shop02::after {
  border-color: transparent transparent #DB6653 transparent;
}

.tips__recommend-inner .item__txt .comment.shop03::after {
  border-color: transparent transparent #3D4A81 transparent;
}

.tips__recommend-inner .item__txt .txt {
  padding-top: 16px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.667;
  letter-spacing: 0em;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}

.tips__mov {
  width: 100%;
  height: auto;
}

.tips__mov-inner {
  width: 100%;
  height: auto;
  padding-top: 56.4%;
  position: relative;
}

.tips__mov-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.tips__info {
  padding: 40px 8.18%;
  position: relative;
}

.tips__info .floor {
  width: 80px;
  height: 80px;
  background-color: #000;
  border-radius: 40px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 0em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFF;
  text-align: center;
  position: absolute;
  top: -18px;
  left: -20px;
}

.tips__info-inner {
  background-color: #FFF;
  padding: 58px 0 43px 0;
}

.tips__info-inner .img {
  width: 53.55%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.tips__info-inner .img img {
  width: 100%;
  height: auto;
}

.tips__info-inner .txt {
  width: 100%;
  height: auto;
}

.tips__info-inner .txt h5 {
  margin-top: 45px;
  padding-top: 30px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.tips__info-inner .txt h5::before {
  content: '';
  width: 38px;
  height: 1px;
  margin: 0 auto;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.tips__info-inner .txt .description {
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.692;
  letter-spacing: 0em;
  text-align: center;
}

.tips__info-inner .txt .sns {
  padding-top: 35px;
}

.tips__info-inner .txt .sns ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.tips__info-inner .txt .sns ul li:not(:first-of-type) {
  margin-left: 24px;
}

.tips__info-inner .txt .sns ul li a {
  -webkit-transition: .4s;
  transition: .4s;
}

.tips__info-inner .txt .sns ul li a img {
  width: 40px;
  height: 40px;
}

.tips__info-inner .txt .sns ul li a:hover {
  opacity: .7;
}

.tips__info-inner .txt .tel {
  padding-top: 20px;
}

.tips__info-inner .txt .tel p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.tips__info-inner .txt .instagram {
  margin-top: 35px;
  text-align: center;
}

.tips__info-inner .txt .instagram ul li a {
  width: auto;
  height: 30px;
  margin: 20px auto 0;
  padding: 0 20px;
  background-color: #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: #FFF;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.tips__info-inner .txt .instagram ul li a::before {
  content: "";
  width: 0px;
  height: 0px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #000000 transparent;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s 0s ease;
  transition: all 0.2s 0s ease;
}

.tips__info-inner .txt .instagram ul li a:hover {
  background-color: #A40017;
}

.tips__info-inner .txt .instagram ul li a:hover::before {
  border-color: transparent transparent #A40017 transparent;
}

@media print, screen and (min-width: 881px) {
  .tips__info-inner .txt .instagram ul li:first-of-type {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 881px) {
  .tips__info-inner .txt .instagram ul li:last-of-type {
    margin-bottom: 0;
  }
}

.banner {
  width: 100%;
  height: auto;
  background-color: #AC9B4F;
}

.banner-inner {
  width: 100%;
  height: auto;
  padding: 0 8.18%;
}

.banner-inner ul {
  padding-top: 40px;
}

.banner-inner ul li a img {
  width: 100%;
  height: auto;
}

.banner-inner ul li:not(:first-of-type) {
  margin-top: 20px;
}
/*# sourceMappingURL=style.css.map */