/*========================
追加スタイル
========================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');


/* 無効にする要素 */
.menu_btn_search,
.menu_btn,
.head_btn_wrap,
.menu_cat,
.top_items_cate,
.foot_wrap,
.foot_nav,
#reportBtn {
  display: none !important;
}

#privacy h2,
#law h2 {
  display: none !important;
}

.inquirySection h1 {
  display: none !important;
}

/*========================
共通要素
========================*/
.pc_only {
  display: block !important;
}
.sp_only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}

/* セクションタイトル */
.sec_tit_wrap {
  padding-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec_tit_wrap {
    padding-bottom: 20px;
  }
}

.sec_tit_wrap .tit {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 3.4rem;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  color: #DF0025;
  padding: 0;
  text-align: center;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .sec_tit_wrap .tit {
    font-size: 2.4rem;
  }
}

.sec_tit_wrap .small_txt {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #222;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .sec_tit_wrap .small_txt {
    font-size: 1.3rem;
    padding-top: 0;
  }
}

.sec_tit_wrap.-white .tit,
.sec_tit_wrap.-white .small_txt {
  color: #FFF;
}

/* ボタン */
.top_concept .inner .btn.-white a {
  background-color: #FFF;
  color: #222;
  font-family: "Inter", sans-serif;
}

.top_concept .inner .btn.-white a:hover {
  color: #FFF;
}

.top_concept .inner .btn.-white a:hover::after {
  background-color: #F29A63;
}

/* 下層ページヘッダー */
.contents_header {
  padding: 60px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contents_header {
    padding: 30px 0;
  }
}

.contents_header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.contents_header .contents_header_tit span {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "M PLUS 1p", serif;
  display: inline-block;
  background-color: #FFF;
  padding: 10px 60px;
  border-radius: 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .contents_header .contents_header_tit span {
    font-size: 2rem;
    padding: 10px 30px;
  }
}

/*========================
ヘッダー
========================*/
header {
  padding: 0 3em;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 0 0.5em 0 1.5em;
  }
}

header::after {
  content: none;
}

.head_wrap {
  align-items: center;
}

/* ロゴ */
.head_logo {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .head_logo {
    padding: 10px 0;
  }
}

.head_logo img {
  max-height: 81px;
}
@media only screen and (max-width: 767px) {
  .head_logo img {
    max-height: 40px;
  }
}

.menu_main li a {
  font-size: 1.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  color: #222;
}
@media only screen and (max-width: 1100px) {
  .menu_main li a {
    font-size: 1.6rem;
  }
}

