@charset "utf-8";

/* -----------------------------------------------------------
## 共通
----------------------------------------------------------- */

:root {
    /* フォント */
    --fontA: "Noto Sans JP", sans-serif;
    --fontB: "Shippori Mincho B1", serif;
    --fontC: "Allura", cursive;
    /* カラー */
    --white: #fff;
    --black: #2F1702;
    --primary: #F27941;
    --secondary: #FBF9F5;
    --tertiary: #CAA593;
    --quaternary: #FFC093;
    /* --fifth: #F4E7D9;
    --sixth: #F9EFE8;
    --seventh: #F4DEBF;
    --eighth: #B9874F;
    --ninth: #F0BADC;
    --tenth: #805A41; */
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    overflow-x: hidden;
}

#root::-webkit-scrollbar {
    display: none;
}



/* ★★★★★★★★ */
/* ★★★★★★★★初期設定★★★★★★★★ */
/* ★★★★★★★★ */

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-weight: 500;
    font-style: normal;
    color: var(--black);
    letter-spacing: 0.05em;
    line-height: 2.25;
    transition: all .3s;
    background: var(--secondary);
    overflow-x: hidden;
}

p {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.25;
    font-size: 14px;
}

.fontA {
    font-family: var(--fontA);
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
}

.fontC {
    font-family: var(--fontC);
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.45;
}

/* .fontD {
    font-family: var(--fontD);
    font-style: normal;
} */

.ptFontA s {
    text-decoration: none;
    font-family: var(--fontA);
}

.ptFontB s {
    text-decoration: none;
    font-family: var(--fontB);
}

.ptFontC s {
    text-decoration: none;
    font-family: var(--fontC);
}

.anchor {
    position: relative;
    z-index: -99;
    pointer-events: none;
    padding-top: 100px;
    margin-top: -100px;
}

.cursol-pointer{
    cursor: pointer;
}

/* +++++++++++++テキスト+++++++++++++ */

.txt16 {
    font-size: 14px;
}

.txt18 {
    font-size: 15px;
}

.txt20 {
    font-size: 16px;
}

.pt24 s {
    text-decoration: none;
    font-size: 18px;
}

.tit30 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit35 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.tit40 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-family: var(--fontB);
}

.tit44 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-family: var(--fontB);
}

.tit48 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0em;
    font-family: var(--fontB);
}

.pt64 s {
    text-decoration: none;
    font-size: 30px;
    color: var(--primary);
    line-height: 1.2em;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.23);
}

.tit64 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: 0.05em;
    font-family: var(--fontB);
}

.subtit14 {
    font-size: 13px;
    line-height: 1.45;
    letter-spacing: 0;
    color: var(--tertiary);
    font-weight: 400;
}

.subtit18 {
    font-size: 15px;
    line-height: 1.45;
    letter-spacing: 0;
    font-weight: 700;
    font-family: var(--fontB);
}


/* -------------テキスト------------- */

.area {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.area01 {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.area02 {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

.header.is-scroll .hBx {
    height: 100px;
}

.hBxR {
    gap: 15px;
}

.fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* ★★★★★★★★ボタン★★★★★★★★ */

.btn01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 220px;
    height: 55px;
    padding: 0 20px;
    border-radius: 8px;
    transition: all .3s;
}

.btn01 p {
    font-family: var(--fontB);
    font-size: 17px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: all .3s;
}

.btn01::before {
    content: "";
    display: block;
    width: 28px;
    aspect-ratio: 27/7;
    transition: all .3s;
}

.btn02 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 300px;
    height: 55px;
    padding: 0 20px;
    border-radius: 8px;
    transition: all .3s;
}

.btn02>div {
    display: flex;
    align-items: center;
    gap: 11.5px;
}

.btn02 p {
    font-family: var(--fontB);
    font-size: 16px;
    line-height: 1.45em;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: all .3s;
}

.btn02::before {
    content: "";
    display: block;
    width: 28px;
    aspect-ratio: 27/7;
    transition: all .3s;
}

.btn03 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 146/25;
    padding: 0 20px;
    border-radius: 10px;
    transition: all .3s;
}

