@charset "UTF-8";
/* Scss Document */
.floatingBoxR {
  display: none; }

.bownow {
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/* 
---------------------------------------
ownerNav
---------------------------------------
*/
#ownerNav {
  position: fixed;
  right: 2rem;
  bottom: 8rem;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  @media (max-width: 999px) {
    #ownerNav {
      left: 3rem;
      bottom: 0;
      right: inherit; } }
  #ownerNav ul {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    /* PCでは常に表示 */
    max-height: max-content;
    opacity: 1;
    transform: none;
    overflow: visible; }
  #ownerNav a {
    display: block;
    padding: 0.8rem 1.6rem;
    background: #fff;
    border: 2px solid #1e73ff;
    border-radius: 999px;
    color: #1e73ff;
    font-size: 1.3rem;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease; }
    #ownerNav a:hover {
      background: #1e73ff;
      color: #fff; }
  #ownerNav.is-show {
    opacity: 1;
    pointer-events: auto; }

#ownerNav.is-show {
  opacity: 1;
  pointer-events: auto; }

/* アクティブ状態 */
#ownerNav a.is-active {
  background: #1e73ff;
  color: #fff; }

#schedule {
  margin-top: -12rem;
  padding-top: 12rem; }

.ownerNavToggle {
  display: none; }

/* SP */
@media (max-width: 768px) {
  #ownerNav ul {
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
  #ownerNav.is-open ul {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0); }

  .ownerNavToggle {
    display: flex;
    height: 3.6rem;
    width: 24rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: #333;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid;
    color: #fff;
    border: 2px solid #fff; } }
/* 
---------------------------------------
#kv
---------------------------------------
*/
#kv {
  position: relative;
  width: 100%;
  height: 100vh; }
  @media (max-width: 999px) {
    #kv {
      height: 72vh; } }
  #kv .inner_L {
    position: absolute;
    bottom: 16%;
    left: 0;
    right: 0; }
    @media (max-width: 999px) {
      #kv .inner_L {
        bottom: 8%; } }
  #kv picture {
    height: 100vh;
    width: 100%;
    overflow: hidden; }
  #kv picture img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  #kv .ttl {
    width: 36vw;
    height: auto;
    max-width: 56rem; }
    @media (max-width: 999px) {
      #kv .ttl {
        width: 90%;
        max-width: 42rem; } }
  #kv .txt {
    font-size: 2.8rem;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.5; }
    @media (max-width: 999px) {
      #kv .txt {
        font-size: 1.6rem; } }
  #kv .wave {
    display: block;
    position: absolute;
    bottom: -1px; }
  #kv .bnr {
    position: absolute;
    right: 10rem;
    bottom: 10rem;
    transition: all 0.6s; }
    #kv .bnr:hover {
      opacity: 0.7;
      cursor: pointer;
      transition: all 0.3s; }
    @media (max-width: 999px) {
      #kv .bnr {
        display: none; } }
  #kv .bnr img {
    width: 32rem;
    height: auto; }

.owner .breadcrumbs {
  padding-top: 6rem; }
  @media (max-width: 999px) {
    .owner .breadcrumbs {
      padding-top: 2rem; } }
  @media (max-width: 999px) {
    .owner .breadcrumbs span {
      font-size: 1.2rem; } }

[id^="owner"] .ttlBox {
  text-align: center; }
