@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #0f1111;
  /*
    display: none;
  */
}

/*リセット
--------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: kozuka-gothic-pro6N, sans-serif;
  font-style: normal;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

img {
  max-width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.flexed {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

/*---------------------------------------------
font
---------------------------------------------*/
.ja {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 100;
}

.eg {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: bold;
}

.black {
  font-weight: 900;
}

.minion {
  font-family: minion-pro-display, serif;
  font-weight: 700;
  font-style: normal;
}

.minion_regular {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.kozuka {
  font-family: kozuka-gothic-pro6N, sans-serif;
  font-weight: 100;
  font-style: normal;
}

/*---------------------------------------------
FV
---------------------------------------------*/
main {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}
main .main {
  margin: 75px 0 100px;
}
main .main h1 {
  margin-bottom: 25px;
  max-width: 200px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  main .main h1 {
    max-width: 300px;
  }
}
main .main .main_img {
  position: relative;
}
main .main .main_img span {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 4px;
}
@media screen and (min-width: 769px) {
  main .main .main_img span {
    font-size: 36px;
    bottom: 50px;
    line-height: 1.3;
    letter-spacing: 6px;
  }
}

/* animation */
.item_wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .item_wrap {
    margin-bottom: 100px;
  }
}
.item_wrap.over_size {
  width: calc(100% + 60px);
  margin-left: -30px;
}
@media screen and (min-width: 769px) {
  .item_wrap.over_size {
    width: 100%;
    margin-left: 0;
  }
}
.item_wrap.org_size01 {
  width: calc(100% - 75px);
  margin: 0 auto 50px;
  display: block;
}
@media screen and (min-width: 769px) {
  .item_wrap.org_size01 {
    max-width: 460px;
    width: 100%;
  }
  .item_wrap.org_size01 img {
    margin: 0 auto;
  }
}
.item_wrap.nomal_size {
  margin: 0 17.5px 50px;
}
@media screen and (min-width: 769px) {
  .item_wrap.nomal_size {
    margin: 0 17.5px 100px;
  }
}
.item_wrap:before, .item_wrap:after {
  content: "";
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 16px;
  height: 1px;
  background-color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .item_wrap:before, .item_wrap:after {
    width: 25px;
  }
}
.item_wrap:after {
  transform: rotate(90deg);
}
.item_wrap.active:before {
  transform: rotate(45deg); /* 45度回転させる */
}
.item_wrap.active:after {
  transform: rotate(-45deg); /* -45度回転させる */
}
.item_wrap .price_area {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  color: #fff;
  z-index: 2;
}
.item_wrap .price_area a {
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .item_wrap .price_area {
    font-size: 15px;
    justify-content: flex-end;
    gap: 20px;
  }
}
.item_wrap .price_area .price_link {
  text-decoration: underline;
  padding-left: 10px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .item_wrap .price_area .price_link {
    padding-left: 15px;
  }
}
.item_wrap .price_area .comming, .item_wrap .price_area .archive {
  align-items: center;
  justify-content: end;
}
.item_wrap .price_area .comming .price_link, .item_wrap .price_area .archive .price_link {
  text-decoration: none;
}
.item_wrap .price_area .comming {
  color: #b4b4b4;
}
.item_wrap .price_area .archive {
  color: #99c9eb;
}
.item_wrap.active .price_area {
  opacity: 1;
  visibility: visible;
}
.item_wrap.flexslider {
  border: none;
  margin: 0 0px 50px -30px;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .item_wrap.flexslider {
    margin: 0 0 50px;
  }
}
.item_wrap.flexslider .slides:after {
  display: none;
}
.item_wrap dl {
  margin-right: 20px;
}
@media screen and (min-width: 769px) {
  .item_wrap dl {
    margin-right: 40px;
  }
}
.item_wrap dl:last-child {
  margin-bottom: 7vh;
}
@media screen and (min-width: 769px) {
  .item_wrap dl:last-child {
    margin-bottom: 60px;
  }
}
.item_wrap.half_size {
  width: calc(100% - 100px);
  display: block;
}
@media screen and (min-width: 769px) {
  .item_wrap.half_size {
    width: auto;
    margin-bottom: 35px;
  }
}
.item_wrap.half_size .price_area dl {
  margin-right: 20px;
  margin-left: 5px;
  margin-bottom: 10px;
  width: calc(100% - 10px);
}
@media screen and (min-width: 769px) {
  .item_wrap.half_size .price_area dl {
    margin-right: 40px;
    width: auto;
  }
}
.item_wrap.half_size .price_area dl:last-child {
  margin-bottom: 6vh;
}
.item_wrap.half_size .price_area dl.archive dt {
  width: auto;
}
.item_wrap.half_size .price_area dl a {
  gap: 10px;
  justify-content: flex-end;
}
.item_wrap.half_size .price_area dl dt {
  width: auto;
}
.item_wrap.half_size.left_size {
  margin-right: auto;
  margin-left: -30px;
}
@media screen and (min-width: 769px) {
  .item_wrap.half_size.left_size {
    text-align: left;
    margin-right: 0;
    width: 485px;
  }
}
@media screen and (min-width: 769px) {
  .item_wrap.half_size.left_size.org_left {
    margin-left: 0;
    text-align: left;
    margin-right: 0;
    width: 350px;
    margin-bottom: 100px;
  }
}
.item_wrap.half_size.right_size {
  margin-left: auto;
  margin-right: -30px;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .item_wrap.half_size.right_size {
    text-align: right;
    margin-right: 0;
    margin-bottom: 35px;
    width: 550px;
  }
}
.item_wrap.half_size.right_size.org_right {
  margin-right: -10px;
  width: calc(100% - 55px);
}
@media screen and (min-width: 769px) {
  .item_wrap.half_size.right_size.org_right {
    text-align: right;
    margin-right: 0;
    margin-bottom: 35px;
    width: 500px;
  }
}

