@charset "UTF-8";


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

/* デジタルインテリア科展ページのCSS */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  /* 16px * 62.5% = 10px */
  width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #a14c5e;
  font-family: 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
  background-color: #a14c5e;
}

section {
  max-width: 1024px;
  margin: 100px auto;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #f9eae9;
}

h2 {
  font-size: 8rem;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 24px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

ul li {
  list-style: none;
}

@media (max-width:1024px) {
  section {
    margin: 0 auto;
  }

  h2 {
    font-size: 40px;
    line-height: 48px;
    width: 90vw;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  h3 {
    font-size: 2.0rem;
  }

  p {
    font-size: 2.0rem;
    line-height: 1.5;
  }
}

@media (max-width:599px) {
  section {
    margin: 0 auto 60px;
  }

  section:last-child {
    margin-bottom: 0;
  }

  h2 {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 16px;
    margin-bottom: 32px;
  }

  h3 {
    font-size: 1.6rem;
  }

  p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  a {
    font-size: 1.6rem;
  }
}

#mainvisual {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: relative;
}

#mainvisual:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: anime 120s ease-in-out infinite;
  overflow: hidden;
}

@keyframes anime {
  0% {
    background-image: url(../img/6mainvisual.jpg);
    transform: scale(1);
  }

  7% {
    background-image: url(../img/6mainvisual.jpg);
  }

  9% {
    background-image: url(../img/2mainvisual.jpg);
    transform: scale(1.15);
  }

  16% {
    background-image: url(../img/2mainvisual.jpg);
  }

  18% {
    background-image: url(../img/1mainvisual.jpg);
    transform: scale(1);
  }

  25% {
    background-image: url(../img/1mainvisual.jpg);
  }

  27% {
    background-image: url(../img/4mainvisual.jpg);
    transform: scale(1.15);
  }

  34% {
    background-image: url(../img/4mainvisual.jpg);
  }

  36% {
    background-image: url(../img/5mainvisual.jpg);
    transform: scale(1);
  }

  43% {
    background-image: url(../img/5mainvisual.jpg);
  }

  45% {
    background-image: url(../img/3mainvisual.jpg);
    transform: scale(1.15);
  }

  52% {
    background-image: url(../img/3mainvisual.jpg);
  }

  54% {
    background-image: url(../img/7mainvisual.jpg);
    transform: scale(1);
  }

  61% {
    background-image: url(../img/7mainvisual.jpg);
  }

  63% {
    background-image: url(../img/8mainvisual.jpg);
    transform: scale(1.15);
  }

  70% {
    background-image: url(../img/8mainvisual.jpg);
  }

  72% {
    background-image: url(../img/9mainvisual.jpg);
    transform: scale(1);
  }

  79% {
    background-image: url(../img/9mainvisual.jpg);
  }

  81% {
    background-image: url(../img/10mainvisual.jpg);
    transform: scale(1.15);
  }

  88% {
    background-image: url(../img/10mainvisual.jpg);
  }

  90% {
    background-image: url(../img/12mainvisual.jpg);
    transform: scale(1);
  }

  98% {
    background-image: url(../img/12mainvisual.jpg);
  }

  100% {
    background-image: url(../img/1mainvisual.jpg);
    transform: scale(1);
  }
}

