html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  box-sizing: border-box;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
html {
  font-size: 10px;
}
body {
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: .08em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 780px) {
  body {
    font-size: 1.2rem;
  }
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
ul,ol,li {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a,
a:visited,
a:active {
  color: #333;
  text-decoration: none;
  outline: none;
  transition-duration: .3s;
}

a:hover {
  opacity: .7;
  text-decoration: none;
}

.header_in .logo img {
  width: 50px;
}
.head_icon ul {
  align-items: center;
  display: flex;
}
.head_icon li {
  font-size: 12px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.head_icon a {
  color: #717171;
  display: block;
}
.head_icon img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1201px) {
  .hd_menu > a,
  .hd_hover_title,
  .head_icon a {
    padding: 0 30px;
  }
  .hd_hover:after {
    right: 10px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .hd_menu > a,
  .hd_hover_title,
  .head_icon a {
    padding: 0 20px;
  }
  .hd_hover:after {
    right: 5px;
  }
}

.hd_mega_in a {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .logo_sp {
    display: none;
  }
  .header_in {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 15px;
    height: 80px;
  }
  .hd_menu {
    display: flex;
    position: relative;
    top: 15px;
  }
  .hd_hover {
    position: relative;
  }
  .hd_hover:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg);
  }
  .hd_hover:hover:after {
    border-color: #7294AC;
    transform: rotate(-135deg);
  }
  .hd_menu > a,
  .hd_hover_title {
    display: block;
    line-height: 46px;
    position: relative;
  }
  .hd_menu > a:hover,
  .hd_hover:hover .hd_hover_title {
    color: #436F8D;
    opacity: 1;
  }
  .hd_menu > a:after,
  .hd_hover_title:after {
    background: #436F8D;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition-duration: .3s;
    width: 100%;
  }
  .hd_menu > a:hover:after,
  .hd_hover:hover .hd_hover_title:after {
    height: 4px;
  }
  .hd_mega {
    background: #436F8D;
    box-sizing: border-box;
    color: #fff;
    display: none;
    position: absolute;
    top: 46px;
    left: -100px;
    padding: 40px 80px;
    width: 850px;
    z-index: 10;
  }
  .hd_hover:hover .hd_mega {
    display: block;
  }
  .hd_mega_in {
    display: flex;
  }
  .mega_tl {
    border-bottom: 1px solid #7294AC;
    padding-bottom: 10px;
    /* width: 400px; */
  }
  .hd_mega_l ul {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    padding: 15px 0;
  }
  .hd_mega_l li {
    font-size: 14px;
    width: 30%;
    margin: 15px 0;
  }
  .hd_mega_l a {
    display: block;
  }
  .hd_mega_l a span {
    display: block;
    margin-top: 4px;
  }
  .hd_mega_r {
    margin-left: 50px;
    padding-top: 32px;
    flex: 1;
  }
  .hd_mega_r a {
    border: 1px solid #7294AC;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
    padding: 10px 20px;
    position: relative;
    width: 180px;
  }
  .hd_mega_r a:after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-top: 1px solid #7294AC;
    border-right: 1px solid #7294AC;
    transform: rotate(45deg)
  }
}
@media screen and (max-width: 1000px) {
  body {
    padding-top: 60px;
  }
  header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .logo,
  .mega_tl {
    display: none;
  }
  .logo_sp {
    text-align: center;
    padding: 5px 0;
    position: relative;
  }
  .logo_sp img {
    height: 50px;
  }
  .sp_menu {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    width: 40px;
  }
  .sp_menu span {
    background: #333;
    display: block;
    height: 2px;
    margin: 8px 0;
    width: 100%;
    transition-duration: .4s;
  }
  #ac_menu:checked + header .sp_menu span:nth-child(1) {
    transform: rotate(30deg) translate(0,6px);
  }
  #ac_menu:checked + header .sp_menu span:nth-child(2) {
    display: none;
  }
  #ac_menu:checked + header .sp_menu span:nth-child(3) {
    transform: rotate(-30deg) translate(0,-6px);
  }
  .header_in {
    background: #436F8D;
    color: #fff;
    display: none;
  }
  #ac_menu:checked + header .header_in {
    display: block;
    height: calc(100% - 60px);
    overflow: auto;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .hd_hover_title,
  .header_in a {
    display: block;
  }
  .hd_hover_title {
    padding: 15px 20px;
  }
  .hd_hover_title {
    cursor: pointer;
    position: relative;
  }
  .hd_hover_title:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translate(0,-50%);
    transition-duration: .4s;
  }
  .hd_hover_title.active:after {
    transform: rotate(-135deg) translate(0,-50%);
  }
  .hd_menu a {
    border-top: 1px solid #ccc;
    color: #fff;
    padding: 15px 20px;
  }
  
  .hd_mega_l a:before {
    content: ">";
    display: inline-block;
    margin-right: 10px;
  }
  .hd_mega_l img {
    display: none;
  }
  .hd_mega_r {
    display: none;
  }
  .head_icon ul {
    justify-content: center;
  }
  .head_icon a {
    color: #fff;
    padding: 20px;
  }
  .head_icon img {
    margin-bottom: 5px;
  }
  .hd_mega {
    background: #325D7B;
    display: none;
  }
  .hd_mega.active {
    display: block;
  }
}
.acc_check {
  display: none;
}