header .navi_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  header .navi_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1024px) {
  .head_wrap .menu_main {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .head_wrap .menu_main {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #FFF;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.5rem 1.5rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  }
}

header .menu_main li {
  margin-right: 40px;
}
@media only screen and (max-width: 1100px) {
  header .menu_main li {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  header .menu_main li {
    margin-right: 0;
  }
}

header .menu_main li + li {
  margin-left: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 1100px) {
  header .menu_main li + li {
    margin-left: 0;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  header .menu_main li + li {
    margin-right: 0;
  }
}

/* ヘッダー右側のボタン */
header .navi_wrap .header_btn_wrap {
  width: 246px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  header .navi_wrap .header_btn_wrap {
    width: 186px;
  }
}
@media only screen and (max-width: 767px) {
  header .navi_wrap .header_btn_wrap {
    width: 140px;
  }
}

header .navi_wrap .header_btn_wrap .btn {
  width: 70px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 1100px) {
  header .navi_wrap .header_btn_wrap .btn {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  header .navi_wrap .header_btn_wrap .btn {
    width: 36px;
    height: 36px;
  }
}

header .navi_wrap .header_btn_wrap .btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 1;
}

header .navi_wrap .header_btn_wrap .btn:hover {
  opacity: 0.7;
}

header .navi_wrap .header_btn_wrap .btn.-line {
  background-image: url(../img/header_icon_line.svg);
}
header .navi_wrap .header_btn_wrap .btn.-cart {
  background-image: url(../img/header_icon_cart.svg);
}
header .navi_wrap .header_btn_wrap .btn.-contact {
  background-image: url(../img/header_icon_contact.svg);
}

/* SPボタン */
header .navi_wrap .sp_btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  header .navi_wrap .sp_btn {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: 10px;
  }
  header .navi_wrap .sp_btn span {
    display: block;
    width: 25px;
    height: 1px;
    background-color: #222;
    position: absolute;
    left: 10px;
    /* transition: transform 0.3s; */
  }
  header .navi_wrap .sp_btn span:nth-of-type(1) {
    top: 35%;
  }
  header .navi_wrap .sp_btn span:nth-of-type(2) {
    top: 50%;
  }
  header .navi_wrap .sp_btn span:nth-of-type(3) {
    top: 65%;
  }
  header .navi_wrap .sp_btn.-open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  header .navi_wrap .sp_btn.-open span:nth-of-type(2) {
    opacity: 0;
  }
  header .navi_wrap .sp_btn.-open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
  }

}

/*========================
MV
========================*/
.top_slider {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top_slider {
    padding: 0 1.5rem;
  }
}

.top_slider::before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0;
  background-image: url(../img/mv_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
}

.top_slider .items {
  max-width: 1200px;
  height: 700px;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top_slider .items {
    height: 300px;
  }
}

/* 左下のいかキャラ */
.top_slider .items::before {
  content: "";
  width: 158px;
  height: 152px;
  background-image: url(../img/mv_chara.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -40px;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top_slider .items::before {
    width: 68px;
    height: 70px;
    left: -30px;
  }
}

/* 右上の吹き出し */
.top_slider .items::after {
  content: "";
  width: 108px;
  height: 182px;
  background-image: url(../img/mv_deco.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .top_slider .items::after {
    width: 60px;
    height: 82px;
    right: -15px;
    top: 10px;
  }
}

.top_slider .items .slick-track {
  position: relative;
  z-index: 0;
}

.top_slider .items .slick-track .slick-slide {
  border-radius: 160px;
  overflow: hidden;
  border: 10px solid #FFF;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .top_slider .items .slick-track .slick-slide {
    border-radius: 40px;
    border: 5px solid #FFF;
    height: 300px;
  }
  .top_slider .items .slick-track .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ドットを非表示 */
.top_slider .items .slick-dots {
  display: none !important;
}

/* キャッチコピー */
.top_slider .mv_catch {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}

.top_slider .mv_catch .catch_img {
  width: 655px;
  height: 140px;
  background-image: url(../img/mv_catch.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .top_slider .mv_catch .catch_img {
    width: 300px;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
  }
}

/*========================
トップ 最新情報
========================*/
.top_info_wrap {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: block;
}

.ff-lato .top_info h2 {
  font-weight: 700 !important;
}

.top_info_wrap dt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  color: #222;
  line-height: 1.91;
  padding-top: 3px;
}
@media only screen and (max-width: 767px) {
  .top_info_wrap dt {
    font-size: 1.2rem;
    margin-top: 0;
    line-height: 1;
  }
  .top_info_wrap dd + dt {
    margin-top: 15px;
  }
}

.top_info_wrap dd {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.91;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .top_info_wrap dd {
    font-size: 1.3rem;
    line-height: 1.75;
    padding-bottom: 15px;
    border-bottom: 1px solid #CCC;
    padding-top: 0;
  }
}


/*========================
トップ コンセプト
========================*/
.top_concept .txt {
  max-width: 830px;
  margin: auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .top_concept .txt {
    font-size: 1.4rem;
    line-height: 1.875;
  }
}

.top_concept .inner .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top_concept .inner .txt {
    text-align: justify;
    white-space: normal;
  }
}

/*========================
トップ 商品一覧
========================*/
@media only screen and (max-width: 767px) {
  .top_items {
    padding: 3rem 1.5rem 0;
  }
  .items_wrap {
    gap: 1rem 3%;
  }
}

.item .item_data {
  padding: 1em 0;
  text-align: center;
  color: #222;
}

@media only screen and (max-width: 767px) {
  .item .item_name {
    font-size: 1.4rem;
  }
}

.item .item_price, .item .discount {
  margin-top: 0;
}

.item .item_price {
  opacity: 1;
}

.item .item_price span::after {
  content: "（税込）";
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .item .item_price span::after {
    font-size: 1rem;
  }
}

/*========================
商品詳細
========================*/
.item_wrap {
  padding-top: 60px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
}
@media only screen and (max-width: 767px) {
  .item_wrap {
    padding-top: 0;
  }
}

.item_detail .item_ttl {
  font-size: 3.4rem;
  color: #222;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .item_detail .item_ttl {
    margin-top: 1.5rem;
    font-size: 2rem;
  }
}

.item_detail .itemPrice {
  margin-top: 10px;
  color: #222;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .item_detail .itemPrice {
    margin-top: 5px;
    font-size: 2.0rem;
  }
}

.item_detail .itemPrice span::after {
  content: "（税込）";
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 5px;
}

.item_detail .item_txt {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .item_detail .item_txt {
    padding-top: 1.5rem;
  }
}

.item_detail .item_txt .txt {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .item_detail .item_txt .txt {
    font-size: 1.4rem;
  }
  .item_detail .item_txt .txt br {
    display: none;
  }
}

.item_detail .attention {
  font-size: 1.2rem;
  font-weight: 400;
}

.item_section {
  padding: 60px 0;
  background-color: #FDF4DF;
}

@media only screen and (max-width: 767px) {
  .item_section {
    padding: 30px 0;
  }
  .item_related {
    padding: 0 1.5rem;
  }
  .item_related .item_related_wrap {
    display: block;
  }
  .item_related .item_related_wrap .item {
    padding-bottom: 20px;
  }
  .item_related .item_related_wrap .item:last-child {
    padding-bottom: 0;
  }
  .item_related .item_related_wrap .item a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background-color: #FFF;
    border-radius: 4px;
    overflow: hidden;
  }
  .item_related .item_related_wrap .item .item_img {
    width: 120px;
    height: 120px;
  }
  .item_related .item_related_wrap .item .item_data {
    width: calc(100% - 140px);
    text-align: left;
  }
}

