@charset "UTF-8";
/* Reset */
body {
  /* Safari: 勝手にフォントサイズを大きくしない */
  -webkit-text-size-adjust: 100%;
  /* Safari: ゴシック体にする */ }

.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
main,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

a {
  text-decoration: none;
  color: #654321; }

ol,
ul {
  list-style: none;
  color: #654321; }

abbr[title] {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* base */
html {
  font-size: 62.5%; }

.body {
  box-sizing: border-box;
  /* Safari: 勝手にフォントサイズを大きくしない */
  -webkit-text-size-adjust: 100%;
  /* Safari: ゴシック体にする */
  font-family: adobe-caslonpro, serif;
  font-style: italic;
  color: #654321;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FBF8F3;
  margin: 0 auto;
  /* max-width: 1500px; */
  font-feature-settings: "palt"; }

img {
  max-width: 100%;
  height: auto; }

a {
  transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1); }

a:hover {
  opacity: 0.6; }

#active a {
  color: #9a9a9a;
  opacity: 1;
  cursor: default; }

/* common */
.link-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px; }
  @media (max-width: 425px) {
    .link-section {
      padding: 0 0 40px; } }
  .link-section__wrapper {
    display: flex;
    justify-content: center; }
  .link-section__item {
    flex: 0 0 40%; }
  .link-section__item:last-of-type {
    margin-left: 100px; }
    @media (max-width: 768px) {
      .link-section__item:last-of-type {
        margin-left: 20px; } }
  .link-section__link {
    text-align: right;
    padding: 20px; }
    @media (max-width: 425px) {
      .link-section__link {
        padding: 10px; } }

.link-section-index {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 40px; }
  @media (max-width: 425px) {
    .link-section-index {
      padding: 0 10px 40px; } }
  .link-section-index__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
  .link-section-index__item {
    flex: 0 0 25%;
    margin-left: 10px; }
    @media (max-width: 425px) {
      .link-section-index__item {
        flex: 0 0 19%; } }
  .link-section-index__item:first-of-type {
    margin-left: 0; }
  .link-section-index__link {
    text-align: right;
    padding: 20px; }
    @media (max-width: 425px) {
      .link-section-index__link {
        padding: 10px; } }

.common__head {
  font-family: milonguita, sans-serif;
  font-size: 6rem;
  text-align: center;
  padding: 80px 0 60px; }
  @media (max-width: 768px) {
    .common__head {
      padding: 40px 0 40px; } }
  @media (max-width: 425px) {
    .common__head {
      padding: 40px 0 45px; } }

.common__head2 {
  width: 100px;
  margin: 0 auto;
  padding: 250px;
  padding: 80px 0 60px; }
  @media (max-width: 768px) {
    .common__head2 {
      padding: 40px 0 40px; } }
  @media (max-width: 425px) {
    .common__head2 {
      padding: 40px 0 17px;
      width: 80px; } }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px; }

#pageTop i {
  padding: 5px 8px 0 0; }

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  width: 35px;
  height: 35px;
  background-color: #F1E2D4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center; }

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7; }

/* header */
.header {
  background-color: #F1E2D4;
  padding: 20px 35px; }
  @media (max-width: 425px) {
    .header {
      padding: 14px 22px; } }
  .header__wrapper {
    display: flex;
    justify-content: space-between; }
  .header__head {
    font-size: 2.4rem;
    font-family: "Cormorant Garamond", serif; }
    @media (max-width: 425px) {
      .header__head {
        font-size: 1.9rem; } }
  .header__outer {
    display: flex; }
    @media (max-width: 425px) {
      .header__outer {
        display: none; } }
  .header__item {
    margin-right: 17px;
    padding-top: 15px; }

/* footer */
.footer {
  background-color: #D6B0A9;
  height: 28vh;
  display: grid; }
  .footer__copy {
    font-size: 1.2rem;
    color: #FBF8F3;
    justify-self: center;
    align-self: center; }
  .footer__privacy {
    color: #FBF8F3;
    text-align: center;
    display: block;
    padding-bottom: 10px; }
    .footer__privacy_active {
      color: #9a9a9a;
      opacity: 1;
      cursor: default;
      text-align: center;
      display: block;
      padding-bottom: 10px; }