[id^="owner"] .enDeco {
  font-size: 2rem;
  color: #5A8CCF; }
  @media (max-width: 999px) {
    [id^="owner"] .enDeco {
      line-height: 1;
      margin-bottom: 1rem; } }
[id^="owner"] .ttl {
  font-size: 3.8rem;
  line-height: 1.5; }
  @media (max-width: 999px) {
    [id^="owner"] .ttl {
      font-size: 2.2rem; } }

/* 
---------------------------------------
#owner01
---------------------------------------
*/
#owner01 {
  padding: 4rem 0 10rem; }
  @media (max-width: 999px) {
    #owner01 {
      padding: 4rem 0 6rem; } }
  #owner01 .decoBox {
    position: relative;
    text-align: center;
    margin: 0 auto 8rem; }
    @media (max-width: 999px) {
      #owner01 .decoBox {
        margin-bottom: 6rem; } }
  #owner01 .decoTxt {
    font-size: 3.6rem; }
    @media (max-width: 999px) {
      #owner01 .decoTxt {
        font-size: 2.4rem;
        position: relative;
        z-index: 1; } }
  #owner01 .deco {
    position: absolute;
    top: 0; }
  #owner01 .deco.left {
    position: absolute;
    left: 0; }
    @media (max-width: 999px) {
      #owner01 .deco.left {
        position: absolute;
        left: -5rem;
        top: -2rem;
        width: 16rem;
        height: auto;
        opacity: 0.3; } }
  #owner01 .deco.right {
    position: absolute;
    right: -0; }
    @media (max-width: 999px) {
      #owner01 .deco.right {
        position: absolute;
        right: -3rem;
        width: 12rem;
        height: auto;
        top: 9rem;
        opacity: 0.3; } }
  #owner01 .txt {
    text-align: center; }
    @media (max-width: 999px) {
      #owner01 .txt {
        text-align: left;
        font-size: 1.4rem; } }
  #owner01 .picBox {
    text-align: center; }
  #owner01 iframe {
    width: 90%;
    height: auto;
    max-width: 90rem;
    height: 50rem; }
    @media (max-width: 999px) {
      #owner01 iframe {
        height: 45vw; } }
  #owner01 .txt2 {
    font-size: 2rem;
    text-align: center; }
    @media (max-width: 999px) {
      #owner01 .txt2 {
        text-align: left;
        font-size: 1.4rem; } }
  #owner01 .blue1 {
    color: #5A8CCF; }
  #owner01 .mark {
    background: linear-gradient(transparent 1.1em, #5A8CCF 0, #5A8CCF calc(1.1em + 1.2rem), transparent 0); }
    @media (max-width: 999px) {
      #owner01 .mark {
        background: linear-gradient(transparent 1.1em, #5A8CCF 0, #5A8CCF calc(1.1em + 0.7rem), transparent 0); } }

/* 
---------------------------------------
#owner02
---------------------------------------
*/
#owner02 {
  padding: 12rem 0 2rem;
  background: #FFF9E8;
  position: relative; }
  @media (max-width: 999px) {
    #owner02 {
      padding: 6rem 0 2rem; } }
  #owner02 .enDeco {
    font-size: 2rem;
    color: #FFA100; }
  #owner02 .pics {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: nowrap; }
    @media (max-width: 999px) {
      #owner02 .pics {
        gap: 0rem;
        flex-wrap: wrap;
        margin-top: 8rem; } }
  #owner02 .pics .pic {
    width: 28rem;
    height: 100%; }
    @media (max-width: 999px) {
      #owner02 .pics .pic {
        width: 49%;
        margin-top: -6rem; } }
  #owner02 .pics .pic:nth-child(2n) {
    margin-top: 4rem; }
    @media (max-width: 999px) {
      #owner02 .pics .pic:nth-child(2n) {
        margin-top: 3rem; } }
  #owner02 .boxs {
    padding: 6rem 8rem;
    text-align: center;
    background: #fff;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    position: relative;
    margin-bottom: 12rem; }
    @media (max-width: 999px) {
      #owner02 .boxs {
        padding: 4rem 2rem 2rem;
        margin-bottom: 6rem; } }
  #owner02 .numberBox {
    position: absolute;
    left: 0;
    right: 0;
    top: -6rem; }
    @media (max-width: 999px) {
      #owner02 .numberBox {
        top: -3rem; } }
  #owner02 .numberBox .deco {
    display: block;
    font-size: 1.4rem;
    color: #FFA100; }
    @media (max-width: 999px) {
      #owner02 .numberBox .deco {
        font-size: 1.2rem; } }
  #owner02 .numberBox .number {
    font-size: 8rem;
    color: #FFA100;
    line-height: 1; }
    @media (max-width: 999px) {
      #owner02 .numberBox .number {
        font-size: 6rem; } }
  #owner02 .yellow {
    color: #FFCC26 !important; }
  #owner02 .sttl {
    font-size: 3.2rem; }
    @media (max-width: 999px) {
      #owner02 .sttl {
        font-size: 2.2rem; } }
  #owner02 .stxt {
    font-size: 2.6rem;
    color: #FFA100; }
    @media (max-width: 999px) {
      #owner02 .stxt {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center; } }
  #owner02 .box {
    display: flex;
    gap: 4rem;
    align-items: flex-start;
    justify-content: center;
    text-align: left; }
    @media (max-width: 999px) {
      #owner02 .box {
        flex-direction: column;
        gap: 2rem; } }
  #owner02 .pic {
    width: 51rem;
    height: auto;
    border-radius: clamp(5px, 0.7142857143vw, 10px); }
    @media (max-width: 999px) {
      #owner02 .pic {
        width: 100%; } }
  #owner02 .sbox {
    flex: 1; }
  #owner02 .sbox dl + dl {
    margin-top: 2.4rem; }
  #owner02 .sbox dt {
    font-size: 1.8rem;
    font-weight: 700; }
    @media (max-width: 999px) {
      #owner02 .sbox dt {
        font-size: 1.6rem; } }
  #owner02 .sbox dd {
    font-size: 1.6rem;
    line-height: 1.9;
    color: #333; }
    @media (max-width: 999px) {
      #owner02 .sbox dd {
        font-size: 1.4rem; } }
  #owner02 .sbox dd strong.orange {
    color: #FFA100; }
  #owner02 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0; }

