@charset "UTF-8";
/*--------------------------------------------------

    global-header

--------------------------------------------------*/
.global-header_bar {
  width: 100%;
  height: 240px;
  border-top: 7px solid #f19ec2;
  background: url(../images/common/global-header_bar_bg.png) repeat-x top;
  position: relative;
  z-index: 999; }

.global-header_wrapper {
  height: 100%;
  padding: 25px 0 0;
  line-height: 1;
  color: #514e27; }

.global-header_text {
  margin: 0 0 15px;
  font-size: 1.3rem; }

.global-header_title {
  width: 186px;
  height: 189px;
  margin: auto;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  z-index: 10; }

.global-header_sns-link_button + .global-header_sns-link_button {
  margin-left: 15px; }

.global-header_sns-link_item {
  margin-left: 20px; }

.global-header_main-visual {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  width: 100%;
  height: 810px;
  padding: 0 0 200px;
  margin: -240px 0 0;
  position: relative;
  z-index: 0; }
  .global-header_main-visual::before, .global-header_main-visual::after {
    content: '';
    position: absolute;
    z-index: 10; }
  .global-header_main-visual::before {
    width: 19.27083%;
    height: 405px;
    background: url(../images/common/global-header_main-visual_shape01.png) no-repeat left bottom/contain;
    bottom: -30px;
    left: 0; }
  .global-header_main-visual::after {
    width: 19.21875%;
    height: 428px;
    background: url(../images/common/global-header_main-visual_shape02.png) no-repeat right bottom/contain;
    right: 0;
    bottom: -40px; }
  .global-header_main-visual_title {
    margin-left: calc(50% - 630px);
    color: #59493f;
    text-align: center;
    position: relative;
    z-index: 0; }
    .global-header_main-visual_title::after {
      content: '';
      width: 523px;
      height: 523px;
      background: url(../images/common/global-header_main-visual_title_shape.png) no-repeat center/contain;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
    .global-header_main-visual_title span {
      display: block; }
    .global-header_main-visual_title_ja {
      margin: 0 0 16px;
      font-size: 3.8rem;
      font-weight: 400;
      font-family: "utsukushi", "Noto Serif JP", serif;
      letter-spacing: 0.05em; }
  .global-header_main-visual_figure, .global-header_main-visual_image {
    width: 100%;
    height: 100%; }
  .global-header_main-visual_figure {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .global-header_main-visual .global-header_main-visual_image {
    object-position: bottom; }

.global-header_sub-visual {
  justify-content: center;
  height: 560px;
  padding: 0 0 70px; }
  .global-header_sub-visual_title {
    line-height: 1;
    text-align: center;
    position: relative;
    z-index: 0; }
    .global-header_sub-visual_title::after {
      content: '';
      width: 285px;
      height: 285px;
      margin: auto;
      background: url(../images/common/global-header_main-visual_title_shape.png) no-repeat center/contain;
      position: absolute;
      right: 0;
      bottom: -35px;
      left: 0;
      z-index: -1; }
    .global-header_sub-visual_title_ja {
      display: inline-block;
      padding: 7px 30px;
      margin: 0 0 23px;
      font-size: 3.8rem;
      font-weight: 400;
      letter-spacing: 0.05em;
      background-color: #fff; }
    .global-header_sub-visual_title_en {
      display: block;
      width: 312px; }

.global-header_navigation {
  width: 100%;
  margin: 35px 0 0; }
  .global-header_navigation_list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 1080px;
    margin: 0 auto;
    line-height: 1;
    color: #fff;
    text-align: center;
    background: url(../images/common/global-header_navigation_list_bg.png) no-repeat center; }
    .global-header_navigation_list_item:not(:last-child) {
      margin-right: 45px; }
    .global-header_navigation_list_link {
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: center;
      justify-content: center;
      width: 130px;
      height: 131px;
      background: url(../images/common/global-header_navigation_list_link_bg.png) no-repeat center;
      position: relative;
      z-index: 0; }
      .global-header_navigation_list_link::after {
        opacity: 0;
        content: '';
        width: 100%;
        height: 100%;
        background: url(../images/common/global-header_navigation_list_link_bg_current.png) no-repeat center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all 0.5s; }
      .global-header_navigation_list_link:hover, .global-header_navigation_list_link.is-current {
        color: #362e2b; }
      .global-header_navigation_list_link:hover::after, .global-header_navigation_list_link.is-current::after {
        opacity: 1; }
    .global-header_navigation_list_en {
      margin: 0 0 10px;
      font-size: 4rem;
      font-weight: 400;
      font-family: "ar-decode", "Noto Serif JP", serif; }
    .global-header_navigation_list_ja {
      font-size: 1.2rem;
      font-weight: 600; }

/*--------------------------------------------------

    greeting

--------------------------------------------------*/
.greeting {
  padding: 160px 0 200px;
  overflow: hidden; }
  .greeting_wrapper {
    position: relative;
    z-index: 0; }
  .greeting_text-box {
    width: 520px;
    margin-left: auto; }
  .greeting_title {
    margin: 0 0 42px;
    font-size: 2.8rem;
    font-weight: 400;
    font-family: "utsukushi", "Noto Serif JP", serif;
    letter-spacing: -0.05em; }
    .greeting_title_marker {
      display: inline-block;
      padding: 2px 10px 4px;
      background-color: #fff; }
      .greeting_title_marker:not(:last-child) {
        margin-bottom: 8px; }
    .greeting_title__font-pink {
      color: #f19ec2; }
  .greeting_figure {
    position: absolute;
    top: 0;
    left: calc(50% - 760px);
    z-index: -1; }
  .greeting_image02 {
    position: absolute;
    right: 0;
    bottom: -270px;
    z-index: 10; }
  .greeting_text {
    margin: 0 0 30px; }
  .greeting_link {
    display: inline-flex;
    align-items: flex-end;
    line-height: 1;
    color: #f19ec2; }
    .greeting_link::after {
      content: '';
      width: 15px;
      height: 5px;
      margin: 0 0 2px 10px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: skewX(45deg); }
    .greeting_link:hover {
      transform: translateX(10px); }

/*--------------------------------------------------

    dogs-top

--------------------------------------------------*/
.dogs-top {
  padding: 140px 0 195px;
  background: url(../images/top/dogs-top/dogs-top_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 999; }
  .dogs-top::before, .dogs-top::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1; }
  .dogs-top::before {
    height: 108px;
    background: url(../images/top/dogs-top/dogs-top_shape01.png) repeat-x top;
    top: 0; }
  .dogs-top::after {
    height: 38px;
    background: url(../images/top/dogs-top/dogs-top_shape02.png) repeat-x bottom;
    bottom: 0; }
  .dogs-top_wrapper {
    width: 1365px; }
  .dogs-top_text-box {
    align-items: center;
    margin: 0 0 60px; }
  .dogs-top_text {
    margin: 0 0 20px;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: -0.05em; }
    .dogs-top_text_marker {
      display: inline-block;
      padding: 2px 25px 3px;
      background-color: #f6f1e1; }
      .dogs-top_text_marker:not(:last-child) {
        margin-bottom: 15px; }
  .dogs-top_list {
    align-items: stretch;
    justify-content: flex-start;
    margin: 0 0 80px; }
    .dogs-top_list_item {
      width: 250px;
      border-radius: 7px;
      border: 1px solid #a6937c;
      background-color: #fff; }
      .dogs-top_list_item:not(:nth-child(5n)) {
        margin-right: 28px; }
  .dogs-top_button {
    width: 338px;
    margin: 0 auto;
    position: relative;
    z-index: 0; }
    .dogs-top_button::before {
      content: '';
      width: 91px;
      height: 95px;
      margin: auto;
      background: url(../images/top/dogs-top/dogs-top_button_shape.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -25px;
      z-index: 10;
      pointer-events: none; }
    .dogs-top_button:hover {
      opacity: 0.6; }
  @media screen and (max-width: 1400px) and (min-width: 768px) {
    .dogs-top_wrapper {
      width: 1280px; }
    .dogs-top_text-box {
      justify-content: center; }
    .dogs-top_text {
      margin-left: 30px;
      font-size: 2.6rem; }
    .dogs-top_list {
      justify-content: center;
      width: 810px;
      margin: 0 auto 40px; }
      .dogs-top_list_item {
        margin: 0 0 40px; }
        .dogs-top_list_item:not(:nth-child(5n)) {
          margin-right: 0; }
        .dogs-top_list_item:not(:nth-child(3n)):not(:last-child) {
          margin-right: 30px; } }

/*--------------------------------------------------

    point

--------------------------------------------------*/
.point {
  padding-bottom: 190px;
  background: url(../images/top/point/point_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .point::before, .point::after {
    content: '';
    width: 100%;
    height: 28px;
    background: url(../images/top/point/point_shape.png) repeat-x top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .point::after {
    top: auto;
    bottom: 0;
    transform: scale(1, -1); }
  .point_wrapper {
    position: relative;
    z-index: 0; }
    .point_wrapper::after {
      content: '';
      width: 700px;
      height: 633px;
      background: url(../images/top/point/point_wrapper_shape.png) no-repeat center/contain;
      position: absolute;
      right: -200px;
      bottom: 200px;
      z-index: -1; }
  .point_title {
    margin: 0 0 130px;
    font-size: 5rem; }
    .point_title::before {
      width: 129px; }
  .point_list {
    width: 600px;
    margin: 0 0 120px;
    line-height: 1.42857;
    font-size: 2.1rem;
    font-weight: 400; }
    .point_list_item:not(:last-child) {
      margin-bottom: 40px; }
    .point_list_title {
      display: flex;
      align-items: center;
      padding: 0 0 5px;
      margin: 0 0 10px;
      font-size: 4rem;
      font-weight: 400;
      font-family: "utsukushi", "Noto Serif JP", serif;
      border-bottom: 4px dotted #7e6b5a; }
      .point_list_title::before {
        flex-shrink: 0;
        content: '';
        width: 41px;
        height: 33px;
        margin-right: 20px;
        background: url(../images/top/point/point_list_title.png) no-repeat center/contain;
        transform: translateY(5px); }
  .point_button {
    align-items: center;
    justify-content: center;
    width: 580px;
    height: 90px;
    margin: 0 auto;
    line-height: 1;
    border-radius: 7px;
    background: url(../images/top/point/point_button_bg.png) no-repeat center/cover;
    position: relative;
    z-index: 0; }
    .point_button::before, .point_button::after {
      content: '';
      width: 34px;
      height: 63px;
      background: url(../images/top/point/point_button_text_shape.png) no-repeat center/contain; }
    .point_button::before {
      margin-right: 50px; }
    .point_button::after {
      margin-left: 50px;
      transform: scale(-1, -1); }
    .point_button:hover {
      opacity: 0.6; }
    .point_button_text {
      align-items: center;
      justify-content: center;
      border-radius: inherit; }
      .point_button_text::after {
        content: '';
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        margin: auto;
        border: 1px solid #fff;
        border-radius: inherit;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        pointer-events: none; }
    .point_button_en {
      font-size: 6rem;
      font-weight: 400;
      font-family: "ar-decode", "Noto Serif JP", serif; }
    .point_button_ja {
      margin-left: 20px;
      font-size: 1.5rem; }

/*--------------------------------------------------

    news-top

--------------------------------------------------*/
.news-top {
  padding: 110px 0 120px;
  background: url(../images/top/news-top/news-top_bg.png) no-repeat center/cover; }
  .news-top_wrapper {
    align-items: center;
    min-height: 370px;
    padding: 0 50px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 0; }
    .news-top_wrapper::before, .news-top_wrapper::after {
      content: '';
      width: 100%;
      height: 46px;
      background: url(../images/top/news-top/news-top_wrapper_shape.png) no-repeat top/contain;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .news-top_wrapper::after {
      top: auto;
      bottom: 0;
      transform: scale(-1, -1); }
  .news-top_text-box {
    width: 242px;
    position: relative;
    z-index: 0; }
    .news-top_text-box::after {
      content: '';
      width: 200px;
      height: 215px;
      background: url(../images/top/news-top/news-top_text-box_shape.png) no-repeat center/contain;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: -1; }
  .news-top_title {
    margin: 0 0 20px;
    text-align: center; }
    .news-top_title_en {
      font-size: 6rem;
      font-weight: 400;
      font-family: "ar-decode", "Noto Serif JP", serif; }
    .news-top_title_ja {
      font-size: 1.7rem; }
  .news-top_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 30px;
    padding-left: 10px;
    margin: 0 auto;
    border-radius: 50px;
    color: #fff;
    font-size: 1.5rem;
    border: 1px solid #db687e;
    background-color: #e97d92; }
    .news-top_button::after {
      content: '';
      width: 15px;
      height: 5px;
      margin: 5px 0 0 10px;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: skewX(45deg); }
    .news-top_button:hover {
      border-color: #e97d92;
      background-color: #db687e; }
  .news-top_list {
    width: 660px; }

/*--------------------------------------------------

    about

--------------------------------------------------*/
.about {
  padding-bottom: 200px;
  overflow: hidden; }
  .about_lead {
    margin: 0 0 135px;
    position: relative;
    z-index: 0; }
    .about_lead::after {
      content: '';
      width: 551px;
      height: 525px;
      background: url(../images/about/about_lead_shape.png) no-repeat center/contain;
      position: absolute;
      right: -120px;
      bottom: -20px;
      z-index: 10;
      pointer-events: none; }
    .about_lead_text {
      margin: 0 0 70px;
      font-size: 2rem;
      letter-spacing: -0.08em;
      position: relative;
      z-index: 50; }
      .about_lead_text_marker {
        display: inline-block;
        padding: 5px 20px;
        background-color: #fff; }
        .about_lead_text_marker:not(:last-child) {
          margin-bottom: 10px; }
    .about_lead_list {
      justify-content: flex-start; }
      .about_lead_list_item:not(:last-child) {
        margin-right: 25px; }
    .about_lead_image-list {
      justify-content: flex-start;
      width: 100%;
      margin: 70px 0 0; }
      .about_lead_image-list_item {
        width: 200px; }
        .about_lead_image-list_item:not(:last-child) {
          margin-right: 20px; }
  .about_content_item {
    flex-direction: row-reverse; }
    .about_content_item + .about_content_item {
      margin-top: 145px; }
  .about_content_title {
    width: 100%;
    margin: 0 0 70px;
    position: relative;
    z-index: 0; }
    .about_content_title::before, .about_content_title::after {
      content: '';
      position: absolute;
      z-index: 10;
      pointer-events: none; }
    .about_content_title::before {
      width: 112px;
      height: 81px;
      background: url(../images/about/about_content_title_shape01.png) no-repeat center/contain;
      left: 55px;
      bottom: -5px; }
    .about_content_title::after {
      width: 104px;
      height: 120px;
      background: url(../images/about/about_content_title_shape02.png) no-repeat center/contain;
      right: 55px;
      bottom: 0; }
    .about_content_title div {
      margin: 0; }
  .about_content_text {
    width: 520px;
    letter-spacing: -0.05em; }
  .about_content_figure {
    margin-right: calc(50% - 960px);
    position: relative;
    z-index: 0; }
    .about_content_figure::after {
      content: '';
      position: absolute;
      z-index: 10;
      pointer-events: none; }
    .about_content_figure01::after {
      width: 332px;
      height: 308px;
      background: url(../images/about/about_content_figure01_shape.png) no-repeat center/contain;
      left: -50px;
      bottom: -70px; }
    .about_content_figure02::after {
      width: 388px;
      height: 246px;
      background: url(../images/about/about_content_figure02_shape.png) no-repeat center/contain;
      right: -160px;
      bottom: -65px; }
    .about_content_figure03::after {
      width: 321px;
      height: 233px;
      background: url(../images/about/about_content_figure03_shape.png) no-repeat center/contain;
      left: -150px;
      bottom: -75px; }
  .about_content_item:nth-of-type(even) {
    flex-direction: row; }
    .about_content_item:nth-of-type(even) .about_content_figure {
      margin-right: 0;
      margin-left: calc(50% - 960px); }
  .about_content_list {
    align-items: stretch;
    margin: 160px 0 0; }
    .about_content_list_item {
      width: 510px;
      padding: 35px;
      background-color: #fff;
      border: 1px solid #a6937c; }
    .about_content_list_title {
      margin: 0 0 30px;
      clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%, 0 0); }
    .about_content_list_figure {
      margin: 0 0 22px; }
    .about_content_list_link {
      margin: 55px 0 0;
      color: #f19ec2;
      text-align: right; }
      .about_content_list_link_text {
        display: inline-flex;
        align-items: flex-end; }
        .about_content_list_link_text::after {
          content: '';
          width: 15px;
          height: 5px;
          margin: 0 0 7px 10px;
          border-right: 1px solid;
          border-bottom: 1px solid;
          transform: skewX(45deg); }
        .about_content_list_link_text:hover {
          color: #59493f; }
  .about-transaction {
    padding: 200px 0 280px;
    background: url(../images/about/about-transaction_bg.png) no-repeat center/cover;
    position: relative;
    z-index: 0; }
    .about-transaction::before, .about-transaction::after {
      content: '';
      width: 100%;
      position: absolute;
      left: 0;
      z-index: -1; }
    .about-transaction::before {
      height: 108px;
      background: url(../images/about/about-transaction_shape01.png) no-repeat top/contain;
      top: 0; }
    .about-transaction::after {
      height: 38px;
      background: url(../images/about/about-transaction_shape02.png) no-repeat bottom/contain;
      bottom: 0; }
    .about-transaction_title {
      margin: 0 0 90px; }
    .about-transaction_table_shape {
      position: relative;
      z-index: 0; }
      .about-transaction_table_shape::after {
        content: '';
        width: 117px;
        height: 164px;
        background: url(../images/about/about-transaction_table_shape.png) no-repeat top/contain;
        position: absolute;
        top: -100px;
        right: 0;
        z-index: -1; }
    .about-transaction_table + .about-transaction_table {
      margin-top: 10px; }
    .about-transaction_content {
      margin: 70px 0 0; }
      .about-transaction_content_text {
        width: 610px;
        letter-spacing: -0.05em; }
    .about-transaction_text {
      padding: 51px 0;
      margin: 110px 0 0;
      font-size: 2.4rem;
      text-align: center;
      letter-spacing: -0.05em;
      background-repeat: repeat;
      background-position: center;
      background-size: 20px 20px;
      background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
      background-color: #fff;
      position: relative;
      z-index: 0; }
      .about-transaction_text::before, .about-transaction_text::after {
        content: '';
        position: absolute;
        z-index: -1; }
      .about-transaction_text::before {
        width: 136px;
        height: 123px;
        background: url(../images/about/about-transaction_text_shape01.png) no-repeat left top/contain;
        top: 40px;
        left: 50px; }
      .about-transaction_text::after {
        width: 478px;
        height: 349px;
        background: url(../images/about/about-transaction_text_shape02.png) no-repeat right bottom/contain;
        right: 0;
        bottom: 0; }

/*--------------------------------------------------

    dogs

--------------------------------------------------*/
.dogs_text-box {
  align-items: center;
  padding: 65px 70px;
  margin: 0 0 75px;
  line-height: 1.41176;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 0; }
  .dogs_text-box::before, .dogs_text-box::after {
    content: '';
    width: 100%;
    height: 46px;
    background: url(../images/dogs/dogs_text-box_shape.png) no-repeat top/contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .dogs_text-box::after {
    top: auto;
    bottom: 0;
    transform: scale(-1, -1); }
  .dogs_text-box_title {
    font-size: 2.2rem;
    position: relative;
    z-index: 0; }
    .dogs_text-box_title::after {
      content: '';
      width: 14px;
      height: 14px;
      background: url(../images/dogs/dogs_text-box_title_shape.png) no-repeat center/contain;
      position: absolute;
      right: -20px;
      bottom: -5px;
      z-index: -1; }
  .dogs_text-box_list {
    flex: 1;
    margin-left: 100px; }
    .dogs_text-box_list_item {
      flex-wrap: nowrap;
      align-items: baseline;
      justify-content: flex-start; }
      .dogs_text-box_list_item::before {
        content: '・'; }
      .dogs_text-box_list_item:not(:last-child) {
        margin-bottom: 17px; }

.dogs_list {
  align-items: stretch;
  justify-content: flex-start; }
  .dogs_list_item {
    width: 340px;
    margin: 0 0 70px;
    border-radius: 7px;
    border: 1px solid #a6937c;
    background-color: #fff; }
    .dogs_list_item:not(:nth-child(3n)) {
      margin-right: 30px; }
  .dogs_list .modal-card_figure {
    height: 230px; }

.dogs-guide {
  padding: 170px 0 90px;
  background: url(../images/dogs/dogs-guide_bg.png) no-repeat top/cover; }
  .dogs-guide_link {
    position: relative;
    z-index: 0; }
    .dogs-guide_link:hover {
      opacity: 0.7;
      transform: translateY(-10px); }
  .dogs-guide_title {
    width: 270px;
    margin: 0 auto;
    font-size: 2rem;
    padding: 17px 0;
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    z-index: 10; }

/*--------------------------------------------------

    trimming

--------------------------------------------------*/
.trimming {
  padding-bottom: 150px; }
  .trimming_title {
    margin: 0 0 90px; }
  .trimming_content {
    margin: 0 0 105px; }
    .trimming_content_box {
      align-items: stretch;
      width: 650px;
      margin: 0 0 21px;
      border: 1px solid #362e2b; }
      .trimming_content_box_title, .trimming_content_box_text {
        display: flex;
        align-items: center; }
      .trimming_content_box_title {
        justify-content: center;
        width: 200px;
        color: #fff;
        border-right: 1px solid #362e2b;
        background-color: #a8957e; }
      .trimming_content_box_text {
        flex: 1;
        padding: 8px 15px;
        line-height: 1.5;
        font-size: 1.6rem;
        font-weight: 400;
        background-color: #fff; }
        .trimming_content_box_text__font-red {
          color: #e60012;
          font-size: 125%; }
    .trimming_content_text {
      margin: 0 0 20px; }
      .trimming_content_text_attention {
        display: inline-flex; }
        .trimming_content_text_attention::before {
          content: '※'; }
    .trimming_content_title {
      display: flex;
      align-items: center;
      width: 100%;
      margin: 0 0 20px;
      color: #7e6b5a;
      font-size: 2.3rem; }
      .trimming_content_title::before {
        content: '★'; }
    .trimming_content_list {
      justify-content: flex-start;
      font-size: 1.5rem;
      font-weight: 400;
      font-family: "Noto Sans JP", sans-serif;
      text-align: center;
      white-space: nowrap; }
      .trimming_content_list_item {
        width: 100px; }
        .trimming_content_list_item:not(:nth-child(9n)):not(:last-child) {
          margin-right: 22px; }
        .trimming_content_list_item:not(:nth-last-child(-n+6)) {
          margin-bottom: 23px; }
      .trimming_content_list_figure {
        margin: 0 0 8px; }
  .trimming_option {
    margin: 0 0 80px; }
    .trimming_option_table {
      width: 700px; }
      .trimming_option_table_text_box {
        align-items: center; }
      .trimming_option_table_text_price {
        margin-left: auto;
        color: #e60012; }
    .trimming_option_figure {
      align-self: flex-end;
      margin-right: -20px; }
    .trimming_option_text {
      width: 100%;
      margin: 17px 0 0; }
  .trimming_card_item {
    align-items: center;
    width: 100%;
    min-height: 285px;
    padding-left: 50px;
    background-color: #fff;
    position: relative;
    z-index: 0; }
    .trimming_card_item:not(:last-child) {
      margin-bottom: 30px; }
  .trimming_card_text-box {
    width: 591px;
    font-size: 1.6rem;
    letter-spacing: -0.03em; }
  .trimming_card_title {
    margin: 0 0 16px;
    padding: 0;
    border-bottom: none; }
    .trimming_card_title div {
      padding: 0; }
  .trimming_card_text__emphasis {
    color: #f19ec2;
    font-size: 125%; }
  .trimming_card_figure {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: -1; }
  .trimming-hotel {
    background: url(../images/trimming/trimming-hotel_bg.png) no-repeat center/cover; }
    .trimming-hotel_wrapper {
      flex-direction: row-reverse; }
    .trimming-hotel_title {
      margin: 0 0 60px; }
    .trimming-hotel_text {
      width: 540px; }
      .trimming-hotel_text_tel {
        margin: 26px 0 0;
        color: #e60012;
        font-size: 2.5rem; }

/*--------------------------------------------------

    contests

--------------------------------------------------*/
.contests_content {
  padding: 40px 50px 90px;
  background: url(../images/common/pattern02.png) repeat; }
  .contests_content:not(:last-child) {
    margin-bottom: 30px; }

.contests_figure-list {
  width: 540px;
  max-height: 410px;
  overflow-y: auto; }
  .contests_figure-list_item {
    width: 48%;
    height: 200px;
    margin: 0 0 4%; }
  .contests_figure-list_image {
    width: 100%;
    height: 100%; }

.contests_image {
  width: 100%;
  height: 100%; }

.contests_list {
  width: 380px;
  line-height: 1.33333;
  color: #59493f; }
  .contests_list_item {
    padding: 17px 0;
    border-bottom: 1px dotted; }
  .contests_list_time {
    display: block;
    margin: 0 0 2px;
    color: #f19ec2;
    font-size: 1.5rem; }
  .contests_list_text {
    font-size: 1.8rem;
    letter-spacing: -0.08em; }

/*--------------------------------------------------

    flow

--------------------------------------------------*/
.flow_title {
  margin: 0 0 85px; }

.flow_list {
  position: relative;
  z-index: 0; }
  .flow_list::before {
    content: '';
    width: 7px;
    height: 79%;
    margin: auto;
    background: url(../images/flow/flow_list_shape.png) repeat-y top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 53px;
    z-index: -1; }
  .flow_list_item {
    width: 900px;
    min-height: 294px;
    padding: 30px 40px;
    margin-left: auto;
    background-color: #fff;
    position: relative;
    z-index: 0; }
    .flow_list_item:not(:last-child) {
      margin-bottom: 40px; }
    .flow_list_item::before {
      content: '';
      width: 0;
      height: 0;
      border-top: 30px solid transparent;
      border-right: 50px solid #fff;
      border-bottom: 30px solid transparent;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: -50px; }
    .flow_list_item::after {
      content: '';
      width: 114px;
      height: 95px;
      margin: auto;
      background: url(../images/flow/flow_list_item_shape01.png) no-repeat center/contain;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -180px;
      z-index: -1; }
    .flow_list_item:nth-child(2)::after {
      background-image: url(../images/flow/flow_list_item_shape02.png); }
    .flow_list_item:nth-child(3)::after {
      background-image: url(../images/flow/flow_list_item_shape03.png); }
    .flow_list_item:nth-child(4)::after {
      background-image: url(../images/flow/flow_list_item_shape04.png); }
  .flow_list_text-box {
    width: 480px; }
  .flow_list_title {
    padding: 0;
    margin: 0 0 16px;
    border-bottom: none; }
    .flow_list_title div {
      padding: 0; }
  .flow_list_figure {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: -1; }
  .flow_list_text {
    letter-spacing: -0.05em; }
    .flow_list_text__font-pink {
      color: #ea68a2; }
  .flow_list_tel {
    margin: 18px 0 12px;
    font-size: 2.9rem; }
    .flow_list_tel::before {
      width: 26px;
      height: 27px;
      background-image: url(../images/common/icon_tel__fix.png); }
  .flow_list_sns-link_button + .flow_list_sns-link_button {
    margin-left: 15px; }

.flow-preparation {
  padding: 120px 0 200px;
  background: url(../images/flow/flow-preparation_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0; }
  .flow-preparation::before, .flow-preparation::after {
    content: '';
    width: 100%;
    height: 28px;
    background: url(../images/flow/flow-preparation_shape.png) repeat-x top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .flow-preparation::after {
    top: auto;
    bottom: 0;
    transform: scale(-1, -1); }
  .flow-preparation_wrapper {
    position: relative;
    z-index: 0; }
    .flow-preparation_wrapper::after {
      content: '';
      width: 460px;
      height: 415px;
      background: url(../images/flow/flow-preparation_wrapper_shape.png) no-repeat right bottom/contain;
      position: absolute;
      right: 30px;
      bottom: 0;
      z-index: -1; }
  .flow-preparation_title {
    margin: 0 0 95px; }
  .flow-preparation_list {
    width: 640px; }
    .flow-preparation_list_item:not(:last-child) {
      margin-bottom: 25px; }
    .flow-preparation_list_title {
      margin: 0 0 26px; }
    .flow-preparation_list_text {
      letter-spacing: -0.05em; }

.flow-attention {
  padding: 120px 0 160px;
  background: url(../images/flow/flow-attention_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0; }
  .flow-attention::before, .flow-attention::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    z-index: -1; }
  .flow-attention::before {
    height: 108px;
    background: url(../images/flow/flow-attention_shape01.png) no-repeat top;
    top: 0; }
  .flow-attention::after {
    height: 38px;
    background: url(../images/flow/flow-attention_shape02.png) no-repeat bottom;
    bottom: 0; }
  .flow-attention_list {
    align-items: stretch;
    line-height: 2.11765;
    text-align: center; }
    .flow-attention_list_item {
      width: 480px;
      height: 480px;
      padding: 90px 0 0;
      background: url(../images/flow/flow-attention_list_item_shape.png) no-repeat center/contain;
      position: relative;
      z-index: 0; }
      .flow-attention_list_item:not(:nth-last-child(-n+2)) {
        margin-bottom: 30px; }
      .flow-attention_list_item::after {
        content: '';
        position: absolute;
        z-index: -1; }
      .flow-attention_list_item_illust01::after {
        width: 123px;
        height: 170px;
        background: url(../images/flow/flow-attention_list_item_illust01.png) no-repeat center/contain;
        right: 0;
        bottom: 15px; }
      .flow-attention_list_item_illust02::after {
        width: 132px;
        height: 160px;
        background: url(../images/flow/flow-attention_list_item_illust02.png) no-repeat center/contain;
        right: 0;
        bottom: 0; }
    .flow-attention_list_title {
      width: 100%;
      margin: 0 0 23px;
      font-size: 3.5rem;
      text-align: center;
      font-weight: 400;
      font-family: "utsukushi", "Noto Serif JP", serif;
      text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px; }
      .flow-attention_list_title_marker {
        display: inline-block;
        padding: 0 20px;
        background: repeating-linear-gradient(-45deg, #fcaed1 0% 10px, #fdbeda 10px 20px) no-repeat bottom/100% 50%; }
    .flow-attention_list_text {
      letter-spacing: -0.08em; }

/*--------------------------------------------------

    privacy

--------------------------------------------------*/
.privacy_title {
  margin: 0 0 50px; }

.privacy_content:not(:last-child) {
  margin-bottom: 40px; }

.privacy_subtitle {
  font-size: 2.6rem;
  margin: 0 0 15px; }

.privacy_list_item {
  display: flex; }
  .privacy_list_item::before {
    content: '・'; }

/*--------------------------------------------------

    site

--------------------------------------------------*/
.site_title {
  margin: 0 0 20px; }

.site_list {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  height: 340px; }
  .site_list li {
    width: 48%;
    border-bottom: 1px solid #362e2b; }

.site a {
  display: flex;
  align-items: center;
  padding: 15px 7px 10px;
  position: relative; }
  .site a:hover {
    opacity: 0.7;
    transform: translateX(10px); }
  .site a::before {
    content: '\f054';
    font-size: 1em;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-right: 1em; }

/*--------------------------------------------------

    e404

--------------------------------------------------*/
.error {
  text-align: center; }
  .error a {
    color: #f19ec2;
    display: inline;
    text-decoration: underline; }

/*--------------------------------------------------

    contact

--------------------------------------------------*/
.contact_title {
  margin: 0 0 50px; }

.contact_table {
  width: 100%;
  margin: 0 0 40px; }
  .contact_table th {
    width: 340px;
    padding: 0 15px;
    text-align: left;
    line-height: 1.5;
    vertical-align: middle;
    transition: all 0.5s; }
    .contact_table th [class*="mark"] {
      line-height: 1.5;
      color: #fff;
      float: right;
      padding: 4px 12px;
      font-size: 1.2rem;
      border-radius: 16px; }
    .contact_table th .required-mark {
      background-color: #514e27; }
    .contact_table th .arbitrary-mar {
      background-color: #15b91b; }
  .contact_table td a {
    display: inline-block;
    text-decoration: underline;
    white-space: nowrap; }
  .contact_table td div:not(:last-child) {
    margin-bottom: 8px; }
  .contact_table td label {
    white-space: nowrap; }
  .contact_table td input:focus,
  .contact_table td select:focus,
  .contact_table td textarea:focus {
    outline: none;
    border-color: #362e2b; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
  padding: 4px;
  border: 1px solid #dadada;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
  transition: all 0.4s; }

.contact textarea {
  display: block;
  resize: none; }

.contact input[type='button'],
.contact input[type='submit'] {
  border: none;
  -webkit-appearance: none;
  transition: all 0.5s;
  cursor: pointer; }

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer; }

.contact input[type=radio],
.contact input[type=checkbox] {
  display: none;
  margin: 0; }

.contact input[type=radio] + label,
.contact input[type=checkbox] + label {
  padding: 0 0 0 24px;
  color: inherit; }

.contact input[type=radio] + label::before,
.contact input[type=checkbox] + label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0; }

.contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px; }

.contact input[type=checkbox] + label::before {
  border: 2px solid #ccc; }

.contact input[type=radio]:checked + label::after,
.contact input[type=checkbox]:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%; }

.contact input[type=radio]:checked + label::after {
  margin-top: -4px;
  background: #b91515;
  border-radius: 8px;
  left: 5px;
  width: 8px;
  height: 8px; }

.contact input[type=checkbox]:checked + label::after {
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #b91515;
  border-bottom: 3px solid #b91515;
  transform: rotate(-45deg);
  left: 3px; }

.contact input[name="items[address]"] {
  margin-top: 8px; }

.contact .sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #3f955b; }

.contact .error-text {
  margin: 0 0 4px;
  color: #b91515; }

.contact_submits {
  display: flex;
  align-items: center;
  justify-content: center; }

.contact_button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #f19ec2; }
  .contact_button + .contact_button {
    margin-left: 2%; }
  .contact_button:hover {
    opacity: 0.6; }

.contact_recaptcha {
  margin: 0 0 20px;
  overflow: hidden; }
  .contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto; }

.contact_text-box {
  text-align: center; }

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='email'] {
  width: 85%; }

.contact input[type='num'] {
  width: 70px; }

.contact textarea {
  min-height: 230px; }

/*--------------------------------------------------

    global-footer

--------------------------------------------------*/
.global-footer {
  border-top: 1px solid #fff;
  background: url(../images/common/global-footer_bg.png) no-repeat center/cover;
  position: relative;
  z-index: 0; }
  .global-footer::before {
    content: '';
    width: 100%;
    height: 38px;
    background: url(../images/common/global-footer_shape.png) repeat-x top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .global-footer_wrapper {
    align-items: center;
    padding: 75px 0; }
  .global-footer_logo {
    margin-left: 50px; }
  .global-footer_title {
    line-height: 2.14286;
    font-size: 1.4rem;
    margin-left: 45px; }
  .global-footer_info {
    margin-left: 70px; }
  .global-footer_sns-link {
    margin: 0 0 25px; }
    .global-footer_sns-link_button + .global-footer_sns-link_button {
      margin-left: 15px; }
    .global-footer_sns-link_item {
      margin-left: 20px; }
  .global-footer_text {
    margin: 0 0 10px;
    font-size: 1.3rem; }
  .global-footer_tel::before {
    width: 34px;
    height: 35px;
    background-image: url(../images/common/icon_tel__fix.png); }
  .global-footer_list {
    justify-content: center;
    width: 100%;
    margin: 30px 190px 0;
    line-height: 1;
    font-size: 1.3rem; }
    .global-footer_list_item:not(:nth-child(5n)) {
      margin-right: 45px; }
    .global-footer_list_item:not(:nth-last-child(-n+5)) {
      margin-bottom: 20px; }
    .global-footer_list_link:hover {
      text-shadow: 0 0 5px #fff, 0 0 5px #fff; }
  .global-footer_copyright {
    padding: 4px 0;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    background-color: #f19ec2; }
    .global-footer_copyright a {
      display: inline-block; }

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

.old_blog_link{
 text-align: center;
 font-size: 3rem;
 color: #8D0C26;
 margin: 20px 0;
}
