@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital@0;1&family=Caveat:wght@700&family=DM+Serif+Display&family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital@0;1&family=Caveat:wght@700&family=DM+Serif+Display&family=Noto+Serif+JP&family=Playfair+Display&display=swap");

body {
  margin: -22px 0px;
}

.top {
  display: flex;
}
.top_left {
  margin-top: -96px;
  width: 15%;
  height: 110%;
  background-color: #fff;
  position: fixed;
  text-align: center;
}
.top_right {
  width: 85%;
  margin: 0 0 0 15%;
}

h2.top_titleH2 {
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
}
p.top_subTitleP {
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
}
@media screen and (max-width: 900px) {
  .top_left {
    display: none;
  }
  .top_right {
    width: 100%;
    margin: 0;
  }
}

/* top_left↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_leftDivLine {
  margin-top: 50px;
  height: 1px;
  width: 80%;
  background-color: black;
  margin: 50px auto 20px;
}
a.top_leftAh {
  color: black;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
}
/* top_left↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top_背景↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_backGround {
  position: fixed;
  z-index: -1;
}
img.top_backGroundImg {
  width: 100%;
  opacity: 0.4;
}
@media screen and (max-width: 1446px) {
  .top_backGround {
    /* height: 100%; */
    width: 100%;
  }
  img.top_backGroundImg {
    width: 150%;
  }
}

@media screen and (max-width: 1000px) {
  img.top_backGroundImg {
    width: 250%;
  }
  .top_backGround {
    width: 100%;
    margin-left: -100vw;
  }
}
@media screen and (max-width: 500px) {
  img.top_backGroundImg {
    width: 330%;
    margin-left: -130vw;
  }
}
/* top_背景↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top_タイトル↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_title {
  z-index: 1;
  position: relative;
  background-color: dodgerblue;
  color: #fff;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Playfair Display", serif;
}
a.top_leftAp {
  color: #333;
  text-decoration: none;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Playfair Display", serif;
}
h1.top_titleH1 {
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  margin: 10px 10px 0;
  text-align: center;
  color: #fff;
}
h2.top_titleH2 {
  margin: 5px 10px 0;
  text-align: end;
}

@media screen and (max-width: 800px) {
  h1.top_titleH1 {
    font-size: 6vw;
    margin-top: 20px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 701px) {
  h1.top_titleH1i {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  h1.top_titleH1 {
    display: none;
  }
  h1.top_titleH1i {
    text-align: center;
    font-size: 10vw;
    margin: 10px;
  }
}
@media screen and (max-width: 650px) {
  h2.top_titleH2 {
    font-size: 3.5vw;
  }
}
/* top_タイトル↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top_サブタイトル↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
/* top_左メニュー↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
h1.top_leftH1 {
  font-size: 25px;
  margin-top: 40px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Playfair Display", serif;
}
h3.top_leftH3 {
  margin-top: 60px;
}

/* top_左メニュー↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top_左アイテム↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_subTitle {
  margin: 0 10px 0;
  display: flex;
}
.top_subTitleContent1 {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .top_subTitle {
    display: block;
  }
  .top_subTitleContent1 {
    width: 100%;
  }
}

.top_subTitleContent1_item {
  width: 70%;
  margin: 50px auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media screen and (max-width: 580px) {
  .top_subTitleContent1_item {
    width: 85%;
    margin: 40px auto;
    padding: 10px;
  }
}
img#top_saleImg {
  width: 100%;
  margin-bottom: 50px;
}

/* top_左アイテム↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
/* top_左アイテム↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_subTitleContent2 {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 800px) {
  .top_subTitleContent2 {
    width: auto;
  }
}

.top_subTitleContent2_item {
  width: 300px;
  height: 300px;
  margin: 100px auto 100px;
  background-color: lightseagreen;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1.top_subTitleContent2DivText {
  text-align: center;
  display: block;
  font-size: 50px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  color: #fff;
}
.top_subTitleContent2_itemVisible {
  opacity: 1;
  transition: opacity 0.5s; /* 0.5秒かけてopacityを変化させる */
}
.top_subTitleContent2_itemHidden {
  opacity: 0;
  transition: opacity 0.5s; /* 0.5秒かけてopacityを変化させる */
}
.top_subTitleContent3_item {
  width: 300px;
  height: 300px;
  margin: -400px auto 100px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1.top_subTitleContent3DivText {
  text-align: center;
  display: block;
  font-size: 50px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  color: #3498db;
}
/* top_左アイテム↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
/* top_サブタイトル↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top_サービス内容↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_main {
  background-color: rgba(173, 216, 230, 0.9);
  height: 450px;
}
h1.top_mainH1 {
  margin: 0 10px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  color: royalblue;
}

/* アイテムメニュー */
.top_main_item {
  margin: 2%;
  height: 300px;
  width: 45%;
}
.top_main_itemPhoto {
  width: 100%;
  height: 300px;

  background-size: cover;
  overflow: hidden; /* 画像が枠外にはみ出ないようにする */
  transition: transform 0.7s; /* アニメーションの時間を設定 */
  align-items: center;
  justify-content: center;
  display: flex;
}
a.top_main_itemA {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
}
.itemPhoto1 {
  background-image: url(images/top_main1.jpg);
}
.itemPhoto2 {
  background-image: url(images/top_main2.jpg);
}
.itemPhoto3 {
  background-image: url(images/tirasi.jpg);
}
.itemPhoto4 {
  background-image: url(images/post.jpg);
}
.top_main_itemPhoto:hover {
  transform: scale(1.1); /* カーソルが乗った時に拡大 */
}

.top_main_itemA {
  text-decoration: none; /* aタグの下線を削除 */
  font-size: 35px;
  color: #fff;
}
.top_main_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 350px;
}
p.top_main_item1P,
p.top_mainitem2P {
  color: #fff;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
}

