@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kurenaido&display=swap");

/* レスポンシブ消去
-------------------------------------------------- */
.obagi_myobagirecipe .pc {
  display: none;
}
.obagi_myobagirecipe .sp {
  display: block;
}
@media screen and (min-width: 641px) {
  .obagi_myobagirecipe .pc {
    display: block;
  }
  .obagi_myobagirecipe .sp {
    display: none;
  }
}

/* 相殺
-------------------------------------------------- */
.block-contents-1 {
  margin: initial !important;
  width: initial !important;
}
.block-h1 {
  padding: initial !important;
}
h1 {
  box-sizing: initial !important;
  -webkit-box-shadow: initial !important;
}
h1:after {
  content: none !important;
}
h3 {
  background: initial;
}

/* 共通
-------------------------------------------------- */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 116px;
}
@media screen and (max-width: 640px) {
  html {
    scroll-padding-top: 118px;
  }
}

.obagi_myobagirecipe {
  background-color: #fff;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
  position: relative;
}
.obagi_myobagirecipe img {
  -webkit-user-drag: none;
  user-drag: none;
  width: 100%;
}
.obagi_myobagirecipe .jsError {
  font-size: min(1.25dvw, 24px);
  display: inline-block;
  color: red;
}
@media screen and (max-width: 640px) {
  .obagi_myobagirecipe .jsError {
    font-size: 3.73334dvw;
  }
}
.obagi_myobagirecipe .guard {
  position: relative;
}
.obagi_myobagirecipe .guard::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  inset: 0;
  z-index: 10;
}
/* 印刷用 */
@media print {
  .obagi_myobagirecipe__inner::before {
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
  }
  .obagi_myobagirecipe__inner * {
    visibility: hidden;
  }
}