/*========================
ブログ
========================*/
.blog_section {
  padding: 0;
}

.blog_section h1 {
  margin-bottom: 0;
}

.blogListMain {
  padding-top: 7.5em;
}
@media only screen and (max-width: 767px) {
  .blogListMain {
    padding: 2em 1.5em;
  }
}

.blog_section.is-detail {
  background-color: #FFF;
}

.main #about.blogDetail .blog_title h2 {
  font-size: 2.4rem;
  color: #222;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .main #about.blogDetail .blog_title h2 {
    font-size: 1.8rem;
  }
}

.main #about .social {
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
  .blogDetail {
    padding-top: 0;
  }
  .main #about.blogDetail .blog_publish {
    margin: 10px 0 !important;
  }
  .blogDetail .blog_body {
    margin-top: 0.6rem;
  }
  .blogDetail .blog_body {
    font-size: 1.45rem;
    line-height: 1.875;
  }
}

/*========================
わたしたちについて
========================*/
.sub_section.-about,
.sub_section.-access {
  background-color: #FFF;
}

@media only screen and (max-width: 767px) {
.sub_section.-about .sec_inner {
  padding: 0;
}
}

.sub_section.-about {
  padding: 0;
}

.sub_section.-about .txt.-lead {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .sub_section.-about .txt.-lead {
    text-align: justify;
    font-size: 1.5rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
    white-space: normal;
    padding: 0 1.5rem;
  }
}

.sub_section.-about .sec_img {
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .sub_section.-about .sec_img {
    padding-bottom: 0;
  }
}

.sub_section.-access {
  padding-top: 0;
}

.sub_section.-access .shop_item::before,
.sub_section.-access .shop_item::after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .sub_section.-access .sec_inner {
    padding: 0 0 2rem;
  }
  .sub_section.-access .shop_item .ttl {
    text-align: center;
  }
  .sub_section.-access .sec_inner .shop_data {
    padding: 0 2rem;
  }
}

.sub_section.-faq {
  background-color: #FDF4DF !important;
}

.sub_section.-faq .faq_wrap {
  background-color: #FFF;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .sub_section.-faq .faq_wrap {
    padding: 15px;
  }
}

.sub_section.-faq .faq_wrap .faq_data::before {
  content: none;
}

.sub_section.-faq .faq_wrap .faq_data dt {
  padding: 0;
  padding-left: 40px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  color: #222;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sub_section.-faq .faq_wrap .faq_data dt {
    padding-left: 35px;
    font-size: 1.5rem;
    margin-top: 20px;
  }
}

.sub_section.-faq .faq_wrap .faq_data dt:first-child {
  margin-top: 10px;
}

