@charset "UTF-8";
body {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Serif JP", serif;
  word-wrap: break-all;
  word-wrap: break-word;
  width: 100%;
  min-width: 1260px;
  color: #39312c;
  scroll-behavior: smooth;
  background: url("/img/common/ptn-paper.png") center;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  body {
    font-size: 16.4705882353px;
  }
}

.col-wht {
  color: #fff !important;
}
.col-blk {
  color: #39312c !important;
}
.col-brw {
  color: #523c2e !important;
}
.col-gry1 {
  color: #756f5f !important;
}
.col-gry2 {
  color: #a8a290 !important;
}
.col-beg1 {
  color: #e2dfd2 !important;
}
.col-beg2 {
  color: #f7f6f3 !important;
}

.bg-wht {
  background-color: #fff !important;
}
.bg-blk {
  background-color: #39312c !important;
}
.bg-brw {
  background-color: #523c2e !important;
}
.bg-gry1 {
  background-color: #756f5f !important;
}
.bg-gry2 {
  background-color: #a8a290 !important;
}
.bg-beg1 {
  background-color: #e2dfd2 !important;
}
.bg-beg2 {
  background-color: #f7f6f3 !important;
}

.ptn-paper {
  background: url("/img/common/ptn-paper.png") center;
}

.btn-ptn1 {
  display: flex;
}
.btn-ptn1 .btn-link {
  display: flex;
  align-items: center;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #523c2e;
}
@media screen and (max-width: 768px) {
  .btn-ptn1 .btn-link {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-ptn1 .btn-link {
    font-size: 20px;
  }
}
.btn-ptn1 .btn-link:hover {
  color: rgba(57, 49, 44, 0.8);
}
.btn-ptn2 .btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  background: #a8a290;
  color: #fff;
  border-radius: 50%;
  border: solid 1px #523c2e;
}
.btn-ptn2 .btn-link:hover {
  background: #523c2e;
}
.btn-ptn3 .btn-link {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #523c2e;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .btn-ptn3 .btn-link {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .btn-ptn3 .btn-link {
    font-size: 18.8235294118px;
  }
}
.btn-ptn3 .btn-link:hover {
  color: rgba(82, 60, 46, 0.8);
}

#side-bar {
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 88;
}
#side-bar .btn {
  width: 100%;
  aspect-ratio: 70/80;
}
#side-bar .btn-link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
}
#side-bar .btn-totop .btn-link {
  border: solid 1px #523c2e;
}
#side-bar .btn-totop .btn-link:hover img {
  transform: translateY(-2px) rotate(-90deg);
}
#side-bar .btn-totop img {
  transform: rotate(-90deg);
}

.ic-tel {
  display: flex;
  align-items: center;
}
.ic-tel::before {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("/img/common/ic-tel.png");
  background-size: 100%;
}