/* =================================================
  kv
================================================= */
.obagi_myobagirecipe .kv h1 {
  background-color: #fff;
  border: none;
  padding: 0;
  height: min(50dvw, 960px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .obagi_myobagirecipe .kv h1 {
    margin: 0 auto;
    max-width: 1920px;
  }
}
@media screen and (max-width: 640px) {
  .obagi_myobagirecipe .kv h1 {
    height: 125.06667dvw;
  }
}
.obagi_myobagirecipe .kv h1:has(img) {
  height: auto;
}
.obagi_myobagirecipe .kv__error {
  text-align: center;
  margin: 1em 0;
}


/* =================================================
  section title
================================================= */
.obagi_myobagirecipe .title_h2 {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
  font-size: calc(56dvw/750*100);
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: calc(100dvw/768*100) 0 calc(74dvw/750*100);
  padding: 0 0 calc(36dvw/750*100);
  position: relative;
}
.obagi_myobagirecipe .title_h2::after {
  content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(90dvw/750*100);
	height: 1px;
  background-color: #000;
}
.obagi_myobagirecipe .title_h2 span {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
  font-size: calc(36dvw/750*100);
  letter-spacing: 0.05em;
}
.obagi_myobagirecipe .title_h2 + p {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
  font-size: calc(32dvw/750*100);
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding: 0 calc(20dvw/750*100);
}
@media screen and (min-width: 641px) {
  .obagi_myobagirecipe .title_h2 {
    font-size: calc(48dvw/1920*100);
    letter-spacing: 0.08em;
    margin: calc(150dvw/1920*100) 0 calc(60dvw/1920*100);
    padding: 0 0 calc(40dvw/1920*100);
  }
  .obagi_myobagirecipe .title_h2::after {
    width: calc(100dvw/1920*100);
    height: 1px;
  }
  .obagi_myobagirecipe .title_h2 span {
    font-size: calc(33dvw/1920*100);
    padding: 0 10px;
  }
  .obagi_myobagirecipe .title_h2 + p {
    font-size: calc(22dvw/1920*100);
    text-align: center;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding: 0 calc(20dvw/1920*100);
  }
}
@media screen and (min-width: 1920px) {
  .obagi_myobagirecipe .title_h2 {
    margin: calc(130dvw/1920*100) 0 calc(60dvw/1920*100);
    padding: calc(20dvw/1920*100) 0 calc(40dvw/1920*100);
  }
}

/* =================================================
  メニュー
================================================= */
.site_menu--wrapper {
  position: relative; 
  z-index: 100;
  background-image: linear-gradient(to bottom, #fcb01d, #f57e92);
}
.site_menu--wrapper.is_fixed {
  position: fixed;
  left: 0;
  top: 116px;
  width: 100%;
  padding: 3px 0;
}
.menu_inner {
  padding: 6px 0;
}
.nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.nav_item {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  margin: 0 auto;
}
.nav_link {
  display: block;
  font-size: calc(25dvw/750*100);
  text-align: center;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0;
}
.nav_link:hover {
 text-decoration: none; 
}
.nav_item:last-child .nav_link {
  border-right: none;
}
.nav_link:link,
.nav_link:visited {
  color: #fff;
}
.nav_link:focus {
  outline: none;
}
.site_menu--wrapper.is_fixed .menu_inner {
}
.site_menu--wrapper.is_fixed .nav_link {
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width: 641px) {
  .site_menu--wrapper {
    width: calc(1888dvw/1920*100);
    height: calc(80dvw/1920*100);
    margin: calc(10dvw/1920*100) auto 0;
    border-radius: calc(20dvw/1920*100);
    padding: 10px 0;
  }
  .site_menu--wrapper.is_fixed.is_compact {
    width: 100%;
    height: 50px; 
    top: 106px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0;
    padding: 0 0;
  }
  .menu_inner {
    width: 100%;
    padding: 0;
  }
  .site_menu--wrapper.is_compact .menu_inner {
    width: 100%;
    height: 50px; 
    border-radius: 0;
  }
  .nav_link {
    font-size: calc(34dvw/1920*100);
    height: calc(80dvw/1920*100);
    display: flex;
    justify-content: center;
    align-items: center;  
    margin: 0 0;
  }
  .nav_item:last-child .nav_link {
    border-right: none;
  }
  .nav_link span {
    font-size: calc(24dvw/1920*100);
    padding: 0 5px;
  }
  .site_menu--wrapper.is_fixed .nav_link {
    font-size: calc(26dvw/1920*100);
    height: 50px !important;
    margin: 0 0;
  }
  .site_menu--wrapper.is_fixed .nav_link span {
    font-size: calc(20dvw/1920*100);
  }
/*
  .site_menu--wrapper.is_compact .nav_link {
    font-size: 20px;
  }
  .site_menu--wrapper.is_compact .nav_link span {
    font-size: 14px;
  }
*/
}
@media screen and (min-width: 1070px) {
  .site_menu--wrapper.is_fixed .nav_link {
    font-size: 24px;
  }
  .site_menu--wrapper.is_fixed .nav_link span {
    font-size: 18px;
  }
}
@media screen and (min-width: 2040px) {
  .site_menu--wrapper.is_fixed.is_compact {
    top: 102px;
  }
}


/* =================================================
  TVCM
================================================= */
.bgWrap01 {
  background-image: url("/-/media/obagi/promotion/myobagirecipe/section_bg01_sp.png") ,  url("/-/media/obagi/promotion/myobagirecipe/section_bg02_sp.jpg");
  background-repeat: no-repeat , no-repeat;
  background-position: 0 calc(420dvw/750*100) , 0 100%;
  background-size: 100% auto, 100% auto;
  padding: 0 0 calc(80dvw/750*100);
}
.tvcm_video {
  width: calc(670dvw/750*100);
  margin: 0 auto;
}
.tvcm_video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 641px) {
  .bgWrap01 {
    background-image: url("/-/media/obagi/promotion/myobagirecipe/section_bg01_pc.png") ,  url("/-/media/obagi/promotion/myobagirecipe/section_bg02_pc.jpg");
    background-position: 0 calc(350dvw/1920*100) , 0 100%;
    background-size: 100% auto , 100% auto;
    padding: 0 0 calc(120dvw/1920*100);
  }
  .tvcm_video {
    width: calc(940dvw/1920*100);
    margin: 0 auto;
  }
}


/* =================================================
  オバジレシピ Pick UP!
================================================= */
.obagi_myobagirecipe #pickup .title_h2 {
  margin-top: calc(210dvw/750*100);
}
@media screen and (min-width: 641px) {
  .obagi_myobagirecipe #pickup .title_h2 {
    margin-top: calc(270dvw/1920*100);
  }
}
@media screen and (min-width: 1920px) {
  .obagi_myobagirecipe #pickup .title_h2 {
    margin-top: calc(250dvw/1920*100);
  }
}


/* --- カルーセル --- */
.carousel-container {
  position: relative;
  width: 94%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  margin: calc(30dvw/750*100) auto;
  padding: 0;
}
.carousel-view {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.carousel-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
}
.card {
  flex: 0 0 100%;
  padding: 0 36px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box !important;
}
.card-content {
  overflow: hidden;
  width: 100%;
}
.card-content img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 641px) {
  .carousel-container {
    width: 98%;
    max-width: 100%;
    margin: calc(70dvw/1920*100) auto 0;
    padding: 0;
  }
  .card {
    flex: 0 0 33.33%;
    padding: 0 15px;
    margin: 0 0;
  }
  .card-content {
    transform: none;
  }
}
@media (min-width: 1000px) {
  .carousel-container {
    width: 94%;
    max-width: calc(1300dvw/1920*100);
    min-width: 1000px;
  }
}