.w13 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.top_slider {
  position: relative;
  margin-bottom: 140px;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  display: block;
  background: #D1D1D1;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 0;
  margin: 0 15px;
  padding: 0;
}
.slick-dots .slick-active button {
  background: #808080;
}
.top_slider_item {
  padding: 0 15px;
  height: 610px;
  position: relative;
}
.top_slider_item1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
}
.top_slider_item .link a {
  display: block;
  border: 1px solid #8C8C8C;
  line-height: 60px;
  width: 230px;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .top_slider_item1 {
    background: url("https://ueda19740903.itembox.design/item/img/slider1_bg.png?t=20230713115228") center center no-repeat;
  }
  .top_slider_item2 {
    background: url("https://ueda19740903.itembox.design/item/img/slider2_bg.png?t=20230713115228") center center no-repeat;
  }
  .top_slider_item2 .text {
    margin-top: 140px;
  }
  .top_slider_item2 p {
    margin: 30px 0 40px;
  }
}
@media screen and (max-width: 780px) {
  .top_slider {
    margin-bottom: 40px;
  }
  .top_slider_item {
    height: 640px;
  }
  .top_slider_item1 {
    background: url("https://ueda19740903.itembox.design/item/img/slider1_sp.png?t=20230713115228") center center no-repeat;
    background-size: cover;
  }
  .top_slider_item2 {
    background: url("https://ueda19740903.itembox.design/item/img/slider2_bg_sp.png?t=20230713115228") center bottom no-repeat;
    background-size: cover;
  }
  .top_slider_item2 .text {
    margin-top: 30px;
  }
  .top_slider_item2 .text img {
    width: 60%;
  }
  .top_slider_item .link a {
    margin-left: auto;
    margin-right: auto;
  }
  .top_slider_item2 p {
    margin: 20px 0 20px;
  }
}