@media (max-width:678px) {
  @keyframes anime {
    0% {
      background-image: url(../img/6mainvisual-m.jpg);
      transform: scale(1);
    }

    7% {
      background-image: url(../img/6mainvisual-m.jpg);
    }

    9% {
      background-image: url(../img/2mainvisual-m.jpg);
      transform: scale(1.15);
    }

    16% {
      background-image: url(../img/2mainvisual-m.jpg);
    }

    18% {
      background-image: url(../img/1mainvisual-m.jpg);
      transform: scale(1);
    }

    25% {
      background-image: url(../img/1mainvisual-m.jpg);
    }

    27% {
      background-image: url(../img/4mainvisual-m.jpg);
      transform: scale(1.15);
    }

    34% {
      background-image: url(../img/4mainvisual-m.jpg);
    }

    36% {
      background-image: url(../img/5mainvisual-m.jpg);
      transform: scale(1);
    }

    43% {
      background-image: url(../img/5mainvisual-m.jpg);
    }

    45% {
      background-image: url(../img/3mainvisual-m.jpg);
      transform: scale(1.15);
    }

    52% {
      background-image: url(../img/3mainvisual-m.jpg);
    }

    54% {
      background-image: url(../img/7mainvisual-m.jpg);
      transform: scale(1);
    }

    61% {
      background-image: url(../img/7mainvisual-m.jpg);
    }

    63% {
      background-image: url(../img/8mainvisual-m.jpg);
      transform: scale(1.15);
    }

    70% {
      background-image: url(../img/8mainvisual-m.jpg);
    }

    72% {
      background-image: url(../img/9mainvisual-m.jpg);
      transform: scale(1);
    }

    79% {
      background-image: url(../img/9mainvisual-m.jpg);
    }

    81% {
      background-image: url(../img/10mainvisual-m.jpg);
      transform: scale(1.15);
    }

    88% {
      background-image: url(../img/10mainvisual-m.jpg);
    }

    90% {
      background-image: url(../img/12mainvisual-m.jpg);
      transform: scale(1);
    }

    98% {
      background-image: url(../img/12mainvisual-m.jpg);
    }

    100% {
      background-image: url(../img/1mainvisual-m.jpg);
      transform: scale(1);
    }
  }
}

.mainvisual-header {
  height: 80px;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.mainvisual-header h1 a,
.mainvisual-nav ul li a,
.mainvisual-message {
  color: #f9eae9;
}

.mainvisual-header h1 a {
  height: 80px;
}

.mainvisual-header h1 a img {
  height: 80px;
}

.mainvisual-nav ul {
  display: flex;
}

.mainvisual-nav ul li {
  margin: 0 16px;
}

.mainvisual-nav ul li a {
  font-size: 2.0rem;
  line-height: 80px;
}

.mainvisual-message {
  position: absolute;
  bottom: 12%;
  left: 25%;
}

.mainvisual-message h2 {
  font-size: 7rem;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: left;
}

.mainvisual-message__english {
  font-size: 2rem;
  line-height: 1.7;
  text-align: left;
  text-shadow: 1px 1px 10px #000;
}

#scroll-btn {
  position: fixed;
  top: calc(100vh - 82px - 68px - 1.5vw);
  right: 1.5vw;
  font-size: 20px;
  display: none;
}

#scroll-btn a span {
  transition: all .3s ease;
}

#scroll-btn a span .fa-circle {
  color: #fefefe;
  background-color: #fefefe;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 7px solid #000;
}

#scroll-btn a span .fa-inverse {
  color: #000;
}

#scroll-btn a span:hover {
  transform: translateY(-10px);
  transition: all .3s ease;
}

/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 45vw;
  bottom: -80px;
  /*全体の高さ*/
  height: 60px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -25px;
  top: -30px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: -30px;
  /*線の形状*/
  width: 2px;
  height: 40px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 2.0s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@media (max-width:599px) {
  .scrolldown1 {
    /*描画位置※位置は適宜調整してください*/
    position: absolute;
    left: 40vw;
    bottom: -80px;
    /*全体の高さ*/
    height: 40px;
  }

  /*Scrollテキストの描写*/
  .scrolldown1 span {
    /*描画位置*/
    position: absolute;
    left: -25px;
    top: -25px;
    /*テキストの形状*/
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }

  /* 線の描写 */
  .scrolldown1::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: -25px;
    /*線の形状*/
    width: 2px;
    height: 10px;
    background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 2.0s ease-in-out infinite;
    opacity: 0;
  }
}

