@charset "utf-8";

@keyframes mflowers {
  0% {
    opacity: 0;
  }
  40% {
    filter: blur(0);
    opacity: 1;
  }
  70% {
    filter: blur(5px);
  }
  100% {
    filter: blur(0);
    transform: scale(1.1);
  }
}
@keyframes mlogo {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.ytube {
    display: block;
    width: 100%;
    max-width: 1000px;
    aspect-ratio:192 / 108;
    margin-left: auto;
    margin-right: auto;
}
.ytube iframe {
    width: 100%;
    height: 100%;
}

.yokoku_hd {
    display: none;
}
.yokoku_hd2 {
    position: absolute;
    bottom: 0;
    right: 750px;
    color: #666;
    line-height: 1.4 !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.yokoku_hd2 section {
    display: block;
    margin: auto;
    text-align: left;
}
.yokoku_hd2 strong {
    font-size: 0.6em;
    font-weight: 500;
    display: block;
}
.yokoku_hd2 span {
    font-size: 0.6em;
    display: block;
}

#mainimg {
    margin-top: 190px;
    position: relative;
    height: calc(100vh - 190px);
    min-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
#mainimg section {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../slide/bg1.webp");
    background-position: center center;
    background-size: cover;
    animation: mflowers 10s linear 1s normal both;
}
#mainimg h2 {
    position: relative;
    width: 100%;
    height: 60%;
    margin-bottom: 3%;
    animation: mlogo 10s linear 1s normal both;
}
#mainimg h2 img {
    height: 100%;
}

.tbanner ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin-bottom: -2em;
}
.tbanner ul li {
    width: 47.5%;
    margin-bottom: 2em;
}
.tbanner ul li img {
    width: 100%;
}

@media screen and (max-width: 1024px) {


}
@media screen and (max-width: 599px) {
.tbanner ul li {
    width: 100%;
}
}

.copy {
    background-color: #fff;
    box-sizing: border-box;
    padding: 3em 5% 1em;
}
.feature {
    max-width: 1600px;
    margin: 0 auto 4em;
}
.feature ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.feature ul li {
    box-sizing: border-box;
    border-left: 1px solid #999;
    padding: 1em 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.feature ul li:first-child {
    border-left-width: 0;
}
.feature ul li img {
    height: 80px;
    transition: all 0.3s;
}
.feature ul li:first-child img {
    
}

.copy h2 {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 1.2em;
    line-height: 0;
}
.copy h3 {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    line-height: 0;
}
.copy h2 img,.copy h3 img {
    width: 100%;
}
.copy p.uketuke {
    border-top:1px solid #86785b;
    width: 90%;
    max-width: 900px;
    margin: 2em auto 5em;
    padding-top: 2em;
}
.copy p.uketuke img {
    width: 90%;
    max-width: 900px;
}
.copy p.uketuke a {
    display: inline-block;
    transition: all 0.3s;
}
.copy p.uketuke a:hover {
    opacity: 0.7;
}
.copy p.chu_tx {
    font-size: 0.76em;
    line-height: 1.7;
    text-align: right;
}

.wone {
    width: 96%;
    max-width: 1250px;
    margin: 0 auto 6em;
    line-height: 0;
}
.wone h4 {
    width: 40%;
    margin: 0 auto 2em;
}
.wone h4 img {
    width: 100%;
}
.wone p {
    text-align: center;
}
.wone p img {
    width: 100%;
    max-width: 600px;
}

@keyframes sflower {
  from {
    opacity: 0;
    filter: blur(10px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

.sflower {
  -webkit-animation-name: sflower;
  animation-name: sflower;
}

.sense_box {
    background: url("../img/sense_swi.webp"),linear-gradient(to right, #eeeeee, #f9f9f9);
    background-position: right top;
    background-size: contain;
    background-repeat: no-repeat;
}
.flower {
    position: relative;
}
.fl_tx {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fl_tx ul {
    position: relative;
    width: 100%;
    height: 100%;
}
.sense_box .flower ul li {
    position: absolute;
    width: 50%;
}
.sense_box .flower ul li img {
    width: 100%;
}
.sense_box .flower ul li:nth-child(1) {
    left: 0;
    top: 0;
}
.sense_box .flower ul li:nth-child(1) img {
    width: 60%;
}
.sense_box .flower ul li:nth-child(2) {
    right: 0;
    top: 0;
}
.sense_box .flower ul li:nth-child(3) {
    left: 0;
    top: 40%;
}
.sense_box .flower ul li:nth-child(4) {
    right: 0;
    top: 36%;
}
.sense_box .flower ul li:nth-child(5) {
    left: 0;
    bottom: 0;
}
.sense_box .flower ul li:nth-child(6) {
    right: 0;
    bottom: 0;
}

.ttx1_img {
    text-align: center;
    line-height: 0;
    max-width: 480px;
    width: 70%;
    margin: 0 auto 2em;
}
.ttx1_img img {
    width: 100%;
}
.ttx1 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2em;
}

#hanabi {
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 0.9;
    background-image: url("../img/hanabi.webp");
    background-position: center top;
    background-size: cover;
    margin-bottom: 3em;
}
.gai_tx {
    display: none;
}

.infobox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 0;
}
.infobox h4 {
    font-family: "EB Garamond", sans-serif;
    font-size: 1.6em;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.2em;
    margin-bottom: 1em;
    letter-spacing: 1.5px;
}

.newsbox {
    width: 47.5%;
}
.newsbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5em;
}
.newsbox dl dt {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.84em;
    margin-right: 1.5em;
    line-height: 1.5;
    margin-top: 0.16em;
}
.newsbox dl dd {
    line-height: 1.5;
}
.newsbox dl dd a {
    display: block;
}
.newsbox ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.5em;
}
.newsbox ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}
.newsbox ul li {
    width: 50%;
}
.newsbox ul li img {
    max-width: 95%;
    max-height: 280px;
}

