@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* base
--------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  color: inherit;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  outline: none;
  background-color: #fff;
  border: #707070 solid 1px;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 0.5em;
  width: 100%;
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* system
--------------------------- */
@keyframes fuwafuwa01 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-20px);
  }
}
@keyframes fuwafuwa02 {
  from {
    transform: scale(-1, 1) translateY(0);
  }
  to {
    transform: scale(-1, 1) translateY(-20px);
  }
}
/*! css-wipe | https://github.com/stackcss/css-wipe */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow: auto !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #383838;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-wrap: break-word;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #F7F4F3;
}
@media (min-width: 921px) {
  body {
    font-size: 2.4rem;
  }
}

h2, h3, h4, h5 {
  font-weight: normal;
}

h2 {
  margin: 0;
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

li {
  list-style: none;
}

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

em {
  font-style: initial;
}

button:focus {
  outline: 0;
}

a {
  display: block;
  width: 100%;
  height: 100%;
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: visible;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bl_deco_right, .bl_deco_left, .bl_deco_top {
  position: relative;
}
.bl_deco_right::after, .bl_deco_left::after, .bl_deco_top::after {
  content: "";
  display: block;
  width: 88.5%;
  max-width: 1330px;
  height: 0;
  padding-top: 27%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/bg_pinkarrow-left@1x.png);
  background-image: image-set(url(../img/bg_pinkarrow-left@1x.png) 1x, url(../img/bg_pinkarrow-left@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/bg_pinkarrow-left@1x.png) 1x, url(../img/bg_pinkarrow-left@2x.png) 2x);
  background-position: bottom;
  background-size: contain;
  z-index: -1;
}

.bl_deco_left::after {
  left: 0;
  transform: scale(-1, 1);
}

.bl_deco_top::after {
  top: 0;
  left: 0;
  transform: scale(-1, -1);
}

.ly_section {
  width: 100%;
  margin-top: 40px;
  padding: 0 10px;
}
@media (min-width: 921px) {
  .ly_section {
    margin-top: 100px;
  }
}

.bl_section_wrap {
  margin: 0 auto;
  max-width: 1320px;
}

.bl_section_heading {
  width: 100vw;
  padding: 135px 0 14px;
}
@media (min-width: 921px) {
  .bl_section_heading {
    padding: 527px 0 80px;
  }
}

.bl_section_ttl {
  width: max-content;
  margin: 0 auto;
  text-align: center;
}

.el_section_ttl_en {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #C16288;
}
@media (min-width: 921px) {
  .el_section_ttl_en {
    font-size: 3.8rem;
  }
}
.el_section_ttl_en._shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.el_section_ttl_ja {
  font-size: 1.2rem;
}
@media (min-width: 921px) {
  .el_section_ttl_ja {
    font-size: 2.4rem;
  }
}
.el_section_ttl_ja._shadow {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.el_cont_ttl {
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(transparent 0%, transparent 50%, #F7F4F3 50%, #F7F4F3 100%);
  font-weight: bold;
  color: #C16288;
}

.bl_iconList_wrap._bgGray {
  background: #F7F4F3;
  padding: 15px;
  padding-bottom: 11px;
}
@media (min-width: 921px) {
  .bl_iconList_wrap._bgGray {
    padding: 32px 56px;
  }
}

.el_iconList_item {
  padding-left: 24px;
  position: relative;
}
@media (min-width: 921px) {
  .el_iconList_item {
    padding-left: 43px;
  }
}
.el_iconList_item::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_paw-pink.svg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 921px) {
  .el_iconList_item::before {
    width: 27px;
    height: 27px;
  }
}
.el_iconList_item + .el_iconList_item {
  margin-top: 3px;
}

.bl_link {
  display: inline;
}
.bl_link:hover {
  opacity: 0.7;
}

.el_section_subTtl_white,
.el_section_subTtl_baige {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  color: #C16288;
  background: linear-gradient(transparent 0%, transparent 50%, #F7F4F3 50%, #F7F4F3 100%);
}
@media (min-width: 921px) {
  .el_section_subTtl_white,
  .el_section_subTtl_baige {
    font-size: 3rem;
  }
}

.el_section_subTtl_white {
  background: linear-gradient(transparent 0%, transparent 50%, #FFFFFF 50%, #FFFFFF 100%);
}

.el_emphasis {
  font-weight: bold;
  color: #C16288;
  text-decoration: underline;
}

.ly_imgFlex {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 1708px;
}
@media (min-width: 1380px) {
  .ly_imgFlex {
    flex-direction: row;
    gap: 64px;
  }
}

.ly_imgFlex_box {
  margin: 0 auto;
}
@media (min-width: 1380px) {
  .ly_imgFlex_box {
    margin: 0;
    width: 100%;
    max-width: 900px;
  }
}

.ly_imgFlex_img {
  margin-left: -10px;
  width: 100vw;
  height: 0;
  padding-top: 81%;
  position: relative;
}
@media (min-width: 1380px) {
  .ly_imgFlex_img {
    width: 41.2%;
    height: 1156px;
    padding: 0;
  }
}

.bl_imgFlex_img_item_01 {
  width: 40%;
  max-width: 426px;
  position: absolute;
  top: 5.2%;
}
@media (min-width: 1380px) {
  .bl_imgFlex_img_item_01 {
    width: 426px;
    top: 0;
  }
}

.bl_imgFlex_img_item_02 {
  width: 64.8%;
  max-width: 690px;
  position: absolute;
  bottom: 0;
}
@media (min-width: 1380px) {
  .bl_imgFlex_img_item_02 {
    width: 690px;
  }
}

.js_modal {
  cursor: pointer;
}

.ly_modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 60px 10px;
  background: rgba(247, 244, 243, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  overflow: auto;
  padding: 9.18% 10px;
}

.bl_modal_wrap {
  margin: 0 auto;
  max-width: 1100px;
  background: #FFFFFF;
}

.bl_modal_cont {
  padding: 16px 14px 74px;
}
@media (min-width: 921px) {
  .bl_modal_cont {
    padding: 56px 70px 120px;
  }
}

.bl_modal_heading {
  border-bottom: 1px dashed #E4E4E4;
}

.bl_modal_main {
  margin-top: 18px;
}
@media (min-width: 921px) {
  .bl_modal_main {
    margin-top: 24px;
  }
}
.bl_modal_main > * + * {
  margin-top: 23px;
}
@media (min-width: 921px) {
  .bl_modal_main > * + * {
    margin-top: 32px;
  }
}

.bl_modal_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 0;
  font-family: "Jost", sans-serif;
  color: #C16288;
  border: 1px solid #C16288;
}
@media (min-width: 921px) {
  .bl_modal_btn {
    padding: 12px 0;
  }
}
.bl_modal_btn:hover {
  background: #C16288;
  color: #FFFFFF;
}
.bl_modal_btn:hover::before {
  background-image: url(../img/icon_close-ivory.svg);
}
.bl_modal_btn::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/icon_close-pink.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------*
 * elemennt
 *--------------------------------------*/
/*--------------------------------------*
* block
*--------------------------------------*/
/*--------------------------------------*
 * unique
 *--------------------------------------*/
.ly_header {
  width: 100%;
  position: absolute;
  z-index: 100000;
}
.ly_header.is_fixed {
  background: #C16288;
  position: fixed;
}
.ly_header.is_fixed .el_navBtn_icon {
  position: relative;
}
.ly_header.is_fixed .el_navBtn_icon::before {
  content: url(../img/icon_menu-ivory.svg);
  position: absolute;
}
.ly_header.is_fixed .bl_headerLogo {
  width: 75px;
}
@media (min-width: 1380px) {
  .ly_header.is_fixed .bl_headerLogo {
    width: 100px;
  }
}
@media (min-width: 1920px) {
  .ly_header.is_fixed .bl_headerLogo {
    margin: 0 80px;
  }
}

.bl_header_wrap {
  text-align: center;
}

.ly_header_inner {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  height: 75px;
}
@media (min-width: 1380px) {
  .ly_header_inner {
    height: 100px;
  }
}

.bl_headerLogo {
  display: flex;
  justify-content: center;
  width: 75px;
  background: #C16288;
}
@media (min-width: 1380px) {
  .bl_headerLogo {
    width: 100px;
  }
}
.bl_headerLogo.is_top {
  width: 150px;
}
@media (min-width: 1380px) {
  .bl_headerLogo.is_top {
    width: 300px;
  }
}

.ly_nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

.bl_nav_cont {
  width: 100vw;
  height: 100vh;
  padding-top: 70px;
  background: rgba(247, 244, 243, 0.9);
  overflow: auto;
}

.bl_navBtn {
  position: absolute;
  top: 27px;
  right: 24px;
}
@media (min-width: 1380px) {
  .bl_navBtn {
    display: none;
  }
}

.bl_nav_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 1380px) {
  .bl_nav_list {
    flex-direction: row;
    justify-content: space-between;
    flex: 1;
    width: 100%;
    max-width: 1320px;
  }
}
.bl_nav_list_pc {
  margin-top: 20px;
  display: none;
}
.bl_nav_list_pc.is_top {
  padding-bottom: 40px;
  position: absolute;
  top: 100vh;
  left: 50%;
  transform: translate(-50%, -100%);
}
@media (min-width: 1380px) {
  .bl_nav_list_pc.is_top {
    display: flex;
  }
}
.bl_nav_list_pc.is_top .bl_nav_link:hover {
  color: #C16288;
}
.bl_nav_list_pc.is_top .bl_nav_link:hover .bl_nav_icon {
  content: url(../img/icon_insta-pink.svg);
}
.bl_nav_list_pc .bl_nav_link:hover .bl_nav_icon {
  content: url(../img/icon_insta-ivory.svg);
}

.bl_nav_link {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1380px) {
  .bl_nav_link {
    flex-direction: column;
    gap: 0;
  }
}
.bl_nav_link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/icon_paw-pink.svg) no-repeat;
  background-size: contain;
}
@media (min-width: 1380px) {
  .bl_nav_link::before {
    display: none;
  }
}
.bl_nav_link:hover {
  color: #C16288;
}
@media (min-width: 1380px) {
  .bl_nav_link:hover {
    color: #F7F4F3;
  }
}
.bl_nav_link:hover .bl_nav_icon {
  content: url(../img/icon_insta-pink.svg);
}

