@charset "UTF-8";
main.oishi_gohan {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}
main.oishi_gohan img {
  max-width: 100%;
  height: auto;
  display: block;
}
main.oishi_gohan h1,
main.oishi_gohan h2,
main.oishi_gohan h3,
main.oishi_gohan h4,
main.oishi_gohan h5,
main.oishi_gohan p,
main.oishi_gohan dl,
main.oishi_gohan dt,
main.oishi_gohan dd {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main.oishi_gohan div {
  box-sizing: border-box;
}

.mincho {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-feature-settings: "palt" 1;
}

.hero {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
.hero .kv_block {
  text-align: center;
  width: 100%;
  height: 815px;
}
@media screen and (max-width: 1240px) {
  .hero .kv_block {
    height: 65vw;
  }
}
@media screen and (max-width: 768px) {
  .hero .kv_block {
    height: 110vw;
  }
}
.hero .kv_block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero .title_block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.hero .title_block h2.page_title {
  padding-top: 40px;
  font-size: 93px;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  text-shadow: 1px 1px 23px #33475F;
}
@media screen and (max-width: 1240px) {
  .hero .title_block h2.page_title {
    padding-top: min(3vw, 40px);
    font-size: min(7.5vw, 93px);
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .hero .title_block h2.page_title {
    padding-top: 12vw;
    letter-spacing: 0em;
    font-size: 11.3vw;
    line-height: 1;
    text-shadow: 0 0 3vw #33475F, 0 0 4vw #33475F;
    white-space: nowrap;
  }
}
.hero .title_block h2.page_title .t1 {
  font-size: 0.8em;
}
@media screen and (max-width: 768px) {
  .hero .title_block h2.page_title .t1 {
    font-size: 1em;
  }
}
.hero .title_block h2.page_title .t2 {
  font-size: 0.5em;
  margin-left: 0.15em;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .hero .title_block h2.page_title .t2 {
    margin-left: 0;
    letter-spacing: -0.05em;
    font-size: 0.7em;
  }
}
.hero .title_block h2.page_title .t3 {
  font-size: 0.7em;
  margin-right: 0.15em;
}
@media screen and (max-width: 768px) {
  .hero .title_block h2.page_title .t3 {
    display: inline-block;
    margin-right: 0.1em;
    margin-top: 0.6em;
  }
}
.hero .title_block h2.page_title .kakko1 {
  margin-left: -0.6em;
}
@media screen and (max-width: 768px) {
  .hero .title_block h2.page_title .kakko1 {
    margin-left: -3vw;
  }
}
.hero .title_block h2.page_title .kakko2 {
  margin-left: -0.1em;
  margin-right: -0.35em;
}
@media screen and (max-width: 768px) {
  .hero .title_block h2.page_title .kakko2 {
    margin-left: 0em;
    margin-right: -0.3em;
  }
}
.hero .title_block h2.page_title br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero .title_block h2.page_title br.sp {
    display: inline;
  }
}

.wrapper {
  max-width: 1200px;
  margin-inline: auto;
}

.lead_block {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  padding: 60px 40px 0;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .lead_block {
    padding: 6vw 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .lead_block {
    padding: 8vw 5vw 0;
  }
}
.lead_block .lead_block_inner {
  text-align: left;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: min(4vw, 40px);
}
.lead_block p {
  font-size: 20px;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1440px) {
  .lead_block p {
    font-size: min(2.5vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .lead_block p {
    font-size: 4vw;
    line-height: 1.6;
  }
}
.lead_block p br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .lead_block p br.sp {
    display: inline;
  }
}
.lead_block p + p {
  margin-top: 1.5em;
}
.lead_block .lead_fb {
  display: flex;
  align-items: center;
  gap: min(2vw, 20px);
}
.lead_block .lead_fb span {
  display: inline-block;
}
.lead_block .mark {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .lead_block .mark {
    width: min(8vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .lead_block .mark {
    width: min(12vw, 80px);
  }
}
.lead_block .lead_last {
  padding-top: min(8vw, 40px);
}

.sec01 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  overflow: hidden;
  padding: 80px 0 200px;
}
@media screen and (max-width: 1440px) {
  .sec01 {
    padding: min(10vw, 80px) 0 min(20vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 20vw 0 0;
  }
}
.sec01 .sec01_inner {
  position: relative;
  background-color: #e9e8e4;
  padding: 80px 40px 180px;
}
@media screen and (max-width: 1440px) {
  .sec01 .sec01_inner {
    padding: min(8vw, 80px) 40px min(16vw, 180px);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_inner {
    padding: 20vw 5vw 16vw;
  }
}
.sec01 h3.sec01_heading {
  font-size: 60px;
  font-weight: 700;
  color: #60482D;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec01 h3.sec01_heading {
    font-size: min(4.5vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .sec01 h3.sec01_heading {
    font-size: 7.6vw;
  }
}
.sec01 h3.sec01_heading span {
  font-size: 0.83em;
}
.sec01 .sec01_text {
  padding-top: 20px;
  position: relative;
  font-size: 16px;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .sec01 .sec01_text {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_text {
    max-width: 100%;
    padding-top: 5vw;
    font-size: 4.4vw;
  }
}
.sec01 .sec01_text br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_text br {
    display: inline;
  }
}
.sec01 .sec01_img {
  position: absolute;
  left: 50%;
  transform: translateX(-55%);
  top: -40px;
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1440px) {
  .sec01 .sec01_img {
    transform: translateX(-52%);
    top: -4vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_img {
    top: -8vw;
  }
}
.sec01 .sec01_img img {
  width: 600px;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .sec01 .sec01_img img {
    width: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_img img {
    width: 40vw;
  }
}
.sec01 .sec01_fb {
  position: absolute;
  left: auto;
  bottom: -100px;
  z-index: 1;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_fb {
    position: relative;
    bottom: 0px;
    display: block;
    padding-top: 6vw;
  }
}
.sec01 .sec01_fb dl {
  flex: 1;
  background-image: url(../img/shikaku.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 20px;
  width: 248px;
  height: 248px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec01 .sec01_fb dl {
    padding: min(4vw, 40px) min(2vw, 20px);
    width: min(25vw, 248px);
    height: min(25vw, 248px);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_fb dl {
    background-image: url(../img/shikaku_sp.svg);
    width: 96%;
    height: auto;
    padding: 5.5vw 3vw;
    margin: 3vw auto 0;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
  }
}
.sec01 .sec01_fb dl dt {
  font-size: 32px;
  font-weight: 600;
  color: #60482D;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: solid 1px #60482D;
}
@media screen and (max-width: 1440px) {
  .sec01 .sec01_fb dl dt {
    font-size: min(3vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_fb dl dt {
    border-bottom: 0;
    padding-bottom: 0;
    padding-left: 2vw;
    margin-bottom: 0;
    font-size: 5.8vw;
    line-height: 1;
    width: 38%;
  }
}
.sec01 .sec01_fb dl dd {
  font-size: 17px;
}
@media screen and (max-width: 1440px) {
  .sec01 .sec01_fb dl dd {
    font-size: min(2vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .sec01 .sec01_fb dl dd {
    display: flex;
    align-items: center;
    font-size: 3.9vw;
    text-align: left;
    width: 62%;
    min-height: 20vw;
    padding: 2vw 0 2vw 5vw;
    border-left: solid 1px #60482D;
  }
}

.sec02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 1440px) {
  .sec02 {
    padding-top: min(11vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-top: 16vw;
  }
}
.sec02 .sec02_inner {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 1440px) {
  .sec02 .sec02_inner {
    padding: 0 min(4vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .sec02_inner {
    padding: 0 5vw;
  }
}
.sec02 h3.sec02_heading {
  font-size: 57px;
  font-weight: 700;
  color: #60482D;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .sec02 h3.sec02_heading {
    font-size: min(4.5vw, 57px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 h3.sec02_heading {
    font-size: 7.8vw;
    text-align: center;
    padding-bottom: 10vw;
  }
}
.sec02 h3.sec02_heading span {
  font-size: 0.88em;
}
.sec02 h3.sec02_heading strong {
  font-size: 1.34em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec02 h3.sec02_heading strong {
    padding-right: 1vw;
  }
}
.sec02 .sec02_fb {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec02 .sec02_fb {
    display: block;
  }
}
.sec02 .sec02_fb .sec02_fb_number {
  width: 390px;
}
@media screen and (max-width: 1440px) {
  .sec02 .sec02_fb .sec02_fb_number {
    width: min(29vw, 390px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .sec02_fb .sec02_fb_number {
    width: auto;
  }
}
.sec02 .sec02_fb .sec02_fb_number h4.sec02_subtitle {
  text-align: center;
  display: inline-block;
  font-size: 40px;
  font-weight: 700;
  color: #60482D;
  white-space: nowrap;
  padding: 120px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 300px;
  min-width: 300px;
}
@media screen and (max-width: 1440px) {
  .sec02 .sec02_fb .sec02_fb_number h4.sec02_subtitle {
    font-size: min(3vw, 40px);
    padding: min(8vw, 100px) 0;
    background-size: min(22vw, 300px);
    min-width: 0;
    width: min(23vw, 300px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .sec02_fb .sec02_fb_number h4.sec02_subtitle {
    width: 100%;
    font-size: 6.2vw;
    padding: 12vw 0;
    background-size: contain;
  }
}
.sec02 .sec02_fb .sec02_fb_number h4.sec02_subtitle.num01 {
  background-image: url(../img/number01.png);
}
.sec02 .sec02_fb .sec02_fb_number h4.sec02_subtitle.num02 {
  background-image: url(../img/number02.png);
}
.sec02 .sec02_fb .sec02_fb_number h4.sec02_subtitle.num03 {
  background-image: url(../img/number03.png);
}
.sec02 .sec02_fb .sec02_text {
  flex: 1;
  font-size: 18px;
  line-height: 1.7;
}
@media screen and (max-width: 1440px) {
  .sec02 .sec02_fb .sec02_text {
    font-size: min(2vw, 18px);
    padding: min(4vw, 40px) 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .sec02_fb .sec02_text {
    font-size: 4.2vw;
    padding: 4vw 0 0;
  }
}
.sec02 .kodawari_block {
  max-width: 1200px;
  margin-inline: auto;
  padding-top: 30px;
  padding-bottom: 0px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .sec02 .kodawari_block {
    padding-top: min(3vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .kodawari_block {
    padding-top: 0vw;
    padding-bottom: 4vw;
  }
}
.sec02 .kodawari_block + .wrapper {
  padding-top: 80px;
}
@media screen and (max-width: 1440px) {
  .sec02 .kodawari_block + .wrapper {
    padding-top: min(6vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .kodawari_block + .wrapper {
    padding-top: 8vw;
  }
}
.sec02 .kodawari_box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 812px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px 6px rgb(255, 255, 255);
  margin-top: -20px;
}
@media screen and (max-width: 1440px) {
  .sec02 .kodawari_box {
    width: min(65vw, 812px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .kodawari_box {
    width: 100%;
    margin-top: 9vw;
    border-radius: 10px;
    box-shadow: 0 0 2vw 1vw rgb(255, 255, 255);
  }
}
.sec02 .kodawari_box.pos_right {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .kodawari_box.pos_right {
    margin-left: 0;
  }
}
.sec02 .kodawari_box .kodawari_box_text {
  padding: 45px 80px 70px;
}
@media screen and (max-width: 1440px) {
  .sec02 .kodawari_box .kodawari_box_text {
    padding: min(5vw, 45px) min(6vw, 80px) min(8vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .kodawari_box .kodawari_box_text {
    padding: 7vw 5vw;
  }
}
.sec02 .kodawari_box .kodawari_box_text h5 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: 700;
  color: #60482D;
}
@media screen and (max-width: 1440px) {
  .sec02 .kodawari_box .kodawari_box_text h5 {
    font-size: min(2.5vw, 28px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .kodawari_box .kodawari_box_text h5 {
    font-size: 5.2vw;
  }
}
.sec02 .kodawari_box .kodawari_box_text h5 span {
  display: inline-block;
}
.sec02 .kodawari_box .kodawari_box_text p {
  font-size: 18px;
  padding-top: 1.5em;
}
@media screen and (max-width: 1440px) {
  .sec02 .kodawari_box .kodawari_box_text p {
    font-size: min(2.2vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .sec02 .kodawari_box .kodawari_box_text p {
    padding-top: 1.1em;
    font-size: 4.2vw;
  }
}

.sec03 {
  position: relative;
  z-index: 1;
  padding: 150px 40px 100px;
  background-color: #eae8e4;
  background-image: linear-gradient(#f0f0f0, #eae8e4 15%);
}
@media screen and (max-width: 1440px) {
  .sec03 {
    padding: min(15vw, 150px) 40px min(10vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 18vw 5vw 10vw;
  }
}
.sec03 h3.sec03_heading {
  font-size: 45px;
  font-weight: 700;
  color: #60482D;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec03 h3.sec03_heading {
    font-size: min(4vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 h3.sec03_heading {
    font-size: 6.2vw;
  }
}
.sec03 .sec03_fb {
  padding: 40px 0 60px;
  max-width: 1366px;
  margin-inline: auto;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_fb {
    padding: min(5vw, 40px) 0 min(10vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_fb {
    padding: 7vw 0 4vw;
    display: block;
  }
}
.sec03 .sec03_fb .sec03_fb_item {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_fb .sec03_fb_item {
    max-width: none;
    padding-top: 5.5vw;
  }
}
.sec03 .sec03_fb .sec03_fb_item h4 {
  font-size: 20px;
  font-weight: 700;
  color: #60482D;
  line-height: 1.5;
  padding-bottom: 8px;
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_fb .sec03_fb_item h4 {
    font-size: min(2vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_fb .sec03_fb_item h4 {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
}
.sec03 .sec03_fb .sec03_fb_item .movie_btn {
  appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  display: block;
  position: relative;
  max-width: 661px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.sec03 .sec03_fb .sec03_fb_item .movie_btn:focus-visible {
  outline: 3px solid #60482D;
  outline-offset: 4px;
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_fb .sec03_fb_item .movie_btn {
    max-width: none;
  }
}
.sec03 .sec03_fb .sec03_fb_item .movie_btn .movie_play {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.3;
  transition: 0.2s;
}
.sec03 .sec03_fb .sec03_fb_item .movie_btn .movie_play img {
  width: 95px;
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_fb .sec03_fb_item .movie_btn .movie_play img {
    width: min(7vw, 95px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_fb .sec03_fb_item .movie_btn .movie_play img {
    width: 15vw;
  }
}
.sec03 .sec03_fb .sec03_fb_item .movie_btn .movie_image {
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #000;
}
.sec03 .sec03_fb .sec03_fb_item .movie_btn .movie_image img {
  transition: 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .sec03 .sec03_fb .sec03_fb_item .movie_btn:hover .movie_play {
    opacity: 0.6;
  }
  .sec03 .sec03_fb .sec03_fb_item .movie_btn:hover .movie_image img {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
.sec03 .sec03_fb .sec03_fb_item p {
  font-size: 14px;
  text-align: left;
  padding: 30px 40px;
  color: #000;
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_fb .sec03_fb_item p {
    padding: min(2vw, 30px) min(2vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_fb .sec03_fb_item p {
    padding: 4vw 0 6vw;
    font-size: 4.2vw;
  }
}
.sec03 .sec03_cm_song {
  max-width: 826px;
  border: solid 3px #fff;
  margin-inline: auto;
  padding: 44px 40px 60px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_cm_song {
    padding: 44px min(4vw, 40px) 60px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song {
    padding: 9vw 5.8vw 10vw;
  }
}
.sec03 .sec03_cm_song .sec03_cmsong_heading {
  position: relative;
}
.sec03 .sec03_cm_song .sec03_cmsong_heading h3 {
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  color: #60482D;
  padding-bottom: 17px;
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_cm_song .sec03_cmsong_heading h3 {
    font-size: min(2vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song .sec03_cmsong_heading h3 {
    font-size: 5vw;
    padding-bottom: 0.5vw;
  }
}
.sec03 .sec03_cm_song .sec03_cmsong_heading h3 span {
  font-size: 2em;
  letter-spacing: 0.1em;
  margin-left: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song .sec03_cmsong_heading h3 span {
    font-size: 1.25em;
  }
}
.sec03 .sec03_cm_song .sec03_cmsong_heading .cmsong_rice {
  position: absolute;
  top: 18px;
  left: 46.5%;
  z-index: 0;
  transform: rotate(-35deg);
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_cm_song .sec03_cmsong_heading .cmsong_rice {
    top: min(2vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song .sec03_cmsong_heading .cmsong_rice {
    top: 5.8vw;
  }
}
.sec03 .sec03_cm_song .sec03_cmsong_heading .cmsong_rice img {
  width: 50px;
}
@media screen and (max-width: 1440px) {
  .sec03 .sec03_cm_song .sec03_cmsong_heading .cmsong_rice img {
    width: min(5vw, 50px);
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song .sec03_cmsong_heading .cmsong_rice img {
    width: 7.8vw;
  }
}
.sec03 .sec03_cm_song p {
  font-size: 14px;
  color: #000;
  padding-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song p {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song p br.pc {
    display: none;
  }
}
.sec03 .sec03_cm_song p br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec03 .sec03_cm_song p br.sp {
    display: inline;
  }
}

.sec04 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #b0b7b6;
}
.sec04 .sec04_bg {
  text-align: center;
  width: 100%;
  height: 593px;
}
@media screen and (max-width: 1440px) {
  .sec04 .sec04_bg {
    height: 41vw;
  }
}
.sec04 .sec04_bg img {
  margin-inline: auto;
  max-width: 2420px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sec04 .sec04_logo {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .sec04 .sec04_logo {
    top: min(5.5vw, 80px);
  }
}
.sec04 .sec04_logo img {
  width: 140px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .sec04 .sec04_logo img {
    width: min(10vw, 140px);
  }
}

.sec05 {
  position: relative;
  z-index: 1;
  padding: 80px 40px;
  background-color: #eae8e4;
}
@media screen and (max-width: 1440px) {
  .sec05 {
    padding: min(8vw, 80px) min(2vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 10vw 5vw;
  }
}
.sec05 .sec05_fb {
  max-width: 1200px;
  margin-inline: auto;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1440px) {
  .sec05 .sec05_fb {
    gap: min(2vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sec05 .sec05_fb {
    display: block;
  }
}
.sec05 .sec05_fb a {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  background-color: #827c71;
  border-radius: 100px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 12px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1440px) {
  .sec05 .sec05_fb a {
    font-size: min(2.5vw, 30px);
    background-size: min(1vw, 12px);
    background-position: right min(3vw, 40px) center;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .sec05_fb a {
    font-size: 4.7vw;
    padding: 0;
    height: 21vw;
    background-size: 1.8vw;
    background-position: right 5.8vw center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec05 .sec05_fb a:hover {
    background-color: #60482c;
  }
}
.sec05 .sec05_fb a span {
  padding-right: 20px;
}
@media screen and (max-width: 1440px) {
  .sec05 .sec05_fb a span {
    padding-right: min(2vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .sec05 .sec05_fb a span {
    padding-right: 1vw;
  }
}
.sec05 .sec05_fb a small {
  font-size: 0.66em;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sec05 .sec05_fb a small {
    font-size: 0.78em;
  }
}
@media screen and (max-width: 768px) {
  .sec05 .sec05_fb a + a {
    margin-top: 3vw;
  }
}

img.icon_rice {
  width: 137px;
}
@media screen and (max-width: 1440px) {
  img.icon_rice {
    width: min(11vw, 137px);
  }
}

.rice001 {
  position: absolute;
  right: 100px;
  top: 200px;
  z-index: 0;
  transform: rotate(-40deg);
}
@media screen and (max-width: 1440px) {
  .rice001 {
    right: min(8vw, 100px);
    top: min(20vw, 200px);
  }
}
@media screen and (max-width: 768px) {
  .rice001 {
    display: none;
  }
}

.rice002 {
  position: absolute;
  right: -140px;
  top: 410px;
  z-index: 0;
  transform: rotate(260deg) scaleX(-1);
}
@media screen and (max-width: 1440px) {
  .rice002 {
    right: max(-10vw, -140px);
    top: min(36vw, 410px);
  }
}
@media screen and (max-width: 768px) {
  .rice002 {
    display: none;
  }
}

.rice003 {
  position: absolute;
  right: 0px;
  bottom: -100px;
  transform: rotate(100deg);
}
@media screen and (max-width: 1440px) {
  .rice003 {
    right: 2vw;
    bottom: max(-10vw, -100px);
  }
}
@media screen and (max-width: 768px) {
  .rice003 {
    display: none;
  }
}

.rice004 {
  position: absolute;
  right: -180px;
  bottom: 100px;
  z-index: 0;
  transform: rotate(200deg);
}
@media screen and (max-width: 1440px) {
  .rice004 {
    right: max(-8vw, -180px);
    bottom: min(10vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .rice004 {
    display: none;
  }
}

.rice005 {
  position: absolute;
  right: 60px;
  top: 140px;
  z-index: 0;
  transform: rotate(30deg);
}
@media screen and (max-width: 1440px) {
  .rice005 {
    right: min(6vw, 60px);
    top: min(14vw, 140px);
  }
}
@media screen and (max-width: 768px) {
  .rice005 {
    display: none;
  }
}

.rice006 {
  position: absolute;
  right: -100px;
  top: -20px;
  z-index: 0;
  transform: rotate(-40deg) scaleX(-1);
}
@media screen and (max-width: 1440px) {
  .rice006 {
    right: max(-10vw, -100px);
    top: max(-2vw, -20px);
  }
}
@media screen and (max-width: 768px) {
  .rice006 {
    display: none;
  }
}

.rice007 {
  position: absolute;
  left: 50px;
  top: 80px;
  z-index: 0;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1440px) {
  .rice007 {
    left: min(5vw, 50px);
    top: min(8vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .rice007 {
    display: none;
  }
}

.rice008 {
  position: absolute;
  left: -180px;
  top: 240px;
  z-index: 0;
  transform: rotate(210deg) scaleX(-1);
}
@media screen and (max-width: 1440px) {
  .rice008 {
    left: max(-12vw, -180px);
    top: min(24vw, 240px);
  }
}
@media screen and (max-width: 768px) {
  .rice008 {
    display: none;
  }
}

.rice009 {
  position: absolute;
  left: -20px;
  top: 400px;
  z-index: 0;
  transform: rotate(130deg);
}
@media screen and (max-width: 1440px) {
  .rice009 {
    left: max(0vw, -20px);
    top: min(37vw, 400px);
  }
}
@media screen and (max-width: 768px) {
  .rice009 {
    display: none;
  }
}

/* モーダル */
.modal .modal-overlay {
  align-items: center;
  background: rgba(223, 216, 207, 0.95);
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999999;
}
.modal .modal-container {
  overflow-y: auto;
  width: 100%;
  max-height: 100svh;
  text-align: center;
}
.modal .modal-close {
  border: none;
  outline: none;
  appearance: none;
  cursor: pointer;
  padding: 3px 30px;
  color: #fff;
  background-color: #666;
  margin-top: 15px;
  border-radius: 20px;
}
.modal .modal-close:hover {
  background-color: #000;
}
.modal {
  /* モーダルアニメーション */
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(5%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(5%);
  }
}
.modal .youtube_iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.modal .youtube_wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.modal .youtube_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0;
}
.modal .modal-container.youtube {
  max-width: 1024px;
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal-container {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal-container {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.hero_fade1 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease-out 1s, transform 1s ease-out 1s;
}
.hero_fade1.is-show {
  transform: translateY(0px);
  opacity: 1;
}

.hero_fade2 {
  opacity: 0;
  transition: 1.5s opacity cubic-bezier(0.25, 0.1, 0.25, 1);
}
.hero_fade2.is-show {
  opacity: 1;
}

.fadein1 {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1.5s ease-out, transform 1.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadein1.is-show {
  opacity: 1;
  transform: translateX(0);
}

.fadein2 {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 2s ease-out 0.5s, filter 1s ease-out 0.5s;
}
.fadein2.is-show {
  opacity: 1;
  filter: blur(0);
}

.fadein3 {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1.2s ease-out, transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.fadein3.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fadein3a {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease-out 0.1s, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
}
.fadein3a.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fadein3b {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease-out 0.3s, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s;
}
.fadein3b.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fadein3c {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease-out 0.5s, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
}
.fadein3c.is-show {
  opacity: 1;
  transform: translateY(0);
}

.fadein4 {
  opacity: 0;
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1) 0.5s;
}
.fadein4.is-show {
  opacity: 1;
}

.fadein5 {
  opacity: 0;
  transform: scale(1.5);
  transition: opacity 2s ease-out 1s, transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) 1s;
}
.fadein5.is-show {
  opacity: 1;
  transform: scale(1);
}

.fadein6 {
  opacity: 0;
  transform: scale(0.2);
}
.fadein6.is-show {
  animation: fadeinScale 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s forwards;
}

@keyframes fadeinScale {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */