@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
          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;
  -webkit-text-decoration: underline dotted;
          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 {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}


body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

/* ==============================================================
*  contents
* ============================================================ */
html, body {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.box {
  background-color: #e3f9ff;
}

.bg_container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.bg_container img {
  position: absolute;
}
.bg_container img.flare {
  mix-blend-mode: screen;
}

.caution_txt {
  color: #444;
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}

.corp_logo {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px;
  border-top: solid 1px #e3e3e3;
}

#kv {
  width: 100%;
  background: url("/sites/default/files/dynabook-b2c/assets_2025/personal/campaign/blue-studio/image/kv_bg.jpg") no-repeat center/cover;
  position: relative;
  padding: 20px 0;
}
#kv .bg_arch {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 200px; /* カーブの高さ */
  background: #e3f9ff; /* ページの背景色と同じ色 */
  clip-path: url(#archClip);
  z-index: 0;
}
#kv .main_container {
  position: relative;
  z-index: 1;
}
#kv .main_container .inner li {
  text-align: center;
}
#kv .main_container .inner li:nth-of-type(1) {
  margin-left: 80px;
}
#kv .main_container .inner li:nth-of-type(2) {
  margin-top: -120px;
}
#kv .slider_container {
  margin-top: 20px;
}
#kv .slider_container .sliderArea {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
#kv .slider_container .sliderArea .kv_slider img {
  width: 25%;
}

#about {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(37, 134, 224)), color-stop(63%, rgb(22, 107, 186)), to(rgb(6, 79, 147)));
  background-image: linear-gradient(90deg, rgb(37, 134, 224) 25%, rgb(22, 107, 186) 63%, rgb(6, 79, 147) 100%);
  padding: 44px 0 200px;
  position: relative;
}
#about::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 220px;
  background: #e3f9ff;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(-6deg);
          transform: skewY(-6deg);
}
#about .anchor_container .pc_nav {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#about .anchor_container .pc_nav li {
  background-color: #fff;
  max-width: 215px;
  width: 100%;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 5px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#about .anchor_container .pc_nav li:hover {
  opacity: 0.7;
}
#about .anchor_container .pc_nav li::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  background: #0062bd;
  border-radius: 50%;
}
#about .anchor_container .pc_nav li::before {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 14px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
  z-index: 1;
}
#about .anchor_container .pc_nav li img {
  margin-bottom: 5px;
  max-width: 36px;
  width: 100%;
}
#about .anchor_container .pc_nav li a {
  color: #0062bd;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  width: 100%;
}
#about .anchor_container .pc_nav li a img {
  max-width: 36px;
  width: 100%;
}
#about .anchor_container .pc_nav li a p {
  min-height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .anchor_container .sp_nav {
  display: none;
}
#about .text_container {
  width: 100%;
  max-width: 1120px;
  margin: 60px auto 0;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
#about .text_container .ttltxt {
  font-size: 22px;
}
#about .text_container .ttltxt .sub {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
#about .text_container .ttltxt .main span {
  font-size: 38px;
  font-weight: 600;
}
#about .text_container .detailtxt {
  margin-top: 30px;
  font-size: 17px;
  line-height: 44px;
}
#about .text_container .detailtxt span {
  font-size: 22px;
  font-weight: 600;
}
#about .text_container .detailtxt span.italic-yellow {
  color: #fcff00;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: inline-block;
}
#about .text_container .detailtxt span.caution {
  font-weight: 300;
  font-size: 14px;
}
#about .text_container .concept {
  margin-top: 20px;
}
#about .text_container .concept a {
  display: block;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  color: #0072ce;
  background-color: #fff;
  border: solid 1px #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}
#about .text_container .concept a::after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 10px;
  font-size: 1.2em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#about .bg_container img:nth-of-type(1) {
  left: -60px;
  top: -50px;
}
#about .bg_container img:nth-of-type(2) {
  right: -60px;
  top: -70px;
}
#about .bg_container img:nth-of-type(3) {
  left: -260px;
  top: 160px;
  z-index: 1;
}

#detail .detail_container {
  position: relative;
}
#detail .detail_container .inner {
  list-style: none;
  padding: 0;
  margin: -140px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
