/* CSS Document */
/* CSS Document */
/* @import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP&display=swap"); */
/* Zen Kaku Gothic New */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* Zen Maru Gothic */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* Source Serif 4 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");
/* notosans */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New&display=swap");
.sp_only {
  display: none;
}

@media screen and (max-width: 780px) {
  .sp_only {
    display: inline-block;
  }
}
@media screen and (max-width: 780px) {
  .pc_only {
    display: none;
  }
  .pc1050_only {
    display: none;
  }
}
@media screen and (min-width: 1051px) {
  .pc1050_only {
    display: none;
  }
}
@media (max-width: 1050px) and (min-width: 781px) {
  .pc1050_only {
    display: block;
  }
}
.none {
  display: none;
}

.container {
  max-width: 1010px;
  width: 90%;
  margin: 0 auto;
}
.container .sec__title__block {
  margin: 0 auto 50px;
}
.container .sec__title__block h2 {
  margin-bottom: 30px;
}
@media (max-width: 781px) {
  .container .sec__title__block h2 {
    margin-bottom: 24px;
  }
}
.container .sec__title__block h2 i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.container .sec__title__block h2 span {
  color: #fff;
  background-color: #272727;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 4px 20px;
  border-radius: 30px;
  min-width: 200px;
  display: table;
  margin: 10px auto 0;
}
@media (max-width: 781px) {
  .container .sec__title__block h2 span {
    min-width: 150px;
    font-size: 17px;
  }
}
.container .sec__title__block .sec__title__text {
  color: #5f82dc;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
@media (max-width: 781px) {
  .container .sec__title__block .sec__title__text {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
}
.container .sec__title__block .sec__title__text span {
  font-size: 14px;
}
@media (max-width: 781px) {
  .container .sec__title__block .sec__title__text span {
    font-size: 11px;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.6s;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.clr_red {
  color: #ff0000;
}

input[type=text],
select,
textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(39, 39, 39, 0.7);
  background-color: #f2f2f2;
  font-family: "Zen Kaku Gothic New", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  padding: 8px;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: 0.08em;
}

input[type=text].input__item--half,
select.input__item--half,
textarea.input__item--half {
  width: 200px;
}

input[type=text].input__item--ylw,
select.input__item--ylw,
textarea.input__item--ylw {
  background: rgba(255, 255, 2, 0.1);
}

input[type=checkbox] {
  margin-right: 6px;
  vertical-align: top;
  margin-top: 0.42em;
}

input[type=submit],
input[type=button] {
  appearance: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  border: none;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 0;
  display: inline-block;
  width: 480px;
  transition: all 0.3s;
  border-radius: 1000px;
  background: linear-gradient(90deg, rgb(95, 130, 220) 0%, rgb(255, 80, 62) 100%);
  font-size: 28px;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  letter-spacing: 0.1em;
}

input[type=submit].input__item--cv,
input[type=button].input__item--cv {
  background-color: #00c1cd;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.4;
}

@media screen and (max-width: 780px) {
  input[type=submit],
  input[type=button] {
    width: 80%;
    font-size: 20px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 780px) {
  .intro img,
  .merit img,
  .flow img,
  .qa img {
    max-width: 400px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 780px) and (max-width: 500px) {
  .intro img,
  .merit img,
  .flow img,
  .qa img {
    max-width: 100%;
  }
}
/* CSS Document */
html {
  overflow-y: scroll;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

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,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
main {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
}

main,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
  color: #505050;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  position: relative;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 780px) {
  body {
    line-height: 1.9;
  }
}
a {
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

ins {
  background-color: #fabe00;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

input,
select {
  vertical-align: middle;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

header {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 6;
  width: 98%;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 50px;
  margin-top: 80px;
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
}
header.active {
  position: fixed;
  margin-top: 20px;
}
header.active nav {
  top: -20px !important;
}
@media screen and (max-width: 1340px) {
  header.active nav {
    display: none !important;
  }
}
@media (max-width: 781px) {
  header {
    margin-top: 44px;
  }
}
header nav {
  display: block;
}
@media screen and (max-width: 1340px) {
  header nav {
    display: none;
  }
}

header .container--header {
  max-width: 100%;
  width: 100%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .container--header h1 {
  display: flex;
  align-items: center;
}

header .container--header h1 p {
  font-size: 13px;
  color: #5f82dc;
  font-weight: bold;
  display: inline-block;
  border-left: 2px solid;
  border-right: 2px solid;
  line-height: 1.4;
  padding: 0 8px;
  margin-left: 24px;
}

.nav_trg_wrap {
  display: none;
}

@media screen and (max-width: 1340px) {
  .nav_trg_wrap {
    display: inline-block;
    width: 36px;
    height: 26px;
    position: relative;
    top: 3px;
    left: 0;
    z-index: 8;
  }
  .nav_trg {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .nav_trg--active .nav_trg__item--1 {
    transform: rotate(-36deg);
  }
  .nav_trg--active .nav_trg__item--2 {
    opacity: 0;
  }
  .nav_trg--active .nav_trg__item--3 {
    transform: rotate(36deg);
  }
  .nav_trg__item {
    display: inline-block;
    border-radius: 100px;
    background: #5f82dc;
    height: 4px;
    width: 100%;
    transition: all 0.3s ease-out;
    transform-origin: right;
    position: absolute;
    left: 0;
  }
  .nav_trg__item--1 {
    top: 0;
  }
  .nav_trg__item--2 {
    top: 42%;
  }
  .nav_trg__item--3 {
    bottom: 0;
  }
}
@media screen and (max-width: 780px) {
  header {
    padding: 0 0 3px;
    border-width: 3px;
  }
  header .container--header {
    padding: 16px 5%;
  }
  header .container--header h1 {
    display: flex;
    align-items: center;
  }
  header .container--header h1 a img {
    height: 24px;
    width: auto;
  }
  header .container--header h1 p {
    font-size: 10px;
    margin-top: 0;
    margin-left: 12px;
    border-width: 1px;
    padding: 0 4px;
  }
}
nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
nav .nav_trg_wrap {
  left: auto;
  right: 30px;
  position: fixed;
  top: 30px;
}

nav .nav__list {
  display: flex;
  align-items: center;
  /* margin-bottom: 16px; */
}
nav .nav__list .nav__list_02 {
  margin-left: 35%;
  font-weight: bold;
  font-size: 13px;
  width: max-content;
}
@media screen and (max-width: 1340px) {
  nav .nav__list .nav__list_02 {
    margin-left: auto;
    font-size: 24px;
    color: #000;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 781px) {
  nav .nav__list .nav__list_02 {
    font-size: 17px;
    margin-top: 20px;
  }
}
nav .nav__list .nav__item--shop {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 1340px) {
  nav .nav__list .nav__item--shop {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media (max-width: 781px) {
  nav .nav__list .nav__item--shop {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
nav .nav__list .nav__item--shop::before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(../images/index_nav_icon_shop.svg) no-repeat top left/100% auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1340px) {
  nav .nav__list .nav__item--shop::before {
    width: 31px;
    height: 25px;
  }
}
nav .nav__list .nav__item--shop::after {
  content: "";
  background: url(../images/nav_arow.svg) no-repeat center/contain;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin: 0 auto 0 6px;
  transform: rotate(-90deg);
}
@media screen and (max-width: 1340px) {
  nav .nav__list .nav__item--shop::after {
    width: 16px;
    height: 22px;
  }
}
nav .nav__list .nav__item--ct {
  display: flex;
  align-items: center;
}
nav .nav__list .nav__item--ct::before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(../images/index_nav_icon_ct.svg) no-repeat top left/100% auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 1340px) {
  nav .nav__list .nav__item--ct::before {
    width: 35px;
    height: 28px;
  }
}
nav .nav__list .nav__item--ct::after {
  content: "";
  background: url(../images/nav_arow.svg) no-repeat center/contain;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin: 0 auto 0 6px;
}
@media screen and (max-width: 1340px) {
  nav .nav__list .nav__item--ct::after {
    display: none;
  }
}
nav .nav__list .list__item--line, nav .nav__list .list__item--restaurant {
  display: none;
}
@media screen and (max-width: 1340px) {
  nav .nav__list .list__item--line, nav .nav__list .list__item--restaurant {
    display: block;
  }
}
nav .nav__list .list__item--restaurant {
  border: solid 1px #000;
  background-color: #fff;
  border-radius: 12px;
  width: max-content;
  font-size: 22px;
}
nav .nav__list .list__item--restaurant a {
  padding: 20px 15px 20px 25px;
  display: flex;
  line-height: 1;
  align-items: center;
}
@media (max-width: 781px) {
  nav .nav__list .list__item--restaurant a {
    font-size: 16px;
    padding: 10px 10px 10px 18px;
  }
}
nav .nav__list .list__item--restaurant a .fa-angle-right {
  font-size: 18px;
}
@media (max-width: 781px) {
  nav .nav__list .list__item--restaurant a .fa-angle-right {
    font-size: 14px;
  }
}
nav .nav__list .list__item--line {
  position: relative;
  margin-top: 60px;
  transition: 0.3s;
}
nav .nav__list .list__item--line:hover {
  transform: translate(0, 6px);
}
nav .nav__list .list__item--line a {
  display: block;
  background: #00b900;
  font-size: 40px;
  padding: 24px 40px;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  border-radius: 20px;
  position: relative;
}
nav .nav__list .list__item--line a:hover {
  opacity: 1;
}
nav .nav__list .list__item--line a:hover::after {
  bottom: 0;
}
@media (max-width: 781px) {
  nav .nav__list .list__item--line a {
    font-size: 23px;
    padding: 16px 50px;
    border-radius: 12px;
  }
}
nav .nav__list .list__item--line a::after {
  content: "";
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: #009900;
  position: absolute;
  bottom: -6px;
  left: 0;
  display: block;
  z-index: -1;
  transition: 0.3s;
}

nav .list__item {
  margin-left: 30px;
  font-weight: bold;
  position: relative;
}

nav .list__item:nth-child(n+1):nth-child(-n+6):after {
  content: "";
  background: url(../images/nav_arow.svg) no-repeat center/contain;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin: 0 auto 0 6px;
}
@media screen and (max-width: 1340px) {
  nav .list__item:nth-child(n+1):nth-child(-n+6):after {
    display: none;
  }
}

nav .list__item a {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

nav .list__item .fa-angle-right {
  margin-left: 8px;
}

nav .list__item--contact {
  cursor: pointer;
  transition: all 0.3s ease-out;
}

nav .list__item--contact:hover {
  opacity: 0.4;
}

nav .list__item--navlogo {
  display: none;
}

nav .list__item--cv {
  display: none;
}

nav .list__item--user {
  display: none;
}

@media screen and (min-width: 1341px) {
  nav {
    display: flex !important;
    opacity: 1 !important;
  }
  nav.outer_nav {
    display: none !important;
  }
}
@media screen and (max-width: 1340px) {
  nav {
    opacity: 0;
    display: none;
    position: fixed;
    z-index: 5;
    top: 40px;
    right: 0;
    width: 60%;
    height: 100%;
    padding: 11% 4% 8%;
    background-color: #ffd200;
    border-bottom: none;
    color: #505050;
    z-index: 10;
    overflow-y: scroll;
    height: 100vh;
    right: -1%;
  }
}
@media screen and (max-width: 1340px) and (max-width: 781px) {
  nav {
    padding: 80px 4% 20px;
  }
}
@media screen and (max-width: 1340px) {
  nav .nav_trg_wrap {
    left: auto;
    right: 30px;
    position: fixed;
    top: 30px;
  }
}
@media screen and (max-width: 1340px) and (max-width: 781px) {
  nav .nav_trg_wrap {
    left: auto;
    right: 16px;
    position: absolute;
    top: 16px;
  }
}
@media screen and (max-width: 1340px) {
  nav.nav--active {
    display: block;
  }
}
@media screen and (max-width: 1340px) and (max-width: 781px) {
  nav.nav--active {
    display: block;
    top: 0;
    right: auto;
    width: 102%;
    transform: translate(-50%, 0);
    left: 50%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1340px) {
  nav .nav__list {
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  nav .list__item {
    margin-left: 0;
    width: 100%;
    text-align: center;
    line-height: 1.2;
    font-feature-settings: "palt";
  }
  nav .list__item:not(:last-child) {
    margin-bottom: 40px;
  }
  nav .list__item:nth-child(n+1):nth-child(-n+6):before {
    display: none;
  }
  nav .list__item a {
    font-size: 24px;
  }
  nav .list__item.list__item--contact {
    font-size: 26px;
    margin-bottom: 40px;
  }
  nav .list__item--cv {
    display: block;
  }
  nav .list__item--cv a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 16px 0;
    border-radius: 100px;
    background: linear-gradient(90deg, rgb(95, 130, 220) 0%, rgb(255, 80, 62) 100%);
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.13em;
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
  }
  nav .list__item--cv a span {
    font-size: 0.6em;
    padding: 0em 0.15em 0.1em 0.25em;
    color: #ffd200;
    border-radius: 4px;
    margin-left: 4px;
    border: 2px solid #ffd200;
  }
  nav .list__item--user {
    display: none;
  }
  nav .list__item--user a {
    display: block;
    font-size: 16px;
    color: #777777;
  }
  nav .list__item--navlogo {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px !important;
  }
  nav .list__item--navlogo img {
    height: 26vh;
    width: auto;
    display: block;
  }
  nav .list__item--navlogo span {
    display: inline-block;
    padding: 0 8px;
    margin-top: 16px;
    color: #5f82dc;
    border-left: 2px solid;
    border-right: 2px solid;
  }
}
@media screen and (max-width: 780px) {
  nav {
    width: 100%;
  }
  nav .list__item:not(:last-child) {
    margin-bottom: 24px;
  }
  nav .list__item a {
    font-size: 18px;
  }
}
@media screen and (max-width: 780px) and (max-width: 781px) {
  nav .list__item a {
    font-size: 17px;
  }
}
@media screen and (max-width: 780px) {
  nav .list__item.list__item--contact {
    font-size: 22px;
    margin-bottom: 40px;
  }
  nav .list__item--user a {
    font-size: 13px;
  }
  nav .list__item--navlogo {
    margin-bottom: 40px !important;
  }
}
/* @media screen and (max-width: 400px) {
	nav {
		padding: 20% 6% 30%;
	}
} */
nav .nav__list02 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
  font-size: 12px;
  display: none;
}

nav .list__item02 {
  font-weight: bold;
  color: #5f82dc;
}

nav .list__item02:nth-child(2) {
  margin-left: 40px;
}

@media screen and (max-width: 1340px) {
  nav .nav__list02 {
    display: none;
  }
}
.bottom__nav {
  display: none;
}

@media screen and (max-width: 780px) {
  .bottom__nav {
    position: fixed;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffd200;
    display: flex;
    justify-content: space-between;
    padding: 8px 5%;
    box-shadow: -8px 0 8px #5f82dc;
  }
  .bottom__nav .nav__item--contact {
    width: 40%;
  }
  .bottom__nav .nav__item--contact a {
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    background-color: #505050;
    border-radius: 1000px;
    padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
  }
  .bottom__nav .nav__item--cv {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .bottom__nav .nav__item--cv a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 100px;
    background: linear-gradient(90deg, rgb(95, 130, 220) 0%, rgb(255, 80, 62) 100%);
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.13em;
  }
  .bottom__nav .nav__item--cv a span {
    font-size: 0.7em;
    padding: 0em 0.15em 0.1em 0.25em;
    color: #ffd200;
    border-radius: 4px;
    margin-left: 4px;
    border: 2px solid #ffd200;
  }
}
.nav__restaurant img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 64px;
}

@media screen and (max-width: 1340px) {
  .nav__restaurant {
    display: none;
  }
}
.float_btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  width: 145px;
}
.float_btn.active {
  position: absolute;
  bottom: 100px;
}
@media (max-width: 781px) {
  .float_btn.active {
    bottom: 40px;
  }
}
@media (max-width: 781px) {
  .float_btn {
    width: 109px;
    bottom: 12px;
    right: 12px;
  }
}

main {
  margin-top: 0 !important;
}

.btn {
  width: 374px;
  margin: 0 auto;
  text-align: center;
  border-radius: 12px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 781px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  transform: translate(0, 8px);
}
.btn:hover::after {
  bottom: 0;
}
.btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(-90deg, #7e2722 0%, #31406c 100%);
  border-radius: 12px;
  position: absolute;
  bottom: -8px;
  left: 0;
  mix-blend-mode: multiply;
  transition: 0.3s;
}
@media (max-width: 781px) {
  .btn::after {
    bottom: -4px;
  }
}
.btn a {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  z-index: 1;
  position: relative;
  background: linear-gradient(-90deg, #ff503e 0%, #5f82dc 100%);
  border-radius: 12px;
}
@media (max-width: 781px) {
  .btn a {
    font-size: 15px;
    padding: 10px 0;
  }
}
.btn a:hover {
  opacity: 1;
}
.btn.btn_line {
  max-width: 1010px;
  width: 90%;
  margin: 0 auto;
}
.btn.btn_line::after {
  background: #009900;
  mix-blend-mode: normal;
}
.btn.btn_line a {
  background: #00b900;
  font-size: 40px;
  padding: 24px 0;
  letter-spacing: 0.1em;
}
@media (max-width: 781px) {
  .btn.btn_line a {
    font-size: 23px;
    padding: 10px 0;
  }
}

.qa .qa__list__more__block {
  display: none;
}

.content--top .qa {
  padding: 190px 0 96px;
}
.content--top .qa .sec__title__block h2 i {
  width: 246px;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .content--top .qa .sec__title__block h2 i {
    width: 195px;
  }
}
.content--top .qa .qa_btn {
  border: solid 1px #000;
  border-radius: 16px;
  display: table;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: fit-content;
  color: #000;
}
@media (max-width: 781px) {
  .content--top .qa .qa_btn {
    font-size: 14px;
  }
}
.content--top .qa .qa_btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 9px;
  background: url(../images/index_qa_btn_arrow.svg) no-repeat top left/100% auto;
}
.content--top .qa .qa_btn.active::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 780px) {
  .content--top .qa {
    padding: 60px 0 46px;
  }
}
.content--top .qa .qa__list {
  margin-top: 60px;
  border-bottom: solid 3px #000;
}

.content--top .qa .list__item {
  margin-bottom: 2px;
  font-weight: bold;
}

.content--top .qa .list__item--active .item__title .title__trg:before {
  opacity: 0;
}

@media screen and (max-width: 780px) {
  .content--top .qa .qa__list {
    margin-top: 32px;
  }
  .content--top .qa .list__item {
    line-height: 1.4em;
  }
}
.content--top .qa .item__title {
  background: #f2f2f2;
  padding: 22px 0;
  color: #5f82dc;
  border-top: solid 3px #000000;
}

@media screen and (max-width: 780px) {
  .content--top .qa .item__title {
    padding: 20px 0;
  }
}
.content--top .qa .item__title h3 {
  cursor: pointer;
  padding-left: 46px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  top: 0;
  left: 0;
}

.content--top .qa .item__title h3:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 35px;
  height: 35px;
  background: url(../images/top_qa_q.png) no-repeat center/35px 35px;
}

@media screen and (max-width: 780px) {
  .content--top .qa .item__title h3 {
    padding-left: 26px;
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  .content--top .qa .item__title h3:before {
    top: 1%;
    width: 20px;
    height: 20px;
    background: url(../images/top_qa_q.png) no-repeat center/20px 20px;
  }
}
.content--top .qa .item__title .title__trg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.content--top .qa .item__title .title__trg:after,
.content--top .qa .item__title .title__trg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
}

.content--top .qa .item__title .title__trg:after {
  width: 100%;
  height: 15px;
  border-bottom: 2px solid #000;
}

.content--top .qa .item__title .title__trg:before {
  width: 14px;
  height: 100%;
  border-right: 2px solid #000;
}

@media screen and (max-width: 780px) {
  .content--top .qa .item__title .title__trg {
    width: 16px;
    height: 16px;
    top: 20%;
  }
  .content--top .qa .item__title .title__trg:after {
    height: 7px;
  }
  .content--top .qa .item__title .title__trg:before {
    width: 7px;
  }
}
.content--top .qa .item__content {
  padding: 22px 0;
  display: none;
  border-top: solid 3px #000;
}

.content--top .qa .item__content p {
  font-size: 15px;
  padding-left: 46px;
  position: relative;
  top: 0;
  left: 0;
  color: #272727;
}

.content--top .qa .item__content p:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(../images/top_qa_a.png) no-repeat center/36px 36px;
}

@media screen and (max-width: 780px) {
  .content--top .qa .item__content {
    padding: 20px 0;
  }
  .content--top .qa .item__content p {
    font-size: 14px;
    padding-left: 26px;
    font-weight: bold;
    line-height: 1.6;
  }
  .content--top .qa .item__content p:before {
    top: 0;
    width: 20px;
    height: 20px;
    background: url(../images/top_qa_a.png) no-repeat center/20px 20px;
  }
}
.content--top .qa .cv__btn--qa {
  margin-top: 40px;
}

@media screen and (max-width: 780px) {
  .content--top .qa .cv__btn--qa {
    margin-top: 24px;
  }
}
#mv {
  background: url(../images/index_mv_bg_01_pc.webp) repeat-x top left/1366px auto, url(../images/index_mv_bg_02_pc.svg) repeat-x center 100.5%/2985px auto;
  position: relative;
  padding-bottom: 120px;
}
@media (max-width: 781px) {
  #mv {
    padding-bottom: 13%;
    background: url(../images/index_mv_bg_01_sp.webp) repeat-x top center/100% auto, url(../images/index_mv_bg_02_pc.svg) repeat-x center 100.2%/270% auto;
  }
}
#mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #ff503e 0%, #5f82dc 60%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 781px) {
  #mv::before {
    background: linear-gradient(0deg, #ff503e 0%, #bb627e 27%, #5f82dc 100%);
  }
}
#mv .container {
  padding-top: 120px;
}
@media (max-width: 781px) {
  #mv .container {
    padding-top: 80px;
  }
}
#mv .bl_mv_header {
  display: flex;
  padding: 15px 12px 15px 30px;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 781px) {
  #mv .bl_mv_header {
    padding: 6px 8px;
  }
  #mv .bl_mv_header .hd_logo {
    width: 95px;
  }
}
#mv .bl_mv_header ul {
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 781px) {
  #mv .bl_mv_header ul {
    display: none;
  }
}
#mv .bl_mv_header ul li {
  font-weight: bold;
  letter-spacing: 0.1em;
}
#mv .bl_mv_header ul li.bl_mv_header_store {
  background-color: #fff;
  font-size: 13px;
  border: solid 1px #939393;
  border-radius: 10px;
}
#mv .bl_mv_header ul li.bl_mv_header_store a {
  display: block;
  padding: 4px 8px 4px 20px;
}
#mv .bl_mv_header ul li.bl_mv_header_store a i {
  margin-left: 10px;
}
#mv .bl_mv_header ul li.bl_mv_header_line {
  font-size: 16px;
  color: #fff;
  background-color: #00b900;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#mv .bl_mv_header ul li.bl_mv_header_line a {
  padding: 10px 40px;
  display: block;
}
#mv .container--mv_ttl {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 781px) {
  #mv .container--mv_ttl {
    display: flex;
    flex-direction: column-reverse;
  }
}
#mv .container--mv_ttl .index_mv_ttl_01 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 29%;
}
@media (max-width: 781px) {
  #mv .container--mv_ttl .index_mv_ttl_01 {
    position: relative;
    left: 0;
    top: auto;
    transform: matrix(1, 0, 0, 1, 0, 0);
    width: 100%;
  }
}
#mv .index_mv_ttl_02 {
  margin: -5.2% auto 0;
  text-align: center;
}
@media (max-width: 781px) {
  #mv .index_mv_ttl_02 {
    margin: 8% auto 0;
  }
}
#mv .index_mv_img_01 {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
  width: 49%;
}
@media (max-width: 781px) {
  #mv .index_mv_img_01 {
    max-width: 100%;
    width: 83.56%;
  }
}
#mv .index_mv_img_01::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/index_mv_img_01_light.webp) no-repeat top left/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  animation: light_anim 6s infinite;
}
@keyframes light_anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

