/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:1099px) {
  .concept-main,
  .musubibito-main,
  .all_inclusive-main {
    padding-top: 60px;
    color: #444444;
  }
  .btn-simple-more {
    margin-top: 25px;
  }
  .btn-simple-more a {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 275px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1.1em 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    font-size: clamp(14px, 3.7vw, 16px);
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #d3a86a;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .btn-simple-more a::before, .btn-simple-more a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5px);
    right: 20px;
    display: block;
    height: 1px;
    background-color: #fff;
  }
  .btn-simple-more a::before {
    width: 20px;
  }
  .btn-simple-more a::after {
    width: 10px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .concept-mv {
    padding: 50px 3.75vw 150px;
    background-color: #050033;
  }
  .concept-mv .title {
    margin-bottom: clamp(50px, 4.5vw, 100px);
    padding: 0 3.35vw;
    color: #d3a86a;
  }
  .concept-mv .title h1 {
    position: relative;
    left: -3.35vw;
    z-index: 1;
    display: block;
    margin: 0 auto 10px;
    font-family: "Marcellus", serif;
    font-size: clamp(20px, 5.3vw, 25px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .concept-mv .title h1::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .concept-mv .title h1 span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 3.35vw;
    background-color: #050033;
  }
  .concept-mv .title p {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(16px, 1.45vw, 20px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .concept-mv .img {
    position: relative;
    width: 100%;
    height: 450px;
    margin: 0 auto 150px;
    z-index: 1;
  }
  .concept-mv .img .mv-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concept-mv .img .mv-logo > img.grand {
    width: clamp(157px, 42vw, 315px);
    margin-bottom: clamp(25px, 6.6vw, 50px);
  }
  .concept-mv .img .mv-logo > img.mercure {
    width: clamp(95px, 17.3vw, 190px);
  }
  .concept-mv .img .mv-logo hgroup {
    margin-top: clamp(25px, 6.6vw, 50px);
    color: #d3a86a;
    text-align: center;
  }
  .concept-mv .img .mv-logo hgroup h2 {
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(25px, 6.7vw, 32px);
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-right: -0.5em;
  }
  .concept-mv .img .mv-logo hgroup p {
    font-family: "Marcellus", serif;
    font-size: 17px;
    font-size: clamp(9px, 2.4vw, 12px);
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    margin-bottom: 0;
  }
  .concept-mv .img video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .concept-mv .text {
    padding: 0 10.05vw;
  }
  .concept-mv .text h2 {
    margin-bottom: 50px;
    margin-right: -0.1em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(19px, 5.35vw, 30px);
    font-weight: 700;
    color: #d3a86a;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .concept-mv .text p {
    margin: 0 -0.1em 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 3.45vw, 16px);
    color: #fff;
    line-height: 2em;
  }
  .concept-mv .btn-area {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
    gap: 25px;
    margin: 50px auto 0;
  }
  .concept-mv .btn-area li a {
    position: relative;
    display: block;
    width: 275px;
    max-width: 100%;
    padding: 1.2em 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    font-size: clamp(13px, 3.45vw, 16px);
    font-weight: 600;
    color: #050033;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #d3a86a;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .concept-mv .btn-area li a::before, .concept-mv .btn-area li a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 10px);
    right: 30px;
    display: block;
    background-color: #050033;
  }
  .concept-mv .btn-area li a::before {
    width: 1px;
    height: 20px;
  }
  .concept-mv .btn-area li a::after {
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .concept-section {
    margin-top: 150px;
  }
  .concept-section .section-title-wrapper {
    padding: 0 3.35vw;
  }
  .concept-section .section-title-wrapper .section-title {
    position: relative;
    left: 0;
    z-index: 1;
    display: block;
    margin: 0 auto 50px;
    font-family: "Marcellus", "Noto Serif JP", serif;
    font-size: clamp(24px, 6.4vw, 32px);
    font-weight: 700;
    color: #d3a86a;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .concept-section .section-title-wrapper .section-title::before {
    content: "";
    position: absolute;
    top: 0.7em;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .concept-section .section-title-wrapper .section-title span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 3.35vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    background-color: #fff;
  }
  #hanaretabiConcept .about {
    margin: 0 auto 100px;
    padding: 0 3.35vw;
  }
  #hanaretabiConcept .about .text {
    padding: 0 10.05vw;
  }
  #hanaretabiConcept .about h3 {
    margin-bottom: 25px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(17px, 4.5vw, 26px);
    color: #037F58;
    letter-spacing: 0.1em;
  }
  #hanaretabiConcept .about p {
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 3.45vw, 16px);
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  #hanaretabiConcept .about > img {
    margin-top: 50px;
  }
  .hanaretabi-content {
    padding-left: 13.4vw;
  }
  .hanaretabi-content .section-subtitle {
    position: relative;
    left: -20px;
    z-index: 1;
    margin: 0 auto 50px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(24px, 6.4vw, 32px);
    font-weight: 700;
    text-indent: -0.65em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .hanaretabi-content .section-subtitle::before {
    content: "";
    position: absolute;
    top: 0.7em;
    right: 60%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #444444;
  }
  .hanaretabi-content .section-subtitle span {
    display: block;
    width: 1820px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    color: #444444;
    background-color: #fff;
  }
  .hanaretabi-content .col2 {
    width: 100%;
    margin: 0 auto 50px;
  }
  .hanaretabi-content .col2:last-child {
    margin-bottom: 0;
  }
  .hanaretabi-content .col2 .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .hanaretabi-content .col2 .img img {
    width: clamp(275px, 73vw, 350px);
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: clamp(25px, 6.65vw, 50px);
  }
  .hanaretabi-content .col2 .img img:last-child {
    margin-right: 0;
  }
  .hanaretabi-content .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding-right: 13.4vw;
  }
  .hanaretabi-content .col2 .text .feature {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;
    padding: 2px 7px 1px 8px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(11px, 2.9vw, 14px);
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #d3a86a;
  }
  .hanaretabi-content .col2 .text .feature b {
    font-size: clamp(14px, 3.7vw, 20px);
    line-height: 1em;
  }
  .hanaretabi-content .col2 .text h4 {
    margin-bottom: 25px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(17px, 4.5vw, 30px);
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .hanaretabi-content .col2 .text p {
    margin-bottom: 0;
    font-size: clamp(13px, 3.45vw, 16px);
    letter-spacing: 0.1em;
    line-height: 2em;
  }
  #allInclusiveConcept .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 6.7vw;
  }
  #allInclusiveConcept .img {
    height: 400px;
    margin-bottom: 50px;
  }
  #allInclusiveConcept .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  #allInclusiveConcept .text p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 3.45vw, 16px);
    letter-spacing: 0.1em;
    line-height: 2em;
  }
  #allInclusiveConcept .text p.memo {
    font-size: clamp(11px, 2.9vw, 13px);
  }
  #allInclusiveConcept .text .btn-simple-more a {
    margin: 0 auto;
  }
  #hotelConcept .brand .mv {
    position: relative;
    z-index: 1;
    height: 450px;
    margin-bottom: 50px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #hotelConcept .brand .mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #hotelConcept .brand .mv .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    padding: 0 13.4vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #hotelConcept .brand.grand .mv {
    background-image: url(https://accor-resorts-japan.jp/tw/cn/en/ko/wp/wp-content/themes/bland2025/assets/images25/concept/hotel-grand.jpg);
  }
  #hotelConcept .brand.grand .mv img {
    width: clamp(262px, 70vw, 388px);
  }
  #hotelConcept .brand.grand .inner {
    padding-bottom: 100px;
  }
  #hotelConcept .brand.grand .inner h3 {
    color: #BF9C61;
  }
  #hotelConcept .brand.mercure .mv {
    background-image: url(https://accor-resorts-japan.jp/tw/cn/en/ko/wp/wp-content/themes/bland2025/assets/images25/concept/hotel-mercure.jpg);
  }
  #hotelConcept .brand.mercure .mv img {
    width: clamp(205px, 54.6vw, 234px);
  }
  #hotelConcept .brand.mercure .inner {
    padding-bottom: 50px;
  }
  #hotelConcept .brand.mercure .inner h3 {
    color: #a790c4;
  }
  #hotelConcept .brand .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 7vw;
  }
  #hotelConcept .brand .inner h3 {
    margin-bottom: 25px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(17px, 4.5vw, 26px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  #hotelConcept .brand .inner p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(13px, 3.45vw, 16px);
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  #hotelConcept .brand .img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    max-width: 325px;
    margin: 50px auto;
  }
  #hotelConcept .brand .img p {
    margin: 0;
  }
  #hotelConcept .brand .img p:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: span 2;
    text-align: center;
  }
  #hotelConcept .brand .img p:nth-child(2) img {
    width: 50%;
  }
  #hotelConcept .brand .img p:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #hotelConcept .brand .img p:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .musubibito-mv {
    width: 100%;
    margin-bottom: 160px;
    padding: 100px 0 0 0;
  }
  .musubibito-mv .text {
    padding: 0 6.7vw 0 6.7vw;
  }
  .musubibito-mv .text .title {
    margin-bottom: 50px;
    color: #d3a86a;
  }
  .musubibito-mv .text .title strong {
    position: relative;
    left: 0;
    z-index: 1;
    display: block;
    margin: 0 auto 10px -3.35vw;
    font-family: "Marcellus", serif;
    font-size: clamp(25px, 6.6vw, 40px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .musubibito-mv .text .title strong::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    z-index: -1;
    display: block;
    width: 52vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .musubibito-mv .text .title strong span {
    display: block;
    width: 1400px;
    max-width: 100%;
    padding-left: 3.35vw;
    color: #d3a86a;
    background-color: #fff;
  }
  .musubibito-mv .text .title p {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(10px, 2.65vw, 14px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .musubibito-mv .text .intro {
    margin-bottom: 50px;
    padding: 0 6.7vw 0 6.7vw;
  }
  .musubibito-mv .text .intro hgroup {
    font-family: "Noto Serif JP", serif;
    color: #d3a86a;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .musubibito-mv .text .intro hgroup p {
    margin-right: -0.1em;
    margin-bottom: 0.75em;
    font-size: clamp(10px, 2.65vw, 14px);
    font-weight: 700;
  }
  .musubibito-mv .text .intro hgroup h1 {
    margin-right: -0.1em;
    margin-bottom: 1em;
    font-size: clamp(25px, 6.6vw, 42px);
    font-weight: 600;
  }
  .musubibito-mv .text .intro > p {
    line-height: 2em;
    font-size: clamp(13px, 3.46vw, 16px);
  }
  .musubibito-mv .text .intro > p:last-child {
    margin-bottom: 0;
  }
  .musubibito-mv .img {
    width: 100%;
  }
  .musubibito-mv .img #musubibitoMV {
    list-style: none;
    position: relative;
    width: 100vw;
  }
  .musubibito-mv .img #musubibitoMV .slick-track {
    width: 10000px !important;
  }
  .musubibito-mv .img #musubibitoMV li {
    width: 175px;
    aspect-ratio: 2/5;
  }
  .musubibito-mv .img #musubibitoMV li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .musubibito-archive-wrapper {
    margin: 0 auto;
    padding: 0 13.4vw;
  }
  .musubibito-archive-wrapper h2 {
    margin-bottom: 25px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(17px, 4.5vw, 22px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .musubibito-archive-wrapper .btn-more {
    margin-top: 50px;
  }
  .musubibito-archive-wrapper .btn-more a {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 275px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    color: #444444;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #444444;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .musubibito-archive-wrapper .btn-more a::before, .musubibito-archive-wrapper .btn-more a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5px);
    left: 20px;
    display: block;
    height: 1px;
    background-color: #444444;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .musubibito-archive-wrapper .btn-more a::before {
    width: 20px;
  }
  .musubibito-archive-wrapper .btn-more a::after {
    width: 10px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .musubibito-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
    gap: clamp(25px, 3.15vw, 50px);
  }
  .musubibito-archive .item a {
    display: block;
  }
  .musubibito-archive .item a .img {
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .musubibito-archive .item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .musubibito-archive .item a .text .hotel {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 700;
  }
  .musubibito-archive .item a .text .hotel.grand {
    color: #d3a86a;
  }
  .musubibito-archive .item a .text .hotel.mercure {
    color: #a790c4;
  }
  .musubibito-archive .item a .text .title {
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 500;
    line-height: 1.75em;
  }
  .allicl-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 150px;
  }
  .allicl-mv .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 13.4vw;
  }
  .allicl-mv .text hgroup {
    margin-bottom: 50px;
    color: #d3a86a;
    text-align: center;
    white-space: nowrap;
  }
  .allicl-mv .text hgroup p {
    margin-right: -0.1em;
    margin-bottom: 12px;
    font-family: "Marcellus", serif;
    font-size: clamp(11px, 2.8vw, 14px);
    letter-spacing: 0.1em;
  }
  .allicl-mv .text hgroup h1 {
    margin-right: -0.1em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(25px, 6.6vw, 32px);
    letter-spacing: 0.1em;
  }
  .allicl-mv .text .intro p {
    font-size: clamp(13px, 3.4vw, 16px);
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  .allicl-mv .text .intro p:last-child {
    margin-bottom: 0;
  }
  .allicl-mv .text .intro p.memo {
    font-size: clamp(11px, 2.9vw, 13px);
  }
  .allicl-mv .img {
    width: 100%;
    height: 340px;
    margin-bottom: 50px;
  }
  .allicl-mv .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .allicl-contents-wrapper {
    padding-left: 13.4vw;
  }
  .allicl-contents {
    max-width: 100%;
    margin: 0 auto 75px;
  }
  .allicl-contents:last-of-type {
    margin-bottom: 0;
  }
  .allicl-contents .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .allicl-contents .img img {
    min-width: clamp(275px, 73vw, 550px);
    aspect-ratio: 55/31;
    -o-object-fit: cover;
       object-fit: cover;
    margin-right: clamp(25px, 6.65vw, 50px);
  }
  .allicl-contents .img img:last-child {
    margin-right: 0;
  }
  .allicl-contents .text {
    padding-right: 13.4vw;
  }
  .allicl-contents .text hgroup {
    margin-bottom: 25px;
  }
  .allicl-contents .text hgroup .point {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 12px;
    padding: 2px 7px 1px 8px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(11px, 2.9vw, 14px);
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #d3a86a;
  }
  .allicl-contents .text hgroup .point b {
    font-size: clamp(14px, 3.7vw, 20px);
    line-height: 1em;
  }
  .allicl-contents .text hgroup h2 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(17px, 4.5vw, 30px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .allicl-contents .text p {
    margin-bottom: 1.75em;
    font-size: clamp(13px, 3.4vw, 16px);
    line-height: 2em;
    letter-spacing: 0.1em;
  }
  .allicl-contents .text p:last-child {
    margin-bottom: 0;
  }
  .allicl-contents .text p.memo {
    font-size: 14px;
  }
  .allicl-contents .text a {
    color: #d3a86a;
    text-decoration: underline;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1100px) {
  .concept-main,
  .musubibito-main,
  .all_inclusive-main {
    padding-top: 100px;
    color: #444444;
  }
  .btn-simple-more {
    margin-top: 50px;
  }
  .btn-simple-more a {
    position: relative;
    display: block;
    width: 300px;
    max-width: 100%;
    padding: 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #d3a86a;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .btn-simple-more a::before, .btn-simple-more a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5px);
    right: 20px;
    display: block;
    height: 1px;
    background-color: #fff;
  }
  .btn-simple-more a::before {
    width: 20px;
  }
  .btn-simple-more a::after {
    width: 10px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .btn-simple-more a:hover {
    background-color: #E6B56D;
  }
  .concept-mv {
    padding: 150px 50px 300px;
    background-color: #050033;
  }
  .concept-mv .title {
    width: 1720px;
    max-width: 100%;
    margin: 0 auto clamp(50px, 4.5vw, 100px);
    color: #d3a86a;
  }
  .concept-mv .title h1 {
    position: relative;
    left: -20px;
    z-index: 1;
    display: block;
    margin: 0 auto 10px;
    font-family: "Marcellus", serif;
    font-size: clamp(40px, 3.6vw, 50px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .concept-mv .title h1::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .concept-mv .title h1 span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #050033;
  }
  .concept-mv .title p {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(16px, 1.45vw, 20px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .concept-mv .img {
    position: relative;
    width: 1720px;
    max-width: 100%;
    aspect-ratio: 344/175;
    margin: 0 auto 300px;
    z-index: 1;
  }
  .concept-mv .img .mv-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .concept-mv .img .mv-logo > img.grand {
    width: clamp(315px, 28.6vw, 388px);
    margin-bottom: 50px;
  }
  .concept-mv .img .mv-logo > img.mercure {
    width: clamp(190px, 17.3vw, 234px);
  }
  .concept-mv .img .mv-logo hgroup {
    margin-top: 60px;
    color: #d3a86a;
    text-align: center;
  }
  .concept-mv .img .mv-logo hgroup h2 {
    margin-bottom: 20px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(40px, 2.6vw, 56px);
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-right: -0.35em;
  }
  .concept-mv .img .mv-logo hgroup p {
    font-family: "Marcellus", serif;
    font-size: 17px;
    font-size: clamp(15px, 1.5vw, 19px);
    letter-spacing: 0.1em;
    margin-right: -0.1em;
    margin-bottom: 0;
  }
  .concept-mv .img video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .concept-mv .text {
    text-align: center;
  }
  .concept-mv .text h2 {
    margin-bottom: 100px;
    margin-right: -0.1em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(36px, 3.3vw, 48px);
    font-weight: 700;
    color: #d3a86a;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .concept-mv .text p {
    margin: 0 -0.1em 0 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.45vw, 18px);
    color: #fff;
    line-height: 2em;
  }
  .concept-mv .btn-area {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 100px auto 0;
  }
  .concept-mv .btn-area li {
    margin-right: 50px;
  }
  .concept-mv .btn-area li:last-child {
    margin-right: 0;
  }
  .concept-mv .btn-area li a {
    position: relative;
    display: block;
    width: 300px;
    max-width: 100%;
    padding: 0.95em 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    font-size: clamp(16px, 1.45vw, 18px);
    font-weight: 600;
    color: #050033;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #d3a86a;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .concept-mv .btn-area li a::before, .concept-mv .btn-area li a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 10px);
    right: 30px;
    display: block;
    background-color: #050033;
  }
  .concept-mv .btn-area li a::before {
    width: 1px;
    height: 20px;
  }
  .concept-mv .btn-area li a::after {
    width: 8px;
    height: 1px;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .concept-mv .btn-area li a:hover {
    background-color: #E6B56D;
  }
  .concept-section {
    margin-top: 300px;
  }
  .concept-section .section-title-wrapper {
    width: 1720px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 0 50px;
  }
  .concept-section .section-title-wrapper .section-title {
    position: relative;
    left: -20px;
    z-index: 1;
    display: block;
    font-family: "Marcellus", "Noto Serif JP", serif;
    font-size: clamp(36px, 3.3vw, 48px);
    font-weight: 700;
    color: #d3a86a;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .concept-section .section-title-wrapper .section-title::before {
    content: "";
    position: absolute;
    top: 0.7em;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .concept-section .section-title-wrapper .section-title span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    background-color: #fff;
  }
  #hanaretabiConcept .inner {
    padding: 0 100px;
  }
  #hanaretabiConcept .section-title-wrapper {
    margin-bottom: 100px;
  }
  #hanaretabiConcept .about {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 200px;
  }
  #hanaretabiConcept .about h3 {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 2vw, 27px);
    color: #037F58;
    letter-spacing: 0.1em;
  }
  #hanaretabiConcept .about p {
    margin-bottom: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  #hanaretabiConcept .about > img {
    margin-top: 100px;
  }
  .hanaretabi-content .section-subtitle {
    position: relative;
    left: -20px;
    z-index: 1;
    margin: 0 auto 50px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(36px, 2.52vw, 48px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .hanaretabi-content .section-subtitle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #444444;
  }
  .hanaretabi-content .section-subtitle span {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    color: #444444;
    background-color: #fff;
  }
  .hanaretabi-content .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto 100px;
  }
  .hanaretabi-content .col2:last-child {
    margin-bottom: 0;
  }
  .hanaretabi-content .col2 .img {
    width: 45.5%;
    max-width: 500px;
  }
  .hanaretabi-content .col2 .img img {
    width: 100%;
  }
  .hanaretabi-content .col2 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding-left: clamp(25px, 2.3vw, 50px);
  }
  .hanaretabi-content .col2 .text .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    padding-bottom: 0;
  }
  .hanaretabi-content .col2 .text .feature {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
    padding: 5px 10px 3px 11px;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #d3a86a;
  }
  .hanaretabi-content .col2 .text .feature b {
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
  }
  .hanaretabi-content .col2 .text h4 {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 2vw, 30px);
    letter-spacing: 0.1em;
  }
  .hanaretabi-content .col2 .text p {
    margin-bottom: 0;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  #allInclusiveConcept .inner {
    width: 1680px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 100px;
  }
  #allInclusiveConcept .img {
    margin-bottom: 50px;
  }
  #allInclusiveConcept .text p {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2em;
  }
  #allInclusiveConcept .text p.memo {
    font-size: 14px;
  }
  #hotelConcept .brand .mv {
    position: relative;
    z-index: 1;
    height: 700px;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #hotelConcept .brand .mv::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
  }
  #hotelConcept .brand .mv .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1680px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 100px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #hotelConcept .brand.grand .mv {
    background-image: url(https://accor-resorts-japan.jp/tw/cn/en/ko/wp/wp-content/themes/bland2025/assets/images25/concept/hotel-grand.jpg);
  }
  #hotelConcept .brand.grand .mv img {
    width: clamp(388px, 35.3vw, 525px);
  }
  #hotelConcept .brand.grand .inner {
    padding-bottom: 200px;
  }
  #hotelConcept .brand.grand .inner h3 {
    color: #BF9C61;
  }
  #hotelConcept .brand.mercure .mv {
    background-image: url(https://accor-resorts-japan.jp/tw/cn/en/ko/wp/wp-content/themes/bland2025/assets/images25/concept/hotel-mercure.jpg);
  }
  #hotelConcept .brand.mercure .mv img {
    width: clamp(234px, 21.3vw, 410px);
  }
  #hotelConcept .brand.mercure .inner h3 {
    color: #a790c4;
  }
  #hotelConcept .brand .inner {
    width: 1680px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 100px;
  }
  #hotelConcept .brand .inner h3 {
    margin-bottom: 50px;
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  #hotelConcept .brand .inner p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  #hotelConcept .brand .img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 50px auto 100px;
  }
  #hotelConcept .brand .img p {
    margin: 0;
  }
  .musubibito-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-bottom: 300px;
    padding-left: clamp(50px, 4.5vw, 100px);
  }
  .musubibito-mv .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: clamp(320px, 27vw, 420px);
    padding: clamp(50px, 6.3vw, 140px) clamp(50px, 4.5vw, 100px) 0 0;
  }
  .musubibito-mv .text .title {
    margin-bottom: clamp(50px, 4.5vw, 100px);
    color: #d3a86a;
  }
  .musubibito-mv .text .title strong {
    position: relative;
    left: -20px;
    z-index: 1;
    display: block;
    margin: 0 auto 10px;
    font-family: "Marcellus", serif;
    font-size: clamp(40px, 3.6vw, 50px);
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .musubibito-mv .text .title strong::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 52%;
    z-index: -1;
    display: block;
    width: 50vw;
    height: 1px;
    background-color: #d3a86a;
  }
  .musubibito-mv .text .title strong span {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #fff;
  }
  .musubibito-mv .text .title p {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(16px, 1.45vw, 20px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .musubibito-mv .text .intro hgroup {
    font-family: "Noto Serif JP", serif;
    color: #d3a86a;
  }
  .musubibito-mv .text .intro hgroup p {
    margin-bottom: 0.75em;
    font-size: clamp(16px, 1.45vw, 20px);
    font-weight: 600;
  }
  .musubibito-mv .text .intro hgroup h1 {
    margin-bottom: 1em;
    font-size: clamp(42px, 3.8vw, 56px);
    font-weight: 600;
  }
  .musubibito-mv .text .intro > p {
    line-height: 2em;
    font-size: clamp(16px, 1.45vw, 18px);
  }
  .musubibito-mv .text .intro > p:last-child {
    margin-bottom: 0;
  }
  .musubibito-mv .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: clamp(680px, 73vw, 1480px);
    max-width: 1480px;
    max-height: 875px;
  }
  .musubibito-mv .img ul {
    list-style: none;
  }
  .musubibito-mv .img ul li {
    width: 25%;
    aspect-ratio: 2/5;
  }
  .musubibito-mv .img ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .musubibito-mv #musubibitoMV {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .musubibito-archive-wrapper {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 50px;
  }
  .musubibito-archive-wrapper h2 {
    margin-bottom: 25px;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(20px, 2vw, 30px);
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .musubibito-archive-wrapper .btn-more {
    margin-top: 50px;
  }
  .musubibito-archive-wrapper .btn-more a {
    position: relative;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
    font-family: "Marcellus", "Noto Serif JP", serif;
    color: #444444;
    letter-spacing: 0.1em;
    text-align: center;
    border: 1px solid #444444;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .musubibito-archive-wrapper .btn-more a::before, .musubibito-archive-wrapper .btn-more a::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 5px);
    left: 20px;
    display: block;
    height: 1px;
    background-color: #444444;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .musubibito-archive-wrapper .btn-more a::before {
    width: 20px;
  }
  .musubibito-archive-wrapper .btn-more a::after {
    width: 10px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .musubibito-archive-wrapper .btn-more a:hover {
    color: #d3a86a;
    border: 1px solid #d3a86a;
  }
  .musubibito-archive-wrapper .btn-more a:hover::before, .musubibito-archive-wrapper .btn-more a:hover::after {
    background-color: #d3a86a;
  }
  .musubibito-archive {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(33% - clamp(25px, 3.15vw, 50px)), 1fr));
    gap: 100px clamp(25px, 3.15vw, 50px);
  }
  .musubibito-archive .item a {
    display: block;
  }
  .musubibito-archive .item a .img {
    width: 100%;
    margin-bottom: 20px;
    aspect-ratio: 1/1;
    overflow: hidden;
  }
  .musubibito-archive .item a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
  }
  .musubibito-archive .item a .text .hotel {
    display: block;
    margin-bottom: 8px;
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 700;
  }
  .musubibito-archive .item a .text .hotel.grand {
    color: #d3a86a;
  }
  .musubibito-archive .item a .text .hotel.mercure {
    color: #a790c4;
  }
  .musubibito-archive .item a .text .title {
    font-size: clamp(13px, 1.3vw, 16px);
    font-weight: 500;
    line-height: 1.75em;
  }
  .musubibito-archive .item a:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .musubibito-archive .item a:hover .title {
    text-decoration: underline;
  }
  .allicl-mv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: calc(100vh - 100px);
    min-height: 500px;
    max-height: 875px;
    margin-bottom: 300px;
    padding-left: clamp(50px, 4.5vw, 100px);
  }
  .allicl-mv .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 860px;
    padding-right: clamp(50px, 4.5vw, 100px);
  }
  .allicl-mv .text hgroup {
    margin-bottom: 50px;
    color: #d3a86a;
    text-align: center;
  }
  .allicl-mv .text hgroup p {
    margin-right: -0.1em;
    margin-bottom: 20px;
    font-family: "Marcellus", serif;
    font-size: clamp(20px, 1.8vw, 24px);
    letter-spacing: 0.1em;
  }
  .allicl-mv .text hgroup h1 {
    margin-right: -0.1em;
    font-family: "Noto Serif JP", serif;
    font-size: clamp(40px, 3.6vw, 56px);
    letter-spacing: 0.1em;
  }
  .allicl-mv .text .intro p {
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  .allicl-mv .text .intro p.memo {
    font-size: 14px;
  }
  .allicl-mv .img {
    width: 50vw;
    height: 100%;
  }
  .allicl-mv .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .allicl-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 1580px;
    max-width: 100%;
    margin: 0 auto 150px;
    padding: 0 50px;
  }
  .allicl-contents:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .allicl-contents:nth-of-type(even) .img {
    padding-right: 0;
    padding-left: 50px;
  }
  .allicl-contents:last-of-type {
    margin-bottom: 0;
  }
  .allicl-contents .img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 50%;
    padding-right: 50px;
  }
  .allicl-contents .img img:first-child {
    grid-column: span 2;
  }
  .allicl-contents .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .allicl-contents .text hgroup {
    margin-bottom: 50px;
  }
  .allicl-contents .text hgroup .point {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px;
    padding: 5px 10px 3px 11px;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #d3a86a;
  }
  .allicl-contents .text hgroup .point b {
    font-size: 20px;
    line-height: 1em;
  }
  .allicl-contents .text hgroup h2 {
    font-family: "Noto Serif JP", serif;
    font-size: clamp(22px, 2vw, 30px);
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.1em;
  }
  .allicl-contents .text p {
    margin-bottom: 2.5em;
    font-size: clamp(16px, 1.45vw, 18px);
    line-height: 2em;
  }
  .allicl-contents .text p:last-child {
    margin-bottom: 0;
  }
  .allicl-contents .text p.memo {
    font-size: 14px;
  }
  .allicl-contents .text a {
    color: #d3a86a;
    text-decoration: underline;
  }
}

/* accor-resorts-japan.jp リニューアル タイトル重複 @ 250508 */
html[lang="en"] .concept-mv .img .mv-logo hgroup p {
  display: none;
}
