@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* arguments inittial */
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

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

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

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

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,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: opacity 0.3s;
  cursor: pointer;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.5;
  }
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  word-break: break-word;
  color: #111111;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#wrap {
  display: block;
  padding-top: 115px;
}

@media (max-width: 767px) {
  #wrap {
    padding-top: 50px;
  }
}

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
.inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

.c-img {
  display: block;
  position: relative;
}

.c-img img {
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-img--contain img {
  object-fit: contain;
}

.c-img--top img {
  object-position: top;
}

.c-fw {
  width: 100%;
}

[rel~="js-lazy"] {
  opacity: 0;
}

[rel~="js-lazy"]:not(.initial) {
  transition: opacity 0.15s;
}

[rel~="js-lazy"].initial, [rel~="js-lazy"].loaded, [rel~="js-lazy"].error {
  opacity: 1;
}

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-lazybg--top {
  background-position: center top;
}

.c-lazybg--contain {
  background-size: contain;
}

.c_title {
  font-family: "Roboto", sans-serif;
  font-size: 72px;
  font-size: 7.2rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #006da1;
}

@media (max-width: 767px) {
  .c_title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.c_title_sub {
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  color: #006da1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

@media (max-width: 767px) {
  .c_title_sub {
    font-size: 28px;
    font-size: 2.8rem;
    gap: 9px;
  }
}

.c_title_sub span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-top: -3px;
}

@media (max-width: 767px) {
  .c_title_sub span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c_title_sub.white {
  color: #fff;
}

.c_link {
  display: block;
  position: relative;
  color: #006da1;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 0 40px 20px 0;
  border-bottom: 1px solid #006da1;
}

@media (max-width: 767px) {
  .c_link {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px 10px 0;
  }
}

.c_link:after {
  content: '';
  display: block;
  background-image: url("../img/arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 18px;
  right: 0;
}

@media (max-width: 767px) {
  .c_link:after {
    width: 14px;
    height: 14px;
    bottom: 8px;
  }
}

.c_link.white {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.c_link.white:after {
  background-image: url("../img/arrow_white.png");
}

.c_shoplink {
  width: 90px;
  height: 90px;
  border-radius: 5px 0 0 5px;
  background: #01476b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 50px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  gap: 4px;
}

@media (max-width: 767px) {
  .c_shoplink {
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
    bottom: 0;
    height: 40px;
    flex-direction: row;
    gap: 0;
    border-radius: 5px 5px 0 0;
  }
}

.c_shoplink:before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../img/ico_cart.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .c_shoplink:before {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .c_shoplink:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: calc(50% - 3px);
  }
}

.c_shoplink span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .c_shoplink span {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1em;
  }
}

.c_pagebg {
  background: #f4f7f6;
  position: relative;
  padding-top: 150px;
}

@media (max-width: 767px) {
  .c_pagebg {
    padding-top: 79px;
  }
}

.c_pahetitle {
  position: absolute;
  top: 0;
  left: -0.15em;
  font-size: 160px;
  font-size: 16rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  transform: rotate(90deg);
  transform-origin: left bottom;
  color: #d3e0e7;
  z-index: 0;
  width: max-content;
}

@media (max-width: 767px) {
  .c_pahetitle {
    font-size: 70px;
    font-size: 7rem;
    top: -10px;
  }
}

.c_fixed_btn {
  width: 180px;
  position: absolute;
  left: 60px;
  top: 38px;
  display: block;
  z-index: 10;
}

@media (max-width: 767px) {
  .c_fixed_btn {
    left: 15px;
    top: 16px;
    width: 102px;
  }
}

.c_boxlink {
  position: relative;
  color: #fff;
  background: #00a0d9;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 100%;
  max-width: 440px;
  position: relative;
  gap: 14px;
}

@media (max-width: 767px) {
  .c_boxlink {
    height: 45px;
    max-width: 238px;
    gap: 8px;
  }
}

.c_boxlink:after {
  content: '';
  display: block;
  background-image: url("../img/arrow_white.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
}

@media (max-width: 767px) {
  .c_boxlink:after {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
  }
}

.c_boxlink .c_boxlink_en {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c_boxlink .c_boxlink_en {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c_boxlink .c_boxlink_ja {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c_boxlink .c_boxlink_ja {
    font-size: 10px;
    font-size: 1rem;
  }
}

.c_footer {
  position: relative;
  z-index: 2;
  background: #111;
  color: #fff;
}

.c_footer a {
  color: #fff;
}

.c_footer .c_footer_inner {
  padding: 57px 0 50px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_inner {
    padding: 30px 0 74px;
  }
}

.c_footer .c_footer_info {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .c_footer .c_footer_info {
    flex-direction: column;
  }
}

.c_footer .c_footer_info .c_footer_info_title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
}

@media (max-width: 767px) {
  .c_footer .c_footer_info .c_footer_info_title {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.c_footer .c_footer_info .c_footer_info_tel {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 600;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_info .c_footer_info_tel {
    margin: 7px 0 0;
  }
}

.c_footer .c_footer_info .c_footer_info_time {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
  margin-left: 12px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_info .c_footer_info_time {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 7px 0 0;
  }
}

.c_footer .c_footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding-top: 41px;
  border-top: 1px solid #333;
  width: calc(100% - 40px);
  max-width: 1340px;
  margin: 38px auto 0;
}

@media (max-width: 767px) {
  .c_footer .c_footer_links {
    width: calc(100% - 30px);
    margin-top: 21px;
    padding-top: 18px;
    gap: 20px;
  }
}

.c_footer .c_footer_links a.text {
  border: 1px solid #555;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 26px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_links a.text {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 12px;
  }
}

.c_footer .c_footer_links a.fb {
  width: 26px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_links a.fb {
    width: 18px;
  }
}

.c_footer .c_footer_links a.x {
  width: 20px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_links a.x {
    width: 14px;
  }
}

.c_footer .c_footer_copyright {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1em;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .c_footer .c_footer_copyright {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