.el_nav_en {
  font-family: "Jost", sans-serif;
  font-size: 3rem;
}

.el_nav_ja {
  font-size: 10px;
}

.bl_nav_icon {
  content: url(../img/icon_insta-black.svg);
}

.bl_navContact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.bl_navContact_sp {
  margin-top: 60px;
}
.bl_navContact_pc {
  display: none;
  padding-top: 10px;
  padding-right: 20px;
  right: 40px;
}
@media (min-width: 1380px) {
  .bl_navContact_pc {
    display: flex;
    gap: 5px;
    flex-grow: 0;
    height: fit-content;
  }
}
@media (min-width: 1920px) {
  .bl_navContact_pc {
    gap: 20px;
    padding-right: 40px;
  }
}
.bl_navContact_pc .bl_navContact_tel {
  position: relative;
}
.bl_navContact_pc .bl_navContact_tel::before {
  content: url(../img/icon_tel-ivory.svg);
  position: absolute;
}
.bl_navContact_pc .el_navContact_txt {
  font-size: 1.4rem;
}
.bl_navContact_pc.is_top {
  top: 40px;
}
@media (min-width: 1380px) {
  .bl_navContact_pc.is_top {
    display: flex;
    gap: 30px;
  }
}
.bl_navContact_pc.is_top .el_navContact_txt {
  margin-right: 9px;
  padding: 12px 19px;
  font-size: 1.8rem;
  line-height: 24px;
}
.bl_navContact_pc.is_top .el_navContact_txt::before {
  border-width: 4.5px 0 4.5px 9px;
  right: -9px;
}
.bl_navContact_pc.is_top .bl_navContact_link {
  width: 83px;
}
.bl_navContact_pc.is_top .bl_navContact_tel::before {
  content: "";
}

.el_navContact_txt {
  margin-right: 7px;
  padding: 9px 15px;
  border-radius: 15px;
  background: #FFFFFF;
  font-weight: bold;
  line-height: 19px;
  color: #C16288;
  position: relative;
}
.el_navContact_txt::before {
  content: "";
  display: block;
  border-style: solid;
  border-width: 3.5px 0 3.5px 7px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
}

.bl_navContact_link {
  width: 60px;
}

.el_navContact_storeName {
  font-size: 1rem;
  color: #C16288;
  font-weight: bold;
  white-space: nowrap;
}
@media (min-width: 921px) {
  .el_navContact_storeName {
    font-size: 1.2rem;
  }
}

.bl_navContact_stores {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.bl_navContact_pc:not(.is_top) .bl_navContact_link {
  width: 36px;
}
.bl_navContact_pc:not(.is_top) .bl_navContact_link img {
  width: 100%;
  height: auto;
}
.bl_navContact_pc:not(.is_top) .bl_navContact_tel::before {
  content: "";
  width: 36px;
  height: 36px;
  background: url(../img/icon_tel-ivory.svg) no-repeat center/contain;
}
.bl_navContact_pc:not(.is_top) .el_navContact_storeName {
  color: #FFFFFF;
}

.ly_mv {
  position: relative;
}

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

.bl_mv_inner {
  width: 280px;
  position: absolute;
  bottom: 89px;
  left: calc(50% - 140px);
  z-index: 10000;
}
@media (min-width: 921px) {
  .bl_mv_inner {
    width: 50%;
    max-width: 600px;
    bottom: 157px;
    left: auto;
    right: 38px;
  }
}

.bl_mv_bnr_btn {
  display: flex;
  width: 18px;
  height: 18px;
  padding: 4px;
  background: #FFFFFF;
  border: 1px solid #C16288;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 6px;
}
@media (min-width: 921px) {
  .bl_mv_bnr_btn {
    width: 38px;
    height: 38px;
    padding: 9px;
  }
}

.ly_news {
  margin-top: 24px;
}
@media (min-width: 921px) {
  .ly_news {
    margin-top: 80px;
  }
}

@media (min-width: 921px) {
  .bl_news_wrap {
    display: flex;
  }
}

@media (min-width: 921px) {
  .bl_news_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
  }
}

