<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&amp;ffamily=Noto+Sans+JP:wght@100..900&amp;display=swap");
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

h1 { font-size: 2em; margin: 0.67em 0; }

hr { box-sizing: content-box; height: 0; overflow: visible; }

pre { font-family: monospace, monospace; font-size: 1em; }

a { background-color: transparent; }

abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }

b, strong { font-weight: bolder; }

code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

img { border-style: none; }

button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }

button, input { /* 1 */ overflow: visible; }

button, select { /* 1 */ text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

fieldset { padding: 0.35em 0.75em 0.625em; }

legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }

progress { vertical-align: baseline; }

textarea { overflow: auto; }

[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }

[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }

details { display: block; }

summary { display: list-item; }

template { display: none; }

[hidden] { display: none; }

html, body { font-size: 62.5%; }

body { word-break: break-all; background: white; color: #333333; font-family: "Noto Sans JP", sans-serif; line-height: 1.5; }

a { color: deepskyblue; text-decoration: underline; cursor: pointer; transition: all 0.3s; }
a:hover { color: #66d9ff; text-decoration: none; }
a:focus { outline: none; }

a:focus, *:focus { outline: none; }

@media print { * html body { zoom: 0.7; } }
* { box-sizing: border-box; padding: 0; margin: 0; list-style: none; }

img { width: 100%; max-width: 100%; height: auto; vertical-align: middle; font-style: italic; background-repeat: no-repeat; background-size: cover; shape-margin: 0.75rem; }

.hc__pc { display: block; }

.hc__sp { display: none; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__cover { position: fixed; top: 0; left: 0; width: 100vw; height: 100svh; z-index: 10000; background: url(../images/cover_bg.webp) no-repeat center center; background-size: cover; }
.hc__cover .hc__cover__inner { width: 100vw; height: 100svh; position: relative; }
.hc__cover .hc__cover__inner .hc__cover__mask { position: absolute; top: 50%; left: 50%; z-index: 10; transform: translate(-50%, -50%); width: 700px; height: calc(700px * 0.0718724572); display: inline-block; display: none; mask-position: center center; mask-repeat: no-repeat; mask-size: contain; background-position: 100% 0; mask-image: url(../images/mask.svg?241115); background-image: linear-gradient(90deg, #000, #000 50%, #c4c4c4 50%, #c4c4c4); background-size: 200% 100%; }
.hc__cover .hc__cover__inner .hc__cover__mask.on { animation: backgroundShift 4s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }
@keyframes backgroundShift { 0% { background-position: 100% 0; }
  100% { background-position: 0 0; } }
.hc__background__cover { opacity: 0; background: #00184c; position: fixed; top: 0; left: 0; width: 100vw; height: 100svh; z-index: -1; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__header { position: absolute; top: 0; left: 0; width: 100%; height: 55px; padding: 35px 30px 0 30px; text-align: right; z-index: 1000; }
.hc__header .hc__logo { display: inline-block; width: 95px; }
.hc__header .hc__logo a { display: block; }
.hc__header .hc__logo a:hover { opacity: 0.6; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__nav { display: none; position: fixed; width: 100vw; height: 100svh; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); z-index: 500; }
.hc__nav .hc__nav__inner { width: 100vw; height: 100svh; display: flex; justify-content: center; align-items: center; }
.hc__nav ul li { text-align: center; margin: 15px 0; }
.hc__nav ul li a { font-size: 38px; font-size: 3.8rem; font-weight: 400; letter-spacing: 0.05em; text-decoration: none; color: #fff; font-family: "Poppins", sans-serif; }
.hc__nav ul li a:hover { opacity: 0.6; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__visual { visibility: hidden; width: 100%; min-height: 100svh; position: relative; display: flex; justify-content: center; align-items: center; }
.hc__visual .line { position: absolute; bottom: -40px; left: 50%; transform: translate(-50%, 0); width: 1px; height: 85px; }
.hc__visual .line::after { position: absolute; left: 0; content: ""; width: 100%; height: 100%; background: #fff; transform: scaleY(0); transform-origin: top; transition: transform 0.3s; animation: slideLine 2.3s linear infinite; }
@keyframes slideLine { 0% { transform: scaleY(0); transform-origin: top; opacity: 1; }
  50% { transform: scaleY(1); transform-origin: top; opacity: 1; }
  51% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; opacity: 1; } }
.hc__visual .hc__visual__box { width: 80%; max-width: 900px; display: inline-block; padding: 100px 0 100px 0; }
.hc__visual .hc__visual__img { width: 100%; margin: 0 auto 0 auto; }
.hc__visual .hc__visual__ttl { width: 85%; margin: 0 auto; }
.hc__visual .hc__visual__txt { text-align: center; color: #fff; font-weight: 300; padding: 3% 0 0 0; letter-spacing: 0.1em; font-size: 20px; font-size: 2rem; }

.hc__visual.on { visibility: visible; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__concept { width: 100%; background: rgba(2, 40, 63, 0.4); padding: 110px 50px 50px 50px; }
.hc__concept .hc__inner { width: 100%; max-width: 950px; margin: 0 auto; }
.hc__concept .hc__intro__h { color: #fff; font-size: 33px; font-size: 3.3rem; letter-spacing: 0.05em; line-height: 1.6; font-weight: 200; margin-bottom: 30px; }
.hc__concept .hc__intro__t { color: #fff; font-size: 20px; font-size: 2rem; letter-spacing: 0.05em; font-weight: 200; }
.hc__concept .hc__intro__t p { margin-bottom: 40px; line-height: 3; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__movie { width: 100%; background: rgba(2, 40, 63, 0.4); }
.hc__movie .hc__inner { width: 100%; max-width: 1550px; margin: 0 auto; }
.hc__movie .hc__inner .hc__movie__box { width: 100%; padding-top: 56.25%; position: relative; }
.hc__movie .hc__inner .hc__movie__box iframe { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__product { width: 100%; background: rgba(2, 40, 63, 0.4); padding: 200px 50px 00px 50px; }
.hc__product .hc__product__h { text-align: center; margin-bottom: 130px; }
.hc__product .hc__product__h h2 { color: #fff; font-size: 37px; font-size: 3.7rem; font-family: "Poppins", sans-serif; font-weight: 300; letter-spacing: 0.15em; }
.hc__product .hc__product__box { overflow: hidden; width: 100%; max-width: 1050px; margin: 0 auto; padding-bottom: 200px; display: flex; justify-content: space-between; flex-wrap: wrap; }
.hc__product .hc__product__box .hc__product__data { width: 46%; }
.hc__product .hc__product__box .hc__product__data .hc__product__data__box { display: inline-block; text-align: left; }
.hc__product .hc__product__box .hc__product__data h3 { margin-bottom: 30px; }
.hc__product .hc__product__box .hc__product__data .hc__product__num { margin-bottom: 20px; }
.hc__product .hc__product__box .hc__product__data .hc__product__num p { display: inline-block; padding: 10px 15px 9px 15px; border: 1px solid #fff; color: #fff; font-size: 16px; font-size: 1.6rem; letter-spacing: 0.2em; font-weight: 200; }
.hc__product .hc__product__box .hc__product__data .hc__product__num p span { font-family: "Poppins", sans-serif; letter-spacing: 0.25em; }
.hc__product .hc__product__box .hc__product__data .hc__product__txt { color: #fff; font-size: 16px; font-size: 1.6rem; letter-spacing: 0.1em; font-weight: 200; line-height: 2.1; padding-bottom: 30px; margin-bottom: 34px; position: relative; }
.hc__product .hc__product__box .hc__product__data .hc__product__txt::after { content: ""; position: absolute; width: 15px; height: 1px; background: #fff; bottom: 0; left: 0; }
.hc__product .hc__product__box .hc__product__data .hc__product__code { color: #fff; font-size: 20px; font-size: 2rem; font-family: "Poppins", sans-serif; font-weight: 200; letter-spacing: 0.2em; }
.hc__product .hc__product__box .hc__product__data .hc__product__price { color: #fff; font-size: 36px; font-size: 3.6rem; margin-bottom: 30px; font-family: "Poppins", sans-serif; letter-spacing: 0.08em; font-weight: 300; }
.hc__product .hc__product__box .hc__product__data .hc__product__price .hc__product__price__yen { font-family: "Noto Sans JP", sans-serif; font-size: 36px; font-size: 3.6rem; font-weight: 200; }
.hc__product .hc__product__box .hc__product__data .hc__product__price .hc__product__price__label { font-size: 13px; font-size: 1.3rem; margin-left: 13px; font-weight: 300; letter-spacing: 0.2em; }
.hc__product .hc__product__box .hc__product__data .hc__product__price .hc__product__price__notax { font-size: 18px; font-size: 1.8rem; font-weight: 200; font-family: "Poppins", sans-serif; margin-left: 10px; letter-spacing: 0.2em; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn ul { display: flex; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn ul li { margin-right: 13px; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn ul li:last-child { margin: 0; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn button, .hc__product .hc__product__box .hc__product__data .hc__product__btn a { transition: 0.3s; text-decoration: none; display: inline-block; color: #fff; font-size: 15px; font-size: 1.5rem; letter-spacing: 0.1em; font-weight: 200; line-height: 1; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn button { appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; border: none; cursor: pointer; background: url(../images/open_mark.svg) no-repeat calc(100% - 15px) center #0058a3; background-size: 6px; padding: 19px 35px 17px 25px; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn button:hover { background: url(../images/open_mark.svg) no-repeat calc(100% - 12px) center #0070bc; background-size: 6px; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn a { background: url(../images/open_mark.svg) no-repeat calc(100% - 15px) center #237eae; background-size: 6px; padding: 19px 35px 17px 25px; }
.hc__product .hc__product__box .hc__product__data .hc__product__btn a:hover { background: url(../images/open_mark.svg) no-repeat calc(100% - 12px) center #3097c4; background-size: 6px; }
.hc__product .hc__product__box .hc__product__img { width: 50%; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider { width: 100%; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-arrow { appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; display: block; position: absolute; top: 50%; z-index: 100; text-indent: -5000px; width: 12px; height: 20px; border: none; cursor: pointer; transform: translate(0, -50%); }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-arrow:hover { opacity: 0.6; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-prev { left: 10px; background: url(../images/prev.svg) no-repeat center center; background-size: 8px; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-next { right: 10px; background: url(../images/next.svg) no-repeat center center; background-size: 8px; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots { position: absolute; left: 0; bottom: -25px; display: flex; justify-content: flex-start; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots li { margin: 0 15px 0 0; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots li.slick-active button { background: #fff; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots button { appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; display: block; width: 8px; height: 8px; background: #616161; text-indent: -5000px; border: none; border-radius: 100vh; cursor: pointer; transition: 0.3s; margin: 0; padding: 0; box-sizing: border-box; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots button::before { width: 6px; height: 6px; }
.hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots button:hover { opacity: 0.6; }
.hc__product #hc__product__attesa h3 img { width: 295px; }
.hc__product #hc__product__exceed { flex-direction: row-reverse; }
.hc__product #hc__product__exceed .hc__product__data { text-align: right; }
.hc__product #hc__product__exceed .hc__product__data .hc__product__data__box { width: 87%; }
.hc__product #hc__product__exceed h3 img { width: 225px; }
.hc__product #hc__product__citizen_collection h3 img { width: 220px; }
.hc__product #hc__product__xc { flex-direction: row-reverse; }
.hc__product #hc__product__xc .hc__product__data { text-align: right; }
.hc__product #hc__product__xc .hc__product__data .hc__product__data__box { width: 87%; }
.hc__product #hc__product__xc h3 img { width: 50px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__intro { width: 100%; padding: 90px 50px 100px 50px; }
.hc__intro .hc__intro__lead { width: 100%; max-width: 1050px; margin: 0 auto; color: #fff; margin-bottom: 80px; font-size: 25px; font-size: 2.5rem; line-height: 2; letter-spacing: 0.05em; font-weight: 300; text-shadow: 0 0 15px rgba(0, 0, 0, 0.6); }
.hc__intro .hc__intro__movie { width: 100%; max-width: 1050px; margin: 0 auto 90px auto; }
.hc__intro .hc__intro__movie .hc__intro__movie__box { width: 100%; padding-top: 56.25%; position: relative; }
.hc__intro .hc__intro__movie .hc__intro__movie__box iframe, .hc__intro .hc__intro__movie .hc__intro__movie__box img { position: absolute; top: 0; right: 0; width: 100%; height: 100%; }
.hc__intro .hc__intro__btn { text-align: center; }
.hc__intro .hc__intro__btn a { display: inline-block; background: #000; color: #fff; font-size: 16px; font-size: 1.6rem; letter-spacing: 0.1em; font-weight: 200; text-decoration: none; padding: 14px 55px 13px 40px; background: url(../images/link_mark.svg) no-repeat calc(100% - 20px) #0058a3; background-size: 9px; }
.hc__intro .hc__intro__btn a:hover { background: url(../images/link_mark.svg) no-repeat calc(100% - 17px) #0070bc; background-size: 9px; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__background { visibility: hidden; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: url(../images/bg.webp) no-repeat center center; background-size: cover; z-index: -2; }

.hc__background.on { visibility: visible; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__footer { width: 100%; padding: 0 50px 80px 50px; position: relative; }
.hc__footer .hc__footer__wrap { width: 100%; max-width: 1050px; margin: 0 auto; display: flex; justify-content: space-between; flex: 1; }
.hc__footer .hc__backtotop { position: absolute; right: 0; top: -50px; }
.hc__footer .hc__backtotop button { appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; border: none; cursor: pointer; transition: 0.3s; background: none; width: 50px; }
.hc__footer .hc__backtotop button:hover { opacity: 0.6; }
.hc__footer .hc__footer__box .hc__footer__logo { margin-bottom: 50px; }
.hc__footer .hc__footer__box .hc__footer__logo img { width: 115px; }
.hc__footer .hc__footer__box .hc__footer__logo a:hover { opacity: 0.6; }
.hc__footer .hc__footer__box .hc__footer__nav { margin-bottom: 15px; }
.hc__footer .hc__footer__box .hc__footer__nav ul { display: flex; }
.hc__footer .hc__footer__box .hc__footer__nav ul li { margin-right: 25px; }
.hc__footer .hc__footer__box .hc__footer__nav ul li:last-child { margin: 0; }
.hc__footer .hc__footer__box .hc__footer__nav ul li a { text-decoration: none; font-size: 13px; font-size: 1.3rem; letter-spacing: 0.1em; font-weight: 200; color: #fff; }
.hc__footer .hc__footer__box .hc__footer__nav ul li a:hover { opacity: 0.6; }
.hc__footer .hc__footer__copy { width: 100%; max-width: 1050px; margin: 0 auto; font-size: 11px; font-size: 1.1rem; letter-spacing: 0.05em; font-family: "Poppins", sans-serif; font-weight: 200; color: #fff; }
.hc__footer .hc__footer__sns ul { display: flex; }
.hc__footer .hc__footer__sns ul li { width: 22px; margin-left: 20px; }
.hc__footer .hc__footer__sns ul li a:hover { opacity: 0.6; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.fade { transform: translateY(50px); opacity: 0; transition: 1s; }

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

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.hc__menubar { position: fixed; z-index: 3000; left: 10px; top: 5px; display: block; margin: 0; padding: 0; }
.hc__menubar .hc__menubar__trigger { appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; border: none; cursor: pointer; transition: 0.3s; background: none; margin: 0; padding: 0; display: inline-block; transition: all 0.3s; box-sizing: border-box; position: relative; width: 80px; height: 80px; vertical-align: bottom; }
.hc__menubar .hc__menubar__trigger span { display: inline-block; transition: all 0.3s; box-sizing: border-box; position: absolute; left: 30%; width: 40%; height: 2px; background-color: #fff; }
.hc__menubar .hc__menubar__trigger span:nth-of-type(1) { top: 29px; }
.hc__menubar .hc__menubar__trigger span:nth-of-type(2) { top: 39px; }
.hc__menubar .hc__menubar__trigger span:nth-of-type(3) { top: 49px; }
.hc__menubar .hc__menubar__trigger.active span:nth-of-type(1) { -webkit-transform: translateY(10px) rotate(-45deg); transform: translateY(10px) rotate(-45deg); }
.hc__menubar .hc__menubar__trigger.active span:nth-of-type(2) { opacity: 0; }
.hc__menubar .hc__menubar__trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-10px) rotate(45deg); transform: translateY(-10px) rotate(45deg); }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
.remodal { width: 75%; max-width: 960px; padding: 0; margin: 0; }

.remodal-overlay { background-color: rgba(0, 0, 0, 0.8); }

.remodal-wrapper { padding: 0; }

.hc__modal { width: 100%; position: relative; }
.hc__modal .hc__modal__box { width: 100%; }
.hc__modal .hc__modal__box .hc__modal__img { position: relative; }
.hc__modal .hc__modal__box .hc__modal__txt { position: absolute; top: 0; left: 0; z-index: 10; width: 100%; }
.hc__modal .hc__modal__box .hc__modal__btn a { display: block; background: #0058a3; color: #fff; text-align: center; font-size: 16px; font-size: 1.6rem; font-weight: 200; letter-spacing: 0.1em; padding: 15px; }
.hc__modal .hc__modal__box .hc__modal__btn a span { display: inline-block; padding: 0 35px; background: url(../images/open_mark.svg) no-repeat calc(100% - 10px) center; background-size: 7px; transition: 0.3s; }
.hc__modal .hc__modal__box .hc__modal__btn a:hover { background: #0466af; }
.hc__modal .hc__modal__box .hc__modal__btn a:hover span { background: url(../images/open_mark.svg) no-repeat calc(100% - 7px) center; background-size: 7px; }
.hc__modal .hc__modal__close { position: absolute; top: 0; right: -40px; width: 25px; }
.hc__modal .hc__modal__close button { width: 25px; appearance: none; -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; border: none; cursor: pointer; transition: 0.3s; background: none; }
.hc__modal .hc__modal__close button:hover { opacity: 0.6; }

/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
@media only screen and (max-width: 769px) { .hc__pc { display: none; }
  .hc__sp { display: block; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__cover .hc__cover__inner .hc__cover__mask { width: 84vw; height: calc(84vw * 0.09); }
  .hc__background__cover { opacity: 0; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__header { height: 55px; padding: 25px 15px 0 15px; }
  .hc__header .hc__logo { width: 70px; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__nav { display: none; }
  .hc__nav ul li { margin: 16px 0; }
  .hc__nav ul li a { font-size: 24px; font-size: 2.4rem; letter-spacing: 0.05em; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__visual { height: 50vh; }
  .hc__visual .line { bottom: -30px; height: 65px; }
  .hc__visual .hc__visual__box { width: 90%; padding: 50px 0 50px 0; }
  .hc__visual .hc__visual__img { margin: 0 auto 20px auto; }
  .hc__visual .hc__visual__ttl { width: 90%; }
  .hc__visual .hc__visual__txt { padding: 7% 0 0 0; font-size: 15px; font-size: 1.5rem; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__concept { padding: 15% 5% 10% 5%; }
  .hc__concept .hc__intro__h { font-size: 25px; font-size: 2.5rem; font-weight: 200; margin-bottom: 10%; }
  .hc__concept .hc__intro__t { font-size: 16px; font-size: 1.6rem; font-weight: 200; }
  .hc__concept .hc__intro__t p { margin-bottom: 10%; line-height: 2; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__product { padding: 20% 5% 10% 5%; }
  .hc__product .hc__product__h { margin-bottom: 10%; }
  .hc__product .hc__product__h h2 { font-size: 32px; font-size: 3.2rem; font-weight: 300; }
  .hc__product .hc__product__box { padding-bottom: 30%; flex-direction: column-reverse; }
  .hc__product .hc__product__box .hc__product__data { width: 100%; }
  .hc__product .hc__product__box .hc__product__data h3 { margin-bottom: 30px; }
  .hc__product .hc__product__box .hc__product__data .hc__product__num { margin-bottom: 20px; }
  .hc__product .hc__product__box .hc__product__data .hc__product__num p { padding: 9px 13px 8px 13px; font-size: 15px; font-size: 1.5rem; letter-spacing: 0.2em; font-weight: 200; }
  .hc__product .hc__product__box .hc__product__data .hc__product__txt { font-size: 15px; font-size: 1.5rem; letter-spacing: 0; font-weight: 200; line-height: 2.1; padding-bottom: 30px; margin-bottom: 34px; }
  .hc__product .hc__product__box .hc__product__data .hc__product__txt::after { width: 12px; }
  .hc__product .hc__product__box .hc__product__data .hc__product__code { font-size: 18px; font-size: 1.8rem; font-weight: 200; letter-spacing: 0.2em; }
  .hc__product .hc__product__box .hc__product__data .hc__product__price { font-size: 33px; font-size: 3.3rem; margin-bottom: 20px; letter-spacing: 0.08em; font-weight: 300; }
  .hc__product .hc__product__box .hc__product__data .hc__product__price .hc__product__price__yen { font-family: "Noto Sans JP", sans-serif; font-size: 33px; font-size: 3.3rem; font-weight: 200; }
  .hc__product .hc__product__box .hc__product__data .hc__product__price .hc__product__price__label { font-size: 12px; font-size: 1.2rem; margin-left: 10px; font-weight: 300; letter-spacing: 0.2em; }
  .hc__product .hc__product__box .hc__product__data .hc__product__price .hc__product__price__notax { font-size: 15px; font-size: 1.5rem; font-weight: 200; font-family: "Poppins", sans-serif; margin-left: 10px; letter-spacing: 0.2em; }
  .hc__product .hc__product__box .hc__product__data .hc__product__btn ul { flex-wrap: wrap; }
  .hc__product .hc__product__box .hc__product__data .hc__product__btn ul li { width: 100%; margin: 0 0 10px 0; }
  .hc__product .hc__product__box .hc__product__data .hc__product__btn ul li:last-child { margin: 0; }
  .hc__product .hc__product__box .hc__product__data .hc__product__btn button, .hc__product .hc__product__box .hc__product__data .hc__product__btn a { width: 200px; text-align: center; font-size: 14px; font-size: 1.4rem; letter-spacing: 0.1em; font-weight: 200; line-height: 1; }
  .hc__product .hc__product__box .hc__product__data .hc__product__btn button { background: url(../images/open_mark.svg) no-repeat calc(100% - 15px) center #0058a3; background-size: 6px; padding: 18px 17px 16px 12px; }
  .hc__product .hc__product__box .hc__product__data .hc__product__btn a { background: url(../images/open_mark.svg) no-repeat calc(100% - 15px) center #237eae; background-size: 6px; padding: 18px 17px 16px 12px; }
  .hc__product .hc__product__box .hc__product__img { width: 100%; margin-bottom: 80px; }
  .hc__product .hc__product__box .hc__product__img .hc__product__slider { width: 100%; }
  .hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots { bottom: -22px; }
  .hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots li { margin: 0 12px 0 0; }
  .hc__product .hc__product__box .hc__product__img .hc__product__slider .slick-dots button { width: 6px; height: 6px; }
  .hc__product #hc__product__attesa h3 img { width: 210px; }
  .hc__product #hc__product__exceed { flex-direction: column-reverse; }
  .hc__product #hc__product__exceed .hc__product__data .hc__product__data__box { width: 100%; }
  .hc__product #hc__product__exceed h3 img { width: 155px; }
  .hc__product #hc__product__citizen_collection h3 img { width: 170px; }
  .hc__product #hc__product__xc { flex-direction: column-reverse; }
  .hc__product #hc__product__xc .hc__product__data .hc__product__data__box { width: 100%; }
  .hc__product #hc__product__xc h3 img { width: 40px; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__intro { padding: 12% 5% 12% 5%; }
  .hc__intro .hc__intro__lead { margin-bottom: 12%; font-size: 15px; font-size: 1.5rem; line-height: 2; letter-spacing: 0; font-weight: 300; text-shadow: 0 0 15px rgba(0, 0, 0, 0.4); }
  .hc__intro .hc__intro__movie { margin: 0 auto 15% auto; }
  .hc__intro .hc__intro__btn a { font-size: 15px; font-size: 1.5rem; letter-spacing: 0.1em; font-weight: 200; padding: 14px 50px 13px 40px; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__footer { padding: 40% 5% 10% 5%; }
  .hc__footer .hc__footer__wrap { flex-wrap: wrap; }
  .hc__footer .hc__backtotop { right: 0; top: 15%; }
  .hc__footer .hc__backtotop button { width: 45px; }
  .hc__footer .hc__footer__box { width: 100%; }
  .hc__footer .hc__footer__box .hc__footer__logo { margin-bottom: 10%; text-align: center; }
  .hc__footer .hc__footer__box .hc__footer__logo img { width: 115px; }
  .hc__footer .hc__footer__box .hc__footer__nav { margin-bottom: 10%; text-align: center; }
  .hc__footer .hc__footer__box .hc__footer__nav ul { display: inline-block; }
  .hc__footer .hc__footer__box .hc__footer__nav ul li { text-align: left; margin: 15px 0; }
  .hc__footer .hc__footer__box .hc__footer__nav ul li a { font-size: 15px; font-size: 1.5rem; letter-spacing: 0.1em; font-weight: 200; }
  .hc__footer .hc__footer__sns { width: 100%; margin-bottom: 10%; }
  .hc__footer .hc__footer__sns ul { justify-content: center; }
  .hc__footer .hc__footer__sns ul li { width: 22px; margin: 0 20px; }
  .hc__footer .hc__footer__copy { font-size: 13px; font-size: 1.3rem; letter-spacing: 0.1em; font-weight: 200; text-align: center; }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .hc__menubar { left: 0; top: 0; }
  .hc__menubar .hc__menubar__trigger { width: 60px; height: 60px; }
  .hc__menubar .hc__menubar__trigger span:nth-of-type(1) { top: 20px; }
  .hc__menubar .hc__menubar__trigger span:nth-of-type(2) { top: 29px; }
  .hc__menubar .hc__menubar__trigger span:nth-of-type(3) { top: 38px; }
  .hc__menubar .hc__menubar__trigger.active span:nth-of-type(1) { -webkit-transform: translateY(9px) rotate(-45deg); transform: translateY(9px) rotate(-45deg); }
  .hc__menubar .hc__menubar__trigger.active span:nth-of-type(3) { -webkit-transform: translateY(-9px) rotate(45deg); transform: translateY(-9px) rotate(45deg); }
  /*-----------------------------------------------------*/
  /*-----------------------------------------------------*/
  .remodal { width: 75%; }
  .hc__modal .hc__modal__box { width: 100%; }
  .hc__modal .hc__modal__box .hc__modal__btn a { font-size: 14px; font-size: 1.4rem; font-weight: 200; letter-spacing: 0.1em; padding: 12px; }
  .hc__modal .hc__modal__close { top: -23px; right: 0; width: 15px; }
  .hc__modal .hc__modal__close button { width: 15px; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>