#detail .detail_container .inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 344px;
  height: 493px;
  padding: 40px 20px;
  background: url("/sites/default/files/dynabook-b2c/assets_2025/personal/campaign/blue-studio/image/detail_inner_bg.png") no-repeat;
  position: relative;
  text-align: center;
  z-index: 2;
}
#detail .detail_container .inner li .ttlarea {
  width: 100%;
}
#detail .detail_container .inner li .ttlarea h3 {
  margin-bottom: 10px;
}
#detail .detail_container .inner li .ttlarea .label {
  display: inline-block;
  border: 1px solid #0072ce;
  color: #0072ce;
  border-radius: 50%;
  padding: 12px 20px;
  font-size: 14px;
  margin: 10px 0 20px;
  max-width: 120px;
  width: 100%;
}
#detail .detail_container .inner li .detailarea {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  min-height: 276px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
#detail .detail_container .inner li .detailarea p {
  width: 100%;
  font-size: 20px;
  line-height: 1.6;
  color: #333;
}
#detail .detail_container .inner li .detailarea p:nth-of-type(n+2) {
  margin-top: 20px;
}
#detail .detail_container .inner li .detailarea p strong {
  font-weight: 600;
  color: #004c9a;
}
#detail .detail_container .inner li .detailarea p strong span {
  font-size: 30px;
}
#detail .detail_container .inner li.hours .detailarea p {
  font-size: 20px;
}
#detail .detail_container .inner li.hours .detailarea p span {
  font-size: 30px;
}
#detail .detail_container .inner li.venue .detailarea p {
  font-size: 20px;
}
#detail .detail_container .inner li.venue .detailarea p span {
  font-size: 30px;
}
#detail .detail_container .inner li.venue .detailarea p:nth-of-type(n+2) {
  font-size: 14px;
}
#detail .bg_container img:nth-of-type(1) {
  left: 0px;
  top: 120px;
}
#detail .bg_container img:nth-of-type(2) {
  right: 20px;
  top: 360px;
  z-index: 1;
}

#touchtry {
  background-image: linear-gradient(-20deg, rgb(0, 209, 217) 5%, rgb(0, 134, 203) 92%);
  padding: 300px 0 0;
  position: relative;
}
#touchtry::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #e3f9ff;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
}
#touchtry::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 650px;
  background: #e3f9ff;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(6deg);
          transform: skewY(6deg);
}
#touchtry .ttl_container {
  display: table;
  margin: 0 auto;
  position: relative;
}
#touchtry .ttl_container img:nth-of-type(2) {
  position: absolute;
  left: -60px;
  top: -50px;
}
#touchtry .lead_container {
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
  color: #fff;
  letter-spacing: 0.4em;
}
#touchtry .lead_container .ttl {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
}
#touchtry .lead_container .detail {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
#touchtry .detail_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
#touchtry .detail_container .inner {
  max-width: 527px;
  width: 100%;
  min-height: 655px;
  padding: 50px 15px 10px;
  border-radius: 250px 250px 0 0;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
#touchtry .detail_container .inner.novelty {
  background-image: -webkit-gradient(linear, left top, right top, from(#e6f9e9), to(#90c0c8));
  background-image: linear-gradient(90deg, #e6f9e9 0%, #90c0c8 100%);
}
#touchtry .detail_container .inner.creative {
  background-image: -webkit-gradient(linear, left top, right top, from(#faf8f1), to(#efc794));
  background-image: linear-gradient(90deg, #faf8f1 0%, #efc794 100%);
  padding-top: 80px;
}
#touchtry .detail_container .inner.creative .ttlarea {
  margin-bottom: 30px;
}
#touchtry .detail_container .inner.creative .detailarea .lead {
  text-align: left;
  padding: 0 20px;
  margin: 40px 0;
}
#touchtry .detail_container .inner .ttlarea {
  text-align: center;
  margin-bottom: 10px;
}
#touchtry .detail_container .inner .detailarea {
  text-align: center;
}
#touchtry .detail_container .inner .detailarea p {
  font-size: 14px;
  line-height: 25px;
}
#touchtry .detail_container .inner .detailarea .lead {
  margin: 20px 0;
}
#touchtry .detail_container .inner .detailarea .prizearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-bottom: 10px;
}
#touchtry .detail_container .inner .detailarea .prizearea li {
  max-width: 225px;
  width: 100%;
  border-radius: 3px;
  background-color: #fff;
}
#touchtry .detail_container .inner .detailarea .prizearea li .ttl {
  color: #fff;
  font-size: 12px;
  padding: 10px;
  border-radius: 3px 3px 0 0;
}
#touchtry .detail_container .inner .detailarea .prizearea li .ttl span {
  font-size: 20px;
  font-weight: 600;
}
#touchtry .detail_container .inner .detailarea .prizearea li .detail {
  padding: 10px;
}
#touchtry .detail_container .inner .detailarea .prizearea li.just .ttl {
  background-color: #0062bd;
}
#touchtry .detail_container .inner .detailarea .prizearea li.nierpin .ttl {
  background-color: #0396da;
}
#touchtry .bg_container img:nth-of-type(1) {
  left: 0px;
  top: -200px;
}
#touchtry .bg_container img:nth-of-type(2) {
  right: 0;
  top: -60px;
}
#touchtry .bg_container img:nth-of-type(3) {
  left: -60px;
  top: 800px;
  z-index: 1;
}

