@charset "UTF-8";
/* オンラインショップ中間ページ */
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
main.online-shop .bg_color {
  background-color: #f4f0ea;
}
main.online-shop .online_shop_section {
  padding-bottom: 130px;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section {
    padding-bottom: 95px;
  }
}
main.online-shop .online_shop_section .online_shop_wrap {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 45px 75px 130px;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px rgba(171, 171, 171, 0.66);
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_wrap {
    width: 88%;
    padding: 22px 16px 145px;
    box-shadow: 2px 2px 5px rgba(171, 171, 171, 0.38);
  }
}
main.online-shop .online_shop_section .online_shop_visual {
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_visual {
    margin-bottom: 25px;
  }
}
main.online-shop .online_shop_section .online_shop_visual img {
  width: 100%;
  height: auto;
  display: block;
}
main.online-shop .online_shop_section .online_shop_lead {
  text-align: center;
  font-size: 18px;
  font-family: "Yu-Gothic", sans-serif;
  font-weight: bold;
  color: #333333;
  line-height: 1.7;
  margin: 0 0 50px;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_lead {
    font-size: calc(16px - 4px + 1.06vw);
    margin-bottom: 45px;
    line-height: 1.5;
  }
}
main.online-shop .online_shop_section .online_shop_buttons {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_buttons {
    flex-direction: column;
    gap: 30px;
  }
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item {
  flex: 1;
  min-width: 0;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item .online_shop_button_ttl {
  position: relative;
  font-size: 20px;
  font-family: "Yu-Gothic", sans-serif;
  font-weight: bold;
  color: #333333;
  margin: 0 0 19px;
  padding: 0 0 11px 32px;
  border-bottom: 1px solid #8b8b8b;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item .online_shop_button_ttl {
    font-size: calc(17px - 4px + 1.06vw);
    padding-left: 21px;
    padding-bottom: 6px;
    margin-bottom: 18px;
    width: 94%;
    margin: 0 auto 18px;
  }
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item .online_shop_button_ttl::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item .online_shop_button_ttl::before {
    top: 8px;
    width: 9px;
    height: 9px;
  }
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item.base .online_shop_button_ttl::before {
  background: #3cbab0;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item.base .online_shop_button {
  background: #3cbab0;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item.rakuten .online_shop_button_ttl::before {
  background: #bf0001;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button_item.rakuten .online_shop_button {
  background: #bf0001;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button {
  position: relative;
  display: flex;
  align-items: center;
  width: 96%;
  margin: 0 auto;
  min-height: 70px;
  padding: 8px 40px 8px 22px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_buttons .online_shop_button {
    min-height: 60px;
    padding: 6px 19px 6px 15px;
    width: 100%;
  }
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button:hover {
  opacity: 0.85;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_logo {
  flex-shrink: 0;
  width: 65px;
  margin-right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_logo {
    width: 52px;
    margin-right: 12px;
  }
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_logo img {
  width: 100%;
  height: auto;
  display: block;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_logo.rakuten {
  margin-left: 5px;
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_text {
  flex: 1;
  font-size: 17px;
  font-family: "Yu-Gothic", sans-serif;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_text {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 900px) {
  main.online-shop .online_shop_section .online_shop_buttons .online_shop_button .online_shop_button_arrow {
    right: 14px;
    width: 8px;
    height: 8px;
    border-top-width: 1.5px;
    border-right-width: 1.5px;
  }
}

/*# sourceMappingURL=online-shop.css.map */