.flyerbox {
    width: 47.5%;
}
.flyerbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5em;
}
.flyerbox dl dt {
    font-family: "Courier New", Courier, monospace;
    font-size: 0.84em;
    margin-right: 1.5em;
    line-height: 1.5;
    margin-top: 0.16em;
}
.flyerbox dl dd {
    line-height: 1.5;
}
.flyerbox dl dd a {
    display: block;
}
.flyerbox ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1.5em;
}
.flyerbox ul:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0px;
}
.flyerbox ul li {
    width: 50%;
}
.flyerbox ul li img {
    max-width: 95%;
    max-height: 280px;
}

#design {
    box-sizing: border-box;
    position: relative;
    background-image: url("../img/gaikan_img_pc.webp");
    background-position: right bottom;
    background-size: cover;
    aspect-ratio: 2.15 / 1;
    padding-right: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.des_img {
    display: none;
}
#design section {
    color: #d1c6b2;
    text-align: left;
}
#design h3 {
    font-size: 4em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
}
#design h4 {
    font-size: 1.8em;
    line-height: 1.7;
    font-weight: 500;
    margin-top: 1em;
    margin-bottom: 0.5em;
}
#design h5 {
    font-size: 1em;
    line-height: 1.7;
    font-weight: normal;
    margin-bottom: 4em;
}

#location {
    box-sizing: border-box;
    position: relative;
    background-image: url("../img/lod_do_pc.webp");
    background-position: center center;
    background-size: cover;
    aspect-ratio: 2.15 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
#location section {
    background-color: rgba(255,255,255,0.9);
    padding: 3em;
}
#location h3 {
    font-size: 4em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
}
#location h5 {
    font-size: 1em;
    line-height: 1.7;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 4em;
}


@media screen and (max-width: 1700px) {
.tpc {
    display:none !important;
}
.yokoku_hd {
    display: block;
    position: relative;
    z-index: 100;
    margin-top: 190px;
    box-sizing: border-box;
    color: #666;
    line-height: 1.4 !important;
    padding: 10px 13px;
    background-color: #eee;
}
.yokoku_hd section {
    display: block;
    margin: auto;
    text-align: left;
}
.yokoku_hd strong {
    font-size: 0.6em;
    font-weight: 500;
    display: block;
}
.yokoku_hd span {
    font-size: 0.6em;
    display: block;
}
.yokoku_hd2 {
    display: none;
}
#mainimg {
    margin-top: 0;
}
}

@media screen and (max-width: 1300px) {

.feature ul li img {
    height: 60px;
}
.feature ul li:first-child img {
    
}

}

@media screen and (max-width: 1149px) {
.yokoku_hd {
    margin-top: 80px;
}

#design {
    background-image: none;
    aspect-ratio: auto;
    padding-right: 0;
    display: block;
    background-color: #081731;
}
.des_img {
    display: block;
}
#design section {
    padding: 4em 8% 5em;
}
#design h3 {
    font-size: 3em;
}
#design h4 {
    font-size: 1.6em;
}

#location {
    aspect-ratio: auto;
    padding: 5em 0;
}
#location section {
    padding: 3em;
}
#location h3 {
    font-size: 3em;
}

}

@media screen and (max-width: 1024px) {
.yokoku_hd {
    margin-top: 80px;
}
#mainimg {
    /*margin-top: 80px;*/
    height: auto;
    min-height:auto;
    aspect-ratio: 4 / 3;
}