.two_column.flexed {
  justify-content: space-between;
}
.two_column.flexed .column_item {
  width: calc(50% - 8px);
}
@media screen and (min-width: 769px) {
  .two_column.flexed .column_item {
    width: calc(50% - 15px);
  }
}
.two_column.flexed.flexslider .slides li {
  margin: 0;
}
.two_column.flexed.flexslider .slides img {
  width: 100%;
}
.two_column.flexed dl {
  margin-right: 20px;
  margin-left: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .two_column.flexed dl {
    margin-right: 20px;
  }
}
.two_column.flexed dl a {
  gap: 10px;
}
@media screen and (max-width: 410px) {
  .two_column.flexed dl a.org_flexed {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 410px) {
  .two_column.flexed dl a.org_flexed dt.org_title {
    width: 80%;
  }
}
.two_column.flexed dl:last-child {
  margin-bottom: 6vh;
}

.lead_txt {
  font-size: clamp(0.688rem, 0.619rem + 0.34vw, 0.875rem);
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .lead_txt {
    max-width: 650px;
    margin: 0 auto 35px;
  }
}

.first_size {
  padding: 0 30px;
}
@media screen and (min-width: 769px) {
  .first_size {
    padding: 0;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .content_in {
    text-align: center;
  }
}

h2 {
  font-size: 23px;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
h2 span {
  text-indent: 1px;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 30px;
    max-width: 650px;
    margin: 0 auto 20px;
  }
}

footer {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
}
footer .foot_img {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  footer .foot_img {
    margin-bottom: 50px;
    height: 340px;
    overflow: hidden;
    position: relative;
  }
  footer .foot_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
  }
}
footer .foot_txt {
  font-size: clamp(0.625rem, 0.58rem + 0.23vw, 0.75rem);
  text-align: center;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  footer .foot_txt {
    font-size: clamp(0.625rem, 0.443rem + 0.91vw, 1.125rem);
    text-align: center;
    line-height: 1.5;
    letter-spacing: 2px;
    color: #595959;
  }
}
footer .foot_logo {
  text-align: center;
  margin: 100px 0 110px;
}
@media screen and (min-width: 769px) {
  footer .foot_logo {
    max-width: 300px;
    margin: 100px auto 110px;
  }
}
footer .foot_logo img {
  margin: 0 auto;
  width: 45%;
}
@media screen and (min-width: 769px) {
  footer .foot_logo img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .cont01 {
    margin-bottom: 75px;
  }
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.96);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
#shenery .fadein {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 1s ease, transform 1s ease;
}
#shenery .fadein.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: fadeInAnimation 1s ease forwards;
}/*# sourceMappingURL=style.css.map */