#intro {
  position: relative;
  padding-top: 80px;
  background: url(../images/index_intro_bg_deco_02.svg) repeat-x 80px bottom/1366px auto, url(../images/index_intro_bg_deco_03.webp) repeat-x bottom left/182px auto;
  background-color: #f0f2f2;
}
@media (max-width: 781px) {
  #intro {
    padding-top: 40px;
    background: url(../images/index_intro_bg_deco_02.svg) repeat-x -41px bottom/460px auto, url(../images/index_intro_bg_deco_03.webp) repeat-x -15px bottom/60px auto;
    background-color: #f0f2f2;
  }
}
#intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 350px;*/
	height: 650px;
  background: #3c0a3c url(../images/index_intro_bg_deco_01.svg) repeat-x top left/278px auto;
}
@media (max-width: 781px) {
  #intro::before {
    /*height: 19%;*/
		height: 27%;
    background: #3c0a3c url(../images/index_intro_bg_deco_01.svg) repeat-x top left/26% auto;
  }
}
#intro .container {
  max-width: 1000px;
  z-index: 1;
  position: relative;
}
#intro .container--intro_first {
  background: linear-gradient(90deg, rgb(95, 130, 220) 0%, rgb(255, 80, 62) 100%);
  border-radius: 160px;
  padding: 8px;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 781px) {
  #intro .container--intro_first {
    border-radius: 70px;
    padding: 3px;
    margin-bottom: 80px;
  }
}
#intro .container--intro_first h2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: max-content;
  background-color: #ffd200;
  font-size: 23px;
  font-weight: bold;
  padding: 14px 60px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  color: #000;
}
@media (max-width: 781px) {
  #intro .container--intro_first h2 {
    font-size: 14px;
    text-align: center;
    padding: 7px 17px;
    border-bottom-left-radius: 34px;
    border-bottom-right-radius: 34px;
    top: 0px;
    letter-spacing: -0.14em;
  }
}
#intro .container--intro_first_inner {
  background: #fff;
  border-radius: 156px;
  padding: 110px 10% 70px;
}
@media (max-width: 781px) {
  #intro .container--intro_first_inner {
    border-radius: 67px;
    padding: 60px 4% 50px;
  }
}
#intro .container--intro_first_inner > ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #intro .container--intro_first_inner > ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
@media (max-width: 781px) {
  #intro .container--intro_first_inner > ul {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
  }
}
#intro .container--intro_first_inner > ul p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}
@media (max-width: 781px) {
  #intro .container--intro_first_inner > ul p {
    font-size: 13px;
  }
}
#intro .container--intro_first_inner > ul p sup {
  font-size: 12px;
  vertical-align: top;
}
@media (max-width: 781px) {
  #intro .container--intro_first_inner > ul p sup {
    font-size: 10px;
  }
}
#intro .container--intro_first_inner > ul .attention {
  margin-top: 18px;
  width: 110%;
}
@media (max-width: 781px) {
  #intro .container--intro_first_inner > ul .attention {
    width: 100%;
    margin-top: 8px;
  }
}
#intro .container--intro_first_inner > ul .attention li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
@media (max-width: 781px) {
  #intro .container--intro_first_inner > ul .attention li {
    font-size: 10px;
    padding: 0;
  }
}
#intro .container--intro_first_inner > ul .index_intro_img_01 {
  flex-shrink: 0;
  max-width: 354px;
  width: 50%;
}
@media (max-width: 781px) {
  #intro .container--intro_first_inner > ul .index_intro_img_01 {
    width: 100%;
    max-width: 245px;
  }
}
#intro .container--intro {
  max-width: 1060px;
  padding-bottom: 390px;
}
@media (max-width: 781px) {
  #intro .container--intro {
    padding-bottom: 100px;
  }
}
#intro .container--intro ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 781px) {
  #intro .container--intro ul {
    flex-direction: column;
  }
}
#intro .container--intro ul li {
  margin-bottom: 80px;
  width: 50%;
}
@media (max-width: 781px) {
  #intro .container--intro ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}
#intro .container--intro ul li.index_intro_point_02, #intro .container--intro ul li.index_intro_point_04 {
  margin-bottom: 0;
}
#intro .container--intro ul li.index_intro_point_02 {
  top: 176px;
  position: relative;
}
@media (max-width: 781px) {
  #intro .container--intro ul li.index_intro_point_02 {
    transform: none;
    margin-bottom: 40px;
    top: auto;
  }
}
#intro .container--intro ul li.index_intro_point_04 {
  top: 156px;
  position: relative;
}
@media (max-width: 781px) {
  #intro .container--intro ul li.index_intro_point_04 {
    transform: none;
    top: auto;
  }
}
#intro .container--intro ul li .fukidashi {
  border: solid 6px #5f82dc;
  border-radius: 50px;
  color: #5f82dc;
  background-color: #fff;
  max-width: 421px;
  width: 90%;
  padding: 20px 7%;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  margin: 0 auto 39px;
}
@media (max-width: 781px) {
  #intro .container--intro ul li .fukidashi {
    max-width: 340px;
    padding: 20px 24px;
    border: solid 4px #5f82dc;
    width: 100%;
  }
}
#intro .container--intro ul li .fukidashi::after {
  content: "";
  width: 72px;
  height: 41px;
  background: url(../images/index_fukidashi_icon_01.svg) no-repeat top left/100% auto;
  position: absolute;
  bottom: -41px;
  left: 80px;
}
@media (max-width: 781px) {
  #intro .container--intro ul li .fukidashi::after {
    width: 52px;
    height: 29px;
    bottom: -29px;
    left: 50px;
  }
}
#intro .container--intro ul li .fukidashi h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #intro .container--intro ul li .fukidashi h3 {
    font-size: 26px;
  }
}
@media (max-width: 781px) {
  #intro .container--intro ul li .fukidashi h3 {
    font-size: 23px;
  }
}
#intro .container--intro ul li .fukidashi p {
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.8;
  letter-spacing: 0.01em;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #intro .container--intro ul li .fukidashi p {
    font-size: 13px;
  }
  #intro .container--intro ul li .fukidashi p br {
    display: none;
  }
}
@media (max-width: 781px) {
  #intro .container--intro ul li .fukidashi p {
    font-size: 13px;
  }
}