p.top_main_item1P {
  color: palegreen;
}
p.top_mainitem2P {
  color: pink;
}
p.top_main_item3P {
  color: yellow;
}
p.top_mainitem4P {
  color: powderblue;
}
@media screen and (max-width: 1100px) {
  p.top_main_item1P,
  p.top_mainitem2P {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .top_main_items {
    display: block;
  }
  .top_main {
    height: 600px;
  }
  .top_main_item {
    margin: 30px auto 85px;
    height: 150px;
    width: 90%;
  }
  .top_main_itemPhoto {
    height: auto;
  }
  .top_main {
    height: 530px;
  }
  .top_main_items_after {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  p.top_main_item1P,
  p.top_mainitem2P {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .top_main_items {
    text-align: left;
    height: auto;
  }
  .top_main_item {
    width: 96%;
  }
  .top_main_items_after {
    margin-top: auto;
  }
}

@media screen and (max-width: 400px) {
  .top_main {
    height: 650px;
  }
  .top_main_item {
    height: 200px;
  }
  .top_main {
    height: 600px;
  }
}

/* top_サービス内容↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top_サービス説明↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_main2 {
  margin-top: 70px;
  background-color: rgba(1, 140, 200, 1);
  height: 850px;
}
h1.top_main2H1 {
  margin: 0 10px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  color: #fff;
}

.top_main2Web,
.top_main2System {
  background-color: gainsboro;
  margin: 10px 30px;
  color: royalblue;
  height: 350px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  display: flex;
}
p.top_main2H2 {
  font-weight: bold;
}
.top_main2WebLeftDiv {
  width: 45%;
  margin: 1%;
}
.top_main2WebRightDiv {
  width: 50%;
  /* margin: auto; */
  /* height: 100%; */
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
img.top_main2WebRightImg {
  width: 60%;
  /* margin: auto; */
  text-align: center;
}

.top_main2SystemRightDiv {
  width: 45%;
  margin: 1%;
}
.top_main2SystemLeftDiv {
  width: 50%;
  /* margin: auto; */
  /* height: 100%; */
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
}
img.top_main2SystemLeftImg {
  width: 60%;
  /* margin: auto; */
  text-align: center;
}
p.top_main2p {
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 1300px) {
  .top_main2Web,
  .top_main2System {
    height: 430px;
  }
  img.top_main2WebRightImg {
    width: 90%;
  }
  img.top_main2SystemLeftImg {
    width: 90%;
  }
  .top_main2 {
    height: 1000px;
  }
}
.top_main2SystemLeftDivi {
  display: none;
}

@media screen and (max-width: 900px) {
  .top_main2Web,
  .top_main2System {
    height: 600px;
    display: block;
  }
  .top_main2WebLeftDiv {
    width: 95%;
    margin: auto;
  }
  .top_main2WebRightDiv {
    width: 50%;
    margin: auto;
    /* height: 100%; */
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 50%;
  }
  img.top_main2WebRightImg {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 650px) {
  img.top_main2WebRightImg {
    width: 150%;
    height: auto;
  }
}

@media screen and (max-width: 384px) {
  img.top_main2WebRightImg {
    margin-top: -100px;
  }
}

@media screen and (max-width: 900px) {
  .top_main2 {
    height: 1350px;
  }
  .top_main2SystemLeftDiv {
    display: none;
  }
  .top_main2SystemLeftDivi {
    display: block;
  }
  .top_main2SystemRightDiv {
    width: 95%;
    margin: auto;
  }
  .top_main2SystemLeftDivi {
    display: block;
    height: 50%;
    text-align: center;
  }
  img.top_main2SystemLeftImg {
    height: 100%;
    text-align: center;
    width: auto;
  }
}
@media screen and (max-width: 650px) {
  img.top_main2SystemLeftImg {
    width: 70%;
  }
  img.top_main2SystemLeftImg {
    height: auto;
  }
}

/* top_サービス説明↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */

/* top_自己紹介↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
.top_main3 {
  width: 100%;
  height: 560px;
  background: #fff;
  margin-top: 70px;
  display: flex;
}

.top_main3Left {
  background-color: lightseagreen;
  width: 30px;
  height: 100%;
}
h2.top_main3H2 {
  margin: 0 10px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  color: #333;
}

.top_main3Center {
  width: 55%;
  height: auto;
}

p.top_main3p {
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  margin: 16px 10px;
}
.top_main3Right {
  width: auto;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_main3_item1 {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  background-color: #3498db;
  border-radius: 50%;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1.top_main3Div1Text {
  text-align: center;
  display: block;
  font-size: 50px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  color: gainsboro;
}
.top_main3_item1Visible {
  opacity: 1;
  transition: opacity 0.5s; /* 0.5秒かけてopacityを変化させる */
}
.top_main3_item1Hidden {
  opacity: 0;
  transition: opacity 0.5s; /* 0.5秒かけてopacityを変化させる */
}

.top_main3_item2 {
  width: 300px;
  height: 300px;
  margin: 0 auto 0 -75%;
  background-color: gainsboro;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1.top_main3Div2Text {
  text-align: center;
  display: block;
  font-size: 50px;
  font-family: "Abril Fatface", cursive;
  font-family: "Arvo", serif;
  font-family: "Caveat", cursive;
  font-family: "DM Serif Display", serif;
  font-family: "Noto Serif JP", serif;
  font-family: "Playfair Display", serif;
  color: #3498db;
}
img.top_main3Img {
  width: 100%;
}
.top_main3LeftCenter {
  display: contents;
}

@media screen and (max-width: 1450px) {
  .top_main3Center {
    width: 55%;
  }
  .top_main3Right {
    width: 40%;
  }
}
@media screen and (max-width: 1150px) {
  .top_main3LeftCenter {
    display: contents;
  }
  .top_main3Center {
    width: 60%;
  }
  .top_main3 {
    display: block;
    height: 480px;
  }
  .top_main3LeftCenter {
    display: flex;
    width: 100%;
  }
  .top_main3Left {
    height: 480px;
  }
  .top_main3Center {
    width: 100%;
  }
  .top_main3Right {
    width: 40%;
    margin: 70px auto;
  }
  .top_main3_item2 {
    background-color: rgba(0, 0, 0, 0);
  }
  footer {
    margin-top: 450px;
  }
}
@media screen and (max-width: 950px) {
  .top_main3,
  .top_main3Left {
    height: 530px;
  }
}
@media screen and (max-width: 900px) {
  p.top_main3p {
    /* font-size: 14px; */
  }
  .top_main3Right {
    width: auto;
  }
}
@media screen and (max-width: 610px) {
  .top_main3,
  .top_main3Left {
    height: 610px;
  }
}
@media screen and (max-width: 500px) {
  .top_main3,
  .top_main3Left {
    height: 650px;
  }
}
@media screen and (max-width: 435px) {
  .top_main3,
  .top_main3Left {
    height: 680px;
  }
}
@media screen and (max-width: 400px) {
  .top_main3,
  .top_main3Left {
    height: 730px;
  }
}
@media screen and (max-width: 350px) {
  .top_main3,
  .top_main3Left {
    height: 760px;
  }
}
@media screen and (max-width: 320px) {
  .top_main3,
  .top_main3Left {
    height: 830px;
  }
}

/* top_自己紹介↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑ */
footer {
  text-align: end;
}
.footerDiv {
  background-color: dodgerblue;
  height: 60px;
  margin-top: 120px;
  z-index: 1;
  position: relative;
}

p.footerDivP {
  color: #fff;
}
