@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
}

header {
  background-image: url(../images/main2130134.jpg);
  width: 100vw;
  height: 108vh;
  background-position: center;
  position: relative;
  background-size: cover;
}

.top {
  position: absolute;
  top: 60px;
  text-align: center;
  margin: 0 auto;
  display: block;
  width: 100vw;
}

.top p img {
  width: 240px;
}

h1 {
  font-size: 80px;
  text-align: center;
  color: #ffffff;
  line-height: 0.7em;
  margin: 32px;
}

.text {
  color: #ffffff;
  font-size: 20px;
}

.new {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 15px;
  width: 100vw;
  padding: 10px 65px;
  margin: 0 auto;
}

.new p img {
  width: 80px;
}

.text2 {
  padding-top: 5px;
  font-size: 15px;
  font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.7em;
  text-align: center;
}

.new p img {
  vertical-align: middle;
}

@media (min-width: 1040px) {
 main {
  width: 1140px;
  margin: 0 auto;
 }
}

@media (min-width: 601px) and (max-width: 849px) {
 main {
  width: 749px;
  margin: 0 auto;
 }
}

nav {
  height: 130px;
}

nav ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  height: 120px;
}

nav ul li {
  /* background-color: #227cd9; */
  background-image: url(../images/nav_circle.png);
  list-style: none;
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 0px;
  padding: 60px 30px 0px 30px;
  /* width: 60px;
  /* height: 60px; */
  /* margin: 10px 80px; */
  /* border-radius: 60px;
  padding: 30px 30px; */
  transition: 1s;
}

nav ul li:hover {
  background-size: 100px 100px;
  padding: 30px 30px;
  /* width: 100px;
  height: 100px;
  border-radius: 100px; */
}

nav ul li a {
  text-decoration: none;
  color: #000000;
  font-size: 32px;
}

.flex {
  display: flex;
  margin: 50px 50px 100px 50px;
}

.flex .syusei {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

h3 {
  font-weight: normal;
}

.flex p {
  display: block;
}

.scene {
  font-size: 20px;
  letter-spacing: 0.05em;
  width: 90px;
  border-bottom: 1.5px #000000 solid;
  padding-bottom: 2px;
}

.midashi1 {
  font-size: 24px;
  /* background-image: url(../images/morning.png);
  background-position: right;
  background-size: 170px;
  background-repeat: no-repeat;
  padding-top: 10px; */
}

.text3 {
  line-height: 1.7em;
  font-size: 15px;
  text-align: justify;
}

.box {
 background-color: #227cd9;
 color: #ffffff;
 background-image: url(../images/beansicon.png);
 background-position: left;
 background-size: 50px;
 background-repeat: no-repeat;
 padding-left: 50px;
 padding-top: 10px;
 padding-bottom: 10px;
 line-height: 1.7em;
 font-size: 15px;
}

.buy {
  font-size: 17px;
  padding-top: 5px;
  height: 50px;
  line-height: 50px;
}

.buy img {
  vertical-align: text-bottom;
  margin-right: 2px;
}

.flex a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
}

.flex a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transform: translate(-100%, 0);
  transition: 0.5s;
  transition-timing-function: ease-in;
  content: " ";
}

.flex a:hover::after {
  transform: translate(0, 0);
}

.flex a:hover {
  color: #9b9b9b;
}


.photo {
  width: 100%;
  height: auto;
}

.plus {
  position: absolute;
  left: -60px;
  top: 10px;
  width: 200px;
}

.flex .syusei2 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.plus2 {
  position: absolute;
  left: -10px;
  top: 80px;
  width: 200px;
}

.midashi2 {
  font-size: 24px;
  /* background-image: url(../images/working.png);
  background-position: right;
  background-size: 200px;
  background-repeat: no-repeat;
  padding-top: 10px; */
}

.flex .syusei3 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.midashi3 {
  font-size: 24px;
  /* background-image: url(../images/break.png);
  background-position: right;
  background-size: 130px;
  background-repeat: no-repeat;
  padding-top: 10px; */
}

.plus3 {
  position: absolute;
  left: -10px;
  top: 40px;
  width: 150px;
}


.flex2 {
  display: flex;
  margin: 0 50px;
}

.flex2 p {
  height: 50px;
  width: 50%;
  margin: 0 15px;
  border: 1.5px #000000 solid;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 17px;
  position: relative;
}

.flex2 p::before {
  content: " ";
  position: absolute;
  top: 43%;
  right: 10px;
  width: 10px;
  height: 1px;
  background: #000000;
  transform: rotate(45deg);
}

.flex2 p::after {
  content: " ";
  position: absolute;
  top: 57%;
  right: 10px;
  width: 10px;
  height: 1px;
  background: #000000;
  transform: rotate(-45deg);
}

.flex2 p a {
  text-decoration: none;
  color: #000000;
  transition: 1s;
}



.flex2 p a:hover {
  color: #9b9b9b;
}

footer {
  background-color: #ededed;
  padding: 20px;
  text-align: center;
  margin-top: 60px;
  font-size: 13px;
}

.top-icon img {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width:600px) {

  header {
    height: 90vh;
  }

  .top p img {
    width: 150px;
  }

  h1 {
    font-size: 50px;
    line-height: 0.7em;
    margin: 10px;
  }

  .text {
    font-size: 16px;
  }

  .new {
    padding: 10px 20px;
  }

  .new p img {
    width: 40px;
  }

  .text2 {
    font-size: 13.5px;
    line-height: 1.5em;
  }

  nav {
    height: 70px;
  }

  nav ul {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    height: 60px;
  }

  nav ul li {
    background-size: 30px 30px;
    margin: 5px 0px;
    padding: 30px 5px 0px 5px;
  }

  nav ul li:hover {
    background-size: 50px 50px;
    padding: 17px 5px;
  }

  nav ul li a {
    font-size: 16px;
  }

  .flex {
    display: block;
    margin: 30px 20px 50px 20px;
    padding-bottom: 20px;
    border-bottom: 0.5px #227cd9 solid;
  }

  .flex .syusei {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .midashi1 {
    font-size: 17px;
    font-weight: bold;
  }

  .scene {
    font-size: 16px;
    width: 70px;
  }

  .box {
    font-size: 12px;
    padding: 7px 7px 7px 40px;
    background-size: 40px;
  }

  .buy {
    font-size: 15px;
    margin-top: 10px;
    height: 35px;
    line-height: 28px;
    background-color: #e5e5e5;
    text-align: center;
  }

  .buy:hover {
    background-color: #999999;
  }

  .buy img {
    vertical-align: top;
  }

  .flex a::after {
    height: 0px;
  }

  .flex a:hover {
    color: #ffffff;
  }

  .photo {
    width: 100%;
    height: auto;
  }

  .plus {
    position: absolute;
    left: -5px;
    top: 60px;
    width: 150px;
  }

  .flex .syusei2 {
    width: 100%;
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
  }

  .no1 {
    order: 0;
  }

  .no2 {
    order: 1;
  }

  .plus2 {
    left: -5px;
    top: 40px;
    width: 150px;
  }

  .midashi2 {
    font-size: 17px;
    font-weight: bold;
  }

  .flex .syusei3 {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .midashi3 {
    font-size: 17px;
    font-weight: bold;
  }

  .text3 {
    font-size: 13.5px;
  }

  .plus3 {
    left: -5px;
    top: 40px;
    width: 100px;
  }

  .flex2 {
    display: block;
    margin: 0 40px 0 0;
  }

  .flex2 p {
    width: 100%;
    margin: 10px 20px;
  }


}