#shop {
  padding: 85px 0 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 781px) {
  #shop {
    padding: 70px 0 40px;
  }
}
#shop::after, #shop::before {
  content: "";
  width: 100%;
  position: absolute;
  z-index: -1;
}
#shop::before {
  height: 410px;
  bottom: 0;
  background-color: #5f82dc;
}
@media (max-width: 781px) {
  #shop::before {
    height: 20%;
  }
}
#shop::after {
  height: 166px;
  bottom: 410px;
  background: url(../images/index_dot_bg_01.webp) repeat top left/33px auto;
}
@media (max-width: 781px) {
  #shop::after {
    background: url(../images/index_dot_bg_01.webp) repeat top left/6% auto;
    height: 8%;
    bottom: 20%;
  }
}
@media (max-width: 781px) {
  #shop .container .sec__title__block {
    margin: 0 auto 20px;
  }
}
#shop .sec__txt_item {
  font-weight: bold;
  font-size: 40px;
  color: #5f82dc;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
}
@media (max-width: 781px) {
  #shop .sec__txt_item {
    font-size: 28px;
    position: relative;
    display: table;
    margin: 0 auto 34px;
  }
}
#shop .sec__txt_item span {
  font-size: 120px;
  font-family: "Source Serif 4", serif;
}
#shop .sec__txt_item span.shop__text_stit {
	display: block;
	font-size: 26px;
	font-family: "Zen Kaku Gothic New", YuGothic, "YuGothic", "Yu Gothic", sans-serif;
}
@media (max-width: 781px) {
  #shop .sec__txt_item span {
    font-size: 63px;
    line-height: 1;
  }
	#shop .sec__txt_item span.shop__text_stit {
		font-size: 16px;
	}
}
#shop .container .sec__title__block h2 i {
  width: 48px;
}
#shop .chara {
  position: absolute;
  right: -150px;
  top: -14%;
  max-width: 229px;
  width: 23%;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #shop .chara {
    right: -30px;
    top: -26%;
  }
}
@media (max-width: 781px) {
  #shop .chara {
    right: -77px;
    top: 11px;
    max-width: 76px;
    width: 76px;
  }
}
#shop .box_block {
  position: relative;
}
#shop .box {
  border: solid 3px #5f82dc;
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  max-width: 730px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#shop .box .pc_only img,
#shop .box .sp_only img {
	width: 100%;
}
@media (max-width: 781px) {
  #shop .box {
    width: 100%;
  }
	#shop .box .sp_only {
		display: block;
	}
}
#shop .box .box_inner {
  padding: 20px 50px 30px;
}
@media (max-width: 781px) {
  #shop .box .box_inner {
    padding: 20px 20px 30px;
  }
}
#shop .box .box_inner p {
  font-size: 15px;
  color: #5f82dc;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 781px) {
  #shop .box .box_inner p {
    font-size: 12px;
    text-align: justify;
    line-height: 2.1;
  }
}
#shop .box .box_inner .index_shop_img_02 {
  margin: 30px auto;
}

