@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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 {
  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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

.header {
  background-color: #FEFFED;
  height: 100vh;
  width: 130px;
  padding: 48px 0;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.header__logo {
  z-index: 10;
}
.header__logo img {
  width: 100px;
}
.header-nav__link {
  text-align: center;
  margin-bottom: 32px;
}
.header-nav__link:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:599px) {
  .header {
    display: none;
  }
}

.openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  background: #FEFFED;
  cursor: pointer;
  width: 80px;
  height: 60px;
  border-radius: 5px;
  z-index: 2;
}

.openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 24px;
  height: 2px;
  border-radius: 2px;
  background: #453D29;
  width: 45%;
}
@media screen and (max-width:599px) {
  .openbtn1 span {
    left: 32px;
  }
}

/* ３本の横線 */
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 29px;
}

.openbtn1 span:nth-of-type(3) {
  top: 43px;
}

/*activeクラスが付与されると線が回転して×に*/
.openbtn1.active span:nth-of-type(1) {
  top: 22px;
  left: 30px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
  z-index: 10;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
  top: 34px;
  left: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
  z-index: 10;
}

.nav {
  width: 130px;
  height: 100vh;
  background-color: #FEFFED;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width:599px) {
  .nav {
    left: inherit;
    right: 0;
  }
}

.mov {
  z-index: 6;
}

ul {
  padding-left: 0;
  padding-top: 240px;
  text-align: center;
}

li {
  color: #453D29;
  list-style: none;
  margin-bottom: 40px;
}

li:hover {
  transform: scale(1.2);
}

.sp-header {
  display: none;
}
@media screen and (max-width:599px) {
  .sp-header {
    background-color: #FEFFED;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 2;
  }
  .sp-header__logo {
    width: 80px;
  }
  .sp-header .humberger {
    display: flex;
    flex-flow: column;
    row-gap: 10px;
  }
  .sp-header .humberger__border {
    background-color: #453D29;
    height: 2px;
    width: 32px;
  }
}