/* 
---------------------------------------
#owner03
---------------------------------------
*/
#owner03 {
  padding: 12rem 0;
  background-image: url(../../wp/wp-content/themes/daikoku_251028/img/owner/03_bg.jpg);
  background-repeat: repeat; }
  @media (max-width: 999px) {
    #owner03 {
      padding: 6rem 0 4rem; } }
  #owner03 .enDeco {
    color: #7E6CC9; }
  #owner03 .headingLine {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
  #owner03 .headingLine .line {
    flex: 1;
    height: 2px;
    background-color: #7E6CC9; }
  #owner03 .headingLine .sttl {
    white-space: nowrap;
    font-size: 3.2rem;
    color: #7E6CC9;
    font-weight: 700; }
    @media (max-width: 999px) {
      #owner03 .headingLine .sttl {
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: center; } }
  #owner03 .boxs {
    background: #fff;
    padding: 6rem;
    border-radius: clamp(25px, 3.5714285714vw, 50px); }
    @media (max-width: 999px) {
      #owner03 .boxs {
        padding: 2rem; } }
  #owner03 .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    @media (max-width: 999px) {
      #owner03 .box {
        flex-direction: column; } }
  #owner03 .picBox {
    width: calc(555/1080*100%);
    margin-right: calc(45/1080*100%); }
    @media (max-width: 999px) {
      #owner03 .picBox {
        width: 100%; } }
  #owner03 .pic, #owner03 .fig {
    height: auto; }
  #owner03 .picTxt {
    font-size: 1.2rem; }
  #owner03 .picDeco {
    font-size: 2.4rem;
    background: #FFEC54;
    border-radius: 9999px;
    padding: 1rem 0;
    text-align: center; }
    @media (max-width: 999px) {
      #owner03 .picDeco {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 1rem; } }
    #owner03 .picDeco strong {
      font-size: 2.8rem; }
      @media (max-width: 999px) {
        #owner03 .picDeco strong {
          font-size: 1.8rem; } }
  #owner03 .stxtBox {
    width: calc(480/1080*100%);
    background: #F2F3F4;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    padding: 4rem;
    height: max-content; }
    @media (max-width: 999px) {
      #owner03 .stxtBox {
        width: 100%;
        padding: 2rem; } }
  @media (max-width: 999px) {
    #owner03 .txt {
      font-size: 1.45rem;
      text-align: left; } }
  #owner03 .stxt {
    font-size: 1.8rem; }
    @media (max-width: 999px) {
      #owner03 .stxt {
        font-size: 1.45rem; } }
  #owner03 .sstxt {
    text-align: center;
    font-size: 1.8rem; }
    @media (max-width: 999px) {
      #owner03 .sstxt {
        font-size: 1.45rem;
        text-align: left; } }
  #owner03 .orange {
    color: #FFA100; }
  #owner03 .fukidashiBox {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 999px) {
      #owner03 .fukidashiBox {
        flex-direction: column; } }
    #owner03 .fukidashiBox .ico {
      width: 18rem;
      height: auto; }
      @media (max-width: 999px) {
        #owner03 .fukidashiBox .ico {
          width: 12rem;
          margin-bottom: -1rem; } }
  #owner03 .fukidashiTxt {
    border: 2px solid #FFCC26;
    border-radius: 999px;
    margin-left: 4rem;
    padding: 2rem 3rem;
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #owner03 .fukidashiTxt {
        margin-left: 0;
        padding: 2rem 4rem;
        font-size: 1.3rem; } }
  #owner03 .boxs2 {
    background: #EBE5F6;
    position: relative; }
    #owner03 .boxs2 .txt {
      text-align: center; }
      @media (max-width: 999px) {
        #owner03 .boxs2 .txt {
          text-align: left; } }
    #owner03 .boxs2 .figBox {
      text-align: center;
      padding: 4rem 8rem;
      background: #fff;
      width: 100%;
      margin: 0 auto 4rem;
      border-radius: clamp(25px, 3.5714285714vw, 50px); }
      @media (max-width: 999px) {
        #owner03 .boxs2 .figBox {
          padding: 2rem;
          margin: 0 auto 2rem; } }
    #owner03 .boxs2 .fukidashiTxt {
      background: #fff;
      color: #7E6CC9;
      width: calc(480/843*100%);
      margin-left: 0;
      margin-right: 4rem;
      border: none; }
      @media (max-width: 999px) {
        #owner03 .boxs2 .fukidashiTxt {
          width: 100%;
          margin-right: 0; } }
    #owner03 .boxs2 .arrow {
      position: absolute;
      top: -6rem;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%); }
      @media (max-width: 999px) {
        #owner03 .boxs2 .arrow {
          top: -3rem;
          width: 14rem;
          height: auto; } }
  #owner03 .murasaki {
    color: #7E6CC9; }
  #owner03 .wakuBox {
    padding: 4rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: clamp(25px, 3.5714285714vw, 50px); }
    @media (max-width: 999px) {
      #owner03 .wakuBox {
        padding: 2rem;
        margin-bottom: 2rem; } }
  #owner03 .wakuTtl {
    font-size: 2rem;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      #owner03 .wakuTtl {
        font-size: 1.6rem;
        margin-bottom: 0.5rem; } }
  @media (max-width: 999px) {
    #owner03 .wakuTxt {
      font-size: 1.45rem; } }

