@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.87em;
  color: #231815;
  position: relative;
  z-index: -1;
  overscroll-behavior-x: none;
  scroll-behavior: smooth;
}
@media screen and (max-width: 599px) {
  body,
  html {
    font-size: 16px;
  }
}

body {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 599px) {
  body {
    padding-bottom: 63px;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

a img {
  display: block;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
a:hover img {
  opacity: 0.6 !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .container {
    max-width: none;
    padding: 0px 20px;
  }
}

.container-S {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 599px) {
  .container-S {
    width: 100%;
    padding: 0px 27px;
  }
}

.block-l {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 599px) {
  .block-l {
    margin-bottom: 60px !important;
  }
}

.block-m {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 599px) {
  .block-m {
    margin-bottom: 30px !important;
  }
}

.block-s {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .block-s {
    margin-bottom: 10px !important;
  }
}

.circle_li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.circle_li > li {
  position: relative;
  padding-left: 10px;
}
.circle_li > li::before {
  content: "⚫︎";
  color: #e7380d;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: -10px;
}

.no_li {
  margin-left: 20px;
  margin-bottom: 20px;
}
.no_li > li {
  list-style-type: decimal;
}

strong,
th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

dt {
  font-weight: 500;
}

.bold {
  font-weight: 700 !important;
}

.font-s {
  font-size: 14px;
  line-height: 1.4em;
}

.font-m {
  font-size: 16px;
  line-height: 1.6em;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}
.center a,
.center div {
  margin: 0 auto;
}

.red {
  color: #e7380d;
}

.w100 {
  width: 100%;
}

.column-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 40px;
  font-weight: 900;
  text-align: center;
}
.column-3 img {
  width: 100%;
  margin-bottom: 10px;
}

#home .header {
  margin-bottom: 0px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .header {
    margin-bottom: 40px;
  }
}
.header__logo {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 90px;
  }
}
.header__logo img {
  width: 100%;
}
.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header__nav ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .header__nav ul {
    width: 300px;
  }
}
.header__nav ul li {
  width: 90px;
  text-align: center;
  font-size: 14px;
  line-height: 80px;
  position: relative;
  margin: 0px 10px;
}
@media screen and (max-width: 599px) {
  .header__nav ul li {
    text-align: left;
  }
}
.header__nav ul li a {
  display: block;
  width: 100%;
  line-height: 34px;
  margin-top: 24px;
}
.header__nav ul li ul {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  bottom: -80px;
  left: 20px;
  padding-top: 20px;
  z-index: 100;
}
@media screen and (max-width: 599px) {
  .header__nav ul li ul {
    padding-top: 0;
  }
}
.header__nav ul li ul li {
  display: block;
  width: 280px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.header__nav ul li ul li a {
  margin-top: 0 !important;
}
.header__search {
  width: 100px;
}
.header__search img {
  display: none;
}

#puroductsmenu {
  pointer-events: none;
}

.second-menu {
  position: absolute;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.products.active .second-menu {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

#home .header .home,
#news .header .news,
#about .header .about,
#products .header .products,
#dinograph-sticker .header .products,
.single-product-sticker .header .products,
.single-product .header .products,
#company .header .company,
#contact .header .contact,
#contact_thanks .header .contact,
#english .header .english {
  border-bottom: 1px solid #231815;
}

@media screen and (max-width: 599px) {
  #products .header .products .poster,
  #dinograph-sticker .header .products .sticker {
    border-bottom: 1px solid #231815;
  }
  #products .header .products,
  #dinograph-sticker .header .products {
    border-bottom: none;
  }
}
/**********ハンバーガーメニュー*********/
.header__hamburger {
  width: 32px;
  height: 24px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  cursor: pointer;
  z-index: 300;
  right: 20px;
  position: fixed;
}

.header__hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__hamburger.is-open span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.header__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 599px) {
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    padding-top: 80px;
    z-index: 250;
  }
  .header__nav.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
  .header__search {
    display: none;
  }
  .header__hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* スマホではサブメニュー常時表示 */
  .second-menu {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
    pointer-events: auto !important;
    position: static !important;
    padding-top: 10px;
  }
  .products .second-menu {
    display: block !important;
  }
}
.btn_blue_arrow_S {
  min-width: 360px !important;
}
.btn_blue_arrow_S::after {
  position: absolute;
  right: 30px;
}

.btn-border {
  display: block;
  text-align: center;
  line-height: 30px;
  padding: 0px 30px;
  border: 1px solid #231815;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main {
  padding-bottom: 200px;
}

.page-ttl {
  width: 100%;
  height: 400px;
  background-color: #f3f5fd;
  padding-top: 120px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
.page-ttl .container {
  position: relative !important;
  z-index: 1 !important;
}
.page-ttl .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
.page-ttl .breadcrumb li {
  padding-right: 30px;
}
.page-ttl .breadcrumb li a {
  position: relative;
}
.page-ttl .breadcrumb li a::after {
  content: ">";
  font-size: 13px;
  position: absolute;
  right: -20px;
}

.block {
  padding-bottom: 80px;
}
@media screen and (max-width: 599px) {
  .block {
    padding-bottom: 40px;
  }
}

.item-attention {
  width: 800px;
  border: 1px solid #231815;
  padding: 40px;
  margin: 0 auto 60px auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .item-attention {
    width: 100%;
    padding: 30px;
  }
}
.item-attention h4 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .item-attention h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.item-attention p {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .item-attention p {
    text-align: left;
    font-size: 14px;
  }
}

.products-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 599px) {
  .products-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}
.products-single__images {
  width: 700px;
}
@media screen and (max-width: 599px) {
  .products-single__images {
    width: 100%;
  }
}
.products-single__images__main {
  padding-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .products-single__images__main {
    padding-bottom: 20px;
  }
}
.products-single__images__main img {
  width: 100%;
  height: auto;
}
.products-single__images__main p {
  font-size: 14px;
}
.products-single__images__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .products-single__images__sub {
    gap: 10px;
  }
}
.products-single__images__sub li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.products-single__images__sub li img {
  width: 100%;
  height: auto;
}
.products-single__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 599px) {
  .products-single__text {
    width: 100%;
  }
}
.products-single__text__ttl {
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 5px;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 599px) {
  .products-single__text__ttl {
    font-size: 34px;
  }
}
.products-single__text__01 {
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 40px;
  margin-top: 40px;
}
.products-single__text__01 .price {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 10px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.products-single__text__01 .price span {
  font-size: 14px;
  position: absolute;
  top: 2px;
  right: -54px;
}
.products-single__text__02 {
  margin-bottom: 30px;
  padding: 20px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.products-single__text__02 p {
  font-size: 16.8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .products-single__text__02 p {
    font-size: 14px;
    line-height: 1.4em;
  }
}
.products-single__text__03 {
  font-size: 12.8px;
  line-height: 1.4em;
}
@media screen and (max-width: 599px) {
  .products-single__text__03 {
    font-size: 11px;
  }
}