#use {
  padding: 85px 0 110px;
  background-color: #eff2fb;
}
@media (max-width: 781px) {
  #use .sec__title__block h2 {
    display: table;
    margin: 0 auto 24px;
    position: relative;
  }
  #use .sec__title__block h2 i {
    width: 60px;
  }
}
#use .chara {
  position: absolute;
  left: -170px;
  top: -20px;
  width: 19%;
  max-width: 189px;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #use .chara {
    left: -20px;
    top: -180px;
  }
}
@media (max-width: 781px) {
  #use .chara {
    width: 92px;
    max-width: 92px;
    left: -76px;
    top: -46px;
  }
}
#use .use__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #use .use__flow {
    flex-direction: column;
  }
}
@media (max-width: 781px) {
  #use .use__flow {
    flex-direction: column;
  }
}
#use .use__flow .use__flow__arw {
  background: url(../images/index_use_arrow_icon.svg) no-repeat top left/100% auto;
  width: 30px;
  height: 43px;
  margin: 0 30px;
  transform: translate(0, -8px);
}
@media (max-width: 1050px) and (min-width: 781px) {
  #use .use__flow .use__flow__arw {
    transform: rotate(90deg);
    margin: 10px auto;
  }
}
@media (max-width: 781px) {
  #use .use__flow .use__flow__arw {
    transform: rotate(90deg);
    margin: 20px auto;
  }
}
#use .use__flow .use__flow__item dt {
  margin-bottom: 12px;
}
#use .use__flow .use__flow__item dt .use__flow__title {
  display: flex;
  margin-bottom: 18px;
  margin-left: 10%;
  align-items: center;
}
#use .use__flow .use__flow__item dt .use__flow__title .num {
  background-color: #5f82dc;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  border-radius: 8px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 15px;
  font-family: "Source Serif 4", serif;
}
@media (max-width: 781px) {
  #use .use__flow .use__flow__item dt .use__flow__title .num {
    font-size: 22px;
  }
}
#use .use__flow .use__flow__item dt .use__flow__title .txt {
  color: #5f82dc;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 781px) {
  #use .use__flow .use__flow__item dt .use__flow__title .txt {
    font-size: 16px;
  }
}
#use .use__flow .use__flow__item dd {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 781px) {
  #use .use__flow .use__flow__item dd {
    font-size: 14px;
  }
}