/* ナビゲーションボタン */
.nav-btn {
  width: calc(60dvw/750*100);
  height: calc(60dvw/750*100); 
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  transition: background 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prev-btn {
  left: 0;
}
.next-btn {
  right: 0;
}
.prev-btn::after,
.next-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  width: 15px;
  height: 15px;
  border-top: 2px solid #615849;
  border-right: 2px solid #615849;
}
.next-btn::after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 641px) {
  .nav-btn {
    width: 46px;
    height: 46px;
    z-index: 10;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0;
    transition: background 0.2s;
    position: relative;
  }
  .prev-btn::after,
  .next-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #615849;
    border-right: 1px solid #615849;
  }
  .prev-btn::after {
    top: 50%;
    left: 3px;
    transform: rotate(-135deg) translate(4px, 3px);
  }
  .next-btn::after {
    top: 50%;
    left: auto;
    right: 0;
    transform: rotate(45deg) translate(-6px, -2px);
  }
  .prev-btn span::before,
  .next-btn span::before {
    position: relative;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-32px, -18px);
    width: 34px;
    height: 34px;
    border: 1px solid #615849;
    border-radius: 50%;
  }
  .next-btn span::before {
    transform: translate(-4px, -19px);
  }
}

/* モーダル */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  overflow-y: auto; 
  -webkit-overflow-scrolling: touch;
}
.modal-overlay.is-open {
  display: block;
}
.modal-content {
  background-color: #fff;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-sizing: border-box;
  margin: calc(116dvw/768*100) auto calc(30dvw/750*100);
  padding: calc(40dvw/768*100) 0 60px 0;
}
.modal-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: calc(-84dvw/750*100);
  right: 0;
  background: none;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 500px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #b2b2b2;
  border-radius: 50%;
  padding: 0 0 3px 1px;
}
.modal-close-bottom {
  top: auto;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
.modal-img-wrap {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  margin: calc(-80dvw/768*100) 0 0 calc(-26dvw/750*100);
}
.modal-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.modal-img-wrap.modal-img-style1 img {
  width: 100%;
}
@media (min-width: 641px) {
  .modal-overlay.is-open {
    display: block;
    padding: 40px 0 0;
    overflow-y: auto;
  }
  .modal-content {
    background-color: transparent;
    width: 98%;
    max-width: 900px;
    margin: 60px auto;
    padding: 0;
    position: relative;
    height: auto;
  }
  .modal-close {
    top: -10px;
    right: calc(46dvw/1920*100);
    font-size: 20px;
    font-weight: 100px;
    line-height: 30px;
    cursor: pointer;
    padding: 0;
  }
  .modal-close-bottom {
    top: auto;
    bottom: 30px;
  }
  .modal-img-wrap {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
  }
  .modal-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .modal-img-wrap.modal-img-style1 img {
    width: 100%;
  }
}


/* =================================================
  みんなの“Myオバジレシピ”公開中！
================================================= */
.myrecipe_container {
  background-image: url("/-/media/obagi/promotion/myobagirecipe/myrecipe_bg.png");
  background-size: 18px auto;
  padding: calc(100dvw/768*100) 0 calc(120dvw/750*100);
}
.obagi_myobagirecipe #myrecipe .title_h2 {
  margin: 0 0 calc(74dvw/750*100);
  padding: 0 0 calc(36dvw/750*100);
}
#myrecipe .myrecipe_card {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
}
#myrecipe .myrecipe_card li {
  flex: 0 0 100%;
  padding: 0 36px;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box !important;
}
#myrecipe .myrecipe_card li img {
  filter: drop-shadow(0 0 6px rgba(111, 111, 111, 0.8));
  width: 100%;
  height: auto;
  display: block;
  padding: 10px 0;
}
#myrecipe .myrecipe_card li:hover img {
  opacity: 0.8;
}
#myrecipe .myrecipe_note {
  font-size: calc(24dvw/750*100);
  width: 94%;
  margin: 0 auto;
}