#collaboration {
  padding: 200px 0;
}
#collaboration .ttl_container {
  display: table;
  margin: 0 auto;
  position: relative;
}
#collaboration .ttl_container img:nth-of-type(2) {
  position: absolute;
  left: -130px;
  top: -70px;
}
#collaboration .lead_container {
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
  letter-spacing: 0.4em;
}
#collaboration .lead_container .ttl {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
}
#collaboration .lead_container .detail {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
}
#collaboration .img_container {
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
}
#collaboration .bg_container img:nth-of-type(1) {
  left: 0px;
  top: -200px;
}
#collaboration .bg_container img:nth-of-type(2) {
  right: 0;
  top: 200px;
}
#collaboration .bg_container img:nth-of-type(3) {
  right: -120px;
  top: -160px;
  z-index: 1;
}

#profile {
  background-color: #fff;
  padding: 160px 0 80px;
}
#profile .img_container {
  text-align: center;
  margin-top: -280px;
}
#profile .detail_container {
  max-width: 1120px;
  width: 100%;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.2em;
}
#profile .caution_txt {
  margin-top: 40px;
}
#profile .bg_container img:nth-of-type(1) {
  right: 0px;
  top: 100px;
  z-index: 1;
}

#foodmenu {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, rgb(37, 134, 224)), color-stop(63%, rgb(22, 107, 186)), to(rgb(6, 79, 147)));
  background-image: linear-gradient(90deg, rgb(37, 134, 224) 25%, rgb(22, 107, 186) 63%, rgb(6, 79, 147) 100%);
  padding: 80px 0;
}
#foodmenu .inner {
  background: url("/sites/default/files/dynabook-b2c/assets_2025/personal/campaign/blue-studio/image/foodmenu_inner_bg.png") top center/contain no-repeat;
  max-width: 1088px;
  width: 100%;
  min-height: 1149px;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  z-index: 2;
}
#foodmenu .inner .label {
  display: table;
  border: 1px solid #0072ce;
  color: #0072ce;
  border-radius: 50%;
  padding: 12px 20px;
  font-size: 14px;
  margin: 0 auto 40px;
  max-width: 94px;
  width: 100%;
  text-align: center;
}
#foodmenu .inner .ttl_container {
  display: table;
  margin: 0 auto;
  position: relative;
}
#foodmenu .inner .ttl_container img:nth-of-type(2) {
  position: absolute;
  left: -135px;
  top: -60px;
}
#foodmenu .inner .lead_container {
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
  letter-spacing: 0.4em;
}
#foodmenu .inner .lead_container .ttl {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  color: #0062bd;
}
#foodmenu .inner .lead_container .detail {
  font-size: 16px;
  line-height: 30px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
#foodmenu .inner .menu_container {
  max-width: 910px;
  width: 100%;
  margin: 60px auto 0;
}
#foodmenu .inner .menu_container .menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
#foodmenu .inner .menu_container .menu_inner li {
  max-width: 262px;
  width: 100%;
}
#foodmenu .inner .menu_container .menu_inner li .menuname {
  color: #0062bd;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
#foodmenu .inner .menu_container .menu_inner li .menuprice {
  font-size: 20px;
  text-align: center;
  margin: 1em 0;
}
#foodmenu .inner .menu_container .menu_inner li .menudetail {
  font-size: 14px;
  line-height: 25px;
}
#foodmenu .inner .menu_container .menu_inner li.illust {
  text-align: center;
}
#foodmenu .inner .menu_container .inner_comingsoon {
  text-align: center;
  margin: 90px 0 110px;
}
#foodmenu .inner .menu_container .inner_comingsoon p {
  font-size: 72px;
  font-weight: 100;
  letter-spacing: 0.05em;
  color: #0062bd;
  margin-top: 10px;
}
#foodmenu .inner .menu_footer_container {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border-top: solid 2px #9abddd;
  border-bottom: solid 2px #9abddd;
}
#foodmenu .inner .caution_txt {
  margin-top: 50px;
}
#foodmenu .bg_container img:nth-of-type(1) {
  left: 0px;
  top: 80px;
  z-index: 1;
}
#foodmenu .bg_container img:nth-of-type(2) {
  right: 0px;
  top: 220px;
  z-index: 1;
}
#foodmenu .bg_container img:nth-of-type(3) {
  left: 0px;
  top: 860px;
  z-index: 1;
}
#foodmenu .bg_container img:nth-of-type(4) {
  right: 0;
  top: 960px;
  z-index: 1;
}
#foodmenu .bg_container img:nth-of-type(5) {
  left: 0;
  top: 600px;
  z-index: 1;
}