#price {
  padding: 120px 0 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 781px) {
  #price {
    overflow: inherit;
    padding: 60px 0 0;
  }
}
@media (max-width: 781px) {
  #price .container .sec__title__block {
    margin: 0 auto 20px;
  }
}
@media (max-width: 781px) {
  #price .container .sec__title__block .sec__title__text {
    font-size: 19px;
  }
}
#price .chara {
  position: absolute;
  right: -320px;
  top: 40px;
  max-width: 290px;
  width: 40%;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #price .chara {
    right: 0;
    top: -280px;
    width: 30%;
  }
}
@media (max-width: 781px) {
  #price .chara {
    max-width: 150px;
    width: 150px;
    right: 10px;
    top: -60px;
  }
}
@media (max-width: 781px) {
  #price .price__plan__img {
    max-width: 348px;
    width: 100%;
  }
}
#price .price__plan__block {
  display: table;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
#price .price__plan__block p {
  font-size: 15px;
  margin-top: 8px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 781px) {
  #price .price__plan__block p {
    font-size: 10px;
    letter-spacing: -0.01em;
  }
}

.regi {
  background-color: #ffd200;
  padding-top: 300px;
  margin-top: -244px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 781px) {
  .regi {
    padding-top: 130px;
    margin-top: -110px;
    padding-bottom: 70px;
  }
}
.regi.regi02 {
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 781px) {
  .regi.regi02 {
    padding: 40px 0;
  }
}
.regi.regi02 .price__regi02__text {
  text-align: center;
  color: #272727;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 781px) {
  .regi.regi02 .price__regi02__text {
    font-size: 12px;
  }
}
@media (max-width: 781px) {
  .regi.regi02::after {
    display: none;
  }
}
.regi.regi03::after {
  display: none;
}
.regi::after {
  content: "";
  position: absolute;
  height: 166px;
  width: 100%;
  left: 0;
  top: -166px;
  background: url(../images/index_dot_bg_01.webp) repeat top left/33px auto;
}
.regi .price__regi__text {
  font-size: 66px;
  color: #5f82dc;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
	letter-spacing: .1em;	/* 調整 */
}
@media (max-width: 781px) {
  .regi .price__regi__text {
    font-size: 28px;
    margin-bottom: 0;
  }
}
.regi .price__regi__text::after, .regi .price__regi__text::before {
  content: "";
  width: 85px;
  height: 84px;
  background: url(../images/index_regi_txt_deco_01.webp) no-repeat top left/100% auto;
  margin: 0 5px;
  display: inline-block;
  vertical-align: sub;
}
@media (max-width: 781px) {
  .regi .price__regi__text::after, .regi .price__regi__text::before {
    width: 43px;
    height: 43px;
  }
	.regi .price__regi__text::after {
		margin-left: 0;	/* 調整 */
	}
}
.regi .btn__block__qr {
  border: solid 5px #5f82dc;
  background-color: #f0f2f2;
  padding: 16px;
  width: 446px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  margin-top: 40px;
}
@media (max-width: 781px) {
  .regi .btn__block__qr {
    display: none;
  }
}
.regi .btn__block__qr .btn__block__left {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  gap: 20px;
  align-items: flex-end;
}
.regi .btn__block__qr .index_line_icon {
  flex-shrink: 0;
}
.regi .btn__block__qr .index_line_qr {
  flex-shrink: 0;
  width: 110px;
}