.btn03 p {
    font-family: var(--fontB);
    font-size: 18px;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 700;
    transition: all .3s;
}

.btn03::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 20px;
    display: block;
    width: 28px;
    aspect-ratio: 27/7;
    transition: all .3s;
    margin: auto 0;
}

.btn04 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 100%;
    max-width: 300px;
    height: 55px;
    padding: 0 20px;
    border-radius: 8px;
    transition: all .3s;
}

.btn04>div {
    display: flex;
    align-items: center;
    gap: 11.5px;
}

.btn04 p {
    font-family: var(--fontB);
    font-size: 16px;
    line-height: 1.45em;
    letter-spacing: 0.05em;
    font-weight: 500;
    transition: all .3s;
}

.btn04::before {
    content: "";
    display: block;
    width: 28px;
    aspect-ratio: 27/7;
    transition: all .3s;
}

.btn05 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    height: 80px;
    border-radius: 8px;
    background: var(--primary);
    box-shadow: 0 3px 6px #00000016;
    overflow: hidden;
    transition: all .3s;
}

.btn05 p:first-of-type {
    font-size: 16px;
    line-height: 1.45;
    color: var(--white);
    font-family: var(--fontB);
    transition: all .3s;
}

.btn05 p:last-of-type {
    font-size: 20px;
    line-height: 1.45;
    color: var(--white);
    font-family: var(--fontB);
    transition: all .3s;
}

.btn05::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    aspect-ratio: 67/49;
    background: url(/system_panel/uploads/images/btn_arrow02.svg)no-repeat center bottom /contain;
}

.btn05:hover {
    background: var(--white);
}

.btn05:hover p:first-of-type,
.btn05:hover p:last-of-type {
    color: var(--primary);
}

.btn06 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    height: 55px;
    padding: 0 20px;
    border-radius: 8px;
    background: var(--white);
    transition: all .3s;
}

.btn06:hover {
    background: var(--primary);
}

.btn06 p {
    font-family: var(--fontB);
    font-size: 16px;
    line-height: 1.45em;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: var(--primary);
    transition: all .3s;
}

.btn06:hover p {
    color: var(--white);
}

.btn06::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 24px;
    width: 23.5px;
    aspect-ratio: 1/1;
    transition: all .3s;
    background: url(/system_panel/uploads/images/reserve_icon_primary.svg)no-repeat center /contain;
}

.btn06:hover::before {
    background: url(/system_panel/uploads/images/reserve_icon_white.svg)no-repeat center /contain;
}

.btn06::after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 23.5px;
    width: 28px;
    aspect-ratio: 27/7;
    transition: all .3s;
    background: url(/system_panel/uploads/images/btn_arrow_primary.svg)no-repeat center /contain;
}

.btn06:hover::after {
    background: url(/system_panel/uploads/images/btn_arrow_white.svg)no-repeat center /contain;
}

.btn07 {
    position: relative;
    width: 100%;
    max-width: 300px;
    border-bottom: 1px solid var(--black);
    padding: 10px 0;
}

.btn07 p {
    padding: 0 15px 0 0;
    color: var(--black);
    font-size: 17px;
    text-align: center;
    line-height: 1.45;
}

.btn07::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 25px;
    aspect-ratio: 1/1;
    background: url(/system_panel/uploads/images/btn_arrow03)no-repeat center /contain;
    transition: all .3s;
}

.btn07:hover::before {
    transform: translate(6px, -6px);
}

.btn08 {
    position: relative;
    display: flex;
    width: 100%;
    height: 90px;
    max-width: 400px;
    padding: 0 15px 0 0;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 8px;
    background: var(--white);
    overflow: hidden;
    transition: all .3s;
}

