@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

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,
button,
svg {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:visited {
  color: inherti;
}

/* 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;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "メイリオ", "Meiryo", sans-serif;
  color: #707070;
}

body {
  width: 100%;
  height: 100%;
}

main {
  margin: 0 auto;
  max-width: 1600px;
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

p {
  display: inline-block;
}

section {
  padding: 0 80px;
  margin: 160px auto 0 auto;
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  section {
    padding: 0;
    margin: 20.83333vw auto 0 auto;
    width: 79.16667vw;
  }
}

.inner {
  margin: 0 80px;
}

@media screen and (max-width: 768px) {
  .inner {
    margin: 0;
  }
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../images/bg.png);
  background-size: cover;
  z-index: -100;
}

.title {
  display: flex;
  align-items: center;
}

.title h3 {
  margin-left: 20px;
  font-family: "Libre Baskerville";
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .title h3 {
    margin-left: 2.60417vw;
    font-size: 5.20833vw;
  }
}

.text_bar {
  width: 40px;
  border-bottom: solid 1px #707070;
}

@media screen and (max-width: 768px) {
  .text_bar {
    width: 5.20833vw;
  }
}

.bar {
  width: 100%;
  border-bottom: solid 1px #707070;
}

.underline {
  text-decoration: underline;
}

.scroll_animation {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.7s ease;
}

.scroll_animation_active {
  opacity: 1;
  transform: translateY(0);
}

.underline {
  text-decoration: underline;
}

header {
  margin: 0 80px;
  height: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header {
    margin: 0 10.41667vw;
    height: 20.83333vw;
  }
}

header ul {
  display: flex;
  align-items: center;
}

header ul a {
  margin-left: 40px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  header ul a {
    margin-left: 7.8125vw;
  }
}

header ul a p {
  font-family: "Libre Baskerville";
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  header ul a p {
    font-size: 5.20833vw;
  }
}

.logo {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 15.625vw;
  }
}

.header_icon {
  height: 30px;
}

@media screen and (max-width: 768px) {
  .header_icon {
    height: 6.51042vw;
  }
}

.cart {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .cart {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .store_text {
    display: none;
  }
}

.mv_area {
  height: calc(100% - 160px);
  width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  .mv_area {
    height: calc(100% - 20.83333vw);
  }
}

.mv {
  position: relative;
  width: calc(100% - 160px);
  height: 100%;
  background-image: url(../images/mv.png);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    background-image: url(../images/mv_sp.png);
  }
}

.mv h2 {
  position: absolute;
  top: 33%;
  left: 80px;
  font-family: "游明朝体", "Yu Mincho";
  font-size: 1.66667vw;
  line-height: 3.47222vw;
  letter-spacing: 0.69444vw;
}

@media screen and (max-width: 768px) {
  .mv h2 {
    top: auto;
    bottom: 10.41667vw;
    left: 10.41667vw;
    font-size: 5.20833vw;
    line-height: 13.02083vw;
    letter-spacing: 2.60417vw;
  }
  .mv h2 span {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 30%);
  }
}

.logo_text {
  margin-top: 5.55556vw;
  margin-left: 80px;
  height: 3.33333vw;
}

@media screen and (max-width: 768px) {
  .logo_text {
    margin-top: 10.41667vw;
    margin-left: 10.41667vw;
    height: 10.41667vw;
  }
}

.scroll {
  width: 160px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .scroll {
    display: none;
  }
}

.vertical_bar {
  height: 150px;
  border-left: solid 2px #707070;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #707070;
  animation: scroll 2.5s ease infinite;
}

@keyframes scroll {
  0% {
    bottom: 146px;
    opacity: 0;
  }
  15% {
    bottom: 146px;
    opacity: 1;
  }
  85% {
    bottom: 0px;
    opacity: 1;
  }
  100% {
    bottom: 0px;
    opacity: 0;
  }
}

#news ul {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  #news ul {
    margin-top: 10.41667vw;
  }
}

.news_content {
  margin: 35px 80px;
  display: flex;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .news_content {
    margin: 4.42708vw 5.20833vw;
    flex-direction: column;
    font-size: 3.125vw;
  }
}

.news_content p {
  line-height: 1.5;
}

.news_desc {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .news_desc {
    margin-top: 1.30208vw;
    margin-left: 0;
  }
}

.news_desc a {
  text-decoration: underline;
}

.iswd-images-item {
  margin-top: 80px !important;
  width: 44.4444444444vw !important;
  max-width: 640px !important;
  display: block !important;
}

@media screen and (max-width: 768px) {
  .iswd-images-item {
    margin-top: 10.41667vw !important;
    width: 52.08333vw !important;
  }
}

.iswd-images-item:nth-child(odd) {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.iswd-images-item:nth-child(even) {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.iswd-images-item:nth-child(n + 6) {
  display: none !important;
}

.iswd-base {
  background: none !important;
  border: none !important;
  border-radius: none !important;
  padding: none !important;
  width: 100% !important;
}

.iswd-profile {
  display: none !important;
}

.iswd-images {
  display: flex !important;
  flex-direction: column !important;
}

.iswd-copyright-wrapper {
  margin-top: 40px !important;
}

.iswd-copyright-wrapper .iswd-copy {
  color: #aaa !important;
}

.iswd-image {
  border-radius: 8px !important;
  opacity: 0 !important;
  transform: translateY(40px) !important;
  transition: all 0.7s ease !important;
}

.iswd-image_active {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.feature_content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .feature_content {
    margin-top: 10.41667vw;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}

.feature_img {
  position: relative;
  width: 23.6111111111vw;
  max-width: 340px;
}

@media screen and (max-width: 768px) {
  .feature_img {
    width: 44.27083vw;
  }
}

.feature_desc {
  margin-left: 11.11111vw;
}

@media screen and (min-width: 1440px) {
  .feature_desc {
    margin-left: 160px;
  }
}

@media screen and (max-width: 768px) {
  .feature_desc {
    margin: 0 5.20833vw 0;
  }
}

.feature_desc h3 {
  margin-top: 20px;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .feature_desc h3 {
    margin-top: 0;
    font-size: 3.64583vw;
  }
}

.feature_desc p {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .feature_desc p {
    margin-top: 5.20833vw;
    font-size: 3.125vw;
  }
}

#profile .inner {
  margin-top: 40px;
}

.profile_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .profile_content {
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
}

.profile_img {
  position: relative;
  width: 23.6111111111vw;
  max-width: 340px;
}

@media screen and (max-width: 768px) {
  .profile_img {
    width: 44.27083vw;
  }
}

.profile_desc {
  margin-left: 11.11111vw;
}

@media screen and (min-width: 1440px) {
  .profile_desc {
    margin-left: 160px;
  }
}

@media screen and (max-width: 768px) {
  .profile_desc {
    margin: 5.20833vw 5.20833vw 0;
  }
}

.profile_desc h2 {
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  .profile_desc h2 {
    font-size: 5.20833vw;
  }
}

.profile_desc h3 {
  margin-top: 20px;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .profile_desc h3 {
    margin-top: 2.60417vw;
    font-size: 3.64583vw;
  }
}

.profile_desc p {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .profile_desc p {
    margin-top: 2.60417vw;
    font-size: 3.125vw;
  }
}

#link_btn {
  padding-bottom: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #link_btn {
    padding-bottom: 20.83333vw;
  }
}

.buttons {
  display: flex;
}

@media screen and (max-width: 768px) {
  .buttons {
    flex-direction: column;
  }
}

.buttons a {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .buttons a {
    margin-left: 0;
    margin-top: 10.41667vw;
  }
}

.buttons a:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .buttons a:first-child {
    margin-top: 0;
  }
}

.buttons a button {
  width: 22.22222vw;
  max-width: 320px;
  height: 5.55556vw;
  max-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9fbff;
  border: 1px solid #707070;
  border-radius: 40px;
}

@media screen and (max-width: 768px) {
  .buttons a button {
    width: 68.75vw;
    max-width: none;
    height: 10.41667vw;
  }
}

.buttons a button p {
  font-family: "Libre Baskerville";
  font-size: 1.66667vw;
  color: #707070;
}

@media screen and (min-width: 1440px) {
  .buttons a button p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .buttons a button p {
    font-size: 3.125vw;
  }
}

.btn_icon {
  margin-left: 10px;
  height: 2.08333vw;
  max-height: 30px;
}

@media screen and (max-width: 768px) {
  .btn_icon {
    margin-left: 1.30208vw;
    height: 3.90625vw;
  }
}
/*# sourceMappingURL=main.css.map */