.arw-circle-blk, .arw-circle-wht {
  display: flex;
  align-items: center;
}
.arw-circle-blk::after, .arw-circle-wht::after {
  content: "";
  display: block;
  width: 82px;
  aspect-ratio: 82/52;
  background-image: url("/img/common/arrow-circle-blk.png");
  background-size: 100%;
  transition: 0.2s;
}
.arw-circle-blk:hover::after, .arw-circle-wht:hover::after {
  transform: translateX(-2px);
}
.arw-circle-blk {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.arw-circle-wht {
  justify-content: space-between;
  position: relative;
}
.arw-circle-wht::after {
  width: 221px;
  aspect-ratio: 221/120;
  background-image: url("/img/common/arrow-circle-wht.png");
  background-size: 100%;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.arw-circle-wht:hover::after {
  transform: translate(-5px, -50%);
}
.arw-blk {
  position: relative;
}
.arw-blk::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/8;
  background-image: url("/img/common/arw-blk.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.arw-blk:hover::after {
  transform: translate(-2px, -50%);
}

.cacao-01-bf, .cacao-02-bf, .cacao-03-bf, .cacao-04-bf, .cacao-05-bf, .cacao-06-bf, .cacao-07-bf, .cacao-01-af, .cacao-02-af, .cacao-03-af, .cacao-04-af, .cacao-05-af, .cacao-06-af, .cacao-07-af {
  position: relative;
}
.cacao-01-bf::before, .cacao-02-bf::before, .cacao-03-bf::before, .cacao-04-bf::before, .cacao-05-bf::before, .cacao-06-bf::before, .cacao-07-bf::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.cacao-01-af::after, .cacao-02-af::after, .cacao-03-af::after, .cacao-04-af::after, .cacao-05-af::after, .cacao-06-af::after, .cacao-07-af::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.cacao-01-bf::before, .cacao-01-af::after {
  width: 113px;
  aspect-ratio: 113/118;
  background-image: url("/img/common/obj-cacao-01.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(80%, 70%);
}
.cacao-02-bf::before, .cacao-02-af::after {
  width: 178px;
  aspect-ratio: 178/163;
  background-image: url("/img/common/obj-cacao-02.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-70%, -40%);
}
.cacao-03-bf::before, .cacao-03-af::after {
  width: 189px;
  aspect-ratio: 189/146;
  background-image: url("/img/common/obj-cacao-03.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-10%, 80%);
}
.cacao-04-bf::before, .cacao-04-af::after {
  width: 109px;
  aspect-ratio: 109/87;
  background-image: url("/img/common/obj-cacao-04.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(-75%, -150%);
}
.cacao-05-bf::before, .cacao-05-af::after {
  width: 124px;
  aspect-ratio: 124/122;
  background-image: url("/img/common/obj-cacao-05.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-80%, -55%);
}
.cacao-06-bf::before, .cacao-06-af::after {
  width: 177px;
  aspect-ratio: 177/145;
  background-image: url("/img/common/obj-cacao-06.png");
  background-size: 100%;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
}
.cacao-07-bf::before, .cacao-07-af::after {
  width: 100px;
  aspect-ratio: 100/108;
  background-image: url("/img/common/obj-cacao-07.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  transform: translate(-5%, -10%);
}

.hov-opa a:hover {
  opacity: 0.8;
}
.hov-img a:hover img {
  opacity: 0.8;
}
.hov-scale a img, .hov-up a img, .hov-scaleup a img {
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hov-scale a:hover img, .hov-up a:hover img, .hov-scaleup a:hover img {
  transform: scale(0.98);
}
.hov-up a:hover img {
  transform: translateY(-3px);
}
.hov-scaleup a:hover img {
  transform: scale(102%);
}

.tbl {
  width: 100%;
}
.tbl td {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.tbl-ptn1 th, .tbl-ptn1 td {
  padding: 20px 0;
  vertical-align: middle;
  border-bottom: solid 1px #e2dfd2;
}
.tbl-ptn1 th {
  width: 20%;
}
.tbl-ptn1 td {
  white-space: pre-wrap;
  padding-left: 4%;
}
.tbl-ptn1 tr:first-child th, .tbl-ptn1 tr:first-child td {
  padding-top: 0;
}

[class^=cts-] {
  margin: 0 auto;
}

.cts-1080 {
  width: 100%;
  max-width: 1080px;
}
.cts-1280 {
  width: 100%;
  max-width: 1280px;
}

.list-nav .nav-item {
  line-height: 1;
}
.list-news .list-item, .list-voice .list-item, .list-event .list-item {
  width: 100%;
}
.list-news time {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .list-news time {
    font-size: 30px;
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-news time {
    font-size: 17.6470588235px;
  }
}
.list-news .news-item {
  border-bottom: solid 1px #e2dfd2;
  padding-bottom: 30px;
}
.list-news .news-link {
  display: grid;
  row-gap: 12px;
}
.list-news .news-ttl {
  font-weight: 600;
}
.list-menu .menu-item {
  border-bottom: solid 1px #e2dfd2;
}
.list-menu .menu-link {
  display: grid;
  row-gap: 20px;
  padding-bottom: 30px;
}
.list-menu .menu-link:hover .arw-circle-blk::after {
  transform: translateX(-2px);
}
.list-menu .menu-txt {
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
  line-height: 1;
  display: flex;
  justify-content: space-between;
}
.list-menu .menu-txt .num {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .list-menu .menu-txt .num {
    font-size: 28px;
    font-size: 3.6458333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .menu-txt .num {
    font-size: 16.4705882353px;
  }
}
.list-menu .menu-txt .eng {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .list-menu .menu-txt .eng {
    font-size: 25px;
    font-size: 3.2552083333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .menu-txt .eng {
    font-size: 14.7058823529px;
  }
}
.list-menu .menu-img {
  width: 100%;
  aspect-ratio: 315/430;
  overflow: hidden;
  background: #39312c;
}
.list-menu .menu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.list-menu .menu-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .list-menu .menu-ttl {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .list-menu .menu-ttl {
    font-size: 20px;
  }
}
.list-menu .arw-circle-blk {
  justify-content: space-between;
}
.list-menu .arw-circle-blk:hover {
  transform: none;
}
.list-voice .voice-item,
.list-voice .event-item, .list-event .voice-item,
.list-event .event-item {
  border-bottom: solid 1px #e2dfd2;
  padding-bottom: 75px;
}
.list-voice .com-layout, .list-event .com-layout {
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.list-voice .img, .list-event .img {
  width: 500px;
  min-width: 500px;
}
.list-anchor .anchor-item {
  width: 250px;
  max-width: 100%;
}
.list-anchor .anchor-link {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f7f6f3;
  border: solid 1px #523c2e;
  border-radius: 50rem;
  font-weight: 600;
}
.list-anchor .anchor-link:hover {
  color: rgba(82, 60, 46, 0.8);
}
.list-anchor .anchor-link:hover::after {
  transform: translate(0, calc(-50% + 2px)) rotate(90deg);
}
.list-anchor .arw-blk::after {
  transform: translate(0, -50%) rotate(90deg);
  right: 10px;
}
.list-event .txt {
  line-height: 1.8;
}

.layout-clm-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.layout-clm-2 .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-2-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.layout-clm-2-c .list-item {
  width: calc((100% - 40px) / 2);
}
.layout-clm-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 67.5px;
}
.layout-clm-3 .list-item {
  width: calc((100% - 135px) / 3);
}
.layout-clm-3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 67.5px;
}
.layout-clm-3-c .list-item {
  width: calc((100% - 135px) / 3);
}
.layout-clm-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 67.5px;
}
.layout-clm-4 .list-item {
  width: calc((100% - 202.5px) / 4);
}
.layout-clm-4-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 67.5px;
}
.layout-clm-4-c .list-item {
  width: calc((100% - 202.5px) / 4);
}

.com-tag-main .list-tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.com-tag-main .tag-link {
  display: block;
  background: #f7f6f3;
  border: solid 1px #523c2e;
  color: #523c2e;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 50%;
}
.com-tag-main .tag-link:hover {
  opacity: 0.8;
}
.com-tag-sub .list-tag {
  font-size: 14px;
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
@media screen and (max-width: 768px) {
  .com-tag-sub .list-tag {
    font-size: 24px;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-tag-sub .list-tag {
    font-size: 14.1176470588px;
  }
}
.com-tag-sub .tag-item {
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.com-tag-sub .tag-item::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  border-radius: 50rem;
  background: #523c2e;
}
.com-gmap {
  max-width: 100%;
}
.com-gmap iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.com-layout {
  display: flex;
}
.com-tel .tel {
  line-height: 1;
}
.com-eng {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 2.2222222222;
  color: #a8a290;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .com-eng {
    font-size: 19px;
    font-size: 2.4739583333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .com-eng {
    font-size: 11.1764705882px;
  }
}
.com-ell {
  background: #fff;
  border-radius: 50%;
  outline: solid 1px #a8a290;
  outline-offset: 15px;
}
.com-tel .tel {
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  letter-spacing: 0.04em;
}

.ttl-main {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  color: #523c2e;
}
.ttl-main .eng, .ttl-main .ruby {
  display: block;
  letter-spacing: 0.06em;
}
.ttl-main .eng {
  font-family: "Libre Baskerville", serif;
  font-size: 85px;
  font-size: 8.5rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ttl-main .eng {
    font-size: 95px;
    font-size: 12.3697916667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .eng {
    font-size: 55.8823529412px;
  }
}
.ttl-main .ruby {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .ttl-main .ruby {
    font-size: 40px;
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-main .ruby {
    font-size: 23.5294117647px;
  }
}
.ttl-sub {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  border-left: solid #523c2e 6px;
  border-bottom: solid 1px #ddd;
  background: #f7f6f3;
  padding: 10px 20px 15px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .ttl-sub {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-sub {
    font-size: 20px;
  }
}
.ttl-sideline {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ttl-sideline .inner {
  padding: 0 30px;
}
.ttl-sideline::before, .ttl-sideline::after {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 1px;
  background: #523c2e;
}
.ttl-bar {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  background: #f7f6f3;
  border: solid 1px #523c2e;
  text-align: center;
  padding: 15px 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .ttl-bar {
    font-size: 34px;
    font-size: 4.4270833333vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .ttl-bar {
    font-size: 20px;
  }
}
.ttl-bdr {
  font-weight: 500;
  border-bottom: solid 1px #e2dfd2;
  padding-bottom: 10px;
}

.txt-plain {
  line-height: 2.5;
  font-weight: 600;
}

#header {
  padding: 30px 5.73% 0 5.73%;
  position: relative;
}
#header .com-logo {
  position: absolute;
  top: 40px;
  left: 5.73%;
  z-index: 1;
}

#hd-nav {
  margin-bottom: 20px;
}
#hd-nav .list-nav .nav-link {
  color: #523c2e;
  position: relative;
  z-index: 1;
}
#hd-nav .list-nav .nav-link::after {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #523c2e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
  transition: 0.2s;
}
#hd-nav .list-nav .nav-link:hover {
  color: #756f5f;
}
#hd-nav .list-nav .nav-link:hover::after {
  width: 100%;
}

.mv, .sv {
  position: relative;
}
.mv-img, .sv-img {
  width: 46.47%;
  margin: 0 0 0 auto;
}
.mv img, .sv img {
  display: block;
  width: 100%;
}
.mv-cc, .sv-cc {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #523c2e;
  display: grid;
  row-gap: 2vw;
}
.mv-cc-main, .mv-cc-sub, .sv-cc-main, .sv-cc-sub {
  letter-spacing: 0.06em;
}
.mv-cc-main, .sv-cc-main {
  font-family: "Libre Baskerville", serif;
  font-size: 82px;
  font-size: 4.2708333333vw;
  line-height: 1.1585365854;
}
@media screen and (max-width: 1120px) {
  .mv-cc-main, .sv-cc-main {
    font-size: 48.2352941176px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-main, .sv-cc-main {
    font-size: 82px;
  }
}
.mv-cc-sub, .sv-cc-sub {
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}

.mv-cc {
  transform: translate(0, -15%);
}
.mv-cc-inner {
  display: block;
}
.mv-cc-sub {
  font-size: 36px;
  font-size: 1.875vw;
}
@media screen and (max-width: 1120px) {
  .mv-cc-sub {
    font-size: 21.1764705882px;
  }
}
@media screen and (min-width: 1920px) {
  .mv-cc-sub {
    font-size: 36px;
  }
}

.sv-cc {
  transform: translate(0, -40%);
}
.sv-cc-sub {
  font-size: 32px;
  font-size: 1.6666666667vw;
}
@media screen and (max-width: 1120px) {
  .sv-cc-sub {
    font-size: 18.8235294118px;
  }
}
@media screen and (min-width: 1920px) {
  .sv-cc-sub {
    font-size: 32px;
  }
}

.top-blog {
  padding: 170px 0 100px 0;
}
.top-blog .list-news {
  min-height: 270px;
}
.top-blog .btn {
  position: absolute;
  top: 215px;
  left: 0;
}

.top-message {
  padding: 130px 0 180px 0;
}
.top-message .ttl-main {
  margin-bottom: 60px;
}
.top-message .img-bx-02 {
  margin-top: 100px;
}
.top-message .img-bx-02 .layout-item:last-child {
  margin: 0 -100px 0 auto;
}
.top-message .img-01 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-210px, -130px);
  z-index: -1;
}
.top-message .img-03 {
  margin-top: 100px;
  transform: translateX(220px);
}
.top-message .img-04, .top-message .img-06 {
  margin: 0 auto 0 -210px;
}
.top-message .img-06 {
  margin-top: 110px;
}

.top-concept {
  padding: 260px 0 180px 0;
  background: url("/img/top/concept-eng.png") center top no-repeat;
  background-size: 100%;
}
.top-concept .ttl-main {
  margin-bottom: 50px;
}
.top-concept h3 {
  margin-bottom: 45px;
}
.top-concept .com-ell {
  padding: 200px 0;
}
.top-concept .btn {
  margin-top: 60px;
}

.top-menu {
  padding: 180px 0;
}
.top-menu .ttl-main {
  margin-bottom: 50px;
}
.top-menu .btn {
  position: absolute;
  top: 85px;
  right: 0;
}

.top-event {
  padding: 160px 0;
}
.top-event .ttl-main .eng {
  font-size: 170px;
  font-size: 17rem;
}
@media screen and (max-width: 768px) {
  .top-event .ttl-main .eng {
    font-size: 180px;
    font-size: 23.4375vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  .top-event .ttl-main .eng {
    font-size: 105.8823529412px;
  }
}
.top-event .bnr {
  aspect-ratio: 1280/440;
  background: url("/img/top/event-bnr-bg.png") center center no-repeat;
  background-size: cover;
  outline: solid 1px #fff;
  outline-offset: -15px;
}
.top-event .bnr::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #756f5f;
  opacity: 0.45;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.2s;
}
.top-event .bnr:hover::before {
  opacity: 0;
}

#ctn-lower article {
  padding: 160px 0;
}
#ctn-lower .ttl-main {
  text-align: center;
  margin-bottom: 50px;
}
#ctn-lower .ttl-main.txt-aln-lft {
  text-align: left !important;
}
#ctn-lower .txt-plain {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #ctn-lower .txt-plain {
    font-size: 27px;
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #ctn-lower .txt-plain {
    font-size: 15.8823529412px;
  }
}
#ctn-lower #com-shop {
  padding: 270px 0 120px 0 !important;
  background: url("/img/top/shop-eng.png") center bottom no-repeat !important;
  background-size: 100%;
}

.lower-commit .com-ell {
  padding: 230px 0 200px 0;
}
.lower-commit .cacao-03-bf::before {
  left: inherit;
  right: 0;
  transform: translate(-50%, 0);
}
.lower-commit .cacao-04-af::after {
  right: inherit;
  left: 0;
  transform: translate(120%, -120%);
}
.lower-commit [class^=img-] {
  position: absolute;
  z-index: 1;
}
.lower-commit .img-01 {
  top: 0;
  left: 0;
  transform: translate(-20px, 75px);
}
.lower-commit .img-02 {
  top: 0;
  right: 0;
  transform: translate(100px, 460px);
}
.lower-commit .img-03 {
  left: 0;
  bottom: 0;
  transform: translate(-100px, -410px);
}
.lower-commit .img-04 {
  right: 0;
  bottom: 0;
  transform: translate(0, -75px);
}

.lower-make h4 {
  line-height: 1.5789473684;
  margin-bottom: 40px;
}
.lower-make .img-02 {
  margin: 210px 0 0 70px;
}
.lower-make .img-03 {
  margin: 60px 0 0 auto;
}

.lower-menu .menu-bx {
  padding-top: 100px;
}

.lower-greeting .cacao-07-af::after {
  transform: translate(50%, 30%);
}

#com-shop {
  padding: 270px 0 230px 0 !important;
  background: url("/img/top/shop-eng.png") center bottom 105px no-repeat;
  background-size: 100%;
}
#com-shop .ttl-main {
  text-align: left;
  margin-bottom: 70px;
}
#com-shop .img-01 {
  margin: 0 auto 0 -100px;
}
#com-shop .img-02 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100px, -120px);
  z-index: -1;
}

#com-connect {
  padding: 150px 0;
}
#com-connect .ttl-main {
  margin-bottom: 40px;
}
#com-connect .com-layout {
  margin-top: 40px;
}
#com-connect .layout-item {
  border: solid 1px #523c2e;
  border-radius: 50%;
  padding: 85px 0;
  text-align: center;
}
#com-connect .layout-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
#com-connect .connect-ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-size: 2.8rem;
  color: #523c2e;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #com-connect .connect-ttl {
    font-size: 38px;
    font-size: 4.9479166667vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 539px) {
  #com-connect .connect-ttl {
    font-size: 22.3529411765px;
  }
}
#com-connect .btn-link {
  width: 300px;
  max-width: 100%;
  height: 60px;
  margin: 0 auto;
}

#footer {
  padding: 140px 0 120px 0;
  background: url("/img/common/ft-eng.png") center bottom no-repeat;
  background-size: 100%;
}
#footer .com-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#ft-nav .nav-link {
  color: #fff;
}

.ft-copy {
  margin-top: 100px;
}/*# sourceMappingURL=style.css.map */