.ly_news_box {
  margin-top: 18px;
  background: #FFFFFF;
  padding: 0 16px;
  padding-top: 4px;
}
@media (min-width: 921px) {
  .ly_news_box {
    margin: 0;
    width: 70%;
    padding: 16px 64px;
  }
}

.bl_news_item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 0;
}
@media (min-width: 921px) {
  .bl_news_item {
    flex-direction: row;
    gap: 52px;
  }
}
.bl_news_item:not(:first-of-type) {
  border-top: 1px dashed #E4E4E4;
}

.el_news_item_date {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  color: #C16288;
}
@media (min-width: 921px) {
  .el_news_item_date {
    font-size: 1.8rem;
  }
}

.ly_about {
  margin-top: 40px;
  padding-top: 24px;
  position: relative;
}
@media (min-width: 921px) {
  .ly_about {
    margin-top: 80px;
    padding-top: 72px;
  }
}

.bl_about_img {
  margin: 0 auto;
  margin-top: 16px;
  max-width: 970px;
  padding: 0 25px;
  position: relative;
}
.bl_about_slide {
  position: relative;
}
.el_about_label {
  position: absolute;
  left: 3%;
  bottom: 5%;
  color: #FFFFFF;
  font-family: "Yu Gothic", YuGothic, "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  font-size: clamp(12px, 3.2vw, 28px);
  pointer-events: none;
}
.bl_about_img::after {
  content: "";
  display: block;
  width: 97px;
  height: 80px;
  background-image: url(../img/paw_sp@1x.png);
  background-image: image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media (min-width: 921px) {
  .bl_about_img::after {
    width: 450px;
    height: 270px;
    bottom: -20px;
    right: -360px;
    background-image: url(../img/paw@1x.png);
    background-image: image-set(url(../img/paw@1x.png) 1x, url(../img/paw@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/paw@1x.png) 1x, url(../img/paw@2x.png) 2x);
  }
}
@media (min-width: 921px) {
  .bl_about_img {
    margin-top: 60px;
  }
}

.ly_about_box {
  margin-top: -60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 32px 10px;
  padding-top: 92px;
  background: #FFFFFF;
}
@media (min-width: 921px) {
  .ly_about_box {
    margin-top: -100px;
    padding: 140px 10px 80px;
  }
}

.el_about_box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 921px) {
  .el_about_box_ttl {
    font-size: 3rem;
  }
}

.el_about_emphasis {
  padding: 0 8px;
  text-decoration: none;
}
@media (min-width: 921px) {
  .el_about_emphasis {
    padding: 0 24px;
    font-size: 3.8rem;
  }
}

.el_about_box_txt {
  text-align: center;
  font-size: 13px;
}
@media (min-width: 921px) {
  .el_about_box_txt {
    font-size: 2rem;
  }
}

.bl_about_btn {
  display: block;
  margin: 0 auto;
  padding: 8px 32px;
  border: 1px solid #C16288;
  color: #C16288;
}
@media (min-width: 921px) {
  .bl_about_btn:hover {
    background: #C16288;
    color: #F7F4F3;
  }
}

.el_about_btn_en {
  font-family: "Jost", sans-serif;
  font-size: 2rem;
}
@media (min-width: 921px) {
  .el_about_btn_en {
    font-size: 3rem;
  }
}

