@charset "UTF-8";

/*共通部分
---------------------------------------*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*ここから↓*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  position: relative;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #432;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1024px;
  width: 100%;
  height: auto;
  margin: auto;
}

body,
html {
  height: 100%;
}

.container {
  position: relative;
  width: 100%;
  padding: 80px 0;
}

.top-link {
  width: 100%;
  height: 100%;
  width: 30%;
  padding: 60px 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
  white-space: nowrap;
}

.top-link:hover {
  color: #d44d61;
}

.fadein01 {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadein02 {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 1s;
}

.fadein03 {
  opacity: 0;
  transform: translateX(40px);
  transition: all 1s;
}

.button {
  font-size: 1.015rem;
  background-color: #fff;
  color: #000;
  letter-spacing: 2px;
  padding: 14px 40px;
  border: 1px solid #000;
  margin: 40px 60px;
}

.button:hover {
  background-color: #d44d61;
  transition: 0.5s;
  color: white;
}

/* ボタンアニメーション関係
  ------------------------------------------------------*/
/* ボタンのマウスオーバーで明るくする */
.btn:hover {
  filter: brightness(120%);
  scale: 120%;
  transform: scale(1.1);
}

/*footer*/
#footer {
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  font-size: 0.7rem;
  text-align: center;
  padding: 15px 0;
}

/*HOME
------------------------------------------------------------*/

/*HEADER*/

.logo {
  display: flex;
  width: 400px;
  font-family: "Lora", serif;
  letter-spacing: 4px;
  font-size: 2rem;
}

.logo a {
  color: #3b3b3b;
}

.logo span {
  color: #d44d61;
}

.main-nav {
  display: flex;
  font-size: 0.915rem;
  text-transform: uppercase;
  margin-top: 18px;
  list-style: none;
  letter-spacing: 2px;
  font-family: "Quicksand", sans-serif;
}

.main-nav li {
  margin-left: 40px;
}

.main-nav a {
  color: #3b3b3b;
}

.main-nav a:hover {
  font-weight: bold;
  color: #3b3b3b;
}

.page-header {
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  z-index: 10;
  padding: 0 5%;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.ahov {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ahov::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.ahov:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.header-menu {
  display: none;
}

/*トップ画像*/
.home-image {
  margin: auto;
  margin-top: 200px;
}

#home-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-message {
  text-align: center;
  font-size: 0.85rem;
  padding-top: 80px;
  padding-bottom: 50px;
}

/* IMAGE BLUR EFFECT */

/*HOME-ABOUT*/
#home-about {
  height: 100%;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 auto;
}

#home-about-image {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-right: 5%;
}

#home-about img {
  width: 30%;
  min-height: 100%;
  border-radius: 10px;
  object-fit: cover;
  display: flex;
}

#home-about-mes {
  width: 70%;
  height: auto;
  background-color: #f3f3f3;
  padding: 40px 7%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
  flex: 1;
  text-align: left;
}

#home-about-mes h2 {
  font-size: 2rem;
  font-family: "Noto Serif", serif;
  letter-spacing: 2px;
  font-weight: normal;
  padding-bottom: 20px;
}

#home-about-text {
  max-width: 600px;
  font-size: 0.9rem;
  letter-spacing: 0.2rem;
  line-height: 1.6rem;
  padding-bottom: 10px;
  align-items: center;
}

.word-break {
  word-break: break-all;
}

#home-about-more {
  text-align: right;
  display: block;
  float: right;
  padding: 10px 10px;
}

#home-about-more p {
  letter-spacing: 0.2rem;
}

#home-about-more:hover {
  font-weight: bold;
}