.btn08:hover {
    background: var(--primary);
}

.btn08 p {
    color: var(--primary);
    font-size: 17px;
    text-align: center;
    line-height: 1.45em;
    font-family: var(--fontB);
    font-weight: 700;
    transition: all .3s;
}

.btn08 p s {
    text-decoration: none;
    font-size: 22px;
}

.btn08:hover p {
    color: var(--white);
}

.btn08::before {
    content: "";
    display: block;
    width: 35px;
    aspect-ratio: 1/1;
    transition: all .3s;
    background: url(/system_panel/uploads/images/line_icon.png)no-repeat center /contain;
}

.btn08::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 68px;
    aspect-ratio: 68/49;
    bottom: 0;
    right: 0;
    background: url(/system_panel/uploads/images/btn_arrow02_line.svg)no-repeat center /contain;
}


.btnPrimary {
    background: var(--primary);
    border: 2px solid var(--primary);
}

.btnPrimary::before {
    background: url(/system_panel/uploads/images/btn_arrow_white.svg)no-repeat center /contain;
}

.btnPrimary:hover::before {
    filter: brightness(0) saturate(100%) invert(66%) sepia(59%) saturate(3534%) hue-rotate(-27deg) brightness(99%) contrast(92%);
}
.btnLine:hover::before {
  filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(556%) hue-rotate(79deg) brightness(93%) contrast(88%);
}


.btnPrimary:hover {
    background: var(--white);
}

.btnPrimary p {
    color: var(--white);
}

.btnPrimary:hover p {
    color: var(--primary);
}
.btnLine:hover p {
    color: #13ba18;
}


.btnPrimary img {
    display: block;
    width: 23.5px;
    height: 21.76px;
    transition: all .3s;
}

  .btnPrimary:hover img {
      filter: brightness(0) saturate(100%) invert(66%) sepia(59%) saturate(3534%) hue-rotate(-27deg) brightness(99%) contrast(92%);
  }
  .btnLine:hover img {
    filter: brightness(0) saturate(100%) invert(48%) sepia(92%) saturate(556%) hue-rotate(79deg) brightness(93%) contrast(88%);
  }
.btnLine {
  background: #13ba18;
  border: 2px solid #13ba18;
}

.btnLine:hover {
  background: var(--white);
}


.btnTertiary {
    background: var(--white);
    border: 2px solid var(--tertiary);
    transition: all .3s;
}

.btnTertiary:hover {
    background: var(--tertiary);
}

.btnTertiary::before {
    background: url(/system_panel/uploads/images/btn_arrow_tertiary.svg) no-repeat center /contain;
    filter: brightness(0) saturate(100%) invert(68%) sepia(13%) saturate(597%) hue-rotate(-25deg) brightness(98%) contrast(95%);
}

.btnTertiary p {
    color: var(--tertiary);
}

.btnTertiary:hover p {
    color: var(--white);
}

.btnTertiary:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(100%) hue-rotate(-41deg) brightness(114%) contrast(101%);
}

.btnTertiary:hover::before {
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(100%) hue-rotate(-25deg) brightness(114%) contrast(101%);
}


.telBx {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    height: 50px;
    padding: 0 14px;
    background: var(--white);
    transition: all .3s;
}

.telBx>div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 8px;
    margin: -2px 0 0;
}

.telBx>div::before {
    content: "";
    display: block;
    width: 8px;
    aspect-ratio: 900/2355;
    background: url(/system_panel/uploads/images/tel_icon_black.svg) no-repeat center /contain;
    transition: all .3s;
}

.telBx>p {
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0;
    font-family: var(--fontB);
    font-weight: 700;
    text-align: center;
}

.telBx>div>p {
    font-size: 22px;
    line-height: 1em;
    letter-spacing: 0;
    font-weight: 700;
}

.telFl {
    display: flex;
    align-items: center;
    gap: 8px;
}

.telFl img {
    display: block;
    width: 9px;
    margin: 3px 0 0;
}