#studioroom {
  padding: 120px 0 80px;
}
#studioroom .ttl_container {
  display: table;
  margin: 0 auto;
  position: relative;
}
#studioroom .ttl_container img:nth-of-type(2) {
  position: absolute;
  left: -72px;
  top: -68px;
}
#studioroom .detail_container {
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  position: relative;
}
#studioroom .detail_container .balloon img {
  position: absolute;
}
#studioroom .detail_container .balloon img:nth-of-type(1) {
  top: -180px;
  left: -76px;
  z-index: 0;
}
#studioroom .detail_container .balloon img:nth-of-type(2) {
  right: -40px;
  bottom: -180px;
  z-index: 2;
}
#studioroom .detail_container .detail_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#studioroom .detail_container .detail_inner .left {
  max-width: 514px;
  width: 100%;
}
#studioroom .detail_container .detail_inner .right {
  max-width: 606px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 30px;
}
#studioroom .detail_container .detail_inner .right p {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}
#studioroom .bnr_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
#studioroom .bg_container img:nth-of-type(1) {
  right: 40px;
  top: 0;
}
#studioroom .bg_container img:nth-of-type(2) {
  left: 0;
  top: 440px;
  z-index: 1;
}

#present {
  background-image: linear-gradient(145deg, rgb(241, 250, 123) 10%, rgb(230, 245, 146) 46%, rgb(219, 240, 168) 81%);
  padding: 200px 0 50px;
  position: relative;
}
#present::before {
  content: "";
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #e3f9ff;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
#present::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
  background: #e3f9ff;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
}
#present .ttl_container {
  display: table;
  margin: 0 auto;
  position: relative;
}
#present .ttl_container img.ttlsub {
  position: absolute;
  left: -80px;
  top: -80px;
}
#present .lead_container {
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  text-align: center;
  letter-spacing: 0.4em;
}
#present .lead_container .ttl {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
}
#present .lead_container .detail {
  font-size: 16px;
  line-height: 30px;
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
}
#present .flowimg {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
#present .flow_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1120px;
  width: 100%;
  margin: 60px auto;
}
#present .flow_container li {
  width: 33%;
  padding: 30px 20px 30px 60px;
  position: relative;
  min-height: 340px;
}
#present .flow_container li .step {
  text-align: center;
  position: relative;
  z-index: 3;
}
#present .flow_container li .img {
  text-align: center;
  margin: 10px 0;
  position: relative;
  z-index: 3;
}
#present .flow_container li .txt {
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 3;
}
#present .flow_container li:nth-of-type(1) {
  background-color: #fcfef4;
  z-index: 2;
}
#present .flow_container li:nth-of-type(1)::before {
  background-color: #fcfef4;
}
#present .flow_container li:nth-of-type(2) {
  background-color: #f6fadd;
  z-index: 1;
}
#present .flow_container li:nth-of-type(2)::before {
  background-color: #f6fadd;
}
#present .flow_container li:nth-of-type(3) {
  background-color: #eff7b9;
}
#present .flow_container li:nth-of-type(3)::before {
  background-color: #eff7b9;
}
#present .bg_container img:nth-of-type(1) {
  left: 0;
  top: -180px;
}
#present .bg_container img:nth-of-type(2) {
  right: 0;
  top: -30px;
  z-index: 1;
}

#endtxt {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-bottom: 20px;
}
#endtxt p {
  font-size: 25px;
  color: #d4185a;
  font-weight: 600;
}
#endtxt p span {
  font-size: 45px;
  font-weight: 700;
}
#endtxt p span.waveborder {
  position: relative;
  display: inline-block;
  padding-bottom: 30px;
}
#endtxt p span.waveborder::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-repeat: repeat-x;
  background-size: 20px 20px;
  background-position: bottom;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 8'><path d='M0 4 Q5 0 10 4 T20 4' fill='none' stroke='%23d4185a' stroke-width='2'/></svg>");
}
#endtxt p.caution {
  max-width: 1120px;
  width: 100%;
  margin: 60px auto 0;
  font-size: 14px;
  font-weight: 500;
  color: #444;
  text-align: left;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-dots {
  bottom: -30px;
}

.slick-dots li {
  margin: 0 2px;
}

.slick-dots li button {
  width: 13px;
  height: 13px;
}

.slick-dots li button::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  width: 13px;
  height: 13px;
}

.slick-dots li.slick-active button:before {
  background-color: #fcff00;
  opacity: 1;
}

/* モーダルの背景 */
.modal {
  display: none; /* 初期は非表示 */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

/* モーダルの中身 */
.modal-content {
  position: relative;
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 700px;
  border-radius: 8px;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modal-content.concept {
  padding: 60px 20px 40px;
  font-size: 2.5em;
  opacity: 0.95;
  margin-top: 10%;
}
.modal-content.concept p {
  font-size: 18px;
  color: #444;
  line-height: 30px;
}
.modal-content.concept p:nth-of-type(n+2) {
  margin-top: 20px;
}
.modal-content.concept p.conceptModal_ttl {
  color: #0072ce;
  font-size: 1.5em;
}
.modal-content.concept .close-btn {
  margin-top: 40px;
}

/* iframe（Google Map） */
.modal-content iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 6px;
}

/* Closeボタン */
.close-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 14px 30px;
  font-size: 16px;
  background: #0078d7;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.close-btn:hover {
  background: #005fa3;
}