.sub_section.-faq .faq_wrap .faq_data dt span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #DF0025;
  left: 0;
  font-size: 2.0rem;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .sub_section.-faq .faq_wrap .faq_data dt span {
    font-size: 1.8rem;
    padding-top: 6px;
  }
}

.sub_section.-faq .faq_wrap .faq_data dt span::before {
  content: none;
}

.sub_section.-faq .faq_wrap .faq_data dd {
  padding: 0;
  padding-left: 40px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #222;
  margin-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 767px) {
  .sub_section.-faq .faq_wrap .faq_data dd {
    padding-left: 35px;
    font-size: 1.4rem;
  }
}

.sub_section.-faq .faq_wrap .faq_data dd:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}

.sub_section.-faq .faq_wrap .faq_data dd span {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  color: #0092E5;
  left: 0;
  font-size: 2.0rem;
  padding: 0;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .sub_section.-faq .faq_wrap .faq_data dd span {
    font-size: 1.8rem;
    top: 5px;
  }
}

.sub_section.-faq .faq_wrap .faq_data dd span::before {
  content: none;
}

.sub_section.-faq .faq_wrap .faq_data::before, .faq_data dd::after {
  content: none;
}

/*========================
特定商取引法
========================*/
@media only screen and (max-width: 767px) {
  #law {
    padding: 0em 1.5em 5em;
  }
}

#law h3 {
  font-size: 2.0rem;
  color: #222;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
}

/*========================
共通 レシピバナー
========================*/
.recipe_bnr_wrap {
  padding: 100px 0;
  background-image: url(../img/recipe_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .recipe_bnr_wrap {
    padding: 50px 15px;
    background-position: center bottom;
    background-size: auto 100%;
  }
}

.recipe_bnr_wrap .in {
  max-width: 800px;
  margin: auto;
}

.recipe_bnr_wrap .in a {
  display: block;
  background-color: #FFF;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.recipe_bnr_wrap .in a img {
  display: block;
  transition: opacity 0.3s;
}

.recipe_bnr_wrap .in a:hover {
  opacity: 1;
}

.recipe_bnr_wrap .in a:hover img {
  opacity: 0.7;
}


/*========================
共通 フッター
========================*/
#footer {
  background-color: #572A18;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 30px 15px;
  }
}

footer .in {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .in {
    display: block;
  }
}

footer .in .footer_logo {
  width: 207px;
}
@media only screen and (max-width: 767px) {
  footer .in .footer_logo {
    width: 150px;
    margin: auto;
    padding-bottom: 30px;
  }
}

footer .in .link_wrap {
  width: 390px;
  display: flex;
  padding-left: 30px;
  box-sizing: border-box;
  border-left: 1px solid #FFF;
}
@media only screen and (max-width: 767px) {
  footer .in .link_wrap {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 20px 0;
  }
}


footer .in .link_wrap .list {
  width: 50%;
}

footer .in .link_wrap .list .link {
  padding-bottom: 10px;
}

footer .in .link_wrap .list .link:last-child {
  padding-bottom: 0;
}

footer .in .link_wrap .list .link a {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.05em;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  footer .in .link_wrap .list .link a {
    font-size: 13px;
    line-height: 1.9;
    color: #FFF;
  }
  footer .in .link_wrap .list .link a::before {
    content: "";
    width: 10px;
    height: 6px;
    display: inline-block;
    background-image: url(../img/icon_right_bold_white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -1px;
  }
}

footer .in .line_bnr {
  width: 298px;
}
@media only screen and (max-width: 767px) {
  footer .in .line_bnr {
    width: 100%;
    padding: 30px 15px 0;
  }
}

footer .in .line_bnr a {
  display: block;
  position: relative;
  top: -10px;
}

/* フッター注意書き */
footer .footer_caption {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  background-color: #FFF;
  border-radius: 60px;
  text-align: center;
  padding: 15px 0;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  footer .footer_caption {
    border-radius: 0;
    padding: 15px 0;
    margin-top: 20px;
    background-color: transparent;
    border-top: 1px solid rgba(255,255,255,0.3);
  }
}

footer .footer_caption .jp_txt {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-weight: 600;
  color: #222;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  footer .footer_caption .jp_txt {
    font-size: 1.2rem;
    color: #FFF;
  }
}

footer .footer_caption .en_txt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-weight: 400;
  color: #222;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  footer .footer_caption .en_txt {
    font-size: 1.0rem;
    padding-top: 10px;
    color: #FFF;
  }
}