.about-sns {
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.sns-i {
  padding-right: 10px;
}

/*Works*/

.contents {
  height: 100%;
  width: 100%;
  margin-bottom: 80px;
}

.works {
  background-color: #fff;
  text-align: center;
  padding: 140px 60px;
}

.contents-logo {
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 60px;
}

.section-logo {
  font-size: 2.75rem;
  font-family: "Noto Serif", serif;
  letter-spacing: 2px;
  font-weight: normal;
  height: 100%;
  text-align: center;
}

.contents-logo p {
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
}
.grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 10px;
  margin-bottom: 40px;
}

.imgwrap {
  overflow: hidden;
  width: 320px;
  height: 280px;
}

.imgwrap img {
  display: block;
  transition-duration: 0.3s;
}

.imgwrap img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

/*Price*/
.price {
  background-color: #f3f3f3;
  text-align: center;
  padding: 140px 60px;
  height: auto;
}
/* Contact */

.contact {
  text-align: center;
  padding-bottom: 180px;
}

.contact p {
  padding-bottom: 40px;
}

/*PC表示時*/
.side-fixed {
  display: block;
}
.sc-side {
  display: none;
}
.sc {
  display: none;
}
.header-menu {
  -webkit-header-menu: none;
}

/*スマホ表示時*/
@media only screen and (max-width: 1024px) {
  .side-fixed {
    display: none;
  }
  .sc-side {
    -webkit-display: block;
  }
  .header-menu {
    display: block;
    -webkit-display: block;
  }
}

@media only screen and (max-width: 600px) {
  .sc {
    display: block;
  }
}

/*モバイル版
----------------------------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  /*INDEX[Hedder]*/
  .page-header {
    position: fixed;
    top: 10px;
    left: 0px;
    right: 0px;
    z-index: 10;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    font-size: 1rem;
    width: 100%;
    heigt: 10%;
    margin: 0 auto;
  }

  .logo {
    font-size: 30px;
    display: flex;
  }

  .main-nav {
    display: flex;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-top: 18px;
    list-style: none;
    letter-spacing: 2px;
    font-family: "Quicksand", sans-serif;
  }

  .main-nav li {
    margin-left: 25px;
  }

  /*INDEX[about]
-----------------------------*/

  .top-link {
    max-width: 100%;
    font-size: 0.8rem;
    white-space: nowrap;
    margin: 0 auto;
  }

  .home-image {
    padding-top: 0;
    margin-top: 100px;
  }

  .contents-logo {
    padding-bottom: 0px;
  }

  #home-about {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 10px;
    padding-top: 0;
  }

  #home-about-image {
    margin: 0 auto;
  }

  #home-about img {
    max-height: 300px;
    max-width: 400px;
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: 0px -70px;
    border-radius: 10px;
  }

  #home-about-mes {
    max-width: 650px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: inherit;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  #home-about-mes h2 {
    padding-bottom: 0;
  }

  #home-about-text {
    text-align: left;
    font-size: 0.8rem;
    padding-top: 50px;
    padding-bottom: 40px;
    letter-spacing: 0.15rem;
  }

  #home-about-more {
    display: inline-block;
    background-color: #f3f3f3;
    text-align: center;
    letter-spacing: 0.5rem;
    padding: 20px;
    position: relative;
  }

  #home-about-more a {
    position: absolute;
    display: block;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  #home-about-more:hover {
    background-color: #d44d61;
    color: #fff;
    transition: 0.5s;
    text-transform: inherit;
    font-weight: normal;
  }

  /* Index[works] */

  .sc {
    padding-top: 5px;
    padding-bottom: 40px;
    text-align: left;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    display: flex;
  }

  /*All*/
  .contents {
    padding: 0;
  }

  /*[サイドメニュー]*/
  article {
    max-width: 100%;
    width: 80%;
    margin: 0 auto;
    padding-top: 0;
    margin-top: 0;
  }

  .sub-menu {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #fff;
  }

  .aside {
    max-width: 600px;
    width: 100%;
  }
  .sc-side {
    font-size: 0.9rem;
    padding-top: 60px;
    max-width: 1100px;
    width: 100%;
  }

  .sc-side li {
    padding: 0 2%;
  }

  .li-hover:hover {
    color: #d44d61;
  }

  .sub-menu-sc {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}
