@charset "UTF-8";
/*! destyle.css v4.0.0 | 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 */
}

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

html {
  font-size: 100%;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.6;
  font-size: 1.25rem;
  letter-spacing: 1px;
  text-align: justify;
  color: #3D3D3D;
  box-sizing: border-box;
  background-color: #F3EDDD;
}

img {
  max-width: 100%;
}

.container {
  max-width: 980px;
  margin: 0 auto;
  padding: 7.5rem 0;
}

/* パーツ ================================ */
.title__en,
.title__en--white {
  padding-bottom: 5rem;
  font-family: Lato;
  font-weight: 900;
  font-size: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.title__en--orange {
  color: #FF8A00;
}

.title__en--white {
  color: #FFFFFF;
}

.title__jp {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  padding-top: 1.25rem;
  font-weight: 700;
}

/* ヘッダー ============================== */
.header {
  height: 80px;
  width: 100%;
  display: flex;
  border: 2px solid #3D3D3D;
  position: fixed;
  z-index: 100;
  background-color: #F3EDDD;
}
.header__inner {
  margin: 0 auto;
  width: 1360px;
  padding: 0 1.25rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-family: Lato;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #FF8A00;
}
.header__logo__link {
  display: block;
  line-height: 80px;
  transition: all 0.3s;
}
.header__logo__link:hover {
  color: #FFC700;
}
.header .sp-only {
  display: none;
}
.header__nav {
  height: inherit;
}
.header__nav__items {
  display: flex;
  gap: 2.5rem;
  height: inherit;
  align-items: center;
}
.header__nav__item {
  font-family: Lato;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.header__nav__link {
  display: block;
  line-height: 80px;
  transition: all 0.3s;
}
.header__nav__link:hover {
  color: #FF8A00;
}
.header__btn {
  font-family: Lato;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 25px;
  border: 2px solid #3D3D3D;
  background: #FFC700;
  width: 182px;
  height: 50px;
  text-align: center;
  transition: all 0.3s;
}
.header__btn:hover {
  background-color: #FF8A00;
}

/* ヒーロー ============================== */
.slick {
  position: relative;
  top: 78px;
  width: 100vw;
}
.slick .slick__bg {
  height: 670px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
}
.slick .slick__bg01 {
  background-image: url(../img/hero-pc0.webp);
}
.slick .slick__bg02 {
  background-image: url(../img/hero-pc1.webp);
}
.slick .slick__bg03 {
  background-image: url(../img/hero-pc2.webp);
}
.slick .slick__bg04 {
  background-image: url(../img/hero-pc3.webp);
}

/* 制作実績 TOP ============================== */
#works__top {
  max-width: 900px;
  justify-content: center;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#works__top .title__jp__only {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  font-weight: 700;
}
#works__top .works__title {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #3D3D3D;
  box-sizing: border-box;
}
#works__top .works__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
#works__top .header__btn {
  width: 228px;
}

/* 制作実績 ============================== */
#works {
  border: 2px solid #3D3D3D;
}
#works .works__contents {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
#works .works__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
#works .works .reverse {
  flex-direction: row-reverse;
}
#works .works__link {
  border: 2px solid #3D3D3D;
  transition: all 0.3s;
  transform-origin: 100px 200px;
}
#works .works .rotate-r {
  transform-origin: 200px 100px;
}
#works .works__link:hover {
  box-shadow: 5px 5px 10px rgba(61, 61, 61, 0.5);
  transform: rotate(-2deg);
}
#works .works .rotate-r:hover {
  transform: rotate(2deg);
}
#works .works__img {
  width: 480px;
}
#works .works__text .title__jp {
  padding: 0 0 2rem 0;
}
#works .works__text__description {
  width: 400px;
}

/* サービス ============================== */
#service {
  background-image: url(../img/service-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  background-attachment: fixed;
  background-color: #3D3D3D;
  background-blend-mode: overlay;
  width: 100vw;
}
#service .service__text {
  text-align: center;
  font-family: Lato;
  font-size: 2.25rem;
  color: #FFFFFF;
  line-height: 1;
}

/* 私について ============================= */
#about {
  border: 2px solid #3D3D3D;
  margin-top: 78px;
}
#about .about__contents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
#about .about__slick {
  width: 480px;
  border: 2px solid #3D3D3D;
}
#about .about__item {
  display: flex;
  flex-direction: column;
}
#about .about__item .title__jp {
  padding: 0 0 2rem 0;
}
#about .about__text {
  width: 400px;
}

/* お問い合わせ =========================== */
#contact {
  background-image: url(../img/contact-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  background-attachment: fixed;
  background-color: #3D3D3D;
  background-blend-mode: overlay;
  width: 100vw;
}
#contact .contact__contents {
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
}
#contact .contact__text {
  font-size: 1.5rem;
  color: #FFFFFF;
  text-align: center;
}
#contact .contact__btn {
  font-family: Lato;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 37.5px;
  border: 2px solid #3D3D3D;
  background: #FFC700;
  width: 273px;
  height: 75px;
  text-align: center;
  margin: 0 auto;
  transition: all 0.3s;
}
#contact .contact__btn:hover {
  background-color: #FF8A00;
}

/* フッター =============================== */
#footer .footer__inner {
  border: 2px solid #3D3D3D;
}
#footer .footer__logo {
  font-family: Lato;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  color: #FF8A00;
  text-align: center;
  padding: 7.5rem 0;
}

/*リンクの形状*/
#page-top a {
  font-family: Lato;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 50%;
  border: 2px solid #3D3D3D;
  background: #FFC700;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