/* 
---------------------------------------
#owner04
---------------------------------------
*/
#owner04 {
  background: #E8F7F0;
  padding: 12rem 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 999px) {
    #owner04 {
      padding: 6rem 0; } }
  #owner04 .enDeco, #owner04 .ttl {
    color: #fff; }
  #owner04 .boxs {
    display: flex;
    gap: 4rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #owner04 .boxs {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 2rem; } }
  #owner04 .box {
    padding: 4rem;
    background: #fff;
    text-align: center;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    max-width: 32%; }
    @media (max-width: 999px) {
      #owner04 .box {
        max-width: 100%;
        padding: 2rem; } }
  #owner04 .ttlBox {
    position: relative;
    z-index: 1; }
  #owner04 .sttl {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media (max-width: 999px) {
      #owner04 .sttl {
        font-size: 2rem;
        margin-bottom: 1rem; } }
  #owner04 .pic {
    width: 16rem;
    height: auto;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      #owner04 .pic {
        width: 8rem;
        margin-bottom: 0; } }
  #owner04 .green {
    color: #4FB78E; }
  #owner04 .txt {
    text-align: left; }
    @media (max-width: 999px) {
      #owner04 .txt {
        font-size: 1.45rem; } }
  #owner04 .deco {
    display: block;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    padding: 1rem 3rem;
    background: #fff;
    border-radius: 999px;
    font-size: 3.2rem;
    font-weight: bold;
    color: #4FB78E;
    margin-bottom: 0.6rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #owner04 .deco {
        font-size: 1.8rem;
        padding: 0.4rem 1.6rem; } }
  #owner04 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
    height: 70rem;
    object-fit: cover; }
    @media (max-width: 999px) {
      #owner04 .bg {
        object-fit: cover;
        height: 56rem; } }

/* 
---------------------------------------
#owner05
---------------------------------------
*/
#owner05 {
  padding: 12rem 0 16rem;
  background: #FFF9E8; }
  @media (max-width: 999px) {
    #owner05 {
      padding: 6rem 0; } }
  #owner05 .enDeco {
    font-size: 2rem;
    color: #FFA100; }
  #owner05 .boxs {
    display: flex;
    gap: 2.4rem 4%;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 999px) {
      #owner05 .boxs {
        flex-direction: column;
        gap: 1.4rem 4%; } }
  #owner05 .pointBox {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    border: 3px solid #FFD079;
    padding: 2rem 0 2rem 4rem;
    width: 48%; }
    @media (max-width: 999px) {
      #owner05 .pointBox {
        width: 100%;
        padding: 2rem; } }
  #owner05 .pointTxt {
    font-size: 2.6rem;
    font-weight: bold;
    margin-left: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #owner05 .pointTxt {
        font-size: 1.6rem; } }
  #owner05 .ico {
    width: 8rem;
    height: auto; }
    @media (max-width: 999px) {
      #owner05 .ico {
        width: 4rem; } }
  #owner05 .orange {
    color: #E38F30; }

/* 
---------------------------------------
#owner06
---------------------------------------
*/
#owner06 {
  padding: 16rem 0 12rem;
  background-image: url(../../wp/wp-content/themes/daikoku_251028/img/owner/06_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  @media (max-width: 999px) {
    #owner06 {
      padding: 6rem 0; } }
  #owner06 .ttl {
    color: #fff; }
  #owner06 .box {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 999px) {
      #owner06 .box {
        flex-direction: column; } }
  #owner06 .pic {
    width: 54.7rem;
    height: 100%;
    margin-right: 9.3rem; }
    @media (max-width: 999px) {
      #owner06 .pic {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 2rem; } }
  #owner06 .txtBox {
    width: 56rem; }
    @media (max-width: 999px) {
      #owner06 .txtBox {
        width: 100%; } }
  #owner06 .txt {
    color: #fff; }
    @media (max-width: 999px) {
      #owner06 .txt {
        font-size: 1.4rem;
        margin-bottom: 0; } }
  #owner06 .btn {
    display: flex;
    align-items: center;
    width: max-content;
    padding: 1rem 3rem;
    border-radius: 999px;
    background: #5A8CCF;
    color: #fff;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      #owner06 .btn {
        padding: 0.8rem 2rem;
        font-size: 1.4rem; } }
    #owner06 .btn i {
      font-size: 1.4rem;
      margin-left: 0.8rem; }
      @media (max-width: 999px) {
        #owner06 .btn i {
          font-size: 1.2rem; } }
    #owner06 .btn:hover {
      opacity: 0.7;
      cursor: pointer;
      transition: all 0.3s; }
  #owner06 .image-slider {
    width: 100vw;
    overflow: hidden;
    position: absolute;
    top: -9rem; }
    @media (max-width: 999px) {
      #owner06 .image-slider {
        top: -4rem; } }
  #owner06 .image-track {
    display: flex;
    min-width: 200%;
    animation: slide 20s linear infinite; }
  @media (max-width: 999px) {
    #owner06 .image-track {
      min-width: 300%; } }
  #owner06 .image-track img {
    width: 49%;
    padding: 0 1%; }