/* hero */
.hero {
  background-image: url(../images/index_bgi.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
  position: relative;
  padding: 5px;
  margin-bottom: 50px;
  display: grid; }
  .hero__head {
    font-family: milonguita, sans-serif;
    font-weight: 400;
    width: 150px;
    font-style: normal;
    font-size: 6rem;
    padding: 200px;
    justify-self: center;
    align-self: center; }
    @media (max-width: 425px) {
      .hero__head {
        font-size: 4rem;
        padding: 170px 0;
        margin: 0 130px;
        width: 100px; } }
  .hero__name__outer {
    display: flex;
    justify-content: center; }
  .hero__name:last-of-type {
    padding-left: 20px; }
  .hero__box {
    position: relative; }
  .hero__arrowWrap {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 200px; }
  .hero__arrowInner p {
    text-transform: uppercase;
    font-size: 12px;
    text-align: end;
    transform: rotate(90deg); }
  .hero__arrow {
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: #f6f2d0;
    position: relative;
    overflow: hidden; }
  .hero__arrow::before {
    content: '';
    width: 1px;
    height: 100px;
    margin: 50px auto 0;
    background-color: #654321;
    position: absolute;
    top: -150px;
    left: 0;
    animation: arrow 2.5s ease 0s infinite normal; }

@keyframes arrow {
  0% {
    transform: translate3d(-50%, 0, 0); }
  60% {
    transform: translate3d(-50%, 100px, 0); }
  100% {
    transform: translate3d(-50%, 100px, 0); } }

/* index */
.index-profile {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px;
  display: flex;
  flex-direction: row-reverse; }
  @media (max-width: 425px) {
    .index-profile {
      display: block;
      padding: 40px 40px 0; } }
  .index-profile__img {
    margin-top: 10px;
    flex: 0 0 45%; }
  .index-profile__text-box {
    flex: 0 0 50%;
    margin-top: 150px; }
    @media (max-width: 768px) {
      .index-profile__text-box {
        margin-top: 120px; } }
    @media (max-width: 425px) {
      .index-profile__text-box {
        max-width: 400px;
        margin: 0 auto; } }
    .index-profile__text-box-inner {
      padding: 30px; }
      @media (max-width: 768px) {
        .index-profile__text-box-inner {
          padding: 20px 20px 20px 0; } }
      @media (max-width: 425px) {
        .index-profile__text-box-inner {
          padding: 10px; } }
  .index-profile__text-small {
    font-size: 1.3rem;
    padding: 0 7px; }
  .index-profile__text-small:last-of-type {
    padding: 12px; }
  .index-profile__text-inner {
    display: flex; }
  .index-profile__name {
    font-style: normal;
    padding: 10px;
    font-size: 1.8rem; }
  .index-profile__head {
    font-style: normal;
    line-height: 1.6; }
  .index-profile__paragraph {
    font-style: normal;
    height: 1.3rem;
    line-height: 1.6;
    font-size: 1.5rem;
    padding: 5px; }
    @media (max-width: 768px) {
      .index-profile__paragraph {
        font-size: 1.2rem;
        line-height: 1.4;
        height: 0; } }
  .index-profile__btn {
    padding: 40px 40px 0;
    text-align: right; }
  .index-profile__btn2 {
    padding: 15px 40px;
    text-align: right; }
  .index-profile__box {
    width: 300px;
    height: 300px;
    margin: calc(50vh - 150px) auto;
    box-shadow: 0 1px 10px #cbcbcb;
    background: #F1E2D4;
    position: relative;
    overflow: hidden; }
    @media (max-width: 768px) {
      .index-profile__box {
        width: 200px;
        height: 200px; } }
    @media (max-width: 425px) {
      .index-profile__box {
        display: none; } }

.skills-section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px 60px; }
  @media (max-width: 425px) {
    .skills-section {
      padding: 30px 15px; } }
  .skills-section__wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 100px; }
    @media (max-width: 768px) {
      .skills-section__wrapper {
        display: block; } }
  .skills-section__item {
    flex: 0 0 30%; }
    @media (max-width: 768px) {
      .skills-section__item {
        width: 45%;
        margin: 0 auto; } }
    @media (max-width: 425px) {
      .skills-section__item {
        width: 78%; } }
    .skills-section__item-left {
      margin-left: 40px; }
      @media (max-width: 768px) {
        .skills-section__item-left {
          width: 45%;
          margin: 0 auto; } }
      @media (max-width: 425px) {
        .skills-section__item-left {
          width: 78%; } }
  .skills-section__title {
    text-align: center;
    padding: 4px; }
  .skills-section__paragraph {
    font-style: normal;
    height: 1.2rem;
    line-height: 1.6;
    font-size: 1.3rem;
    padding: 5px 9px; }
    @media (max-width: 768px) {
      .skills-section__paragraph {
        line-height: 1.3;
        font-size: 1.2rem;
        margin-bottom: 100px;
        padding: 5px 8px; } }
  .skills-section__text {
    line-height: 1.6;
    font-size: 1.3rem;
    padding: 0 20px; }
    @media (max-width: 768px) {
      .skills-section__text {
        text-align: center;
        font-size: 1.1rem; } }
    @media (max-width: 425px) {
      .skills-section__text {
        padding: 0 35px;
        text-align: left; } }

