@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 style.css

+++++++++++++++++++++++++++++++ */

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;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  font-weight: 400;
  font-family: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000;
  background: #fff;
  overflow-y: scroll;
}
body {
  margin: 0;
  font-size: 1.6rem;
}
:root {
  --black: #000;
  --white: #fff;
  --pink: #DC5065;
  --gray: #898989;
  --gray-dark: #ddd;
  --gray-light: #EDEDED;
  --border-black: 1px solid #000;
  --border-gray: 1px solid #898989;
  --border-gray-dark: 1px solid #ddd;
  --border-gray-light: 1px solid #EDEDED;
  --border-white: 1px solid #fff;
  --border-pink: 1px solid #DC5065;
  --font-family-Helvetica-Bd: 'HelveticaNeueLTPro-Bd', 'Hiragino Sans', 'Arial', sans-serif;
  --font-family-Helvetica-Roman: 'HelveticaNeueLTPro-Roman', 'Hiragino Sans', 'Arial', sans-serif;
  --font-family-Helvetica-Lt: 'HelveticaNeueLTPro-Lt', 'Hiragino Sans', 'Arial', sans-serif;
  --font-family-Noto-Sans: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6,
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary,
div, span,
p,
ul, ol, li,
dl, dt, dd,
table, tr, th, td,
a, img,
*, *:after, *:before {
  box-sizing: border-box;
}
figure {
  margin: 0;
  padding: 0;
}
p, li, dl, table {
  line-break: strict;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 1.6rem;
  line-height: 1.6;
}
small {
  font-size: 0.9em;
}
tr {
  word-break: break-all;
}
.nw {
  white-space: nowrap;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  max-width: 100%;
}
::selection {
  background: #7cc6cf;
  color: #ffffff;
}
::-moz-selection {
  background: #7cc6cf;
  color: #ffffff;
}
a {
  background: transparent;
  text-decoration: none;
  color: var(--black);
}
a:focus {
  outline:none;
}
a:hover {
  text-decoration: none;
}
a.txtlink[target=_blank] {
  position: relative;
  text-decoration: underline;
}
a.txtlink[target=_blank]::after {
  content: '\e89e';
  display: inline-block;
  margin: 0 3px;
  font-size: 1.2rem;
  font-family: 'Material Icons Outlined';
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.clearfix:before {
  content: '';
  display: block;
  clear: both;
}
ul, ol, .li_none {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
dd {
  margin-left: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
select option {
  padding: 0px 5px;
}
form label {
  cursor: pointer;
}
input {
  -webkit-appearance: none;
}
input:placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
.ma0 { margin:0 !important; }
.mt0 { margin-top:0 !important; }
.mr0 { margin-right:0 !important; }
.mb0 { margin-bottom:0 !important; }
.ml0 { margin-left:0 !important; }
.ma10 { margin:10px; }
.mt10 { margin-top:10px; }
.mr10 { margin-right:10px; }
.mb10 { margin-bottom:10px; }
.ml10 { margin-left:10px; }
.ma20 { margin:20px; }
.mt20 { margin-top:20px; }
.mr20 { margin-right:20px; }
.mb20 { margin-bottom:20px; }
.ml20 { margin-left:20px; }
.ma30 { margin:30px; }
.mt30 { margin-top:30px; }
.mr30 { margin-right:30px; }
.mb30 { margin-bottom:30px; }
.ml30 { margin-left:30px; }
.ma40 { margin:40px; }
.mt40 { margin-top:40px; }
.mr40 { margin-right:40px; }
.mb40 { margin-bottom:40px; }
.ml40 { margin-left:40px; }
.ma50 { margin:50px; }
.mt50 { margin-top:50px; }
.mr50 { margin-right:50px; }
.mb50 { margin-bottom:50px; }
.ml50 { margin-left:50px; }
.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }
html.sr .fadein,
html.sr .fadein_delay {
  visibility: hidden;
}
@-moz-document url-prefix(){
  html.sr .fadein,
  html.sr .fadein_delay {
    visibility: visible;
  }
}
@media screen and (min-width: 769px) {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.6;
  }
  p, li, dl, table { line-height: 1.7; }

  /* SP時のみ電話にリンク */
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.4;
  }
  p, li, dl, table {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}


/* display
-----------------------------------*/
@media screen and (min-width: 1200px) {
  .pc_1200 { display: block;}
}
@media screen and (max-width: 1199px) {
  .pc_1200 { display: none;}
}
@media screen and (min-width: 769px) {
  .pc { display: block !important; }
  .sp { display: none !important; }
}
@media screen and (max-width: 768px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}
@media screen and (min-width: 481px) {
  .sp_480 { display: none !important; }
}


/* layout
-----------------------------------*/
.main {
  position: relative;
  padding: 100px 0 0;
  overflow: hidden;
}
.wrapper {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .main {
    padding: 60px 0 0;
  }
  .wrapper {
    max-width: 92%;
  }
}

/* 2column */
.contents__main {
  margin-top: 100px;
  overflow: hidden;
}
.contents__column {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1100px;
  margin: 100px auto 80px;
}
@media screen and (max-width: 1199px) {
  .contents__column {
    max-width: 92%;
  }
}
@media screen and (min-width: 770px) {
  .contents__column-main {
    width: 100%;
    max-width: 770px;
  }
  .contents__column-nav {
    width: 240px;
    min-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .contents__main {
    margin-top: 40px;
  }
  .contents__column {
    flex-wrap: wrap;
    gap: 0;
    margin: 40px auto 0;
  }
  .contents__column-main,
  .contents__column-nav {
    width: 100%;
  }
  .contents__column-nav {
    margin: 0 0 80px;
  }
}

/* page */
.contents__section {
  padding: 0 0 140px;
}
.white__bg {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 140px;
  overflow: hidden;
}
.white__bg::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f7f7f7;
}
.none__bg {
  padding: 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contents__section {
    padding: 0 0 80px;
  }
    .white__bg {
    padding: 0 0 80px;
  }
  .white__bg::before {
    top: 16px;
  }
  .none__bg {
    padding: 80px 0;
  }
}


/* title
-----------------------------------*/
.contents__title {
  position: relative;
  padding-top: 50px;
}
.contents__title h2 {
  max-width: 1100px;
  margin: 0 auto;
}
.contents__title-en {
  position: relative;
  font-size: 2.0rem;
  line-height: 1;
  font-family: var(--font-family-Helvetica-Bd);
  font-weight: 700;
  color: var(--pink);
}
.contents__title-en.red {
  color: var(--pink);
}
.contents__title-jp {
  display: block;
  margin-top: 5px;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
}
.contents__title-jp small {
  display: block;
  margin: 0 0 10px;
  font-size: 3.0rem;
}
@media screen and (min-width: 1600px) {
  .contents__title h2 {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1199px) {
  .contents__title {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .contents__title-en {
    font-size: 1.4rem;
  }
  .contents__title-jp {
    font-size: 4.0rem;
  }
  .contents__title-jp small {
    font-size: 1.8rem;
  }
  }
@media screen and (max-width: 480px) {
  .contents__title-en.small::before {
    font-size: 8.2vw;
  }
}

.heading__large {
  position: relative;
  margin: 0 0 50px;
  padding: 20px 0 0;
  font-size: 3.6rem;
}
.heading__large::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 2px;
  background: var(--pink);
}
.heading__medium {
  margin: 0 0 20px;
  font-size: 2.4rem;
}
.heading__small {
  margin: 0 0 10px;
  font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
  .heading__large {
    margin: 0 0 40px;
    padding: 16px 0 0;
    font-size: 2.8rem;
  }
  .heading__large::before {
    width: 60px;
  }
  .heading__medium {
    margin: 0 0 14px;
    font-size: 2.0rem;
  }
  .heading__small {
    font-size: 1.8rem;
  }
}


/* title animation
-----------------------------------*/
.animation__title {
  opacity: 0;
}
.animation__title span {
  opacity: 0;
}


/* パンくず
-----------------------------------*/
.contents__breadcrum {
  padding: 12px 0;
  background: var(--white);
  border-top: var(--border-gray-light);
}
.contents__breadcrum ul {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.contents__breadcrum ul li {
  position: relative;
  margin-right: 10px;
  font-size: 1.1rem;
  line-height: 1;
  color: #666;
}
.contents__breadcrum ul li::after {
  position: relative;
  content: '/';
  margin-left: 10px;
}
.contents__breadcrum ul li:last-child:after {
  content: none;
}
.contents__breadcrum ul li a {
  color: #666;
  transition: .3s;
}
.contents__breadcrum ul li a:hover {
  opacity: .7;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .contents__breadcrum ul {
    max-width: 92%;
  }
}
@media screen and (min-width: 769px) {
  .contents__breadcrum li.last {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .contents__breadcrum {
    padding-bottom: 2px;
  }
  .contents__breadcrum ul {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0 0 8px;
    overflow-x: scroll;
  }
  .contents__breadcrum ul li {
    white-space:nowrap
  }
  .contents__breadcrum ul li:first-child {
    padding: 0 0 0 4%;
  }
  .contents__breadcrum ul li::after {
    margin-left: 10px;
  }
}


/* pager
-----------------------------------*/
.pager {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
  margin: 100px 0 140px;
}
.pager__item {
  position: relative;
}
.pager__link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 1.6rem;
  background: var(--white);
  border: var(--border-black);
  border-radius: 50%;
  transition: all .5s !important;
}
.pager__item--current .pager__link {
  color: #fff;
  background: var(--black);
  border: var(--border-black);
}
.pager__link:hover {
  color: #fff;
  background: var(--black);
}
.pager__item--current .pager__link:hover {
  color: var(--black);
  background: var(--white);
}
.pager__item--prev, .pager__item--next {
  width: 40px;
  height: 40px;
  border-color: var(--black);
  cursor: pointer;
}
.pager__item--prev::before, .pager__item--next::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  border-color: inherit !important;
  border-right: solid 2px;
  border-top: solid 2px;
}
.pager__item--prev::before {
  margin-right: 5px;
  transform: rotate(-135deg);
}
.pager__item--next::before {
  margin-left: 5px;
  transform: rotate(45deg);
}
@media screen and (max-width: 1199px) {
  .pager {
    margin: 60px 0 80px;
  }
}


/* side nav
-----------------------------------*/
/* category */
.nav-category__item {
  margin: 0 0 50px;
}
.nav-category__item p,
.nav-tag__item p {
  margin: 0 0 30px;
  text-align: center;
  font-size: 2.0rem;
  line-height: 1;
  pointer-events: none;
}
.nav-category__item ul li,
.nav-tag__item ul li {
  display: block;
  margin: 0 0 20px;
}
.nav-category__item ul li:last-child,
.nav-tag__item ul li:last-child {
  margin-bottom: 0;
}
.nav-category__item ul li a,
.nav-tag__item ul li a {
  display: block;
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 60px;
  transition: .3s;
}
.nav-category__item ul li a {
  text-align: center;
  background: var(--white);
  border: var(--border-black);
}
.nav-category__item ul li a:hover {
  color: var(--white);
  background: var(--black);
}
.nav-category__item.type_02 ul li a {
  color: var(--white);
  background: var(--black);
  border: var(--border-black);
}
.nav-category__item.type_02 ul li a:hover {
  color: var(--black);
  background: var(--white);
}

/* tags */
.nav-tag__item ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.nav-tag__item ul li a {
  padding: 6px 12px;
  font-size: 1.2rem;
  color: var(--white);
  background: var(--gray);
  border: var(--border-gray);
}
.nav-tag__item ul li a:hover {
  color: var(--white);
  background: var(--black);
}
.nav-tag__item ul li a .nav-tag__txt {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  /* accordion */
  .acc-nav {
    display: block;
    border-bottom: 1px solid #666;
    cursor:pointer;
    position: relative;
  }
  .acc-nav::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 1px;
    background: var(--black);
    transition: .3s;
  }
  .acc-nav::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 15px;
    height: 1px;
    transform: rotate(90deg);
    background: var(--black);
    transition: .3s;
  }
  .acc-nav.open::before {
    transform: rotate(180deg);
  }
  .acc-nav.open::after {
    opacity: 0;
  }

  /*category*/
  .nav-category__item {
    margin: 0 0 10px;
  }
  .nav-category__item p,
  .nav-tag__item p {
    margin: 0 0 14px;
    padding: 14px;
    text-align: left;
    font-size: 1.6rem;
    pointer-events: all;
  }
  .nav-category__list,
  .nav-tag__list {
    display: none;
  }
  .nav-category__item ul,
  .nav-tag__item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .nav-category__item ul li,
  .nav-tag__item ul li {
    max-width: 300px;
    margin: 0 10px 10px 0;
  }
  .nav-category__item ul li a,
  .nav-tag__item ul li a {
    padding: 6px 14px;
    font-size: 1.2rem;
  }
}


/* footer nav
-----------------------------------*/
.footer-nav__container {
  position: relative;
  background: var(--gray-dark);
  overflow: hidden;
}
.footer-nav__inner {
  max-width: 1100px;
  margin: 40px auto 60px;
}
.footer-nav__title {
  position: relative;
  margin: 0 0 20px;
  text-align: center;
  font-size: 3.0rem;
  line-height: 1;
  font-family: var(--font-family-Helvetica-Bd);
  font-weight: 700;
}
/*.footer-nav__title::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: 6px auto 0;
  border: 2px solid;
  border-color:  transparent transparent #09365E #09365E;
  transform: rotate(-45deg);
}*/
.footer-nav__inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 4%;
}
.footer-nav__inner ul li {
  width: calc((100% - 8%) / 3);
}
.footer-nav__inner a {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  background: var(--white);
  border: var(----border-black);
  border-radius: 60px;
  transition: .3s;
}
.footer-nav__inner a::after {
  content: '\e5c8';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-family: 'Material Icons Outlined';
}
.footer-nav__inner a:hover {
  color: var(--white);
  background: var(--black);
}
@media screen and (max-width: 1199px) {
  .footer-nav__inner {
    max-width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav__inner {
    margin: 30px auto 40px;
  }
  .footer-nav__title {
    font-size: 2.4rem;
  }
  .footer-nav__inner ul li {
    width: calc((100% - 4%) / 2);
  }
}
@media screen and (max-width: 480px) {
  .footer-nav__inner ul {
    max-width: 320px;
    margin: 0 auto;
    gap: 14px;
  }
  .footer-nav__inner ul li {
    width: 100%;
  }
  .footer-nav__inner a {
    padding: 14px 20px;
  }
}


/* list
-----------------------------------*/
ul.disc {
  list-style-type: disc;
  margin: 1em 0;
  padding-left: 20px;
}
ol.parentheses {
  margin-left: 1.6em;
}
ol.parentheses li {
  counter-increment: cnt;
}
ol.parentheses li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -1.6em;
  width: 1.6em;
}
ol.number,
ol.other {
  position: relative;
}
ol.number li  {
  list-style-position: outside;
  margin: 0;
  padding-left: 1.6em
}
ol.other li  {
  margin: 0;
  padding-left: 1.6em
}
ol.number li span,
ol.other li span {
  position: absolute;
  left: 0;
  margin: 0
}


/* catalog new icon
-----------------------------------*/
.catalog-new__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--pink);
}
.catalog-new__icon span {
  font-size: 1.1rem;
  font-family: "HelveticaNeueLTPro-Bd", "Hiragino Sans", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: var(--white);
}

/* カタログ 詳細ページ */
.catalog-container__img .catalog-new__icon {
  top: 10px;
  left: 10px;
  z-index: 10;
}

/* 法人・個人のおすすめカタログ */
.recommend__img-inner .catalog-new__icon {
  top: 10px;
  left: 10px;
}