@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
/* 
---------------------------------------
#owner07
---------------------------------------
*/
#owner07 {
  padding: 12rem 0;
  background: #F2EEF9; }
  @media (max-width: 999px) {
    #owner07 {
      padding: 6rem 0; } }
  #owner07 .headingLine {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
    @media (max-width: 999px) {
      #owner07 .headingLine {
        margin-bottom: 1rem; } }
  #owner07 .headingLine .line {
    flex: 1;
    height: 2px;
    background-color: #7E6CC9; }
  #owner07 .headingLine .sttl {
    white-space: nowrap;
    font-size: 3.2rem;
    color: #7E6CC9;
    font-weight: 700; }
    @media (max-width: 999px) {
      #owner07 .headingLine .sttl {
        font-size: 2.2rem; } }
  #owner07 .pics {
    display: flex;
    gap: 4rem; }
    @media (max-width: 999px) {
      #owner07 .pics {
        gap: 2rem;
        flex-direction: column; } }
  #owner07 .pic {
    border-radius: clamp(10px, 1.4285714286vw, 20px);
    height: auto; }
  @media (max-width: 999px) {
    #owner07 .txt {
      font-size: 1.4rem;
      margin-bottom: 2rem; } }

/* 
---------------------------------------
#owner08
---------------------------------------
*/
#owner08 {
  background: #E8F7F0;
  padding: 12rem 0;
  position: relative;
  z-index: 1; }
  @media (max-width: 999px) {
    #owner08 {
      padding: 6rem 0; } }
  #owner08 .enDeco, #owner08 .ttl {
    color: #fff; }
  #owner08 .ttlBox {
    position: relative;
    z-index: 1; }
  #owner08 .boxs {
    gap: 4rem;
    position: relative;
    z-index: 1;
    display: block;
    background: #fff;
    padding: 6rem 8rem;
    border-radius: clamp(25px, 3.5714285714vw, 50px); }
    @media (max-width: 999px) {
      #owner08 .boxs {
        padding: 0rem 2rem; } }
  #owner08 .box {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    padding: 4rem 0;
    background: transparent;
    max-width: none;
    border-radius: 0;
    text-align: left;
    position: relative; }
    @media (max-width: 999px) {
      #owner08 .box {
        flex-direction: column;
        gap: 1rem;
        padding: 2rem 0; } }
  #owner08 .box:not(:last-child) {
    border-bottom: 2px solid #F2F3F4; }
  #owner08 .ico {
    width: 16rem;
    height: auto; }
    @media (max-width: 999px) {
      #owner08 .ico {
        width: 8rem;
        margin: 0 auto; } }
  #owner08 .sttlBox {
    flex: 1; }
  #owner08 .sttl {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-bottom: 0.8rem; }
    @media (max-width: 999px) {
      #owner08 .sttl {
        font-size: 2rem;
        text-align: center; } }
  #owner08 .orange {
    color: #FFA100; }
  #owner08 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0; }
    @media (max-width: 999px) {
      #owner08 .bg {
        object-fit: cover;
        height: 20rem; } }
  @media (max-width: 999px) {
    #owner08 .stxt {
      font-size: 1.4rem; } }