/* モバイル版media＠600px
---------------------------------------------------------------------------------------- */
@media (max-width: 600px) {
  .top-link {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  /*HEADER
  --------------------------------*/
  .page-header {
    position: fixed;
    top: 10px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 10;
    padding: 0 5%;
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    font-size: 1rem;
    max-width: 100%;
    width: 100%;
    max-height: 10%;
    heigt: 10%;
  }

  .logo h1 {
    height: 7%;
    padding: 0 10px;
    font-size: 24px;
    display: flex;
    flex: 1;
    text-align: center;
    margin: 0 auto;
  }

  .main-nav {
    display: none;
  }

  /*ハンバーガーメニューNew*/

  .header-menu {
    display: block;
  }

  #nav-toggle {
    display: block;
    position: relative;
    width: 2rem;
    height: 2rem;
    float: right;
  }

  #nav-toggle i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #555555;
    position: absolute;
    transition: transform 0.5s, opasity 0.5s;
  }

  #nav-toggle i:nth-child(1) {
    top: 0;
  }

  #nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #nav-toggle i:nth-child(3) {
    bottom: 0;
  }

  #nav-toggle.show i:nth-child(1) {
    transform: translateY(18px) rotate(-45deg);
  }
  #nav-toggle.show i:nth-child(2) {
    opacity: 0;
    transition: 0.5s;
  }
  #nav-toggle.show i:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
  }

  #nav {
    position: fixed;
    top: 6rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
  }

  #nav.show {
    opacity: 1;
    visibility: visible;
  }

  .nav-menu-li {
    font-size: 1.3rem;
    padding: 30px 0;
    border-bottom: 1px solid #a7a7a7;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    letter-spacing: 0.2rem;
  }

  .nav-menu-li a {
    color: #333;
  }

  /* INDEX
 ----------------------------------*/
  .wrppeer {
    margin-top: 0;
  }
  .home-image {
    margin: auto;
    margin-top: 100px;
  }

  .home-image p {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    letter-spacing: 0.15em;
  }

  #home-about {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 80px;
  }

  #home-about img {
    max-width: 250px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0px -10px;
    border-radius: 10px;
  }

  #home-about-text {
    text-align: left;
    font-size: 0.8rem;
    padding-top: 50px;
    padding-bottom: 20px;
    letter-spacing: 0.15rem;
  }

  #home-about-more {
    display: inline-block;
    background-color: #f3f3f3;
    text-align: center;
    letter-spacing: 0.5rem;
  }

  #home-about-more:hover {
    background-color: #d44d61;
    color: #fff;
    transition: 0.5s;
    text-transform: inherit;
    font-weight: normal;
  }

  #home-about {
    margin-top: 0px;
    padding: 80px 30px 60px 30px;
  }

  figcaption {
    height: 97.5%;
    width: 100%;
  }

  .contact {
    padding: 40px 30px 40px 30px;
    font-size: 0.9rem;
    height: 100%;
  }

  .contact p {
    padding-bottom: 40px;
  }

  .contact-btn {
    margin-bottom: 45rem;
    margin-bottom: 45rem;
  }

  .contents {
    height: inherit;
  }

  .works {
    background-color: #fff;
    text-align: center;
    padding-bottom: 80px;
    padding: 80px 30px;
  }

  .grid {
    gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /* padding: 10px; */
    margin-bottom: 40px;
    padding: 0;
  }

  .about-sns {
    display: flex;
    flex-direction: row;
    justify-content: left;
  }

  .sns-i {
    padding-right: 10px;
  }

  .price {
    padding: 80px 30px;
  }

  .contents-logo {
    margin-bottom: 0px;
    padding: 0;
  }

  .button {
    margin: 0;
  }
}