.footer {
  background-color: #FEFFED;
  color: #453D29;
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.copyrights {
  font-size: 14px;
}

.section-headline__sub {
  color: #F1D791;
  font-weight: bold;
  margin-bottom: 8px;
}
.section-headline__main {
  color: #BCCCF0;
  font-weight: bold;
}

.page-headline {
  text-align: center;
  z-index: 1;
}
.page-headline__sub {
  color: #FEFFED;
  font-weight: bold;
  margin-bottom: 8px;
}
.page-headline__main {
  color: #FEFFED;
  font-weight: bold;
}

.sns-link {
  display: flex;
}
.sns-link__icon {
  background-color: #FEFFED;
  color: #323232;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.sns-link__icon:last-child {
  margin-right: 0;
}
.sns-link__icon--primary {
  background-color: #BCCCF0;
  color: #FEFFED;
}

.color-circle {
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
.color-circle--green {
  background-color: #315452;
}
.color-circle--blue {
  background-color: #6970C9;
}
.color-circle--brown {
  background-color: #453D29;
}

.btn {
  border: 1px solid #F1D791;
  background-color: #F1D791;
  color: #453D29;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  height: 48px;
  width: 216px;
  line-height: 48px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.btn::after {
  content: "";
  border: 1px solid #F1D791;
  height: 48px;
  width: 216px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 0;
}
.btn:hover {
  opacity: 0.8;
}

.btn:active {
  transform: translate(4px, 4px);
}

.btn:active::after {
  top: 0;
  left: 0;
}

.required {
  color: #FF0000;
}

body {
  color: #453D29;
  font-family: "Zen Maru Gothic", sans-serif;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 16px;
  font-weight: 500;
}

p {
  font-size: 16px;
}

span {
  display: inline-block;
  font-size: 14px;
}

li {
  list-style: none;
}

@media screen and (max-width:599px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 14px;
    font-weight: 500;
  }
  p {
    font-size: 14px;
  }
  span {
    font-size: 12px;
  }
}
* {
  margin: 0;
  padding: 0;
}

main {
  background-color: #FEFFED;
}
@media screen and (max-width:599px) {
  main {
    padding-bottom: 360px;
    width: 100%;
    display: block;
  }
}

.page-wrap {
  display: flex;
  background-color: #FEFFED;
}
@media screen and (max-width:599px) {
  .page-wrap {
    width: 100%;
    margin-top: 60px;
    display: initial;
    background-color: #FEFFED;
    padding-bottom: 300px;
  }
}

.main-visual {
  background: url(../img/main.png) center center no-repeat;
  background-size: cover;
  height: 100vh;
  width: calc(100vw - 130px);
  margin-bottom: 80px;
  z-index: -1;
}
@media screen and (max-width:599px) {
  .main-visual {
    background: url(../img/move.gif) center center no-repeat;
    background-size: cover;
    height: 50vh;
    width: 100%;
    margin-bottom: 40px;
  }
}
.main-visual::before {
  content: "";
  position: absolute;
  width: calc(100vw - 130px);
  height: 100vh;
  background: rgba(188, 204, 240, 0.41);
  z-index: 0;
}
@media screen and (max-width:599px) {
  .main-visual::before {
    content: "";
    position: absolute;
    height: 50vh;
    width: 100%;
  }
}

.example-wrap {
  width: 1280px;
}
@media screen and (max-width:599px) {
  .example-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.example-visual {
  height: auto;
  width: calc(100vw - 130px);
  margin-bottom: 56px;
  margin: 56px auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:599px) {
  .example-visual {
    width: 100%;
    height: auto;
    margin: inherit;
  }
  .example-visual__thumbnail {
    background-size: cover;
    background-position: center center;
    padding-top: 100%;
    width: 100%;
  }
}
.example-visual img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:599px) {
  .example-visual img {
    display: none;
    width: 100%;
    height: auto;
  }
}
.example-textbox {
  width: 800px;
  height: 300px;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width:599px) {
  .example-textbox {
    width: 100%;
    height: inherit;
    margin: 32 auto;
  }
}
.example-textbox__headline {
  font-weight: bold;
  margin-left: 60px;
  margin-bottom: 16px;
}
.example-textbox__inhalt {
  margin-left: 60px;
}
@media screen and (max-width:599px) {
  .example-textbox__inhalt {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}

.app {
  background-color: #FEFFED;
}
@media screen and (max-width:599px) {
  .app {
    display: none;
  }
}

.work {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .work {
    max-width: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.work__img img {
  width: 320px;
  transform: rotate(-8deg);
}
@media screen and (max-width:599px) {
  .work__img img {
    width: 40%;
    transform: rotate(-8deg);
    margin-left: 30px;
  }
}
.work-wrap {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width:599px) {
  .work-wrap {
    width: 100%;
    margin: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FEFFED;
  }
}
.work-content {
  height: 240px;
  width: 240px;
  display: inline-block;
  margin: 0 64px;
}
@media screen and (max-width:599px) {
  .work-content {
    margin: 50 64px;
    padding-bottom: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.work-content__img {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:599px) {
  .work-content__img {
    height: 180px;
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.work-content__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin: 8px 0 8px 8px;
  text-align: center;
}
@media screen and (max-width:599px) {
  .work-content__title {
    margin: 8px 60px 10px 8px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.work .btn {
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
}

.products .section-headline {
  text-align: center;
}
.products-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 54px;
}
.products-content {
  width: 50%;
}
.products-content__img {
  width: 100%;
}

.recommend .section-headline {
  text-align: center;
}
.recommend-wrap {
  max-width: 1080px;
  margin: 54px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 36px;
}
.recommend-content__img {
  height: 200px;
  width: 300px;
  display: inline-block;
}
.recommend-content__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin: 8px 0;
}
.recommend-content__price {
  font-family: "Zen Maru Gothic", sans-serif;
}
.recommend .btn {
  margin-top: 72px;
  margin-right: auto;
  margin-left: auto;
}

.concept {
  max-width: 1080px;
  margin: 0 auto;
}
.concept1 {
  position: relative;
  height: 450px;
  margin-bottom: 90px;
}
.concept1__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
.concept1-wrap {
  background-color: #F1D791;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 360px;
  width: 920px;
  padding: 70px 56px;
  z-index: -1;
}
.concept1__headline {
  color: #FEFFED;
  font-weight: bold;
  margin-bottom: 28px;
}
.concept1__text {
  color: #FEFFED;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
}
.concept2 {
  position: relative;
}
.concept2__img {
  width: 50%;
}
.concept2-wrap {
  position: absolute;
  top: 50%;
  left: 428px;
  transform: translateY(-50%);
}
.concept2__headline {
  font-weight: bold;
  margin-bottom: 28px;
}
.concept2__text {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
}

.news {
  background: url(../img/newsBackground.jpg) center center no-repeat;
  background-size: cover;
  padding: 54px 0;
}
.news .section-headline {
  text-align: center;
}
.news-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 640px;
  margin: 36px auto 0;
}
.news-content {
  margin-bottom: 36px;
}
.news-content__date {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  margin-bottom: 8px;
}
.news-content__title {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 8px;
}
.news-content__line {
  background-color: #323232;
  height: 1px;
  width: 288px;
}
.news .btn {
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}

.section {
  margin-bottom: 288px;
}
@media screen and (max-width:599px) {
  .section {
    margin-bottom: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.product-page .product {
  width: calc(100vw - 130px);
  padding-top: 170px;
  padding-bottom: 288px;
}
.product-page .product-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.product-page .product-content {
  margin-bottom: 72px;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.product-page .product-img {
  width: 50%;
}
.product-page .product-detail__serial {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-page .product-detail__name {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 8px;
}
.product-page .product-detail__price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
.product-page .product-detail-spec {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.product-page .product-detail-spec .product-color {
  display: flex;
  align-items: center;
}
.product-page .product-detail-spec .product-color__text {
  font-family: "Zen Maru Gothic", sans-serif;
}
.product-page .product-detail-spec .product-color__variation {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-left: 16px;
  margin-right: 32px;
}
.product-page .product-detail__size {
  font-family: "Zen Maru Gothic", sans-serif;
}
.product-page .product-detail .bottom-line {
  height: 1px;
  width: 100%;
  background-color: #323232;
  margin-bottom: 48px;
}
.product-page .product-detail__description {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 2;
}
.product-page .product .btn {
  margin-left: auto;
}

.tax-include {
  font-size: 12px;
}

.contact-page .contact {
  width: calc(100vw - 130px);
  max-width: initial;
}
@media screen and (max-width:599px) {
  .contact-page .contact {
    max-width: inherit;
    width: 100%;
  }
}
.contact-page .contact-wrap {
  display: flex;
  height: initial;
}
@media screen and (max-width:599px) {
  .contact-page .contact-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.contact-page .contact-wrap::after {
  content: initial;
}
.contact-page .contact-visual {
  background: url(../img/contact.png) center center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
@media screen and (max-width:599px) {
  .contact-page .contact-visual {
    background-position: 50% 60px;
    height: 80vh;
    width: 100%;
    padding-bottom: 56px;
    position: relative;
  }
  .contact-page .contact-visual .page-headline {
    margin-top: 100px;
  }
  .contact-page .contact-visual::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 254, 237, 0.25);
    z-index: -1;
  }
}
.contact-page .contact-form {
  width: 50%;
  padding-top: 64px;
  padding-bottom: 288px;
}
@media screen and (max-width:599px) {
  .contact-page .contact-form {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 56px;
  }
}
.contact-page .contact-form__intro {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width:599px) {
  .contact-page .contact-form__intro {
    width: 100%;
    padding-bottom: 32px;
  }
}
.contact-page .contact-form .form-wrap {
  width: 80%;
  margin: 0 auto;
}
.contact-page .contact-form .form-wrap .form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width:599px) {
  .contact-page .contact-form .form-wrap .form {
    display: inherit;
    justify-content: inherit;
  }
}
.contact-page .contact-form .form-wrap .form__text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
}
@media screen and (max-width:599px) {
  .contact-page .contact-form .form-wrap .form__text {
    width: 100%;
  }
}
.contact-page .contact-form .form-wrap .form__input {
  width: 70%;
  height: 28px;
  background-color: #BCCCF0;
  border-radius: 2px;
}
@media screen and (max-width:599px) {
  .contact-page .contact-form .form-wrap .form__input {
    width: 100%;
  }
}
.contact-page .contact-form .form-wrap .form__textarea {
  width: 70%;
  height: 168px;
  background-color: #BCCCF0;
  border-radius: 2px;
}
@media screen and (max-width:599px) {
  .contact-page .contact-form .form-wrap .form__textarea {
    width: 100%;
  }
}
.contact-page .contact-form .form-wrap .form-button {
  width: 70%;
  margin-left: auto;
  margin-top: 72px;
}
@media screen and (max-width:599px) {
  .contact-page .contact-form .form-wrap .form-button {
    width: 100%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-page .contact-form .form-wrap .btn {
  position: relative;
  top: initial;
  left: initial;
  margin: 0 auto;
}

.stamp {
  width: calc(100vw - 130px);
  margin-top: 72px;
}
@media screen and (max-width:599px) {
  .stamp {
    width: inherit;
    margin-top: inherit;
  }
}
.stamp-wrap {
  width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media screen and (max-width:599px) {
  .stamp-wrap {
    width: 100%;
    display: inherit;
    flex-flow: inherit;
    justify-content: center;
  }
}
@media screen and (max-width:599px) {
  .stamp__yohaku {
    width: 100%;
    margin-top: 32px;
    height: 32px;
  }
}
.stamp__headline {
  width: 320px;
  height: 160px;
  position: relative;
}
@media screen and (max-width:599px) {
  .stamp__headline {
    width: 100%;
    height: inherit;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
  }
}
.stamp__headline--sub {
  position: absolute;
  top: 150px;
  margin-left: 150px;
}
@media screen and (max-width:599px) {
  .stamp__headline--sub {
    position: absolute;
    top: 100px;
    left: 120px;
    width: 100px;
  }
}
.stamp__text {
  width: 600px;
  height: 200px;
  margin-left: 100px;
  display: table;
}
@media screen and (max-width:599px) {
  .stamp__text {
    width: 90%;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.stamp__text p {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width:599px) {
  .stamp__text p {
    display: inherit;
    vertical-align: inherit;
  }
}
.stamp__img img {
  width: 320px;
  transform: rotate(-4deg);
}
@media screen and (max-width:599px) {
  .stamp__img img {
    width: 240px;
    margin-left: 56px;
  }
}
.stamp__table {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .stamp__table {
    width: 100%;
    padding-top: inhert;
  }
}
.stamp__table--inhalt {
  margin: 0 auto;
  width: 700px;
  height: 400px;
}
@media screen and (max-width:599px) {
  .stamp__table--inhalt {
    width: 100%;
    height: inherit;
    overflow-x: scroll;
  }
}
.stamp__table--inhalt table {
  border: none;
  min-width: 600px;
}
.stamp__table--inhalt table th {
  text-align: center;
  padding-top: 30px;
  width: 350px; /* 幅指定 */
  height: 80px; /* 高さ指定 */
  background-color: #BCCCF0;
  border: 1px #453D29 dotted;
  border-top: none !important;
  border-bottom: none !important;
}
.stamp__table table th:nth-of-type(1) {
  border-left: none !important;
}
.stamp__table table th:nth-of-type(2) {
  border-right: none !important;
}
.stamp table td { /*table内のtdに対して*/
  padding: 64px 10px; /*上下3pxで左右10px*/
  text-align: center;
  background-color: rgba(188, 204, 240, 0.5);
  border-top: none !important;
  border-bottom: none !important;
  border: 1px #453D29 dotted;
  border-top: none !important;
  border-bottom: none !important;
}
.stamp table td .price {
  font-weight: bold;
  font-size: 18px;
}
.stamp table td:nth-of-type(1) {
  border-left: none !important;
}
.stamp table td:nth-of-type(2) {
  border-right: none !important;
}

.logostamp {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width:599px) {
  .logostamp {
    max-width: inherit;
    width: 100%;
  }
}
.logostamp__page {
  width: 800x;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width:599px) {
  .logostamp__page {
    width: 100%;
  }
}
.logostamp__find {
  width: 1120px;
  text-align: right;
  height: 60px;
  margin-top: 56px;
  margin-bottom: 56px;
}
@media screen and (max-width:599px) {
  .logostamp__find {
    width: 100%;
  }
}
.logostamp__find :hover {
  color: #6970C9;
  cursor: pointer;
}
.logostamp-wrap {
  width: 1300px;
  height: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:599px) {
  .logostamp-wrap {
    display: inherit;
    width: 100%;
    height: inherit;
    justify-content: inherit;
  }
}
.logostamp-content {
  height: 240px;
  width: 240px;
  display: inline-block;
  margin: 40px 64px;
}
@media screen and (max-width:599px) {
  .logostamp-content {
    display: block;
  }
}
.logostamp-content__title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin: 8px 0 8px 8px;
  text-align: center;
}
.logostamp-content__img {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.logostamp__next {
  width: 200px;
  text-align: left;
  height: 60px;
  display: inline-block;
}
@media screen and (max-width:599px) {
  .logostamp__next {
    width: 80px;
    text-align: right;
    height: 32px;
    display: inline-block;
  }
}
.logostamp__back {
  width: 200px;
  text-align: left;
  height: 60px;
  display: inline-block;
}
@media screen and (max-width:599px) {
  .logostamp__back {
    width: 80px;
    text-align: left;
    height: 32px;
    display: inline-block;
  }
}
.logostamp__back__center {
  width: 200px;
  text-align: right;
  height: 60px;
  display: inline-block;
}
@media screen and (max-width:599px) {
  .logostamp__back__center {
    width: 80px;
    text-align: right;
    height: 32px;
    display: inline-block;
  }
}
.logostamp .logostamp__back:hover {
  color: #6970C9;
  cursor: pointer;
}
.logostamp .logostamp__next:hover {
  color: #6970C9;
  cursor: pointer;
}
.logostamp .second {
  height: 1440px;
  width: 1300px;
}
@media screen and (max-width:599px) {
  .logostamp .second {
    height: inherit;
    width: inherit;
  }
}
/*# sourceMappingURL=style.css.map */