/* 
---------------------------------------
#owner09
---------------------------------------
*/
#owner09 {
  padding: 12rem 0;
  background-image: url(../../wp/wp-content/themes/daikoku_251028/img/owner/09_bg.jpg);
  background-repeat: repeat; }
  @media (max-width: 999px) {
    #owner09 {
      padding: 6rem 0; } }
  #owner09 .enDeco {
    color: #4FB78E; }
  #owner09 .boxs {
    background: #fff;
    padding: 6rem 8rem;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    border: 1rem solid #D7F1E4;
    position: relative; }
    @media (max-width: 999px) {
      #owner09 .boxs {
        padding: 2rem; } }
  @media (max-width: 999px) {
    #owner09 .txt {
      font-size: 1.6rem;
      width: 90%;
      margin: 0 auto; } }
  #owner09 .priceList {
    border-top: 2px solid #F2F3F4;
    margin: 0 auto; }
  @media (max-width: 999px) {
    #owner09 .priceList .txt {
      font-size: 1.2rem; } }
  #owner09 .priceItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.2rem 16rem 3.2rem 12rem;
    border-bottom: 2px solid #F2F3F4; }
    @media (max-width: 999px) {
      #owner09 .priceItem {
        flex-direction: column;
        padding: 1rem 0; } }
  #owner09 .priceLabel {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    text-align: center; }
  #owner09 .priceLabel .label {
    display: inline-block;
    padding: 0.6rem 2.4rem;
    background: #333;
    color: #fff;
    border-radius: 999px;
    font-size: 1.6rem;
    width: fit-content; }
    @media (max-width: 999px) {
      #owner09 .priceLabel .label {
        padding: 0 2rem;
        font-size: 1.4rem; } }
  #owner09 .priceLabel .note {
    font-size: 1.6rem;
    color: #333; }
    @media (max-width: 999px) {
      #owner09 .priceLabel .note {
        font-size: 1.4rem; } }
  #owner09 .price {
    display: flex;
    align-items: baseline;
    gap: 0.6rem; }
    @media (max-width: 999px) {
      #owner09 .price {
        gap: .3rem; } }
  #owner09 .price .num {
    font-size: 6.4rem;
    font-weight: 700;
    color: #4FB78E;
    line-height: 1; }
    @media (max-width: 999px) {
      #owner09 .price .num {
        font-size: 4rem; } }
  #owner09 .price .yen {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333; }
  #owner09 .fig {
    height: auto; }
  #owner09 .boxs.inner_M {
    background: #fff; }
  #owner09 .itemWrap {
    display: flex;
    align-items: flex-start;
    gap: 5rem; }
    @media (max-width: 999px) {
      #owner09 .itemWrap {
        gap: 3rem;
        flex-direction: column-reverse; } }
  #owner09 .itemImg {
    flex: 0 0 28%; }
    @media (max-width: 999px) {
      #owner09 .itemImg {
        width: 90%;
        height: auto;
        margin: 0 auto; } }
  #owner09 .itemImg img {
    width: 100%;
    height: auto;
    display: block; }
  #owner09 .itemContent {
    flex: 1;
    background: transparent;
    padding: 0;
    border-radius: 0; }
  #owner09 .itemTtl {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 0 0 1.2rem; }
    @media (max-width: 999px) {
      #owner09 .itemTtl {
        font-size: 1.8rem; } }
  #owner09 .itemTxt {
    margin: 0 0 2rem; }
    @media (max-width: 999px) {
      #owner09 .itemTxt {
        font-size: 1.4rem; } }
  #owner09 .itemList {
    background: #FFF9E8;
    border-radius: 1.2rem;
    padding: 2.2rem 2.4rem; }
    @media (max-width: 999px) {
      #owner09 .itemList {
        font-size: 1.4rem;
        padding: 2rem; } }
  #owner09 .ico {
    position: absolute; }
  #owner09 .ico1 {
    top: -5rem;
    left: 6rem; }
    @media (max-width: 999px) {
      #owner09 .ico1 {
        top: -4rem;
        left: 0rem;
        width: 4rem;
        height: auto; } }
  #owner09 .ico2 {
    bottom: 3rem;
    left: -5rem; }
    @media (max-width: 999px) {
      #owner09 .ico2 {
        bottom: -2rem;
        left: -2rem;
        width: 7rem;
        height: auto; } }
  #owner09 .ico3 {
    bottom: -7rem;
    right: -8rem; }
    @media (max-width: 999px) {
      #owner09 .ico3 {
        bottom: -5rem;
        right: -2rem;
        width: 9rem;
        height: auto; } }

/* 
---------------------------------------
#owner10
---------------------------------------
*/
#owner10 {
  padding: 12rem 0 2rem;
  background: #E8F7F0; }
  @media (max-width: 999px) {
    #owner10 {
      padding: 6rem 0 2rem; } }
  #owner10 .enDeco {
    font-size: 2rem;
    color: #4FB78E; }
  #owner10 .boxs {
    margin-bottom: 100px; }
    @media (max-width: 999px) {
      #owner10 .boxs {
        margin-bottom: 50px; } }
  #owner10 .boxs .ttl {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #owner10 .boxs .ttl {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: center; } }
  #owner10 li {
    border-radius: 50px;
    margin-bottom: 20px;
    background: #fff; }
    @media (max-width: 999px) {
      #owner10 li {
        border-radius: 20px;
        margin-bottom: 20px; } }
  #owner10 .title {
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 30px 100px 30px 60px;
    position: relative;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #owner10 .title {
        font-size: 16px;
        padding: 16px 50px 16px 16px; } }
  #owner10 .title span,
  #owner10 .NR .A {
    font-size: 3rem;
    margin-right: 1rem;
    color: #4FB78E; }
    @media (max-width: 999px) {
      #owner10 .title span,
      #owner10 .NR .A {
        font-size: 24px;
        margin-right: 5px; } }
  #owner10 .title:hover {
    cursor: pointer; }
  #owner10 .fa-solid {
    position: absolute;
    right: 4rem;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    background: #FFA100;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    height: 5rem;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    @media (max-width: 999px) {
      #owner10 .fa-solid {
        right: 12px;
        height: 30px;
        width: 30px;
        font-size: 14px; } }
  #owner10 .open .fa-plus {
    display: none; }
  #owner10 .box {
    display: none;
    padding: 30px 60px;
    background: rgba(232, 247, 240, 0.3);
    border-radius: 0 0 50px 50px; }
    @media (max-width: 999px) {
      #owner10 .box {
        font-size: 16px;
        padding-bottom: 20px;
        padding: 16px 16px;
        border-radius: 0 0 20px 20px; } }
  #owner10 .NR {
    display: flex;
    align-items: baseline;
    line-height: 1.75;
    margin-bottom: 10px;
    font-size: 18px; }
    @media (max-width: 999px) {
      #owner10 .NR {
        font-size: 16px; } }
  #owner10 .NR .A {
    color: #FFA100; }
  #owner10 .NR .txtBox a {
    color: #0E7BDB;
    text-decoration: underline; }
  #owner10 .txtBox {
    font-size: 1.4rem; }