@media (min-width: 641px) {
  .myrecipe_container {
    background-color: #F3A3A4;
    background-size: 34px auto;
    padding: calc(150dvw/1920*100) 0 calc(100dvw/1920*100);
  }
  .obagi_myobagirecipe #myrecipe .title_h2 {
    margin: 0 0 calc(70dvw/1920*100);
    padding: 0 0 calc(40dvw/1920*100);
  }
  #myrecipe .carousel-container {
    width: 100%;
    padding: 0;
  }
  #myrecipe .nav-btn {
    display: none !important;
  }
  #myrecipe .carousel-view {
    overflow: visible;
  }
  #myrecipe .myrecipe_card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 30px; /* 縦の隙間 30px、横の隙間 20px */
    transform: none !important;
    width: 100%;
  }
  #myrecipe .myrecipe_card li {
    flex: none;
    width: 100%;
    padding: 0;
  }
  #myrecipe .myrecipe_note {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
    font-size: calc(16dvw/1920*100);
    text-align: center;
    margin: 30px auto;
  }
}
@media screen and (min-width: 1920px) {
  .myrecipe_container {
    padding: calc(130dvw/1920*100) 0 calc(100dvw/1920*100);
  }
  .obagi_myobagirecipe #myrecipe .title_h2 {
    padding: calc(20dvw/1920*100) 0 calc(40dvw/1920*100);
  }
}



/* モーダルのオーバーレイ */
.myrecipe-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
.myrecipe-overlay.is-open {
  display: flex;
}
.myrecipe-modal-content {
  position: relative;
  background-color: #fff;
  width: 90%;
  max-width: 800px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 20px;
  margin: calc(116dvw/768*100) auto calc(30dvw/750*100);
}
.myrecipe-modal-img-wrap {
  width: 100%;
}
.myrecipe-modal-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.myrecipe-modal-text-content {
  padding: calc(50dvw/768*100) calc(35dvw/768*100) calc(130dvw/750*100);
}
.myrecipe-modal-text-content h3 {
  width: calc(470dvw/750*100);
  margin: 0 auto calc(18dvw/750*100);
}
.myrecipe-modal-text-content p {
  font-size: calc(28dvw/750*100);
  line-height: 2.0;
}
.myrecipe-modal-close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: calc(-84dvw/750*100);
  right: 0;
  background: none;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 500px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #b2b2b2;
  border-radius: 50%;
  padding: 0 0 3px 1px;
}
.myrecipe-modal-close-bottom {
  top: auto;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 641px) {
  .myrecipe-modal-content {
    position: relative;
    background-color: #fff;
    width: 94%;
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 20px;
    margin: 58px auto calc(30dvw/1920*100);
  }
  .myrecipe-modal-img-wrap {
    width: 100%;
  }
  .myrecipe-modal-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }
  .myrecipe-modal-text-content {
    width: 82%;
    margin: 44px auto 80px;
    padding: 0;
  }
  .myrecipe_modal-text {
    padding: calc(32dvw/1920*100) 0 calc(24dvw/1920*100);
    border-radius: calc(20dvw/1920*100);
  }
  .myrecipe_modal-text1 {
    background-color: #e8f5f2;
  }
  .myrecipe_modal-text2 {
    background-color: #f1f6e5;
  }
  .myrecipe_modal-text3 {
    background-color: #f9f2ea;
  }
  .myrecipe_modal-text4 {
    background-color: #f4ecf8;
  }
  .myrecipe_modal-text5 {
    background-color: #edf2fa;
  }
  .myrecipe_modal-text6 {
    background-color: #e6f6e8;
  }
  .myrecipe_modal-text7 {
    background-color: #e8f7f8;
  }
  .myrecipe_modal-text8 {
    background-color: #fbeff5;
  }
  .myrecipe_modal-text9 {
    background-color: #f7f4e6;
  }
  .myrecipe-modal-text-content h3 {
    max-width: 300px;
    margin: 0 auto calc(0dvw/1920*100);
    position: relative;
  }
  .myrecipe-modal-text-content h3::before,
  .myrecipe-modal-text-content h3::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 36%;
    left: calc(-125dvw/1920*100);
    width: calc(105dvw/1920*100);
    height: 1px;
    background-color: #bac4c2;
  }
  .myrecipe-modal-text-content h3::after {
    left: auto;
    right: calc(-125dvw/1920*100);
  }
  .myrecipe-modal-text-content p {
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Montserrat", sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 2.5;
  }
  .myrecipe-modal-close {
    width: 35px;
    height: 35px;
    top: -44px;
    font-size: 20px;
    font-weight: 100px;
    line-height: 30px;
    padding: 0;
  }
  .myrecipe-modal-close-bottom {
    top: auto;
    bottom: 26px;
  }
}


/* =================================================
  Banner
================================================= */
.myrecipe_bnr {
  width: calc(670dvw/750*100);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  margin: calc(40dvw/768*100) auto;
}
@media (min-width: 641px) {
.myrecipe_bnr {
  width: 100%;
  max-width: calc(530dvw/1920*100);
  margin: calc(60dvw/1920*100) auto;
}
}