/* リンクの見た目 */
.open-map {
  color: #0078d7;
  text-decoration: underline;
  cursor: pointer;
}

.open-map:hover {
  text-decoration: none;
}

/*------------------ top ------------------*/
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  #about .anchor_container li a {
    font-size: 12px;
  }
}
/*------------------ top ------------------*/
@media screen and (min-width: 1px) and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .ttl_container img:nth-of-type(1) {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
  .ttl_container img:nth-of-type(2) {
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  .caution_txt {
    padding: 0 20px;
    line-height: 22px;
  }
  #kv .bg_arch {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100px; /* カーブの高さ */
    background: #e3f9ff; /* ページの背景色と同じ色 */
    clip-path: url(#archClip);
    z-index: 0;
  }
  #kv .main_container {
    position: relative;
    z-index: 1;
  }
  #kv .main_container .inner li:nth-of-type(1) {
    margin-left: 20px;
  }
  #kv .main_container .inner li:nth-of-type(2) {
    margin-top: 0;
  }
  #kv .slider_container {
    margin-top: 20px;
  }
  #kv .slider_container .sliderArea {
    padding: 0;
  }
  #kv .slider_container .sliderArea .kv_slider img {
    width: 25%;
  }
  #about {
    padding-top: 0;
  }
  #about .anchor_container {
    /* メニュー */
  }
  #about .anchor_container .pc_nav {
    display: none;
  }
  #about .anchor_container .sp_nav {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  #about .anchor_container .sp_nav_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    background-color: #e3f9ff;
    border-top: solid 1px #0062bd;
    border-bottom: solid 1px #0062bd;
    position: relative;
  }
  #about .anchor_container .sp_nav_inner .ttltxt {
    margin: 0 auto;
    font-size: 20px;
    font-weight: 600;
    color: #0062bd;
  }
  #about .anchor_container .nav {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #f8f8f8;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: -1000;
    text-align: center;
    opacity: 0;
  }
  #about .anchor_container .nav.is-active {
    z-index: 1000;
    opacity: 1;
  }
  #about .anchor_container .nav .sp_nav_menu {
    width: 100%;
    margin: 0 auto;
  }
  #about .anchor_container .nav .sp_nav_menu li {
    background-color: #fff;
    border-top: solid 1px #0062bd;
    width: 100%;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 5px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #about .anchor_container .nav .sp_nav_menu li:hover {
    opacity: 0.7;
  }
  #about .anchor_container .nav .sp_nav_menu li::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 8px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: solid 1px #0062bd;
    border-radius: 50%;
  }
  #about .anchor_container .nav .sp_nav_menu li::before {
    content: "";
    position: absolute;
    margin-top: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 14px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #0062bd;
    pointer-events: none;
    z-index: 1;
  }
  #about .anchor_container .nav .sp_nav_menu li a {
    color: #0062bd;
    text-decoration: none;
    text-align: center;
    font-size: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
  }
  #about .anchor_container .nav .sp_nav_menu li a p {
    min-height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #about .anchor_container .nav.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #about .text_container {
    letter-spacing: 0.05em;
  }
  #about .text_container .ttltxt .sub {
    font-size: 14px;
  }
  #about .text_container .ttltxt .main {
    font-size: 18px;
    line-height: 30px;
  }
  #about .text_container .ttltxt .main span {
    font-size: 24px;
  }
  #about .text_container .detailtxt {
    font-size: 13px;
    line-height: 30px;
    position: relative;
    z-index: 2;
  }
  #about .text_container .detailtxt span {
    font-size: 14px;
  }
  #about .text_container .concept a {
    max-width: 180px;
  }
  #about .text_container .concept a::after {
    right: 8px;
  }
  #about .bg_container img:nth-of-type(1) {
    left: -20px;
    top: 10px;
    width: 30%;
  }
  #about .bg_container img:nth-of-type(2) {
    right: 0px;
    top: 30px;
    width: 30%;
  }
  #about .bg_container img:nth-of-type(3) {
    left: -50px;
    top: 440px;
    z-index: 1;
    width: 40%;
  }
  #detail .detail_container .inner {
    display: block;
  }
  #detail .detail_container .inner li {
    width: 95%;
    height: auto;
    background: url(/sites/default/files/dynabook-b2c/assets_2025/personal/campaign/blue-studio/image/detail_inner_bg_sp.png) top center/contain no-repeat;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
  #detail .detail_container .inner li .ttlarea h3 {
    margin-bottom: 0;
  }
  #detail .detail_container .inner li .ttlarea h3 img {
    -webkit-transform: scale(75%);
            transform: scale(75%);
  }
  #detail .detail_container .inner li .ttlarea .label {
    margin: 5px 0 10px;
    font-size: 12px;
    padding: 10px 15px;
    max-width: 100px;
  }
  #detail .detail_container .inner li .detailarea {
    min-height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #detail .detail_container .inner li .detailarea p {
    width: 45%;
    font-size: 18px;
    line-height: 1.25;
  }
  #detail .detail_container .inner li .detailarea p:nth-of-type(n+2) {
    margin-top: 0;
  }
  #detail .detail_container .inner li .detailarea p strong span {
    font-size: 26px;
  }
  #detail .detail_container .inner li.hours {
    margin-top: 10px;
  }
  #detail .detail_container .inner li.hours .detailarea p {
    width: 100%;
  }
  #detail .detail_container .inner li.venue {
    margin-top: 10px;
    background: url(/sites/default/files/dynabook-b2c/assets_2025/personal/campaign/blue-studio/image/detail_inner_bg.png) top center/contain no-repeat;
    display: block;
    padding: 30px 0 50px;
  }
  #detail .detail_container .inner li.venue .detailarea p {
    width: 100%;
    font-size: 30px;
  }
  #detail .detail_container .inner li.venue .detailarea p:nth-of-type(n+2) {
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
  }
  #detail .bg_container img:nth-of-type(2) {
    right: -60px;
    top: 160px;
    -webkit-transform: scale(50%);
            transform: scale(50%);
  }
  #touchtry {
    padding: 180px 0 0;
  }
  #touchtry::before {
    top: -180px;
  }
  #touchtry::after {
    bottom: -100px;
  }
  #touchtry .ttl_container {
    text-align: center;
  }
  #touchtry .ttl_container img:nth-of-type(1) {
    width: 95%;
  }
  #touchtry .ttl_container img:nth-of-type(2) {
    left: -15px;
    top: -40px;
    -webkit-transform: scale(75%);
            transform: scale(75%);
  }
  #touchtry .lead_container {
    padding: 0 20px;
    margin-top: 30px;
  }
  #touchtry .lead_container .ttl {
    font-size: 20px;
    line-height: 28px;
  }
  #touchtry .lead_container .detail {
    font-size: 14px;
    line-height: 28px;
  }
  #touchtry .detail_container {
    display: block;
  }
  #touchtry .detail_container .inner {
    width: 92%;
    margin: 30px auto 0;
    border-radius: 170px 170px 0 0;
    padding-top: 40px;
    min-height: auto;
  }
  #touchtry .detail_container .inner.creative {
    padding-top: 50px;
  }
  #touchtry .detail_container .inner.creative .ttlarea {
    margin-bottom: 20px;
  }
  #touchtry .detail_container .inner.creative .detailarea .lead {
    margin: 20px 0;
  }
  #touchtry .detail_container .inner .ttlarea img {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
  #touchtry .detail_container .inner .detailarea .prizearea li .ttl {
    font-size: 14px;
    line-height: 18px;
  }
  #touchtry .detail_container .inner .detailarea .prizearea li .ttl span {
    font-size: 18px;
  }
  #touchtry .detail_container .inner .detailarea .prizearea li .detail p {
    margin-top: 5px;
    line-height: 20px;
  }
  #touchtry .detail_container .inner .detailarea .prizearea li.just .ttl {
    background-color: #0062bd;
  }
  #touchtry .detail_container .inner .detailarea .prizearea li.nierpin .ttl {
    background-color: #0396da;
  }
  #touchtry .bg_container img:nth-of-type(1) {
    left: -120px;
    top: -346px;
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  #touchtry .bg_container img:nth-of-type(2) {
    right: -50px;
    top: -304px;
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  #touchtry .bg_container img:nth-of-type(3) {
    left: auto;
    right: -60px;
    top: -270px;
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  #collaboration {
    overflow: hidden;
    padding: 100px 0 180px;
  }
  #collaboration .ttl_container img:nth-of-type(2) {
    left: -50px;
    top: -60px;
  }
  #collaboration .lead_container {
    padding: 0 20px;
  }
  #collaboration .lead_container p.ttl {
    font-size: 20px;
    line-height: 28px;
  }
  #collaboration .lead_container p.detail {
    font-size: 14px;
    line-height: 28px;
  }
  #collaboration .img_container {
    padding: 0 20px;
  }
  #collaboration .bg_container img:nth-of-type(1) {
    left: -40px;
    top: -200px;
  }
  #collaboration .bg_container img:nth-of-type(2) {
    right: 0;
    top: -25px;
  }
  #collaboration .bg_container img:nth-of-type(3) {
    right: -230px;
    top: -200px;
    z-index: 0;
    -webkit-transform: scale(60%);
    transform: scale(50%);
  }
  #profile {
    padding-bottom: 60px;
  }
  #profile .img_container img {
    -webkit-transform: scale(90%);
            transform: scale(90%);
  }
  #profile .detail_container {
    padding: 0 20px;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
  #profile .bg_container img:nth-of-type(1) {
    left: -80px;
    top: 100px;
    z-index: 0;
  }
  #foodmenu .inner {
    padding: 50px 0 60px;
    background: url(/sites/default/files/dynabook-b2c/assets_2025/personal/campaign/blue-studio/image/foodmenu_inner_bg_sp.png) top center/contain no-repeat;
    min-height: auto;
  }
  #foodmenu .inner .label {
    padding: 8px 10px;
    margin: 0 auto 20px;
    max-width: 80px;
    width: 100%;
    text-align: center;
  }
  #foodmenu .inner .label img {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
  #foodmenu .inner .ttl_container {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  #foodmenu .inner .ttl_container img:nth-of-type(1) {
    -webkit-transform: scale(80%);
            transform: scale(80%);
    position: relative;
    z-index: 1;
  }
  #foodmenu .inner .ttl_container img:nth-of-type(2) {
    -webkit-transform: scale(50%);
            transform: scale(50%);
    left: -50px;
    top: -75px;
  }
  #foodmenu .inner .lead_container {
    margin: 30px auto 0;
    padding: 0 30px;
  }
  #foodmenu .inner .lead_container .ttl {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #foodmenu .inner .lead_container .detail {
    font-size: 14px;
  }
  #foodmenu .inner .menu_container {
    margin: 30px auto 0;
  }
  #foodmenu .inner .menu_container .menu_inner {
    gap: 20px;
  }
  #foodmenu .inner .menu_container .menu_inner li {
    max-width: 85%;
    margin: 0 auto;
  }
  #foodmenu .inner .menu_container .menu_inner li .menuname {
    color: #0062bd;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
  }
  #foodmenu .inner .menu_container .menu_inner li .menuprice {
    font-size: 20px;
    text-align: center;
    margin: 1em 0;
  }
  #foodmenu .inner .menu_container .menu_inner li .menudetail {
    font-size: 14px;
    line-height: 25px;
  }
  #foodmenu .inner .menu_container .menu_inner li.illust img {
    -webkit-transform: scale(75%);
            transform: scale(75%);
  }
  #foodmenu .inner .menu_container .menu_inner li:nth-of-type(4), #foodmenu .inner .menu_container .menu_inner li:nth-of-type(5) {
    display: none;
  }
  #foodmenu .inner .menu_container .inner_comingsoon {
    margin: -20px 0 40px;
  }
  #foodmenu .inner .menu_container .inner_comingsoon img {
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
  #foodmenu .inner .menu_container .inner_comingsoon p {
    font-size: 42px;
    margin-top: 0;
  }
  #foodmenu .inner .menu_footer_container {
    margin: 20px auto 0;
    width: 85%;
  }
  #foodmenu .inner .caution_txt {
    margin-top: 40px;
  }
  #foodmenu .bg_container img:nth-of-type(1) {
    left: -30px;
    top: -130px;
    z-index: 1;
  }
  #foodmenu .bg_container img:nth-of-type(2) {
    right: 100px;
    top: -80px;
    z-index: 1;
  }
  #foodmenu .bg_container img:nth-of-type(3) {
    left: 0px;
    top: 782px;
    z-index: 1;
  }
  #foodmenu .bg_container img:nth-of-type(4) {
    right: 0;
    top: 960px;
    z-index: 1;
  }
  #foodmenu .bg_container img:nth-of-type(5) {
    left: auto;
    right: -80px;
    top: -280px;
    z-index: 1;
    -webkit-transform: scale(50%);
            transform: scale(50%);
  }
  #studioroom {
    padding: 60px 0;
  }
  #studioroom .ttl_container img:nth-of-type(2) {
    left: -22px;
    top: -66px;
  }
  #studioroom .detail_container {
    max-width: 1120px;
    width: 100%;
    margin: 60px auto 0;
    position: relative;
    padding: 0 20px;
  }
  #studioroom .detail_container .balloon img {
    position: absolute;
  }
  #studioroom .detail_container .balloon img:nth-of-type(1) {
    top: -100px;
    left: -30px;
    z-index: 2;
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  #studioroom .detail_container .balloon img:nth-of-type(2) {
    right: -20px;
    bottom: -130px;
    z-index: 2;
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  #studioroom .detail_container .detail_inner {
    display: block;
  }
  #studioroom .detail_container .detail_inner .left {
    max-width: 514px;
    width: 100%;
  }
  #studioroom .detail_container .detail_inner .right {
    padding: 20px 30px;
    gap: 10px;
  }
  #studioroom .detail_container .detail_inner .right p {
    margin-top: 10px;
  }
  #studioroom .bnr_container {
    display: block;
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  #studioroom .bnr_container .bagimg {
    position: absolute;
    right: -20px;
    bottom: -160px;
    -webkit-transform: scale(60%);
            transform: scale(60%);
  }
  #studioroom .bg_container img:nth-of-type(1) {
    right: 0px;
    top: -160px;
    -webkit-transform: scale(80%);
            transform: scale(80%);
  }
  #studioroom .bg_container img:nth-of-type(2) {
    left: 0;
    top: 440px;
    z-index: 1;
  }
  #present {
    padding: 100px 0 40px;
  }
  #present::before {
    content: "";
    position: absolute;
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: #e3f9ff;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
  #present::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background: #e3f9ff;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: skewY(5deg);
            transform: skewY(5deg);
  }
  #present .ttl_container {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  #present .ttl_container img.ttlsub {
    position: absolute;
    left: -10px;
    top: -70px;
  }
  #present .lead_container {
    padding: 0 20px;
    margin-top: 30px;
  }
  #present .lead_container .ttl {
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 30px;
  }
  #present .lead_container .detail {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.1em;
  }
  #present .flowimg {
    padding: 0 10px;
  }
  #present .flow_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1120px;
    width: 100%;
    margin: 60px auto;
  }
  #present .flow_container li {
    width: 33%;
    padding: 30px 20px 30px 60px;
    position: relative;
    min-height: 340px;
  }
  #present .flow_container li .step {
    text-align: center;
    position: relative;
    z-index: 3;
  }
  #present .flow_container li .img {
    text-align: center;
    margin: 10px 0;
    position: relative;
    z-index: 3;
  }
  #present .flow_container li .txt {
    font-size: 14px;
    line-height: 22px;
    position: relative;
    z-index: 3;
  }
  #present .flow_container li:nth-of-type(1) {
    background-color: #fcfef4;
    z-index: 2;
  }
  #present .flow_container li:nth-of-type(1)::before {
    background-color: #fcfef4;
  }
  #present .flow_container li:nth-of-type(2) {
    background-color: #f6fadd;
    z-index: 1;
  }
  #present .flow_container li:nth-of-type(2)::before {
    background-color: #f6fadd;
  }
  #present .flow_container li:nth-of-type(3) {
    background-color: #eff7b9;
  }
  #present .flow_container li:nth-of-type(3)::before {
    background-color: #eff7b9;
  }
  #present .bg_container img:nth-of-type(1) {
    left: -50px;
    top: -260px;
  }
  #present .bg_container img:nth-of-type(2) {
    right: 0;
    top: -100px;
    z-index: 1;
  }
  #endtxt {
    padding-bottom: 20px;
  }
  #endtxt p {
    font-size: 22px;
  }
  #endtxt p span {
    font-size: 35px;
  }
  #endtxt p.caution {
    padding: 0 15px;
    line-height: 20px;
  }
  .slick-slide {
    opacity: 1;
  }
  .slick-slide img {
    width: 100%;
    height: auto;
  }
  .slick-prev, .slick-next {
    z-index: 1;
  }
  .slick-prev:before, .slick-next:before {
    color: #000;
  }
  .slick-slide {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    opacity: 1;
  }
  .slick-active {
    opacity: 1;
  }
  .slick-current {
    opacity: 1;
  }
  .thumb {
    margin: 20px 0 0;
  }
  .thumb .slick-slide {
    cursor: pointer;
  }
  .thumb .slick-slide:hover {
    opacity: 0.7;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0 2px;
  }
  .slick-dots li button {
    width: 13px;
    height: 13px;
  }
  .slick-dots li button::before {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    width: 13px;
    height: 13px;
  }
  .slick-dots li.slick-active button:before {
    background-color: #fcff00;
    opacity: 1;
  }
  /* モーダルの背景 */
  /* モーダルの中身 */
  .modal-content {
    margin: 80px auto 0;
  }
  .modal-content.concept {
    margin: auto;
    padding: 30px 20px;
    width: 85vw;
    height: 85vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .modal-content.concept p {
    font-size: 14px;
    line-height: 20px;
  }
  .modal-content.concept .conceptModal_detail {
    margin-top: 20px;
    height: 60vh;
    overflow: scroll;
  }
  .modal-content.concept .close-btn {
    margin-top: 30px;
  }
  /* ハンバーガーボタン */
  .hamburger {
    width: 28px;
    height: 22px;
    position: absolute;
    right: 20px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1001;
  }
  .hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0062bd;
    border-radius: 2px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 9px;
  }
  .hamburger span:nth-child(3) {
    bottom: 0;
  }
  .hamburger.is-active span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
}