/* 
---------------------------------------
#owner11
---------------------------------------
*/
#owner11 {
  padding: 12rem 0 16rem;
  position: relative; }
  @media (max-width: 999px) {
    #owner11 {
      padding: 6rem 0 8rem; } }
  #owner11 .enDeco {
    font-size: 2rem;
    color: #FFA100; }
  #owner11 .bg {
    background: #FFFDF6;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 74%; }
  #owner11 .picBox {
    position: relative; }
    @media (max-width: 999px) {
      #owner11 .picBox {
        width: 100%;
        height: auto; } }
  #owner11 .picTxt {
    position: absolute;
    width: 53.8rem;
    right: 4rem;
    top: 16rem;
    color: #FFA100; }
    @media (max-width: 999px) {
      #owner11 .picTxt {
        width: 90%;
        right: 5%;
        top: 31rem;
        font-size: 1.4rem; } }
  #owner11 .box {
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    padding: 6rem 10rem;
    background: #fff;
    margin-top: -12rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #owner11 .box {
        padding: 2rem;
        border-radius: clamp(10px, 1.4285714286vw, 20px);
        font-size: 1.4rem; } }
  #owner11 .pic {
    height: auto; }
  #owner11 .box .pic {
    border-radius: clamp(10px, 1.4285714286vw, 20px); }

/* 
---------------------------------------
#owner12
---------------------------------------
*/
#owner12 {
  padding: 12rem 0 18rem;
  position: relative;
  background: #FFA100; }
  @media (max-width: 999px) {
    #owner12 {
      padding: 4rem 0 6rem; } }
  #owner12 .icoImg {
    position: absolute;
    top: -14.6rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 24.3rem;
    height: auto; }
    @media (max-width: 999px) {
      #owner12 .icoImg {
        top: -70px;
        width: 12.3rem; } }
  #owner12 .btnBox {
    display: flex;
    gap: 3rem;
    justify-content: center; }
    @media (max-width: 999px) {
      #owner12 .btnBox {
        gap: 2rem;
        flex-direction: column; } }
  #owner12 .btnBox .btn1 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    width: 44rem;
    padding: 1.8rem 0rem 3.6rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 700;
    transition: all 0.6s; }
    @media (max-width: 999px) {
      #owner12 .btnBox .btn1 {
        width: 90%;
        font-size: 1.8rem;
        margin: 0 auto; } }
    #owner12 .btnBox .btn1:hover {
      opacity: 0.7;
      cursor: pointer;
      transition: all 0.3s; }
  #owner12 .btnBox .btn1:first-child {
    background: #FBF6E6;
    color: #333; }
  #owner12 .btnBox .btn1:last-child {
    background: #167CD9;
    color: #fff; }
  #owner12 .btnBox .btn1 .fa-envelope {
    font-size: 2.2rem; }
  #owner12 .btnBox .btn1 .fa-angle-down {
    position: absolute;
    bottom: 1.4rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.2rem; }
  #owner12 .telBox {
    display: flex;
    align-items: center;
    gap: 3.2rem;
    justify-content: center; }
    @media (max-width: 999px) {
      #owner12 .telBox {
        gap: 0.2rem;
        justify-content: center;
        flex-direction: column;
        width: 90%;
        margin: 0 auto; } }
  #owner12 .tel {
    display: flex;
    align-items: baseline;
    gap: 1.2rem; }
    @media (max-width: 999px) {
      #owner12 .tel {
        gap: 0.2rem; } }
  #owner12 .tel small {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em; }
    @media (max-width: 999px) {
      #owner12 .tel small {
        font-size: 1.6rem; } }
  #owner12 .tel a {
    font-size: 5.6rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1; }
    @media (max-width: 999px) {
      #owner12 .tel a {
        font-size: 3.6rem; } }
  #owner12 .telTxt {
    font-size: 1.4rem;
    line-height: 1.8; }
    @media (max-width: 999px) {
      #owner12 .telTxt {
        text-align: center;
        font-size: 1.2rem; } }
  #owner12 .decoBox {
    position: relative; }
  #owner12 .deco.left {
    position: absolute;
    left: 0;
    top: -8rem; }
    @media (max-width: 999px) {
      #owner12 .deco.left {
        display: none; } }
  #owner12 .deco.right {
    position: absolute;
    position: absolute;
    right: 0;
    top: -8rem; }
    @media (max-width: 999px) {
      #owner12 .deco.right {
        display: none; } }
  #owner12 .ttlBox {
    position: relative;
    width: max-content;
    margin: 0 auto 4rem;
    padding: 0 8rem;
    color: #fff; }
    @media (max-width: 999px) {
      #owner12 .ttlBox {
        margin: 0 auto 2rem;
        padding: 0; } }
  #owner12 .ttlDeco {
    position: absolute;
    width: 6.4rem;
    height: auto; }
    @media (max-width: 999px) {
      #owner12 .ttlDeco {
        display: none; } }
  #owner12 .ttlDeco.left {
    top: 0;
    left: 0; }
  #owner12 .ttlDeco.right {
    top: 0;
    right: 0; }
  @media (max-width: 999px) {
    #owner12 .ttlBox .ttl {
      font-size: 1.8rem; } }
  @media (max-width: 999px) {
    #owner12 .ttlBox .txt {
      font-size: 1.6rem; } }