.el_about_btn_ja {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media (min-width: 921px) {
  .el_about_btn_ja {
    font-size: 1.4rem;
  }
}

.bl_message_ttl {
  width: 100%;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 24px;
}

.bl_clause {
  margin-top: 40px;
}
@media (min-width: 921px) {
  .bl_clause {
    margin-top: 80px;
  }
}

.bl_clause_heading {
  position: relative;
}

.bl_clause_heading_ttl {
  width: 100%;
  position: absolute;
  bottom: 8px;
}
@media (min-width: 1380px) {
  .bl_clause_heading_ttl {
    bottom: 24px;
  }
}

.el_clause_heading_emphasis {
  padding: 0;
  padding-left: 8px;
}
@media (min-width: 1380px) {
  .el_clause_heading_emphasis {
    padding-left: 16px;
  }
}

.bl_clause_list {
  margin-top: 16px;
}
@media (min-width: 921px) {
  .bl_clause_list {
    margin-top: 32px;
  }
}

.bl_clause_item + .bl_clause_item {
  margin-top: 24px;
}
@media (min-width: 921px) {
  .bl_clause_item + .bl_clause_item {
    margin-top: 56px;
  }
}

.bl_cause_item_ttl {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 921px) {
  .bl_cause_item_ttl {
    gap: 24px;
  }
}
.bl_cause_item_ttl .el_section_subTtl_baige {
  margin: 0;
}

.bl_clause_item_icon {
  width: 32px;
}
@media (min-width: 921px) {
  .bl_clause_item_icon {
    width: 68px;
  }
}

.el_clause_txt {
  margin-top: 16px;
}
@media (min-width: 921px) {
  .el_clause_txt {
    margin-top: 24px;
    font-size: 2rem;
  }
}

.ly_gallery {
  margin-top: 40px;
  padding-bottom: 45px;
}
@media (min-width: 921px) {
  .ly_gallery {
    margin-top: 80px;
    padding-bottom: 172px;
  }
}

.bl_gallery_item {
  padding: 0 6px;
}
@media (min-width: 921px) {
  .bl_gallery_item {
    padding: 0 30px;
  }
}

.bl_gallery_img img {
  width: 100%;
}

.ly_trimming {
  padding: 0;
}

.un_trimming_heading {
  background-image: url(../img/trimming-midashi@1x.jpg);
  background-image: image-set(url(../img/trimming-midashi@1x.jpg) 1x, url(../img/trimming-midashi@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/trimming-midashi@1x.jpg) 1x, url(../img/trimming-midashi@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ly_trimming_cource {
  padding: 0 10px;
  margin-top: 32px;
}
@media (min-width: 921px) {
  .ly_trimming_cource {
    margin-top: 80px;
  }
}

.el_trimming_abou_txt {
  text-align: center;
  margin-top: 24px;
}
@media (min-width: 921px) {
  .el_trimming_abou_txt {
    font-size: 2rem;
  }
}

.ly_trinmming_cource_list {
  margin-top: 50px;
  padding: 0 14px;
}
@media (min-width: 921px) {
  .ly_trinmming_cource_list {
    margin-top: 60px;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 0;
  }
}

.bl_trimming_cource_item {
  margin: 0 auto;
  max-width: 630px;
}
@media (min-width: 921px) {
  .bl_trimming_cource_item {
    width: calc(50% - 30px);
  }
}
.bl_trimming_cource_item:not(:first-of-type) {
  margin-top: 16px;
}
@media (min-width: 921px) {
  .bl_trimming_cource_item:not(:first-of-type) {
    margin-top: 0;
  }
}
.bl_trimming_cource_item.un_wancolle {
  padding-top: 31px;
  position: relative;
}
@media (min-width: 921px) {
  .bl_trimming_cource_item.un_wancolle {
    padding-top: 61px;
  }
}
.bl_trimming_cource_item.un_wancolle::before {
  content: "";
  display: block;
  width: 61px;
  height: 61px;
  background: url(../img/icon_wancolle.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -14px;
}
@media (min-width: 921px) {
  .bl_trimming_cource_item.un_wancolle::before {
    width: 123px;
    height: 123px;
    left: -20px;
  }
}

.bl_trimming_cource_item_wrap {
  background: #FFFFFF;
  height: 100%;
  border-radius: 20px 20px 0 0;
}

.bl_trimming_cource_name {
  padding: 16px 0 6px;
  background: #C16288;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
@media (min-width: 921px) {
  .bl_trimming_cource_name {
    padding: 24px 0 16px;
  }
}

.bl_trimming_cource_name_icon {
  margin: 0 auto;
  width: 17px;
}
@media (min-width: 921px) {
  .bl_trimming_cource_name_icon {
    width: auto;
    height: 30px;
  }
  .bl_trimming_cource_name_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.el_trimming_cource_name_main {
  margin-top: 5px;
  color: #F7F4F3;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 921px) {
  .el_trimming_cource_name_main {
    margin-top: 16px;
    font-size: 3rem;
  }
}

.bl_trimming_cource_cont {
  padding: 20px 0;
}
@media (min-width: 921px) {
  .bl_trimming_cource_cont {
    padding: 40px 0;
  }
}

.bl_trimming_cource_cont_wrap {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 79.2%;
  max-width: 500px;
}
@media (min-width: 921px) {
  .bl_trimming_cource_cont_wrap {
    gap: 24px;
  }
}

.bl_trimming_cource_cont_another {
  margin: 0 auto;
  width: fit-content;
  padding-left: 32px;
  position: relative;
}
@media (min-width: 921px) {
  .bl_trimming_cource_cont_another {
    padding-left: 45px;
  }
}
.bl_trimming_cource_cont_another::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/icon_scissors-black.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .bl_trimming_cource_cont_another::before {
    width: 30px;
    height: 30px;
  }
}

.el_trimming_cource_cont_plus {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
@media (min-width: 921px) {
  .el_trimming_cource_cont_plus {
    width: 24px;
    height: 24px;
  }
}
.el_trimming_cource_cont_plus::before, .el_trimming_cource_cont_plus::after {
  content: "";
  display: block;
  background: #383838;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.el_trimming_cource_cont_plus::before {
  width: 100%;
  height: 2px;
}
@media (min-width: 921px) {
  .el_trimming_cource_cont_plus::before {
    height: 3px;
  }
}
.el_trimming_cource_cont_plus::after {
  width: 2px;
  height: 100%;
}
@media (min-width: 921px) {
  .el_trimming_cource_cont_plus::after {
    width: 3px;
  }
}

.bl_trimming_cource_cont_list {
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 921px) {
  .bl_trimming_cource_cont_list {
    gap: 8px 0;
  }
}
.bl_trimming_cource_cont_list._bgGray {
  padding: 15px 24px;
  background: #F7F4F3;
}
@media (min-width: 921px) {
  .bl_trimming_cource_cont_list._bgGray {
    padding: 24px 20px;
  }
}
.bl_trimming_cource_cont_list._bgGray .el_trimming_cource_cont_item {
  width: 100%;
}

.el_trimming_cource_cont_item {
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: 1.8;
  position: relative;
}
@media (min-width: 921px) {
  .el_trimming_cource_cont_item {
    margin-top: 0;
    font-size: 2.4rem;
  }
}

.el_trimming_cource_cont_txt {
  display: block;
  margin-top: -5px;
  font-size: 1rem;
}
@media (min-width: 921px) {
  .el_trimming_cource_cont_txt {
    font-size: 1.6rem;
  }
}

.un_iconList_trimmingPrice {
  margin: 0 auto;
  margin-top: 16px;
  max-width: 660px;
}
@media (min-width: 921px) {
  .un_iconList_trimmingPrice {
    margin-top: 68px;
    max-width: 100%;
  }
}
.un_iconList_trimmingPrice .el_iconList_item + .el_iconList_item {
  margin-top: 16px;
}
@media (min-width: 921px) {
  .un_iconList_trimmingPrice .el_iconList_item + .el_iconList_item {
    margin-top: 24px;
  }
}

.bl_bnr_item {
  text-align: center;
}
.bl_bnr_item + .bl_bnr_item {
  margin-top: 15px;
}

.bl_trimmingPrice_btn {
  display: block;
  max-width: 375px;
  margin: 40px auto;
  border: 1px solid #C16288;
  padding: 20px 80px;
  font-size: 2rem;
  font-weight: bold;
  background: #C16288;
  color: #F7F4F3;
  border: #ffffff dashed 2.5px;
  box-shadow: 0 0 0 0.3em #c16288;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 20%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.1) 20%, transparent 20%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
}
@media (min-width: 921px) {
  .bl_trimmingPrice_btn {
    max-width: unset;
    margin: 90px auto;
    padding: 20px 90px;
    font-size: 3rem;
  }
}
.bl_trimmingPrice_btn .bl_trimmingPrice_coment_txt {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
}
@media (min-width: 921px) {
  .bl_trimmingPrice_btn .bl_trimmingPrice_coment_txt {
    font-size: 2rem;
  }
}

.bl_trimmingPrice_btn::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon-awesome-paw.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .bl_trimmingPrice_btn::before {
    width: 45px;
    height: 45px;
  }
}

.bl_trimmingPrice_btn::after {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(../img/icon-ionic-ios-arrow-dropright.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .bl_trimmingPrice_btn::after {
    width: 45px;
    height: 45px;
  }
}

.ly_trimming_bnr {
  margin-top: 56px;
  pad: 0;
}
@media (min-width: 921px) {
  .ly_trimming_bnr {
    margin-top: 100px;
    padding: 0 10px;
  }
}

@media (min-width: 921px) {
  .bl_trimming_bnr_wrap {
    display: flex;
    align-items: flex-end;
    gap: 60px;
  }
}

.bl_trimming_bnr_item {
  margin: 0 auto;
  width: 100%;
  max-width: 375px;
  text-align: center;
}
@media (min-width: 921px) {
  .bl_trimming_bnr_item {
    max-width: 100%;
  }
}
.bl_trimming_bnr_item + .bl_trimming_bnr_item {
  margin-top: 15px;
}
.bl_trimming_bnr_item img {
  width: 100%;
}

.ly_trimmingPrice {
  margin-top: 12px;
  padding: 0 10px;
  padding-bottom: 45px;
}
@media (min-width: 921px) {
  .ly_trimmingPrice {
    margin-top: 100px;
    padding-bottom: 176px;
  }
}

.bl_trimmingPrice_tab_list {
  margin-top: 21px;
  display: flex;
}
@media (min-width: 921px) {
  .bl_trimmingPrice_tab_list {
    margin-top: 60px;
  }
}

.bl_trimmingPrice_tab_item {
  width: 25%;
  padding: 21px 0 5px;
  text-align: center;
  position: relative;
  border-radius: 15px 15px 0 0;
}
@media (min-width: 921px) {
  .bl_trimmingPrice_tab_item {
    padding: 78px 0 24px;
  }
}
.bl_trimmingPrice_tab_item.active {
  color: #C16288;
  background: #FFFFFF;
}
.bl_trimmingPrice_tab_item.active._01::before {
  background-image: url(../img/icon_bubble-pink.svg);
}
.bl_trimmingPrice_tab_item.active._02::before {
  background-image: url(../img/icon_leaf-pink.svg);
}
.bl_trimmingPrice_tab_item.active._03::before {
  background-image: url(../img/icon_scissors-pink.svg);
}
.bl_trimmingPrice_tab_item.active._04::before {
  background-image: url(../img/icon_drop-pink.svg);
}
.bl_trimmingPrice_tab_item::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 921px) {
  .bl_trimmingPrice_tab_item::before {
    width: 33px;
    height: 30px;
    top: 32px;
  }
}
.bl_trimmingPrice_tab_item._01::before {
  background-image: url(../img/icon_bubble-black.svg);
}
.bl_trimmingPrice_tab_item._02::before {
  background-image: url(../img/icon_leaf-black.svg);
}
.bl_trimmingPrice_tab_item._03::before {
  background-image: url(../img/icon_scissors-black.svg);
}
.bl_trimmingPrice_tab_item._04::before {
  background-image: url(../img/icon_drop-black.svg);
}

.el_trimmingPrice_tab_name {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 921px) {
  .el_trimmingPrice_tab_name {
    font-size: 2.4rem;
  }
}

.bl_trimmingPrice_box {
  padding: 22px 14px 27px;
  background: #FFFFFF;
  position: relative;
}
@media (min-width: 921px) {
  .bl_trimmingPrice_box {
    padding: 72px 200px 80px;
  }
}
@media (min-width: 921px) {
  .bl_trimmingPrice_box::before {
    content: url(../img/paw@1x.png);
    position: absolute;
    bottom: -24px;
    right: -180px;
  }
}

.bl_trimmingePrice_table {
  width: 100%;
}

.el_trimmingPrice_th {
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
}
@media (min-width: 921px) {
  .el_trimmingPrice_th {
    font-size: 2.4rem;
  }
}

.el_trimmingPrice_td {
  padding-top: 11px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #E4E4E4;
  text-align: center;
}
@media (min-width: 921px) {
  .el_trimmingPrice_td {
    padding: 16px 0;
  }
}
.el_trimmingPrice_td._01 {
  width: 60%;
}
.el_trimmingPrice_td._02 {
  width: 40%;
}

.ly_triming_option {
  padding-bottom: 45px;
}
@media (min-width: 921px) {
  .ly_triming_option {
    padding-bottom: 114px;
  }
}

.bl_triming_option_wrap {
  flex-direction: column-reverse;
}
@media (min-width: 1380px) {
  .bl_triming_option_wrap {
    flex-direction: row-reverse;
  }
}

.ly_triming_option_box {
  margin-top: 16px;
}
@media (min-width: 921px) {
  .ly_triming_option_box {
    margin-top: 0;
  }
}

.bl_triming_option_box_wrap {
  padding: 28px 14px 32px;
  background: #FFFFFF;
}
@media (min-width: 921px) {
  .bl_triming_option_box_wrap {
    padding: 80px 70px;
  }
}

.bl_trimminge_option_table {
  margin-top: 16px;
  width: 100%;
}
@media (min-width: 1380px) {
  .bl_trimminge_option_table {
    margin-top: 64px;
  }
}

.bl_trimming_option_tr:not(:first-of-type) .el_trimming_option_td {
  border-top: 1px dashed #E4E4E4;
}

.el_trimming_option_td {
  padding: 5px 0;
}
@media (min-width: 921px) {
  .el_trimming_option_td {
    padding: 16px 0;
  }
}
.el_trimming_option_td._01 {
  width: 65%;
  padding-left: 15px;
  text-align: left;
  position: relative;
}
@media (min-width: 921px) {
  .el_trimming_option_td._01 {
    padding-left: 75px;
  }
}
.el_trimming_option_td._01::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #C16288;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .el_trimming_option_td._01::before {
    width: 10px;
    height: 10px;
    left: 45px;
  }
}
.el_trimming_option_td._02 {
  width: 35%;
  text-align: center;
}

.el_trinmming_option_small {
  display: block;
  font-size: 1rem;
}
@media (min-width: 921px) {
  .el_trinmming_option_small {
    font-size: 1.6rem;
  }
}

.bl_trimming_option_coment {
  padding: 0;
  text-align: center;
}
@media (min-width: 921px) {
  .bl_trimming_option_coment {
    padding: 0 14px;
  }
}
.bl_trimming_option_coment_txt {
  margin-top: 12px;
  padding: 10px 16px;
  background: #F7F4F3;
  border-radius: 8px;
  font-size: 12px;
  position: relative;
}
@media (min-width: 921px) {
  .bl_trimming_option_coment_txt {
    font-size: 1.6rem;
  }
}
.bl_trimming_option_coment_txt::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0 5px 12px 5px;
  border-color: transparent transparent #F7F4F3 transparent;
  border-style: solid;
  position: absolute;
  top: -12px;
  left: 56px;
}

.bl_trimming_option_note {
  margin-top: 24px;
  padding: 0 16px;
  display: flex;
}
@media (min-width: 921px) {
  .bl_trimming_option_note {
    margin-top: 60px;
  }
}
.bl_trimming_option_note_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 6px;
  writing-mode: vertical-rl;
  font-size: 1.2rem;
  letter-spacing: 3px;
  background: #C16288;
  color: #FFFFFF;
}
@media (min-width: 921px) {
  .bl_trimming_option_note_ttl {
    font-size: 1.6rem;
  }
}
.bl_trimming_option_note_txt {
  padding-left: 8px;
  font-size: 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 921px) {
  .bl_trimming_option_note_txt {
    font-size: 1.6rem;
  }
}

.ly_triming_option_img::before {
  content: "";
  display: block;
  width: 25.8vw;
  height: 21.3vw;
  background-image: url(../img/paw_sp@1x.png);
  background-image: image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-size: contain;
  position: absolute;
  top: 21%;
  left: 5%;
}
@media (min-width: 1380px) {
  .ly_triming_option_img::before {
    display: none;
  }
}

.bl_triming_option_img_item01 {
  right: 0;
}

.bl_triming_option_img_item02 {
  left: -7.7%;
}
@media (min-width: 1380px) {
  .bl_triming_option_img_item02 {
    left: -126px;
  }
}

.un_hotel {
  padding: 0;
}

.un_hotel_heading {
  background-image: url(../img/pethotel-midashi@1x.jpg);
  background-image: image-set(url(../img/pethotel-midashi@1x.jpg) 1x, url(../img/pethotel-midashi@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/pethotel-midashi@1x.jpg) 1x, url(../img/pethotel-midashi@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.un_hotel_heading .el_section_ttl_ja {
  color: #FFFFFF;
}

.ly_hotel_about {
  padding: 0 10px;
  padding-bottom: 32px;
}
@media (min-width: 921px) {
  .ly_hotel_about {
    padding-bottom: 80px;
  }
}

.ly_hotel_about_box {
  margin-top: 20px;
}
@media (min-width: 921px) {
  .ly_hotel_about_box {
    margin-top: 125px;
  }
}

.bl_hotel_about_box_wrap {
  padding: 29px 16px 69px;
  background: #FFFFFF;
}
@media (min-width: 921px) {
  .bl_hotel_about_box_wrap {
    padding: 80px 110px;
  }
}

.bl_hotel_about_point {
  margin-top: 24px;
  padding-top: 23%;
  position: relative;
}
@media (min-width: 921px) {
  .bl_hotel_about_point {
    margin-top: 64px;
  }
}

.bl_hotel_about_point_list {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.el_hotel_about_point_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23%;
  background: #C16288;
  color: #FFFFFF;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  font-size: min(2.9vw, 21px);
}

.el_hotel_abou_txt {
  margin-top: 24px;
}
@media (min-width: 1380px) {
  .el_hotel_abou_txt {
    margin-top: 64px;
  }
}

.ly_hotel_about_img {
  position: relative;
}
.ly_hotel_about_img::before {
  content: "";
  display: block;
  width: 25.8vw;
  height: 21.3vw;
  background-image: url(../img/paw_sp@1x.png);
  background-image: image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-size: contain;
  position: absolute;
  top: 17%;
  right: 5%;
}
@media (min-width: 1380px) {
  .ly_hotel_about_img::before {
    display: none;
  }
}

.bl_hotel_about_img_item01 {
  top: 4.7%;
}
@media (min-width: 1380px) {
  .bl_hotel_about_img_item01 {
    top: 0;
  }
}

.bl_hotel_about_img_item02 {
  right: -7.7%;
}
@media (min-width: 921px) {
  .bl_hotel_about_img_item02 {
    right: -126px;
  }
}

.ly_hotelPrice {
  margin-top: 37px;
  padding: 0 10px;
}
@media (min-width: 921px) {
  .ly_hotelPrice {
    margin-top: 100px;
  }
}

.bl_hotelPrice_wrap {
  max-width: 990px;
}

.bl_hotelePrice_table {
  position: relative;
  margin-top: 14px;
  width: 100%;
  border-spacing: 0 8px;
  text-align: center;
}
@media (min-width: 921px) {
  .bl_hotelePrice_table {
    margin-top: 48px;
    border-spacing: 0 16px;
  }
}
.bl_hotelePrice_table:has(.un_optionPrice_tr) {
  margin-top: 8px;
}
@media (min-width: 921px) {
  .bl_hotelePrice_table:has(.un_optionPrice_tr) {
    margin: 20px 0 30px;
  }
}
.bl_hotelePrice_table tbody {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 921px) {
  .bl_hotelePrice_table tbody {
    gap: 20px;
  }
}
.bl_hotelePrice_table tbody:has(.un_optionPrice_tr) {
  gap: 20px;
}
@media (min-width: 921px) {
  .bl_hotelePrice_table tbody:has(.un_optionPrice_tr) {
    gap: 0;
  }
}

.el_hotelPrice_th {
  height: 28px;
}
@media (min-width: 921px) {
  .el_hotelPrice_th {
    height: 40px;
  }
}

.bl_hotelPrice_tr {
  width: 33.33333%;
  padding: 10px 15px;
  border-radius: 10px;
  background: #FFFFFF;
}
@media (min-width: 921px) {
  .bl_hotelPrice_tr {
    padding: 20px 15px;
  }
}
.bl_hotelPrice_tr.un_optionPrice_tr {
  position: relative;
  width: 40%;
  margin-left: 10%;
}
@media (min-width: 921px) {
  .bl_hotelPrice_tr.un_optionPrice_tr {
    display: flex;
    justify-content: space-evenly;
    width: 35%;
  }
}
.bl_hotelPrice_tr.un_optionPrice_tr::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/icon_bone-pink.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .bl_hotelPrice_tr.un_optionPrice_tr::before {
    width: 75px;
    height: 75px;
  }
}
.bl_hotelPrice_tr.un_optionPrice_tr:last-of-type::before {
  background-image: url(../img/icon_dog-pink.svg);
}

.el_hotelPrice_td {
  display: block;
  font-weight: bold;
}
.el_hotelPrice_td:first-of-type {
  border-radius: 10px 0 0 10px;
  font-weight: bold;
}
.el_hotelPrice_td:last-of-type {
  border-radius: 0 10px 10px 0;
  font-weight: normal;
}
.el_hotelPrice_td.un_optionPrice_td {
  margin-left: 20px;
}

.un_iconList_hotelPrice {
  margin-top: 12px;
}

.ly_hotelNotice {
  margin-top: 24px;
  padding: 0;
}
@media (min-width: 921px) {
  .ly_hotelNotice {
    margin-top: 100px;
    padding: 0 10px;
  }
}

.un_hotelNotice_02 .bl_hotelNotice_wrap {
  position: relative;
}
@media (min-width: 921px) {
  .un_hotelNotice_02 .bl_hotelNotice_wrap::before {
    content: url(../img/paw@1x.png);
    position: absolute;
    bottom: -48px;
    right: -123px;
  }
}

.bl_hotelNotice_wrap {
  padding: 29px 10px 32px;
  background: #FFFFFF;
}
@media (min-width: 921px) {
  .bl_hotelNotice_wrap {
    padding: 56px 80px 64px;
  }
}

.el_hotelNotice_ttl {
  width: fit-content;
  text-align: center;
  position: relative;
}
@media (min-width: 921px) {
  .el_hotelNotice_ttl {
    margin-left: 30px;
  }
}
.el_hotelNotice_ttl::before {
  content: "";
  width: 3.5px;
  height: 16px;
  display: block;
  background: url(../img/icon_exclamation-pink.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .el_hotelNotice_ttl::before {
    width: 6px;
    height: 34px;
    left: -24px;
  }
}

.el_hotelNotice_txt {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 921px) {
  .el_hotelNotice_txt {
    text-align: left;
  }
}

.un_iconList_hotel {
  margin: 32px 21px 0;
}
@media (min-width: 921px) {
  .un_iconList_hotel {
    margin: 40px 0 0;
  }
}

.un_staff {
  padding: 40px 32px 16px;
  background: url(../img/bg_pink@2x.jpg);
  background-image: url(../img/bg_pink@1x.jpg);
  background-image: image-set(url(../img/bg_pink@1x.jpg) 1x, url(../img/bg_pink@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/bg_pink@1x.jpg) 1x, url(../img/bg_pink@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media (min-width: 921px) {
  .un_staff {
    padding: 80px 32px 57px;
  }
}

.bl_staff_box {
  max-width: 920px;
  padding: 25px 19px 0;
  background: #FFFFFF;
}
@media (min-width: 921px) {
  .bl_staff_box {
    margin: 0 auto;
    width: 90%;
    padding: 64px 10px 0;
  }
}

.bl_staff_box_inner {
  margin-top: 22px;
}

.el_staff_box_txt {
  text-align: center;
}

.ly_staff_member {
  margin-top: 40px;
}
@media (min-width: 921px) {
  .ly_staff_member {
    margin-top: 64px;
  }
}
.ly_staff_member::before {
  content: "";
  display: block;
  width: 100vw;
  height: 69px;
  background: #C16288;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 921px) {
  .ly_staff_member::before {
    height: 200px;
  }
}

.bl_staff_member_list {
  display: flex;
  width: calc(100vw - 20px);
  max-width: 1320px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (min-width: 921px) {
  .bl_staff_member_list {
    gap: 20px;
  }
}
@media (min-width: 1380px) {
  .bl_staff_member_list {
    gap: 20px;
  }
}

.bl_staff_member_item {
  margin: 0 8px;
}
@media (min-width: 921px) {
  .bl_staff_member_item {
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
}

.bl_staff_member_image {
  overflow: hidden;
}
.bl_staff_member_image img {
  width: 100%;
  height: auto;
  display: block;
}

.el_staff_member_name {
  font-family: "Jost", sans-serif;
  color: #FFFFFF;
  text-align: center;
}
.el_staff_member_name .shop-name {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 921px) {
  .el_staff_member_name .shop-name {
    font-size: 1.4rem;
  }
}

.un_recruit {
  margin-top: 32px;
  background-image: url(../img/recruit-midashi@1x.jpg);
  background-image: image-set(url(../img/recruit-midashi@1x.jpg) 1x, url(../img/recruit-midashi@2x.jpg) 2x);
  background-image: -webkit-image-set(url(../img/recruit-midashi@1x.jpg) 1x, url(../img/recruit-midashi@2x.jpg) 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 921px) {
  .un_recruit {
    margin-top: 80px;
  }
}

.un_recruit_wrap {
  height: 192px;
  padding: 16px 10px;
  position: relative;
}
@media (min-width: 921px) {
  .un_recruit_wrap {
    height: 690px;
    padding: 160px 10px 80px;
  }
}

.un_recruit_ttl {
  margin: 0;
  margin-left: 22px;
}
@media (min-width: 921px) {
  .un_recruit_ttl {
    margin-left: 126px;
  }
}

.ly_recruit_box {
  position: absolute;
  bottom: 16px;
  right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
@media (min-width: 921px) {
  .ly_recruit_box {
    bottom: 80px;
    right: 0;
    flex-direction: row;
    align-items: flex-end;
    gap: 24px;
  }
}

.bl_recruit_box_wrap {
  text-align: center;
}

.el_recruit_storeName {
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 8px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
@media (min-width: 921px) {
  .el_recruit_storeName {
    font-size: 2rem;
  }
}

.bl_recruit_box_link {
  width: 216px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  background-color: #FFFFFF;
  color: #C16288;
}
@media (min-width: 921px) {
  .bl_recruit_box_link {
    width: 380px;
  }
}
.bl_recruit_box_link:hover {
  background-color: #C16288;
  color: #F7F4F3;
}
.bl_recruit_box_link:hover .el_recruit_box_btn::after {
  background-image: url(../img/icon_link-ivory.svg);
  background-size: 100%;
}

.el_recruit_box_btn {
  padding-right: 24px;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}
@media (min-width: 921px) {
  .el_recruit_box_btn {
    padding-right: 46px;
    font-size: 3rem;
  }
}
.el_recruit_box_btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/icon_link-pink.svg);
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .el_recruit_box_btn::after {
    width: 30px;
    height: 30px;
  }
}

.un_salonInfo {
  margin: 0;
  padding-top: 48px;
  padding-bottom: 45px;
}
@media (min-width: 921px) {
  .un_salonInfo {
    padding-top: 180px;
    padding-bottom: 156px;
  }
}

.un_salonInfo_wrap {
  padding: 32px 25px;
  background: #FFFFFF;
  position: relative;
}
@media (min-width: 921px) {
  .un_salonInfo_wrap {
    padding: 80px 200px;
  }
}
.un_salonInfo_wrap::before {
  content: "";
  display: block;
  width: 97px;
  height: 81px;
  background-image: url(../img/paw_sp@1x.png);
  background-image: image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/paw_sp@1x.png) 1x, url(../img/paw_sp@2x.png) 2x);
  background-size: contain;
  position: absolute;
  top: -34px;
  right: 10px;
}
@media (min-width: 921px) {
  .un_salonInfo_wrap::before {
    width: 294px;
    height: 280px;
    background-image: url(../img/paw@1x.png);
    background-image: image-set(url(../img/paw@1x.png) 1x, url(../img/paw@2x.png) 2x);
    background-image: -webkit-image-set(url(../img/paw@1x.png) 1x, url(../img/paw@2x.png) 2x);
    top: -120px;
    left: -65px;
    transform: rotate(-5deg);
  }
}

.ly_salonInfo_map {
  margin-top: 22px;
}
@media (min-width: 921px) {
  .ly_salonInfo_map {
    margin-top: 64px;
  }
}

.bl_salonInfo_map_wrap {
  width: 100%;
  padding-top: 63%;
  position: relative;
}
.bl_salonInfo_map_wrap--small {
  width: 70%;
  padding-top: 44%;
  margin: 0 auto;
}

.el_salonInfo_map_item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ly_salonInfo_info {
  margin-top: 23px;
}
@media (min-width: 921px) {
  .ly_salonInfo_info {
    margin-top: 64px;
  }
}

.bl_salonInfo_info_wrap {
  text-align: center;
}

.el_salonInfo_info_name_ja {
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
@media (min-width: 921px) {
  .el_salonInfo_info_name_ja {
    font-size: 3rem;
  }
}
.el_salonInfo_info_name_ja .el_salonInfo_info_name_en {
  display: block;
  font-size: 1.1rem;
}
@media (min-width: 921px) {
  .el_salonInfo_info_name_ja .el_salonInfo_info_name_en {
    font-size: 1.5rem;
  }
}

.el_salonInfo_info_txt {
  margin-top: 11px;
}
@media (min-width: 921px) {
  .el_salonInfo_info_txt {
    font-size: 2rem;
    margin-top: 24px;
  }
}

.ly_salonInfo_contact {
  margin-top: 27px;
}

.bl_salonInfo_contact_wrap {
  text-align: center;
}

.el_salonInfo_contact_tel {
  margin: 0 auto;
  margin-top: 16px;
  width: fit-content;
  padding-left: 35px;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  position: relative;
}
@media (min-width: 921px) {
  .el_salonInfo_contact_tel {
    padding-left: 64px;
    font-size: 3.6rem;
  }
}
.el_salonInfo_contact_tel::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/icon_tel-pink.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .el_salonInfo_contact_tel::before {
    width: 40px;
    height: 40px;
  }
}

.bl_salonInfo_contact_link {
  margin: 0 auto;
  margin-top: 8px;
  width: 94px;
  transition: opacity 0.3s;
}
@media (min-width: 921px) {
  .bl_salonInfo_contact_link {
    margin-top: 16px;
    width: 208px;
  }
}
.bl_salonInfo_contact_link:hover {
  opacity: 0.7;
}

.ly_salonInfo_store {
  margin-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e0e0e0;
}
@media (min-width: 921px) {
  .ly_salonInfo_store {
    margin-top: 48px;
    padding-bottom: 48px;
  }
}
.ly_salonInfo_store .ly_salonInfo_info {
  margin-top: 0;
}
.ly_salonInfo_store .ly_salonInfo_map {
  margin-top: 16px;
}

.bl_instagram_follow_link.bl_salonInfo_insta {
  margin: 20px auto 0;
}
@media (min-width: 921px) {
  .bl_instagram_follow_link.bl_salonInfo_insta {
    margin: 24px auto 0;
  }
}

.un_iconList_salonInfo {
  margin-top: 32px;
}
@media (min-width: 921px) {
  .un_iconList_salonInfo {
    font-size: 2rem;
  }
}
.un_iconList_salonInfo .el_iconList_item {
  margin: 0 auto;
  width: fit-content;
}

.ly_instagram {
  padding: 0;
}

.bl_instagram_wrap {
  background: linear-gradient(transparent 0%, transparent 50%, #C16288 50%, #C16288 100%);
}

.ly_instagram_list {
  margin: 0 auto;
  margin-top: 22px;
  max-width: 774px;
  padding-top: min(258px, 33.3%);
  text-align: center;
  position: relative;
}
@media (min-width: 921px) {
  .ly_instagram_list {
    margin-top: 80px;
    max-width: 1857px;
    padding-top: min(303px, 15%);
  }
}
.ly_instagram_list iframe {
  width: 100% !important;
  max-width: 1857px;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 921px) {
  .ly_instagram_list iframe {
    width: 100% !important;
  }
}

.el_instagram_inner {
  width: 32vw;
  height: 32vw;
  background-color: #E4E4E4;
}

.ly_instagram_follow {
  margin-top: 16px;
}
@media (min-width: 921px) {
  .ly_instagram_follow {
    margin-top: 39px;
  }
}

.bl_instagram_follow_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
@media (min-width: 921px) {
  .bl_instagram_follow_wrap {
    gap: 60px;
  }
}

.bl_instagram_follow_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.el_instagram_follow_shop {
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #F7F4F3;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (min-width: 921px) {
  .el_instagram_follow_shop {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

.bl_instagram_follow_link {
  margin: 0 auto;
  width: 185px;
  padding: 8px 0;
  text-align: center;
  background-color: #F7F4F3;
  border: 1px solid #F7F4F3;
  color: #C16288;
}
@media (min-width: 921px) {
  .bl_instagram_follow_link {
    width: 285px;
    padding: 16px 0;
  }
}
.bl_instagram_follow_link:hover {
  background-color: #C16288;
  color: #F7F4F3;
}
.bl_instagram_follow_link:hover .el_instagram_follow_btn::before {
  background: url(../img/icon_insta-ivory.svg);
  background-size: 100%;
}

.el_instagram_follow_btn {
  padding-left: 33px;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media (min-width: 921px) {
  .el_instagram_follow_btn {
    padding-left: 48px;
    font-size: 3rem;
  }
}
.el_instagram_follow_btn::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/icon_insta-pink.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 921px) {
  .el_instagram_follow_btn::before {
    width: 32px;
    height: 32px;
  }
}

.ly_footer {
  padding-top: 33px;
  padding-bottom: 6px;
  background-color: #C16288;
}
.ly_footer * {
  color: #F7F4F3;
}

.bl_footer_wrap {
  margin: 0 auto;
  max-width: 1320px;
}

.ly_footer_flex {
  text-align: center;
}
@media (min-width: 921px) {
  .ly_footer_flex {
    display: flex;
    gap: 40px;
    text-align: left;
  }
}

.bl_footer_logo {
  width: 120px;
  margin: 0 auto;
}
@media (min-width: 921px) {
  .bl_footer_logo {
    width: 222px;
  }
}

.el_footer_access {
  margin-top: 7px;
  font-size: 1rem;
}
@media (min-width: 921px) {
  .el_footer_access {
    text-align: center;
    font-size: 1.2rem;
  }
}

.el_footer_name {
  margin-top: 21px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.el_footer_name.el_footer_name_ja {
  font-size: 10px;
  margin: 5px 0 20px;
}
@media (min-width: 921px) {
  .el_footer_name.el_footer_name_ja {
    font-size: 1.5rem;
  }
}
@media (min-width: 921px) {
  .el_footer_name {
    font-size: 2rem;
  }
}

.el_footer_info {
  margin-top: 16px;
  font-size: 1rem;
}
@media (min-width: 921px) {
  .el_footer_info {
    font-size: 2rem;
  }
}

@media (min-width: 921px) {
  .el_footer_time {
    margin-top: 8px;
  }
}

.el_footer_tel {
  margin-top: 14px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
@media (min-width: 921px) {
  .el_footer_tel {
    margin-top: 16px;
    font-size: 2rem;
  }
}

.ly_footer_under {
  margin-top: 40px;
}

.el_footer_copy {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500px;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 921px) {
  .el_footer_copy {
    font-size: 1.2rem;
    text-align: right;
  }
}

.ly_toTop {
  position: fixed;
  bottom: 10px;
  right: 24px;
  z-index: 10000;
}

.bl_toTop_btn {
  width: 50px;
}
@media (min-width: 921px) {
  .bl_toTop_btn {
    width: 86px;
  }
}

/*--------------------------------------*
 * helper
 *--------------------------------------*/
/* display
========================================================================== */
.hp_dn {
  display: none !important;
}

.hp_db {
  display: block !important;
}

.hp_di {
  display: inline !important;
}

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

.hp_dtb {
  display: table !important;
}

.hp_ditb {
  display: inline-table !important;
}

.hp_dtbc {
  display: table-cell !important;
}

.hp_dtbr {
  display: table-row !important;
}

/* width
========================================================================== */
.hp_wd0p {
  width: 0% !important;
}

.hp_wd5p {
  width: 5% !important;
}

.hp_wd10p {
  width: 10% !important;
}

.hp_wd15p {
  width: 15% !important;
}

.hp_wd20p {
  width: 20% !important;
}

.hp_wd25p {
  width: 25% !important;
}

.hp_wd30p {
  width: 30% !important;
}

.hp_wd35p {
  width: 35% !important;
}

.hp_wd40p {
  width: 40% !important;
}

.hp_wd45p {
  width: 45% !important;
}

.hp_wd50p {
  width: 50% !important;
}

.hp_wd55p {
  width: 55% !important;
}

.hp_wd60p {
  width: 60% !important;
}

.hp_wd65p {
  width: 65% !important;
}

.hp_wd70p {
  width: 70% !important;
}

.hp_wd75p {
  width: 75% !important;
}

.hp_wd80p {
  width: 80% !important;
}

.hp_wd85p {
  width: 85% !important;
}

.hp_wd90p {
  width: 90% !important;
}

.hp_wd95p {
  width: 95% !important;
}

.hp_wd100p {
  width: 100% !important;
}

/* centering
========================================================================== */
.hp_centering {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* Background
========================================================================== */
/* text-align
========================================================================== */
.hp_textl {
  text-align: left !important;
}

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

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

.hp_textj {
  text-align: justify !important;
}

/* vertical-align
========================================================================== */
.hp_vam {
  vertical-align: middle !important;
}

/* PC
========================================================================== */
.pc_only {
  display: none !important;
}
@media (min-width: 921px) {
  .pc_only {
    display: inherit !important;
  }
}

/* SP
========================================================================== */
@media (min-width: 921px) {
  .sp_only {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
