@charset "UTF-8";
/*
Theme Name: hp1980-theme
Description: ITSOLEXがサンプルサイト「HP1980」向けに制作したWebサイトのテーマです。このテーマには「itsolex-wp-base」テーマが必要です。
Template: itsolex-wp-base
Version: 1.0
Tested up to: 6.0.0
Requires at least: 6.0.0
Requires PHP: 5.2.4
Author: IT SOLEX
Author URI: https://it-solex.jp/
Theme URI: https://sandbox.it-solex.jp/themes/iwb/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated,
are released under the GNU General Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "Noto Sans JP";
}

.list-inline {
  margin: 0;
}

.logo {
  font-family: "Bebas Neue", cursive;
  font-weight: 500;
  font-size: 120%;
}

.background-pattern {
  position: absolute;
  background-image: url(./asset/images/pattern.jpg);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: right center;
  opacity: 25%;
  mix-blend-mode: color-burn;
  z-index: -1;
}

.background-gradient {
  position: absolute;
  background-blend-mode: color-burn;
  z-index: -2;
}
.background-gradient.type1 {
  background: linear-gradient(45deg, #80e2ff 20%, #999dfd 50%, #ffb7f6 80%);
}
.background-gradient.type2 {
  background: linear-gradient(45deg, #ffb7f6 20%, #999dfd 50%, #80e2ff 80%);
}
.background-gradient.type3 {
  background: linear-gradient(135deg, #ffb7f6 20%, #999dfd 50%, #80e2ff 80%);
}

.breadcrumbs {
  font-family: "Noto Sans JP";
  color: white;
}
.breadcrumbs a {
  color: white;
  font-weight: 700;
}
.breadcrumbs a:hover {
  color: #123769;
}
.breadcrumbs .arrow {
  padding: 0 0.5rem;
}
.breadcrumbs .current-item {
  font-weight: 500;
}

.btn-gradation {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
  display: inline-block;
  border-radius: 4rem;
  overflow: hidden;
  background: linear-gradient(270deg, #5ed7fe, #00d8ab);
  color: #fff;
  filter: drop-shadow(0 10px 10px rgba(94, 215, 254, 0.4));
  -webkit-filter: drop-shadow(0 10px 10px rgba(94, 215, 254, 0.4));
  -moz-filter: drop-shadow(0 10px 10px rgba(94, 215, 254, 0.4));
}
.btn-gradation .btn-inner {
  align-items: center;
  background-color: transparent;
  display: flex;
  padding: 0.9rem 4.6rem;
  position: relative;
  border-radius: 4rem;
  overflow: hidden;
}
.btn-gradation .btn-inner::after {
  background-color: #5ed7fe;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
  z-index: 1;
}
.btn-gradation .btn-inner .btn-content {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
  font-size: 125%;
  font-family: "Noto Sans JP";
}
.btn-gradation:hover .btn-inner .btn-content {
  color: #fff;
}
.btn-gradation:hover .btn-inner:after {
  left: 100%;
}

.wp-block-heading {
  font-family: "Noto Sans JP";
  font-weight: 700;
}

h2.wp-block-heading {
  color: #123769;
}

h3.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #123769;
}

h4.wp-block-heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #123769;
  border-bottom: 2px solid #123769;
  padding: 0rem 1rem 1rem 0rem;
}

.wp-block-advgb-summary {
  border: 1px solid gray;
  padding: 1rem;
}

#toc_container.toc_index {
  width: 100% !important;
  background-color: transparent !important;
  border: none;
}
#toc_container.toc_index .toc_title {
  display: none;
}
#toc_container.toc_index .toc_list {
  margin-right: 2rem !important;
}
#toc_container.toc_index .toc_list li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid lightgray;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
}
#toc_container.toc_index .toc_list li::before {
  content: "\f0ab";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  font-size: 24px;
  color: gray;
  margin-right: 0.5rem;
}
#toc_container.toc_index .toc_list li a {
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: gray;
  text-decoration: none;
}
#toc_container.toc_index .toc_list li a:hover {
  color: #123769;
}

.global-header {
  position: fixed;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 999;
  transition: all 300ms;
}
.global-header.scrolled {
  box-shadow: 0 0 10px rgba(128, 226, 255, 0.2);
  filter: drop-shadow(0 0px 25px rgba(128, 226, 255, 0.2));
  -webkit-filter: drop-shadow(0 0px 25px rgba(128, 226, 255, 0.2));
  background-color: white;
}
.global-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.global-header .row .global-header-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.global-header .row .global-header-nav .list-inline-item {
  text-align: center;
  margin-left: 1rem;
  font-weight: 900;
}
.global-header .row .global-header-nav .list-inline-item small {
  position: relative;
  top: -5px;
  font-family: "Bebas Neue", cursive;
  font-weight: 400;
  font-size: 80%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.global-header .row .global-header-nav .list-inline-item a {
  position: relative;
  display: inline-block;
  color: dimgray;
}
.global-header .row .global-header-nav .list-inline-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: dimgray;
  transition: all 300ms;
}
.global-header .row .global-header-nav .list-inline-item a:hover::after {
  width: 100%;
}

.front .global-header {
  background-color: white;
}
.front .row .global-header-nav .list-inline-item a {
  color: dimgray;
}
.front .row .global-header-nav .list-inline-item a::after {
  background-color: dimgray;
}

.page:not(.front) .global-header {
  color: #ffffff;
}
.page:not(.front) .global-header.scrolled .logo {
  color: black;
}
.page:not(.front) .global-header.scrolled .row .global-header-nav .list-inline-item a {
  color: dimgray;
}
.page:not(.front) .global-header.scrolled .row .global-header-nav .list-inline-item a::after {
  background-color: dimgray;
}
.page:not(.front) .row .global-header-nav .list-inline-item a {
  color: white;
}
.page:not(.front) .row .global-header-nav .list-inline-item a::after {
  background-color: white;
}

.global-footer {
  position: relative;
}
.global-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("./asset/images/footer-bg.jpg");
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100%;
  transform: rotate(180deg);
  z-index: -1;
}
.global-footer .logo {
  font-size: 66px;
  line-height: 66px;
}
.global-footer .contact a {
  font-weight: 500;
  font-family: "Bebas Neue", cursive;
  font-size: 125%;
  color: dimgray;
  letter-spacing: 2px;
}
.global-footer .contact a:hover {
  color: black;
}
.global-footer .sub-nav {
  margin-top: 30px;
}
.global-footer .sub-nav li {
  margin-bottom: 0.5rem;
}
.global-footer .sub-nav a {
  color: gray;
  font-size: 80%;
}
.global-footer .sub-nav a .icon {
  margin-right: 0.5rem;
  transition: all 300ms;
}
.global-footer .sub-nav a:hover {
  color: dimgray;
}
.global-footer .sub-nav a:hover .icon {
  margin-right: 1rem;
}
.global-footer .grid-title {
  font-weight: 500;
  font-family: "Bebas Neue", cursive;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.global-footer .footer-nav {
  margin-left: -1rem;
  padding-bottom: 30px;
}
.global-footer .footer-nav li .nav-item {
  display: inline-block;
  padding: 0.15rem 1.25rem;
  border-radius: 10rem;
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0;
}
.global-footer .footer-nav li .nav-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10rem;
  z-index: -2;
}
.global-footer .footer-nav li .nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(270deg, #999dfd, #80e2ff 100%);
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.global-footer .footer-nav li .nav-item:hover {
  color: #fff;
}
.global-footer .footer-nav li .nav-item:hover .icon {
  color: #fff;
}
.global-footer .footer-nav li .nav-item:hover:before {
  width: 100%;
}
.global-footer .footer-nav .icon {
  display: inline-block;
  color: dimgray;
}
.global-footer .footer-nav .text::before {
  content: "｜";
}
.global-footer .copyright {
  color: dimgray;
  margin-bottom: 30px;
}
.global-footer .copyright a {
  color: dimgray;
}
.global-footer .copyright a:hover {
  color: black;
}

.page-header {
  position: relative;
  width: 100%;
  height: 300px;
  padding-top: 140px;
  margin-bottom: 80px;
}
.page-header .background-pattern {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page-header .background-gradient {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.page-title {
  font-size: 72px;
  font-weight: 900;
  color: white;
  letter-spacing: 4px;
}
.page-title small {
  letter-spacing: 0px;
  font-weight: 700;
}

.page-contents {
  margin-bottom: 60px;
}
.page-contents h2 {
  font-size: 4.8rem;
}
.page-contents h3 {
  font-size: 2.4rem;
}
.page-contents h4 {
  font-size: 1.8rem;
}
.page-contents h5 {
  font-size: 1.2rem;
}
.page-contents p {
  line-height: 175%;
}
.page-contents ul, .page-contents ol {
  margin-top: 0.5rem;
}
.page-contents ul li, .page-contents ol li {
  margin-bottom: 0.5rem;
}

.page-footer {
  margin-bottom: 60px;
  background-color: rgba(211, 211, 211, 0.2);
  padding: 1rem;
}
.page-footer .list-unstyled {
  margin: 0;
  color: gray;
}

.works-item {
  position: relative;
  margin: 1rem;
}
.works-item .item-contents {
  display: none;
}
.works-item a {
  color: #123769;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.works-item a:hover .item-contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("https://hp1980.it-solex.jp/wp-content/uploads/works-cover.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.works-item a:hover .item-contents .caption {
  display: inline-block;
  width: 100%;
  background: linear-gradient(45deg, #80e2ff 20%, #999dfd 50%, #ffb7f6 80%);
  filter: drop-shadow(0 0px 15px rgba(255, 86, 234, 0.25));
  -webkit-filter: drop-shadow(0 0px 15px rgba(255, 86, 234, 0.25));
  padding: 0.75rem;
  border-radius: 1.5rem;
  font-size: 1.25rem;
  color: white;
  text-align: center;
  transform: scale(0.9, 1);
}

.single-works_item .work-info .page-count {
  font-family: "Bebas Neue", cursive;
  font-size: 32px;
  line-height: 32px;
}
.single-works_item .work-info dt, .single-works_item .work-info dd {
  border-bottom: 1px solid lightgray;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.single-works_item .work-info .tag-list {
  margin: 0;
}
.single-works_item .work-info .tag-list li {
  background-color: red;
}

.section-title {
  font-weight: bold;
  font-size: 128px;
  font-family: "Noto Sans JP";
  line-height: 50%;
}
.section-title small {
  font-family: "Bebas Neue", cursive;
  font-size: 48px;
  letter-spacing: 4px;
}
.section-title small.gradient {
  display: inline-block;
  background: linear-gradient(135deg, #80e2ff 0, #999dfd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hello {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 80px;
}
.hello .hello-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 660px;
  text-align: center;
  color: #123769;
}
.hello .hello-message .catchcopy {
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: 900;
}
.hello .hello-message .catchcopy .price {
  font-family: "Bebas Neue", cursive;
  font-size: 132px;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
}
.hello .hello-image {
  position: relative;
  animation: float 3600ms ease-in-out infinite;
  filter: drop-shadow(0 35px 35px rgba(255, 86, 234, 0.25));
  -webkit-filter: drop-shadow(0 35px 35px rgba(255, 86, 234, 0.25));
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px) scale(1.02);
  }
  100% {
    transform: translatey(0px);
  }
}
.features .section-title {
  position: relative;
}
.features .section-title .logo {
  position: relative;
  top: 10px;
  display: inline;
}
.features .features-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  background-color: white;
  border: 3px solid red;
  -o-border-image: linear-gradient(var(--gdeg), #999dfd 0, #80e2ff 100%);
     border-image: linear-gradient(var(--gdeg), #999dfd 0, #80e2ff 100%);
  border-image-slice: 1;
  border-radius: 15px;
  padding: 30px;
  filter: drop-shadow(0 0px 25px rgba(255, 86, 234, 0.1));
  -webkit-filter: drop-shadow(0 0 25px rgba(255, 86, 234, 0.1));
}
.features .features-item .item-title {
  color: #123769;
  margin-bottom: 15px;
  font-family: "Noto Sans JP";
  font-weight: 900;
}
.features .features-item .item-contents {
  margin-bottom: 15px;
  line-height: 200%;
}
.features .features-item .item-img {
  width: 100%;
}

.function .function-image {
  position: relative;
  margin-top: -15px;
}
.function .function-image .background-pattern {
  width: 67%;
  height: 100%;
  top: 0;
  left: 0;
}
.function .function-image .background-gradient {
  width: calc(67% - 30px);
  height: 100%;
}
.function .function-image .function-image-item {
  position: relative;
  display: flex;
  z-index: 3;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  filter: drop-shadow(0 0px 25px rgba(255, 147, 242, 0.5));
  -webkit-filter: drop-shadow(0 0px 25px rgba(255, 147, 242, 0.5));
}
.function .section-title {
  font-size: 96px;
}
.function .item-icon {
  font-size: 96px;
  display: inline-block;
  background: linear-gradient(270deg, #999dfd, #80e2ff 100%);
  background: -webkit-linear-gradient(270deg, #999dfd, #80e2ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.function .item-title {
  color: #123769;
  font-family: "Noto Sans JP";
  font-weight: 700;
}

.front-price {
  position: relative;
}
.front-price .background-pattern {
  width: 100%;
  height: 484px;
  top: 0;
  left: 0;
}
.front-price .background-gradient {
  width: 100%;
  height: 460px;
}
.front-price .container {
  position: relative;
  z-index: 9;
}
.front-price .section-title {
  margin-top: 100px;
  color: white;
}
.front-price .section-title .logo {
  position: relative;
  top: 10px;
  display: inline;
}
.front-price .section-title small {
  color: #123769;
}
.front-price .price-item {
  background-color: white;
  border: 3px solid red;
  -o-border-image: linear-gradient(135deg, #999dfd 0, #80e2ff 100%);
     border-image: linear-gradient(135deg, #999dfd 0, #80e2ff 100%);
  border-image-slice: 1;
  padding: 30px;
  padding-bottom: 0;
  height: 420px;
  filter: drop-shadow(0 20px 25px rgba(255, 147, 242, 0.2));
  -webkit-filter: drop-shadow(0 20px 25px rgba(255, 147, 242, 0.2));
}
.front-price .price-list {
  text-align: left;
  margin-left: 3rem;
}
.front-price .price-list li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.front-price .price-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: forestgreen;
  margin-right: 15px;
}
.front-price .price-number {
  font-family: "Bebas Neue", cursive;
  font-size: 96px;
}

.front-works {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.front-works .background-pattern {
  width: 100%;
  height: 484px;
  bottom: 20px;
  left: 0;
}
.front-works .background-gradient {
  bottom: 20px;
  width: 100%;
  height: 460px;
}
.front-works .section-title {
  margin-top: 40px;
}
.front-works .works-list {
  padding-bottom: 30px;
}
.front-works .works-list .slick-prev,
.front-works .works-list .slick-next {
  position: absolute;
  z-index: 999;
  display: block;
  width: 96px;
  height: 96px;
  filter: drop-shadow(0 0px 15px rgba(255, 255, 255, 0.5));
  -webkit-filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.5));
}
.front-works .works-list .slick-prev::before,
.front-works .works-list .slick-next::before {
  font-size: 96px;
  background: linear-gradient(135deg, #80e2ff 0, #999dfd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.front-works .works-list .slick-prev {
  top: calc(50% - 48px);
  left: 0;
}
.front-works .works-list .slick-next {
  top: calc(50% - 48px);
  right: 0;
}/*# sourceMappingURL=style.css.map */