@charset "euc-jp";
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff;
  color: #585858;
  font-family: 'Noto Sans JP', sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: #282828;
  text-decoration: none;
}
a:hover {
  color: #777777;
  text-decoration: none;
}
p {
  margin: 0;
}
ul,li {
  list-style: none;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.title_area .en {
  background: linear-gradient(90deg, #ccc, #e5e5e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* „”„€„É„Ê„Ó */
#side_category_navi .title_area .en,
#side_option_navi .title_area .en {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 1.1;
}
#side_category_navi .category_list,
#side_option_navi .option_list {
  border-top: 1px solid #e5e5e5;
}
#side_category_navi .category_list > li,
#side_option_navi .option_list > li {
  border-bottom: 1px solid #e5e5e5;
}
/* „Ő„Ă„żĄŒ */
footer #footer_contact_area ul li a {
  width: 100%;
  color: #FFFFFF;
}
footer #footer_contact_area ul li a#footer_contact_tel {
  background-image: linear-gradient( to right, rgb(199, 226, 120) 0%, rgb(158, 206, 73) 100%);
}
footer #footer_contact_area ul li a#footer_contact_mail {
  background-image: linear-gradient( to right, rgb(125,210,221) 0%, rgb(76, 176, 197) 100%);
}
footer #footer_logo_area #footer_to_top {
  font-family: 'Montserrat', sans-serif;
  transform: rotate(90deg);
}
footer #footer_navi_area #copyright {
  font-family: 'Montserrat', sans-serif;
  color: #999999;
}


/* ąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁ PC ąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁ */
@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
    font-size: 16px;
  }
  a {
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: all 0.5s ease;
  }
  a:hover {
    opacity:0.7;
    filter: alpha(opacity=70);
  }
  .sp {
    display: none;
  }
  /* „Ű„Ă„ÀĄŒ */
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 23px 0 25px;
    width: 1200px;
  }
  header #header_logo {
    width: 175px;
  }
  header #header_gnavi {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 30px;
    letter-spacing: 0.02em;
  }
  header #header_gnavi #header_cart_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    background: linear-gradient( to right, rgb(250, 221, 96) 0%, rgb(246, 191, 73) 100%);
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.2;
  }
  header #header_gnavi #header_cart_btn .icon {
    margin-right: 10px;
  }
  .arrow_btn {
    border-radius: 50%;
    background: linear-gradient( to right, rgb(252, 204, 96) 0%, rgb(250, 169, 63) 100%); 
  }
  /* „ł„ó„Æ„ó„Ä */
  #pan_list, 
  #container_wrapper.product_srh #container,
  #container_wrapper.product_list #container,
  #container_wrapper.product_srh #container .contents,
  #product_detail_page #product_detail, 
  #product_detail_page #product_explain, 
  #product_detail_page #product_recommend_item , 
  #product_detail_page #product_option_item .product_option_item_contents {
    margin-left: auto;
    margin-right: auto;
    width: 1040px;
    box-sizing: border-box;
  }
  #container_wrapper {
    padding-bottom: 150px;
  }
  #container_wrapper.top {
    width: 100%;
    padding-bottom: 0;
  }
  #container_wrapper.product {
    width: 100%;
    padding-bottom: 0;
  }
  #container_wrapper.free2 {
    width: 100%;
    padding-bottom: 0;
  }
  #container_wrapper #contents_wrapper {
    box-sizing: border-box;
  }
  #container_wrapper.product_list #container,
  #container_wrapper.product_srh #container {
    display: flex;
    justify-content: space-between;
  }
  #page_mv_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/common/pc_mv.png") no-repeat;
    background-size: cover;
    height: 220px;
  }
  #page_mv_area p.en,
  #page_mv_area p.ja {
    margin: 0 auto;
    width: 1020px;
    color: #FFFFFF;
    line-height: 1;
  }
  #page_mv_area p.en {
    margin-bottom: 10px;
    font-size: 65px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-shadow: 0px 1px 10px rgba(51, 51, 51, 0.4);
  }
  #page_mv_area p.ja {
    font-size: 24px;
    font-weight: 400;
    text-shadow: 0px 1px 10px rgba(51, 51, 51, 0.4);
  }
  /* „Ń„ó€Ż€ș */
  #pan_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 10px;
    height: 20px;
    position: relative;
    z-index: 1;
  }
  #pan_list li {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
  }
  #pan_list li:nth-of-type(1) {
    padding-left: 0;
  }
  #pan_list li::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 6px;
    width: 4px;
    height: 4px;
    border-left: 1px solid #fbbd5c;
    border-top: 1px solid #fbbd5c;
    transform: rotate(135deg);
  }
  #pan_list li:nth-of-type(1)::before {
    display: none;
  }
  /* „”„€„É„Ê„Ó */
  #side_navi {
    padding: 30px 10px 0 0;
    width: 190px;
    box-sizing: border-box;
  }
  #side_category_navi {
    font-size: 14px;
  }
  #side_category_navi .title_area .en,
  #side_option_navi .title_area .en {
    font-size: 26px;
    line-height: 1.1;
  }
  #side_category_navi h2,
  #side_option_navi h2 {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 600;
  }
  #side_category_navi .category_list,
  #side_option_navi .option_list {
    margin-top: 16px;
  }
  #side_category_navi .category_list > li > a,
  #side_option_navi .option_list > li > a {
    display: block;
    padding: 20px 0 19px 5px;
    font-size: 14px;
  }
  #side_category_navi .category_list > li.parent {
    padding-bottom: 21px;
  }
  #side_category_navi .category_list > li.parent > a {
    padding-top: 27px;
    padding-bottom: 15px;
  }
  #side_category_navi .sub_category_list > li > a {
    position: relative;
    display: block;
    padding: 2px 0 3px 20px;
  }
  #side_category_navi .sub_category_list > li > a::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 1px;
    background: #282828;
    top: 50%;
    left: 14px;
  }
  #side_option_navi {
    margin-top: 98px;
  }
  /* žĄșś·ëČÌĄąŸŠÉÊ°ìÍś */
  #container_wrapper.product_list #contents_wrapper,
  #container_wrapper.product_srh #contents_wrapper {
    padding-right: 10px;
    width: 750px;
  }
  #product_list_page h1.category_title {
    position: relative;
    padding-left: 25px;
    font-size: 54px;
    font-weight: 300;
    color: #282828;
  }
  #product_list_page h1.category_title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fbb64a;
    transform: translateY(-50%);
  }
  #product_list_page #product_result_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
    gap: 45px 25px;
  }
  #product_list_page #product_result_list > li {
    width: 230px;
  }
  #product_list_page #product_result_list > li a {
    color: inherit;
  }
  #product_list_page #product_result_list > li .image {
    border: 1px solid #f4f4f4;
  }
  #product_list_page #product_result_list > li .item_name {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
  }
  #product_list_page #product_result_list > li .price {
    margin-top: 3px;
    font-size: 18px;
    text-align: right;
    font-weight: 500;
    color: #282828;
  }
  #product_list_page #product_result_list > li .price .yen {
    font-size: 15px;
  }
  #product_list_page #product_result_list > li .price .tax {
    color: #585858;
    font-size: 12px;
    font-weight: normal;
    margin-left: 0.3em;
  }
  /* „Ő„Ă„żĄŒ */
  footer {
    padding-bottom: 30px;
  }
  footer #footer_contact_area ul {
    display: flex;
  }
  footer #footer_contact_area ul li {
    display: flex;
    width: 50%;
  }
  footer #footer_contact_area ul li a {
    display: flex;
  }
  footer #footer_contact_area ul li a .data {
    width: 600px;
    padding: 60px 0;
    align-items: center;
  }
  footer #footer_contact_area ul li a#footer_contact_tel {
    justify-content: flex-end;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    margin-left: 100px;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .icon img {
    width: 20px;
    height: auto;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .data {
    display: flex;
    justify-content: flex-start;
    padding-left: 90px;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .tel {
    font-size: 20px;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .number {
    font-size: 35px;
    letter-spacing: 0.05em;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .business {
    font-size: 15px;
  }
  footer #footer_contact_area ul li a#footer_contact_mail {
    justify-content: flex-start;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .data {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .icon {
    margin-right: 20px;
    width: 30px;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .txt_area {
    margin-right: 90px;
    font-size: 20px;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .arrow_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .arrow_icon img {
    width: 16px;
    height: auto;
  }
  footer #footer_logo_area {
    position: relative;
    padding: 50px 0 90px;
  }
  footer #footer_logo_area #footer_logo {
    width: 1200px;
    margin: 0 auto;
  }
  footer #footer_logo_area #footer_logo img {
    width: 174px;
    height: auto;
  }
  footer #footer_logo_area #footer_to_top {
    position: absolute;
    top: 80px;
    right: 30px;
    font-size: 12px;
  }
  footer #footer_logo_area #footer_to_top a {
    position: relative;
  }
  footer #footer_logo_area #footer_to_top a::before {
    content: "";
    position: absolute;
    top: 50%;
    left : -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fbb64a;
    transform: translateY(-50%);
  }
  footer #footer_navi_area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    font-size: 12px;
  }
  footer #footer_navi_area nav ul {
    display: flex;
    gap: 0 30px;
  }
  footer #footer_navi_area nav li {
    display: flex;
  }
  footer #footer_navi_area nav a {
    display: flex;
  }
  /* ČńŒÒł”ÍŚ(free1) */
  #free1_page #free1_philosophy {
    display: flex;
    margin: 0 0 0 auto;
    padding: 70px 0;
    width: calc(50% + 520px);
  }
  #free1_page #free1_philosophy .data_area {
    padding: 50px 60px 0 10px;
    width: 450px;
  }
  #free1_page #free1_philosophy .data_area h2 {
    color: #282828;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.35;
  }
  #free1_page #free1_philosophy .data_area .txt {
    margin-top: 30px;
    line-height: 2.1;
  }
  #free1_page #free1_philosophy .image {
    width: 600px;
  }
  #free1_page #free1_profile {
    padding-top: 120px;
    background: #f8faf9;
  }
  #free1_page #free1_profile .title_area,
  #free1_page #free1_profile .profile {
    padding: 0 10px;
    width: 1040px;
    box-sizing: border-box;
  }
  #free1_page #free1_profile .title_area {
    margin: 0 auto;
  }
  #free1_page #free1_profile .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 86px;
    line-height: 1;
  }
  #free1_page #free1_profile .title_area h2 {
    color: #282828;
    font-size: 24px;
    font-weight: 500;
  }
  #free1_page #free1_profile .profile {
    margin: 60px auto;
  }
  #free1_page #free1_profile .profile dl {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  #free1_page #free1_profile .profile dl:nth-of-type(1) dt,
  #free1_page #free1_profile .profile dl:nth-of-type(1) dd {
    border-top: 1px solid #dfe1e0;
  }
  #free1_page #free1_profile .profile dl dt {
    flex-shrink: 0;
    padding: 30px 20px;
    width: 140px;
    margin-right: 40px;
    border-bottom: 1px solid #dfe1e0;
    font-size: 18px;
    font-weight: 500;
  }
  #free1_page #free1_profile .profile dl dd {
    padding: 30px 20px;
    flex-grow: 1;
    width: 760px;
    border-bottom: 1px solid #dfe1e0;
  }
  #free1_page #free1_profile .profile dl dd .company_list {
    display: flex;
    flex-wrap: wrap;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li {
    width: 50%;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li h3 {
    font-size: 18px;
    font-weight: 500;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li .map a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 8px 0 9px;
    width: 130px;
    border-radius: 50px;
    background: linear-gradient( to right, rgb(252, 204, 96) 0%, rgb(250, 169, 63) 100%); 
    color: #FFFFFF;
    font-size: 12px;
    line-height: 1;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li .map a img {
    width: 11px;
    height: auto;
    margin-right: 8px;
  }
  #free1_page #free1_profile .profile dl dd .list > li {
    margin-top: 6px;
  }
  #free1_page #free1_profile .profile dl dd .list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #free1_page #free1_movie_wrapper {
    margin-top: 65px;
    padding: 60px 0;
    background: #e8edeb;
  }
  #free1_page #free1_movie_wrapper #free1_movie_area {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 40px;
    width: 1020px;
    border-radius: 15px;
    background: #FFFFFF;
  }
  #free1_page #free1_movie_area .data_area {
    padding-left: 45px;
  }
  #free1_page #free1_movie_area .data_area h3 {
    font-size: 22px;
  }
  #free1_page #free1_movie_area .data_area .txt {
    margin-top: 15px;
    line-height: 2.1;
  }
  #free1_page #free1_sdgs {
  }
  #free1_page #free1_sdgs h2 {
    margin: 0 auto;
    width: 1020px;
    padding: 100px 10px 0;
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 86px;
  }
  #free1_page #free1_sdgs .data_area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 10px;
    width: 1040px;
    box-sizing: border-box;
  }
  #free1_page #free1_sdgs .data_area .data{
    width: 510px;
  }
  #free1_page #free1_sdgs .data_area h3 {
    display: flex;
    align-items: center;
    color: #282828;
    font-size: 24px;
    font-weight: 500;
  }
  #free1_page #free1_sdgs .data_area h3 .icon {
    width: 35px;
    margin-right: 15px;
  }
  #free1_page #free1_sdgs .data_area .txt {
    margin-top: 33px;
    line-height: 2.1;
  }
  #free1_page #free1_sdgs .image {
    width: 450px;
  }
  #free1_page #free1_sdgs .link {
    margin-top: 40px;
    padding-right: 80px;
    text-align: right;
  }
  #free1_page #free1_sdgs .link a {
    position: relative;
    display: inline-block;
    color: #fbb64a;
  }
  #free1_page #free1_sdgs .link a span {
    font-size: 12px;
  }
  #free1_page #free1_sdgs .link a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient( to right, rgb(250, 221, 96) 0%, rgb(246, 191, 73) 100%);
    transform: translateY(-50%);
  }
  #free1_page #free1_sdgs .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    width: 22px;
    height: 18px;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/common/icon_link.png");
    background-size: 22px 18px;
    background-position: center;
    transform: translateY(-50%);
  }
  /* Ž„Áç€ÎÎÏ(free2) */
  #free2_page {
    margin-top: -100px;
  }
  #free2_page #dry_possibility .dry {
    display: flex;
    margin: 0 0 0 auto;
    width: calc(50% + 510px);
    height: 580px;
  }
  #free2_page #dry_possibility .dry .data_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 60px;
    width: 510px;
  }
  #free2_page #dry_possibility .dry .data_area h2 {
    color: #282828;
    font-size: 54px;
    font-weight: 400;
    line-height: 1.2;
  }
  #free2_page #dry_possibility .dry .data_area .txt {
    margin-top: 35px;
    line-height: 2.1;
  }
  #free2_page #dry_possibility .dry .image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% - 510px);
    box-sizing: border-box;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/free2/pc_fea.png") no-repeat;
    background-position: center left;
  }
  #free2_page #dry_possibility .dry .image img {
    width: 355px;
    height: auto;
  }
  #free2_page #three_possibility {
    margin: 120px auto 0;
    padding: 0 10px;
    width: 1040px;
  }
  #free2_page #three_possibility > ul {
    display: flex;
    justify-content: center;
    border-left: 1px dashed #bdbcbd;
  }
  #free2_page #three_possibility > ul > li {
    padding: 0 45px 20px;
    width: 339px;
    border-right: 1px dashed #bdbcbd;
    box-sizing: border-box;
  }
  #free2_page #three_possibility > ul > li .image {
    width: 120px;
    margin: 0 auto;
  }
  #free2_page #three_possibility > ul > li h3 {
    margin-top: 25px;
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
  }
  #free2_page #three_possibility > ul > li .txt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 2.4;
  }
  #free2_page #wagashi {
    display: flex;
    justify-content: space-between;
    margin: 100px auto 0;
    padding: 0 10px 100px;
    width: 1040px;
  }
  #free2_page #wagashi .data_area {
    padding-top: 20px;
    width: 510px;
  }
  #free2_page #wagashi .data_area h3 {
    color: #282828;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
  }
  #free2_page #wagashi .data_area .txt {
    margin-top: 25px;
    line-height: 2.1;
  }
  #free2_page #wagashi .image {
    width: 465px;
  }
  #free2_page #free2_merit #free2_5merit {
    padding: 100px 0 60px;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/free2/pc_fea_merit.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
  #free2_page #free2_merit #free2_5merit .title_area {
    text-align: center;
  }
  #free2_page #free2_merit #free2_5merit .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 86px;
    line-height: 1;
  }
  #free2_page #free2_merit #free2_5merit .title_area h2 {
    font-size: 24px;
    font-weight: 500;
  }
  #free2_page #free2_merit #free2_5merit ul.merit {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 55px auto 0;
    width: 1020px;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li {
    padding: 30px 25px 35px;
    width: 330px;
    background: #FFFFFF;
    box-sizing: border-box;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li .icon {
    width: 80px;
    margin: 0 auto;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li h3 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.39;
    text-align: center;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li .txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  #free2_page #free2_movie_wrapper {
    padding: 60px 0;
    background: #e8edeb;
  }
  #free2_page #free2_movie_wrapper #free2_movie_area {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 40px;
    width: 1020px;
    border-radius: 15px;
    background: #FFFFFF;
  }
  #free2_page #free2_movie_area .data_area {
    padding-left: 45px;
  }
  #free2_page #free2_movie_area .data_area h3 {
    color: #282828;
    font-size: 22px;
  }
  #free2_page #free2_movie_area .data_area .txt {
    margin-top: 15px;
    line-height: 2.1;
  }
  #free2_page #free2_movie_area .data_area .txt .playtime {
    font-size: 13px;
    line-height: 2.1;
  }
  #free2_page #free2_structure {
    margin: 0 auto;
    padding: 135px 10px 140px;
    width: 1040px;

    box-sizing: border-box;
  }
  #free2_page #free2_structure .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 86px;
    line-height: 1;
  }
  #free2_page #free2_structure .title_area h2 {
    font-size: 24px;
    font-weight: 500;
  }
  #free2_page #free2_structure .structure {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  #free2_page #free2_structure .structure_list {
    width: 510px;
    margin: 0;
  }
  #free2_page #free2_structure .structure_list > li {
    margin-top: 65px;
  }
  #free2_page #free2_structure .structure_list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #free2_page #free2_structure .structure_list > li:nth-of-type(2) {
    padding-left: 80px;
  }
  #free2_page #free2_structure .structure_list > li h3 {
    display: flex;
    align-items: center;
    color: #ffde9b;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.35;
  }
  #free2_page #free2_structure .structure_list > li:nth-of-type(2) h3 {
    color: #ffd855;
  }
  #free2_page #free2_structure .structure_list > li:nth-of-type(3) h3 {
    color: #fbb64a;
  }
  #free2_page #free2_structure .structure_list > li h3 span.num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 55px;
    font-style: italic;
    line-height: 1;
    margin-right: 18px;
  }
  #free2_page #free2_structure .structure_list > li .txt {
    font-size: 14px;
    margin-top: 5px;
  }
  #free2_page #free2_structure .image {
    width: 480px;
  }
  #free2_page #free2_howto {
    padding: 115px 0 100px;
    background: #f8faf9;
  }
  #free2_page #free2_howto .contents {
    margin: 0 auto;
    padding: 0 10px;
    width: 1040px;
    box-sizing: border-box;
  }
  #free2_page #free2_howto .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 86px;
    line-height: 1;
  }
  #free2_page #free2_howto .title_area h2 {
    font-size: 24px;
    font-weight: 500;
  }
  #free2_page #free2_howto #free2_safety {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
  #free2_page #free2_howto #free2_safety #safety_movie {
    width: 450px;
  }
  #free2_page #free2_howto #free2_safety .data_area {
    width: 510px;
  }
  #free2_page #free2_howto #free2_safety .data_area h3 {
    font-size: 54px;
    line-height: 1.25;
    font-weight: 300;
  }
  #free2_page #free2_howto #free2_safety .data_area .txt {
    margin-top: 25px;
    line-height: 2.1;
  }
  #free2_page #free2_howto #free2_safety .data_area .playtime {
    font-size: 13px;
  }
  #free2_page #free2_howto #free2_hotwo_step {
    margin-top: 90px;
  }
  #free2_page #free2_hotwo_step .large_step {
    margin: 0;
  }
  #free2_page #free2_hotwo_step .large_step > li {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
  }
  #free2_page #free2_hotwo_step .large_step > li:nth-of-type(1) {
    margin-top: 0;
  }
  #free2_page #free2_hotwo_step .large_step > li .image {
    width: 450px;
  }
  #free2_page #free2_hotwo_step .large_step > li .data_area {
    width: 510px;
  }
  #free2_page #free2_hotwo_step .large_step > li .step {
    color: #fbb64a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  #free2_page #free2_hotwo_step .large_step > li h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 10px;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step {
    margin: 16px 0 0 0;
    padding-top: 24px;
    border-top: 1px dashed #b8b8b9;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step li {
    display: flex;
    margin: 5px 0 0 0;
    line-height: 2.1;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step li:nth-of-type(1) {
    margin-top: 0;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step li .step_num {
    flex-shrink: 0;
    margin-right: 10px;
    color: #fbb64a;
    font-weight: 500;
  }
  #free2_page #free2_hotwo_step .large_step > li h4 {
    margin-top: 35px;
  }
  #free2_page #free2_hotwo_step .large_step > li .note {
    margin-top: 10px;
  }
  #free2_page #free2_exsample {
    margin: 0 auto;
    padding: 90px 10px 115px;
    width: 1040px;
    box-sizing: border-box;
  }
  #free2_page #free2_exsample .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 86px;
    line-height: 1;
  }
  #free2_page #free2_exsample .title_area h2 {
    font-size: 24px;
    font-weight: 500;
  }
  #free2_page #free2_exsample .exsample_list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  #free2_page #free2_exsample .exsample_list > li {
    display: flex;
    align-items: center;
    width: 255px;
  }
  #free2_page #free2_exsample .exsample_list > li .image {
    width: 90px;
    margin-right: 15px; 
  }
  #free2_page #free2_exsample .exsample_list > li .txt {
    font-size: 18px;
    font-weight: 600;
  }
  #free2_page #free2_case {
    padding: 100px 0 120px;
    background: #f6f8f7;
  }
  #free2_page #free2_case .contents {
    margin: 0 auto;
    width: 1040px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #free2_page #free2_case #free2_case_movie_area {
    display: flex;
    justify-content: space-between;
  }
  #free2_page #free2_case #free2_case_movie_area .data_area {
    width: 510px;
  }
  #free2_page #free2_case #free2_case_movie_area .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 86px;
    line-height: 1;
  }
  #free2_page #free2_case #free2_case_movie_area .title_area h2 {
    font-size: 24px;
    font-weight: 500;
  }
  #free2_page #free2_case #free2_case_movie_area .data_area .txt {
    margin-top: 25px;
    line-height: 2.1;
  }
  #free2_page #free2_case #free2_case_movie_area .data_area .playtime {
    font-size: 13px;
    line-height: 2.1;
  }
  #free2_page #free2_case #free2_case_movie_area #free2_case_movie {
    width: 450px;
  }
  #free2_page #free2_case #free2_intro_example {
    margin-top: 60px;
  }
  #free2_page #free2_case #free2_intro_example h3 {
    font-size: 24px;
    font-weight: 500;
    color: #282828;
    display: flex;
    align-items: center;
  }
  #free2_page #free2_case #free2_intro_example h3 span.dot {
    flex-grow: 1;
    height: 1px;
    border-bottom: 1px dashed #b6b7b8;
    margin-left: 30px;
  }
  #free2_page #free2_case #free2_intro_example > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 45px 0;
    margin: 40px 0 0;
  }
  #free2_page #free2_case #free2_intro_example > ul > li {
    display: flex;
    align-items: center;
    width: 510px;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #FFFFFF;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .icon img{
    width: 60px;
    height: auto;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .data_area h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .data_area .txt {
    margin-top: 10px;
    font-size: 14px;
  }
}


/* ąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁ „č„Ț„Û ąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁąŁ */
@media screen and (max-width: 767.999px) {
  body {
    font-size: 13px;
  }
  .pc {
    display: none;
  }
  iframe {
    max-width: 100%;
  }
  #wrapper {
    overflow-x: hidden;
  }
  #overlay.active {
    background: rgba(0,0,0,0.18);
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    backdrop-filter: blur(1px);
  }
  /* „Ű„Ă„ÀĄŒ */
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 75px;
    padding-left: 20px;
    background: #fff;
    position: relative;
    z-index: 101;
  }
  header #header_logo {
    width: 145px;
  }
  header #header_logo img {
    width: 145px;
  }
  #header_navi_area {
    height: 75px;
    display: flex;
    align-items: center;
    padding-right: 10px;
  }
  #header_navi_area #header_cart_btn_sp {
    width: 55px;
    height: 55px;
    margin-right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header_navi_area #header_menu_btn_sp {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  #header_navi_area #header_menu_btn_sp span {
    transition: all 0.3s ease;
  }
  #header_navi_area #header_menu_btn_sp span:nth-of-type(2) {
    position: absolute;
    top: calc(50% - 35px / 2);
    left: calc(50% - 35px / 2);
  }
  #header_navi_area #header_menu_btn_sp span:nth-of-type(1),
  #header_navi_area #header_menu_btn_sp.active span:nth-of-type(2) {
    opacity: 1;
  }
  #header_navi_area #header_menu_btn_sp span:nth-of-type(2),
  #header_navi_area #header_menu_btn_sp.active span:nth-of-type(1) {
    opacity: 0;
  }
  #header_navi_area nav {
    position: absolute;
    top: 75px;
    left: 0;
    transform: translateX(100%);
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #fff;
    color: #282828;
    transition: all 0.3s ease;
    height: 0;
    font-size: 13px;
  }
  header.open #header_navi_area nav {
    transform: translateX(0);
    right: 0;
    z-index: 19999;
    height: auto;
    border-top: 1px solid #dfdfdf;
  }
  #header_navi_area nav a {
    color: inherit;
  }
  header #header_gnavi {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.02em;
  }
  header #header_gnavi li {
    width: 50%;
    border-bottom: 1px solid #dfdfdf;
  }
  header #header_gnavi li:nth-of-type(n+2) {
    width: calc(50% - 1px);
    border-left: 1px solid #dfdfdf;
  }
  header #header_gnavi li:nth-of-type(7) {
    width: 100%;
  }
  header #header_gnavi li a {
    display: block;
    padding: 21px 40px 21px 25px;
    line-height: 1.35;
    position: relative;
  }
  header #header_gnavi li a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fbb64a;
    border-top: 2px solid #fbb64a;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
  }
  header #header_categorey_navi {
    padding: 60px 40px 0;
  }
  header #header_option_navi {
    padding: 50px 40px 60px;
  }
  header #header_categorey_navi .title_area .en,
  header #header_option_navi .title_area .en {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #aaaaaa;
    padding-bottom: 8px;
  }
  header #header_categorey_navi h2 .ja,
  header #header_option_navi h2 .ja {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
  }
  header #header_categorey_navi > ul,
  header #header_option_navi > ul {
    border-bottom: 1px solid #dfdfdf;
    margin-top: 20px;
  }
  header #header_categorey_navi > ul li,
  header #header_option_navi > ul li {
    border-top: 1px solid #dfdfdf;
  }
  header #header_categorey_navi > ul li.parent {
    padding-bottom: 17px;
  }
  header #header_categorey_navi > ul li .sub_category_list li {
    border-top: none;
  }
  header #header_categorey_navi > ul > li > a,
  header #header_option_navi > ul > li > a {
    display: block;
    padding: 21px 40px 21px 25px;
    line-height: 1.35;
    position: relative;
  }
  header #header_categorey_navi > ul > li .sub_category_list li > a {
    display: block;
    padding: 8px 65px 7px 40px;
    line-height: 1.35;
    position: relative;
  }
  header #header_categorey_navi > ul > li > a::after,
  header #header_option_navi > ul > li > a::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fbb64a;
    border-top: 2px solid #fbb64a;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: rotate(45deg) translateY(-50%);
  }
  header #header_categorey_navi > ul > li .sub_category_list li > a::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-right: 2px solid #fbb64a;
    border-top: 2px solid #fbb64a;
    position: absolute;
    top: 50%;
    right: 50px;
    transform: rotate(45deg) translateY(-50%);
  }
  header #header_categorey_navi > ul > li .sub_category_list li > a::before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 1px;
    background: #282828;
    top: 50%;
    left: 27px;
  }
  #container_wrapper.product_list #container,
  #container_wrapper.product_srh #container {
    display: flex;
    flex-direction: column-reverse;
  }
  #page_mv_area {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/common/sp_mv.png") no-repeat;
    background-size: cover;
    height: 140px;
    padding: 0 40px;
  }
  #page_mv_area p.en,
  #page_mv_area p.ja {
    margin: 0;
    color: #FFFFFF;
    line-height: 1;
  }
  #page_mv_area p.en {
    margin-bottom: 10px;
    font-size: 42px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    text-shadow: 0px 1px 10px rgba(51, 51, 51, 0.4);
  }
  #page_mv_area p.ja {
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0px 1px 10px rgba(51, 51, 51, 0.4);
  }
  /* „Ń„ó€Ż€ș */
  #pan_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 23px;
    margin-bottom: 31px;
    padding: 0 40px;
  }
  #pan_list li {
    position: relative;
    padding-left: 25px;
    font-size: 12px;
  }
  #pan_list li:nth-of-type(1) {
    padding-left: 0;
  }
  #pan_list li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 6px;
    height: 6px;
    border-left: 1px solid #fbbd5c;
    border-top: 1px solid #fbbd5c;
    transform: rotate(135deg);
  }
  #pan_list li:nth-of-type(1)::before {
    display: none;
  }
  /* „”„€„É„Ê„Ó */
  #side_navi {
    margin-top: 95px;
    padding: 0 40px;
  }
  #side_category_navi .title_area .en,
  #side_option_navi .title_area .en {
    font-size: 27px;
    line-height: 1.1;
  }
  #side_category_navi h2,
  #side_option_navi h2 {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
  }
  #side_category_navi .category_list,
  #side_option_navi .option_list {
    margin-top: 19px;
  }
  #side_category_navi .category_list > li > a,
  #side_option_navi .option_list > li > a {
    position: relative;
    display: block;
    padding: 21px 30px 21px 10px;
    font-size: 14px;
  }
  #side_category_navi .category_list > li > a::after,
  #side_option_navi .option_list > li > a::after {
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-left: 1px solid #fbbd5c;
    border-top: 1px solid #fbbd5c;
    transform: translateY(-50%) rotate(135deg) ;
  }
  #side_category_navi .category_list > li.parent {
    padding-bottom: 27px;
  }
  #side_category_navi .category_list > li.parent > a {
    padding-top: 35px;
    padding-bottom: 21px;
  }
  #side_category_navi .category_list > li.parent > a::after {
    top: 44px;
  }
  #side_category_navi .sub_category_list > li > a {
    position: relative;
    display: block;
    padding: 8px 65px 7px 20px;
  }
  #side_category_navi .sub_category_list > li > a::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 1px;
    background: #282828;
    top: 50%;
    left: 12px;
  }
  #side_category_navi .sub_category_list > li > a::after {
    position: absolute;
    content: "";
    right: 50px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-left: 1px solid #fbbd5c;
    border-top: 1px solid #fbbd5c;
    transform: translateY(-50%) rotate(135deg) ;
  }
  #side_option_navi {
    margin: 45px 0;
  }

  /* ŸŠÉÊ°ìÍśĄąžĄșś°ìÍś */
  #product_list_page {
		padding: 0 40px;
	}
  #product_list_page h1.category_title {
    position: relative;
    padding-left: 15px;
    font-size: 27px;
    font-weight: 400;
    color: #282828;
  }
  #product_list_page h1.category_title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fbb64a;
    transform: translateY(-50%);
  }
  #product_list_page #product_result_list {
    display: flex;
    flex-wrap: wrap;
		justify-content: space-between;
    margin-top: 35px;
    gap: 30px 0px;
  }
  #product_list_page #product_result_list > li {
    width: calc(50% - 12px);
  }
  #product_list_page #product_result_list > li a {
    color: inherit;
  }
  #product_list_page #product_result_list > li .image {
    border: 1px solid #f4f4f4;
  }
  #product_list_page #product_result_list > li .item_name {
    margin-top: 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.15;
  }
  #product_list_page #product_result_list > li .price {
    margin-top: 5px;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
    color: #282828;
  }
  #product_list_page #product_result_list > li .price .yen {
    font-size: 13px;
  }
  #product_list_page #product_result_list > li .price .tax {
    font-size: 11px;
    font-weight: normal;
    color: #585858;
    margin-left: 0.3em;
  }
  /* „Ő„Ă„żĄŒ */
  footer #footer_contact_area ul li a {
    display: block;
  }
  footer #footer_contact_area ul li a .data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
    height: 130px;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .icon img {
    width: 24px;
    height: auto;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .data {
    display: flex;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .tel {
    font-size: 16px;
    line-height: 1.5;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .number {
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
  footer #footer_contact_area ul li a#footer_contact_tel .business {
    font-size: 12px;
  }
  footer #footer_contact_area ul li a#footer_contact_mail {
    justify-content: flex-start;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .data {
    display: flex;
    font-size: 15px;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .icon {
    margin-right: 15px;
    width: 28px;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .txt_area {
    font-size: 15px;
    flex-grow: 1;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .arrow_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
  }
  footer #footer_contact_area ul li a#footer_contact_mail .arrow_icon img {
    width: 16px;
    height: auto;
  }
  footer #footer_logo_area {
    position: relative;
    padding: 35px 40px 30px;
  }
  footer #footer_logo_area #footer_logo {
  }
  footer #footer_logo_area #footer_logo img {
    width: 145px;
    height: auto;
  }
  footer #footer_logo_area #footer_to_top {
    position: absolute;
    top: 80px;
    right: 5px;
    font-size: 11px;
  }
  footer #footer_logo_area #footer_to_top a {
    position: relative;
    color: inherit;
  }
  footer #footer_logo_area #footer_to_top a::before {
    content: "";
    position: absolute;
    top: 50%;
    left : -20px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fbb64a;
    transform: translateY(-50%);
  }
  footer #footer_navi_area {
    padding: 0 40px 25px;
    font-size: 11px;
  }
  footer #footer_navi_area nav ul {
    margin-bottom: 35px;
  }
  footer #footer_navi_area nav li {
    margin-top: 20px;
  }
  footer #footer_navi_area nav li a {
    color: inherit;
  }
  /* ČńŒÒł”ÍŚ(free1) */
  #free1_page #free1_philosophy {
    padding: 0 40px 60px;
    display: flex;
    flex-direction: column-reverse;
  }
  #free1_page #free1_philosophy .data_area h2 {
    color: #282828;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  #free1_page #free1_philosophy .data_area .txt {
    margin-top: 10px;
    line-height: 2.1;
    text-align: justify;
  }
  #free1_page #free1_philosophy .image {
    margin-right: -20px;
    margin-bottom: 40px;
  }
  #free1_page #free1_philosophy .image img {
    width: 100%;
    height: auto;
  }
  #free1_page #free1_profile {
    padding: 50px 0 0;
    background: #f8faf9;
  }
  #free1_page #free1_profile .title_area {
    margin-bottom: 35px;
    padding: 0 40px;
  }
  #free1_page #free1_profile .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -0.008em;
  }
  #free1_page #free1_profile .title_area h2 {
    color: #282828;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.25;
  }
  #free1_page #free1_profile .profile {
    border-top: 1px solid #dfe1e0;
    margin: 0 40px;
  }
  #free1_page #free1_profile .profile dl {
    border-bottom: 1px solid #dfe1e0;
    padding: 0;
    margin: 0;
  }
  #free1_page #free1_profile .profile dl dt {
    flex-shrink: 0;
    padding: 20px 0 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
  }
  #free1_page #free1_profile .profile dl dd {
    padding: 10px 0 30px;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li {
    line-height: 1.75;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li h3 {
    font-size: 15px;
    font-weight: 500;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li .map a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    padding: 10px 30px 11px 20px;
    border-radius: 50px;
    background: linear-gradient( to right, rgb(252, 204, 96) 0%, rgb(250, 169, 63) 100%); 
    color: #FFFFFF;
    font-size: 11px;
    line-height: 1;
  }
  #free1_page #free1_profile .profile dl dd .company_list > li .map a img {
    width: 11px;
    height: auto;
    margin-right: 7px;
  }
  #free1_page #free1_profile .profile dl dd .list > li {
    margin-top: 6px;
  }
  #free1_page #free1_profile .profile dl dd .list > li:nth-of-type(1) {
    margin-top: 0;
  }
  #free1_page #free1_movie_wrapper {
    margin-top: 60px;
    padding: 50px 20px 50px;
    background: #e8edeb;
  }
  #free1_page #free1_movie_wrapper #free1_movie_area {
    padding: 30px;
    border-radius: 15px;
    background: #FFFFFF;
  }
  #free1_page #free1_movie_wrapper #free1_movie_area iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 240 / 150;
  }
  #free1_page #free1_movie_area .data_area {
    margin-top: 20px;
  }
  #free1_page #free1_movie_area .data_area h3 {
    font-size: 19px;
  }
  #free1_page #free1_movie_area .data_area .txt {
    margin-top: 10px;
    line-height: 1.75;
  }
  #free1_page #free1_sdgs {
    padding: 50px 40px 70px;
  }
  #free1_page #free1_sdgs h2 {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -0.008em;
    margin-bottom: 10px;
  }
  #free1_page #free1_sdgs .data_area h3 {
    display: flex;
    align-items: center;
    color: #282828;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 25px;
  }
  #free1_page #free1_sdgs .data_area h3 .icon {
    width: 39px;
    margin-right: 10px;
  }
  #free1_page #free1_sdgs .data_area .txt {
    margin-top: 20px;
    line-height: 2.1;
  }
  #free1_page #free1_sdgs .link {
    margin-top: 40px;
    padding-right: 80px;
    text-align: right;
  }
  #free1_page #free1_sdgs .link a {
    position: relative;
    display: inline-block;
    color: #fbb64a;
    white-space: nowrap;
  }
  #free1_page #free1_sdgs .link a span {
    font-size: 11px;
  }
  #free1_page #free1_sdgs .link a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient( to right, rgb(250, 221, 96) 0%, rgb(246, 191, 73) 100%);
    transform: translateY(-50%);
  }
  #free1_page #free1_sdgs .link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    width: 22px;
    height: 18px;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/common/icon_link.png");
    background-size: 22px 18px;
    background-position: center;
    transform: translateY(-50%);
  }
  /* Ž„Áç€ÎÎÏ(free2) */
  #free2_page #dry_possibility {
    padding: 0 40px 60px;
  }
  #free2_page #dry_possibility .dry .data_area {
    margin: 0 -40px;
    padding: 0 40px 50vw;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/free2/sp_fea.png") no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  #free2_page #dry_possibility .dry .data_area h2 {
    color: #282828;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  #free2_page #dry_possibility .dry .data_area .txt {
    margin-top: 35px;
    line-height: 2.1;
  }
  #free2_page #dry_possibility .dry .image {
    margin-top: -100px;
    padding-bottom: 75px;
  }
  #free2_page #dry_possibility .dry .image img {
    width: 100%;
    height: auto;
  }
  #free2_page #three_possibility > ul {
    border-top: 1px dashed #bdbcbd;
  }
  #free2_page #three_possibility > ul > li {
    padding: 30px 0;
    border-bottom: 1px dashed #bdbcbd;
    display: flex;
  }
  #free2_page #three_possibility > ul > li .image {
    width: 75px;
    margin-right: 12px;
    flex-shrink: 0;
  }
  #free2_page #three_possibility > ul > li h3 {
    color: #282828;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
  }
  #free2_page #three_possibility > ul > li .txt {
    margin-top: 5px;
    line-height: 1.75;
  }
  #free2_page #wagashi {
    display: flex;
    flex-direction: column;
    padding: 35px 0 0;
  }
  #free2_page #wagashi .data_area h3 {
    color: #282828;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.35;
  }
  #free2_page #wagashi .data_area .txt {
    margin-top: 10px;
    text-align: justify;
  }
  #free2_page #wagashi .image {
    order: -1;
    margin-bottom: 20px;
  }
  #free2_page #free2_merit #free2_5merit {
    padding: 50px 40px 60px;
    background: url("https://file003.shop-pro.jp/PA01494/096/common/image/free2/sp_fea_merit.png") no-repeat;
    background-position: center;
    background-size: cover;
  }
  #free2_page #free2_merit #free2_5merit .title_area {
    text-align: center;
  }
  #free2_page #free2_merit #free2_5merit .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 62px;
    line-height: 1;
  }
  #free2_page #free2_merit #free2_5merit .title_area h2 {
    font-size: 19px;
    font-weight: 500;
  }
  #free2_page #free2_merit #free2_5merit ul.merit {
    margin-top: 25px;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li {
    padding: 25px 25px 30px;
    background: #FFFFFF;
    margin-top: 20px;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li .icon {
    width: 80px;
    margin: 0 auto;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li h3 {
    margin-top: 5px;
    color: #282828;
    font-size: 15px;
    line-height: 1.38;
    text-align: center;
  }
  #free2_page #free2_merit #free2_5merit ul.merit > li .txt {
    margin-top: 10px;
    line-height: 1.5;
  }
  #free2_page #free2_movie_wrapper {
    padding: 50px 20px 50px;
    background: #e8edeb;
  }
  #free2_page #free2_movie_wrapper #free2_movie_area {
    padding: 30px;
    border-radius: 15px;
    background: #FFFFFF;
  }
  #free2_page #free2_movie_wrapper #free2_movie_area iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 240 / 150;
  }
  #free2_page #free2_movie_area .data_area {
    margin-top: 20px;
  }
  #free2_page #free2_movie_area .data_area h3 {
    font-size: 19px;
  }
  #free2_page #free2_movie_area .data_area .txt {
    margin-top: 10px;
    line-height: 1.75;
  }
  #free2_page #free2_movie_area .data_area .txt .playtime {
    font-size: 12px;
    line-height: 1.75;
  }
  #free2_page #free2_structure {
    padding: 50px 40px 60px;
  }
  #free2_page #free2_structure .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -0.008em;
  }
  #free2_page #free2_structure .title_area h2 {
    color: #282828;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 35px;
  }
  #free2_page #free2_structure .structure {
    display: flex;
    flex-direction: column;
  }
  #free2_page #free2_structure .structure_list {
    margin: 0;
    padding: 0;
  }
  #free2_page #free2_structure .structure_list > li {
    margin-top: 30px;
  }
  #free2_page #free2_structure .structure_list > li h3 {
    display: flex;
    align-items: center;
    color: #ffde9b;
    font-size: 31px;
    font-weight: 400;
    line-height: 1.35;
  }
  #free2_page #free2_structure .structure_list > li:nth-of-type(2) h3 {
    color: #ffd855;
  }
  #free2_page #free2_structure .structure_list > li:nth-of-type(3) h3 {
    color: #fbb64a;
  }
  #free2_page #free2_structure .structure_list > li h3 span.num {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 38px;
    font-style: italic;
    line-height: 1;
    margin-right: 10px;
  }
  #free2_page #free2_structure .structure_list > li .txt {
    margin-top: 5px;
  }
  #free2_page #free2_structure .image {
    order: -1;
  }
  #free2_page #free2_howto {
    padding: 50px 40px 60px;
    background: #f8faf9;
  }
  #free2_page #free2_howto .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 58px;
    line-height: 1;
    letter-spacing: -0.018em;
    margin-left: -0.08em;
  }
  #free2_page #free2_howto .title_area h2 {
    color: #282828;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 35px;
  }
  #free2_page #free2_howto #free2_safety #safety_movie iframe {
    aspect-ratio: 450 / 300;
    margin-bottom: 20px;
    height: auto;
  }
  #free2_page #free2_howto #free2_safety .data_area h3 {
    font-size: 32px;
    line-height: 1.25;
    font-weight: 400;
  }
  #free2_page #free2_howto #free2_safety .data_area .txt {
    margin-top: 10px;
    line-height: 2.1;
  }
  #free2_page #free2_howto #free2_safety .data_area .playtime {
    font-size: 12px;
  }
  #free2_page #free2_howto #free2_hotwo_step {
    margin-top: 40px;
  }
  #free2_page #free2_hotwo_step .large_step {
    margin: 0 -20px;
  }
  #free2_page #free2_hotwo_step .large_step > li {
    margin-top: 20px;
    padding: 35px 30px 30px;
    border-radius: 15px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column-reverse;
  }
  #free2_page #free2_hotwo_step .large_step > li .image {
    margin-top: 15px;
  }
  #free2_page #free2_hotwo_step .large_step > li .step {
    color: #fbb64a;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
  }
  #free2_page #free2_hotwo_step .large_step > li h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.35;
    margin-top: 5px;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step {
    margin: 15px 0 0 0;
    padding-top: 15px;
    border-top: 1px dashed #b8b8b9;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step li {
    display: flex;
    margin: 4px 0 0 0;
    line-height: 1.85;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step li:nth-of-type(1) {
    margin-top: 0;
  }
  #free2_page #free2_hotwo_step .large_step > li .sub_step li .step_num {
    flex-shrink: 0;
    margin-right: 10px;
    color: #fbb64a;
    font-weight: 500;
  }
  #free2_page #free2_hotwo_step .large_step > li h4 {
    margin-top: 16px;
  }
  #free2_page #free2_hotwo_step .large_step > li .note {
    margin-top: 8px;
  }
  #free2_page #free2_exsample {
    padding: 50px 40px 60px;
  }
  #free2_page #free2_exsample .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -0.008em;
  }
  #free2_page #free2_exsample .title_area h2 {
    color: #282828;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.35;
  }
  #free2_page #free2_exsample .exsample_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #free2_page #free2_exsample .exsample_list > li {
    width: calc(50% - 15px);
    margin-top: 35px;
  }
  #free2_page #free2_exsample .exsample_list > li .image img {
    width: 100%;
    height: auto;
  }
  #free2_page #free2_exsample .exsample_list > li .txt {
    margin-top: 10px;
    text-align: center;
    color: #282828;
    font-size: 14px;
    font-weight: 600;
  }
  #free2_page #free2_case {
    padding: 50px 40px 60px;
    background: #f6f8f7;
  }
  #free2_page #free2_case #free2_case_movie_area .title_area .en {
    color: #cccccc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 62px;
    line-height: 1;
    letter-spacing: -0.008em;
  }
  #free2_page #free2_case #free2_case_movie_area .title_area h2 {
    color: #282828;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.35;
  }
  #free2_page #free2_case #free2_case_movie_area .data_area .txt {
    margin-top: 15px;
    line-height: 2.1;
  }
  #free2_page #free2_case #free2_case_movie_area .data_area .playtime {
    font-size: 12px;
    line-height: 2.1;
  }
  #free2_page #free2_case #free2_case_movie_area #free2_case_movie iframe {
    margin-top: 30px;
    width: 100%;
    height: auto;
    aspect-ratio: 450 / 300;
  }
  #free2_page #free2_case #free2_intro_example {
    margin-top: 45px;
  }
  #free2_page #free2_case #free2_intro_example h3 {
    font-size: 19px;
    font-weight: 500;
    color: #282828;
    display: flex;
    align-items: center;
  }
  #free2_page #free2_case #free2_intro_example h3 span.dot {
    flex-grow: 1;
    height: 1px;
    border-bottom: 1px dashed #b6b7b8;
    margin-left: 10px;
  }
  #free2_page #free2_case #free2_intro_example > ul > li {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #FFFFFF;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .icon img{
    width: 40px;
    height: auto;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .data_area h4 {
    color: #282828;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
  }
  #free2_page #free2_case #free2_intro_example > ul > li .data_area .txt {
    margin-top: 5px;
  }





}