/* profile */
.profile {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 40px; }
  @media (max-width: 425px) {
    .profile {
      padding: 0px 15px; } }
  .profile__wrapper {
    display: flex;
    flex-direction: row-reverse; }
    @media (max-width: 768px) {
      .profile__wrapper {
        display: block;
        margin-bottom: 80px; } }
    @media (max-width: 425px) {
      .profile__wrapper {
        margin-bottom: 190px; } }
  .profile__img {
    flex: 0 0 45%; }
    @media (max-width: 768px) {
      .profile__img {
        width: 50%;
        margin: 0 auto; } }
    @media (max-width: 425px) {
      .profile__img {
        width: 70%; } }
  .profile__text-box {
    padding: 40px; }
    @media (max-width: 768px) {
      .profile__text-box {
        width: 60%;
        margin: 0 auto; } }
    @media (max-width: 425px) {
      .profile__text-box {
        padding: 10px;
        width: 75%; } }
  .profile__paragraph {
    font-style: normal;
    height: 1.3rem;
    line-height: 1.6;
    font-size: 1.5rem;
    padding: 5px 9px; }
    @media (max-width: 768px) {
      .profile__paragraph {
        height: 0;
        line-height: 1.3;
        font-size: 1.2rem;
        padding: 5px 6px; } }
    @media (max-width: 425px) {
      .profile__paragraph {
        font-size: 1rem; } }

/* works */
@media (max-width: 425px) {
  padding: 10px;
  width: 75%; }

.works {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 40px;
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    .works {
      margin-bottom: 120px; } }
  @media (max-width: 425px) {
    .works {
      margin-bottom: 0;
      padding-bottom: 27px; } }
  .works__wrapper {
    display: flex;
    justify-content: center; }
    @media (max-width: 425px) {
      .works__wrapper {
        display: block; } }
  .works__item {
    flex: 0 0 40%; }
    @media (max-width: 425px) {
      .works__item {
        display: block; } }
  .works__item:nth-child(even) {
    margin-left: 60px; }
    @media (max-width: 425px) {
      .works__item:nth-child(even) {
        margin-left: 0; } }
  .works__title {
    text-align: center;
    padding: 8px;
    font-size: 1.7rem; }
  .works__title::after {
    content: "\f08e";
    font-family: FontAwesome;
    position: relative;
    left: 5px;
    font-style: normal; }
  .works__paragraph {
    font-style: normal;
    line-height: 1.6;
    font-size: 1.4rem;
    padding: 5px 9px;
    margin-bottom: 35px; }
    @media (max-width: 768px) {
      .works__paragraph {
        line-height: 1.3;
        font-size: 1.2rem;
        padding: 4px; } }
    @media (max-width: 425px) {
      .works__paragraph {
        height: 10rem; } }
    .works__paragraph-small {
      font-size: 1rem; }
  .works__sub-outer {
    margin-bottom: 80px; }