.copy {
    padding: 3em 4% 1em;
}
.feature ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.feature {
    max-width: none;
    margin: 0 auto 3em;
}
.feature ul li {
    padding: 0.3em 3em;
    border-left-width: 0;
    border-top: 1px solid #999;
}
.feature ul li:first-child {
    border-left-width: 0;
    border-top-width: 0;
    padding: 0.3em 3em 1.5em;
}
.feature ul li:last-child {
    border-left-width: 0;
    padding: 1.5em 3em;
}
.feature ul li img {
    height: 86px;
}
.feature ul li:first-child img {
}

.copy h2 {
    width: 80%;
    max-width: none;
    margin: 0 auto 1.2em;
}
.copy h3 {
    width: 80%;
    max-width: none;
    margin: 0 auto;
}
.copy p.uketuke {
    width: 90%;
    max-width: none;
    margin: 2em auto 5em;
    padding-top: 2em;
}
.copy p.uketuke img {
    width: 90%;
    max-width: none;
}

.wone {
    margin: 0 auto 5em;
}
.wone h4 {
    width: 50%;
    margin: 0 auto 2em;
}
.wone p img {
    width: 100%;
    max-width: 500px;
}

.ttx1 {
    font-size: 1.8em;
    margin-bottom: 2em;
}

#hanabi {
    aspect-ratio: 2 / 1.2;
}

.gai_tx {
    display: block;
    background-color: #081631;
    color: #86785b;
    padding: 3em 0;
}
.gai_tx h4 {
     font-weight: 500;
     line-height: 1.5;
     font-size: 0.92em;
}
.gai_tx h5 {
     font-weight: bold;
     line-height: 1;
     font-size: 2.5em;
     margin: 0.6em auto 1em;
}
.gai_tx p {
     font-weight: 500;
     line-height: 1.5;
     font-size: 1.8em;
}

.infobox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.newsbox {
    width: 100%;
    margin-bottom: 5em;
}

.infobox h4 {
    font-size: 1.5em;
}
.flyerbox {
    width: 100%;
}

}

@media screen and (max-width: 599px) {
.yokoku_hd {
    margin-top: 60px;
    padding: 10px 11px;
}
#mainimg {
    /*margin-top: 60px;*/
    aspect-ratio: 1;
}

.copy {
    padding: 3em 3% 1em;

}
.feature {
    max-width: auto;
    margin: 0 auto 3em;
}
.feature ul li {
    padding: 0.5em 3em;
    width: 80%;
}
.feature ul li:last-child {
    border-left-width: 0;
    padding: 1.5em 3em;
}
.feature ul li img {
    height: 50px;
}

.copy h2 {
    width: 80%;
    margin: 0 auto 1.2em;
}
.copy h3 {
    width: 80%;
    margin: 0 auto;
}
.copy p.uketuke {
    width: 90%;
    margin: 1.5em auto 4em;
    padding-top: 1.5em;
}
.copy p.uketuke img {
    width: 90%;
}
.copy p.chu_tx {
    text-align: left;
}

.wone {
    width: 90%;
    margin: 0 auto 4em;
}
.wone h4 {
    width: 60%;
    margin: 0 auto 1.5em;
}

.flower_sp {
    padding-bottom: 1em;
}

.flower_sp h4 {
    text-align: center;
    margin-bottom: 2em;
}
.flower_sp h4 img {
    width: 60%;
}
.flower_sp h5 {
    margin-bottom: 3em;
}
.flower_sp h5 img {
    width: 100%;
}
.flower_sp ul {
    padding: 0 5%;
}
.flower_sp ul li {
    text-align: left;
    margin-bottom: 3em;
}
.flower_sp ul li img {
    width: 85%;
}
.flower_sp ul li:nth-child(even) {
    text-align: right;
}

.ttx1 {
    font-size: 1.4em;
    margin-bottom: 2em;
}

#hanabi {
    background-image: url("../img/hanabi_sp.webp");
    aspect-ratio: 1;
    background-position: left top;
    background-repeat: no-repeat;
}

.gai_tx {
    display: block;
    background-color: #081631;
    color: #86785b;
    padding: 3em 0;
}
.gai_tx h4 {
     font-weight: 500;
     line-height: 1.5;
     font-size: 0.92em;
}
.gai_tx h5 {
     font-weight: bold;
     line-height: 1;
     font-size: 2.5em;
     margin: 0.6em auto 1em;
}
.gai_tx p {
     font-weight: 500;
     line-height: 1.5;
     font-size: 1.4em;
}

.infobox h4 {
    font-size: 1.4em;
}

#design section {
    padding: 3em 10% 4em;
}
#design h3 {
    font-size: 2.2em;
}
#design h4 {
    font-size: 1.4em;
}

#location {
    background-image: url("../img/lod_do_sp.webp");
}
#location section {
    background-color: rgba(255,255,255,0.9);
    padding: 3em;
}
#location h3 {
    font-size: 2.2em;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
}

}