.telFl p {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0em;
    font-weight: 500;
}


/* ☆☆☆☆☆☆☆☆ボタン☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★shadow★★★★★★★★ */

.shadow01 {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.shadow02 {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.shadow03 {
    box-shadow: 0 3px 6px 0 #000;
}

.txtShadow01 {
    text-shadow: 10px 10px 40px #00000066;
}

/* ☆☆☆☆☆☆☆☆shadow☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★透かしカバー★★★★★★★★ */
.cover01 {
    position: relative;
}

.cover01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.33) 100%);
}

.cover02 {
    position: relative;
}

.cover02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .35;
}

.cover03 {
    position: relative;
}

.cover03::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .88;
}

.cover04 {
    position: relative;
}

.cover04::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #311501;
    opacity: .88;
}

/* ☆☆☆☆☆☆☆☆透かしカバー☆☆☆☆☆☆☆☆ */




/* ☆☆☆☆☆☆☆☆初期設定☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★固定★★★★★★★★ */


.inWrap {
    width: 100%;
    margin: 60px 0 0 0;
}

.inWrapBg {
    padding: 60px 0;
    background: linear-gradient(0deg, rgba(255, 245, 224, 0) 0%, rgba(255, 255, 255, 1) 13%, rgba(255, 255, 255, 1) 81%, rgba(255, 245, 224, 1) 100%);
}

.inBtm {
    padding-bottom: 80px;
}

.inBtmM {
    margin-bottom: 120px;
}


/* +++++++++++++テキストその他+++++++++++++ */

.uBar s {
    position: relative;
    padding: 0 0 1px 0;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.dotsH strong {
    font-weight: 500 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 5px;
}

.dotsH02 strong {
    font-weight: 700 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(1.5px 1.5px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 2px;
}



/* +++++++++++++hover+++++++++++++ */

.hvrDef {
    color: #482508;
}

.hvrDef:hover {
    color: #482508;
}

.hvrWhite {
    color: #fff;
}

.hvrWhite:hover {
    color: #fff;
}

.hvrCommon {
    color: #141418;
}

.hvrCommon:hover {
    color: #141418;
}

.hvrLight {
    transition: all ease .3s;
}

.hvrLight:hover {
    filter: brightness(1.2);
}

.hvrW {
    position: relative;
}

.hvrW::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition-duration: .3s;
}

.hvrW:hover::before {
    opacity: .2;
    pointer-events: none;
}

.hvrOpa4,
.hvrOpa5,
.hvrOpa7 {
    transition: all ease .3s;
}

.hvrOpa7:hover {
    opacity: .7;
}

.hvrOpa5:hover {
    opacity: .5;
}

.hvrOpa4:hover {
    opacity: .4;
}

.hvrUline:hover p,
.hvrUline:hover h1,
.hvrUline:hover h2,
.hvrUline:hover h3,
.hvrUline:hover h4 {
    text-decoration: underline;
}

.uLineYellow {
    text-decoration-line: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: var(--yellow);
}


.cmnA {
    color: #333;
    transition: all ease .3s;
}

.cmnA:hover {
    color: #8a8a8a;
}

.opa-white {
    position: relative;
    transition: all ease .3s;
}

.opa-white:hover {
    opacity: .7;
}

.opa-white::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #fff;
}


/* -------------hover------------- */


.flexWrap {
    flex-wrap: wrap;
}

.img-fit {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.pull {
    position: relative;
    cursor: pointer;
}


.pull:hover .down {
    visibility: visible;
    opacity: 1;
    display: block;
}

.down {
    display: none;
    visibility: hidden;
    position: absolute;
}


.borderB01 {
    border-bottom: #ccc 1px solid;
}

.tableBorder01 .row {
    border-bottom: 1px solid #E5E5E5;
}

.tableBorder02 .row {
    border-bottom: 1px solid #E5E5E5;
}

.pointerAuto {
    pointer-events: auto;
}

.pointerNone {
    pointer-events: none;
}

.wrRadius {
    border-radius: 30px 30px 0 0;
}

.wrBtm {
    padding: 0 0 30px 0;
}

.cover {
    position: relative;
    width: 100%;
    height: 280px;
    margin: 134px 0 0;
}

.cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(84, 84, 84, 0) 39%, rgba(38, 20, 3, 1) 100%);
}

