@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100%;
}

body,
p,
div,
ul,
ol,
li,
a,
td,
th,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック',
    'Yu Gothic', sans-serif;
  /*font-family: "Mochiy Pop One", sans-serif;*/
  font-weight: bold;
  color: #231815;
  letter-spacing: 2px;
  margin: 0;
}

a,
a:hover {
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

.container {
  width: 980px;
  margin: 0 auto;
}

.inner {
  padding: 0 130px;
}

header {
  text-align: center;
  background: #fccf00;
  padding: 150px 0 40px;
}

header img.logo {
  margin-bottom: 150px;
}

header ul.nav {
  display: flex;
  justify-content: center;
}

header ul.nav li {
  padding: 0 15px;
}

header ul.nav li a {
  display: block;
  position: relative;
}

header ul.nav li a:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 4px;
  vertical-align: text-bottom;
  margin-right: 7px;
}

#hero {
  background: #fccf00;
}

#hero video {
  width: 100%;
}

#message {
  background: #fccf00;
  padding: 70px 0;
}

#message .container {
  position: relative;
  z-index: 1;
}

#message .container:before {
  content: url(../img/message_img.png);
  display: inline-block;
  position: absolute;
  top: 95px;
  left: 200px;
  z-index: -1;
}

#message h2 {
  font-size: 49px;
  letter-spacing: 1em;
  letter-spacing: 0.3em;
  line-height: 1.7;
  margin-left: -30px;
  margin-bottom: 30px;
}

#message p {
  font-size: 24px;
  letter-spacing: 6px;
  line-height: 1.8;
  margin-bottom: 28px;
}

#message p:last-child {
  margin-top: 46px;
}

.offs.effect {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}
.ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}

#about {
  padding: 75px 0 50px;
}

#about h2,
#about h3 {
  text-align: center;
}

#about h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

#about h2 span {
  display: inline-block;
  background: #fccf00;
  padding: 10px 35px;
  border-radius: 30px;
  letter-spacing: 4px;
}

#about h3 {
  font-size: 33px;
  margin-bottom: 55px;
}

#about h3 strong {
  color: #fccf00;
  font-size: 110%;
}

#about img {
  margin-bottom: 50px;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
  max-width: initial;
}

#about p {
  font-size: 26px;
  letter-spacing: 4px;
  line-height: 2.2;
  margin-bottom: 45px;
}

#about a {
  font-size: 21px;
  border-bottom: 2px solid #fccf00;
  margin-bottom: 15px;
  display: inline-block;
  line-height: 1.8;
}

#products .upper {
  background: #fccf00;
  padding: 84px 0;
}

#products .upper h2,
#products .upper h3 {
  text-align: center;
}

#products .upper h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

#products .upper h2 span {
  display: inline-block;
  background: #fff;
  padding: 10px 85px;
  border-radius: 30px;
  letter-spacing: 4px;
}

#products .upper h3 {
  font-size: 33px;
  margin-bottom: 120px;
}

#products .upper .inner {
  position: relative;
  padding-top: 130px;
}

#products .upper img.up_1 {
  position: absolute;
  top: -60px;
  right: 80px;
  width: 450px;
}

#products .upper .radius_1 {
  margin-top: 50px;
  margin-bottom: 25px;
}

#products .upper .radius_1 span {
  font-size: 27px;
  background: #fff;
  border-radius: 30px;
  padding: 10px 25px;
}

#products .upper h4 {
  font-size: 45px;
  margin: 35px 0;
  display: inline-block;
  position: relative;
  padding-bottom: 25px;
}

#products .upper h4::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: #fff;
  border-radius: 9999px;
}

#products .upper .sec2,
#products .upper .sec1 {
  margin-bottom: 120px;
}

#products .upper img.up_2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

#products .upper ul.setBox {
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#products .upper ul.setBox li {
  list-style: disc;
  font-size: 28px;
  letter-spacing: -2px;
  font-weight: 100;
  width: 50%;
  margin-bottom: 4px;
}