/* 
---------------------------------------
#owner13
---------------------------------------
*/
#owner13 {
  padding: 6rem 0 12rem;
  background: #FFD079;
  position: relative; }
  @media (max-width: 999px) {
    #owner13 {
      padding: 4rem 0 2rem; } }
  #owner13 .bg {
    position: absolute;
    top: -7.5rem;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0; }
    @media (max-width: 999px) {
      #owner13 .bg {
        top: -2rem; } }
  #owner13 .headingLine {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem; }
  #owner13 .headingLine .line {
    flex: 1;
    height: 2px;
    background-color: #7A4E00; }
  #owner13 .headingLine .sttl {
    white-space: nowrap;
    font-size: 3.2rem;
    color: #7A4E00;
    font-weight: 900; }
    @media (max-width: 999px) {
      #owner13 .headingLine .sttl {
        font-size: 2.2rem; } }
  #owner13 .boxs {
    background: #FFF9E8;
    padding: 6rem;
    border-radius: clamp(25px, 3.5714285714vw, 50px); }
    @media (max-width: 999px) {
      #owner13 .boxs {
        padding: 3rem; } }
  #owner13 .labelBox {
    display: flex;
    gap: 1.2rem;
    justify-content: center; }
  #owner13 .labelBox span {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    background: #FFD079;
    color: #7A4E00;
    line-height: 1;
    border-radius: 999px;
    white-space: nowrap;
    font-weight: bold; }
    @media (max-width: 999px) {
      #owner13 .labelBox span {
        font-size: 1.4rem; } }
  #owner13 .txt {
    text-align: center; }
    @media (max-width: 999px) {
      #owner13 .txt {
        font-size: 1.4rem;
        text-align: left; } }
  #owner13 .box {
    font-size: 1.6rem;
    line-height: 1.9; }
  #owner13 dl {
    display: flex;
    gap: 4rem;
    padding: 2.8rem 0;
    border-top: 2px solid #FFD079; }
    @media (max-width: 999px) {
      #owner13 dl {
        flex-direction: column;
        gap: 1rem; } }
  #owner13 dl:last-of-type {
    border-bottom: 2px solid #FFD079; }
  #owner13 dt {
    width: 26%;
    font-weight: 700;
    color: #7A4E00;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #owner13 dt {
        width: 100%; } }
  #owner13 dd {
    width: 74%;
    margin: 0; }
    @media (max-width: 999px) {
      #owner13 dd {
        width: 100%;
        font-size: 1.4rem; } }
  #owner13 dd ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #owner13 dd li {
    position: relative;
    padding-left: 2rem; }
    @media (max-width: 999px) {
      #owner13 dd li {
        line-height: 1.5;
        padding-bottom: 0.5rem; } }
  #owner13 dd li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 1.4rem;
    height: 1.4rem;
    background: #FFCC26;
    border-radius: 50%; }
    @media (max-width: 999px) {
      #owner13 dd li::before {
        top: 0.4rem;
        width: 1.2rem;
        height: 1.2rem; } }
  #owner13 .stxt {
    font-size: 1.4rem; }

/*
---------------------------------------
#owner14
---------------------------------------
*/
#owner14 {
  padding: 12rem 0;
  background: #FFF5D3; }
  @media (max-width: 999px) {
    #owner14 {
      padding: 6rem 0; } }
  #owner14 .enDeco {
    font-size: 2rem;
    color: #FFA100; }
  @media (max-width: 999px) {
    #owner14 .ttl {
      font-size: 1.8rem; } }
  #owner14 .txt {
    text-align: center; }
    @media (max-width: 999px) {
      #owner14 .txt {
        font-size: 1.4rem; } }
  #owner14 .bownow {
    background: #fff;
    padding: 4rem;
    border-radius: clamp(25px, 3.5714285714vw, 50px); }
    @media (max-width: 999px) {
      #owner14 .bownow {
        padding: 2rem; } }
