.p_amake .memory_grid, .p_amake .displayed_grid {
  display: flex !important;
}
.p_amake .memory_grid, .p_amake .displayed_grid {
  flex-direction: column !important;
}

@media only screen and (min-width: 768px) {
  .p_amake .memory_grid, .p_amake .displayed_grid {
    flex-direction: row !important;
  }
}
.p_amake .memory_grid .item_txt, .p_amake .memory_grid .item_title, .p_amake .displayed_buttons .nav_link {
  font-weight: 500;
}

.p_amake .memory_grid .item_btn, .p_amake .memory_grid .item_title {
  text-align: center !important;
}

@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_btn, .p_amake .memory_grid .item_title {
    text-align: left !important;
  }
}
.p_amake .displayed {
  padding-top: 36px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed {
    padding-top: 70px;
  }
}
.p_amake .displayed_buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_buttons {
    gap: 17px;
    padding-bottom: 0;
  }
}
.p_amake .displayed_buttons .nav_link {
  align-items: center;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border-radius: 999px;
  color: #c1c1c1;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  line-height: 1.4666666667;
  padding: 7px 10px;
  position: relative;
  width: calc(50% - 5px);
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_buttons .nav_link {
    font-size: 1.6rem;
    min-width: 237px;
    padding: 7px 10px;
    transition: 300ms ease-out;
    width: 237px;
  }
  .p_amake .displayed_buttons .nav_link:hover {
    background-color: #c1c1c1;
    color: #fff;
  }
  .p_amake .displayed_buttons .nav_link:hover::after {
    background-image: url('./../images/common/icons/icon_arrow_down_w.svg');
  }
}
.p_amake .displayed_buttons .nav_link.is_active {
  background-color: #c1c1c1;
  color: #fff;
}
.p_amake .displayed_buttons .nav_link.is_active::after {
  background-image: url('./../images/common/icons/icon_arrow_down_w.svg');
}
.p_amake .displayed_buttons .nav_link::after {
  background-image: url('./../images/common/icons/icon_arrow_down.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  height: 6px;
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%;
  width: 11px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_buttons .nav_link::after {
    height: 6px;
    right: 25px;
    top: 52%;
    width: 11px;
  }
}
.p_amake .displayed_grid {
  gap: 11px;
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid {
    align-items: center;
    gap: 0;
    justify-content: space-between;
    margin-top: 55px;
  }
}
.p_amake .displayed_grid .item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item:nth-child(1) {
    margin-left: -27px;
    padding-bottom: clamp(0rem, 20.8333333333vw + -16rem, 9rem);
    width: 250px;
  }
}
.p_amake .displayed_grid .item:nth-child(2) {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item:nth-child(2) {
    margin: 0;
    max-width: calc(100% - 250px);
    padding-left: 10px;
    width: 738px;
  }
}
.p_amake .displayed_grid .item_overhidden {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item_overhidden {
    padding-left: 4px;
  }
}
.p_amake .displayed_grid .item_group {
  position: relative;
}
.p_amake .displayed_grid .item_slider {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
  padding-bottom: 20px;
  width: 218px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item_slider {
    width: 244px;
  }
}
.p_amake .displayed_grid .item_slider .slick-list {
  overflow: visible;
}
.p_amake .displayed_grid .item_slider .l_item_box {
  border-color: #e3e2e2;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, .11);
  margin-left: 6px;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item_slider .l_item_box {
    margin-left: 0;
    margin-right: 20px;
  }
}
.p_amake .displayed_grid .item_arrows {
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: calc(50% - 32px);
  translate: -50% 0;
  width: 250px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item_arrows {
    left: -16px;
    top: calc(50% - 27px);
    translate: 0 0;
    width: calc(100% + 16px);
  }
}
.p_amake .displayed_grid .item_dots {
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
  padding-top: 8px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item_dots {
    padding-bottom: 30px;
    padding-right: 20px;
    padding-top: 16px;
  }
}
.p_amake .displayed_grid .item .slick-dots {
  background-color: #e9e9e9;
  border-radius: 99px;
  display: flex;
}
.p_amake .displayed_grid .item .slick-dots button {
  display: none;
}
.p_amake .displayed_grid .item .slick-dots li {
  border-radius: 99px;
  cursor: pointer;
  height: 3px;
  width: 38px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item .slick-dots li {
    transition: 300ms ease-out;
    width: 38px;
  }
  .p_amake .displayed_grid .item .slick-dots li:hover {
    background-color: #d6d4d5;
  }
}
.p_amake .displayed_grid .item .slick-dots li.slick-active {
  background-color: #d6d4d5;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item .title .jp {
    margin-top: 7px;
  }
}
.p_amake .displayed_grid .item_icon {
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
@media only screen and (min-width: 768px) {
  .p_amake .displayed_grid .item_icon {
    width: 128px;
  }
}
.p_amake .memory {
  background-color: #11568F;
  margin-top: 24px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory {
    background-color: unset;
    margin-top: 25px;
  }
}
.p_amake .memory_cover {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  /* max-width: 1010px; */
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_cover {
    inset: 0;
  }
}
.p_amake .memory_cover img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_cover img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
}
/* .p_amake .memory_cover::after {
    background-image: linear-gradient(180deg, transparent 0%, #d6ebef 100%);
    bottom: 0;
    content: '';
    height: 30%;
    left: 0;
    position: absolute;
    width: 100%;
  } 
  @media only screen and (min-width: 768px) {
    .p_amake .memory_cover::after {
      display: none;
    }
  }
*/
.p_amake .memory_grid {
  /* flex-wrap: wrap; */
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid {
    justify-content: space-between;
    padding-right: 8px;
  }
}
.p_amake .memory_grid .item {
  position: relative;
  z-index: 0;
}
.p_amake .memory_grid .item:nth-child(1) {
  padding-top: 58%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item:nth-child(1) {
    gap: 0;
    margin: 0;
    max-width: 50%;
    padding: 60px 0 0;
  }
}
.p_amake .memory_grid .item:nth-child(2) {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item:nth-child(2) {
    /* max-width: 32%; */
    padding-bottom: 36px;
    padding-top: 73px;
    width: 365px;
  }
}
.p_amake .memory_grid .item_sunca {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 40px);
  width: 165px;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_sunca {
    margin-left: 0;
    width: 215px;
  }
}
.p_amake .memory_grid .item_title {
  color: #fff;
  font-family: 'Noto Serif', serif;
  font-size: 2.2rem;
  line-height: 1.8;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_title {
    font-size: 2.8rem;
    margin-top: 25px;
    white-space: nowrap;
  }
}
/* .p_amake .memory_grid .item_title span {
  color: #0080FF;
} */
.p_amake .memory_grid .item_txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_txt {
    margin-bottom: 45px;
    margin-top: 15px;
    text-align: left;
    line-height: calc(28/15);
  }
}
.p_amake .memory_grid .item_thumb {
  filter: drop-shadow(10px 10px 20px rgba(44, 61, 134, .16));
  width: 101px;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_thumb {
    width: 244px;
  }
}
.p_amake .memory_grid .item_shape {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.p_amake .memory_grid .item_shape img {
  opacity: .35;
  position: absolute;
  translate: -50% -50%;
  width: 94px;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_shape img {
    max-width: 30%;
    width: 140px;
  }
}
.p_amake .memory_grid .item_shape img:nth-child(1) {
  left: 22%;
  top: 55%;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_shape img:nth-child(1) {
    left: 19%;
    top: 36%;
  }
}
.p_amake .memory_grid .item_shape img:nth-child(2) {
  left: 86.5%;
  top: 52.5%;
}
@media only screen and (min-width: 768px) {
  .p_amake .memory_grid .item_shape img:nth-child(2) {
    left: 84.5%;
    top: 69%;
  }
}
.p_amake .memory .item_btn {
  text-align: center!important;
}
.p_amake .memory .item_btn .btn_info {
  background-color: #000;
  color: #fff;
}
.p_amake .new_collection {
  background-color: #d8d8d8;
  margin-top: 69px;
  padding-bottom: 23px;
  padding-top: 26px;
}
@media only screen and (min-width: 768px) {
  .p_amake .new_collection {
    margin-top: 0;
    padding-bottom: 63px;
    padding-top: 59px;
  }
}
.p_amake .new_collection .container {
  padding: 0;
}
.p_amake .new_collection_slider {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 20px);
  width: 218px;
}
@media only screen and (min-width: 768px) {
  .p_amake .new_collection_slider {
    max-width: calc(100% - 100px);
    width: 244px;
  }
}
.p_amake .new_collection_slider .slick-list {
  overflow: visible;
}
.p_amake .new_collection_slider .l_item_box {
  border: 0;
  margin-left: 6px;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  .p_amake .new_collection_slider .l_item_box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p_amake .new_collection_slider_group {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_amake .new_collection_slider_group {
    margin-top: 25px;
  }
}
.p_amake .new_collection_slider_overflow {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
.p_amake .new_collection_arrows {
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: calc(50% - 16px);
  translate: -50% 0;
  width: 244px;
}
@media only screen and (min-width: 768px) {
  .p_amake .new_collection_arrows {
    left: -16px;
    top: calc(50% - 32px - 10px);
    translate: 0 0;
    width: calc(100% + 32px);
  }
}
.p_amake .new_collection_dots {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_amake .new_collection_dots {
    padding-bottom: 16px;
    padding-right: 20px;
    padding-top: 16px;
  }
}
.p_amake .new_collection_dots .slick-dots {
  background-color: #fff;
  border-radius: 99px;
  display: flex;
}
.p_amake .new_collection_dots .slick-dots button {
  display: none;
}
.p_amake .new_collection_dots .slick-dots li {
  border-radius: 99px;
  cursor: pointer;
  height: 3px;
  transition: 300ms ease-out;
  width: 37px;
}
@media only screen and (min-width: 768px) {
  .p_amake .new_collection_dots .slick-dots li {
    width: 60px;
  }
}
.p_amake .new_collection_dots .slick-dots li.slick-active {
  background-color: #a59c8e;
}
.p_amake .recommend {
  background-color: #f5f5f5;
  padding-bottom: 28px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  .p_amake .recommend {
    padding-bottom: 45px;
    padding-top: 56px;
  }
}
.p_amake .recommend_slider {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 20px);
  width: 218px;
}
@media only screen and (min-width: 768px) {
  .p_amake .recommend_slider {
    max-width: calc(100% - 100px);
    width: 244px;
  }
}
.p_amake .recommend_slider .slick-list {
  overflow: visible;
}
.p_amake .recommend_slider .l_item_box {
  border: 0;
  margin-left: 6px;
  margin-right: 6px;
}
@media only screen and (min-width: 768px) {
  .p_amake .recommend_slider .l_item_box {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.p_amake .recommend_slider_group {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_amake .recommend_slider_group {
    margin-top: 25px;
  }
}
.p_amake .recommend_slider_overflow {
  overflow: hidden;
  padding: 20px 0;
  width: 100%;
}
.p_amake .recommend_slider_arrows {
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 50%;
  position: absolute;
  top: calc(50% - 16px);
  translate: -50% 0;
  width: 244px;
}
@media only screen and (min-width: 768px) {
  .p_amake .recommend_slider_arrows {
    left: -16px;
    top: calc(50% - 32px - 10px);
    translate: 0 0;
    width: calc(100% + 32px);
  }
}
.p_amake .recommend_slider_dots {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .p_amake .recommend_slider_dots {
    padding-bottom: 16px;
    padding-right: 20px;
    padding-top: 16px;
  }
}
.p_amake .recommend_slider_dots .slick-dots {
  background-color: #fff;
  border-radius: 99px;
  display: flex;
}
.p_amake .recommend_slider_dots .slick-dots button {
  display: none;
}
.p_amake .recommend_slider_dots .slick-dots li {
  border-radius: 99px;
  cursor: pointer;
  height: 3px;
  transition: 300ms ease-out;
  width: 37px;
}
@media only screen and (min-width: 768px) {
  .p_amake .recommend_slider_dots .slick-dots li {
    width: 60px;
  }
  .p_amake .recommend_slider_dots .slick-dots li:hover {
    background-color: #d8d8d8;
  }
}
.p_amake .recommend_slider_dots .slick-dots li.slick-active {
  background-color: #d8d8d8;
}




/* ------------------------------------------
    下層ページ
  ------------------------------------------ */
.p_amake_sub {
  font-family: 'Noto Serif', serif;
  font-weight: 300;
}
.p_amake_sub .c_search_box input[type=text], .p_amake_sub .l_breadcrumb_list {
  font-family: 'Noto Sans JP', sans-serif;
}
.p_amake_sub .about {
  margin-bottom: 135px;
  margin-top: 80px;
}
.p_amake_sub .about .logo {
  margin: auto;
  margin-bottom: 33px;
  max-width: 278px;
  text-align: center;
}
.p_amake_sub .about .ttl {
  font-size: 1.9rem;
  margin-bottom: 20px;
  text-align: center;
}
.p_amake_sub .about .txt {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 97px;
  text-align: center;
}
.p_amake_sub .about .bg_area {
  background: url('./../images/sunca/sub/about_bg.png') no-repeat;
  background-size: 100% 410px;
  margin-bottom: 190px;
}
.p_amake_sub .about .bg_area .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding: 0 25px 0 20px;
  position: relative;
}
.p_amake_sub .about .bg_area .flex h3 {
  font-size: 4.6rem;
  line-height: 1.8;
  position: relative;
  top: 110px;
}
.p_amake_sub .about .bg_area .txt_area {
  position: relative;
  top: 80px;
}
.p_amake_sub .about .bg_area .flex p {
  font-size: 1.5rem;
  line-height: 1.9;
  margin-bottom: 30px;
}
.p_amake_sub .about .bg_area .flex p:last-child {
  margin-bottom: 0;
}
.p_amake_sub .about .about_link {
  background-image: url(../images/sunca/sub/about_link_arrow.png);
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 16px 9px;
  border: 1px solid #000;
  border-radius: 24px;
  display: block;
  line-height: 48px;
  margin: -30px auto 0;
  padding: 0 25px;
  width: 311px;
}

@media only screen and (max-width: 767px) {
  .p_amake_sub .about {
    margin-bottom: 25px;
    margin-top: 88px;
  }
  .p_amake_sub .about .logo {
    margin: auto;
    margin-bottom: 25px;
    max-width: 178px;
  }
  .p_amake_sub .about .txt {
    margin-bottom: 58px;
  }
  .p_amake_sub .about .bg_area .flex {
    padding: 32px 0 0 0;
  }
  .p_amake_sub .about .bg_area .flex h3 {
    font-size: 3.3rem;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 15px;
    position: static;
  }
  .p_amake_sub .about .bg_area .txt_area {
    position: static;
    top: unset;
  }
  .p_amake_sub .about .bg_area {
    background: url(../images/sunca/sub/about_bg_sp.png) no-repeat;
    background-size: cover;
    margin-bottom: 0;
    padding-bottom: 45px;
  }
  .p_amake_sub .about .about_link {
    font-size: 1.6rem;
    margin: 26px auto 0;
  }
}

/* こんなお悩みありませんか？ */
.p_amake_sub .worries {
  aspect-ratio: 1366/946;
  background-image: url(../images/sunca/sub/worries_bg.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 130px auto 0;
}

.p_amake_sub .worries_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p_amake_sub .worries {
    aspect-ratio: unset;
    background-image: url(../images/sunca/sub/worries_bg_sp.png);
    margin-top: 26px;
  }
}

/* 香りのサイエンス */
.p_amake_sub .scent {
  background-image: url(../images/sunca/sub/sent_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 64px;
  padding-top: 60px;
}
.p_amake_sub .scent .title_area {
  margin-bottom: 27px;
  text-align: center;
}
.p_amake_sub .scent .title_area .title {
  font-size: 4rem;
  margin-bottom: 14px;
}
.p_amake_sub .scent .title_area .text {
  font-size: 2.8rem;
}

.p_amake_sub .scent .sub_txt {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}
.p_amake_sub .scent .txt_box {
  margin: auto;
  margin-bottom: 75px;
  max-width: 755px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  position: relative;
}
.p_amake_sub .scent .txt_box::before {
  background: url('../images/sunca/sub/parentheses_left.png') no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 120px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 14px;
}
.p_amake_sub .scent .txt_box::after {
  background: url('../images/sunca/sub/parentheses_right.png') no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  height: 120px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 14px;
}
.p_amake_sub .scent .txt_box .ttl {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
.p_amake_sub .scent .txt_box .txt {
  font-size: 1.5rem;
  line-height: 1.7;
}
.p_amake_sub .scent .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p_amake_sub .scent .contents_box h3 {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 27px;
  text-align: center;
  width: 100%;
}
.p_amake_sub .scent .contents_box .flex_box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p_amake_sub .scent .contents_box .flex_box .img {
  margin-right: 70px;
  width: 196px;
}
.p_amake_sub .scent .contents_box .flex_box .img img {
  max-height: 100%;
  max-width: 100%;
}
.p_amake_sub .scent .contents_box .flex_box .name_area {
  width: 530px;
}
.p_amake_sub .scent .contents_box .flex_box .name_area ol li {
  border-bottom: 1px dotted #000;
  position: relative;
}
.p_amake_sub .scent .contents_box .flex_box .name_area ol li:nth-child(1) {
  margin-bottom: 25px;
  padding-bottom: 46px;
}
.p_amake_sub .scent .contents_box .flex_box .name_area ol li:nth-child(2) {
  margin-bottom: 25px;
  padding-bottom: 23px;
}
.p_amake_sub .scent .contents_box .flex_box .name_area ol li:nth-child(3) {
  border-bottom: none;
}
.p_amake_sub .scent .contents_box .flex_box .name_area ol li .name {
  font-size: 2.2rem;
  margin-bottom: 7px;
}
.p_amake_sub .scent .contents_box .flex_box .name_area ol li .name span {
  font-size: 1.5rem;
}
.p_amake_sub .scent .contents_box .flex_box .name_area ol li .txt {
  font-size: 1.5rem;
  line-height: 1.7;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .p_amake_sub .scent {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 35px;
  }
  .p_amake_sub .scent .title_area {
    margin-bottom: 15px;
  }
  .p_amake_sub .scent .title_area .title {
    font-size: 3rem;
  }
  .p_amake_sub .scent .title_area .text {
    font-size: 1.9rem;
  }
  .p_amake_sub .scent .sub_txt {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .p_amake_sub .scent .txt_box {
    margin-bottom: 50px;
    margin-top: 15px;
    padding: 10px 35px;
  }
  .p_amake_sub .scent .txt_box::before {
    background: url(../images/sunca/sub/parentheses_left_sp.png) no-repeat;
    background-size: cover;
    height: 167px;
    width: 20px;
  }
  .p_amake_sub .scent .txt_box::after {
    background: url(../images/sunca/sub/parentheses_right_sp.png) no-repeat;
    background-size: cover;
    height: 167px;
    width: 20px;
  }
  .p_amake_sub .scent .txt_box .ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .p_amake_sub .scent .txt_box .txt {
    font-size: 1.4rem;
  }
  .p_amake_sub .scent .contents_box .flex_box {
    flex-wrap: nowrap;
    padding: 0 10px;
  }
  .p_amake_sub .scent .contents_box > div {
    border: none;
    width: 100%;
  }
  .p_amake_sub .scent .contents_box .flex_box .img.img {
    flex-shrink: 0;
    margin-right: 10px;
    width: 130px;
  }
  .p_amake_sub .scent .contents_box .flex_box .name_area {
    flex-shrink: 0;
    width: calc(100% - 140px);
  }
  .p_amake_sub .scent .contents_box .flex_box .name_area ol li:nth-child(1) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .p_amake_sub .scent .contents_box .flex_box .name_area ol li:nth-child(2) {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }

  .p_amake_sub .scent .contents_box .flex_box .name_area ol li .name {
    font-size: 1.9rem;
    margin-bottom: 4px;
  }
  .p_amake_sub .scent .contents_box .flex_box .name_area ol li .name span {
    font-size: 1.2rem;
  }
  .p_amake_sub .scent .contents_box .flex_box .name_area ol li .txt {
    font-size: 1rem;
    margin: 0;
  }
  .p_amake_sub .scent .contents_box .left_box .flex_box .name_area ol li {
    border-bottom: 1px dotted #000;
    margin-bottom: 3vmin;
    padding-bottom: 3vmin;
    position: relative;
  }
  .p_amake_sub .scent .contents_box h3 {
    font-size: 1.9rem;
    line-height: 1.8;
    margin-bottom: 24px;
  }
}


/* 時間のサイエンス */
.p_amake_sub .time {
  background: url('../images/sunca/sub/time_bg.jpg') no-repeat;
  background-size: cover;
  margin: 0;
  padding-top: 105px;
}
.p_amake_sub .time .title {
  font-size: 4rem;
  margin-bottom: 40px;
  text-align: center;
}
.p_amake_sub .time .img {
  margin: auto;
  max-width: 1290px;
  text-align: center;
}
.p_amake_sub .time .img img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .p_amake_sub .time {
    background: url('../images/sunca/sub/time_bg_sp.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 61px;
    padding-top: 43px;
  }
  .p_amake_sub .time .title {
    font-size: 3rem;
    margin-bottom: 28px;
  }
}

/* 入浴時間で選べる入浴剤を。 */
.p_amake_sub .bathtime {
  padding: 86px;
  padding-bottom: 65px;
}
.p_amake_sub .bathtime .title {
  font-size: 4rem;
  margin-bottom: 55px;
  text-align: center;
}
.p_amake_sub .bathtime .contents_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p_amake_sub .bathtime .contents_box .img {
  margin: auto;
  margin-bottom: 13px;
  max-width: 187px;
}
.p_amake_sub .bathtime .contents_box .txt {
  font-size: 1.5rem;
  text-align: center;
}
.p_amake_sub .bathtime .contents_box .left_box .txt {
  margin-left: -25%;
}
.p_amake_sub .bathtime .contents_box .right_box .txt {
  margin-right: -25%;
}
.p_amake_sub .bathtime .contents_box h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
  text-align: center;
}
.p_amake_sub .bathtime .contents_box .left_box h3 {
  margin-left: -25%;
}
.p_amake_sub .bathtime .contents_box .right_box h3 {
  margin-right: -25%;
}

.p_amake_sub .bathtime .contents_box h3 span {
  display: block;
  font-size: 1.8rem;
  margin: auto;
}
.p_amake_sub .bathtime .contents_box .left_box_contents {
  display: flex;
}
.p_amake_sub .bathtime .contents_box .left_box .left_box_contents {
  justify-content: flex-end;
  padding-right: 10%;
}
.p_amake_sub .bathtime .contents_box .right_box .left_box_contents {
  padding-left: 10%;
}
.p_amake_sub .bathtime .contents_box .right_box .left_box_contents {
  margin-left: auto;
}
.p_amake_sub .bathtime .contents_box .left_box_contents_item .img img {
  max-width: 100%;
}
.p_amake_sub .bathtime .contents_box > div {
  max-width: 500px;
  position: relative;
  width: 50%;
}
.p_amake_sub .bathtime .contents_box .left_box {
  border-right: 1px solid #1e1e1e;
}
.p_amake_sub .bathtime .contents_box .sub_ttl {
  font-size: 2.2rem;
  margin-bottom: 40px;
  text-align: center;
}
.p_amake_sub .bathtime .sub_txt {
  font-size: 1rem;
  line-height: 1.8;
  margin: auto;
  margin-top: 60px;
  max-width: 1200px;
}
.p_amake_sub .bathtime .contents_box .left_box .txt02 {
  bottom: 0;
  font-size: 2rem;
  letter-spacing: .4em;
  margin-left: 10%;
  writing-mode: vertical-rl;
}
.p_amake_sub .bathtime .contents_box .right_box .txt02 {
  font-size: 2rem;
  letter-spacing: .4em;
  margin-right: 10%;
  writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
  .p_amake_sub .bathtime {
    margin-top: -20px;
    padding: 0 0 47px;
  }
  .p_amake_sub .bathtime .title {
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .p_amake_sub .bathtime .contents_box .left_box {
    border-right: none;
    margin-bottom: 37px;
    margin-right: 0;
  }
  .p_amake_sub .bathtime .contents_box > div {
    position: relative;
    width: 100%;
  }
  .p_amake_sub .bathtime .contents_box .sub_ttl {
    font-size: 1.9rem;
    margin-bottom: 16px;
  }
  .p_amake_sub .bathtime .contents_box .left_box .txt02 {
    border-bottom: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding: 5px 0;
    position: static;
    text-align: center;
    writing-mode: horizontal-tb;
  }
  .p_amake_sub .bathtime .contents_box .right_box .txt02 {
    border-bottom: 1px solid #9a9a9a;
    border-top: 1px solid #9a9a9a;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 5px 0;
    position: static;
    text-align: center;
    writing-mode: horizontal-tb;
  }
  .p_amake_sub .bathtime .contents_box h3 {
    font-size: 1.9rem;
    margin-bottom: 17px;
  }
  .p_amake_sub .bathtime .contents_box .left_box h3 {
    margin-left: 0;
  }
  .p_amake_sub .bathtime .contents_box .right_box h3 {
    margin-right: 0;
  }
  .p_amake_sub .bathtime .contents_box h3 span {
    font-size: 1.5rem;
  }
  .p_amake_sub .bathtime .contents_box .left_box .left_box_contents {
    justify-content: center;
    padding-right: 0;
  }
  .p_amake_sub .bathtime .contents_box .right_box .left_box_contents {
    padding-left: 0;
  }
  .p_amake_sub .bathtime .contents_box .left_box .left_box_contents_item, .p_amake_sub .bathtime .contents_box .right_box .left_box_contents_item {
    width: 50%;
  }

  .p_amake_sub .bathtime .contents_box .img {
    margin-bottom: 5px;
    width: 73.7%;
  }
  .p_amake_sub .bathtime .contents_box .left_box .txt {
    font-size: 1.5rem;
    margin-left: 0;
  }
  .p_amake_sub .bathtime .contents_box .right_box .txt {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .p_amake_sub .bathtime .sub_txt {
    font-size: 1rem;
    margin: auto;
    margin-top: 26px;
  }
}


/* 肌と身体を労わる1・2・3 */
.p_amake_sub .care {
  background: #fdf6e9;
  padding-bottom: 30px;
  padding-top: 83px;
}
.p_amake_sub .care .container_1200 {
  margin: 0 auto;
}
.p_amake_sub .care .title {
  font-size: 4rem;
  text-align: center;
}
.p_amake_sub .care .title .sub {
  display: block;
  font-size: 1.9rem;
  margin-top: 15px;
}
.p_amake_sub .care .img img {
  max-width: 100%;
}


@media only screen and (max-width: 767px) {
  .p_amake_sub .care {
    padding-bottom: 35px;
    padding-top: 50px;
  }
  .p_amake_sub .care .container_1200 {
    padding: 0;
  }
  .p_amake_sub .care .title {
    font-size: 3rem;
    margin-bottom: 23px;
    text-align: center;
  }
  .p_amake_sub .care .title .sub {
    display: block;
    font-size: 1.59rem;
    margin-top: 8px;
  }
}

/* HOW TO USE  */
.p_amake_sub .how_to {
  padding-bottom: 86px;
  padding-top: 80px;
}

.p_amake_sub .how_to .title {
  font-size: 4rem;
  margin-bottom: 94px;
  text-align: center;
}

.p_amake_sub .how_to .flex_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.p_amake_sub .how_to .flex_box > div {
  /* margin-right: 20px; */
  position: relative;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item01 {
  padding-right: 1.9%;
  width: 30.8%;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item02 {
  border-left: 1px solid #9a9a9a;
  padding: 0 3.5%;
  width: 36.5%;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item03 {
  border-left: 1px solid #9a9a9a;
  padding-left: 3.4%;
  width: 32.7%;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item01 .img {
  margin-bottom: -15px;
  margin-top: -25px;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item02 .img {
  margin-bottom: -10px;
  margin-top: -30px;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item03 .img {
  margin-bottom: -35px;
  margin-top: -10px;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item01 .img img {
  max-width: 74px;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item02 .img img {
  max-width: 52px;
}
.p_amake_sub .how_to .flex_box .how_to_slider_item03 .img img {
  max-width: 118px;
}
.p_amake_sub .how_to .flex_box .number {
  margin-left: -15px;
  max-width: 65px;
}
.p_amake_sub .how_to .flex_box .number img {
  max-width: 100%;
}
.p_amake_sub .how_to .flex_box .img {
  margin-bottom: 16px;
  min-height: 130px;
  text-align: center;
}
.p_amake_sub .how_to .flex_box .img img {
  margin: 0 auto;
}
.p_amake_sub .how_to .flex_box .ttl {
  font-size: 1.9rem;
  margin-bottom: 23px;
  text-align: center;
}
.p_amake_sub .how_to .flex_box .ttl mark {
  background: linear-gradient(transparent 35%, #ff0 65%, transparent 35%);
  font-style: normal;
  font-weight: 300;
}
.p_amake_sub .how_to .flex_box .txt {
  font-size: 1.5rem;
  line-height: 1.8;
}
.p_amake_sub .how_to .sub_txt {
  font-size: 12px;
  margin-top: 50px;
  max-width: 900px;
}

@media only screen and (max-width: 767px) {
  .p_amake_sub .how_to {
    padding: 65px 0;
  }
  .p_amake_sub .how_to .title {
    font-size: 3rem;
    margin-bottom: 38px;
  }
  .p_amake_sub .how_to .flex_box {
    border-bottom: 1px solid #9a9a9a;
    display: block;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item {
    width: 100%;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item01 {
    padding: 0 20px 26px;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item02 {
    border-left: none;
    padding: 0 20px 26px;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item03 {
    border-left: none;
    padding: 0 20px 26px;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item01 .img {
    margin-bottom: 20px;
    margin-top: -25px;
    min-height: unset;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item02 .img {
    margin-bottom: 16px;
    margin-top: -32px;
    min-height: unset;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item03 .img {
    margin-bottom: 28px;
    margin-top: -8px;
    min-height: unset;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item01 .img img {
    max-width: 85px;
  }
  .p_amake_sub .how_to .flex_box .how_to_slider_item02 .img img {
    max-width: 47px;
  }
  .p_amake_sub .how_to .sub_txt {
    font-size: 1rem;
    margin-top: 13px;
  }
  .how_to_slider .slick-prev {
    display: none!important;
  }
  .how_to_slider .slick-next {
    background-image: url(../images/sunca/sub/how_to_arrow_next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    font-size: 0;
    height: 26px;
    position: absolute;
    right: -13px;
    top: 34%;
    width: 26px;
  }
}

/* Products */
.p_amake_sub .products {
  background-color: #e2f1f4;
  padding: 90px 0 67px;
}

.p_amake_sub .products .title .en {
  font-family: 'Noto Serif', serif!important;
  font-size: 4rem;
  font-weight: 300;
  text-transform: none;
}

.p_amake_sub .products .title .ja {
  display: block;
  font-size: 1.9rem;
  font-weight: 300;
  margin-top: 10px;
}

.p_amake_sub .products .recommend_slider_group {
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 768px) {
  .p_amake_sub .products .recommend_slider_group {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=sunca.css.map */
