@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  color: unset;
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --wrapper: 120.0rem;
  --wrapper-padding: 2rem;
  --space: max(
  	2rem,
  	calc( ( 100% - var(--wrapper) ) / 2)
  );
  --c-wrapper: 107.5rem;
  --c-wrapper-padding: 2rem;
  --c-space: max(
  	2rem,
  	calc((100% - calc(var(--c-wrapper) - var(--c-wrapper-padding) * 2)) / 2)
  );
}

.wrapper {
  padding-left: var(--space) !important;
  padding-right: var(--space) !important;
}

.c_wrapper {
  padding-left: var(--c-space) !important;
  padding-right: var(--c-space) !important;
}

html {
  font-feature-settings: "palt";
  font-size: 62.5%;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #FFFFFF;
}
html[lang=ja] {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-rendering: optimizeSpeed;
  min-width: initial;
}
@media screen and (min-width: 768px) {
  body {
    letter-spacing: 0.12em;
  }
}

main h1, main h2, main h3, main h4, main h5, main h6 {
  line-height: 1.5;
}
main > .flex {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  main > .flex {
    flex-direction: row;
    gap: 8rem;
  }
  main > .flex > section {
    flex: 1;
  }
}
main section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  main section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
main p {
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 400;
  line-height: 2;
}
main p.center {
  text-align: center;
}

a {
  color: #212121;
  text-decoration: none;
}
a:active, a:hover {
  color: #212121;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
}
br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
  br.pc {
    display: inline;
  }
}
a {
  color: #212121;
  text-decoration: none;
}
a:active, a:hover {
  color: unset;
}
a.txtlink {
  color: #0080ff;
  border-bottom: solid 1px #0080ff;
}

figure {
  overflow: clip;
}
figure.img {
  aspect-ratio: 3/2;
}
figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}

.gmaps {
  aspect-ratio: 1/1;
}
.gmaps iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gmaps {
    aspect-ratio: unset;
    height: 45rem;
  }
}

.-open-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 2.6rem;
  height: 2.6rem;
  transform: rotate(0deg);
  border-radius: 50%;
  background: rgba(241, 88, 42, 0.3);
  margin-left: auto;
  cursor: pointer;
  z-index: 100;
  transition: 0.4s cubic-bezier(0.2, 0.6, 0.3, 1.1);
}
@media screen and (min-width: 768px) {
  .-open-close {
    width: 4rem;
    height: 4rem;
  }
}
.-open-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  width: 50%;
  background: #FFFFFF;
}
.-open-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 2px;
  background: #FFFFFF;
}
.-open-close.clicked {
  transform: rotate(180deg);
}
.-open-close.clicked::before {
  width: 0;
}

#creativesprint {
  background: url(../images/bg_gra01.png) repeat-y 0 0;
  background-size: 100% auto;
}
#creativesprint header {
  padding-top: 2rem;
}
#creativesprint header h1 {
  width: 50%;
  margin-left: auto;
}
#creativesprint header h1 img {
  width: 100%;
}
#creativesprint header .sub {
  text-align: center;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 700;
}
#creativesprint header .sub span {
  display: block;
}
#creativesprint header .sub .b {
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  font-weight: 700;
}
#creativesprint header .info {
  text-align: center;
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  font-weight: 500;
}
#creativesprint span.marker {
  display: inline;
  text-align: center;
  background-image: linear-gradient(transparent 60%, #FFF100 60%);
}
#creativesprint .bg.hero {
  position: relative;
  background: url(../images/bg_gra01.png) repeat-y 0 0;
  background-size: 100% auto;
}
#creativesprint section h2 {
  font-size: clamp(1.6rem, 1.45rem + 0.4vw, 1.8rem);
  letter-spacing: 0.12em;
}
#creativesprint section h2:has(+ .content) {
  margin-bottom: 3rem;
}
#creativesprint section#mv {
  position: relative;
  padding-top: 25rem;
  padding-bottom: 0;
  overflow: clip;
  margin-top: -5rem;
}
#creativesprint section#mv hgroup h2 {
  width: fit-content;
  margin-inline: auto;
  font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.22em;
  margin-bottom: 1rem;
}
#creativesprint section#mv hgroup h2 .sub {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#creativesprint section#mv hgroup p.date {
  font-size: clamp(1.8rem, 1.35rem + 1.2vw, 2.4rem);
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
}
#creativesprint section#mv hgroup p.date .num {
  font-size: clamp(2.6rem, 1.85rem + 2vw, 3.6rem);
}
#creativesprint section#mv hgroup p.sub {
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: underline;
  width: fit-content;
  margin-left: auto;
}
#creativesprint section#mv .clip {
  overflow: clip;
}
#creativesprint section#mv .mv_cont {
  position: relative;
  margin-left: 2rem;
  margin-right: -2rem;
}
#creativesprint section#mv .mv_cont .mv_img {
  position: relative;
  margin-right: -10rem;
}
#creativesprint section#mv .mv_cont .mv_img img {
  mask: left top/contain no-repeat;
  mask-image: url(../images/mask01.svg);
}
#creativesprint section#mv .mv_cont .mv_img figcaption {
  position: absolute;
  bottom: 0;
  right: 11rem;
  width: fit-content;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