#flow {
  background-color: #feeeec;
  position: relative;
  padding: 80px 0 40px;
}
@media (max-width: 781px) {
  #flow {
    overflow: hidden;
  }
}
#flow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 166px;
  background: url(../images/index_dot_bg_01.webp) repeat top left/33px auto;
}
@media (max-width: 781px) {
  #flow::after {
    background: url(../images/index_dot_bg_01.webp) repeat top left/6% auto;
    height: 13%;
    bottom: 0;
  }
}
#flow .container .sec__title__block {
  position: relative;
}
@media (max-width: 781px) {
  #flow .container .sec__title__block {
    position: relative;
    display: table;
    margin: 0 auto 50px;
  }
}
@media (max-width: 781px) {
  #flow .container .sec__title__block h2 i {
    width: 65px;
  }
}
#flow .container .sec__title__block .sec__title__text {
  color: #000;
}
@media (max-width: 781px) {
  #flow .container .sec__title__block .sec__title__text {
    font-size: 21px;
  }
}
#flow .container {
  max-width: 1090px;
  position: relative;
  z-index: 1;
}
#flow .chara {
  position: absolute;
  left: -16%;
  bottom: 10px;
  max-width: 187px;
  width: 19%;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #flow .chara {
    left: -10px;
    bottom: auto;
    top: -190px;
  }
}
@media (max-width: 781px) {
  #flow .chara {
    left: auto;
    right: -80px;
    bottom: auto;
    top: 10px;
    max-width: 85px;
    width: 85px;
  }
}
#flow .bl_flow__list {
  position: relative;
}
@media (max-width: 781px) {
  #flow .bl_flow__list .flow__list__img {
    padding: 0 16%;
  }
}
#flow .flow__list {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  gap: 30px;
  color: #000;
  align-items: flex-end;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #flow .flow__list {
    font-size: 12px;
  }
}
@media (max-width: 781px) {
  #flow .flow__list {
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
#flow .flow__list .flow__list__text {
  margin-bottom: 14px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  width: 160%;
  line-height: 1.8;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #flow .flow__list .flow__list__text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 65px;
    height: auto;
  }
}
#flow .flow__list .flow__list__item {
  position: relative;
  width: 19%;
}
#flow .flow__list .flow__list__item::after {
  content: "";
  background: url(../images/index_flow_arrow.svg) no-repeat top left/100% auto;
  width: 18px;
  height: 20px;
  position: absolute;
  top: 58%;
  transform: translate(0, -50%);
  right: -24px;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #flow .flow__list .flow__list__item::after {
    top: 60%;
  }
}
#flow .flow__list .flow__list__item:last-of-type::after {
  display: none;
}