/* photograph */
.photo {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 40px;
  margin-bottom: 60px; }
  .photo__wrapper {
    display: flex;
    margin-bottom: 4px; }
  .photo__wrapper p:nth-last-child(2),
  .photo__wrapper p:last-child {
    margin-left: 5px; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxContent {
  margin-top: 32px;
  overflow: visible;
  background: #000; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  background: #000;
  padding: 1px; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

#cboxLoadingOverlay {
  background: #000; }

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000; }

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(images/controls.png) no-repeat 0 0; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0; }

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px; }

#cboxPrevious:hover {
  background-position: 0px -25px; }

#cboxNext {
  background-position: -25px 0px;
  right: 22px; }

#cboxNext:hover {
  background-position: -25px -25px; }

#cboxClose {
  background-position: -50px 0px;
  right: 0; }

#cboxClose:hover {
  background-position: -50px -25px; }

.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px; }

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px; }

/* modal */
.page-modal {
  display: none; }
  @media (max-width: 425px) {
    .page-modal {
      display: block;
      position: fixed;
      right: -320px;
      top: 0;
      width: 175px;
      height: 100vh;
      padding-top: 40px;
      background-color: #F1E2D4;
      transition: all .6s;
      z-index: 200;
      overflow-y: auto; } }
  @media (max-width: 425px) {
    .page-modal__item {
      text-align: center;
      padding: 20px; } }
  @media (max-width: 425px) {
    .page-modal__list {
      margin: 0;
      padding: 0;
      list-style: none; } }
  @media (max-width: 425px) {
    .page-modal__hamburger {
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      cursor: pointer;
      z-index: 300;
      position: fixed; } }
  @media (max-width: 425px) {
    .page-modal__hamburger_line {
      position: absolute;
      left: 11px;
      width: 18px;
      height: 1px;
      background-color: #654321;
      transition: all .6s; } }
  @media (max-width: 425px) {
    .page-modal__hamburger_line-1 {
      top: 17px; } }
  @media (max-width: 425px) {
    .page-modal__hamburger_line-2 {
      top: 23px; } }
  @media (max-width: 425px) {
    .page-modal__hamburger_line-3 {
      top: 29px; } }
  @media (max-width: 425px) {
    .page-modal__black-bg {
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: 100;
      background-color: #eaeaea;
      opacity: 0;
      visibility: hidden;
      transition: all .6s;
      cursor: pointer; } }

/* 表示された時用のCSS */
.nav-open .page-modal {
  right: 0; }

.nav-open .page-modal__black-bg {
  opacity: .8;
  visibility: visible; }

.nav-open .page-modal__hamburger_line-1 {
  transform: rotate(405deg);
  top: 20px; }

.nav-open .page-modal__hamburger_line-2 {
  width: 0;
  left: 50%; }

.nav-open .page-modal__hamburger_line-3 {
  transform: rotate(-405deg);
  top: 20px; }

/* animation */
.box {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

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

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }

.delay-time05 {
  animation-duration: 0.5s; }

.delay-time1 {
  animation-duration: 1s; }

.delay-time15 {
  animation-duration: 1.5s; }

.delay-time2 {
  animation-duration: 2s; }

.delay-time25 {
  animation-duration: 2.5s; }

.delay-time3 {
  animation-duration: 3s; }

.delay-time3 {
  animation-duration: 3.5s; }

.delay-time4 {
  animation-duration: 4s; }

.delay-time5 {
  animation-duration: 5s; }

.delay-time6 {
  animation-duration: 6s; }

/* contact */
@media (max-width: 425px) {
  padding: 10px;
  width: 75%; }