.salonCvr::before {
    background: var(--quaternary);
}

.cvrAr {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1470px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.cvrTit {
    position: relative;
    padding: 0 0 5px 0;
    font-size: 32px;
    font-family: var(--fontB);
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 700;
    color: var(--white);
}

.pankuzuWr {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.pankuzuAr {
    margin: 0 auto;
    padding: 10px 15px 0;
    max-width: 1470px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 14px;
}

.pankuzuLink {
    font-size: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
}

.pankuzuLink:hover {
    color: var(--black);
}

.pankuzuTxt {
    font-size: 14px;
    line-height: 1.5em;
}

.pankuzuLink>p {
    text-decoration: none;
}

.pankuzuLink:hover>p {
    text-decoration: underline;
}

.ratio1_1 {
    aspect-ratio: 1/1;
}

.bgEllipseQuaternary {
    position: relative;
}

.bgEllipseQuaternary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100%;
    left: -100%;
    bottom: 0;
    width: 220%;
    height: 100%;
    margin: auto;
    background: var(--quaternary);
    border-radius: 100%;
}

.shadow01 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.lineBox {
    padding: 40px 25px 40px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin: -20px 0 0 0;
}

.lineBox::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 10px;
    bottom: 10px;
    left: 0;
    background: var(--secondary);
}

.lineBox::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 10px;
    right: -10px;
    bottom: -10px;
    left: 10px;
    border: 1px solid var(--tertiary);
}

/*-----------------------------------------------------------
バナーリンク
-----------------------------------------------------------*/

.banner-link {
    max-width: 700px;
    width: 100%;
    display: block;
    box-shadow: 0 5px 6px rgb(0 0 0 / 20%);
    position: relative;
    overflow: hidden;
    margin: auto;
	transition: all .3s;
}

.banner-link:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(47, 23, 2, 50%);
	transition: all .3s;
    z-index: 1;
}

.banner-link:hover:before {
	filter: brightness(1.4); 
	transition: all .3s;
}

.banner-link-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: var(--white);
    text-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 550px;
    width: 84%;
    z-index: 5;
}

.banner-link-sub-title {
    margin: 5px 0 0;
}

.link-img-box {
    position: relative;
    width: 100%;
    min-height: 250px !important;
}

.link-img-box img {
    justify-content: center;
    align-items: center;
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    margin: auto;
    object-fit: cover;
    transition: all .5s;
}

.anchor-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 60px;
    width: 100%;
    margin: 0 auto 0 auto;
    z-index: -1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */




    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {}