#products .upper img.up_3 {
  margin-top: 30px;
  margin-bottom: 50px;
}

#products .upper .sec3 img.up_3 ~ .p3 {
  margin-bottom: 40px;
}

#products .upper .p1 {
  font-size: 31px;
  margin-bottom: 30px;
}

#products .upper .p2 {
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 30px;
}

#products .upper .img2 {
  margin-bottom: 60px;
}

#products .upper .p3 {
  font-size: 26px;
  line-height: 2;
}

#products .lower {
  padding: 60px 0;
  text-align: center;
}

#products .lower .img4 {
  margin-left: -20px;
  margin-top: 20px;
}

#products .lower .inner {
  position: relative;
}

#products .lower .inner p {
  white-space: nowrap;
  font-size: 27px;
  line-height: 1.6;
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#listen .upper {
  background: #fccf00;
  padding: 65px 0 200px;
}

#listen .upper h2 {
  font-size: 26px;
  margin-bottom: 30px;
}

#listen .upper h2,
#listen .upper h3 {
  text-align: center;
}

#listen .upper h2 span {
  display: inline-block;
  background: #fff;
  padding: 10px 35px;
  border-radius: 30px;
  letter-spacing: 4px;
}

#listen .upper h3 {
  font-size: 19px;
}

#listen .lower {
  margin-top: -170px;
  padding-bottom: 50px;
}

#listen .lower .img1 {
  margin-bottom: 45px;
}

#listen .lower p {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 2;
}

#hear .upper {
  background: #fccf00;
  padding: 65px 0 160px;
  position: relative;
}

#hear .upper h2 {
  font-size: 26px;
  margin-bottom: 50px;
}

#hear .upper h2,
#hear .upper h3 {
  text-align: center;
}

#hear .upper h2 span {
  display: inline-block;
  background: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  letter-spacing: 4px;
}

#hear .upper h3 {
  font-size: 22px;
  line-height: 1.8;
}

#hear .upper img {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#hear .lower .container {
  padding: 120px 0 120px;
}

#hear .lower h4 {
  font-size: 26px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6px;
  letter-spacing: 4px;
  margin-bottom: 14px;
}

#hear .lower p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 1px;
}

form {
  padding: 40px 0;
}

legend {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

legend small {
  font-size: 80%;
  color: #a23039;
}

span.error {
  color: #ff0000;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.fieldset-wrapper {
  margin-bottom: 25px;
}

input[type='text'],
textarea {
  width: 100%;
  padding: 13px 12px 12px;
  font-size: 18px;
  border: 1px solid #e5e5e5;
}

textarea {
  padding: 16px 12px 12px;
  min-height: 250px;
}

input[type='text']::placeholder,
textarea::placeholder {
  color: #acacac !important;
}

input[type='text']:focus,
textarea:focus {
  outline: none;
}

input[type='submit'] {
  display: block;
  width: 230px;
  height: 46px;
  line-height: 45px;
  background: #fccf00;
  border: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

input[type='submit']:hover {
  opacity: 0.75;
}

#submit-button {
  text-align: center;
}

#thanks_pc {
  text-align: center;
}

#thanks_pc img {
  margin: 150px 0 60px;
}

#thanks_pc p {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 1.8;
}

#thanks_pc a {
  display: block;
  width: 230px;
  height: 46px;
  line-height: 45px;
  background: #fccf00;
  border: none;
  transition: all 0.3s ease;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 30px;
}

#know-more {
  text-align: center;
  margin-bottom: 120px;
}

/*モーダルを開くボタン*/
.modal-open {
  cursor: pointer;
  transition: all 0.3s ease;
}
.modal-open:hover {
  opacity: 0.75;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 900px;
  width: 90%;
  margin-top: 50px;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
/*モーダル内のコンテンツの指定*/

footer p {
  font-size: 19px;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 0;
  padding: 20px 0;
}

#company, #company h2 {
  text-align: center;
  margin-bottom: 10px;
}

#company h2 span {
  border-bottom: solid 2px #fccf00;
  padding-bottom: 5px;
}