@media (max-width:1024px) {
  .mainvisual-message {
    bottom: 15%;
    left: 10%;
  }

  .mainvisual-message h2 {
    font-size: 6rem;
    margin: 0;

  }

  .mainvisual-message__english {
    font-size: 1.8rem;
  }

  @media (max-width:599px) {
    .mainvisual-nav {
      display: none;
    }

    .mainvisual-message {
      bottom: 15%;
      left: 10%;
    }

    .mainvisual-message h2 {
      font-size: 10vw;
    }

    .mainvisual-message__english {
      font-size: 1.6rem;
      line-height: 1.3;
      padding-right: 16px;
    }
  }
}

.main-bg {
  width: 100%;
  background-color: #f9eae9;
  /* background-image: url(../img/bg-pc.png); */
}

.description {
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 60px;
  background-color: #f9eae9;
}

@media (max-width:1024px) {
  .description {
    width: 90vw;
    padding: 60px 60px 100px;
  }
}

@media (max-width:599px) {
  .main-bg {
    background-color: #f9eae9;
    /* background-image: url(../img/bg-m.png); */
  }

  .description {
    font-size: 1.8rem;
    padding: 60px 24px 100px;

  }
}

/* .section-about,
.section-experience,
.section-voice {
  padding-bottom: 200px;
} */

.section-experience {
  border-radius: 20px;
  padding: 80px 80px 120px;
  margin: 0 auto;
  background-color: #fcfcfc;
  border: solid 10px #a14c5e;
}

.section-about__keyword,
.section-experience__keyword,
.section-voice__keyword {
  color: #e0b46c;
}

.section-about h2,
.section-experience h2,
.section-voice h2 {
  font-size: 6.0rem;
  line-height: 60px;
  border-bottom: 3px dotted #554a49;
  padding-bottom: 16px;
  margin-bottom: 50px;

}

.section-about p,
.section-experience p {
  padding-bottom: 40px;
  text-align: left;
}

.section-about__none,
.section-experience__none,
.section-voice__none {
  display: none;
}

.section-experience h3 {
  font-size: 3.2rem;
  margin: 50px 30px 30px 30px;
}

@media (max-width:1024px) {

  .section-about {
    margin-bottom: 0;
  }

  .section-experience {
    border-radius: 10px;

  }

  .section-experience h2 {
    width: 100%;
  }

  .section-about__none,
  .section-experience__none,
  .section-voice__none {
    display: block;

  }

  .section-about__description1,
  .section-about__description2 {
    font-size: 2.0rem;
    padding: 0 40px 40px;
  }

  .section-about h3 {
    font-size: 1.8rem;
  }
}

@media (max-width:599px) {

  .section-about h2,
  .section-experience h2,
  .section-voice h2 {
    font-size: 8vw;
    line-height: 8vw;
    margin-bottom: 40px;
  }
}

.section-about__design {
  padding: 0;
  margin-left: 24px;
}

.section-about__design li {
  position: relative;
  list-style-type: none !important;
  /*ポチ消す*/
  padding: 16px 32px;
  margin-bottom: 24px;
  line-height: 1.5;
  background: #a14c5e;
  vertical-align: middle;
  border-radius: 15px 0px 0px 15px;
  color: #f9eae9;
  /*左側の角丸く*/
}

.section-about__design h3:before {
  display: inline-block;
  vertical-align: middle;
  /*以下白丸つくる*/
  content: '';
  width: 1em;
  height: 1em;
  background: #f9eae9;
  border-radius: 50%;
  margin-right: 8px;
}

.section-about__design h3 {
  font-size: 3.2rem;
  text-align: left;
  margin-bottom: 10px;
  ;
}

.section-about__design p {
  padding-bottom: 0;
}

.section-about__description1 {
  padding-top: 32px;
}

.section-about__image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

.section-about__image li {
  padding: 20px 10px;
}

.section-about__image li:first-child {
  padding-left: 0;
}

.section-about__image li:last-child {
  padding-right: 0;
}

@media (max-width:599px) {

  .section-about {
    padding-bottom: 100px;
  }

  .section-about__design li {
    padding: 16px 24px;
    margin-bottom: 16px;
    border-radius: 15px 0px 0px 15px;
    /*左側の角丸く*/
  }

  .section-about__design h3:before {
    /*以下白丸つくる*/
    content: '';
    width: 1em;
    height: 1em;
  }

  .section-about__design h3 {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 8px;
    ;
  }

  .section-about__design p {
    font-size: 1.6rem;
    padding-bottom: 0;
  }


  .section-about__description1,
  .section-about__description2 {
    font-size: 1.8rem;
    padding-bottom: 24px;
  }

  .section-about__image ul li:first-child {
    padding-left: 10px;
  }

  .section-about__image ul li:last-child {
    padding-right: 10px;
  }
}

.section-experience__contents {
  max-width: 853px;
  margin: 0 auto;
  height: 480px;
  background-color: #eeeeee;
}

@media (max-width:599px) {
  .section-experience {
    padding: 40px 24px;
    /* margin-bottom: 24px; */
  }

  .section-experience__contents {
    height: 320px;
  }

}

.section-voice {
  border-radius: 24px;
  padding: 100px 24px 60px;
  margin-bottom: 0px;
}

.section-voice ul li {
  display: flex;
  margin-bottom: 60px;
}

.section-voice ul li img {
  width: 480px;
  height: 370px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 32px;
}

.section-voice__description {
  padding: 20px 16px 24px 24px;
}

.section-voice__description h3 {
  line-height: 1.5;
  padding-bottom: 8px;
  margin: 0 8px 16px 0;
  text-align: right;
  border-bottom: 2px solid #e0b46c;
  font-size: 2.4rem;
}

.section-voice__description h3 span {
  font-weight: 500;
  font-size: 2.0rem;
}

.section-voice__description p {
  font-size: 2.0rem;
  margin: 0;
  text-align: left;
  display: inline-block;
}

@media (max-width:1024px) {
  .section-voice ul li {
    display: block;
    max-width: 480px;
    margin: 60px auto;
  }

  .section-voice__description {
    padding: 0px;
  }

  .section-voice ul li img {
    width: 90%;
  }

  .section-voice__description h3 {
    line-height: 1.5;
    padding-bottom: 8px;
    margin: 0 8px 16px 0;
    text-align: right;
    border-bottom: 1px solid #e0b46c;
  }

  .section-voice__description p {
    font-size: 2.0rem;
    margin: 0;
  }
}

@media (max-width:599px) {
  .section-voice {
    padding-bottom: 40px;
  }

  .section-voice ul li {
    max-width: 343px;
    margin: 40px auto;
  }

  .section-voice ul li img {
    height: 243px;
    text-align: center;

  }

  .section-voice__description h3 span {
    font-size: 1.6rem;
  }

  .section-voice__description p {
    font-size: 1.6rem;
  }

}


footer {
  height: 120px;
  background-color: #a14c5e;
  text-align: center;
  color: #fff;
}

footer ul {
  display: flex;
  justify-content: center;
}

footer ul li {
  padding: 10px;
  margin: 16px 8px;
  border-radius: 10px;
}

@media (max-width:599px) {
  footer {
    height: 140px;
    width: 100vw;
    bottom: 0;
    z-index: 2;
  }

  footer ul li {
    border-radius: 10px;
    background-color: #fff;
  }

  footer ul li a {
    color: #a14c5e;
    font-weight: 600;
  }

  footer small {
    text-align: center;
  }
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 30px;
  top: 40px;
  cursor: pointer;
  z-index: 10;
}

/* .pagetop-p {
  text-align: center;
  font-weight: 700;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #a0522d; */
  /* background-color: #fff5e1;
  width: 100px;
  margin: 0 auto;
  border-radius: 2px; */
/* } */

/* .pagetop-p:hover {
  transform: scale(1.05);
  background-color: #ffe6cc;
  cursor: pointer;
} */

@media (max-width:599px) {
  #pagetop {
    right: 20px;
    top: 10px;
  }

  #pagetop img {
    width: 72px;
  }
}