#creativesprint section#mv .mv_cont .lead {
  width: max-content;
  height: max-content;
  position: absolute;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding: 0.5rem;
}
#creativesprint section#mv .mv_cont .lead:nth-of-type(1) {
  z-index: 2;
  background: #F1582A;
  bottom: 50%;
  left: 5rem;
  transform: rotate(-3.95deg);
}
#creativesprint section#mv .mv_cont .lead:nth-of-type(2) {
  z-index: 3;
  background: #47BFC6;
  bottom: 60%;
  left: 1.5rem;
  transform: rotate(-9.3deg);
}
#creativesprint section#mv .img1 {
  position: absolute;
  top: 8rem;
  right: -2rem;
  width: 65%;
  margin-left: auto;
  margin-right: -2rem;
  margin-bottom: -5rem;
}
#creativesprint section#mv .img1 img {
  mask: right top/contain no-repeat;
  mask-image: url(../images/mask02.svg);
}
#creativesprint section#mv .img2 {
  position: absolute;
  top: 0rem;
  left: -3rem;
  width: 70%;
  aspect-ratio: 1/1;
}
#creativesprint section#mv .img2 > img {
  mask: center center/contain no-repeat;
  mask-image: url(../images/mask03.svg);
}
#creativesprint section#mv .img2 figcaption {
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 70%;
  font-weight: 500;
  background: linear-gradient(transparent 2.5rem, rgba(255, 255, 255, 0.9) 2.5rem);
  padding: 1rem;
}
#creativesprint section#mv .content {
  padding-bottom: 1rem;
}
#creativesprint section#mv .content p {
  text-align: center;
  letter-spacing: 0;
  line-height: 2.4;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 500;
}
#creativesprint section#guest {
  padding-bottom: 0;
}
#creativesprint section#guest hgroup {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#creativesprint section#guest hgroup .img {
  width: 10rem;
  aspect-ratio: 1/1;
  border-radius: 5rem;
}
#creativesprint section#guest hgroup .content {
  position: relative;
  flex: 1;
}
#creativesprint section#guest hgroup .content h2 {
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  letter-spacing: 0.05em;
}
#creativesprint section#guest hgroup .content h2 .theme {
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  color: #FFFFFF;
  border-radius: 0.5rem;
  background: #212121;
  padding: 0.1rem 0.5rem;
}
#creativesprint section#guest hgroup .content h2 .sub {
  display: block;
  font-size: 1.2rem;
}
#creativesprint section#guest hgroup .content .date {
  font-weight: 700;
  line-height: 1.5;
}
#creativesprint section#guest hgroup .content .date .num {
  font-size: clamp(2.6rem, 1.85rem + 2vw, 3.6rem);
}
#creativesprint section#guest .bg > .intro {
  margin-top: 1rem;
}
#creativesprint section#guest .bg > .intro p .b {
  font-weight: 700;
  text-decoration: underline;
}
#creativesprint section#guest .intro {
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 2rem;
  margin-top: 3rem;
}
#creativesprint section#guest .intro h3 {
  transform: translateY(-50%);
  display: block;
  width: fit-content;
  font-size: clamp(1.5rem, 1.425rem + 0.2vw, 1.6rem);
  color: #FFFFFF;
  border-radius: 0.5rem;
  background: #212121;
  padding: 0.2rem 1rem;
  margin-top: -2rem;
}
#creativesprint section#guest .intro p.profile {
  font-weight: 500;
}
#creativesprint section#guest .intro hgroup .content::before {
  content: none !important;
}
#creativesprint section#guest .first {
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #febb0f 70%), url(../images/bg01.svg) no-repeat center top transparent;
  background-size: 150% 100%;
  padding: 5rem 0 17.5rem;
}
#creativesprint section#guest .first hgroup .content::before {
  content: url(../images/cs_first.svg);
  position: absolute;
  bottom: 90%;
  left: -2.5rem;
}
#creativesprint section#guest .first .cta .contact .qr::after {
  content: "\\7月10日はこちら /";
}
#creativesprint section#guest .second {
  position: relative;
  z-index: 2;
  margin-top: -14rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, #94d9ee 70%), url(../images/bg02.svg) no-repeat center top transparent;
  background-size: 150% 100%;
  padding: 5rem 0 5rem;
}
#creativesprint section#guest .second hgroup .content::before {
  content: url(../images/cs_second.svg);
  position: absolute;
  bottom: 90%;
  left: -2.5rem;
}
#creativesprint section#guest .second .cta .contact .qr::after {
  content: "\\8月21日はこちら /";
}

#creativesprint .container {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(1.4rem, 1.325rem + 0.2vw, 1.5rem);
  font-weight: 400;
  line-height: 2;
  text-align: center;
}

#creativesprint .sub .def {
    text-align: center;
    font-size: clamp(1.6rem, 1.45rem + .4vw, 1.8rem);
    font-weight: 700;
}

#creativesprint_bnr p.sub {
  text-align: center;
}

#creativesprint_bnr .sub .b,
#creativesprint .sub .b {
    font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
    font-weight: 700;
}

#creativesprint .sub .b {
    font-size: clamp(2rem, 1.25rem + 2vw, 3rem);
    font-weight: 700;
}

#creativesprint .info {
    text-align: center;
    font-size: clamp(1.6rem, 1.45rem + .4vw, 1.8rem);
    font-weight: 600;
}

#creativesprint .content p,
#creativesprint .content h2 {
    text-align: left;
}

#creativesprint .content h2 {
    font-size: clamp(1.5rem, 1.425rem + .2vw, 1.6rem);
    letter-spacing: .05em;
    font-weight: 800;
}

#creativesprint .intro {
  text-align: left;
}

#creativesprint .intro p {
  font-weight: 500;
}

#creativesprint section#guest .intro p.profile {
  font-weight: 700;
}


/*# sourceMappingURL=style.css.map */