/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {


    p {
        font-size: 15px;
    }


    .inWrap {
        margin: 110px 0 0 0;
    }

    .inWrapBg {
        padding: 110px 0;
    }

    .inBtm {
        padding-bottom: 150px;
    }

    .cover {
        height: 320px;
    }

    .cvrTit {
        font-size: 40px;
    }

    .btn01 {
        padding: 0 32px;
        max-width: 290px;
        height: 64px;
    }

    .btn01::before {
        width: 35px;
    }

    .btn01 p {
        font-size: 20px;
    }

    .btn02 {
        max-width: 343px;
        height: 64px;
    }

    .btn02 p {
        font-size: 18px;
    }

    .btn03 {
        max-width: 600px;
    }

    .btn03 p {
        font-size: 23px;
    }

    .btn04 {
        max-width: 380px;
        height: 70px;
    }

    .btn04 p {
        font-size: 20px;
    }

    .btn05 {
        max-width: 400px;
        height: 105px;
    }

    .btn05 p:first-of-type {
        font-size: 20px;
    }

    .btn05 p:last-of-type {
        font-size: 30px;
    }

    .btn05::before {
        width: 67px;
    }

    .btn03::before {
        right: 30px;
    }

    .btn06 {
        max-width: 380px;
        height: 70px;
    }

    .btn06 p {
        font-size: 20px;
    }

    .btn07 p {
        font-size: 20px;
    }

    .btn07::before {
        right: 24px;
        width: 30px;
    }

    .btn08 {
        gap: 20px;
        max-width: 420px;
        height: 100px;
    }

    .btn08 p {
        font-size: 18px;
    }

    .btn08 p s {
        font-size: 26px;
    }

    .telBx {
        max-width: 233px;
        height: 56px;
    }

    .telBx>div::before {
        width: 9px;
    }

    .telBx>p {
        font-size: 12px;
    }

    .telBx>div>p {
        font-size: 28px;
    }

    .telFl {
        display: flex;
        align-items: center;
        gap: 12.3px;
    }

    .telFl img {
        width: 10.6px;
    }

    .telFl p {
        font-size: 32px;
    }

    .anchor {
        padding-top: 120px;
        margin-top: -120px;
    }

    .txt16 {
        font-size: 15px;
    }

    .txt18 {
        font-size: 16px;
    }

    .txt20 {
        font-size: 18px;
    }

    .pt24 s {
        font-size: 20px;
    }

    .tit30 {
        font-size: 22px;
    }

    .tit35 {
        font-size: 26px;
    }

    .tit40 {
        font-size: 24px;
    }

    .tit44 {
        font-size: 25px;
    }

    .tit48 {
        font-size: 26px;
    }

    .pt64 s {
        font-size: 40px;
    }

    .tit64 {
        font-size: 40px;
    }

    .subtit14 {
        font-size: 14px;
    }

    .subtit18 {
        font-size: 16px;
    }

    /* オリジナル */

    .btnGr {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 30px;
    }

    .lineBox {
        padding: 65px 15px 65px 0;
        margin: -40px 0 0 0;
    }

}

/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    .inWrap {
        margin: 160px 0 0 0;
    }

    .inWrapBg {
        padding: 160px 0;
    }


    p {
        font-size: 16px;
    }

    .txt16 {
        font-size: 16px;
    }

    .txt18 {
        font-size: 18px;
    }

    .txt20 {
        font-size: 20px;
    }

    .pt24 s {
        font-size: 24px;
    }

    .tit30 {
        font-size: 26px;
    }

    .tit35 {
        font-size: 30px;
    }

    .tit40 {
        font-size: 32px;
    }

    .tit44 {
        font-size: 34px;
    }

    .tit48 {
        font-size: 38px;
    }

    .subtit18 {
        font-size: 18px;
    }

    .pt64 s {
        font-size: 52px;
    }

    .tit64 {
        font-size: 52px;
    }

    .btn03 {
        max-width: 720px;
    }

    .btn03 p {
        font-size: 28px;
    }

    .btn03::before {
        right: 40px;
    }

    .btn08 {
        gap: 40px;
        max-width: 450px;
        height: 105px;
    }

    .btn08 p {
        font-size: 20px;
    }

    .btn08 p s {
        font-size: 30px;
    }

    .lineBox {
        padding: 90px 15px 90px 0;
        margin: -60px 0 0 0;
    }

}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {

    .tit30 {
        font-size: 30px;
    }

    .tit35 {
        font-size: 35px;
    }

    .tit40 {
        font-size: 40px;
    }

    .tit44 {
        font-size: 44px;
    }

    .tit48 {
        font-size: 48px;
    }

    .pt64 s {
        font-size: 64px;
    }

    .tit64 {
        font-size: 64px;
    }
}

/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {

    /* オリジナル */
}

/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {}

/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1920px) {}

/* min-width: 1920px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */