/* CSS Document */
@media screen and (min-width: 767px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 3vw;
  }

  .pc {
    display: none !important;
  }

  .fixedcontainer {
    width: 87.4vw;
  }

  .body {
    overflow: hidden;
    font-size: 3.8vw;
  }

  .flex_part .flex_img_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flex_part .flex_img_right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .flex_part .flex_multi {
    flex-direction: column;
  }

  #header {
    background: #ededed;
    position: fixed;
    z-index: 1001;
    top: 0;
    height: 15.4vw;
    right: 0;
    width: 100%;
    border-left: none;
  }
  #header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s;
  }
  #header.top_bg::before {
    top: -14.4vw;
    transition: all 0.2s;
  }
  #header.top_bg h1 {
    opacity: 0;
  }
  #header .header_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }
  #header h1 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-left: 6vw;
    position: relative;
    z-index: 100;
  }
  #header h1 a {
    display: block;
    line-height: 1;
  }
  #header h1 a img {
    width: 22.3vw;
  }
  #header .menu-trigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: auto;
    right: 6vw;
    transform: none;
    margin-top: 0;
    z-index: 1002;
    height: auto;
    transform: translateY(-50%);
  }
  #header .menu-trigger p {
    position: absolute;
    bottom: 12px;
    font-size: 2.5vw;
    text-align: center;
    width: 100%;
    color: black;
  }
  #header .menu-trigger img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #header .menu-trigger img:nth-child(2) {
    display: initial;
  }
  #header .menu-trigger img:nth-child(1) {
    display: none;
  }
  #header .menu-trigger.active img:nth-child(1) {
    display: initial;
  }
  #header .menu-trigger.active img:nth-child(2) {
    display: none;
  }
  #header .shop {
    position: absolute;
    width: 12vw;
    left: auto;
    right: 0;
    bottom: auto;
    top: 60vw;
    z-index: 2;
    transform: translate(0%, -50%);
  }

  .g_nav ul {
    margin-top: 40%;
  }

  .g_nav ul li {
    padding: 0 5vw;
    letter-spacing: 0.2em;
  }
  .g_nav ul li a {
    font-size: 15px;
  }
  .g_nav ul li a:hover {
    color: black;
  }
  .g_nav ul li a.insta {
    margin-top: 3vw;
  }
  .g_nav ul li a.insta img {
    width: 24px;
  }

  #loading img {
    width: 170px;
  }

  .loading_wrap {
    position: fixed;
    top: 50vh;
    left: 50vw;
    text-align: center;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translate(-50%, -60%);
  }

  .sp_drag {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }

  .sp_drag_part {
    text-align: center;
    padding: 2vw 5px 1.5vw;
  }

  ul.sp_drag_btns {
    list-style: none;
    width: 100%;
  }

  ul.sp_drag_btns li {
    float: left;
    width: 50%;
  }

  ul.sp_drag_btns li a {
    display: block;
    width: 96%;
    display: block;
    margin: 0 auto;
  }

  ul.sp_drag_btns li a img {
    width: 100%;
    vertical-align: middle;
  }

  .top {
    margin-top: 80px;
    height: 133vw;
  }

  .top .container {
    width: 100%;
  }

  .loopSliderWrap1 {
    width: 100%;
    height: 133vw;
  }

  .loopSlider1 {
    width: 100%;
    height: 133vw;
  }

  .loopSlider1 ul {
    width: 100%;
    height: 133vw;
  }

  .loopSlider1 ul li {
    width: 100vw;
    height: 133vw;
  }

  .loopSlider1 ul li div {
    width: 100vw;
    height: 133vw;
  }

  main {
    padding-top: 0;
  }

  #pc_menu2 {
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    background: #f6f6f6;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  #pc_menu2 .top_menu_link {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-size: 16px;
    color: #814900;
    padding: 0 30px;
    border-right: 1px solid #ccc;
  }

  #pc_menu2 .top_menu_link span {
    font-size: 22px;
    font-weight: bold;
    color: #444;
  }

  #pc_menu2 .top_menu_link:hover {
    opacity: 0.3;
  }

  #pc_menu2 .top_menu_link:last-child {
    border-right: 0px solid #ccc;
  }

  body {
    letter-spacing: 0.08em;
    padding-left: 0;
    margin-top: 14.4vw;
  }

  .lightbox {
    position: fixed;
    z-index: 1001;
    width: 100%;
    display: none;
    height: 100vh;
    top: 0;
    right: 0;
  }
  .lightbox .bg {
    background: rgba(240, 240, 240, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .lightbox .boxcontent {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .lightbox .boxcontent .close_btn {
    position: absolute;
    right: 8vw;
    top: -15vw;
  }
  .lightbox .boxcontent .flex_img {
    width: 80vw;
    margin: auto;
  }
  .lightbox .boxcontent .flex_img img {
    width: 100%;
    mix-blend-mode: darken;
  }
  .lightbox .boxcontent .flex_body {
    max-width: 80vw;
  }

  footer .part1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 0;
  }
  footer .part1 span {
    flex-basis: 100%;
  }
  footer .part1 a {
    font-size: 3vw;
    margin-right: 0;
    margin: 0 3vw 2vw;
  }
  footer .part1 a.insta {
    margin: auto;
  }
  footer .part2 {
    padding-top: 6vw;
    padding-bottom: 10vw;
    text-align: center;
    padding-right: 0;
  }
  footer .part2 span {
    font-size: 3vw;
  }

  h2 {
    text-align: center;
    font-size: 4.5vw;
    position: relative;
    padding-top: 9.2vw;
    margin-bottom: 9.2vw;
  }
  h2::after {
    content: "";
    position: absolute;
    width: 28vw;
    height: 2px;
    background: #4f4f4f;
    left: 50%;
    bottom: -2vw;
    transform: translateX(-50%);
  }

  #sec1 {
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
  #sec1 .part1 {
    position: absolute;
    width: 100%;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: center;
  }
  #sec1 .part1 h1 {
    margin: auto;
    z-index: 3;
  }
  #sec1 .part1 h1 img {
    width: 81.9vw;
  }
  #sec1 .part1 h2 {
    padding-top: 0;
    padding-bottom: 2vw;
    font-size: 8vw;
    text-align: center;
    color: white;
    line-height: 1.1;
    margin-top: 12vw;
  }
  #sec1 .part1 h2 img {
    width: 65.7vw;
  }
  #sec1 .part1 p {
    font-size: 3.2vw;
    color: white;
    text-align: center;
  }
  #sec1 .news_block {
    position: absolute;
    width: 81.4vw;
    bottom: 25vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0;
    height: 18vw;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #sec1 .news_block .piece {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
  }
  #sec1 .news_block .piece h3 {
    line-height: 1;
    font-size: 16px;
    padding: 10px 0;
    color: #444;
    border-right: none;
    padding-top: 0;
  }
  #sec1 .news_block .piece h3 img {
    width: 55px;
  }
  #sec1 .news_block .piece h3 span {
    font-size: 12px;
    padding-left: 0;
  }
  #sec1 .news_block .piece .piece_block {
    padding: 0 4vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  #sec1 .news_block .piece .piece_block .date {
    font-size: 12px;
    line-height: 1.4;
    line-height: 1;
    padding-right: 4vw;
  }
  #sec1 .news_block .piece .piece_block .category {
    font-size: 12px;
    padding: 0 38px;
    display: none;
  }
  #sec1 .news_block .piece .piece_block .title {
    font-size: 12px;
    line-height: 1.4;
  }

  #news_sec {
    margin-top: 100vh;
  }
  #news_sec .news_part {
    width: 100%;
    overflow: auto;
  }
  #news_sec .part1 {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 4vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 8vw;
  }
  #news_sec .part1 a {
    width: 77vw;
    font-weight: 400;
  }
  #news_sec .part1 a img {
    width: 100%;
    height: 237px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news_sec .part1 a .date {
    font-size: 12px;
    position: relative;
    margin-top: 12px;
  }
  #news_sec .part1 a .date::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: black;
    left: 0;
    bottom: -2px;
  }
  #news_sec .part1 a .title {
    font-size: 14px;
  }

  #sec2 {
    position: relative;
    z-index: 3;
  }
  #sec2 .part1 {
    padding-top: 9.6vw;
    text-align: center;
  }
  #sec2 .part1 .block {
    align-items: center;
    flex-direction: column-reverse;
  }
  #sec2 .part1 .block .flex_img {
    position: relative;
    z-index: 3;
    width: 100vw;
  }
  #sec2 .part1 .block .flex_img img {
    position: relative;
    z-index: 3;
    width: 100%;
    height: auto;
  }
  #sec2 .part1 .block .flex_body {
    width: 100%;
    padding-left: 0;
    text-align: left;
    padding: 9.6vw 6.8vw;
  }
  #sec2 .part1 .block .flex_body h3 {
    font-size: 5vw;
    margin-bottom: 6.8vw;
  }
  #sec2 .part1 .block .flex_body .subtitle {
    font-size: 12px;
    color: #a8d8d6;
    padding-top: 0;
    line-height: 1;
  }
  #sec2 .part1 .block .flex_body img {
    padding-top: 3.2vw;
    width: 67.6vw;
  }
  #sec2 .part1 .block .flex_body p {
    font-size: 12px;
    padding-top: 0vw;
    line-height: 2.3;
  }
  #sec2 .part1 .block .flex_body a {
    display: inline-flex;
    width: 50vw;
    height: 9.6vw;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border: 1px solid #444;
    position: relative;
    margin-top: 30px;
  }
  #sec2 .part1 .block .flex_body a::after {
    width: 6px;
    content: "";
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 50px;
  }

  #sec3 {
    position: relative;
    z-index: 4;
    height: 98.4vw;
  }
  #sec3 .part1 h2 {
    text-align: center;
    color: white;
    font-size: 5vw;
    position: relative;
    margin-bottom: 10vw;
    padding-top: 0;
    padding-bottom: 3vw;
  }
  #sec3 .part1 p {
    font-size: 12px;
    color: white;
    text-align: center;
    line-height: 2.3;
  }
  #sec3 .part1 a {
    border: 1px solid white;
    font-size: 12px;
    width: 50vw;
    height: 9.6vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }

  #sec4 {
    width: 100%;
    overflow: hidden;
    background: url(./../images/bg.jpg) repeat;
    padding-bottom: 6vw;
    position: relative;
    z-index: 4;
  }
  #sec4 .bg1 {
    position: absolute;
    left: 0;
    top: 12.8vw;
  }
  #sec4 .bg1 img {
    width: 38vw;
  }
  #sec4 .bg2 {
    position: absolute;
    bottom: -12vw;
    right: -3.8vw;
  }
  #sec4 .bg2 img {
    width: 45.7vw;
  }
  #sec4 h2 {
    text-align: center;
    font-size: 5vw;
    position: relative;
    margin-bottom: 8vw;
    padding-top: 12.8vw;
  }
  #sec4 .part1 .slicker_part {
    position: relative;
  }
  #sec4 .part1 .slicker_part img {
    width: 65vw;
  }
  #sec4 .part1 .slicker_part .title {
    position: absolute;
    color: white;
    width: 65vw;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    left: 0;
    transform: initial;
    bottom: 6vw;
    font-weight: normal;
    letter-spacing: 0.1em;
  }

  #sec5 {
    margin-top: -1px;
    position: relative;
    z-index: 4;
  }
  #sec5 .part1 {
    background: none;
    padding-top: 6vw;
    padding-bottom: 10vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  #sec5 .part1 .block {
    cursor: pointer;
    width: 100%;
    position: relative;
    margin-bottom: 8vw;
  }
  #sec5 .part1 .block img {
    width: 100%;
    height: auto;
  }
  #sec5 .part1 .block h3 {
    position: absolute;
    font-size: 5vw;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #sec6 {
    position: relative;
    z-index: 4;
  }
  #sec6 h2 {
    padding-top: 7.2vw;
    text-align: center;
    font-size: 5.8vw;
  }
  #sec6 hr {
    margin-bottom: 8vw;
  }
  #sec6 .part1 {
    display: flex;
    align-items: stretch;
    flex-direction: column;
  }
  #sec6 .part1 .block1 {
    line-height: 0;
    width: 100%;
    height: 61.7vw;
  }
  #sec6 .part1 .block2 {
    background: #f0f0f0;
    flex: 1;
    padding: 7.6vw 6.9vw;
  }
  #sec6 .part1 .block2 .block_body {
    max-width: 100%;
    margin: auto;
  }
  #sec6 .part1 .block2 dl {
    padding: 3vw 0;
    border-top: 1px solid #969696;
    display: flex;
    align-items: flex-start;
  }
  #sec6 .part1 .block2 dl dt {
    width: 18vw;
    font-size: 3vw;
  }
  #sec6 .part1 .block2 dl dt iframe {
    height: auto;
  }
  #sec6 .part1 .block2 dl dd {
    flex: 1;
    font-size: 3vw;
  }
  #sec6 .part1 .block2 dl dd a {
    font-size: 3vw;
  }

  footer {
    position: relative;
    z-index: 3;
    padding-top: 6.6vw;
  }
  footer .part0 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 64vw;
    margin: auto;
  }
  footer .part0 ul li {
    width: 100%;
    text-align: center;
    padding: 0 0;
  }
  footer .part0 ul li:first-child {
    padding: 8vw 0;
    width: 100%;
    text-align: center;
  }
  footer .part0 ul li:first-child img {
    width: 96px;
  }
  footer .part0 ul li a {
    color: white;
    font-size: 12px;
    padding: 0 14px;
  }
  footer .part0 ul li a img {
    width: 9.6vw;
    margin-top: 4vw;
  }
  footer .part1 {
    padding: 4vw 0 4vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  footer .part1 a {
    display: block;
    margin-right: 45px;
    font-size: 11px;
    margin: auto;
  }
  footer .part1 a .logo {
    width: 23vw;
  }
  footer .part1 a.insta img {
    width: 24px;
  }
  footer .part3 {
    text-align: center;
  }
  footer .part3 a {
    margin: 4vw 9px 6vw;
    background: white;
    color: #444444;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 26px;
    font-size: 12px;
  }
  footer .part3 a.insta {
    background: transparent;
  }
  footer .part3 a.insta img {
    width: 20px;
  }
  footer .part3 .part_body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .part3 p {
    color: white;
    text-align: center;
    font-size: 2.8vw;
  }
  footer .part2 {
    padding-top: 0;
    padding-bottom: 13.3vw;
    padding-right: 0;
    font-size: 10px;
    text-align: center;
  }

  #about_sec1 {
    background-size: cover;
    background-position: center;
    height: 82.6vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #about_sec1 .part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #about_sec1 .part1 h2 {
    font-size: 7.6vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #about_sec1 .part1 h2 img {
    width: 11.2vw;
  }

  #about_sec2 {
    padding-top: 12vw;
    position: relative;
    z-index: 3;
  }
  #about_sec2 .bg1 {
    position: absolute;
    top: 180px;
    right: 160px;
  }
  #about_sec2 .part1 h2 {
    text-align: center;
    font-size: 4.8vw;
    position: relative;
    width: 86.4vw;
    margin: auto;
    padding-top: 0;
  }
  #about_sec2 .part1 > p {
    width: 86.4vw;
    margin: auto;
    font-size: 13px;
    line-height: 2.3;
    padding-bottom: 12vw;
    padding-top: 6vw;
    text-align: left;
  }
  #about_sec2 .part2 .block {
    align-items: center;
  }
  #about_sec2 .part2 .block .flex_img {
    width: 100%;
  }
  #about_sec2 .part2 .block .flex_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #about_sec2 .part2 .block .flex_body {
    flex: 1;
    width: 100%;
  }
  #about_sec2 .part2 .block .flex_body .block_body {
    padding: 0;
    max-width: 470px;
    margin: auto;
  }
  #about_sec2 .part2 .block .flex_body h2 {
    text-align: left;
    font-size: 5vw;
    position: relative;
  }
  #about_sec2 .part2 .block .flex_body p {
    padding-top: 30px;
    line-height: 2.3;
    font-size: 12px;
  }
  #about_sec2 .part2 .block .flex_body img {
    width: 100%;
  }
  #about_sec2 .part3 {
    padding: 20vw 0;
  }
  #about_sec2 .part3 h2 {
    padding-top: 0;
    font-size: 4.8vw;
  }
  #about_sec2 .part3 p {
    padding-bottom: 0;
  }

  #about_sec3 {
    padding-top: 0;
    position: relative;
    z-index: 3;
  }
  #about_sec3 .part2 {
    text-align: center;
    padding-top: 45px;
  }
  #about_sec3 .part2 img {
    width: 215px;
  }
  #about_sec3 .part2 p {
    padding-top: 15px;
    padding-bottom: 54px;
    font-size: 12px;
  }
  #about_sec3 .part2 .block1 {
    display: flex;
    justify-content: center;
    padding-bottom: 12vw;
  }
  #about_sec3 .part2 .block1 a {
    display: block;
    margin: 0 30px;
  }
  #about_sec3 .part2 .block1 a img {
    width: 280px;
  }

  #about_sec4 {
    position: relative;
    z-index: 3;
  }
  #about_sec4 .part1 img {
    width: 100%;
  }
  #about_sec4 .part2 {
    padding: 45px 0;
    background: url(./../images/bg5.png) no-repeat;
    background-position: left 100px center;
  }
  #about_sec4 .part2 p {
    font-size: 12px;
    text-align: center;
  }

  #about_sec5 .part1 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding-top: 66px;
    padding-bottom: 60px;
  }
  #about_sec5 .part1 .block {
    position: relative;
    margin: 0 18px;
  }
  #about_sec5 .part1 .block h3 {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #about_sec5 .part1 .block h3 .eigo {
    font-size: 31px;
    line-height: 1.4;
    color: white;
    text-align: center;
    white-space: nowrap;
  }
  #about_sec5 .part1 .block h3 .nihongo {
    text-align: center;
    color: white;
    font-size: 13px;
  }
  #about_sec5 .part2 {
    padding-bottom: 60px;
  }
  #about_sec5 .part2 a {
    display: block;
    width: 700px;
    margin: auto;
    font-size: 12px;
    background: #444444;
    color: white;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #flowers_sec1 {
    background: url(./../images/flowers_fv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 82.6vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #flowers_sec1 .part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #flowers_sec1 .part1 h2 {
    font-size: 7.6vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #flowers_sec1 .part1 h2 img {
    width: 56px;
  }

  #flowers_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 9.6vw;
    background: #4d4d4d;
  }
  #flowers_sec2 h2 {
    padding-top: 0;
    color: white;
  }
  #flowers_sec2 h2::after {
    background: white;
  }
  #flowers_sec2 .part1 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3.6vw;
    width: 88vw;
  }
  #flowers_sec2 .part1 .block {
    width: 42.13vw;
  }
  #flowers_sec2 .part1 .block a {
    display: block;
  }
  #flowers_sec2 .part1 .block a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #flowers_sec2 .part1 .block:nth-child(3n) {
    margin-right: 0;
  }
  #flowers_sec2 .part2 {
    padding-bottom: 75px;
  }

  #flowers_sec3 .part1 .block {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  #flowers_sec3 .part1 .block .flex_img {
    width: 100%;
  }
  #flowers_sec3 .part1 .block .flex_img img {
    width: 100%;
  }
  #flowers_sec3 .part1 .block .flex_body {
    max-width: 84.8vw;
    padding: 10vw 0 12vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #flowers_sec3 .part1 .block .flex_body p {
    max-width: 424px;
    margin: 0 auto 30px;
    font-size: 13px;
  }
  #flowers_sec3 .part1 .block .flex_body a {
    font-size: 13px;
    width: 247px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4d4d4d;
    color: white;
    font-weight: 400;
  }
  #flowers_sec3 .part1 .block .flex_body a::after {
    border-color: white;
  }

  #flowers_sec4 {
    position: relative;
    z-index: 4;
    height: 98.4vw;
  }
  #flowers_sec4 .part1 h2 {
    text-align: center;
    color: white;
    font-size: 4.8vw;
    position: relative;
  }
  #flowers_sec4 .part1 h2::after {
    background: white;
  }
  #flowers_sec4 .part1 p {
    font-size: 13px;
    color: white;
    text-align: center;
    line-height: 2.3;
  }
  #flowers_sec4 .part1 a {
    background: white;
    font-size: 13px;
    width: 248px;
    height: 47px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    font-weight: 400;
  }

  #botanical_sec1 {
    height: 82.6vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #botanical_sec1 .part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #botanical_sec1 .part1 h2 {
    font-size: 7.6vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #botanical_sec1 .part1 h2 img {
    width: 56px;
  }

  #botanical_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 9.6vw;
    background: #4d4d4d;
  }
  #botanical_sec2 h2 {
    padding-top: 0;
    color: white;
  }
  #botanical_sec2 h2::after {
    background: white;
  }
  #botanical_sec2 .part1 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 3.6vw;
    width: 88vw;
  }
  #botanical_sec2 .part1 .block {
    width: 42.13vw;
  }
  #botanical_sec2 .part1 .block a {
    display: block;
  }
  #botanical_sec2 .part1 .block a img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #botanical_sec2 .part1 .block:nth-child(3n) {
    margin-right: 0;
  }
  #botanical_sec2 .part2 {
    padding-bottom: 75px;
  }

  #botanical_sec3 .part1 .block {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  #botanical_sec3 .part1 .block .flex_img {
    width: 100%;
  }
  #botanical_sec3 .part1 .block .flex_img img {
    width: 100%;
  }
  #botanical_sec3 .part1 .block .flex_body {
    max-width: 84.8vw;
    padding: 10vw 0 12vw;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #botanical_sec3 .part1 .block .flex_body p {
    max-width: 424px;
    margin: 0 auto 30px;
    font-size: 13px;
  }
  #botanical_sec3 .part1 .block .flex_body a {
    font-size: 13px;
    width: 247px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4d4d4d;
    color: white;
    font-weight: 400;
  }
  #botanical_sec3 .part1 .block .flex_body a::after {
    border-color: white;
  }

  #botanical_sec4 {
    position: relative;
    z-index: 4;
    height: 98.4vw;
  }
  #botanical_sec4 .part1 h2 {
    text-align: center;
    color: white;
    font-size: 4.8vw;
    position: relative;
  }
  #botanical_sec4 .part1 h2::after {
    background: white;
  }
  #botanical_sec4 .part1 p {
    font-size: 13px;
    color: white;
    text-align: center;
    line-height: 2.3;
  }
  #botanical_sec4 .part1 a {
    background: white;
    font-size: 13px;
    width: 248px;
    height: 47px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    font-weight: 400;
  }

  #onlineshop_sec1 {
    background: url(./../images/onlineshop_sec_fv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 103vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #onlineshop_sec1 .part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #onlineshop_sec1 .part1 h2 {
    font-size: 7.6vw;
    color: white;
    text-align: center;
    line-height: 1.4;
  }
  #onlineshop_sec1 .part1 h2 img {
    width: 11.2vw;
  }

  #onlineshop_sec2 .part1 {
    padding: 8vw 6vw;
  }
  #onlineshop_sec2 .part1 h2 {
    text-align: center;
    font-size: 5vw;
    position: relative;
    margin-bottom: 10vw;
  }
  #onlineshop_sec2 .part1 p {
    padding-bottom: 5vw;
    text-align: center;
    font-size: 12px;
    line-height: 2.3;
  }
  #onlineshop_sec2 .part1 .btn_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #onlineshop_sec2 .part1 .btn_wrapper a {
    font-size: 11px;
    text-decoration: underline;
    padding: 0 15px;
    line-height: 1;
    border-right: 1px solid #aaa;
  }
  #onlineshop_sec2 .part1 .btn_wrapper a:last-child {
    border-right: none;
  }
  #onlineshop_sec2 .part2 {
    max-width: 86.6vw;
    margin: auto;
  }
  #onlineshop_sec2 .part2 .part_body {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4vw;
  }
  #onlineshop_sec2 .part2 .part_body .block {
    width: 100%;
    display: inline-block;
    position: relative;
  }
  #onlineshop_sec2 .part2 .part_body .block img {
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #onlineshop_sec2 .part2 .part_body .block .block_content {
    flex: 1;
    padding-right: 15px;
  }
  #onlineshop_sec2 .part2 .part_body .block .block_body .title {
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    bottom: 4vw;
    width: 100%;
    text-align: center;
    color: white;
  }
  #onlineshop_sec2 .part2 .part_body .block .block_body .price {
    margin-left: 38px;
    font-size: 20px;
    font-weight: normal;
  }
  #onlineshop_sec2 .part2 .part_body .block p {
    font-size: 14px;
  }
  #onlineshop_sec2 .part3 {
    padding-top: 5vw;
    padding-bottom: 8vw;
  }

  #onlineshop_single_sec1 .part1 {
    padding: 8vw 6vw;
  }
  #onlineshop_single_sec1 .part1 h3 {
    font-size: 5vw;
    margin-bottom: 6vw;
    line-height: 1.6;
  }
  #onlineshop_single_sec1 .part1 .block1 {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #onlineshop_single_sec1 .part1 .block1 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper {
    width: 100%;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper .img_previewer .slick-slide {
    width: 100%;
    height: auto;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper .img_previewer .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper .img_selects {
    margin-top: 16px;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper .img_selects .slick-list {
    padding: 0 !important;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper .img_selects .slick-list .slick-track {
    margin-left: 0;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper .img_selects .slick-list .slick-track .slick-slide {
    width: auto;
    padding-right: 15px;
    height: 52px;
  }
  #onlineshop_single_sec1 .part1 .block1 .img_wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #onlineshop_single_sec1 .part1 .block1 .flex_body {
    padding-left: 0;
    padding-top: 5vw;
  }
  #onlineshop_single_sec1 .part1 .block1 .flex_body h3 {
    font-size: 5vw;
    font-weight: normal;
  }
  #onlineshop_single_sec1 .part1 .block1 .flex_body p {
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
  }
  #onlineshop_single_sec1 .part1 .block1 .flex_body h4 {
    font-size: 4vw;
    font-weight: normal;
    padding-top: 6vw;
  }
  #onlineshop_single_sec1 .part1 .block1 .flex_body a {
    width: auto;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: normal;
    margin-top: 30px;
    font-size: 12px;
    background: #444;
  }
  #onlineshop_single_sec1 .part1 .block1 .flex_body a img {
    width: 100%;
  }
  #onlineshop_single_sec1 .part2 {
    padding-bottom: 8vw;
  }
  #onlineshop_single_sec1 .part2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #onlineshop_single_sec1 .part2 ul li {
    font-size: 12px;
    line-height: 1;
    border-right: 1px solid #333;
    padding: 0 7px;
  }
  #onlineshop_single_sec1 .part2 ul li:last-child {
    border-right: none;
  }
  #onlineshop_single_sec1 .part2 ul li a {
    cursor: pointer;
    text-decoration: underline;
  }
  #onlineshop_single_sec1 .part2 .btn_wrapper {
    margin-bottom: 4vw;
    text-align: center;
  }
  #onlineshop_single_sec1 .part2 .btn_wrapper a {
    font-size: 12px;
    text-decoration: underline;
  }

  #contact_fv {
    height: 82.6vw;
  }
  #contact_fv .part1 h2 {
    font-size: 7.6vw;
  }

  #contact_sec2 {
    padding-top: 10vw;
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  #contact_sec2 .part1 {
    margin: auto;
  }
  #contact_sec2 .part1 .form-group {
    margin-bottom: 0;
  }
  #contact_sec2 .part1 .form-group label {
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    color: black;
  }
  #contact_sec2 .part1 .form-group input,
#contact_sec2 .part1 .form-group select,
#contact_sec2 .part1 .form-group textarea {
    color: black;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    border: none;
    padding-left: 20px;
    color: #363636;
    font-size: 15px;
  }
  #contact_sec2 .part1 .form-group textarea {
    height: 120px;
  }
  #contact_sec2 .part1 .submit_btn {
    margin-bottom: 0;
    text-align: center;
  }
  #contact_sec2 .part1 .submit_btn input {
    background: #4d4d4d;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    font-size: 13px;
    align-items: center;
    height: 48px;
    color: white;
    border: 1px solid #464646;
  }

  #news_sec1 {
    background-size: cover;
    background-position: center;
    height: 82.4vw;
    margin-top: 14.4vw;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
  }
  #news_sec1 .part1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #news_sec1 .part1 h2 {
    font-size: 7.6vw;
    color: white;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.4px;
    white-space: nowrap;
  }
  #news_sec1 .part1 p {
    font-size: 3vw;
    letter-spacing: 0.2em;
    color: white;
    text-align: center;
  }

  #news_sec2 {
    margin-top: 0px;
    z-index: 3;
    position: relative;
    padding-top: 10.8vw;
  }
  #news_sec2 .part1 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 87.8vw;
    margin: auto;
    gap: 3.6vw;
  }
  #news_sec2 .part1 .block {
    width: 41vw;
    margin-right: 0;
  }
  #news_sec2 .part1 .block a {
    display: block;
  }
  #news_sec2 .part1 .block a img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #news_sec2 .part1 .block a .block_body {
    text-align: left;
    padding-top: 3.2vw;
  }
  #news_sec2 .part1 .block a .block_body .title {
    font-size: 2.8vw;
    display: inline-block;
    line-height: 1.5;
  }
  #news_sec2 .part1 .block a .block_body p {
    padding-top: 10px;
    font-size: 11px;
    color: #ababab;
  }
  #news_sec2 .part1 .block:nth-child(3n) {
    margin-right: 0;
  }
  #news_sec2 .part2 {
    padding-bottom: 15vw;
  }

  #news_sec3 .part1 {
    padding-bottom: 10vw;
  }
  #news_sec3 .part1 a {
    display: block;
    max-width: 87.2vw;
    margin: auto;
  }

  #news_detail_sec1 {
    max-width: 88vw;
    margin: auto;
    overflow: hidden;
    margin-top: 14.4vw;
  }
  #news_detail_sec1 h2 {
    font-size: 5vw;
    text-align: left;
    position: relative;
    margin: auto;
    margin-bottom: 6vw;
    max-width: 88vw;
    width: 100%;
  }
  #news_detail_sec1 .date {
    padding-top: 12vw;
  }
  #news_detail_sec1 .part1 .block1 {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #news_detail_sec1 .part1 .block1 > img {
    width: 100%;
    margin-bottom: 6vw;
  }
  #news_detail_sec1 .part1 .block1 p {
    text-align: left;
    color: black;
    font-size: 3vw;
    line-height: 2.2;
    width: 100%;
  }
  #news_detail_sec1 .part1 .block1 .block_body {
    margin: auto;
    max-width: 88vw;
  }
  #news_detail_sec1 .part1 .bottom_btn {
    text-align: center;
    padding-top: 8vw;
    padding-bottom: 20vw;
  }
  #news_detail_sec1 .part1 .bottom_btn a {
    display: inline-block;
    font-size: 2.8vw;
    line-height: 2;
    text-decoration: underline;
  }

  figure {
    margin: 0;
  }

  .wp-block-image img {
    /* max-width: 100%; */
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .shopify-buy__btn-wrapper {
    text-align: center;
  }

  .content {
    max-width: 86.6vw;
    margin: auto;
    padding: 8vw 0;
  }
  .content .form-group {
    flex: 1;
    margin: 0 0;
    padding-bottom: 3.5vw;
  }
  .content .form-group label {
    font-size: 3.6vw;
    margin-bottom: 10px;
  }
  .content .form-group .wpcf7-list-item {
    margin-left: 0;
  }
  .content .form-group > label {
    display: flex;
    width: 288px;
    font-size: 3.6vw;
    /* margin-bottom: 20px; */
    position: relative;
    align-items: flex-start;
    padding-top: 15px;
  }
  .content .form-group > label .essential {
    color: red;
  }
  .content .form-group .wpcf7-list-item.last {
    font-size: 3.4vw;
    align-self: center;
  }
  .content .form-group .wpcf7-list-item .wpcf7-list-item-label {
    padding-right: 20px;
  }
  .content .form-group .wpcf7-list-item.first {
    padding-top: 7px;
  }
  .content .form-group .wpcf7-list-item.first label input {
    display: none;
  }
  .content .form-group .wpcf7-list-item.first label .wpcf7-list-item-label {
    font-size: 0.6rem;
    font-weight: normal;
  }
  .content .form-group .wpcf7-form-control-wrap {
    flex: 1;
  }
  .content .form-group input[type=text],
.content .form-group input[type=email],
.content .form-group input[type=tel],
.content .form-group select,
.content .form-group textarea {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding-left: 20px;
    color: #363636;
    border: 1px solid #999999;
    font-family: "ryumin", sans-serif;
    border-radius: 5px;
    font-size: 15px;
  }
  .content .form-group input[type=checkbox] {
    background-color: white;
    border-radius: 5px;
    border: 1px solid #999999;
    font-family: "ryumin", sans-serif;
    outline: none;
  }
  .content .form-group textarea {
    height: 120px;
    resize: vertical;
    border: 1px solid #999999;
    font-family: "ryumin", sans-serif;
    border-radius: 5px;
  }
  .content .wpcf7-list-item.first.last {
    font-size: 3.4vw;
    align-self: center;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .content .wpcf7-not-valid-tip {
    font-size: 0.7rem;
  }
  .content .submit_btn {
    text-align: center;
    margin: 0 0 17.2vw;
  }
  .content .submit_btn .ajax-loader {
    display: none;
  }
  .content .submit_btn input {
    background: #333;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    color: white;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: "ryumin";
    -webkit-appearance: none;
  }
  .content .submit_btn input:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 500px) {
  .visible-500 {
    display: block;
  }

  .hidden-500 {
    display: none;
  }
}/*# sourceMappingURL=responsive.css.map */