.item_genre_title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
.item_genre_title  strong {
  display: block;
  color: #436F8D;
}
.item_genre {
  text-align: center;
}
.item_genre li {
  font-size: 17px;
}
.item_genre a {
  display: block;
}
.item_genre img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 781px) {
  .item_genre ul {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 780px) {
  .item_genre_title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .item_genre {
    padding: 0 15px;
  }
  .item_genre li {
    font-size: 14px;
    margin-top: 20px;
  }
  .item_genre img {
    margin: 0 auto 10px;
  }
}


/* キャンペーンバナー
------------------------------------------------*/
.campaign_title {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .campaign {
    max-width: 1400px;
    margin: 100px auto;
  }
  .campaign_in {
    background: url("https://ueda19740903.itembox.design/item/img/campaign_bg_pc.jpg?t=20230713115228") center center no-repeat;
    background-size: cover;
    padding: 100px 8%;
  }
  .campaign_title {
    margin-bottom: -56px;
  }
  .campaign_image {
    margin-bottom: -30%;
    max-width: 64%;
  }
  .campaign_btn {
    margin-left: auto;
    max-width: 636px;
    width: 64%;
  }
}
@media screen and (max-width: 900px) {
  .campaign {
    max-width: 750px;
    margin: 50px auto;
  }
  .campaign_in {
    background: url("https://ueda19740903.itembox.design/item/img/campaign_bg_sp.jpg?t=20230713115228") center center no-repeat;
    background-size: cover;
    padding: 50px 4%;
  }
  .campaign_title {
    margin: 0 4% -28px;
  }
  .campaign_image {
    margin-bottom: -20px;
  }
  .campaign_btn {
    padding: 0 4%;
  }
}


/* コンセプト
------------------------------------------------*/
.concept {
  background: url("https://ueda19740903.itembox.design/item/img/consept_bg1.png?t=20230713115228") center 0 no-repeat;
  text-align: center;
}
.concept_in {
  background: url("https://ueda19740903.itembox.design/item/img/consept_bg2.png?t=20230713115228") center bottom no-repeat;
  padding: 120px 15px 90px;
}
.concept_title {
  font-size: 20px;
}
.concept_bold {
  font-size: 35px;
  margin: 40px 0;
}
.concept p {
  line-height: 2;
}
.concept .icon {
  margin: 30px 0 50px;
}
.concept .icon img {
  width: 76px;
}
.concept .link a,
.blue_btn_link a{
  background: #436F8D;
  color: #fff;
  display: block;
  font-size: 17px;
  line-height: 80px;
  margin: 0 auto;
  max-width: 350px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .concept_in {
    padding: 30px 15px 40px;
  }
  .concept_title {
    font-size: 12px;
  }
  .concept_bold {
    font-size: 17px;
    margin: 20px 0;
  }
  .concept .icon {
    margin: 20px 0;
  }
  .concept .icon img {
    width: 40px;
  }
  .concept .link a,
  .blue_btn_link a{
    font-size: 13px;
    line-height: 60px;
  }
}

/* 商品一覧
------------------------------------------------*/
.product_list {
  padding: 90px 0;
}
.product_title,
.product_title_sub {
  color: #436F8D;
  text-align: center;
}
.product_title {
  font-family: "Tw Cen MT", "Century Gothic", Arial;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
}
.product_title_sub {
  font-size: 20px;
  margin-bottom: 40px;
}
.product_genre {
  margin-bottom: 60px;
  padding: 0 15px;
}
.product_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.product_flex li {
  margin: 0 15px;
}

.product_slider {
  margin-bottom: 90px;
}
.product_slider a {
  display: block;
  padding: 0 15px;
}
.product_slider a img {
  margin-left: auto;
  margin-right: auto;
}
.slider_control {
  display: flex;
}
.slider_control {
  display: flex;
  justify-content: space-between;
}
.slick-arrow {
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  padding: 0;
  height: 54px;
  margin-left: 25px;
  width: 54px;
}
.slick-arrow:after {
  content: "";
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  width: 8px;
  height: 8px;
}
.slick-prev:after {
  transform: rotate(-135deg);
}
.slick-next:after {
  transform: rotate(45deg);
}

@media screen and (max-width: 780px) {
  .product_title {
    font-size: 27px;
  }
  .product_title_sub {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .product_list {
    padding: 30px 0 40px;
  }
  .product_genre {
    margin-bottom: 20px;
  }
  .product_genre img {
    height: 30px;
    width: auto;
  }
  .product_flex {
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .product_flex li {
    margin: 0 10px 15px;
    width: calc(100% / 3 - 20px);
  }
  .product_slider {
    margin-bottom: 40px;
  }
  .slick-arrow {
    height: 30px;
    margin-left: 5px;
    width: 30px;
  }
  .slick-arrow:after {
    border-width: 3px;
    width: 6px;
    height: 6px;
  }
}

/* 使い方
------------------------------------------------*/
.howto {
  margin-top: 90px;
  margin-bottom: 140px;
}
.howto_title {
  background: url("https://ueda19740903.itembox.design/item/img/howto_bg.png?t=20230713115228") center center no-repeat;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
  padding: 15px 0;
}
.howto_title span {
  font-size: 20px;
}
.howto_title strong {
  font-size: 25px;
}
.howto dl {
  align-items: center;
  display: flex;
}
.howto dt {
  margin-right: 30px;
}
.howto dd strong {
  color: #436F8D;
  font-size: 18px;
  font-weight: 900;
}
.howto dd p {
  margin-top: 8px;
}
.howto_in dl {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 781px) {
  .howto_in {
    display: flex;
    justify-content: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 780px) {
  .howto {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .howto_title {
    margin-bottom: 20px;
  }
  .howto_title span,
  .howto_title strong {
    display: block;
    line-height: 1.4;
  }
  .howto_title span {
    font-size: 16px;
  }
  .howto_title strong {
    font-size: 20px;
  }
  .howto_in {
    padding: 0 15px;
  }
  .howto dl {
    margin-top: 15px;
  }
  .howto dt {
    margin-right: 15px;
  }
  .howto dd strong {
    font-size: 16px;
  }
  .howto dd p {
    margin-top: 4px;
  }
}

.base_title,
.base_title_sub {
  color: #436F8D;
}
.base_title {
  font-family: "Tw Cen MT", "Century Gothic", Arial;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
}
.base_title_sub {
  font-size: 20px;
}
@media screen and (max-width: 780px) {
  .base_title,
  .base_title_sub {
    text-align: center;
  }
  .base_title {
    font-size: 27px;
  }
  .base_title_sub {
    font-size: 14px;
  }
}

/* ランキング
------------------------------------------------*/
.ranking {
  background: #F4F4F4;
  padding: 140px 0;
}
.ranking_item {
  max-width: 416px;
}
.ranking_item a {
  display: block;
  font-weight: 900;
  position: relative;
}
.ranking_item .rank_no {
  position: absolute;
  top: 0;
  left: 0;
}
.ranking_item .item_pict {
  margin-bottom: 30px;
}
.ranking_item .item_name {
  min-height: 3em;
}
.ranking_item .price_wrap {
  text-align: right;
}
.ranking_item .price {
  font-size: 20px;
}
.ranking_item .tax {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 781px) and (max-width: 1400px) {
  .ranking {
    padding: 120px 15px;
  }
  .ranking_item {
    padding: 0 10px;
  }
}
@media screen and (min-width: 781px) {
  .ranking_list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
}
@media screen and (max-width: 780px) {
  .ranking {
    padding: 40px 15px;
  }
  .ranking_item .item_pict {
    margin-bottom: 10px;
  }
  .ranking_item {
    margin: 30px auto 0;
  }
}


.catch1 {
  background: url("https://ueda19740903.itembox.design/item/img/catch1_bg.png?t=20230713115228") center center no-repeat;
  text-align: center;
  padding: 98px 0;
}
@media screen and (max-width: 780px) {
  .catch1 {
    padding: 40px 10px;
  }
}


.top_menu_list {
  display: flex;
}
.top_menu_item {
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  flex: 1;
}
.top_menu_item:first-child {
  border-left: none;
}
.top_menu_item a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding: 80px 0;
}
.top_menu_item a:hover {
  background: #436F8D;
  color: #fff;
  opacity: 1;
}
.top_menu_item .pict {
  width: 100%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}
.top_menu_item .pict1 {
  background-image: url("https://ueda19740903.itembox.design/item/img/top_menu1_hover.svg?t=20230713115228");
}
.top_menu_item .pict2 {
  background-image: url("https://ueda19740903.itembox.design/item/img/top_menu2_hover.svg?t=20230713115228");
}
.top_menu_item .pict3 {
  background-image: url("https://ueda19740903.itembox.design/item/img/top_menu3_hover.svg?t=20230713115228");
}
.top_menu_item a:hover img {
  opacity: 0;
}
.top_menu_item p {
  font-size: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 780px) {
  .top_menu_item a {
    padding: 20px 10px;
  }
  .top_menu_item a img {
    height: 60px;
  }
  .top_menu_item p {
    font-size: 12px;
    margin-top: 10px;
  }
}

.top_news .link {
  margin-top: 30px;
}
.top_news .link a {
  border: 1px solid #333;
  display: block;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
.top_news .link a:hover {
  background: #333;
  color: #fff;
  opacity: 1;
}
.top_news_r {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  flex: 1;
}
.top_news_item {
  border-bottom: 1px solid #D9D9D9;
}
.top_news_item a {
  display: block;
  padding: 36px;
}
.top_news_item a:hover {
  color: #436F8D;
  opacity: 1;
}
.top_news_item dl {
  align-items: center;
  display: flex;
}
.top_news_r .date,
.top_news_r .cat {
  font-size: 12px;
}
.top_news_r .cat {
  border: 1px solid #C7C7C7;
  line-height: 24px;
  margin: 0 40px 0 30px;
  padding: 0 13px;
}
.top_news_item a:hover .cat {
  background: #436F8D;
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .top_news {
    margin: 110px 15px 140px;
  }
  .top_news_in {
    align-items: center;
    display: flex;
  }
  .top_news .link.sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .top_news {
    margin: 40px 15px 60px;
  }
  .top_news_l .link {
    display: none;
  }
}
@media screen and (min-width: 781px) {
  .top_news_l {
    margin-right: 120px;
    width: 180px;
  }
}
@media screen and (max-width: 780px) {
  .top_news_item a {
    padding: 15px;
  }
  .top_news_item dl {
    flex-wrap: wrap;
  }
  .top_news_item dd.tl {
    width: 100%;
    margin-top: 10px;
  }
  .top_news_r .cat {
    margin: 0 10px;
  }
}


.top_column_in {
  margin-top: 50px;
}
.column_list {
  display: flex;
  flex-wrap: wrap;
}
.column_item a {
  display: block;
}
.column_item .pict {
  margin-bottom: 15px;
}
.column_item .cat {
  font-size: 12px;
  margin-bottom: 15px;
}
.column_item .cat span {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 4px 20px;
  margin-right: 4px;
  margin-bottom: 4px;
}
@media screen and (min-width: 1401px) {
  .column_item {
    width: 300px;
    margin-right: 32px;
  }
  .column_item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 781px) and (max-width: 1400px) {
  .top_column {
    padding: 0 15px;
  }
  .column_item {
    margin: 15px;
    width: calc(100% / 3 - 30px);
  }
  .top_column_in {
    max-width: 1000px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 780px) {
  .column_item {
    margin: 15px 10px;
    width: calc(100% / 2 - 20px);
  }
  .top_column_in {
    margin-top: 20px;
    padding: 0 15px;
  }
  .column_item .pict {
    margin-bottom: 10px;
  }
  .column_item .cat {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .column_item .cat span {
    padding: 4px 10px;
    margin-right: 4px;
  }
}

.insta {
  text-align: center;
}

.footer_in {
  background: #436F8D;
  color: #fff;
  padding: 0 15px;
}
.ft_logo dl {
  align-items: center;
  display: flex;
}
.ft_logo dt {
  margin-right: 20px;
}
.ft_logo p {
  margin-top: 60px;
  font-size: 11px;
}
.footer_menu a {
  color: #fff;
}
@media screen and (min-width: 1001px) {
  .footer_menu {
    display: flex;
    justify-content: space-between;
    padding: 100px 0 50px;
  }
  .ft_menu_list {
    font-size: 17px;
  }
  .ft_menu_list p {
    margin-bottom: 16px;
  }
  .ft_product_title {
    border-bottom: 1px solid #fff;
    font-size: 17px;
    padding-bottom: 20px;
    margin-bottom: 5px;
  }
  .ft_product_menu {
    display: flex;
  }
  .ft_product_menu ul {
    width: 50%;
  }
  .ft_product_menu li {
    margin-top: 15px;
  }
  .ft_product {
    width: 335px;
  }
  .copy {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .footer_menu a,
  .ft_product_title {
    border-top: 1px solid #ccc;
    display: block;
    padding: 15px 20px;
  }
  .ft_product_title {
    cursor: pointer;
    position: relative;
  }
  .ft_product_title:after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: rotate(45deg) translate(0,-50%);
    transition-duration: .4s;
  }
  .ft_product_title.active:after {
    transform: rotate(-135deg) translate(0,-50%);
  }
  .footer_in {
    padding: 15px 0 0;
  }
  .ft_logo {
    margin-bottom: 20px;
  }
  .ft_logo p {
    display: none;
  }
  .ft_logo dl {
    justify-content: center;
  }
  .ft_logo dt img {
    height: 40px;
  }
  .ft_product_menu {
    background: #325D7B;
    display: none;
  }
  .ft_product_menu.active {
    display: block;
  }
  .ft_product_menu a:before {
    content: ">";
    display: inline-block;
    margin-right: 10px;
  }
}
.copy {
  background: #436F8D;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 15px;
}


/* フリーページ
------------------------------------------------*/
.fpage_title,
.fpage_title_sub {
  color: #436F8D;
  text-align: center;
}
.fpage_title {
  font-size: 40px;
  margin-bottom: 5px;
}
.fpage_title span {
  color: #333;
}
.fpage_title_sub {
  font-family: "Tw Cen MT", "Century Gothic", Arial;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.f_hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 15px;
}
.company .f_hero {
  background-image: url("https://ueda19740903.itembox.design/item/img/hero_company.png?t=20230713115228");
}
.privacy .f_hero {
  background-image: url("https://ueda19740903.itembox.design/item/img/hero_privacy.png?t=20230713115228");
}
.terms .f_hero {
  background-image: url("https://ueda19740903.itembox.design/item/img/hero_terms.png?t=20230713115228");
}
.guide .f_hero {
  background-image: url("https://ueda19740903.itembox.design/item/img/hero_guide.png?t=20230713115228");
}
.service_terms .f_hero {
  background-image: url("https://ueda19740903.itembox.design/item/img/hero_use-terms.png?t=20230713115228");
}
.regular .f_hero {
  background-image: url("https://ueda19740903.itembox.design/item/img/hero_regular.png?t=20230713115228");
}
.concept .f_hero {
  background-image: url("https://ueda19740903.itembox.design/item/img/hero_concept.png?t=20230713115228");
}
.fpage_content {
  line-height: 2;
  max-width: 1230px;
  margin: 0 auto;
  padding: 100px 15px;
}

.company_list {
  border-top: 1px solid #E6E6E6;
}
.company_list dl {
  border-bottom: 1px solid #E6E6E6;
}
.company_list dt {
  font-weight: 900;
}
.company_list dd {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
}
.company_list dd p:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (min-width: 801px) {
  .company_list dl {
    align-items: center;
    display: flex;
  }
  .company_list dt,
  .company_list dd {
    padding: 40px 60px;
  }
  .company_list dt {
    width: 25%;
  }
  .company_list dd {
    flex: 1;
  }
}
@media screen and (max-width: 800px) {
  .fpage_content {
    padding: 50px 15px;
  }
  .fpage_title {
    font-size: 20px;
  }
  .fpage_title_sub {
    font-size: 18px;
  }
  .f_hero {
    padding: 80px 15px;
  }
  .company_list dl {
    padding: 10px;
  }
  .company_list dt,
  .company_list dd {
    padding: 5px;
  }
}

.privacy_list dl:not(:first-child) {
  margin-top: 40px;
}
.privacy_list dt {
  border-bottom: 1px solid #E2EEF5;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.privacy_list dd {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
}
.privacy_list ul:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (max-width: 800px) {
  .privacy_list dt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.guide .payment {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  display: inline-block;
  margin: 25px 0;
  padding: 20px 30px;
}
.devit {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 20px 30px;
}
.devit .tl {
  font-size: 20px;
}
.devit p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 800px) {
  .guide .payment {
    padding: 15px;
  }
  .devit {
    padding: 15px;
  }
  .devit .tl {
    font-size: 16px;
  }
}

.terms_list h2 {
  border-bottom: 1px solid #436F8D;
  color: #436F8D;
  font-weight: 900;
  font-size: 25px;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.terms_list h2:not(:first-child) {
  margin-top: 60px;
}
.terms_list dt {
  border-left: 4px solid #436F8D;
  font-weight: 900;
  font-size: 18px;
  padding-left: 20px;
}
.terms_list dd {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  padding: 35px 15px;
}
@media screen and (max-width: 800px) {
  .terms_list h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .terms_list h2:not(:first-child) {
    margin-top: 30px;
  }
  .terms_list dt {
    font-size: 16px;
    padding-left: 10px;
  }
  .terms_list dd {
    padding: 20px 15px;
  }
}

.regular_bg {
  background: url("https://ueda19740903.itembox.design/item/img/regular_bg1.png?t=20230713115228") center center no-repeat;
  background-size: cover;
  font-size: 30px;
  text-align: center;
  padding: 130px 15px;
}
.regular .demo1,
.regular .demo2 {
  text-align: center;
}
.regular_bg2 {
  background: url("https://ueda19740903.itembox.design/item/img/regular_bg2.png?t=20230713115228") center center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 15px;
}
@media screen and (max-width: 800px) {
  .regular_bg {
    padding: 40px 15px;
    font-size: 15px;
  }
  .regular_bg2 {
    padding: 40px 15px;
  }
}


.concept_bg {
  background: url("https://ueda19740903.itembox.design/item/img/concept_bg1.png?t=20230713115228") bottom center no-repeat;
  background-size: 100% auto;
}
.concept_bg,
.concept_bg2,
.concept_bg3,
.concept_bg4 {
  padding: 120px 15px;
}
.concept_bg2,
.concept_bg3,
.concept_bg4 {
  background-repeat: no-repeat;


  background-position: center center;
  background-size: cover;
}
.concept_bg2 {
  background-image: url("https://ueda19740903.itembox.design/item/img/concept_bg2.png?t=20230713115228");
}
.concept_bg3 {
  background-image: url("https://ueda19740903.itembox.design/item/img/concept_bg3.png?t=20230713115228");
}
.concept_bg4 {
  background-image: url("https://ueda19740903.itembox.design/item/img/concept_bg4.png?t=20230713115228");
}

@media screen and (max-width: 800px) {
  .concept_bg,
  .concept_bg2,
  .concept_bg3,
  .concept_bg4 {
    padding: 60px 15px;
  }
}

.ft_submenu {
  background: #436F8D;
}
.ft_submenu a {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .ft_submenu li {
    display: inline-block;
    font-size: 13px;
    margin: 0 20px;
  }
  .ft_submenu {
    text-align: center;
    padding: 20px 20px 80px;
  }
}
@media screen and (max-width: 1000px) {
  .ft_submenu li {
    text-align: left;
  }
  .ft_submenu a {
    border-top: 1px solid #ccc;
    display: block;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1000px) {
  .fs-l-productLayout {
    display: flex;
    justify-content: space-between;
  }
  .fs-l-productLayout__item--1 {
    width: 45%
  }
  .fs-l-productLayout__item--2 {
    width: 50%
  }
  .fs-c-productMainImage__image img {
    width: 540px;
    height: 540px;
    object-fit: contain;
  }
}
.fs-c-breadcrumb__list {
  max-width: 1300px;
  margin: 0 auto;
}


/* コンセプト
------------------------------------------------*/
.concept_greet {
  max-width: 1300px;
  background: #fff;
  text-align: left;
}
.concept_greet .img {
  width: 100%;
  max-width: 485px;
}
.concept_greet .tl {
  color: #436F8D;
  font-weight: 600;
  line-height: 1.48;
}
@media screen and (min-width: 781px) {
  .concept_greet {
    margin: 100px auto 0;
    display: flex;
  }
  .concept_greet .tx {
    padding: 40px 70px 80px;
  }
  .concept_greet .tl {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 780px) {
  .concept_greet {
    overflow: hidden;
    margin-top: 30px;
  }
  .concept_greet .img {
    float: left;
    width: 30%;
    margin-right: 15px;
  }
  .concept_greet .tx {
    padding: 15px;
  }
  .concept_greet .tl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.concept_voice_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}
.concept_voice_list p {
  text-align: left;
  background: #EFF6FA;
  box-sizing: border-box;
}

.concept_point_list li {
  text-align: left;
}
@media screen and (min-width: 781px) {
  .concept_voice_list p {
    width: 48%;
    max-width: 620px;
    margin: 15px 0;
    padding: 30px 60px;
  }
  .concept_voice_list p:nth-child(even) {
    margin-left: auto;
  }
  .concept_point {
    margin-top: 80px;
  }
  .concept_point_title {
    margin-bottom: 30px;
  }
  .concept_point_list {
    display: flex;
    justify-content: center;
  }
  .concept_point_list .image {
    margin-right: 30px;
  }
  .concept_point_list li {
    font-size: 17px;
    margin: 20px 0;
  }
}
@media screen and (max-width: 780px) {
  .concept_voice_list p {
    padding: 15px;
    margin-bottom: 10px;
  }
  .concept_point {
    margin-top: 40px;
  }
  .concept_point_title {
    margin-bottom: 20px;
  }
  .concept_point_title img {
    max-width: 50%;
  }
  .concept_point_list .image img {
    max-width: 90px;
  }
  .concept_point_list li {
    margin: 15px 0;
    font-size: 15px;
  }
}


/* 定期便
------------------------------------------------*/
.regular_item > p{
  text-align: center;
}
.regular_item_wrap .price_wrap {
  text-align: right;
}
.regular_item_wrap .price {
  font-size: 20px;
}
.regular_item_wrap .tax {
  font-size: 12px;
}

.regular_flow {
  text-align: center;
}
.regular_merit_title,
.regular_flow .flow_title {
  color: #436F8D;
}

.regular_merit_title {
  letter-spacing: 0.1em;
}
.merit_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.merit_item {
  background: #fff;
  position: relative;
}
.merit_item .merit {
  position: absolute;
  top: 0;
  left: 0;
}
.merit_item_title {
  border-bottom: 1px solid #436F8D;
}
.merit_sub_title {
  color: #436F8D;
  border-bottom: 1px solid #436F8D;
}

.merit_tel {
  border: 2px solid #436F8D;
  border-radius: 6px;
  color: #436F8D;
  max-width: 460px;
  width: 80%;
  margin: 50px auto 0;
}

@media screen and (min-width: 781px) {
  .merit_item .merit {
    top: -50px;
    left: -50px;
  }
  .regular_item_title {
    margin-bottom: 40px;
  }
  .regular_item_wrap {
    display: flex;
    align-items: center;
    margin-top: 70px;
  }
  .regular_item_wrap .image {
    margin-right: 50px;
  }
  .regular_item_wrap .price_wrap {
    margin: 30px 0 60px;
  }
  .regular_merit_title,
  .regular_flow .flow_title {
    font-size: 40px;
  }
  .regular_flow .flow_tx {
    margin: 40px 0;
  }
  .merit_item {
    padding: 50px 70px;
    margin-top: 80px;
  }
  .merit_item_title {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .merit_sub_item_wrap {
    display: flex;
    justify-content: space-between;
  }
  .merit_sub_item_wrap {
    margin-top: 40px;
  }
  .merit_sub_item {
    max-width: 400px;
    width: 48%;
  }
  .merit_sub_title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .merit_tel {
    padding: 15px 0;
  }
  .merit_tel p {
    font-size: 20px;
  }
  .merit_tel p.number {
    font-size: 30px;
  }
}
@media screen and (max-width: 780px) {
  .regular_merit_title,
  .regular_item_title {
    margin-bottom: 20px;
  }
  .regular_item_wrap {
    margin-top: 30px;
  }
  .regular_item_wrap .image {
    text-align: center;
    margin-bottom: 20px;
  }
  .regular_item_wrap .price_wrap {
    margin: 15px 0 30px;
  }
  .regular_flow .flow_title {
    font-size: 20px;
  }
  .regular_flow .flow_tx {
    margin: 20px 0;
  }
  .merit_item {
    padding: 25px 20px;
    margin-top: 30px;
  }
  .merit_item .merit {
    max-width: 20%;
    top: -15px;
    left: -10px;
  }
  .merit_item_title {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .merit_sub_item {
    margin-top: 20px;
  }
  .merit_sub_title {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .merit_tel {
    margin-top: 20px;
    padding: 10px 0;
  }
  .merit_tel p.number {
    font-size: 15px;
  }
}

/* ヘッダー（ファーストビュー）
------------------------------------------------*/
.top_text img {
  margin-bottom: 20px;
}
.top_text p {
  margin-top: 20px;
}
@media screen and (min-width: 901px) {
  .main_wrap {
    background: url(https://ueda19740903.itembox.design/item/ubeauty/main_image_rep.png?t=20230713115228) center bottom;
    background-size: 100% auto;
  }
  .hero {
    background: url(https://ueda19740903.itembox.design/item/ubeauty/main_image.png?t=20230713115228) center bottom no-repeat;
    background-size: 100% auto;
    padding-top: 10%;
  }
  .logo {
    width: 100px;
  }
  .hd_btn {
    width: 290px;
  }
  .main_text {
    margin: 0 auto;
    max-width: 1500px;
  }
  .main_text p {
    margin-bottom: 40px;
    width: 840px;
  }
  .hd_scroll {
    margin: 0 auto;
    padding: 50px 0;
    width: 40px;
  }
  .top_text {
    margin: 100px auto;
    text-align: center;
    width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .main_wrap {
    background: url(https://ueda19740903.itembox.design/item/ubeauty/main_image_rep_sp.png?t=20230713115228) center bottom;
    background-size: 100% auto;
  }
  .hero {
    background: url(https://ueda19740903.itembox.design/item/ubeauty/main_image_sp.png?t=20230713115228) center bottom no-repeat;
    background-size: 100% auto;
    padding-top: 10%;
  }
  .logo {
    width: 50px;
  }
  .hd_btn {
    width: 145px;
  }
  .main_text {
    margin: 0 auto;
  }
  .main_text p {
    margin: 0 auto 20px;
    width: 80%;
  }
  .hd_scroll {
    margin: 70% auto 0;
    padding: 30px 0;
    width: 30px;
  }
  .top_text {
    margin: 50px auto;
    text-align: center;
    width: 80%;
  }
}

/* キャンペーンバナー
------------------------------------------------*/
.campaign_title {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .campaign {
    max-width: 1400px;
    margin: 100px auto;
  }
  .campaign_in {
    background: url(https://ueda19740903.itembox.design/item/ubeauty/campaign_bg_pc.jpg?t=20230713115228) center center no-repeat;
    background-size: cover;
    padding: 100px 8%;
  }
  .campaign_title {
    margin-bottom: -56px;
  }
  .campaign_image {
    margin-bottom: -30%;
    max-width: 64%;
  }
  .campaign_btn {
    margin-left: auto;
    max-width: 636px;
    width: 64%;
  }
}
@media screen and (max-width: 900px) {
  .campaign {
    max-width: 750px;
    margin: 50px auto;
  }
  .campaign_in {
    background: url(https://ueda19740903.itembox.design/item/ubeauty/campaign_bg_sp.jpg?t=20230713115228) center center no-repeat;
    background-size: cover;
    padding: 50px 4%;
  }
  .campaign_title {

    margin: 0 4% -28px;
  }
  .campaign_image {
    margin-bottom: -20px;
  }
  .campaign_btn {
    padding: 0 4%;
  }
}

/* こんなお悩みありませんか？
------------------------------------------------*/
.trouble_text {
  background: #818181;
}
.trouble_title {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1301px) {
  .trouble {
    margin: 100px auto;
    position: relative;
  }
  .trouble_image {
    margin-left: auto;
    text-align: right;
    width: 56%;
  }
  .trouble_text {
    left: 0;
    padding: 80px 0 80px 10%;
    position: absolute;
    top: 40px;
    width: 56%;
  }
  .trouble_title {
    padding-bottom: 20px;
  }
  .trouble_title img {
    width: 540px;
  }
  .trouble_text ul {
    width: 425px;
  }
  .trouble_text ul li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1300px) {
  .trouble {
    margin: 100px auto;
    position: relative;
  }
  .trouble_image {
    margin-left: auto;
    text-align: right;
    width: 56%;
  }
  .trouble_text {
    left: 0;
    padding: 40px 5%;
    position: absolute;
    top: 20px;
    width: 56%;
  }
  .trouble_title {
    padding-bottom: 20px;
  }
  .trouble_title img {
    width: 540px;
  }
  .trouble_text ul {
    width: 425px;
  }
  .trouble_text ul li {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .trouble {
    margin-bottom: 40px;
  }
  .trouble_text {
    margin: 0 auto;
    padding: 30px;
  }
  .trouble_title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .trouble_text ul li {
    margin-top: 10px;
  }
}

.skincare {
  text-align: center;
}

/* 3つの特徴
------------------------------------------------*/
.feature {
  background: url(https://ueda19740903.itembox.design/item/ubeauty/feature_bg.jpg?t=20230713115228) center center no-repeat;
  background-size: cover;
}
.feature_title {
  max-width: 750px;
}
.feture_item {
  background: #fff;
  text-align: left;
}
.feture_item:nth-child(even) {
  margin-left: auto;
}
.feture_item dd {
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .feature {
    padding: 100px;
  }
  .feature_title {
    margin: 0 auto 50px;
  }
  .feture_item {
    margin-top: 40px;
    max-width: 80%;
    padding: 70px 100px;
  }
  .feture_item dt {
    margin-bottom: 40px;
    max-width: 880px;
  }
}
@media screen and (max-width: 900px) {
  .feature {
    padding: 30px 15px;
  }
  .feature_title {
    margin: 0 auto 25px;
  }
  .feture_item {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .feture_item dt {
    margin-bottom: 20px;
  }
}

/* 使用方法
------------------------------------------------*/
.lp_howto {
  background: #f1f1f1;
  padding: 100px 20px;
}
.lp_howto_title {
  max-width: 750px;
  margin: 0 auto 50px;
}
.movie {
  max-width: 1000px;
  margin: 0 auto;
}
.movie video {
  width: 100%;
}

/* お客様の声
------------------------------------------------*/
.voice_title {
  max-width: 750px;
}
.voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.voice_item p {
  background: #fff;
  margin: 0 20px;
  padding: 20px 30px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .voice {
    padding: 100px 20px 10px;
  }
  .voice_title {
    margin: 0 auto 50px;
  }
  .voice_item {
    max-width: 600px;
    width: 49%;
  }
  .voice_item:nth-child(even) {
    margin-top: 60px;
  }
  .voice_item .voice_image {
    margin-bottom: -40px;
  }
}
@media screen and (max-width: 900px) {
  .voice {
    padding: 50px 20px 10px;
  }
  .voice_title {
    margin: 0 auto 20px;
  }
  .voice_item {
    max-width: 600px;
    margin: 20px auto 0;
  }
  .voice_item .voice_image {
    margin-bottom: -20px;
  }
}

/* 肌診断
------------------------------------------------*/
.skin_check {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .arrow {
    max-width: 620px;
    margin: 80px auto;
  }
  .skin_check {
    margin: 80px 0;
  }
}
@media screen and (max-width: 900px) {
  .arrow {
    max-width: 620px;
    margin: 40px auto;
  }
  .skin_check {
    margin: 40px 4%;
  }
}

/* 会社概要
------------------------------------------------*/
.company {
  background: url(https://ueda19740903.itembox.design/item/ubeauty/company_bg.png?t=20230713115228) center bottom no-repeat;
  padding-bottom: 50px;
}
.company_title {
  max-width: 750px;
  margin: 0 auto;
}
.company_box iframe {
  display: block;
  width: 100%;
}
.company_box h3 {
  margin-bottom: 20px;
}
.company_box:nth-child(even) {
  padding: 40px;
}
.company_box th,
.company_box td {
  font-weight: normal;
  text-align: left;
  padding: 6px 12px;
}
.company_in {
  background: #fff;
}
@media screen and (min-width: 901px) {
  .company_in {
    align-items: center;
    display: flex;
    max-width: 1400px;
    margin: 60px auto;
  }
  .company_box {
    width: 50%;
  }
}
@media screen and (max-width: 900px) {
  .company {
    padding: 20px;
  }
  .company_title {
    margin-bottom: 20px;
  }
  .company_box iframe {
    height: 300px;
  }
}

@media screen and (min-width: 901px) {
  .snslink {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .snslink ul {
    display: flex;
    justify-content: center;
  }
  .snslink ul li {
    max-width: 32%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 900px) {
  .snslink {
    margin-top: 30px;
    text-align: center;
  }
  .snslink ul li {
    margin: 0 auto 10px;
    max-width: 60%;
  }
}

.fs-c-productNameHeading,
.fs-c-productNumber,
.fs-c-productMarks{
  margin-bottom: 15px;
}
.fs-c-productNameHeading__copy {
  display: block;
  margin-bottom: 10px;
}
.fs-c-productNameHeading__name {
  display: block;
}
.fs-p-productDescription--full {
  margin-top: 15px;
}

#insta ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5%;
}
#insta ul li {
  width: calc(100% / 6);
}
#insta ul li a {
  display: block;
}
#insta ul li a span {
  display: none;
}
@media screen and (max-width: 900px) {
  #insta ul li {
    width: calc(100% / 3);
  }
}