.contact {
  max-width: 1000px;
  margin: 0 auto; }
  .contact__wrapper {
    max-width: 500px;
    margin: 0 auto;
    min-width: 250px; }
  .contact__item {
    position: relative;
    margin: 40px 3%; }
  .contact__item input[type='text'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #474747;
    border: 1px solid #ab8056;
    border-radius: 4px; }
  .contact__label input[type='text']:focus {
    border: 1px solid #D6B0A9;
    outline: none;
    box-shadow: 0 0 5px 1px rgba(231, 158, 161, 0.5); }
  .contact__item input[type='email'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #474747;
    border: 1px solid #ab8056;
    border-radius: 4px; }
  .contact__label input[type='email']:focus {
    border: 1px solid #D6B0A9;
    outline: none;
    box-shadow: 0 0 5px 1px rgba(231, 158, 161, 0.5); }
  .contact__textarea {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3em;
    transition: 0.3s;
    letter-spacing: 1px;
    color: #474747;
    border: 1px solid #ab8056;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    min-width: 250px;
    max-width: 500px;
    min-height: 300px;
    max-height: 250px; }
  .contact__textarea:focus {
    border: 1px solid #D6B0A9;
    outline: none;
    box-shadow: 0 0 5px 1px rgba(231, 158, 161, 0.5); }
  .contact__label_title {
    display: block;
    padding-bottom: 5px;
    font-style: normal; }
  .contact__label_icon {
    font-size: 1.2rem;
    background-color: #e09487;
    vertical-align: top;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
    padding: 0.2em 0.3em 0.3em;
    font-style: normal;
    border-radius: 2px; }
  .contact__btnOuter {
    text-align: center;
    margin-bottom: 50px; }
  .contact__btn {
    min-width: 250px;
    max-width: 500px;
    color: #fff;
    background-color: #ab8056;
    border-radius: 4px;
    padding: 1em 0.8em;
    transition: opacity 0.5s cubic-bezier(0.25, 0.87, 0.41, 1); }
  .contact__btn:hover {
    opacity: 0.6; }
  .contact__paragraph {
    text-align: center;
    line-height: 1.5;
    font-style: normal; }
    @media (max-width: 425px) {
      .contact__paragraph {
        font-size: 1.3rem; } }

/* privacy-policy */
/* 変数 */
:root {
  --f1: 2.44em;
  --f2: 1.95em;
  --f3: 1.56em;
  --f4: 1.25em;
  --f5: 1em;
  --f6: 0.8em; }

.f1 {
  font-size: var(--f3);
  line-height: 1.2; }

.f2 {
  font-size: var(--f4);
  line-height: 1.2; }

.f3 {
  font-size: var(--f5); }
  .f3__bold {
    font-weight: bold; }

.f4 {
  font-size: var(--f6);
  padding: 10px; }
  .f4__bold {
    font-weight: bold; }

.privacy-policy {
  max-width: 620px;
  margin: 0 auto;
  padding: 40px;
  line-height: 1.6;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.02em; }
  .privacy-policy__text-left {
    text-align: right; }

/* works-modal */
/* 変数 */
:root {
  --f1: 2.44em;
  --f2: 1.95em;
  --f3: 1.56em;
  --f4: 1.25em;
  --f5: 1em;
  --f6: 0.8em; }

.f1 {
  font-size: var(--f3);
  line-height: 1.2; }
  .f1__bold {
    font-size: var(--f3);
    line-height: 1.2;
    font-weight: bold; }

.f2 {
  font-size: var(--f4);
  line-height: 1.2; }
  .f2__bold {
    font-weight: bold; }

.f3 {
  font-size: var(--f5); }
  .f3__bold {
    font-weight: bold; }

.f4 {
  font-size: var(--f6);
  padding: 10px; }
  .f4__bold {
    font-weight: bold; }

.works-modal__text {
  line-height: 1.6;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  max-width: 800px;
  padding: 5px; }

.works-modal__url {
  padding: 5px 0; }

.works-modal__outer {
  display: flex; }
  @media (max-width: 425px) {
    .works-modal__outer {
      display: block; } }

.works-modal__item {
  flex: 0 0 20%; }
  @media (max-width: 425px) {
    .works-modal__item {
      padding-bottom: 5px; } }
  .works-modal__item-sp {
    flex: 0 0 10%;
    margin-left: 20px; }
    @media (max-width: 425px) {
      .works-modal__item-sp {
        padding-bottom: 5px; } }
  .works-modal__item-slide {
    flex: 0 0 40%;
    margin-left: 20px; }
    @media (max-width: 425px) {
      .works-modal__item-slide {
        padding-bottom: 5px; } }
  .works-modal__item-slide_small {
    flex: 0 0 30%;
    margin-left: 20px; }
    @media (max-width: 425px) {
      .works-modal__item-slide_small {
        padding-bottom: 5px; } }

.works-modal__padding {
  margin-left: 20px; }

@media (max-width: 1024px) {
  .works-modal__display_none {
    display: none; } }
/*# sourceMappingURL=style.css.map */