#page-top a:hover {
  background-color: #FF8A00;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.copy {
  color: #FFFFFF;
  font-family: Lato;
  font-size: 17.5px;
  font-weight: 800;
  line-height: 80px;
  height: 80px;
  background-color: #3D3D3D;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
}

/* タブレット幅 =========================================================== */
@media screen and (max-width: 1080px) {
  body {
    font-size: 1rem;
    letter-spacing: 1px;
  }
  .container {
    max-width: 90vw;
    padding: 5rem 0;
  }
  .title__en,
.title__en--white {
    padding-bottom: 3rem;
    font-size: 2rem;
  }
  .title__jp {
    font-size: 1.25rem;
    padding-top: 1rem;
  }
  /* ヘッダー ============================== */
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0 1rem;
  }
  .header__logo {
    font-size: 2rem;
  }
  .header__logo__link {
    line-height: 60px;
    vertical-align: middle;
  }
  .header .header__nav__link {
    height: 50px;
    line-height: 50px;
  }
  .header .header__nav__items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: rgba(243, 237, 221, 0.9);
    width: 0;
    height: 70vh;
    position: absolute;
    z-index: 10;
    top: 58px;
    right: 0;
    overflow: hidden;
    padding-top: 50px;
    box-sizing: border-box;
  }
  .header .open-menu {
    width: 50%;
    border: 2px solid #3D3D3D;
  }
  .header .hamburger__btn {
    position: fixed;
    top: 14px;
    right: 10px;
    z-index: 10;
    display: block;
    width: 80px;
    height: 32px;
    border-radius: 20px;
    font-family: Lato;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #3D3D3D;
    background: #FFC700;
    text-align: center;
  }
  /* ヒーロー ============================== */
  .slick {
    top: 58px;
  }
  .slick .slick__bg {
    height: 560px;
  }
  /* 制作実績 ============================== */
  #works {
    border: 2px solid #3D3D3D;
  }
  #works .works__contents {
    gap: 3rem;
  }
  #works .works__content {
    gap: 2.5rem;
  }
  #works .works__img {
    width: 50vw;
  }
  #works .works__text .title__jp {
    padding: 0 0 1.125rem 0;
  }
  #works .works__text__description {
    width: 40vw;
  }
  /* サービス ============================== */
  #service .service__text {
    font-size: 2rem;
  }
  /* 私について ============================= */
  #about {
    margin-top: 58px;
  }
  #about .about__contents {
    gap: 2.5rem;
  }
  #about .about__slick {
    width: 46vw;
  }
  #about .about__item .title__jp {
    padding: 0 0 1.125rem 0;
  }
  #about .about__text {
    width: 40vw;
    height: auto;
  }
  /* お問い合わせ =========================== */
  #contact .contact__contents {
    gap: 2rem;
  }
  #contact .contact__text {
    font-size: 1.25rem;
  }
  /* フッター =============================== */
  #footer .footer__logo {
    font-size: 2.125rem;
    padding: 6rem 0;
  }
  #footer .copy {
    font-size: 15px;
    line-height: 60px;
    height: 60px;
  }
}
/* スマホ幅 ============================================================== */
@media screen and (max-width: 768px) {
  .container {
    padding: 3.5rem 0;
  }
  .title__en,
.title__en--white {
    padding-bottom: 3rem;
  }
  .title__jp {
    padding-top: 0.875rem;
  }
  /* ヘッダー ============================== */
  .header__logo {
    font-size: 1.5rem;
  }
  .header__logo__link {
    line-height: 48px;
  }
  .header__btn {
    font-size: 1rem;
    letter-spacing: 1px;
    border-radius: 20px;
    width: 120px;
    height: 40px;
  }
  .header .header__nav__link {
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
  .header .header__nav__items {
    gap: 1rem;
    height: 50vh;
    padding-top: 40px;
  }
  .header .open-menu {
    width: 50%;
    border: 2px solid #3D3D3D;
  }
  /* ヒーロー ============================== */
  .slick .slick__bg {
    height: 500px;
  }
  /* 制作実績 ============================== */
  #works {
    border: 2px solid #3D3D3D;
  }
  #works .works__contents {
    gap: 3rem;
  }
  #works .works__content,
#works .works .reverse {
    flex-direction: column;
    gap: 1.5rem;
  }
  #works .works__img {
    width: 80vw;
  }
  #works .works__text {
    height: auto;
  }
  #works .works__text .title__jp {
    padding: 0 0 1rem 0;
  }
  #works .works__text__description {
    width: 80vw;
  }
  /* サービス ============================== */
  #service .service__text {
    font-size: 1.5rem;
  }
  /* 私について ============================= */
  #about .about__contents {
    flex-direction: column;
    gap: 1.5rem;
  }
  #about .about__slick {
    max-width: 500px;
    width: 90vw;
  }
  #about .about__item .title__jp {
    padding: 0 0 1rem 0;
  }
  #about .about__text {
    max-width: 500px;
    width: 80vw;
  }
  /* お問い合わせ =========================== */
  #contact .contact__contents {
    gap: 2rem;
  }
  #contact .contact__text {
    font-size: 1.25rem;
  }
  #contact .contact__btn {
    font-size: 1.25rem;
    border-radius: 30px;
    width: 180px;
    height: 60px;
  }
  /* フッター =============================== */
  #footer .footer__logo {
    font-size: 2rem;
    padding: 4rem 0;
  }
  #footer .copy {
    font-size: 15px;
    line-height: 60px;
    height: 60px;
  }
}
/*# sourceMappingURL=style.css.map */