#contact {
  background-color: #6f8edf;
  padding: 80px 0 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 781px) {
  #contact {
    font-size: 11px;
    padding: 50px 0 70px;
  }
  #contact .container .sec__title__block {
    margin: 0 auto 24px;
  }
}
#contact .container {
  position: relative;
}
#contact .container .chara {
  position: absolute;
  right: -30px;
  bottom: -120px;
  max-width: 225px;
  width: 24%;
}
@media (max-width: 1050px) and (min-width: 781px) {
  #contact .container .chara {
    right: 0;
  }
}
@media (max-width: 781px) {
  #contact .container .chara {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -95px;
    max-width: 113px;
    width: 113px;
  }
}
#contact .container .sec__title__block span {
  margin-top: 0;
  color: #5f82dc;
  background-color: #fff;
}
#contact .container .contact__tellnum {
  font-size: 66px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 781px) {
  #contact .container .contact__tellnum {
    font-size: 47px;
  }
}
#contact .container .contact__mail {
  font-size: 24px;
  margin: 20px auto;
}
@media (max-width: 781px) {
  #contact .container .contact__mail {
    font-size: 15px;
  }
}
#contact .container .content__text--note, #contact .container .content__text--note02 {
  font-size: 12px;
}
@media (max-width: 781px) {
  #contact .container .content__text--note, #contact .container .content__text--note02 {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}

footer {
  text-align: center;
  padding-top: 110px;
  position: relative;
}
footer .container {
  max-width: 1050px;
}
footer .pagetop_btn {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
@media (max-width: 781px) {
  footer .pagetop_btn {
    display: none;
  }
}
footer .bl_foot_btn p {
  font-size: 19px;
  font-weight: bold;
  font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
@media (max-width: 781px) {
  footer .bl_foot_btn p {
    font-size: 12px;
  }
}
footer .bl_foot_btn .foot_btn {
  background-color: #ff503e;
  border-radius: 20px;
  display: table;
  margin: 15px auto 0;
}
@media (max-width: 781px) {
  footer .bl_foot_btn .foot_btn {
    border-radius: 12px;
    margin: 6px auto 0;
  }
}
footer .bl_foot_btn .foot_btn a {
  padding: 20px 40px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 27px;
  letter-spacing: 0.2em;
  font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
@media (max-width: 781px) {
  footer .bl_foot_btn .foot_btn a {
    font-size: 14px;
    padding: 10px 30px;
  }
}

@media screen and (max-width: 780px) {
  footer {
    padding-top: 60px;
  }
}
footer .foot__logo-nomulink {
  margin-top: 80px;
}

@media screen and (max-width: 780px) {
  footer .foot__logo-nomulink {
    margin-top: 56px;
  }
  footer .foot__logo-nomulink img {
    width: 240px;
  }
}
footer .foot__logo_list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .logo_list__ttl {
  font-size: 14px;
  background-color: #000;
  border-radius: 8px;
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
}

footer .logo_list__item {
  margin-left: 32px;
}

@media screen and (max-width: 780px) {
  footer .foot__logo_list {
    margin-top: 40px;
  }
  footer .logo_list__ttl {
    font-size: 11px;
  }
  footer .logo_list__item {
    margin-left: 20px;
    width: 170px;
  }
}
footer .foot__nav {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 25px;
  flex-wrap: wrap;
  gap: 10px 0;
}

footer .foot__nav .nav__item {
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

footer .foot__nav .nav__item i {
  margin-left: 6px;
}

@media screen and (max-width: 780px) {
  footer .foot__nav {
    font-size: 11px;
    margin-top: 40px;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0 30px;
    letter-spacing: -0.01em;
    margin-top: 30px;
    flex-direction: column;
  }
  footer .foot__nav .nav__item {
    margin-left: 0;
    margin-right: 0;
  }
  footer .foot__nav .nav__item:not(:first-child) {
    margin-top: 10px;
    margin-left: 0;
  }
}
footer small {
  display: block;
  box-sizing: border-box;
  line-height: 1em;
  padding: 8px 0;
  font-size: 12px;
  background-color: #5f82dc;
  color: #fff;
}

@media screen and (max-width: 780px) {
  footer small {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.content--form + footer {
  padding-bottom: 0;
}

.one__drink {
  max-width: 760px;
  margin: 80px auto;
  color: #1d313b;
  box-sizing: border-box;
  padding: 40px 38px 0 38px;
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 3px 4px 11px rgba(39, 39, 39, 0.3);
}

.one__drink dt.one__drink__logo {
  display: inline-block;
  width: 175px;
  text-align: center;
  padding-bottom: 40px;
}

.one__drink dt.one__drink__logo img {
  width: 100%;
}

.one__drink dd.one__drink__content {
  display: inline-block;
  max-width: 470px;
  text-align: left;
  margin-left: 30px;
  letter-spacing: 0.1em;
  line-height: 2em;
  vertical-align: top;
  padding-bottom: 40px;
}

.one__drink dd.one__drink__content a {
  max-width: 470px;
  display: block;
  text-align: center;
  color: #1d313b;
  box-sizing: border-box;
  padding: 10px 0;
  border-radius: 10px;
  background: #fabe00;
  font-size: 18px;
  letter-spacing: 0.3em;
  margin-top: 30px;
}

@media screen and (max-width: 780px) {
  .one__drink {
    margin: 15% auto;
    max-width: 400px;
    width: 84%;
    color: #1d313b;
    box-sizing: border-box;
    padding: 10% 10% 0 10%;
    box-shadow: 2px 2px 6px rgba(39, 39, 39, 0.3);
  }
  .one__drink dt.one__drink__logo {
    padding-bottom: 10%;
  }
  .one__drink dd.one__drink__content {
    margin-left: 0px;
    padding-bottom: 10%;
    font-size: 12px;
  }
  .one__drink dd.one__drink__content a {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-top: 5%;
  }
}
.slick-prev {
  width: 40px;
  height: 45px;
  left: 0;
  z-index: 3;
  background: url(../images/flow_arw_prev.svg) no-repeat center/30px auto;
}

.slick-next {
  width: 40px;
  height: 45px;
  right: 0;
  z-index: 3;
  background: url(../images/flow_arw_next.svg) no-repeat center/30px auto;
}

.slick-disabled {
  opacity: 0;
}/*# sourceMappingURL=index.css.map */



.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list > li::before {
	position: absolute;
	top: 0;
	left: 0;
}
.list.kome > li::before {
	content: "※";
}
.regi .price__regi__text {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-end;
}
.content--top .qa .item__content .list {
	color: #272727;
	padding-left: 46px;
}
.content--top .qa .item__content * + .list {
	margin-top: .5em;
}
@media (max-width: 781px) {
	.regi .price__regi__text {
		margin-bottom: .35em;
	}
	.regi .price__regi__text .sp_only {
		width: 50%;
		max-width: 288px;
	}
.content--top .qa .item__content .list {
		padding-left: 26px;
	}
}

/* イベント追加 */
#intro .container.info_block {
	max-width: 760px;
	background: #fff;
	border: solid 6px #5f82dc/*#ff503e*/;
	border-radius: 30px;
	box-shadow: 3px 4px 11px rgba(0,0,0,.5);
	margin-bottom: 80px;
}
.info_tit {
	background: #5f82dc;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	padding: 14px;
}
.info_body {
	padding: 30px 30px 40px 38px;
}
.info_dl {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.info_dl > *:nth-child(n+3) {
	margin-top: .5em;
}
.info_dl > dt {
	width: 17em;
	position: relative;
	padding-left: 1.3em;
}
.info_dl > dt::before {
	content: "■";
	color: #5f82dc;
	position: absolute;
	top: 0;
	left: 0;
}
.info_dl > dd {
	width: calc(100% - 18em);
}
.info_dl > dd a {
	color: #5f82dc;
	text-decoration: underline;
}
.info_dl > dd a:hover {
	text-decoration: none;
}
@media (max-width: 780px) {
	#intro .container.info_block {
		max-width: 400px;
		border-width: 4px;
		box-shadow: 2px 2px 6px rgba(0,0,0,.5);
		margin-bottom: 40px;
	}
	.info_tit {
		font-size: 16px;
		padding: 7px;
	}
	.info_body {
		padding: 5% 5% 10% 10%;
	}
	.info_dl {
		flex-direction: column;
		font-size: 14px;
	}
	.info_dl > *:nth-child(n+3) {
		margin-top: 0;
	}
	.info_dl > dt {
		width: 100%;
	}
	.info_dl > dd {
		width: 100%;
	}
	#intro .info_dl > dd + dt {
		margin-top: 1em;
	}
	
}

