@charset "UTF-8";
body #container {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#main .callback img {
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
}

.page-top-a {
  margin-top: -44px;
}

.bnr-a {
  padding: 47px 0;
}

.bnr-a--article {
  padding: 0;
}

.bnr-a__inner {
  width: 84%;
  margin-right: auto;
  margin-left: auto;
}

.camera_link-01__target {
  display: block;
}

.camera_link-01__target img {
  display: block;
}

/*----------------------------------------
banner
----------------------------------------*/
.camera-banner-a {
  display: block;
  max-width: 680px;
  margin-top: 70px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  transition: opacity 0.2s;
}

.camera-banner-a:hover {
  opacity: 0.7;
}

.camera-banner-a + .camera-title {
  margin-top: 70px;
}

/*----------------------------------------
camera-box-a
----------------------------------------*/
.camera-box-a {
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 20px;
}

.camera-box-a + .camera-box-a {
  margin-top: 50px;
}

.camera-box-a-hdg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #00afdb;
}

.camera-box-a-hdg h2 {
  position: relative;
  display: flex;
  flex-flow: column;
  padding-left: 40px;
}

.camera-box-a-hdg-small {
  font-size: 2.2rem;
}

.camera-box-a-num {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  padding-left: 2px;
  font-size: 1.4em;
  background-image: url(/content/camera/gigarakucamera/images/icon_num_decoration.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.camera-box-a-body {
  padding: 28px 28px;
  background-color: #f2fbfd;
}

.camera-box-a-body > p + p {
  margin-top: 4px;
}

.camera-box-a-body :first-child {
  margin-top: 0;
}

.camera-box-a-img-wrapper img {
  width: 100%;
}

.camera-box-a-lyt {
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
}

.camera-box-a-lyt .camera-box-a-txt-wrapper,
.camera-box-a-lyt .camera-box-a-img-wrapper {
  width: calc(50% - 30px);
  padding: 0;
  margin: 0;
}

.camera-box-a-lyt .camera-box-a-img-wrapper {
  display: flex;
  align-items: center;
}

.camera-box-a-lyt .camera-bullet-a {
  margin: 0;
}

.camera-box-a-txt {
  margin-top: 10px;
}

.camera-box-a-txt-caption {
  position: relative;
  padding-left: 16px;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.camera-box-a-txt-caption::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  content: "※";
}

.camera-box-a-txt-caption + .camera-box-a-txt-caption {
  margin-top: 0;
}

.camera-box-a-img-2clm {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.camera-box-a-img-2clm img {
  width: calc(50% - 30px);
}

.camera-box-a-img-2clm-arrow {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.camera-box-a-img-2clm-arrow img {
  width: calc(50% - 30px);
}

.camera-box-a-img-2clm-arrow-icon {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 18px);
}

.camera-box-a-img-2clm-arrow-icon img {
  width: 36px;
}

/*----------------------------------------
camera-box-b
----------------------------------------*/
.camera-box-b {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #00afdb;
  border: 2px solid #00afdb;
  border-radius: 20px;
}

.camera-box-b-hdg {
  align-items: center;
  padding: 0 28px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #00afdb;
}

.camera-box-b-body {
  background-color: #fff;
}

.camera-box-b-body .camera-bullet-a {
  margin: 0;
}

/*----------------------------------------
camera-box-c
----------------------------------------*/
.camera-box-c {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #00afdb;
  border: 2px solid #00afdb;
  border-radius: 20px;
}

.camera-box-c + .camera-box-c {
  margin-top: 50px;
}

.camera-box-c-hdg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #00afdb;
}

.camera-box-c-body {
  padding: 28px 28px;
  background-color: #fff;
}

.camera-box-c-body > p + p {
  margin-top: 4px;
}

.camera-box-c-img-wrapper img {
  width: 100%;
}

.camera-box-c-lyt {
  display: flex;
  justify-content: center;
  padding: 0 8%;
  margin-top: 10px;
}

.camera-box-c-lyt .camera-box-c-txt-wrapper,
.camera-box-c-lyt .camera-box-c-img-wrapper {
  padding: 0;
  margin: 0;
}

.camera-box-c-lyt .camera-box-c-img-wrapper {
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.camera-box-c-lyt .camera-bullet-a {
  margin: 0;
}

.camera-box-c-txt {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}

/*----------------------------------------
camera-box-d
----------------------------------------*/
.camera-box-d {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #39adbb;
  border: 2px solid #39adbb;
  border-radius: 20px;
}

.camera-box-d + .camera-box-d {
  margin-top: 40px;
}

.camera-box-d-hdg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #39adbb;
}

.camera-box-d-body {
  padding: 28px 28px;
  background-color: #fff;
}

.camera-box-d-body > p + p {
  margin-top: 4px;
}

.camera-box-d-box-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.camera-box-d-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 36px);
  padding: 10px 16px;
  background-color: rgba(57, 173, 187, 0.05);
  border: 2px solid #39adbb;
  border-radius: 5px;
}

.camera-box-d-box::before {
  position: absolute;
  width: 6px;
  height: 30px;
  content: "";
  background-color: #333333;
}

.camera-box-d-box::after {
  position: absolute;
  width: 30px;
  height: 6px;
  content: "";
  background-color: #333333;
}

.camera-box-d-box:nth-child(3)::before, .camera-box-d-box:nth-child(3)::after {
  content: none;
}

.camera-box-d-txt {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.camera-box-d-txt span {
  font-size: 1.8rem;
  color: #39adbb;
}

.camera-box-d-txt + p {
  margin-top: 0;
}

.camera-box-d-txt-sub {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #39adbb;
  text-align: left;
}

.camera-box-d-ttl {
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #0051a3;
  text-align: center;
  border-bottom: 2px solid #0051a3;
}

.camera-box-d-plus {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 12px auto;
}

.camera-box-d-plus::before {
  position: absolute;
  top: calc(50% - 15px);
  right: 12px;
  width: 6px;
  height: 30px;
  content: "";
  background-color: #333333;
}

.camera-box-d-plus::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 30px;
  height: 6px;
  content: "";
  background-color: #333333;
}

.camera-box-d-plus-box-wrapper {
  display: flex;
  justify-content: center;
}

.camera-box-d-plus-box-wrapper + .camera-box-d-ttl {
  margin-top: 54px;
}

.camera-box-d-plus-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 10px 4px;
  background-color: rgba(57, 173, 187, 0.05);
  border: 2px solid #39adbb;
  border-radius: 5px;
}

.camera-box-d-plus-box p {
  font-size: 1.8rem;
  font-weight: 600;
  color: #39adbb;
}

.camera-box-d-plus-box:nth-child(2) {
  margin-left: 12px;
}

/*----------------------------------------
camera-box-e
----------------------------------------*/
.camera-box-e {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}

.camera-box-e-item {
  width: calc(100% / 3 - (80px / 3));
  padding: 20px 30px;
  background-color: #fff;
  border: 2px solid #f18e3f;
  border-radius: 5px;
}

.camera-box-e-txt {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
  color: #f18e3f;
  text-align: center;
}

.camera-box-e-txt p:nth-child(2) {
  margin-top: 4px;
  font-size: 1.3rem;
  line-height: calc(52 / 26);
  color: #f18e3f;
}

.camera-box-e-txt-sub {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: calc(28 / 16);
  text-align: left;
}

/*----------------------------------------
camera-box-f
----------------------------------------*/
.camera-box-f {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #ffb436;
  border: 2px solid #ffb436;
  border-radius: 20px;
}

.camera-box-f + .camera-box-f {
  margin-top: 50px;
}

.camera-box-f-hdg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background-color: #ffb436;
}

.camera-box-f-hdg h2 {
  position: relative;
  display: flex;
  flex-flow: column;
}

.camera-box-f-body {
  padding: 28px 28px;
  background-color: #fff;
}

.camera-box-f-body > p + p {
  margin-top: 4px;
}

.camera-box-f-body :first-child {
  margin-top: 0;
}

.camera-box-f-lyt {
  display: flex;
  justify-content: space-between;
}

.camera-box-f-lyt .camera-box-f-txt-wrapper {
  width: calc(100% - 282px);
  margin-left: 20px;
}

.camera-box-f-lyt .camera-box-f-img-wrapper {
  display: flex;
  align-items: center;
  width: 262px;
}

.camera-box-f-lyt .camera-bullet-b {
  margin: 0;
}

.camera-box-f-txt {
  margin-top: 8px;
  font-size: 1.8rem;
}

.camera-box-f-txt + .camera-bullet-b {
  margin-top: 14px;
}

/*----------------------------------------
camera-box-g
----------------------------------------*/
.camera-box-g {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #f18e3f;
  border: 2px solid #f18e3f;
  border-radius: 20px;
}

.camera-box-g-hdg {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(28 / 18);
  color: #fff;
  text-align: center;
  background-color: #f18e3f;
}

.camera-box-g-hdg-inner {
  min-width: 170px;
  padding: 10px 28px 14px 28px;
}

.camera-box-g-hdg-circle {
  width: 46px;
  height: 46px;
  margin: 8px auto 0;
  border: 6px solid #fff;
  border-radius: 50%;
}

.camera-box-g-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
}

.camera-box-g-body .camera-bullet-b {
  width: 100%;
  margin: 0;
}

/*----------------------------------------
camera-bullet-a
----------------------------------------*/
.camera-bullet-a {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}

.camera-bullet-a::before {
  position: absolute;
  left: 0;
  content: "";
  border: 2px solid #00afdb;
  border-radius: 100px;
  transform: translate(0, -50%);
}

.camera-bullet-a + .camera-bullet-a {
  margin-top: 14px;
}

.camera-bullet-a-caption {
  position: relative;
  display: block;
  padding-left: 16px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.camera-bullet-a-caption::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  content: "◎";
}

.camera-bullet-a-caption + .camera-bullet-a-caption {
  margin-top: 0;
}

/*----------------------------------------
camera-bullet-b
----------------------------------------*/
.camera-bullet-b {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}

.camera-bullet-b::before {
  position: absolute;
  left: 0;
  content: "";
  border: 2px solid #ffb436;
  border-radius: 100px;
  transform: translate(0, -50%);
}

.camera-bullet-b + .camera-bullet-b {
  margin-top: 14px;
}

.camera-bullet-b-caption {
  position: relative;
  display: block;
  padding-left: 16px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.camera-bullet-b-caption::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  content: "◎";
}

.camera-bullet-b-caption + .camera-bullet-b-caption {
  margin-top: 0;
}

/*----------------------------------------
camera-caption-a
----------------------------------------*/
.camera-caption-a {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.camera-caption-a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  content: "※";
}

.camera-caption-a + .camera-caption-a,
.camera-caption-a + .camera-caption-a-red {
  margin-top: 0;
}

.camera-caption-a-red {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #e60012;
  text-align: left;
}

.camera-caption-a-red::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  content: "※";
}

.camera-caption-a-red + .camera-caption-a,
.camera-caption-a-red + .camera-caption-a-red {
  margin-top: 0;
}

.camera-caption-a-wrapper {
  margin-top: 0;
  margin-left: 20px;
}

.camera-caption-a-wrapper :first-child {
  margin-top: 0;
}

/*----------------------------------------
camera-caption-b
----------------------------------------*/
.camera-caption-b {
  margin-top: 10px;
}

.camera-caption-b :first-child {
  margin-top: 0;
}

.camera-caption-b .camera-caption-b {
  margin-top: 0;
}

.camera-caption-b-li {
  display: flex;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.camera-caption-b-li span {
  margin-right: 8px;
}

.camera-caption-b-li + .camera-caption-b-li,
.camera-caption-b-li + .camera-caption-b-li-red {
  margin-top: 0;
}

.camera-caption-b-li-red {
  display: flex;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #e60012;
  text-align: left;
}

.camera-caption-b-li-red span {
  margin-right: 8px;
}

.camera-caption-b-li-red + .camera-caption-b-li,
.camera-caption-b-li-red + .camera-caption-b-li-red {
  margin-top: 0;
}

/*----------------------------------------
camera-caption-c
----------------------------------------*/
.camera-caption-c {
  margin-top: 40px;
}

.camera-caption-c :first-child {
  margin-top: 0;
}

.camera-caption-c .camera-caption-c {
  margin-top: 0;
}

.camera-caption-c-li {
  position: relative;
  display: flex;
  padding-left: 16px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
}

.camera-caption-c-li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  content: "◎";
}

.camera-caption-c-li span {
  margin-right: 8px;
}

.camera-caption-c-li + .camera-caption-c-li,
.camera-caption-c-li + .camera-caption-c-li-red {
  margin-top: 0;
}

.camera-caption-c-li-red {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #e60012;
  text-align: left;
}

.camera-caption-c-li-red::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  content: "◎";
}

.camera-caption-c-li-red + .camera-caption-c-li,
.camera-caption-c-li-red + .camera-caption-c-li-red {
  margin-top: 0;
}

/*----------------------------------------
camera-hdg
----------------------------------------*/
.camera-hdg {
  padding-bottom: 10px;
  margin: 0 auto;
  margin-top: 60px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: calc(48 / 32);
  text-align: center;
  border-bottom: 2px solid #f18e3f;
}

/*----------------------------------------
camera-img-a
----------------------------------------*/
.camera-img-a {
  padding: 30px;
  margin-top: 30px;
  background-color: #f7f7f5;
}

.camera-img-a-inner {
  width: 100%;
}

.camera-img-a-ttl {
  padding-bottom: 4px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0051a3;
  text-align: center;
  border-bottom: 2px solid #0051a3;
}

/*----------------------------------------
camera-img-b
----------------------------------------*/
.camera-img-b {
  margin-top: 30px;
}

.camera-img-b-inner {
  max-width: 244px;
  margin: 0 auto;
}

/*----------------------------------------
camera-img-c
----------------------------------------*/
.camera-img-c {
  padding: 30px;
  margin-top: 30px;
  background-color: #f7f7f5;
}

.camera-img-c-inner {
  width: 100%;
}

.camera-img-c-ttl {
  padding-bottom: 4px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffb436;
  text-align: center;
  border-bottom: 2px solid #ffb436;
}

.camera-img-c-txt {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}

.camera-link-img {
  display: table;
  margin: 0 auto;
}

.camera-link-img img {
  display: block;
}

/*----------------------------------------
camera-list
----------------------------------------*/
.camera-list {
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}

.camera-list-item {
  width: calc((100% - 142px) / 3);
  margin: 0 0 0 70px;
}

.camera-list-item:nth-child(3n + 1) {
  margin: 0;
}

.camera-list-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.camera-list-info {
  margin: 22px 0 0;
}

.camera-list-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.65;
  color: #707070;
  text-align: justify;
}

/*----------------------------------------
camera-table
----------------------------------------*/
.camera-table-a-wrapper {
  margin-top: 18px;
}

.camera-table-a {
  width: 980px;
  overflow: hidden;
  font-weight: 600;
  border-radius: 5px;
}

.camera-table-a th {
  padding: 8px 20px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  background-color: #0051a3;
  border-right: 2px solid #c5c5c5;
}

.camera-table-a th:last-child {
  max-width: 384px;
  border-right: none;
}

.camera-table-a th span {
  font-size: 1.5rem;
}

.camera-table-a td {
  padding: 10px 20px;
  font-size: 1.8rem;
  text-align: center;
  border-right: 2px solid #c5c5c5;
}

.camera-table-a td:last-child {
  border-right: none;
}

.camera-table-a td span {
  font-size: 2.8rem;
}

.camera-table-a tr:nth-child(n) {
  background-color: rgba(197, 197, 197, 0.1);
}

.camera-table-a tr:nth-child(2n) {
  background-color: rgba(197, 197, 197, 0.2);
}

.camera-table-a-tag {
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
  font-size: 1.4rem;
  background-color: #39adbb;
  border-radius: 4px;
}

td.camera-table-a-date {
  display: flex;
  text-align: left;
}

td.camera-table-a-date .camera-caption-a {
  margin-top: 0;
  line-height: 1.5;
}

.camera-table-a-date-red {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-left: 10px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #e60012;
  border-radius: 4px;
}

.camera-table-a-date-red p {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: left;
}

.camera-table-a-date-blue {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-left: 28px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #0051a3;
  border-radius: 4px;
}

.camera-table-a-none {
  position: relative;
}

.camera-table-a-none::after {
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  content: "";
  background-color: #333333;
}

/*----------------------------------------
camera-table-b
----------------------------------------*/
.camera-table-b-wrapper {
  margin-top: 18px;
}

.camera-table-b {
  width: 980px;
  overflow: hidden;
  font-weight: 600;
  border-radius: 5px;
}

.camera-table-b th {
  padding: 8px 20px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #fff;
  background-color: #0051a3;
  border-right: 2px solid #c5c5c5;
}

.camera-table-b th:last-child {
  max-width: 384px;
  border-right: none;
}

.camera-table-b th:nth-child(2), .camera-table-b th:nth-child(3) {
  width: 260px;
}

.camera-table-b th span {
  font-size: 1.5rem;
}

.camera-table-b td {
  padding: 10px 20px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  border-right: 2px solid #c5c5c5;
}

.camera-table-b td:last-child {
  border-right: none;
}

.camera-table-b td span {
  font-size: 2.8rem;
}

.camera-table-b tr:nth-child(2) {
  background-color: rgba(197, 197, 197, 0.2);
  border-bottom: 2px solid #c5c5c5;
}

.camera-table-b tr:nth-child(3) {
  background-color: rgba(197, 197, 197, 0.2);
}

.camera-table-b tr:nth-child(4) {
  background-color: rgba(197, 197, 197, 0.1);
}

td.camera-table-b-rowspan {
  width: 140px;
  padding: 0 20px;
  text-align: left;
}

/*----------------------------------------
camera-title
----------------------------------------*/
.camera-title {
  text-align: center;
}

.camera-title :first-child {
  margin-top: 0;
}

.camera-title .camera-caption-a-red {
  display: inline-block;
  margin-top: 0;
  text-align: center;
}

.camera-title-main {
  margin-top: 30px;
  font-size: 3rem;
  font-weight: 900;
}

.camera-title-main > span {
  display: inline-block;
  vertical-align: middle;
}

.camera-title-main-img {
  margin-right: 8px;
  margin-left: 8px;
  vertical-align: middle;
}

.camera-title-txt {
  margin-top: 30px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: calc(32 / 25);
}

.camera-title-txt span {
  color: #00afdb;
}

.camera-title-txt + .camera-title-txt {
  margin-top: 20px;
}

.camera-title-txt-blue {
  margin-top: 30px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: calc(32 / 25);
  color: #00afdb;
}

.camera-title-txt-blue + .camera-title-txt-blue,
.camera-title-txt-blue + .camera-title-txt {
  margin-top: 20px;
}

.camera-title-tag {
  padding: 0 8px;
  margin-top: 0;
  margin-left: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background-color: #00afdb;
  border-radius: 5px;
}

.camera-title-txt-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.camera-top-button-01 {
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.66667;
  margin: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.camera-top-button-01:hover {
  color: #000;
}

.camera-top-button-01::after {
  border: 2px solid #333;
  border-bottom: none;
  border-left: none;
  bottom: 0;
  content: '';
  display: block;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 9px;
}

.camera-top-demo-img {
  display: block;
  margin: 0 auto;
}

.camera-top-demo-img img {
  display: block;
  margin: auto;
}

.camera-top-demo-title {
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.28;
  text-align: center;
}

.camera-top-demo-title::before, .camera-top-demo-title::after {
  background: #000;
  border-radius: 1px;
  content: '';
  display: inline-block;
  transform-origin: 50% 50%;
}

.camera-top-demo-title::before {
  transform: rotate(335deg);
}

.camera-top-demo-title::after {
  transform: rotate(25deg);
}

.camera-top-product {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.camera-top-product__label {
  align-items: center;
  background: #21aad1;
  border-radius: 50%;
  color: #fff227;
  display: flex;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  justify-content: center;
  position: absolute;
  top: -34px;
  text-align: center;
  z-index: 2;
}

.camera-top-product__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.55556;
  margin: 10px 0 0;
  text-align: center;
}

.camera-top-title-lv2 {
  border-bottom: 2px solid #2469be;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.camera-top-trial__img img {
  display: block;
}

/*----------------------------------------
camera-video
----------------------------------------*/
.camera-video {
  max-width: 854px;
  margin: 40px auto 0;
}

.camera-video-inner {
  cursor: pointer;
}

.camera-video-inner a {
  transition: 0.3s ease-in-out;
}

.camera-video-inner a:hover {
  opacity: 0.8;
}

.js-modal,
.js-modal-iframe {
  overflow: hidden;
  vertical-align: top;
}

.p-products-dl {
  padding: 47px 0;
  background-color: #e8f0f8;
}

.p-products-dl__title {
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 900;
}

.p-products-dl__lead {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.88889;
  letter-spacing: 0;
}

.p-products-dl__btn {
  margin: 30px auto 0 !important;
}

.p-products__cont {
  padding: 75px 0 90px;
}

.p-products__inner {
  width: 84%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.p-products__head {
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
}

.p-products__head--sml {
  font-size: 30px;
  line-height: 1.6;
}

.p-products__lead {
  margin-top: 52px;
  text-align: center;
  font-size: 18px;
  line-height: 1.88889;
}

.p-products__note {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.57143;
}

.p-products__items {
  margin-top: 112px;
}

.p-products__textLink {
  margin-top: 10px;
  text-align: right;
}

.p-products__textLink > a {
  font-weight: 600;
  color: #244a9f;
  display: inline-block;
  text-decoration: none;
  padding-right: 20px;
  background-image: url(/content/camera/images/icon-arrow.png);
  background-size: 12px;
  background-position: top 10px right 0;
  background-repeat: no-repeat;
}

.p-btn {
  max-width: 275px;
  width: 100%;
  height: 46px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #f9ce00;
  color: #1b69be;
  background-image: url(/content/camera/products/images/images/icon_cv.png);
  background-size: 21px;
  background-position: center left 20px;
  background-repeat: no-repeat;
  padding: 0 20px 0 52px;
  border-radius: 23px;
  text-decoration: none;
}

.p-btn--cart {
  padding: 0 20px 0 57px;
  background-image: url(/content/camera/products/images/images/icon_cart.png);
  background-size: 19px;
}

.p-btn--noIcon {
  background-image: none;
  padding: 0 20px;
}

.p-btn--modal {
  border: 1px solid #cccccc;
  background-color: #fff;
  background-image: none;
  padding: 0 20px;
}

.p-btn--modal > a {
  width: 100%;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  color: #000000;
}

.p-btn--dl {
  background-image: url(/shared/images/icon_dl_01.png);
  background-size: 14px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  padding: 0 20px;
  max-width: 330px;
}

.p-btn--dl-alt {
  max-width: 320px;
  background-image: url(/shared/images/icon_dl_01.png);
  background-size: 14px;
  background-position: center right 20px;
  background-repeat: no-repeat;
  padding: 0 20px;
  margin: 30px auto 0;
}

.p-btn__text {
  width: 100%;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 3px;
}

/*----------------------------------------
conversion
----------------------------------------*/
.conversion {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.conversion-ttl {
  position: relative;
  padding-right: 120px;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
}

.conversion-lyt {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.conversion-box-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: calc(50% - 10px);
}

.conversion-box {
  position: relative;
  display: block;
  width: calc(50% - 10px);
  padding: 14px 80px 20px 100px;
  color: #fff;
  text-decoration: none;
  background-color: #f15829;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 5px 8px rgba(51, 51, 51, 0.4);
  transition: all 0.2s;
}

.conversion-box:hover {
  color: #fff;
  background-color: rgba(241, 88, 41, 0.6);
}

.conversion-box::before {
  position: absolute;
  top: 58px;
  left: 26px;
  width: 55px;
  height: 58px;
  content: "";
  background-image: url(/content/camera/gigarakucamera/images/icon_01.png);
  background-repeat: no-repeat;
}

.conversion-box::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 34px;
  height: 34px;
  content: "";
  background-color: #fff;
  background-image: url(/content/camera/gigarakucamera/images/icon_04.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}

.conversion-box-head {
  font-size: 1.8rem;
  line-height: 1;
}

.conversion-box-lead {
  padding-left: 10px;
  margin-top: 16px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.3;
}

.conversion-box-small {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 40px 15px 70px;
  color: #333333;
  text-decoration: none;
  background-color: #ffb436;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 5px 8px rgba(51, 51, 51, 0.4);
  transition: all 0.2s;
}

.conversion-box-small:hover {
  color: #333333;
  background-color: rgba(255, 180, 54, 0.6);
}

.conversion-box-small::before {
  position: absolute;
  top: calc(50% - 15px);
  left: 26px;
  width: 24px;
  height: 30px;
  content: "";
  background-image: url(/content/camera/gigarakucamera/images/icon_02.png);
  background-repeat: no-repeat;
}

.conversion-box-small:nth-child(2)::before {
  top: calc(50% - 10px);
  width: 24px;
  height: 21px;
  background-image: url(/content/camera/gigarakucamera/images/icon_03.png);
}

.conversion-box-small::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  content: "";
  background-color: #fff;
  background-image: url(/content/camera/gigarakucamera/images/icon_05.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6px;
  border-radius: 50%;
}

.conversion-box-small-lead {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}

/*----------------------------------------
dot-border
----------------------------------------*/
.dot-border {
  width: 100%;
  max-width: 880px;
  margin: 50px auto;
  border-bottom: 4px dotted #c8c8c8;
}

/*----------------------------------------
lead
----------------------------------------*/
.lead {
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.lead :first-child {
  margin-top: 0;
}

.lead-hdg {
  font-weight: 900;
  line-height: 1.4;
  color: #0074bf;
  text-align: center;
  letter-spacing: 0.04em;
}

.lead-hdg span {
  background: linear-gradient(transparent 86%, #f5e75e 86%);
}

.lead-hdg small {
  font-size: 66.66667%;
}

.lead-hdg em {
  font-size: 120%;
  color: #00afdb;
}

.lead-txt {
  margin-top: 32px;
  font-weight: 400;
  line-height: 1.88889;
}

.lead-txt span {
  font-weight: 600;
  color: #0074bf;
}

.lead-img {
  text-align: center;
}

.lead-slash {
  position: relative;
  font-weight: 700;
  color: #0053a5;
  text-align: center;
  letter-spacing: 0.05em;
}

.lead-slash::before, .lead-slash::after {
  display: inline-block;
  content: "";
  background: #0053a5;
}

.lead-slash::before {
  margin-right: 15px;
  transform: rotate(335deg);
}

.lead-slash::after {
  margin-left: 15px;
  transform: rotate(25deg);
}

.lead-slash span {
  display: inline-block;
}

.lead-slash em {
  font-weight: 700;
  background: linear-gradient(transparent 75%, #fff000 70%);
}

.lead-orange-slash {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-weight: 700;
  color: #f18e3f;
  text-align: center;
}

.lead-orange-slash::before, .lead-orange-slash::after {
  position: absolute;
  top: 0;
  display: inline-block;
  height: 100%;
  content: "";
  background-color: #f18e3f;
}

.lead-orange-slash::before {
  left: -15px;
  transform: rotate(-20deg);
}

.lead-orange-slash::after {
  right: -15px;
  transform: rotate(20deg);
}

.lead-orange-slash * {
  letter-spacing: 0.0015em;
}

.list-case {
  display: flex;
  flex-wrap: wrap;
  max-width: 862px;
  margin-right: auto;
  margin-left: auto;
}

.list-case-item {
  position: relative;
  width: calc((100% - 5% * 2) / 3);
  height: auto;
  margin-bottom: 42px;
  margin-left: 5%;
}

.list-case-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 27px);
  content: "";
  border: 4px solid #1b69be;
  border-radius: 15px;
}

.list-case-item:nth-child(3n + 1) {
  margin: 0 0 42px;
}

.list-case-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.list-case-item a::before, .list-case-item a::after {
  position: absolute;
  display: block;
}

.list-case-item a::before {
  right: 30px;
  bottom: 18px;
  z-index: 3;
  width: 75px;
  height: 14px;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #104780;
  content: "続きを読む";
}

.list-case-item a::after {
  right: 20px;
  bottom: 18px;
  z-index: 3;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("/content/camera/images/icon-arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.list-case-item a,
.list-case-item a:hover {
  text-decoration: none;
  opacity: 1;
}

.list-case-item a .list-case-img img {
  transition: transform ease 0.5s;
}

.list-case-item a:hover .list-case-img img {
  transform: scale(1.1);
}

.list-case-item.color-office .list-case-hdg {
  background-color: #e6764c;
}

.list-case-item.color-office::after {
  border: 4px solid #e6764c;
}

.list-case-item.color-store .list-case-hdg {
  background-color: #eb9742;
}

.list-case-item.color-store::after {
  border: 4px solid #eb9742;
}

.list-case-item.color-restaurant .list-case-hdg {
  background-color: #8ebb65;
}

.list-case-item.color-restaurant::after {
  border: 4px solid #8ebb65;
}

.list-case-item.color-apartment .list-case-hdg {
  background-color: #6ea1aa;
}

.list-case-item.color-apartment::after {
  border: 4px solid #6ea1aa;
}

.list-case-item.color-parking .list-case-hdg {
  background-color: #6580b2;
}

.list-case-item.color-parking::after {
  border: 4px solid #6580b2;
}

.list-case-item.color-shopping_street .list-case-hdg {
  background-color: #a688b0;
}

.list-case-item.color-shopping_street::after {
  border: 4px solid #a688b0;
}

.list-case-hdg {
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 10px 0 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background: #1b69be;
  border-radius: 27px;
  transform: translateY(6px);
}

.list-case-box {
  position: relative;
  z-index: -1;
  box-sizing: border-box;
  width: calc(100% - 8px);
  padding: 0 0 50px;
  margin: -30px 4px 4px 4px;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
}

.list-case-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.list-case-img::before {
  display: block;
  padding-top: 68.852459%;
  content: "";
}

.list-case-img img {
  position: absolute;
  top: 0;
  left: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
}

.list-case-info {
  display: flex;
  justify-content: flex-start;
  margin: 19px 20px 0;
}

.list-case-txt {
  position: relative;
  padding: 0 0 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  color: #000000;
}

.list-case-txt::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: #000;
  border-radius: 50%;
}

/*----------------------------------------
mv
----------------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
}

.mv-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.mv-img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  height: 100%;
  transform: translate(-50%, -50%);
}

.mv-txt {
  position: absolute;
  z-index: 3;
}

/*----------------------------------------
num-ttl
----------------------------------------*/
.num-ttl {
  margin-top: 50px;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1.3;
  color: #f18e3f;
  text-align: center;
}

.num-ttl-icon {
  display: inline-block;
  background-image: url(/content/camera/select/images/icon_num_decoration.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.num-ttl-txt {
  margin-left: 14px;
}

/*----------------------------------------
section
----------------------------------------*/
.section-a {
  padding-top: 48px;
}

.section-b--bg-blue {
  color: #ffffff;
  background-color: #0074bf;
}

.section-b-content {
  display: grid;
}

.section-d {
  background-color: #00afdb;
}

.section-f {
  background-color: #fdfbf5;
}

.section-g {
  background-color: white;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 180, 54, 0.07) 5px, rgba(255, 180, 54, 0.07) 10px);
  background-size: auto auto;
}

.section-g-inner {
  padding: 50px 20px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}

.section-g-content {
  max-width: 800px;
  margin: 0 auto;
}

.section-i .list-case {
  margin-top: 40px;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.inner :first-child {
  margin-top: 0;
}

.section-k {
  background: #f7f7f7;
}

.section-k-inner {
  margin: auto;
}

.section-l {
  background: #edf8fb;
}

.section-l-inner {
  position: relative;
  z-index: 3;
  margin: auto;
}

.section-l-subSection {
  position: relative;
  z-index: 2;
  background: #125da8;
}

.section-m-inner {
  max-width: 1080px;
  margin: auto;
}

.section-n {
  background: #f2fbfd;
}

.section-n-inner {
  max-width: 960px;
  margin: auto;
}

.section-n-inner-wide {
  max-width: 1080px;
  margin: auto;
}

.section-p-inner {
  margin: auto;
}

.section-q {
  background-color: #fefbe9;
}

.section-q-inner {
  margin: auto;
}

.section-r {
  background: #f7f7f7;
}

.section-r-inner {
  margin: auto;
}

.section-s-inner {
  margin: auto;
}

.section-t {
  background: #f7f7f7;
}

.section-t-inner {
  margin: auto;
}

.section-u-inner {
  max-width: 1220px;
  margin: auto;
}

.section-v {
  background: #f2fbfd;
}

.section-v-inner {
  margin: auto;
}

.section-w {
  background: #e8f0f8;
}

.section-w-inner {
  margin: auto;
}

/*----------------------------------------
speech-balloon
----------------------------------------*/
.speech-balloon {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-top: 50px;
}

.speech-balloon-txt {
  position: relative;
  padding-bottom: 4px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: calc(34 / 23);
  color: #f18e3f;
  border-bottom: 2px solid #f18e3f;
}

.speech-balloon-txt span {
  font-size: 3.2rem;
}

.speech-balloon-txt::before {
  position: absolute;
  bottom: -2px;
  left: calc(50%);
  width: 20px;
  height: 2px;
  content: "";
  border-bottom: 2px solid #fdfbf5;
}

.speech-balloon-txt::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 6px);
  width: 30px;
  height: 2px;
  content: "";
  border-bottom: 2px solid #f18e3f;
  transform: rotate(45deg);
}

.adj-mt-100 {
  margin-top: 100px !important;
}

.adj-pt-0 {
  padding-top: 0 !important;
}

.d-inline-block {
  display: inline-block !important;
}

.fz-small {
  font-size: 0.9em !important;
}

.gigarakucamera-box-b {
  background-color: #ffffff;
  border-radius: 10px;
}

.gigarakucamera-box-b-title {
  line-height: 1.27273;
  color: #333333;
}

.gigarakucamera-box-b-text {
  line-height: 1.8;
  color: #333333;
  letter-spacing: 0.1em;
}

.gigarakucamera-box-b-text em {
  color: #e60012;
}

.gigarakucamera-box-c-title-area {
  margin-bottom: 20px;
  border-bottom: 2px solid #0074bf;
}

.gigarakucamera-box-c-title {
  display: grid;
  grid-area: title;
  column-gap: 16px;
  padding-left: 20px;
  margin-bottom: 12px;
}

.gigarakucamera-box-c-title h2 {
  font-weight: 900;
  line-height: 1.4;
}

.gigarakucamera-box-c-text-area {
  grid-area: text-area;
  padding-left: 20px;
}

.gigarakucamera-box-c-text {
  line-height: 1.8;
}

.gigarakucamera-box-c-text span {
  font-size: 14px;
}

.gigarakucamera-box-c-content-out--shadow {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.gigarakucamera-box-c-content-out img {
  display: block;
  width: 100%;
}

.gigarakucamera-box-problem {
  position: relative;
  text-align: center;
}

.gigarakucamera-box-problem-title {
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #0053a5;
}

.gigarakucamera-box-problem-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.gigarakucamera-box-problem-text em {
  font-weight: 700;
  color: #fff227;
}

.gigarakucamera-box-problem-foot {
  position: relative;
}

.gigarakucamera-box-problem-foot::before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: #0053a5 transparent transparent transparent;
  border-style: solid;
}

.gigarakucamera-box-problem-button {
  display: block;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  background: #fada28;
  box-shadow: 0 2px 10px rgba(33, 58, 83, 0.2);
}

.gigarakucamera-box-problem-button:hover {
  color: #000;
  opacity: 0.6;
}

.gigarakucamera-box-problem-button-01, .gigarakucamera-box-problem-button-02 {
  position: relative;
}

.gigarakucamera-box-problem-button-01::before, .gigarakucamera-box-problem-button-02::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.gigarakucamera-box-problem-button-01::before {
  background-image: url(/content/camera/gigarakucamera/construction/images/img_button_01.png);
}

.gigarakucamera-box-problem-button-02::before {
  background-image: url(/content/camera/gigarakucamera/construction/images/img_button_02.png);
}

.gigarakucamera-box-problem-bg {
  display: block;
  max-width: 100%;
}

.gigarakucamera-button-a {
  display: block;
  text-decoration: none;
  background-color: #ffffff;
  border: 2px solid #cccccc;
  opacity: 1;
}

.gigarakucamera-button-a span {
  display: grid;
  grid-template-columns: auto 12px;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  text-align: center;
}

.gigarakucamera-button-a span::after {
  display: block;
  height: 8px;
  content: "";
  background-color: #333333;
  transform: rotate(-90deg);
  -webkit-mask-image: url(/content/camera/gigarakucamera/images/icon_arrow.svg);
          mask-image: url(/content/camera/gigarakucamera/images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.gigarakucamera-button-a--center {
  margin-right: auto;
  margin-left: auto;
}

.gigarakucamera-button-01 {
  background-color: #f9db3f;
  box-shadow: 0 2px 10px rgba(34, 58, 82, 0.2);
  color: #000;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.gigarakucamera-button-01:link, .gigarakucamera-button-01:visitd {
  color: #000;
}

.gigarakucamera-button-01 img {
  display: inline-block;
  margin-left: 10px;
}

.gigarakucamera-button-02 {
  border: 1px solid #ccc;
  color: #000;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  text-decoration: none;
}

.gigarakucamera-button-02:link, .gigarakucamera-button-02:visited {
  color: #000;
}

.gigarakucamera-button-02::after {
  border: 2px solid #000;
  border-bottom: none;
  border-left: none;
  bottom: 0;
  content: '';
  display: block;
  height: 8px;
  margin: auto 0;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 8px;
}

.gigarakucamera-card {
  position: relative;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.gigarakucamera-card a {
  text-decoration: none;
  background-color: #ffffff;
  opacity: 1;
  transition: opacity 0.3s;
}

.gigarakucamera-card a::before, .gigarakucamera-card a::after {
  position: absolute;
  display: block;
  content: "";
}

.gigarakucamera-card a::before {
  width: 30px;
  height: 30px;
  background-color: rgba(0, 116, 191, 0.2);
  border-radius: 50%;
}

.gigarakucamera-card a::after {
  width: 13px;
  height: 8px;
  background-color: #0074bf;
  -webkit-mask-image: url(/content/camera/gigarakucamera/images/icon_arrow.svg);
          mask-image: url(/content/camera/gigarakucamera/images/icon_arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}

.gigarakucamera-card-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
  color: #333333;
}

.gigarakucamera-card-text {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

.gigarakucamera-card-text sup {
  font-size: 8px;
}

.gigarakucamera-case-col {
  display: flex;
}

.gigarakucamera-case-col-item {
  position: relative;
}

.gigarakucamera-case-col-item:first-child {
  margin-left: 0;
}

.gigarakucamera-clinic-case {
  margin-top: 30px;
}

.gigarakucamera-clinic-case-fig {
  margin: 0;
}

.gigarakucamera-clinic-case-fig img {
  display: block;
  margin: auto;
}

.gigarakucamera-clinic-case-title {
  color: #125da8;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 20px;
  text-align: center;
}

.gigarakucamera-clinic-case-text {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.gigarakucamera-clinic-case-box {
  background: #e3f3f9;
  border-radius: 10px;
}

.gigarakucamera-clinic-case-box-title {
  color: #125da8;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.gigarakucamera-clinic-case-box-item {
  letter-spacing: 0.05em;
  line-height: 1.4;
  position: relative;
  margin-top: 8px;
}

.gigarakucamera-clinic-case-box-item:first-child {
  margin-top: 0;
}

.gigarakucamera-clinic-case-box-item::before {
  background: #125da8;
  border-radius: 50%;
  content: '';
  display: inline-block;
  left: 0;
  position: absolute;
}

.gigarakucamera-clinic-case-button-wrap {
  text-align: center;
}

.gigarakucamera-comment {
  display: flex;
  margin: auto;
}

.gigarakucamera-comment + .gigarakucamera-comment {
  margin-top: 45px;
}

.gigarakucamera-comment-text {
  position: relative;
  background: #e3f3f9;
}

.gigarakucamera-comment-text::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #e3f3f9;
  border-style: solid;
}

.gigarakucamera-comment-text p {
  margin-top: 0;
  letter-spacing: 0.05em;
}

.gigarakucamera-comment-text p small {
  color: #50565e;
}

.gigarakucamera-comment-text p em {
  font-weight: 700;
}

.gigarakucamera-comment-text p strong {
  font-weight: 700;
  color: #165ea5;
}

.gigarakucamera-comment-img + .gigarakucamera-comment-text {
  margin-right: 0;
  margin-left: 6.88623%;
}

.gigarakucamera-comment-img + .gigarakucamera-comment-text::after {
  right: auto;
  border-color: transparent #e3f3f9 transparent transparent;
}

.gigarakucamera-construction-box-solution.is-no-arrow .gigarakucamera-construction-box-solution-main::after {
  display: none;
}

.gigarakucamera-construction-box-solution-head {
  position: relative;
  background: #21aad1;
}

.gigarakucamera-construction-box-solution-head.is-color-orange {
  background: #f18e3f;
}

.gigarakucamera-construction-box-solution-head-badge {
  position: absolute;
  box-sizing: border-box;
  display: block;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.05em;
  background: #fff000;
  border-radius: 50%;
  transform: rotate(340deg);
}

.gigarakucamera-construction-box-solution-title {
  color: #fff;
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-box-solution-title.is-no-head {
  margin-top: 0;
  text-align: center;
}

.gigarakucamera-construction-box-solution-title em {
  border-bottom-color: #fff000;
  border-bottom-style: solid;
}

.gigarakucamera-construction-box-solution-title small {
  display: block;
  color: #fff000;
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-box-solution-subTitle {
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background: #21aad1;
}

.gigarakucamera-construction-box-solution-main {
  position: relative;
  background: #fff;
}

.gigarakucamera-construction-box-solution-main::after {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
}

.gigarakucamera-construction-box-solution-fig {
  margin: 0;
}

p + .gigarakucamera-construction-box-solution-fig {
  margin-top: 30px;
}

.gigarakucamera-construction-box-solution-fig img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.gigarakucamera-construction-box-plan {
  max-width: 920px;
  background: #fff;
}

.gigarakucamera-construction-box-plan.is-padding-0 {
  padding: 0;
  margin-top: 0;
}

.gigarakucamera-construction-box-plan-img figure {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
}

.gigarakucamera-construction-box-plan-img img {
  display: block;
  margin: auto;
}

.gigarakucamera-construction-box-option {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: #edf8fb;
}

.gigarakucamera-construction-box-option-img img {
  display: block;
}

.gigarakucamera-construction-box-option-text {
  font-weight: 700;
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-button-trial {
  position: relative;
  display: block;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #fada28;
  border-radius: 60px;
  box-shadow: 0 2px 10px rgba(33, 58, 83, 0.2);
}

.gigarakucamera-construction-button-trial:link, .gigarakucamera-construction-button-trial:visited {
  color: #333;
}

.gigarakucamera-construction-button-trial::before {
  position: absolute;
  display: block;
  content: "";
  background: transparent url(/content/camera/gigarakucamera/construction/images/img_trial_01.png) no-repeat center center;
}

.gigarakucamera-construction-button-trial-head {
  font-weight: 700;
  color: #f18e3f;
  text-align: center;
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-details-box {
  letter-spacing: 0.05em;
  word-break: break-all;
}

.gigarakucamera-construction-details-box:nth-child(odd) {
  background-color: #edf8fb;
}

.gigarakucamera-construction-details-box:nth-child(even) {
  background-color: #f6fbfd;
}

.gigarakucamera-construction-details-box-head {
  font-weight: 700;
}

.gigarakucamera-construction-hr {
  display: block;
  width: 100%;
  background: transparent url(/content/camera/gigarakucamera/construction/images/bg_line_01.png) repeat-x;
  border: none;
}

.gigarakucamera-construction-list-about {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.gigarakucamera-construction-list-about-item img {
  display: block;
}

.gigarakucamera-construction-list-about-text {
  padding: 7px 5px 11px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #21aad1;
}

.gigarakucamera-construction-list-icon {
  display: flex;
}

.gigarakucamera-construction-list-icon-img {
  display: block;
}

.gigarakucamera-construction-list-icon-img img {
  display: block;
  width: 60px;
  margin: auto;
}

.gigarakucamera-construction-list-icon-text {
  margin-top: 5px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-ol {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.gigarakucamera-construction-3rows-item:first-child {
  margin-top: 0;
}

.gigarakucamera-construction-step-item {
  position: relative;
  margin-top: 27px;
  background-color: #eff9fd;
}

.gigarakucamera-construction-step-item::before {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: #21abd1 transparent transparent transparent;
  border-style: solid;
  border-width: 10px 15px 0 15px;
}

.gigarakucamera-construction-step-item:first-child {
  margin-top: 0;
}

.gigarakucamera-construction-step-item:first-child::before {
  display: none;
}

.gigarakucamera-construction-step-title {
  display: flex;
  align-items: center;
  min-height: 0;
}

.gigarakucamera-construction-step-title-num {
  flex-shrink: 1;
  min-height: 0;
  font-weight: 800;
  line-height: 1;
}

.gigarakucamera-construction-step-title-num em {
  font-size: 150%;
}

.gigarakucamera-construction-step-title-label {
  min-height: 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #21aad1;
}

.gigarakucamera-construction-step-text {
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-table-01 {
  width: 100%;
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-table-01 td,
.gigarakucamera-construction-table-01 th {
  text-align: left;
  vertical-align: top;
}

.gigarakucamera-construction-table-01 th {
  min-width: 5em;
  padding-right: 0.5em;
}

.gigarakucamera-construction-table-01 td strong {
  font-weight: 700;
}

.gigarakucamera-construction-table-01 td em {
  font-weight: 400;
  background: linear-gradient(transparent 75%, #fff000 70%);
}

.gigarakucamera-construction-table-01 td em span {
  font-size: 150%;
  font-weight: 700;
  line-height: 1;
}

.gigarakucamera-construction-table-02 {
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-table-02 tr:nth-child(odd) {
  background-color: #edf8fb;
}

.gigarakucamera-construction-table-02 tr:nth-child(even) {
  background-color: #f6fbfd;
}

.gigarakucamera-construction-table-02 th,
.gigarakucamera-construction-table-02 td {
  word-break: break-all;
}

.gigarakucamera-construction-table-02 th small,
.gigarakucamera-construction-table-02 td small {
  font-size: 87.5%;
}

.gigarakucamera-construction-table-02 th {
  border-right: 1px solid #fff;
}

.gigarakucamera-construction-title-lv1,
.gigarakucamera-construction-title-lv2,
.gigarakucamera-construction-title-lv3 {
  font-weight: 700;
  color: #125da8;
  letter-spacing: 0.05em;
}

.gigarakucamera-construction-title-lv2 {
  text-align: left;
}

.gigarakucamera-construction-title-lv3 {
  line-height: 1;
  text-align: center;
}

.gigarakucamera-construction-title-plan {
  font-weight: 700;
  color: #fff;
}

.gigarakucamera-construction-title-plan small {
  color: #fae928;
}

.gigarakucamera-flow-list {
  max-width: 920px;
}

.gigarakucamera-flow-list-item {
  position: relative;
}

.gigarakucamera-flow-list-item::before {
  position: absolute;
  display: block;
  content: "";
}

.gigarakucamera-flow-list-item:first-child::before {
  display: none;
}

.gigarakucamera-flow-list-icon {
  display: block;
  margin: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 100%;
}

.gigarakucamera-flow-list-icon-1 {
  background: #125da8;
}

.gigarakucamera-flow-list-icon-2 {
  background: #1775b5;
}

.gigarakucamera-flow-list-icon-3 {
  background: #1c92c4;
}

.gigarakucamera-flow-list-icon-4 {
  background: #21aad1;
}

.gigarakucamera-flow-list-title {
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.05em;
}

.gigarakucamera-flow-list-title em {
  color: #0053a5;
}

.gigarakucamera-flow-list-title-head {
  color: #f8c801;
  display: block;
}

.gigarakucamera-flow-list-title-head::before, .gigarakucamera-flow-list-title-head::after {
  background: #f8c801;
  content: '';
  display: inline-block;
  width: 2px;
}

.gigarakucamera-flow-list-title-head::before {
  transform: rotate(335deg);
}

.gigarakucamera-flow-list-title-head::after {
  transform: rotate(25deg);
}

.gigarakucamera-flow-list-text {
  margin-top: 0;
  line-height: 1.66667;
  letter-spacing: 0.05em;
}

.gigarakucamera-flow-list-balloon {
  display: block;
  position: absolute;
}

.gigarakucamera-flow-list-02 {
  margin-bottom: 15px;
}

.gigarakucamera-flow-list-02-item {
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.gigarakucamera-flow-list-02-item:nth-child(1) .gigarakucamera-flow-list-02-icon {
  background-color: #165ca6;
}

.gigarakucamera-flow-list-02-item:nth-child(2) .gigarakucamera-flow-list-02-icon {
  background-color: #1775b5;
}

.gigarakucamera-flow-list-02-item:nth-child(3) .gigarakucamera-flow-list-02-icon {
  background-color: #1c92c4;
}

.gigarakucamera-flow-list-02-item:nth-child(4) .gigarakucamera-flow-list-02-icon {
  background-color: #21aad1;
}

.gigarakucamera-flow-list-02-item::before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
}

.gigarakucamera-flow-list-02-item:first-child::before {
  display: none;
}

.gigarakucamera-flow-list-02-head {
  align-items: center;
  display: flex;
}

.gigarakucamera-flow-list-02-icon {
  border-radius: 50%;
  color: #fff;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
  text-align: center;
}

.gigarakucamera-flow-list-02-icon small {
  display: block;
  letter-spacing: 0.05em;
}

.gigarakucamera-flow-list-02-title {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.gigarakucamera-flow-list-02-img {
  margin: 15px 0 0;
}

.gigarakucamera-flow-list-02-img img {
  display: block;
  margin: auto;
}

.gigarakucamera-hdg-a {
  margin-bottom: 32px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.gigarakucamera-hdg-b {
  line-height: 1.4;
  color: #0074bf;
  text-align: center;
}

.gigarakucamera-image {
  margin-top: 32px;
}

.gigarakucamera-inquiry-buttonWrap {
  margin: 30px auto;
}

.gigarakucamera-inquiry-buttonWrap-item:only-child {
  margin: auto;
}

.gigarakucamera-inquiry-button {
  display: block;
  font-weight: 700;
  line-height: 1.15385;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.05em;
  background: #fada28;
  box-shadow: 0 2px 10px rgba(33, 58, 83, 0.2);
}

.gigarakucamera-inquiry-button:hover {
  color: #000;
  opacity: 0.7;
}

.gigarakucamera-inquiry-button-doc::before, .gigarakucamera-inquiry-button-store::before, .gigarakucamera-inquiry-button-mail::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.gigarakucamera-inquiry-button-blank::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.gigarakucamera-inquiry-button-doc::before {
  background-image: url(/content/camera/gigarakucamera/images/icon_doc.svg);
}

.gigarakucamera-inquiry-button-store::before {
  background-image: url(/content/camera/gigarakucamera/images/icon_cart.svg);
}

.gigarakucamera-inquiry-button-mail::before {
  background-image: url(/content/camera/gigarakucamera/images/icon_mail.svg);
}

.gigarakucamera-inquiry-button-blank::after {
  background-image: url(/content/camera/gigarakucamera/images/icon_blank_01.svg);
}

.gigarakucamera-inquiry {
  background: transparent linear-gradient(0deg, #007ed0 0%, #00a0d2 100%) 0% 0% no-repeat padding-box;
}

.gigarakucamera-inquiry-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.gigarakucamera-inquiry-title {
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.gigarakucamera-inquiry-title span::before, .gigarakucamera-inquiry-title span::after {
  display: inline-block;
  width: 4px;
  height: 60px;
  vertical-align: middle;
  content: "";
  background: #fff;
  border-radius: 2px;
}

.gigarakucamera-inquiry-title span::before {
  transform: rotate(340deg);
}

.gigarakucamera-inquiry-title span::after {
  transform: rotate(20deg);
}

.gigarakucamera-inquiry-tel {
  display: inline-block;
  margin: 0;
  font-family: dinFs;
  font-size: 130%;
  font-weight: 700;
  line-height: 1;
  color: #f8c900;
  text-decoration: none;
}

.gigarakucamera-inquiry-text {
  color: #fff;
}

.gigarakucamera-inquiry-text small {
  font-size: 72%;
}

.gigarakucamera-movie {
  text-align: center;
}

.gigarakucamera-movie-title {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.gigarakucamera-movie-title::before, .gigarakucamera-movie-title::after {
  display: block;
  height: 2px;
  content: "";
  background-color: #333333;
}

.gigarakucamera-movie-title::before {
  transform: rotate(70deg);
}

.gigarakucamera-movie-title::after {
  transform: rotate(-70deg);
}

.gigarakucamera-movie-box {
  height: 336px;
}

.gigarakucamera-movie-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.gigarakucamera-mv {
  position: relative;
  width: 100%;
  height: -webkit-fit-content;
  height: fit-content;
}

.gigarakucamera-mv-bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.gigarakucamera-mv-title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  margin-right: -160px;
  background-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 0 20px rgba(0, 116, 191, 0.2));
  transform: translate(-60%, -50%);
}

.gigarakucamera-mv-title-lead {
  display: inline-block;
  font-weight: 900;
  color: #333333;
}

.gigarakucamera-mv-logo {
  display: block;
  height: auto;
}

.gigarakucamera-mv-image {
  position: absolute;
}

.gigarakucamera-mv-title-box {
  display: block;
  width: 100%;
  padding-left: 18%;
  font-weight: 900;
  line-height: 1.3;
  color: #ffffff;
  background-color: #0074bf;
}

.gigarakucamera-note {
  width: 100%;
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
}

p:not(.gigarakucamera-note) + .gigarakucamera-note {
  margin-top: 0.3em;
}

.gigarakucamera-note-01 {
  line-height: 1.71429;
  color: #5b5b5b;
  letter-spacing: 0.03em;
  max-width: 100%;
}

.gigarakucamera-note-01 .gigarakucamera-note-bullet {
  flex: 0 1 auto;
  padding-right: 0.2em;
}

.gigarakucamera-note-01 .gigarakucamera-note-text {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: auto;
  width: 100%;
  max-width: 100%;
}

.gigarakucamera-note-02 {
  line-height: 1.85714;
  color: #fff;
  letter-spacing: 0.05em;
}

.gigarakucamera-note-03 {
  color: #5b5b5b;
  padding-left: 1em;
  text-indent: -1em;
}

.gigarakucamera-note-bullet {
  font-style: normal;
}

.gigarakucamera-note-text {
  word-break: break-all;
}

.gigarakucamera-parking-box-products {
  background: #eff2f7;
  border-radius: 6px;
  padding: 20px;
}

.gigarakucamera-parking-box-products-title {
  background: #fff;
  border: 2px solid #4968a5;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.334;
  position: relative;
  text-align: center;
  z-index: 2;
}

.gigarakucamera-parking-box-products-img {
  display: block;
  margin: -15px auto 0;
  position: relative;
  width: 144px;
  z-index: 1;
}

.gigarakucamera-parking-box-products-text {
  letter-spacing: 0.05em;
  margin-top: 10px;
}

.gigarakucamera-parking-box-products-foot {
  position: relative;
}

.gigarakucamera-parking-box-products-foot::before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: #0053a5 transparent transparent transparent;
  border-style: solid;
}

.gigarakucamera-parking-box-spec {
  background: #fff;
  border: 2px solid #4968a5;
  border-radius: 12px;
  position: relative;
}

.gigarakucamera-parking-box-spec-img {
  margin: 0;
}

.gigarakucamera-parking-box-spec-title {
  color: #125da8;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
}

.gigarakucamera-parking-box-spec-table th, .gigarakucamera-parking-box-spec-table td {
  text-align: left;
  vertical-align: top;
}

.gigarakucamera-parking-box-col2-item {
  margin: 0;
}

.gigarakucamera-parking-box-section + .gigarakucamera-parking-box-section {
  margin-top: 30px;
}

.gigarakucamera-parking-box-section-img {
  margin: 0;
}

.gigarakucamera-parking-box-section-img img {
  width: 100%;
}

.gigarakucamera-parking-box-section-title {
  color: #125da8;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.gigarakucamera-parking-box-section-text {
  letter-spacing: 0.05em;
}

.gigarakucamera-parking-button-arrow {
  background: #fada28 url("/content/camera/gigarakucamera/parking/images/icon_arrow_01.svg") no-repeat center right 18px;
  box-shadow: 0 2px 10px rgba(33, 58, 83, 0.2);
  color: #000;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.gigarakucamera-parking-button-arrow:hover {
  color: #000;
}

.gigarakucamera-parking-flow-balloon {
  display: block;
  position: absolute;
}

.gigarakucamera-parking-list-about {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}

.gigarakucamera-parking-list-about-item img {
  display: block;
}

.gigarakucamera-parking-list-about-text {
  background: #21aad1;
  color: #fff;
  display: table;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}

.gigarakucamera-parking-list-about-text span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.gigarakucamera-parking-list-about-text small {
  font-size: 68.18182%;
}

.gigarakucamera-parking-text-01 {
  letter-spacing: 0.05em;
  font-weight: 900;
  margin-top: 60px;
  text-align: center;
}

.gigarakucamera-parking-text-01 em {
  color: #125da8;
  font-weight: 900;
}

.gigarakucamera-recommend-section {
  background-color: #26b9ad;
  padding: 60px 0;
}

.gigarakucamera-recommend-section-inner {
  margin: auto;
  padding: 0 20px;
  max-width: 980px;
}

.gigarakucamera-recommend-title {
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.gigarakucamera-recommend-title-head::before, .gigarakucamera-recommend-title-head::after {
  background: #fff;
  border-radius: 1px;
  content: '';
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 2px;
}

.gigarakucamera-recommend-title-head::before {
  margin-right: 10px;
  transform: rotate(335deg);
}

.gigarakucamera-recommend-title-head::after {
  margin-left: 10px;
  transform: rotate(25deg);
}

.gigarakucamera-recommend-pamphlet {
  margin-top: 20px;
}

.gigarakucamera-recommend-pamphlet-fig img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.gigarakucamera-recommend-pamphlet-button-wrap {
  text-align: center;
}

.gigarakucamera-recommend-comment {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(34, 58, 82, 0.3);
  color: #333;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
}

.gigarakucamera-recommend-comment::before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.gigarakucamera-restaurant-box-wrap {
  counter-reset: section;
}

.gigarakucamera-restaurant-box-title {
  color: #125da8;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 9px;
  text-align: center;
}

.gigarakucamera-restaurant-box-title::before {
  background: #125da8;
  border-radius: 50%;
  counter-increment: section;
  content: counter(section);
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 12px;
  text-align: center;
}

.gigarakucamera-restaurant-box-img {
  margin: 0;
}

.gigarakucamera-restaurant-box-text {
  letter-spacing: 0.05em;
}

.gigarakucamera-restaurant-fig img {
  display: block;
  margin: auto;
}

.gigarakucamera-restaurant-fig-text {
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}

.gigarakucamera-restaurant-list-about {
  display: flex;
  justify-content: center;
}

.gigarakucamera-restaurant-list-about-text {
  background: #21aad1;
  color: #fff227;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}

.gigarakucamera-store-box {
  background: #e0f3fb;
}

.gigarakucamera-store-box-title {
  font-weight: 700;
  line-height: 1.28;
  color: #125da8;
  text-align: center;
  letter-spacing: 0.05em;
}

.gigarakucamera-store-box-title small {
  display: block;
  font-size: 48%;
  line-height: 1.66667;
}

.gigarakucamera-store-box-img {
  margin: 0;
}

.gigarakucamera-store-box-img img {
  display: block;
  margin: auto;
}

.gigarakucamera-store-box-main p {
  margin-top: 0;
  letter-spacing: 0.05em;
}

.gigarakucamera-store-box-main small {
  display: inline-block;
  color: #5b5b5b;
}

.gigarakucamera-store-movie-title {
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
  letter-spacing: 0.05em;
}

.gigarakucamera-store-movie-title::before, .gigarakucamera-store-movie-title::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #000;
}

.gigarakucamera-store-movie-title::before {
  transform: rotate(335deg);
}

.gigarakucamera-store-movie-title::after {
  transform: rotate(25deg);
}

.gigarakucamera-store-movie-target {
  position: relative;
  display: block;
  max-width: 520px;
}

.gigarakucamera-store-movie-target::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: transparent url(/content/camera/gigarakucamera/store/images/icon_mov.png) no-repeat;
  background-position: center center;
}

.gigarakucamera-store-movie-target img {
  display: block;
}

.gigarakucamera-store-movie-cite {
  display: block;
  letter-spacing: 0.05em;
}

.gigarakucamera-store-recommend {
  background-color: #26b9ad;
}

.gigarakucamera-store-recommend-inner {
  max-width: 1100px;
  margin: auto;
}

.gigarakucamera-store-recommend-box {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 10px 10px 15px #0074bf26;
}
/*
.gigarakucamera-store-recommend-box::after {
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  content: "";
  background: #fff;
  border-radius: 5px;
}
*/
.gigarakucamera-store-recommend-subTitle {
  line-height: 1.51667;
  color: #26b9ad;
  text-align: center;
}

.gigarakucamera-store-recommend-subTitle-bd {
  font-weight: 700;
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAoCAMAAADjX9tGAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF/+lGAAAA2hiwTAAAAA5JREFUeNpiYBgYABBgAAB4AAEwsgXCAAAAAElFTkSuQmCC") repeat-x bottom center;
}

.gigarakucamera-store-recommend-subTitle strong {
  display: inline-block;
  line-height: 1.4;
}

.gigarakucamera-store-recommend-ex {
  width: 100%;
}

.gigarakucamera-store-recommend-ex-fig {
  padding: 0;
  margin: 0;
  text-align: center;
}

.gigarakucamera-store-recommend-ex-fig img {
  display: block;
  margin: auto;
}

.gigarakucamera-store-recommend-ex-st {
  display: inline-block;
  margin-bottom: 0.3em;
  color: #00ad9f;
}

.gigarakucamera-store-recommend-ex-table th,
.gigarakucamera-store-recommend-ex-table td {
  text-align: left;
  vertical-align: top;
}

.gigarakucamera-store-recommend-ex-table th {
  color: #0080d0;
}

.gigarakucamera-store-recommend-ex-table small {
  display: inline-block;
  line-height: 1.64286;
}

.gigarakucamera-store-recommend-ex-table .txt-marker-a {
  line-height: 1.2;
}

.gigarakucamera-store-recommend-title {
  color: #fff;
  text-align: center;
}

.gigarakucamera-store-recommend-title-bg {
  display: inline-block;
  color: #26b9ad;
  background: #fff;
}

.gigarakucamera-store-recommend-webstore-fig {
  box-sizing: border-box;
  margin: 0;
}

.gigarakucamera-store-recommend-webstore-main {
  box-sizing: border-box;
}

.gigarakucamera-store-recommend-webstore-title {
  text-align: center;
}

.gigarakucamera-store-recommend-webstore-title::before, .gigarakucamera-store-recommend-webstore-title::after {
  display: inline-block;
  width: 4px;
  height: 88px;
  vertical-align: baseline;
  content: "";
  background: #fff;
  border-radius: 2px;
}

.gigarakucamera-store-recommend-webstore-title-inner {
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

.gigarakucamera-store-recommend-webstore-title-em {
  color: #ffe946;
}

.gigarakucamera-store-recommend-btn-wrap {
  margin-top: 16px;
}

.gigarakucamera-store-recommend-btn {
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
}

.gigarakucamera-store-recommend-btn-icon {
  display: inline-block;
  margin-right: 12px;
}

.gigarakucamera-store-recommend-btn:hover > .gigarakucamera-store-recommend-btn-icon svg {
  fill: #f49000;
}

.gigarakucamera-store-recommend-note {
  display: table;
  width: 100%;
  padding: 0;
  margin: 0;
}

.gigarakucamera-store-recommend-note + .gigarakucamera-store-recommend-note {
  margin-top: 0.3em;
}

.gigarakucamera-store-recommend-note--strong {
  font-weight: 700;
  color: #c00000;
}

.gigarakucamera-store-recommend-note-bullet, .gigarakucamera-store-recommend-note-text {
  display: table-cell;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  vertical-align: top;
}

.gigarakucamera-store-recommend-note-bullet {
  width: 1.3em;
  font-style: normal;
}

.gigarakucamera-store-recommend-note-text {
  width: auto;
}

.gigarakucamera-store-title-box {
  font-weight: 900;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #21aad1;
  border-radius: 10px;
}

.gigarakucamera-store-title-box em {
  font-weight: 900;
  color: #fff227;
}

.gigarakucamera-store-title-box strong {
  font-size: 150%;
  font-weight: 900;
  line-height: 1;
}

.gigarakucamera-store-title-box-head {
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  line-height: 1.28;
  letter-spacing: 0.05em;
}

.gigarakucamera-store-title-box-head::before, .gigarakucamera-store-title-box-head::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: #fff;
}

.gigarakucamera-store-title-box-head::before {
  transform: rotate(335deg);
}

.gigarakucamera-store-title-box-head::after {
  transform: rotate(25deg);
}

.gigarakucamera-store-title-section {
  font-weight: 900;
  color: #125da8;
  letter-spacing: 0.05em;
}

.gigarakucamera-store-title-section em {
  font-weight: 900;
  background: linear-gradient(transparent 75%, #fff000 70%);
}

.gigarakucamera-construction-subtitle {
  font-weight: bold;
  color: #125da8;
}

.gigarakucamera-support-box-01 {
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 20px;
}

.gigarakucamera-support-box-01__head {
  color: #ffffff;
  text-align: center;
  background-color: #21aad1;
}

.gigarakucamera-support-box-01__head > span {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.30769;
  color: #ffffff;
  border-bottom-color: #fff000;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}

.gigarakucamera-support-box-02 {
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}

.gigarakucamera-support-box-02:first-child {
  margin-top: 0;
}

.gigarakucamera-support-box-02__head {
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #1b69be;
}

.gigarakucamera-support-box-02__img {
  height: auto;
}

.gigarakucamera-support-box-02__text-item:first-child {
  border-bottom: 2px solid #e6e6e6;
}

.gigarakucamera-support-box-02__text-item:not(:first-child) {
  padding-top: 30px;
}

.gigarakucamera-support-box-02__text-item:not(:last-child) {
  padding-bottom: 30px;
}

.gigarakucamera-support-box-02__in-title {
  margin-top: -8px;
  font-weight: bold;
}

.gigarakucamera-support-box-02__text {
  margin-top: 10px;
  line-height: 1.75;
}

.gigarakucamera-support-btn {
  margin-top: 20px;
  text-align: center;
}

.gigarakucamera-support-btn__wrap {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #1b69be;
  border-radius: 23px;
  transition: 0.3s ease opacity;
}

.gigarakucamera-support-btn__wrap::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  content: "";
  border: 1.5px solid #1b69be;
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
}

.gigarakucamera-support-btn__link {
  font-size: 18px;
  font-weight: bold;
  color: #1b69be;
}

.gigarakucamera-support-lead {
  margin-top: 30px;
}

.gigarakucamera-support-lead span {
  font-weight: bold;
  color: #125da8;
}

.gigarakucamera-support-lists__item {
  display: flex;
}

.gigarakucamera-support-lists__item:not(:last-child) {
  border-bottom: 2px solid #e6e6e6;
}

.gigarakucamera-support-lists__icon {
  margin-right: 12px;
}

.gigarakucamera-support-lists__text {
  font-weight: bold;
}

.gigarakucamera-support-lists__text span {
  color: #125da8;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.gigarakucamera-support-note {
  margin-top: 20px;
}

.gigarakucamera-support-note__text {
  padding-left: 1rem;
  margin-top: 4px;
  font-size: 14px !important;
  text-indent: -1.4rem;
}

.gigarakucamera-support-note__text:first-child {
  margin-top: 0;
}

.gigarakucamera-support-note__text--red {
  font-weight: bold;
  color: #e61212;
}

.gigarakucamera-support-note__text--gray {
  color: #50565e;
}

.gigarakucamera-support-section--bg-lightblue01 {
  background-color: #e8f0f8;
}

.gigarakucamera-support-section--bg-lightblue02 {
  background-color: #f3f7fb;
}

.gigarakucamera-support-section__title-area {
  margin-top: 10px;
  text-align: center;
}

.gigarakucamera-support-title-01 {
  font-weight: bold;
}

.gigarakucamera-support-title-02 {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
}

.gigarakucamera-item {
  display: block;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 10px rgba(63, 144, 196, 0.3);
  transition: box-shadow 0.3s ease;
}

.gigarakucamera-item--restaurant {
  height: auto;
}

.gigarakucamera-item:hover {
  box-shadow: 0 6px 15px rgba(63, 144, 196, 0.6);
  opacity: 1 !important;
}

.gigarakucamera-item-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(100% * 9 / 16);
}

.gigarakucamera-item-img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gigarakucamera-item-summery {
  min-height: 154px;
  padding: 16px 24px 60px;
  letter-spacing: 0.06em;
}

.gigarakucamera-item-txt {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  color: #666666;
}

.gigarakucamera-item-lead {
  margin-top: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  color: #004060;
  letter-spacing: 0.04em;
}

.gigarakucamera-item-link {
  position: absolute;
  right: 24px;
  bottom: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0080d0;
  transition: color 0.1s ease, background-image 0.2s ease;
}

.gigarakucamera-item:hover .gigarakucamera-item-link {
  color: #f49000;
}

.gigarakucamera-item-link::after {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 1px;
  vertical-align: baseline;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_4_74%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%204%20%E2%80%93%2074%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21398%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021398%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M364.095%2C3188.489l4.454%2C4-4.454%2C4%22%20transform%3D%22translate(-360.322%20-3186.484)%22%20fill%3D%22none%22%20stroke%3D%22%230080d0%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 12px;
}

.gigarakucamera-item:hover .gigarakucamera-item-link::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_4_74%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%204%20%E2%80%93%2074%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21398%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021398%22%20width%3D%2212%22%20height%3D%2212%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M364.095%2C3188.489l4.454%2C4-4.454%2C4%22%20transform%3D%22translate(-360.322%20-3186.484)%22%20fill%3D%22none%22%20stroke%3D%22%23f49000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
}

.gigarakucamera-swiper {
  position: relative;
  max-width: 1150px;
  padding-right: 60px;
  padding-left: 60px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}

.gigarakucamera-swiper .swiper-container {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
}

.gigarakucamera-swiper .swiper-slide {
  height: auto;
}

.gigarakucamera-swiper .swiper-button-next,
.gigarakucamera-swiper .swiper-button-prev {
  transform: translateY(-30px);
}

.gigarakucamera-swiper .swiper-button-next {
  right: 20px;
}

.gigarakucamera-swiper .swiper-button-prev {
  left: 20px;
}

.gigarakucamera-text-01 {
  letter-spacing: 0.05em;
}

.gigarakucamera-text-01 em {
  font-weight: 700;
  color: #e61212;
}

.gigarakucamera-text-01 .strong-01 {
  font-weight: 700;
  color: #f18e3f;
}

.gigarakucamera-text-01 .strong-02 {
  font-weight: 700;
  color: #165ea5;
}

.gigarakucamera-text-02 {
  letter-spacing: 0.05em;
}

.gigarakucamera-text-02 + .gigarakucamera-text-02 {
  margin-top: 0.3em;
}

.gigarakucamera-text-02 small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #5b5b5b;
  letter-spacing: 0.03em;
}

.gigarakucamera-title-check {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}

.gigarakucamera-title-check-inner {
  font-weight: 900;
  border-bottom: 2px solid #0053a5;
}

.gigarakucamera-title-check-inner em {
  font-weight: 900;
  color: #0051a3;
}

.gigarakucamera-title-check-balloon {
  box-sizing: border-box;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.05em;
  background: #0051a3;
}

.gigarakucamera-title-check-balloon::after {
  position: absolute;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #0051a3 transparent transparent;
  border-style: solid;
}

.gigarakucamera-title-check-balloon-gray {
  box-sizing: border-box;
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  color: #000;
  letter-spacing: 0.05em;
  background: #e6e6e6;
}

.gigarakucamera-title-check-balloon-gray::after {
  position: absolute;
  right: 30px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #e6e6e6 transparent transparent;
  border-style: solid;
}

.gigarakucamera-title-section-01 {
  font-weight: 700;
  color: #0053a5;
  text-align: center;
  letter-spacing: 0.05em;
}

.gigarakucamera-top-note {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
}

.gigarakucamera-top-note li {
  margin-top: 4px;
}

.gigarakucamera-top-note.gigarakucamera-top-note--kome {
  padding-left: 16px;
}

.gigarakucamera-top-note.gigarakucamera-top-note--kome li {
  position: relative;
}

.gigarakucamera-top-note.gigarakucamera-top-note--kome li::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "※";
}

.gigarakucamera-top-note.gigarakucamera-top-note--maru {
  padding-left: 16px;
}

.gigarakucamera-top-note.gigarakucamera-top-note--maru li {
  position: relative;
  font-size: 14px;
}

.gigarakucamera-top-note.gigarakucamera-top-note--maru li::before {
  position: absolute;
  top: 0;
  left: -16px;
  content: "◎";
}

.gigarakucamera-top-note.gigarakucamera-top-note--maru li:not(:last-child) {
  margin-bottom: 12px;
}

.gigarakucamera-top-note-red {
  color: #e60012;
}

/*----------------------------------------
gigarakucamera
----------------------------------------*/
.gigarakucamera {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.gigarakucamera-txt {
  margin-left: 10px;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  color: #00afdb;
  text-align: center;
}

.gigarakucamera-txt-no {
  position: relative;
  bottom: -5px;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: #00afdb;
}

.nav-tile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -15px;
}

.nav-tile__item {
  margin-top: 15px;
}

.nav-tile-link {
  text-decoration: none;
}

.nav-tile-link__img {
  border-radius: 10px;
  box-shadow: 0 6px 10px rgba(63, 144, 196, 0.3);
  overflow: hidden;
}

.nav-tile-link__img img {
  display: block;
}

.nav-tile-link__text {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.375;
  margin-top: 10px;
  text-align: center;
}

.nav-title {
  border-bottom: 2px solid #2469be;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

#main {
  overflow: hidden;
}

#main img {
  vertical-align: baseline;
}

.camera-caption-c + .camera-box-d-ttl {
  margin-top: 28px;
}

@media (max-width: 639.98px) {
  p {
    font-size: inherit;
  }
}

@media (min-width: 768px) {
  .bnr-a--article {
    margin-top: 120px;
  }
  .bnr-a__inner {
    max-width: 1040px;
  }
  .bnr-a__link {
    transition: 0.3s ease-in-out;
  }
  .bnr-a__link:hover {
    opacity: .6;
  }
  .camera_link-01 {
    display: flex;
    justify-content: center;
    max-width: 840px;
    padding: 0 20px;
    margin: 30px auto 0;
  }
  .camera_link-01__target {
    flex: 0 0 46.625%;
    max-width: 373px;
    transition: opacity 0.3s ease;
  }
  .camera_link-01__target:not(:first-child) {
    margin-left: 6.75%;
  }
  .camera_link-01__target:hover {
    opacity: 0.7;
  }
  .camera-box-a {
    width: 86.66667%;
  }
  .camera-box-a-hdg {
    min-height: 70px;
    font-size: 3.2rem;
  }
  .camera-box-a-img-wrapper {
    padding: 0 8%;
    margin-top: 24px;
  }
  .camera-box-b {
    display: flex;
  }
  .camera-box-b-hdg {
    display: flex;
    flex-shrink: 0;
    font-size: 2.5rem;
  }
  .camera-box-b-body {
    flex-grow: 1;
    padding: 20px 28px;
  }
  .camera-box-b-body > p + p {
    margin-top: 16px;
  }
  .camera-box-c {
    width: 86.66667%;
  }
  .camera-box-c-hdg {
    min-height: 70px;
    font-size: 3.2rem;
  }
  .camera-box-c-img-wrapper {
    padding: 0 8%;
    margin-top: 24px;
  }
  .camera-box-d {
    width: 86.66667%;
  }
  .camera-box-d-hdg {
    min-height: 70px;
    font-size: 3.2rem;
  }
  .camera-box-d-box::before {
    top: calc(50% - 15px);
    right: -32px;
  }
  .camera-box-d-box::after {
    top: calc(50% - 4px);
    right: -44px;
  }
  .camera-box-d-plus-box {
    max-width: 394px;
  }
  .camera-box-e {
    width: 86.66667%;
  }
  .camera-box-e-txt p:nth-child(2) {
    min-height: 26px;
  }
  .camera-box-f {
    width: 86.66667%;
  }
  .camera-box-f-hdg {
    min-height: 70px;
    font-size: 3.2rem;
  }
  .camera-box-g {
    display: flex;
  }
  .camera-box-g-hdg {
    flex-shrink: 0;
  }
  .camera-box-g-body {
    flex-grow: 1;
    padding: 20px 28px;
  }
  .camera-box-g-body > p + p {
    margin-top: 16px;
  }
  .camera-bullet-a {
    margin: 0 15%;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .camera-bullet-a::before {
    top: 0.9em;
    width: 10px;
    height: 10px;
  }
  .camera-bullet-b {
    margin: 0 15%;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .camera-bullet-b::before {
    top: 0.9em;
    width: 10px;
    height: 10px;
  }
  .camera-hdg {
    width: 86.66667%;
  }
  .camera-link-img {
    transition: opacity .3s ease;
  }
  .camera-link-img:hover {
    opacity: 0.7;
  }
  .camera-link-img img {
    max-width: 100%;
  }
  .camera-list {
    width: 86.66667%;
  }
  .camera-title-main > span {
    margin-top: 8px;
  }
  .camera-title-main-img {
    width: 300px;
  }
  .camera-top-button-01 {
    border-radius: 30px;
    padding: 14px 20px;
    transition: opacity .3s ease;
    max-width: 320px;
  }
  .camera-top-button-01:hover {
    opacity: .6;
  }
  .camera-top-button-01::after {
    right: 18px;
  }
  .camera-top-button-column {
    display: flex;
    justify-content: center;
    margin: 20px auto -20px;
    max-width: 720px;
  }
  .camera-top-button-column__item {
    flex: 1 0 auto;
    margin: 20px;
  }
  .camera-top-button-wrap {
    margin: 40px 0 0;
  }
  .camera-top-demo-img {
    max-width: 520px;
  }
  .camera-top-demo-title {
    font-size: 25px;
    margin: 90px 0 20px;
  }
  .camera-top-demo-title::before, .camera-top-demo-title::after {
    height: 30px;
    vertical-align: text-bottom;
    width: 2px;
  }
  .camera-top-demo-title::before {
    margin-right: 20px;
  }
  .camera-top-demo-title::after {
    margin-left: 20px;
  }
  .camera-top-product-list {
    display: flex;
    justify-content: space-between;
    margin-top: 74px;
  }
  .camera-top-product-list__item {
    flex: 0 0 30.6142%;
    padding-left: 1.34357%;
    max-width: 319px;
  }
  .camera-top-product {
    padding: 20px;
  }
  .camera-top-product__label {
    height: 110px;
    left: -14px;
    line-height: 1.22222;
    width: 110px;
  }
  .camera-top-title-lv2 {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .camera-top-trial {
    display: flex;
  }
  .camera-top-trial__main {
    flex: 1 1 auto;
  }
  .camera-top-trial__img {
    flex: 0 1 auto;
    max-width: 366px;
  }
  .p-products-dl__col {
    padding: 0 70px 0 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-products-dl__text {
    width: 59.73451%;
  }
  .p-products__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-products__textLink > a {
    transition: opacity 0.3s ease-in-out;
  }
  .p-products__textLink > a:hover {
    opacity: .6;
  }
  .p-btn {
    transition: 0.3s ease-in-out;
  }
  .p-btn:hover {
    opacity: .6;
    color: #1b69be;
  }
  .lead-hdg {
    font-size: 40px;
  }
  .lead-txt {
    font-size: 1.8rem;
  }
  .lead-slash {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.41667;
  }
  .lead-slash::before, .lead-slash::after {
    width: 4px;
    height: 84px;
  }
  .lead-orange-slash {
    font-size: 40px;
    line-height: 1.41667;
  }
  .lead-orange-slash::before, .lead-orange-slash::after {
    width: 4px;
  }
  .list-case {
    width: 88%;
  }
  .mv-wrapper {
    max-width: 1366px;
    height: 323px;
  }
  .mv-txt {
    bottom: 44px;
    left: 83px;
  }
  .mv-sp {
    display: none;
  }
  .section-b {
    padding-top: 104px;
    padding-bottom: 104px;
  }
  .section-b-content {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
  }
  .section-c {
    margin-top: 148px;
  }
  .section-c:last-child {
    margin-bottom: 148px;
  }
  .section-d {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .section-e {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section-f {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .section-g {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 80px;
  }
  .section-g-inner {
    width: 86.66667%;
  }
  .section-h {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-i {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section-j {
    padding: 60px 20px 90px;
    background: transparent url(/content/camera/gigarakucamera/construction/images/bg_about.png) no-repeat center top;
  }
  .section-k {
    padding: 50px 0 80px;
  }
  .section-k-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .section-l {
    padding: 96px 0 0;
  }
  .section-l-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .section-l-subSection {
    padding: 130px 0 60px;
    margin-top: -93px;
  }
  .section-l-subSection-inner {
    max-width: 960px;
    padding: 0 20px;
    margin: auto;
  }
  .section-m {
    padding: 100px 0;
  }
  .section-m-inner {
    padding: 0 20px;
  }
  .section-n {
    padding: 100px 0;
  }
  .section-n-inner {
    padding: 0 20px;
  }
  .section-n-inner-wide {
    padding: 0 20px;
  }
  .section-o {
    padding: 60px 20px 90px;
    background: transparent url(/content/camera/gigarakucamera/store/images/bg_about.png) no-repeat center top;
  }
  .section-p {
    padding: 170px 0 80px;
    background: transparent url(/content/camera/gigarakucamera/store/images/bg_arrow.png) no-repeat center top;
  }
  .section-p-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .section-p-inner + .section-p-inner {
    margin-top: 88px;
  }
  .section-q {
    padding: 80px 0;
  }
  .section-q-inner {
    max-width: 960px;
    padding: 0 20px;
  }
  .section-r {
    padding: 50px 0 0;
  }
  .section-r-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .section-s {
    padding: 270px 0 80px;
    background: transparent url(/content/camera/gigarakucamera/store/images/bg_arrow.png) no-repeat center top;
  }
  .section-s-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .section-s-inner + .section-s-inner {
    margin-top: 88px;
  }
  .section-t {
    padding: 140px 0 80px;
  }
  .section-t-inner {
    max-width: 960px;
    padding: 0 20px;
  }
  .section-u {
    padding: 100px 0;
  }
  .section-u-inner {
    padding: 0 20px;
  }
  .section-v {
    padding: 50px 0 80px;
  }
  .section-v-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .section-w {
    padding: 50px 0 80px;
  }
  .section-w-inner {
    max-width: 1080px;
    padding: 0 20px;
  }
  .d-sp {
    display: none !important;
  }
  .gigarakucamera-box-b {
    padding: 20px;
  }
  .gigarakucamera-box-b-2column {
    display: grid;
    grid-template-columns: 68% 30%;
    column-gap: 2%;
  }
  .gigarakucamera-box-b-title {
    font-size: 22px;
  }
  .gigarakucamera-box-b-text {
    margin-top: 20px;
    font-size: 18px;
  }
  .gigarakucamera-box-c {
    padding-top: 68px;
    padding-bottom: 68px;
    background: linear-gradient(to right, #f8f8f8, #ebebeb 80%, #ffffff 80%, #ffffff 100%);
  }
  .gigarakucamera-box-c--reverse {
    background: linear-gradient(to left, #f8f8f8, #ebebeb 80%, #ffffff 80%, #ffffff 100%);
  }
  .gigarakucamera-box-c-inner {
    display: grid;
    grid-template-areas: "content content-out";
    grid-template-columns: repeat(2, auto);
    column-gap: 4%;
    align-items: center;
  }
  .gigarakucamera-box-c--reverse .gigarakucamera-box-c-inner {
    grid-template-areas: "content-out content";
  }
  .gigarakucamera-box-c-content {
    display: grid;
    grid-area: content;
    grid-template-areas: "title-area title-area" ". text-area";
    grid-template-columns: 1fr 436px;
    height: -webkit-fit-content;
    height: fit-content;
  }
  .gigarakucamera-box-c--reverse .gigarakucamera-box-c-content {
    grid-template-areas: "title-area title-area" "text-area .";
    grid-template-columns: 436px 1fr;
  }
  .gigarakucamera-box-c-title-area {
    display: grid;
    grid-area: title-area;
    grid-template-areas: ". title";
    grid-template-columns: 1fr 436px;
  }
  .gigarakucamera-box-c--reverse .gigarakucamera-box-c-title-area {
    grid-template-areas: "title .";
    grid-template-columns: 436px 1fr;
  }
  .gigarakucamera-box-c-title {
    grid-template-columns: 88px auto;
  }
  .gigarakucamera-box-c-title h2 {
    font-size: 32px;
  }
  .gigarakucamera-box-c--reverse .gigarakucamera-box-c-title {
    padding-right: 20px;
    padding-left: 0;
  }
  .gigarakucamera-box-c--reverse .gigarakucamera-box-c-text-area {
    padding-right: 20px;
    padding-left: 0;
  }
  .gigarakucamera-box-c-text {
    font-size: 18px;
  }
  .gigarakucamera-box-c-content-out {
    grid-area: content-out;
    max-width: 580px;
    height: auto;
    padding-right: 20px;
  }
  .gigarakucamera-box-c--reverse .gigarakucamera-box-c-content-out {
    justify-self: end;
    padding-right: 0;
    padding-left: 20px;
  }
  .gigarakucamera-box-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gigarakucamera-box-col2-item {
    flex: 0 0 47.11538%;
    max-width: 490px;
  }
  .gigarakucamera-box-col2-item:nth-child(n + 3) {
    margin-top: 50px;
  }
  .gigarakucamera-box-col3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gigarakucamera-box-col3-item {
    flex: 0 0 30.65217%;
    max-width: 282px;
    margin-bottom: 45px;
  }
  .gigarakucamera-box-col3-item::after {
    display: block;
    flex: 0 0 30.65217%;
    max-width: 282px;
    content: "";
  }
  .gigarakucamera-box-problem + .gigarakucamera-text-01 {
    margin-top: 10px;
  }
  .gigarakucamera-box-problem-title {
    padding: 10px 10px 11px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .gigarakucamera-box-problem-text {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.28;
  }
  .gigarakucamera-box-problem-foot {
    margin-top: 77px;
  }
  .gigarakucamera-box-problem-foot::before {
    top: -60px;
    border-width: 40px 41px 0 41px;
  }
  .gigarakucamera-box-problem-button {
    padding: 12px 10px 28px;
    font-size: 31.5px;
    font-size: 3.15rem;
    border-radius: 60px;
    transition: opacity 0.2s ease;
  }
  .gigarakucamera-box-problem-button small {
    font-size: 21px;
  }
  .gigarakucamera-box-problem-button-01::before {
    top: -38px;
    right: 88.77551%;
    width: 55px;
    height: 82px;
  }
  .gigarakucamera-box-problem-button-02::before {
    top: -22px;
    left: 79.59184%;
    width: 103px;
    height: 63px;
  }
  .gigarakucamera-button-a-wrap {
    margin-top: 28px;
  }
  .gigarakucamera-button-a {
    max-width: 320px;
    padding: 14px 20px;
    border-radius: 30px;
    transition: opacity 0.3 ease;
  }
  .gigarakucamera-button-a:hover {
    opacity: 0.6;
    transition: opacity 0.3 ease;
  }
  .gigarakucamera-button-01 {
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 17px 50px 18px;
    transition: opacity .3s;
  }
  .gigarakucamera-button-01:hover {
    color: #000;
    opacity: 0.7;
  }
  .gigarakucamera-button-02 {
    border-radius: 23px;
    font-size: 18px;
    padding: 12px 50px 14px;
    transition: opacity .3s;
  }
  .gigarakucamera-button-02:hover {
    opacity: .7;
  }
  .gigarakucamera-card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .gigarakucamera-card a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 24px 68px;
  }
  .gigarakucamera-card a:hover {
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .gigarakucamera-card a::before, .gigarakucamera-card a::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .gigarakucamera-card a::before {
    bottom: 16px;
  }
  .gigarakucamera-card a::after {
    bottom: 26px;
  }
  .gigarakucamera-card-title {
    flex-grow: 1;
  }
  .gigarakucamera-card-text {
    flex-grow: 1;
  }
  .gigarakucamera-card-image {
    max-width: 110px;
    max-height: 110px;
  }
  .gigarakucamera-case-col {
    justify-content: center;
    margin-top: 32px;
    padding: 0 20px;
  }
  .gigarakucamera-case-col-item {
    flex: 0 0 22.32796%;
    margin-left: 48px;
    max-width: 305px;
  }
  .gigarakucamera-clinic-case-title {
    font-size: 22px;
    line-height: 1.72727;
  }
  .gigarakucamera-clinic-case-text {
    font-size: 18px;
    line-height: 1.44444;
    margin-top: 15px;
    text-align: center;
  }
  .gigarakucamera-clinic-case-col {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .gigarakucamera-clinic-case-col-item {
    flex: 0 0 49.03846%;
  }
  .gigarakucamera-clinic-case-box {
    padding: 20px 25px;
  }
  .gigarakucamera-clinic-case-box-title {
    font-size: 22px;
    line-height: 1.45455;
    margin-bottom: 15px;
  }
  .gigarakucamera-clinic-case-box-item {
    font-size: 18px;
    padding-left: 20px;
  }
  .gigarakucamera-clinic-case-box-item::before {
    height: 8px;
    top: 10px;
    width: 8px;
  }
  .gigarakucamera-clinic-case-button-wrap {
    margin-top: 40px;
  }
  .gigarakucamera-comment {
    align-items: center;
    justify-content: space-between;
    max-width: 708px;
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .gigarakucamera-comment-text {
    flex: 0 0 76.27119%;
    max-width: 540px;
    padding: 20px 24px;
    margin-top: 20px;
    border-radius: 6px;
  }
  .gigarakucamera-comment-text::after {
    top: 30%;
    right: -20px;
    border-width: 9px 0 9px 20px;
  }
  .gigarakucamera-comment-text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .gigarakucamera-comment-text p small {
    font-size: 87.5%;
  }
  .gigarakucamera-comment-text p em {
    font-size: 112.5%;
  }
  .gigarakucamera-comment-text p strong {
    font-size: 112.5%;
  }
  .gigarakucamera-comment-img {
    flex: 0 0 18.36158%;
    max-width: 130px;
  }
  .gigarakucamera-comment-img + .gigarakucamera-comment-text::after {
    left: -20px;
    border-width: 9px 20px 9px 0;
  }
  .gigarakucamera-construction-box-solution-head {
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
  }
  .gigarakucamera-construction-box-solution-head-badge {
    top: -25px;
    left: -25px;
    width: 112px;
    height: 112px;
    padding: 25px 0 0 20px;
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.30435;
  }
  .gigarakucamera-construction-box-solution-title {
    margin-top: 15px;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.52632;
    text-align: center;
  }
  .gigarakucamera-construction-box-solution-title em {
    border-bottom-width: 2px;
  }
  .gigarakucamera-construction-box-solution-title small {
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .gigarakucamera-construction-box-solution-subTitle {
    padding: 14px 10px 15px;
    margin: 64px 0 30px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769;
    border-radius: 6px;
  }
  .gigarakucamera-construction-box-solution-main {
    padding: 40px 60px 60px;
    border-radius: 0 0 20px 20px;
  }
  .gigarakucamera-construction-box-solution-main::after {
    bottom: -40px;
    border-width: 40px 30px 0 30px;
  }
  .gigarakucamera-construction-box-plan {
    display: flex;
    align-items: center;
    padding: 30px 40px;
    margin: 30px auto;
    border-radius: 20px;
  }
  .gigarakucamera-construction-box-plan-img {
    flex: 0 0 33.69048%;
    max-width: 283px;
  }
  .gigarakucamera-construction-box-plan-logo {
    margin-top: 25px;
  }
  .gigarakucamera-construction-box-plan-main {
    flex: 0 0 61.90476%;
    max-width: 520px;
    margin-left: 3.57143%;
  }
  .gigarakucamera-construction-box-option {
    justify-content: center;
    padding: 15px;
  }
  .gigarakucamera-construction-box-option-img {
    flex: 0 1 22.52252%;
    max-width: 50px;
    margin-right: 16px;
  }
  .gigarakucamera-construction-box-option-text {
    flex-shrink: 1;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .gigarakucamera-construction-button-trial {
    padding: 26px 30px 27px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769;
    letter-spacing: 0.05em;
    transition: opacity 0.3s ease;
  }
  .gigarakucamera-construction-button-trial::before {
    bottom: 10px;
    left: 40px;
    width: 110px;
    height: 161px;
  }
  .gigarakucamera-construction-button-trial:hover {
    opacity: 0.7;
  }
  .gigarakucamera-construction-button-trial-wrap {
    margin-top: 70px;
  }
  .gigarakucamera-construction-button-trial-head {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .gigarakucamera-construction-details-box {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 1.875;
  }
  .gigarakucamera-construction-details-box-head {
    font-size: 18px;
  }
  .gigarakucamera-construction-details-box-text {
    font-size: 14px;
  }
  .gigarakucamera-construction-details-box-notes {
    font-size: 12px;
  }
  .gigarakucamera-construction-hr {
    height: 4px;
    margin: 40px 0 50px;
  }
  .gigarakucamera-construction-list-about {
    max-width: 1040px;
    margin-top: 70px;
  }
  .gigarakucamera-construction-list-about-item {
    flex: 0 0 23.07692%;
    max-width: 240px;
  }
  .gigarakucamera-construction-list-about-text {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .gigarakucamera-construction-list-icon {
    justify-content: flex-start;
    margin-top: 25px;
  }
  .gigarakucamera-construction-list-icon-item {
    flex: 0 0 15.19231%;
    max-width: 79px;
  }
  .gigarakucamera-construction-list-icon-item:nth-child(n + 2) {
    margin-left: 1.92308%;
  }
  .gigarakucamera-construction-list-icon-text {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.35714;
  }
  .gigarakucamera-construction-3rows {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
  .gigarakucamera-construction-3rows-item {
    flex: 0 0 31.5%;
  }
  .gigarakucamera-construction-step-item {
    display: flex;
    align-items: center;
    padding: 15px 24px 15px 0;
  }
  .gigarakucamera-construction-step-title {
    flex: 0 0 31.18557%;
    max-width: 242px;
  }
  .gigarakucamera-construction-step-title-num {
    flex-grow: 1;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .gigarakucamera-construction-step-title-label {
    flex: 0 0 50.82645%;
    max-width: 123px;
    padding: 4px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    border-radius: 6px;
  }
  .gigarakucamera-construction-step-text {
    flex: 0 0 65.72165%;
    max-width: 510px;
    margin: 0 0 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .gigarakucamera-construction-table-01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .gigarakucamera-construction-table-01 td,
  .gigarakucamera-construction-table-01 th {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .gigarakucamera-construction-table-02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .gigarakucamera-construction-table-02 th,
  .gigarakucamera-construction-table-02 td {
    padding: 20px 30px;
  }
  .gigarakucamera-construction-table-02 th {
    width: 162px;
  }
  .gigarakucamera-construction-table-scroll__head {
    font-size: 18px;
  }
  .gigarakucamera-construction-table-scroll__text {
    font-size: 14px;
  }
  .gigarakucamera-construction-table-scroll__notes {
    font-size: 12px;
  }
  .gigarakucamera-construction-title-lv1 {
    margin: 30px 0 15px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.30769;
    text-align: center;
  }
  .gigarakucamera-construction-title-lv2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.625;
  }
  .gigarakucamera-construction-title-lv3 {
    margin: 20px 0 10px;
    font-size: 20px;
    font-size: 2rem;
  }
  .gigarakucamera-construction-title-plan {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .gigarakucamera-construction-title-plan small {
    font-size: 60%;
  }
  .gigarakucamera-flow-list {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 30px;
  }
  .gigarakucamera-flow-list-item {
    flex: 0 0 24.23913%;
    max-width: 223px;
  }
  .gigarakucamera-flow-list-item::before {
    top: 28px;
    right: 65%;
    width: 72.64574%;
    max-width: 175px;
    height: 1px;
    border-top: 2px dotted #256aaf;
  }
  .gigarakucamera-flow-list-icon {
    width: 55px;
    height: 55px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 55px;
  }
  .gigarakucamera-flow-list-title {
    margin-top: 15px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  .gigarakucamera-flow-list-title-head::before, .gigarakucamera-flow-list-title-head::after {
    height: 35px;
    vertical-align: text-bottom;
  }
  .gigarakucamera-flow-list-title-head::before {
    margin-right: 10px;
  }
  .gigarakucamera-flow-list-title-head::after {
    margin-left: 10px;
  }
  .gigarakucamera-flow-list-text {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .gigarakucamera-flow-list-balloon {
    bottom: 60px;
    height: 64px;
    left: 20px;
    width: 160px;
    max-width: 160px;
  }
  .gigarakucamera-flow-list-02 {
    display: flex;
    justify-content: space-between;
  }
  .gigarakucamera-flow-list-02-item {
    flex: 0 0 23.55769%;
    padding: 20px;
    max-width: 245px;
  }
  .gigarakucamera-flow-list-02-item::before {
    border-color: transparent transparent transparent #165ca6;
    border-width: 10px 0 10px 10px;
    bottom: 0;
    left: -15px;
    top: 0;
  }
  .gigarakucamera-flow-list-02-head {
    min-height: 70px;
  }
  .gigarakucamera-flow-list-02-icon {
    flex: 0 0 56px;
    font-size: 24px;
    height: 56px;
    padding-top: 11px;
    width: 56px;
  }
  .gigarakucamera-flow-list-02-icon small {
    font-size: 12px;
  }
  .gigarakucamera-flow-list-02-title {
    font-size: 16px;
    line-height: 1.375;
  }
  .gigarakucamera-hdg-a {
    font-size: 40px;
  }
  .gigarakucamera-hdg-b {
    margin-bottom: 36px;
    font-size: 26px;
  }
  .gigarakucamera-inner-a {
    max-width: 1080px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .gigarakucamera-inquiry-buttonWrap {
    display: flex;
    justify-content: space-between;
    max-width: 920px;
  }
  .gigarakucamera-inquiry-buttonWrap-item {
    flex: 0 0 48.26087%;
    max-width: 444px;
  }
  .gigarakucamera-inquiry-button {
    padding: 33px 10px 32px;
    font-size: 26px;
    font-size: 2.6rem;
    border-radius: 51px;
    transition: opacity 0.2s ease;
  }
  .gigarakucamera-inquiry-button-doc::before, .gigarakucamera-inquiry-button-store::before, .gigarakucamera-inquiry-button-mail::before {
    margin-right: 10px;
  }
  .gigarakucamera-inquiry-button-blank::after {
    margin-left: 10px;
  }
  .gigarakucamera-inquiry-button-doc::before {
    width: 27px;
    height: 32px;
  }
  .gigarakucamera-inquiry-button-store::before {
    width: 35px;
    height: 37px;
  }
  .gigarakucamera-inquiry-button-mail::before {
    width: 41px;
    height: 27px;
  }
  .gigarakucamera-inquiry-button-blank::after {
    width: 28px;
    height: 22px;
  }
  .gigarakucamera-inquiry {
    padding: 64px 20px 80px;
  }
  .gigarakucamera-inquiry-img {
    margin: 40px auto;
  }
  .gigarakucamera-inquiry-title {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .gigarakucamera-inquiry-title span {
    display: inline-block;
  }
  .gigarakucamera-inquiry-title span::before {
    margin-right: 30px;
  }
  .gigarakucamera-inquiry-title span::after {
    margin-left: 30px;
  }
  .gigarakucamera-inquiry-tel {
    pointer-events: none;
  }
  .gigarakucamera-inquiry-text {
    margin-top: 50px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
  }
  .gigarakucamera-movie {
    margin-top: 68px;
  }
  .gigarakucamera-movie-title {
    grid-template-columns: repeat(3, auto);
    font-size: 22px;
  }
  .gigarakucamera-movie-title::before, .gigarakucamera-movie-title::after {
    width: 24px;
  }
  .gigarakucamera-movie-box {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .gigarakucamera-mv-title {
    width: 30%;
    padding: 16px 28px 24px;
  }
  .gigarakucamera-mv-title-lead {
    margin-bottom: 4px;
    font-size: 20px;
  }
  .gigarakucamera-mv-logo {
    width: 70%;
  }
  .gigarakucamera-mv-image {
    top: 0;
    left: 52%;
    height: 100%;
  }
  .gigarakucamera-mv-image img {
    height: 100%;
  }
  .gigarakucamera-mv-title-box {
    padding-top: 4px;
    padding-bottom: 8px;
    margin-top: 20px;
    font-size: 22px;
  }
  .gigarakucamera-note-01 {
    display: flex;
    align-items: flex-start;
  }
  .gigarakucamera-note-center {
    display: block;
    text-align: center;
  }
  .gigarakucamera-parking-box-products-title {
    border-radius: 12px;
    font-size: 18px;
    padding: 22px;
  }
  .gigarakucamera-parking-box-products-text {
    font-size: 18px;
    line-height: 1.88889;
  }
  .gigarakucamera-parking-box-products-foot {
    margin-top: 77px;
  }
  .gigarakucamera-parking-box-products-foot::before {
    top: -60px;
    border-width: 40px 41px 0 41px;
  }
  .gigarakucamera-parking-box-spec {
    margin-top: 10px;
    padding: 10px 18px;
  }
  .gigarakucamera-parking-box-spec-img {
    position: absolute;
    right: 0;
    top: 20px;
    width: 125px;
    z-index: 1;
  }
  .gigarakucamera-parking-box-spec-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .gigarakucamera-parking-box-spec-table {
    font-size: 16px;
    margin-top: 5px;
    position: relative;
    z-index: 3;
  }
  .gigarakucamera-parking-box-spec-table tr:not(:last-child) th, .gigarakucamera-parking-box-spec-table tr:not(:last-child) td {
    padding-bottom: 5px;
  }
  .gigarakucamera-parking-box-col2 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .gigarakucamera-parking-box-col2-item {
    flex: 0 0 48.36957%;
    width: 48.36957%;
    max-width: 445px;
  }
  .gigarakucamera-parking-box-section {
    display: flex;
    justify-content: space-between;
    max-width: 920px;
    margin-top: 60px;
  }
  .gigarakucamera-parking-box-section-img {
    flex: 0 0 30.65217%;
    width: 282px;
    max-width: 282px;
  }
  .gigarakucamera-parking-box-section-main {
    flex: 0 0 65%;
    width: 598px;
    max-width: 598px;
  }
  .gigarakucamera-parking-box-section-title {
    font-size: 24px;
    line-height: 1.625;
    margin-top: -10px;
  }
  .gigarakucamera-parking-box-section-text {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 5px;
  }
  .gigarakucamera-parking-button-arrow {
    align-items: center;
    background-size: 26px auto;
    border-radius: 60px;
    display: flex;
    font-size: 26px;
    justify-content: center;
    min-height: 120px;
    padding: 8px 50px 15px;
    transition: opacity .3s ease;
  }
  .gigarakucamera-parking-button-arrow:hover {
    opacity: 0.6;
  }
  .gigarakucamera-parking-button-arrow small {
    font-size: 65.625%;
  }
  .gigarakucamera-parking-flow-balloon {
    bottom: 60px;
    height: 64px;
    left: 20px;
    width: 160px;
    max-width: 160px;
  }
  .gigarakucamera-parking-list-about {
    max-width: 1040px;
    margin-top: 70px;
  }
  .gigarakucamera-parking-list-about-item {
    flex: 0 0 23.07692%;
    max-width: 240px;
  }
  .gigarakucamera-parking-list-about-text {
    font-size: 22px;
    font-size: 2.2rem;
    min-height: 72px;
    padding: 6px 5px 9px;
  }
  .gigarakucamera-parking-section-01 {
    margin: 80px 0 0;
  }
  .gigarakucamera-parking-text-01 {
    font-size: 32px;
    line-height: 1.5;
  }
  .gigarakucamera-parking-text-01 + .gigarakucamera-parking-text-01 {
    margin-top: 20px;
  }
  .gigarakucamera-recommend-title {
    font-size: 32px;
    line-height: 1.5;
  }
  .gigarakucamera-recommend-title-head {
    font-size: 20px;
  }
  .gigarakucamera-recommend-pamphlet {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .gigarakucamera-recommend-pamphlet-fig {
    flex: 0 0 34.04255%;
    margin: 0 80px 0 0;
  }
  .gigarakucamera-recommend-pamphlet-button-wrap {
    margin-top: 30px;
  }
  .gigarakucamera-recommend-comment {
    font-size: 22px;
    line-height: 1.36364;
    padding: 28px 25px;
  }
  .gigarakucamera-recommend-comment::before {
    border-color: transparent #fff transparent transparent;
    border-width: 17px 34px 17px 0;
    bottom: 0;
    left: -34px;
    margin: auto 0;
    top: 0;
  }
  .gigarakucamera-restaurant-box-wrap {
    margin-top: 35px;
  }
  .gigarakucamera-restaurant-box-title {
    font-size: 25px;
    line-height: 1.28;
  }
  .gigarakucamera-restaurant-box-title::before {
    height: 40px;
    padding-top: 6px;
    width: 40px;
  }
  .gigarakucamera-restaurant-box-text {
    font-size: 18px;
    line-height: 1.55556;
    margin-top: 15px;
  }
  .gigarakucamera-restaurant-fig {
    margin: 50px 0 0;
  }
  .gigarakucamera-restaurant-fig-text {
    font-size: 25px;
    line-height: 1.28;
    margin-top: 20px;
  }
  .gigarakucamera-restaurant-list-about {
    margin: 50px auto 0;
    max-width: 893px;
  }
  .gigarakucamera-restaurant-list-about-item {
    flex: 0 0 31.35498%;
    margin-right: 26px;
  }
  .gigarakucamera-restaurant-list-about-item:last-child {
    margin-right: 0;
  }
  .gigarakucamera-restaurant-list-about-text {
    font-size: 15.4px;
    padding: 7px 10px 11px;
  }
  .gigarakucamera-restaurant-list-about-text em {
    font-size: 22px;
  }
  .gigarakucamera-restaurant-section-about {
    background: transparent url(/content/camera/gigarakucamera/restaurant/images/bg_about_pc.png) no-repeat top center;
    padding: 60px 20px 96px;
  }
  .gigarakucamera-section-wrap {
    margin-top: 72px;
  }
  .gigarakucamera-store-box {
    padding: 38px 40px 30px;
    border-radius: 10px;
  }
  .gigarakucamera-store-box-title {
    margin: 20px 0 15px;
    font-size: 25px;
    font-size: 2.5rem;
  }
  .gigarakucamera-store-box-main p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556;
  }
  .gigarakucamera-store-box-main p + p {
    margin-top: 10px;
  }
  .gigarakucamera-store-box-main small {
    font-size: 66.66667%;
    line-height: 1.66667;
  }
  .gigarakucamera-store-movie {
    margin-top: 60px;
  }
  .gigarakucamera-store-movie-title {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .gigarakucamera-store-movie-title::before, .gigarakucamera-store-movie-title::after {
    width: 2px;
    height: 30px;
  }
  .gigarakucamera-store-movie-title::before {
    margin-right: 25px;
  }
  .gigarakucamera-store-movie-title::after {
    margin-left: 25px;
  }
  .gigarakucamera-store-movie-target {
    margin: 10px auto;
    transition: opacity 0.3s ease;
  }
  .gigarakucamera-store-movie-target:hover {
    opacity: 0.8;
  }
  .gigarakucamera-store-movie-target::after {
    background-size: 110px;
  }
  .gigarakucamera-store-movie-cite {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
  }
  .gigarakucamera-store-recommend {
    padding: 72px 0;
  }
  .gigarakucamera-store-recommend-inner {
    padding: 0 10px;
  }
  .gigarakucamera-store-recommend-box {
    padding: 40px 3.7037% 50px;
  }
  /*.gigarakucamera-store-recommend-box::after {
    transform: rotate(45deg) skew(5deg, 5deg);
  } */
  .gigarakucamera-store-recommend-box-text {
    margin-top: 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .gigarakucamera-store-recommend-subTitle {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .gigarakucamera-store-recommend-subTitle-bd {
    background-size: 1px 20px;
  }
  .gigarakucamera-store-recommend-subTitle strong {
    font-size: 133.33333%;
  }
  .gigarakucamera-store-recommend-ex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .gigarakucamera-store-recommend-ex-fig {
    flex: 0 0 35%;
    width: 35%;
  }
  .gigarakucamera-store-recommend-ex-fig img {
    width: auto;
    max-width: 236px;
  }
  .gigarakucamera-store-recommend-ex-table {
    flex: 0 0 65%;
    width: 65%;
  }
  .gigarakucamera-store-recommend-ex-table th,
  .gigarakucamera-store-recommend-ex-table td {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .gigarakucamera-store-recommend-ex-table th {
    padding-right: 8px;
    padding-left: 8px;
  }
  .gigarakucamera-store-recommend-ex-table small {
    font-size: 90%;
  }
  .gigarakucamera-store-recommend-ex-table .txt-marker-a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .gigarakucamera-store-recommend-ex-table .txt-marker-a em {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .gigarakucamera-store-recommend-title {
    margin-top: 72px;
    font-size: 52px;
    font-size: 5.2rem;
    line-height: 1.4;
  }
  .gigarakucamera-store-recommend-title-bg {
    padding: 0 0.2em;
  }
  .gigarakucamera-store-recommend-webstore {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
  }
  .gigarakucamera-store-recommend-webstore-fig {
    flex: 0 1 56.06838%;
    padding: 0 24px;
  }
  .gigarakucamera-store-recommend-webstore-main {
    flex: 0 0 43.93162%;
    min-width: 390px;
    padding-right: 24px;
    padding-left: 20px;
    margin-top: -30px;
  }
  .gigarakucamera-store-recommend-webstore-title::before {
    margin-right: 30px;
    transform: rotate(160deg) translateY(10px);
  }
  .gigarakucamera-store-recommend-webstore-title::after {
    margin-left: 30px;
    transform: rotate(20deg) translateY(-10px);
  }
  .gigarakucamera-store-recommend-webstore-title-inner {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .gigarakucamera-store-recommend-webstore-title-inner strong {
    font-size: 141.66667%;
  }
  .gigarakucamera-store-recommend-btn {
    max-width: 390px;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .gigarakucamera-store-recommend-btn-icon {
    width: 28px;
    height: 30px;
  }
  .gigarakucamera-store-recommend-btn-icon svg {
    transition: fill 0.2s;
  }
  .gigarakucamera-store-title-box {
    padding: 30px 140px 30px 140px;
    margin: 30px 0 60px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
    background-image: url(/content/camera/gigarakucamera/store/images/icon_point_01.png);
    background-repeat: no-repeat;
    background-position: top 8px left 33px;
  }
  .gigarakucamera-store-title-box-head {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .gigarakucamera-store-title-box-head::before, .gigarakucamera-store-title-box-head::after {
    width: 2px;
    height: 30px;
  }
  .gigarakucamera-store-title-box-head::before {
    margin-right: 25px;
  }
  .gigarakucamera-store-title-box-head::after {
    margin-left: 25px;
  }
  .gigarakucamera-store-title-section {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
  }
  .gigarakucamera-construction-subtitle {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .gigarakucamera-support-box-01__head {
    padding: 5px 20px;
    font-size: 32px;
  }
  .gigarakucamera-support-box-01__cont {
    padding: 30px 8%;
  }
  .gigarakucamera-support-box-01__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gigarakucamera-support-box-02 + .gigarakucamera-support-box-02 {
    margin-top: 40px;
  }
  .gigarakucamera-support-box-02__head {
    padding: 8px 30px;
    font-size: 22px;
    line-height: 1.36364;
  }
  .gigarakucamera-support-box-02__head span {
    font-size: 18px;
  }
  .gigarakucamera-support-box-02__cont {
    padding: 32px 30px;
  }
  .gigarakucamera-support-box-02__inner-01 {
    display: flex;
    justify-content: space-between;
  }
  .gigarakucamera-support-box-02__img {
    max-width: 312px;
    max-height: 188px;
  }
  .gigarakucamera-support-box-02__text-area {
    margin-left: 30px;
  }
  .gigarakucamera-support-box-02__in-title {
    font-size: 20px;
  }
  .gigarakucamera-support-box-02__in-title span {
    font-size: 18px;
  }
  .gigarakucamera-support-btn__wrap {
    padding: 5px 70px;
  }
  .gigarakucamera-support-btn__wrap:hover {
    opacity: 0.7;
  }
  .gigarakucamera-support-lead {
    font-size: 18px;
    line-height: 1.8;
  }
  .gigarakucamera-support-lists {
    padding-right: 30px;
  }
  .gigarakucamera-support-lists__item {
    align-items: center;
    padding-bottom: 9px;
  }
  .gigarakucamera-support-lists__item:not(:first-child) {
    padding-top: 5px;
  }
  .gigarakucamera-support-lists__icon {
    width: 34px;
    height: 34px;
  }
  .gigarakucamera-support-lists__text {
    font-size: 22px;
  }
  .gigarakucamera-support-lists__text span {
    -webkit-text-decoration: underline #faf444 4px;
            text-decoration: underline #faf444 4px;
  }
  .gigarakucamera-support-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .gigarakucamera-support-section__inner-01 {
    width: 880px;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .gigarakucamera-support-section__inner-02 {
    width: 1060px;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .gigarakucamera-support-section__content-wrap {
    margin-top: 50px;
  }
  .gigarakucamera-support-title-01 {
    padding-bottom: 10px;
    font-size: 34px;
    text-align: center;
  }
  .gigarakucamera-support-title-02 {
    font-size: 32px;
    text-align: center;
    border-bottom: 3px solid #0053a5;
  }
  .gigarakucamera-text-pc-center {
    text-align: center;
  }
  .gigarakucamera-text-01 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.88889;
  }
  .gigarakucamera-text-02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
  .gigarakucamera-title-check {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.40625;
  }
  .gigarakucamera-title-check-inner {
    display: inline-table;
    line-height: 1.4;
    padding: 0 4px 5px;
  }
  .gigarakucamera-title-check-balloon {
    bottom: 65px;
    width: 140px;
    padding: 10px 12px;
    font-size: 30px;
    font-size: 3rem;
    border-radius: 10px;
    margin-right: -140px;
    position: relative;
    transform: translateX(-95px);
  }
  .gigarakucamera-title-check-balloon::after {
    bottom: -15px;
    border-width: 0 15px 15px 0;
  }
  .gigarakucamera-title-check-balloon-gray {
    bottom: 55px;
    width: 135px;
    padding: 7px 0 8px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 10px;
    margin-right: -135px;
    position: relative;
    transform: translateX(-95px);
  }
  .gigarakucamera-title-check-balloon-gray::after {
    bottom: -15px;
    border-width: 0 15px 15px 0;
  }
  .gigarakucamera-title-section-01 {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.41667;
  }
  .gigarakucamera-img {
    width: 400px;
  }
  .nav-tile__item {
    flex: 0 0 22.64875%;
    max-width: 236px;
  }
  .nav-tile-link {
    transition: opacity .3s ease;
  }
  .nav-tile-link:hover {
    opacity: 0.7;
  }
  .nav-title {
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .bnr-a--article {
    margin-top: 60px;
  }
  .bnr-a__inner {
    width: 94%;
    max-width: 400px;
  }
  .camera_link-01 {
    margin-top: 10px;
  }
  .camera_link-01__target {
    margin-top: 20px;
  }
  .camera_link-01__target:first-child {
    margin-top: 0;
  }
  .camera-banner-a {
    margin-top: 50px;
  }
  .camera-box-a + .camera-box-a {
    margin-top: 25px;
  }
  .camera-box-a {
    margin-top: 25px;
  }
  .camera-box-a-hdg {
    font-size: 2rem;
  }
  .camera-box-a-hdg h2 {
    padding-left: 30px;
  }
  .camera-box-a-hdg-small {
    font-size: 1.6rem;
  }
  .camera-box-a-num {
    top: calc(50% - 16px);
  }
  .camera-box-a-body {
    padding: 14px 25px 25px 25px;
  }
  .camera-box-a-img-wrapper {
    margin-top: 20px;
  }
  .camera-box-a-txt-wrapper {
    margin-top: 10px;
  }
  .camera-box-a-lyt {
    flex-wrap: wrap;
    padding: 0;
  }
  .camera-box-a-lyt .camera-box-a-txt-wrapper,
  .camera-box-a-lyt .camera-box-a-img-wrapper {
    width: 100%;
  }
  .camera-box-a-lyt .camera-box-a-img-wrapper {
    margin-top: 20px;
  }
  .camera-box-a-txt-caption {
    margin-top: 4px;
  }
  .camera-box-a-img-2clm {
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
  }
  .camera-box-a-img-2clm img {
    width: 100%;
  }
  .camera-box-a-img-2clm img:nth-child(n + 4) {
    margin-top: 20px;
  }
  .camera-box-a-img-2clm-arrow {
    flex-wrap: wrap;
    align-items: flex-start;
    height: auto;
  }
  .camera-box-a-img-2clm-arrow img {
    width: 100%;
  }
  .camera-box-a-img-2clm-arrow img:nth-child(n + 4) {
    margin-top: 60px;
  }
  .camera-box-a-img-2clm-arrow-icon img {
    width: 30px;
    transform: rotate(90deg);
  }
  .camera-box-b-hdg {
    font-size: 2rem;
  }
  .camera-box-b-body {
    padding: 18px 20px;
  }
  .camera-box-b-body > p + p {
    margin-top: 12px;
  }
  .camera-box-c-hdg {
    font-size: 2rem;
  }
  .camera-box-c-body {
    padding: 18px 20px;
    text-align: center;
  }
  .camera-box-c-img-wrapper {
    padding: 0;
    text-align: center;
  }
  .camera-box-c-txt-wrapper {
    margin-top: 10px;
  }
  .camera-box-c-lyt {
    flex-wrap: wrap;
    padding: 0;
  }
  .camera-box-c-lyt .camera-box-c-txt-wrapper {
    order: 2;
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
  .camera-box-c-lyt .camera-box-c-img-wrapper {
    order: 1;
    width: 100%;
    max-width: 108px;
    margin-left: 0px;
  }
  .camera-box-c-txt {
    font-size: 1.8rem;
  }
  .camera-box-d {
    margin-top: 30px;
  }
  .camera-box-d-hdg {
    font-size: 2rem;
  }
  .camera-box-d-body {
    padding: 28px 20px;
  }
  .camera-box-d-box-wrapper {
    flex-wrap: wrap;
  }
  .camera-box-d-box {
    width: 100%;
  }
  .camera-box-d-box:nth-child(n + 2) {
    margin-top: 50px;
  }
  .camera-box-d-box::before {
    right: calc(50% - 3px);
    bottom: -40px;
  }
  .camera-box-d-box::after {
    right: calc(50% - 15px);
    bottom: -28px;
  }
  .camera-box-d-txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .camera-box-d-txt span {
    line-height: calc(56 / 36);
  }
  .camera-box-d-plus-box-wrapper {
    flex-wrap: wrap;
  }
  .camera-box-d-plus-box {
    width: 100%;
  }
  .camera-box-d-plus-box p {
    text-align: center;
  }
  .camera-box-d-plus-box:nth-child(2) {
    margin-top: 10px;
    margin-left: 0;
  }
  .camera-box-e {
    flex-wrap: wrap;
    margin: 16px auto 0;
  }
  .camera-box-e-item {
    width: 100%;
    padding: 20px 25px;
  }
  .camera-box-e-item:nth-child(n + 2) {
    margin-top: 25px;
  }
  .camera-box-e-txt {
    font-size: 2rem;
  }
  .camera-box-f + .camera-box-f {
    margin-top: 25px;
  }
  .camera-box-f {
    margin-top: 10px;
  }
  .camera-box-f-hdg {
    font-size: 2rem;
  }
  .camera-box-f-body {
    padding: 14px 25px 25px 25px;
  }
  .camera-box-f-lyt {
    flex-wrap: wrap;
    padding: 0;
  }
  .camera-box-f-lyt .camera-box-f-txt-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
  .camera-box-f-lyt .camera-box-f-img-wrapper {
    width: 100%;
    margin-top: 20px;
  }
  .camera-box-f-lyt .camera-box-f-img-wrapper img {
    width: 100%;
  }
  .camera-box-f-txt {
    margin-top: 4px;
    font-size: 1.6rem;
  }
  .camera-box-f-txt + .camera-bullet-b {
    margin-top: 8px;
  }
  .camera-box-g-hdg {
    font-size: 2rem;
  }
  .camera-box-g-hdg-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 10px 14px 10px;
  }
  .camera-box-g-hdg-circle {
    width: 35px;
    height: 35px;
    margin: 0 0 0 4px;
  }
  .camera-box-g-body {
    padding: 18px 20px;
  }
  .camera-box-g-body > p + p {
    margin-top: 12px;
  }
  .camera-bullet-a {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .camera-bullet-a::before {
    top: 0.9em;
    width: 8px;
    height: 8px;
  }
  .camera-bullet-a + .camera-bullet-a {
    margin-top: 4px;
  }
  .camera-bullet-a-caption {
    margin-top: 4px;
  }
  .camera-bullet-b {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .camera-bullet-b::before {
    top: 0.9em;
    width: 8px;
    height: 8px;
  }
  .camera-bullet-b + .camera-bullet-b {
    margin-top: 4px;
  }
  .camera-bullet-b-caption {
    margin-top: 4px;
  }
  .camera-caption-b-li span {
    margin-right: 4px;
  }
  .camera-caption-c {
    margin-top: 20px;
  }
  .camera-hdg {
    padding-bottom: 4px;
    margin-top: 0px;
    font-size: 2rem;
  }
  .camera-img-a {
    padding: 15px;
    margin-top: 20px;
  }
  .camera-img-a-ttl {
    padding-bottom: 0px;
    font-size: 1.6rem;
  }
  .camera-img-b {
    margin-top: 20px;
  }
  .camera-img-b + .camera-box-b {
    margin-top: 20px;
  }
  .camera-img-c {
    padding: 15px;
    margin-top: 20px;
  }
  .camera-img-c-ttl {
    padding-bottom: 0px;
    font-size: 1.6rem;
  }
  .camera-img-c-txt {
    margin-top: 4px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: left;
  }
  .camera-link-img img {
    width: 100%;
    max-width: none;
  }
  .camera-list {
    flex-wrap: wrap;
  }
  .camera-list-item {
    width: 100%;
    margin: 0 0 58px;
  }
  .camera-list-item:nth-child(3n + 1) {
    margin: 0 0 58px;
  }
  .camera-table-a-wrapper {
    padding-bottom: 20px;
  }
  .camera-table-a {
    width: 765px;
  }
  .camera-table-a th {
    font-size: 1.3rem;
  }
  .camera-table-a th:first-child {
    min-width: 240px;
  }
  .camera-table-a th:last-child {
    width: 320px;
  }
  .camera-table-a th span {
    font-size: 1.2rem;
  }
  .camera-table-a td {
    padding: 8px 14px;
    font-size: 1.3rem;
  }
  .camera-table-a td span {
    font-size: 1.8rem;
  }
  .camera-table-a-tag {
    padding: 0px 6px 2px 6px;
    font-size: 1.2rem;
    border-radius: 3px;
  }
  td.camera-table-a-date {
    align-items: center;
  }
  td.camera-table-a-date .camera-caption-a {
    font-size: 1.3rem;
    line-height: calc(46 / 26);
  }
  .camera-table-a-date-red {
    flex-flow: column;
    align-items: start;
    padding: 4px 6px;
    font-size: 1.3rem;
    line-height: 1;
    text-align: left;
  }
  .camera-table-a-date-red p {
    margin-left: 0px;
    font-size: 1.1rem;
  }
  .camera-table-a-date-blue {
    height: 20px;
    padding: 0 6px;
    font-size: 1.1rem;
    line-height: 1;
  }
  .camera-table-b-wrapper {
    padding-bottom: 20px;
  }
  .camera-table-b {
    width: 665px;
  }
  .camera-table-b th {
    font-size: 1.3rem;
  }
  .camera-table-b th:nth-child(2), .camera-table-b th:nth-child(3) {
    width: 180px;
  }
  .camera-table-b th span {
    font-size: 1.2rem;
  }
  .camera-table-b td {
    padding: 8px 0px;
    font-size: 1.3rem;
  }
  .camera-table-b td span {
    font-size: 1.8rem;
  }
  td.camera-table-b-rowspan {
    width: 90px;
    padding: 0 8px;
  }
  .camera-title .camera-caption-a-red {
    text-align: left;
  }
  .camera-title-main {
    font-size: 2rem;
  }
  .camera-title-main-img {
    width: 200px;
  }
  .camera-title-txt {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .camera-title-txt + .camera-title-txt {
    margin-top: 20px;
  }
  .camera-title-txt-blue {
    margin-top: 20px;
    font-size: 1.8rem;
    text-align: left;
  }
  .camera-title-txt-blue + .camera-title-txt-blue,
  .camera-title-txt-blue + .camera-title-txt {
    margin-top: 20px;
  }
  .camera-title-tag {
    margin-top: 6px;
    margin-left: 0;
  }
  .camera-title-txt-wrapper {
    flex-flow: column;
    margin-top: 14px;
  }
  .camera-top-button-01 {
    border-radius: 32px;
    padding: 16px 20px;
  }
  .camera-top-button-01::after {
    right: 20px;
  }
  .camera-top-button-column {
    margin-top: 30px;
  }
  .camera-top-button-column__item:not(:first-child) {
    margin-top: 15px;
  }
  .camera-top-button-wrap {
    margin: 30px 0 0;
  }
  .camera-top-swiper + .camera-top-button-wrap {
    padding: 0 20px;
  }
  .camera-top-demo-title {
    font-size: 15px;
    margin: 60px 0 10px;
  }
  .camera-top-demo-title::before, .camera-top-demo-title::after {
    height: 15px;
    vertical-align: baseline;
    width: 1px;
  }
  .camera-top-demo-title::before {
    margin-right: 10px;
  }
  .camera-top-demo-title::after {
    margin-left: 10px;
  }
  .camera-top-product-list {
    margin-top: 66px;
  }
  .camera-top-product-list__item {
    padding: 0 15px;
  }
  .camera-top-product-list__item:not(:first-child) {
    margin-top: 54px;
  }
  .camera-top-product {
    padding: 24px;
  }
  .camera-top-product__label {
    height: 109px;
    left: -15px;
    line-height: 1.22222;
    width: 109px;
  }
  .camera-top-title-lv2 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
    padding-bottom: 5px;
  }
  .camera-top-trial__img {
    margin-top: 30px;
    padding-right: 4.47761%;
  }
  .camera-video {
    width: 100%;
    border-width: 0 0 2px 2px;
  }
  .p-products-dl {
    padding: 60px 0 47px;
  }
  .p-products-dl__title {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-products-dl__lead {
    font-size: 16px;
    line-height: 1.875;
  }
  .p-products-dl__img {
    margin-top: 40px;
  }
  .p-products__cont {
    padding: 40px 0 60px;
  }
  .p-products__head {
    font-size: 26px;
    letter-spacing: 0.01em;
  }
  .p-products__head--sml {
    font-size: 20px;
    line-height: 1.5;
  }
  .p-products__lead {
    margin-top: 33px;
    font-size: 16px;
    line-height: 1.875;
  }
  .p-products__items {
    margin-top: 100px;
  }
  .p-btn:hover {
    color: #1b69be;
  }
  .conversion-ttl {
    padding-right: 0px;
    font-size: 2rem;
  }
  .conversion-lyt {
    flex-flow: column;
  }
  .conversion-box-wrapper {
    flex-flow: column;
    width: 100%;
    margin-top: 10px;
  }
  .conversion-box {
    width: 100%;
    padding: 14px 50px 20px 94px;
  }
  .conversion-box::before {
    top: 43px;
    width: 48px;
    background-size: 48px;
  }
  .conversion-box::after {
    right: 10px;
  }
  .conversion-box-head {
    font-size: 1.5rem;
  }
  .conversion-box-lead {
    padding-left: 0px;
    margin-top: 4px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .conversion-box-small {
    padding: 10px 30px 10px 68px;
  }
  .conversion-box-small::before {
    width: 24px;
    background-position: center center;
    background-size: 24px;
  }
  .conversion-box-small:nth-child(2) {
    margin-top: 10px;
  }
  .conversion-box-small:nth-child(2)::before {
    width: 24px;
    background-position: center center;
    background-size: 24px;
  }
  .conversion-box-small::after {
    right: 10px;
  }
  .conversion-box-small-lead {
    font-size: 1.6rem;
  }
  .dot-border {
    margin: 30px auto;
    border-bottom: 2px dotted #c8c8c8;
  }
  .lead-hdg {
    font-size: 30px;
  }
  .lead-txt {
    font-size: 1.6rem;
    text-align: left;
  }
  .lead-img {
    margin: 20px 0 40px;
  }
  .lead-slash {
    font-size: 2rem;
    line-height: 1.5;
  }
  .lead-slash::before, .lead-slash::after {
    width: 2px;
    height: 49px;
  }
  .lead-slash::before {
    margin-right: 10px;
  }
  .lead-slash::after {
    margin-left: 10px;
  }
  .lead-orange-slash {
    font-size: 20px;
    line-height: 1.5;
  }
  .lead-orange-slash::before, .lead-orange-slash::after {
    width: 2px;
  }
  .mv-wrapper {
    max-width: 613px;
    height: 193px;
  }
  .mv-txt {
    bottom: 24px;
    left: 30px;
    width: 200px;
  }
  .mv-pc {
    display: none;
  }
  .num-ttl {
    margin-top: 30px;
    font-size: 2.5rem;
  }
  .section-b {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section-b-content {
    row-gap: 8px;
  }
  .section-c {
    position: relative;
    margin-top: 80px;
  }
  .section-c::after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
    content: "";
    background-color: #ffffff;
  }
  .section-c:last-child {
    margin-bottom: 80px;
  }
  .section-d {
    padding-top: 25px;
    padding-bottom: 35px;
  }
  .section-e {
    padding-top: 25px;
    padding-bottom: 70px;
  }
  .section-f {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-g {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 70px;
  }
  .section-g-inner {
    padding: 30px 20px;
  }
  .section-h {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .section-i {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  .inner {
    width: 86.97917%;
  }
  .section-j {
    padding: 25px 0 55px;
    background: transparent url(/content/camera/gigarakucamera/construction/images/bg_about_sp.png) no-repeat center top;
    background-size: 375px;
  }
  .section-k {
    padding: 33px 0 60px;
  }
  .section-k-inner {
    width: 86.97917%;
  }
  .section-l {
    padding: 60px 0 0;
  }
  .section-l-inner {
    width: 86.97917%;
  }
  .section-l-subSection {
    padding: 82.5px 0 60px;
    margin-top: -35px;
  }
  .section-l-subSection-inner {
    width: 86.97917%;
    margin: auto;
  }
  .section-m {
    padding: 55px 0 60px;
  }
  .section-m-inner {
    width: 86.97917%;
  }
  .section-n {
    padding: 55px 0 60px;
  }
  .section-n-inner {
    width: 86.97917%;
  }
  .section-n-inner-wide {
    width: 86.97917%;
  }
  .section-o {
    padding: 25px 0 55px;
    background: transparent url(/content/camera/gigarakucamera/store/images/bg_about_sp.png) no-repeat center top;
    background-size: 375px;
  }
  .section-p {
    padding: 70px 0 40px;
    background: transparent url(/content/camera/gigarakucamera/store/images/bg_arrow_sp.png) no-repeat center top;
    background-size: 375px;
  }
  .section-p-inner {
    width: 86.97917%;
  }
  .section-p-inner + .section-p-inner {
    margin-top: 30px;
  }
  .section-q {
    padding: 70px 0 40px;
  }
  .section-q-inner {
    width: 86.97917%;
  }
  .section-r {
    padding: 33px 0 30px;
  }
  .section-r-inner {
    width: 86.97917%;
  }
  .section-s {
    padding: 150px 0 40px;
    background: transparent url(/content/camera/gigarakucamera/store/images/bg_arrow_sp.png) no-repeat center top;
    background-size: 375px;
  }
  .section-s-inner {
    width: 86.97917%;
  }
  .section-s-inner + .section-s-inner {
    margin-top: 30px;
  }
  .section-t {
    padding: 95px 0 50px;
  }
  .section-t-inner {
    width: 86.97917%;
  }
  .section-u {
    padding: 55px 0 60px;
  }
  .section-u-inner {
    width: 86.97917%;
  }
  .section-v {
    padding: 33px 0 60px;
  }
  .section-v-inner {
    width: 86.97917%;
  }
  .section-w {
    padding: 33px 0 60px;
  }
  .section-w-inner {
    width: 86.97917%;
  }
  .speech-balloon {
    width: 100%;
    text-align: center;
  }
  .speech-balloon-txt {
    width: 100%;
    font-size: 1.8rem;
  }
  .speech-balloon-txt span {
    font-size: 2.5rem;
  }
  .speech-balloon-txt::before {
    left: calc(50% - 5px);
    width: 10px;
  }
  .speech-balloon-txt::after {
    bottom: -9px;
    left: calc(50% - 8px);
    width: 20px;
  }
  .d-pc {
    display: none !important;
  }
  .gigarakucamera-box-b {
    padding: 16px;
  }
  .gigarakucamera-box-b-title {
    margin-top: 20px;
    font-size: 20px;
  }
  .gigarakucamera-box-b-text {
    margin-top: 12px;
    font-size: 16px;
  }
  .gigarakucamera-box-c {
    padding: 40px 16px 0;
    background: linear-gradient(to right, #f8f8f8, #ebebeb);
  }
  .gigarakucamera-box-c--reverse {
    background: linear-gradient(to left, #f8f8f8, #ebebeb);
  }
  .gigarakucamera-box-c-title {
    grid-template-columns: 60px auto;
    align-items: center;
  }
  .gigarakucamera-box-c-title h2 {
    font-size: 26px;
  }
  .gigarakucamera-box-c-text {
    font-size: 16px;
  }
  .gigarakucamera-box-c-content-out {
    position: relative;
    z-index: 1;
    margin-top: 32px;
  }
  .gigarakucamera-box-col2-item + .gigarakucamera-box-col2-item {
    margin-top: 25px;
  }
  .gigarakucamera-box-col2-item + .gigarakucamera-box-col2-item .gigarakucamera-box-problem-title {
    margin-top: 50px;
  }
  .gigarakucamera-box-col3-item:nth-child(n + 2) {
    margin-top: 30px;
  }
  .gigarakucamera-box-problem-title {
    padding: 7px 5px 8px;
    font-size: 1.8rem;
    line-height: 1.16667;
  }
  .gigarakucamera-box-problem-text {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .gigarakucamera-box-problem-foot {
    margin-top: 62.5px;
  }
  .gigarakucamera-box-problem-foot::before {
    top: -48px;
    border-width: 32px 40px 0 40px;
  }
  .gigarakucamera-box-problem-button {
    padding: 9px 5px 12px;
    font-size: 2.1rem;
    border-radius: 37.5px;
  }
  .gigarakucamera-box-problem-button small {
    font-size: 1.4rem;
  }
  .gigarakucamera-box-problem-button-01::before {
    top: -20px;
    left: 12.5px;
    width: 34px;
    height: 50px;
  }
  .gigarakucamera-box-problem-button-02::before {
    top: -20px;
    right: 9px;
    width: 66.5px;
    height: 40.5px;
  }
  .gigarakucamera-button-a-wrap {
    margin-top: 32px;
  }
  .gigarakucamera-button-a {
    padding: 16px 20px;
    border-radius: 32px;
  }
  .gigarakucamera-button-01 {
    border-radius: 27px;
    font-size: 16px;
    letter-spacing: 0;
    padding: 15px 20px 17px;
    width: 100%;
  }
  .gigarakucamera-button-02 {
    border-radius: 27px;
    font-size: 16px;
    padding: 18px 20px;
    width: 100%;
  }
  .gigarakucamera-card a {
    display: grid;
    grid-template-areas: "image title" "image text";
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 70px 1fr;
    row-gap: 12px;
    column-gap: 6%;
    align-items: center;
    padding: 20px 56px 24px 20px;
  }
  .gigarakucamera-card a::before, .gigarakucamera-card a::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .gigarakucamera-card a::before {
    right: 12px;
  }
  .gigarakucamera-card a::after {
    right: 20px;
  }
  .gigarakucamera-card-title {
    grid-area: title;
  }
  .gigarakucamera-card-text {
    grid-area: text;
  }
  .gigarakucamera-card-image {
    grid-area: image;
    margin-top: 0;
  }
  .gigarakucamera-case-col {
    justify-content: flex-start;
    margin-top: 20px;
    overflow: auto;
    padding: 0 25px 15px;
  }
  .gigarakucamera-case-col-item {
    flex: 0 0 261.5px;
    margin-left: 22px;
    width: 261.5px;
  }
  .gigarakucamera-clinic-case-title {
    font-size: 17px;
    line-height: 1.58824;
  }
  .gigarakucamera-clinic-case-text {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 25px;
    text-align: left;
  }
  .gigarakucamera-clinic-case-col-item {
    margin-top: 25px;
  }
  .gigarakucamera-clinic-case-col-item:first-child {
    margin-top: 0;
  }
  .gigarakucamera-clinic-case-box {
    padding: 15px 20px;
  }
  .gigarakucamera-clinic-case-box-title {
    font-size: 17px;
    line-height: 1.58824;
    margin-bottom: 10px;
  }
  .gigarakucamera-clinic-case-box-item {
    font-size: 15px;
    padding-left: 15px;
  }
  .gigarakucamera-clinic-case-box-item::before {
    height: 6px;
    top: 8px;
    width: 6px;
  }
  .gigarakucamera-clinic-case-button-wrap {
    margin-top: 30px;
  }
  .gigarakucamera-comment {
    justify-content: center;
    max-width: 334px;
    margin-top: 29px;
    margin-bottom: 28px;
  }
  .gigarakucamera-comment-text {
    flex: 0 0 76.94611%;
    max-width: 257px;
    padding: 11px 15px 13px;
    margin-right: 6.88623%;
    border-radius: 3px;
  }
  .gigarakucamera-comment-text::after {
    top: 24px;
    right: -10px;
    border-width: 6.5px 0 6.5px 10px;
  }
  .gigarakucamera-comment-text p {
    font-size: 1.5rem;
    line-height: 1.56667;
  }
  .gigarakucamera-comment-text p small {
    font-size: 80%;
  }
  .gigarakucamera-comment-img {
    flex: 0 0 16.16766%;
    max-width: 54px;
  }
  .gigarakucamera-comment-img + .gigarakucamera-comment-text::after {
    left: -10px;
    border-width: 6.5px 10px 6.5px 0;
  }
  .gigarakucamera-construction-box-solution-head {
    padding: 15px 5.98802% 15px;
    border-radius: 10px 10px 0 0;
  }
  .gigarakucamera-construction-box-solution-head-badge {
    top: -17.5px;
    left: -17.5px;
    width: 56px;
    height: 56px;
    padding: 12.5px 0 0 9px;
    font-size: 1.3rem;
    line-height: 1.15385;
  }
  .gigarakucamera-construction-box-solution-title {
    margin-top: 17px;
    font-size: 2.1rem;
    line-height: 1.47619;
    text-align: left;
  }
  .gigarakucamera-construction-box-solution-title em {
    border-bottom-width: 1px;
  }
  .gigarakucamera-construction-box-solution-title small {
    font-size: 1.3rem;
    line-height: 1.42308;
  }
  .gigarakucamera-construction-box-solution-subTitle {
    padding: 6px 15px 7px;
    margin: 40px 0 30px;
    font-size: 1.8rem;
    border-radius: 3px;
  }
  .gigarakucamera-construction-box-solution-main {
    padding: 40px 5.52326% 30px;
    border-radius: 0 0 10px 10px;
  }
  .gigarakucamera-construction-box-solution-main::after {
    bottom: -28px;
    border-width: 28px 22px 0 22px;
  }
  .gigarakucamera-construction-box-plan {
    padding: 39px 19px 30px;
    margin: 20px 0 30px;
    border-radius: 10px;
  }
  .gigarakucamera-construction-box-plan-img {
    max-width: 240px;
    margin: auto;
  }
  .gigarakucamera-construction-box-plan-logo {
    margin-top: 20px;
  }
  .gigarakucamera-construction-box-option {
    justify-content: flex-start;
    padding: 15px 20px;
  }
  .gigarakucamera-construction-box-option-img {
    flex: 0 0 11.6%;
  }
  .gigarakucamera-construction-box-option-text {
    margin-left: 23px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 1.28571;
  }
  .gigarakucamera-construction-button-trial {
    padding: 18px 0 27px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.38889;
    letter-spacing: 0;
  }
  .gigarakucamera-construction-button-trial::before {
    top: -5px;
    left: 15px;
    width: 45px;
    height: 67px;
    background-size: contain;
  }
  .gigarakucamera-construction-button-trial-wrap {
    margin-top: 40px;
  }
  .gigarakucamera-construction-button-trial-head {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.47059;
  }
  .gigarakucamera-construction-details-box-scroll {
    overflow-x: auto;
  }
  .gigarakucamera-construction-details-box-scroll-inner {
    width: 800px;
  }
  .gigarakucamera-construction-details-box {
    padding: 20px 12px;
    font-size: 12px;
    line-height: 1.66667;
    text-align: left;
    vertical-align: top;
  }
  .gigarakucamera-construction-details-box-head {
    font-size: 16px;
  }
  .gigarakucamera-construction-details-box-text {
    font-size: 12px;
  }
  .gigarakucamera-construction-details-box-notes {
    font-size: 10px;
  }
  .gigarakucamera-construction-hr {
    height: 2px;
    margin: 25px 0;
    background-size: 100%;
  }
  .gigarakucamera-construction-list-about {
    flex-wrap: wrap;
    max-width: 334px;
  }
  .gigarakucamera-construction-list-about-item {
    flex: 0 0 47.00599%;
    max-width: 157px;
  }
  .gigarakucamera-construction-list-about-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .gigarakucamera-construction-list-about-text {
    padding: 2px 5px 3px;
    font-size: 1.4rem;
    line-height: 1.71429;
    letter-spacing: 0.1em;
  }
  .gigarakucamera-construction-list-icon {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
  }
  .gigarakucamera-construction-list-icon::after {
    display: block;
    flex: 0 0 30.61224%;
    content: "";
  }
  .gigarakucamera-construction-list-icon-item {
    flex: 0 0 30.61224%;
    max-width: 90px;
    margin-top: 15px;
  }
  .gigarakucamera-construction-list-icon-text {
    font-size: 1.3rem;
    line-height: 1.38462;
  }
  .gigarakucamera-construction-3rows-item {
    margin-top: 9px;
  }
  .gigarakucamera-construction-step-item {
    padding: 14px 15px 20px;
  }
  .gigarakucamera-construction-step-title-num {
    margin-right: 20px;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
  }
  .gigarakucamera-construction-step-title-label {
    flex: 0 0 62.30769%;
    max-width: 162px;
    padding: 5px 5px 6px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    border-radius: 3px;
  }
  .gigarakucamera-construction-step-text {
    margin: 10px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .gigarakucamera-construction-table-01 {
    margin-top: 40px;
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .gigarakucamera-construction-table-01 tr {
    display: block;
  }
  .gigarakucamera-construction-table-01 tr:nth-child(n + 2) {
    padding: 15px 0 0;
  }
  .gigarakucamera-construction-table-01 td,
  .gigarakucamera-construction-table-01 th {
    display: block;
  }
  .gigarakucamera-construction-table-02 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .gigarakucamera-construction-table-02 th,
  .gigarakucamera-construction-table-02 td {
    padding: 20px 12px;
    text-align: left;
    vertical-align: top;
  }
  .gigarakucamera-construction-table-02 th {
    width: 90px;
  }
  .gigarakucamera-construction-table-scroll {
    overflow-x: auto;
  }
  .gigarakucamera-construction-table-scroll-inner {
    width: 800px;
  }
  .gigarakucamera-construction-table-scroll__head {
    font-size: 16px;
  }
  .gigarakucamera-construction-table-scroll__text {
    font-size: 12px;
  }
  .gigarakucamera-construction-table-scroll__notes {
    font-size: 10px;
  }
  .gigarakucamera-construction-title-lv1 {
    margin: 25px 0 15px;
    font-size: 1.7rem;
    line-height: 1.35294;
    text-align: left;
  }
  .gigarakucamera-construction-title-lv2 {
    margin-bottom: 15px;
    font-size: 1.7rem;
    line-height: 1.35294;
  }
  .gigarakucamera-construction-title-lv3 {
    margin: 15px 0 10px;
    font-size: 1.7rem;
  }
  .gigarakucamera-construction-title-plan {
    font-size: 2.4rem;
    line-height: 1.45833;
    text-align: left;
    letter-spacing: 0.07em;
  }
  .gigarakucamera-construction-title-plan small {
    display: block;
    margin-bottom: -2em;
    font-size: 62.5%;
    line-height: 1.66667;
  }
  .gigarakucamera-flow-list-item {
    height: 75px;
    padding-top: 10px;
    padding-left: 50px;
  }
  .gigarakucamera-flow-list-item::before {
    top: -31px;
    left: 20px;
    width: 1px;
    height: 28px;
    border-left: 2px dotted #256aaf;
  }
  .gigarakucamera-flow-list-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 2.3rem;
    line-height: 40px;
  }
  .gigarakucamera-flow-list-title {
    font-size: 1.8rem;
    text-align: left;
  }
  .gigarakucamera-flow-list-title-head::before, .gigarakucamera-flow-list-title-head::after {
    height: 18px;
    margin-top: -10px;
    vertical-align: baseline;
  }
  .gigarakucamera-flow-list-title-head::before {
    margin-right: 5px;
  }
  .gigarakucamera-flow-list-title-head::after {
    margin-left: 5px;
  }
  .gigarakucamera-flow-list-text {
    font-size: 1.5rem;
    text-align: left;
  }
  .gigarakucamera-flow-list-balloon {
    left: 28px;
    height: 32px;
    top: -28px;
    width: 80px;
    max-width: 80px;
  }
  .gigarakucamera-flow-list-02-item {
    margin-top: 36px;
    padding: 15px;
  }
  .gigarakucamera-flow-list-02-item::before {
    border-width: 16px 16px 0 16px;
    border-color: #165ca6 transparent transparent transparent;
    left: 0;
    right: 0;
    top: -25px;
  }
  .gigarakucamera-flow-list-02-item:first-child {
    margin-top: 0;
  }
  .gigarakucamera-flow-list-02-icon {
    flex: 0 0 50px;
    font-size: 23px;
    height: 50px;
    padding-top: 8px;
    width: 50px;
  }
  .gigarakucamera-flow-list-02-icon small {
    font-size: 11px;
  }
  .gigarakucamera-flow-list-02-title {
    font-size: 18px;
    line-height: 1.38889;
  }
  .gigarakucamera-flow-list-02-img {
    margin: 15px auto 0;
    width: 90.13158%;
  }
  .gigarakucamera-hdg-a {
    font-size: 30px;
  }
  .gigarakucamera-hdg-b {
    margin-bottom: 32px;
    font-size: 20px;
  }
  .gigarakucamera-inner-a {
    padding-right: 16px;
    padding-left: 16px;
  }
  .gigarakucamera-inquiry-buttonWrap + .gigarakucamera-inquiry-buttonWrap {
    margin-top: -14.5px;
  }
  .gigarakucamera-inquiry-buttonWrap-item:nth-child(n + 2) {
    margin-top: 14.5px;
  }
  .gigarakucamera-inquiry-button {
    padding: 25px 5px;
    font-size: 1.8rem;
    border-radius: 35px;
  }
  .gigarakucamera-inquiry-button-doc::before, .gigarakucamera-inquiry-button-store::before, .gigarakucamera-inquiry-button-mail::before {
    position: absolute;
  }
  .gigarakucamera-inquiry-button-blank::after {
    position: absolute;
  }
  .gigarakucamera-inquiry-button-doc {
    padding-left: 25px;
  }
  .gigarakucamera-inquiry-button-doc::before {
    width: 22.5px;
    height: 19px;
    transform: translateX(-25px);
  }
  .gigarakucamera-inquiry-button-store {
    padding-left: 30.5px;
  }
  .gigarakucamera-inquiry-button-store::before {
    width: 25.5px;
    height: 24.5px;
    transform: translateX(-30.5px);
  }
  .gigarakucamera-inquiry-button-mail {
    padding-left: 30.5px;
  }
  .gigarakucamera-inquiry-button-mail::before {
    width: 20.5px;
    height: 13.5px;
    transform: translateX(-30.5px) translateY(5px);
  }
  .gigarakucamera-inquiry-button-blank {
    padding-right: 30.5px;
  }
  .gigarakucamera-inquiry-button-blank::after {
    width: 18.5px;
    height: 15px;
    transform: translateX(5px) translateY(2px);
  }
  .gigarakucamera-inquiry {
    padding: 40px 0;
    margin-bottom: 100px;
  }
  .gigarakucamera-inquiry-inner {
    width: 86.97917%;
    margin: auto;
  }
  .gigarakucamera-inquiry-img {
    max-width: 375px;
    margin: 24px auto -20px;
  }
  .gigarakucamera-inquiry-title {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .gigarakucamera-inquiry-title span {
    position: relative;
    display: block;
    width: 210px;
    margin: auto;
  }
  .gigarakucamera-inquiry-title span::before, .gigarakucamera-inquiry-title span::after {
    position: absolute;
    bottom: 0;
    display: block;
  }
  .gigarakucamera-inquiry-title span::before {
    left: -30px;
  }
  .gigarakucamera-inquiry-title span::after {
    right: -30px;
  }
  .gigarakucamera-inquiry-tel {
    display: block;
    margin: 10px 0 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .gigarakucamera-inquiry-text {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
  .gigarakucamera-movie {
    margin-top: 40px;
  }
  .gigarakucamera-movie-title {
    grid-template-columns: 16px auto 16px;
    width: 100%;
    font-size: 20px;
  }
  .gigarakucamera-movie-title::before, .gigarakucamera-movie-title::after {
    width: 20px;
  }
  .gigarakucamera-movie-box {
    width: 100%;
  }
  .gigarakucamera-mv-title {
    width: 67%;
    padding: 8px 20px 16px;
  }
  .gigarakucamera-mv-title-lead {
    font-size: 14px;
  }
  .gigarakucamera-mv-logo {
    width: 80%;
  }
  .gigarakucamera-mv-image {
    top: 50%;
    left: 62%;
    padding-right: 20px;
    transform: translateY(-45%);
  }
  .gigarakucamera-mv-title-box {
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 12px;
    font-size: 16px;
  }
  .gigarakucamera-parking-box-products-title {
    border-radius: 6px;
    font-size: 16px;
    padding: 5px 10px;
  }
  .gigarakucamera-parking-box-products-text {
    font-size: 16px;
    line-height: 1.875;
  }
  .gigarakucamera-parking-box-products-foot {
    margin-top: 62.5px;
  }
  .gigarakucamera-parking-box-products-foot::before {
    top: -48px;
    border-width: 32px 40px 0 40px;
  }
  .gigarakucamera-parking-box-spec {
    padding: 59px 14px 27px;
  }
  .gigarakucamera-parking-box-spec-img {
    max-width: 261px;
    margin: 0 auto;
  }
  .gigarakucamera-parking-box-spec-title {
    font-size: 15px;
    line-height: 1.66667;
    margin-top: 30px;
  }
  .gigarakucamera-parking-box-spec-table {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .gigarakucamera-parking-box-spec-table th, .gigarakucamera-parking-box-spec-table td {
    display: block;
  }
  .gigarakucamera-parking-box-spec-table tr:not(:last-child) {
    display: block;
    padding-bottom: 5px;
  }
  .gigarakucamera-parking-box-col2 {
    margin-bottom: 30px;
  }
  .gigarakucamera-parking-box-col2-item:not(:first-child) {
    margin-top: 20px;
  }
  .gigarakucamera-parking-box-section {
    width: 88.99083%;
    margin: auto;
  }
  .gigarakucamera-parking-box-section-title {
    font-size: 17px;
    line-height: 1.35294;
    margin-top: 10px;
  }
  .gigarakucamera-parking-box-section-text {
    font-size: 15px;
    line-height: 1.66667;
    margin-top: 5px;
  }
  .gigarakucamera-parking-button-arrow {
    background-position: center right 8px;
    background-size: 27px 9px;
    border-radius: 37.5px;
    display: block;
    font-size: 18px;
    padding: 4px 30px 10px;
  }
  .gigarakucamera-parking-button-arrow small {
    font-size: 14px;
  }
  .gigarakucamera-parking-flow-balloon {
    left: 28px;
    height: 32px;
    top: -28px;
    width: 80px;
    max-width: 80px;
  }
  .gigarakucamera-parking-list-about {
    flex-wrap: wrap;
    max-width: 334px;
  }
  .lead + .gigarakucamera-parking-list-about {
    margin-top: 30px;
  }
  .gigarakucamera-parking-list-about-item {
    flex: 0 0 47.00599%;
    max-width: 157px;
  }
  .gigarakucamera-parking-list-about-item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .gigarakucamera-parking-list-about-text {
    padding: 2px 5px 3px;
    font-size: 1.4rem;
    min-height: 46px;
    letter-spacing: 0.1em;
  }
  .gigarakucamera-parking-section-01 {
    margin: 60px 0 0;
  }
  .gigarakucamera-parking-text-01 {
    font-size: 20px;
    line-height: 1.5;
  }
  .gigarakucamera-parking-text-01 + .gigarakucamera-parking-text-01 {
    margin-top: 10px;
  }
  .gigarakucamera-inquiry + .gigarakucamera-recommend-section {
    margin-top: -100px;
  }
  .gigarakucamera-recommend-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .gigarakucamera-recommend-title-head {
    font-size: 14px;
  }
  .gigarakucamera-recommend-pamphlet-main {
    margin-top: 40px;
  }
  .gigarakucamera-recommend-pamphlet-fig {
    margin: 0 auto;
    max-width: 250px;
  }
  .gigarakucamera-recommend-pamphlet-button-wrap {
    margin-top: 25px;
  }
  .gigarakucamera-recommend-comment {
    font-size: 18px;
    line-height: 1.38889;
    padding: 15px 20px;
  }
  .gigarakucamera-recommend-comment::before {
    border-width: 0 10px 17px 10px;
    border-color: transparent transparent #fff transparent;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -16px;
  }
  .gigarakucamera-restaurant-box-title {
    font-size: 16px;
    line-height: 1.5;
  }
  .gigarakucamera-restaurant-box-title::before {
    height: 26px;
    padding-top: 3px;
    width: 26px;
  }
  .gigarakucamera-restaurant-box-text {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 10px;
  }
  .gigarakucamera-restaurant-fig {
    margin: 25px 0 0;
  }
  .gigarakucamera-restaurant-fig-text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .gigarakucamera-restaurant-list-about {
    flex-wrap: wrap;
  }
  .gigarakucamera-restaurant-list-about-item {
    flex: 0 0 47.00599%;
  }
  .gigarakucamera-restaurant-list-about-item:last-child {
    margin-top: 20px;
  }
  .gigarakucamera-restaurant-list-about-item:first-child {
    margin-right: 5.98802%;
  }
  .gigarakucamera-restaurant-list-about-text {
    font-size: 9.8px;
    padding: 6px 5px 9px;
  }
  .gigarakucamera-restaurant-list-about-text em {
    font-size: 14px;
  }
  .gigarakucamera-restaurant-section-about {
    background: transparent url(/content/camera/gigarakucamera/restaurant/images/bg_about_sp.png) no-repeat top center;
    background-size: contain;
    padding: 20px 0 65px;
  }
  .gigarakucamera-section-wrap {
    margin-top: 64px;
  }
  .gigarakucamera-store-box {
    padding: 20px 20px 15px;
    border-radius: 5px;
  }
  .gigarakucamera-store-box-title {
    margin: 12px 0 8px;
    font-size: 1.7rem;
  }
  .gigarakucamera-store-box-main p {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .gigarakucamera-store-box-main p + p {
    margin-top: 2px;
  }
  .gigarakucamera-store-box-main small {
    font-size: 80%;
    line-height: 1.41667;
  }
  .gigarakucamera-store-movie {
    margin-top: 35px;
  }
  .gigarakucamera-store-movie-title {
    font-size: 1.5rem;
  }
  .gigarakucamera-store-movie-title::before, .gigarakucamera-store-movie-title::after {
    width: 1px;
    height: 15px;
  }
  .gigarakucamera-store-movie-title::before {
    margin-right: 10px;
  }
  .gigarakucamera-store-movie-title::after {
    margin-left: 10px;
  }
  .gigarakucamera-store-movie-target {
    margin: 10px 0 5px;
  }
  .gigarakucamera-store-movie-target::after {
    background-size: 90px;
  }
  .gigarakucamera-store-movie-cite {
    font-size: 1.5rem;
    line-height: 1.66667;
    text-align-last: left;
  }
  .gigarakucamera-store-recommend {
    padding: 48px 20px;
  }
  .gigarakucamera-store-recommend-box {
    padding: 24px 20px;
  }
  .gigarakucamera-store-recommend-box::after {
    transform: rotate(45deg) skew(10deg, 10deg);
  }
  .gigarakucamera-store-recommend-box-text {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
  }
  .gigarakucamera-store-recommend-subTitle {
    font-size: 20px;
    font-size: 2rem;
  }
  .gigarakucamera-store-recommend-subTitle-bd {
    background-size: 1px 12px;
  }
  .gigarakucamera-store-recommend-subTitle strong {
    font-size: 150%;
  }
  .gigarakucamera-store-recommend-ex {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .gigarakucamera-store-recommend-ex-fig {
    max-width: 210px;
    margin: auto;
  }
  .gigarakucamera-store-recommend-ex-table {
    margin-top: 10px;
  }
  .gigarakucamera-store-recommend-ex-table tr {
    display: block;
  }
  .gigarakucamera-store-recommend-ex-table th,
  .gigarakucamera-store-recommend-ex-table td {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .gigarakucamera-store-recommend-ex-table th {
    padding-top: 12px;
  }
  .gigarakucamera-store-recommend-ex-table small {
    font-size: 87.5%;
  }
  .gigarakucamera-store-recommend-ex-table .txt-marker-a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .gigarakucamera-store-recommend-ex-table .txt-marker-a em {
    font-size: 2.4rem;
  }
  .gigarakucamera-store-recommend-ex-indent {
    display: block;
    padding-left: 5em;
    font-size: 120%;
  }
  .gigarakucamera-store-recommend-title {
    margin-top: 40px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .gigarakucamera-store-recommend-title-bg {
    padding: 0 0.3em;
    margin-top: 0.3em;
  }
  .gigarakucamera-store-recommend-webstore {
    margin-top: 32px;
  }
  .gigarakucamera-store-recommend-webstore-main {
    margin: 25px 4% 0;
  }
  .gigarakucamera-store-recommend-webstore-title {
    position: relative;
  }
  .gigarakucamera-store-recommend-webstore-title::before, .gigarakucamera-store-recommend-webstore-title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .gigarakucamera-store-recommend-webstore-title::before {
    left: 10px;
    transform: rotate(165deg);
  }
  .gigarakucamera-store-recommend-webstore-title::after {
    right: 10px;
    transform: rotate(15deg);
  }
  .gigarakucamera-store-recommend-webstore-title-inner {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .gigarakucamera-store-recommend-webstore-title-inner strong {
    font-size: 147.36842%;
  }
  .gigarakucamera-store-recommend-btn {
    max-width: 315px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .gigarakucamera-store-recommend-btn-icon {
    width: 24px;
    height: 26px;
  }
  .gigarakucamera-store-title-box {
    position: relative;
    padding: 15px;
    margin: 30px 0;
    font-size: 2.1rem;
    line-height: 1.42857;
  }
  .gigarakucamera-store-title-box::before {
    position: absolute;
    top: -18px;
    left: -4px;
    display: block;
    width: 45px;
    height: 54.5px;
    content: "";
    background: transparent url(/content/camera/gigarakucamera/store/images/icon_point_01.png) no-repeat;
    background-size: contain;
  }
  .gigarakucamera-store-title-box strong {
    vertical-align: text-bottom;
  }
  .gigarakucamera-store-title-box-head {
    font-size: 1.3rem;
  }
  .gigarakucamera-store-title-box-head::before, .gigarakucamera-store-title-box-head::after {
    width: 1px;
    height: 15px;
  }
  .gigarakucamera-store-title-box-head::before {
    margin-right: 10px;
  }
  .gigarakucamera-store-title-box-head::after {
    margin-left: 10px;
  }
  .gigarakucamera-store-title-section {
    margin-bottom: 30px;
    font-size: 2.4rem;
    line-height: 1.45833;
    text-align: left;
  }
  .gigarakucamera-construction-subtitle {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.45833;
    text-align: center;
    letter-spacing: 0.07em;
  }
  .gigarakucamera-support-box-01__head {
    padding: 4px 18px;
    font-size: 20px;
  }
  .gigarakucamera-support-box-01__head > span {
    font-size: 18px;
    line-height: 34, 18;
    border-bottom-width: 1px;
  }
  .gigarakucamera-support-box-01__cont {
    padding: 30px 16px;
  }
  .gigarakucamera-support-box-01__inner {
    display: block;
  }
  .gigarakucamera-support-box-01__img {
    width: 100%;
    height: auto;
  }
  .gigarakucamera-support-box-02 + .gigarakucamera-support-box-02 {
    margin-top: 20px;
  }
  .gigarakucamera-support-box-02__head {
    padding: 11px 10px;
    font-size: 18px;
    line-height: 1.44444;
  }
  .gigarakucamera-support-box-02__head span {
    font-size: 16px;
  }
  .gigarakucamera-support-box-02__cont {
    padding: 24px 18px;
  }
  .gigarakucamera-support-box-02__inner-01 {
    display: block;
  }
  .gigarakucamera-support-box-02__img {
    width: 100%;
  }
  .gigarakucamera-support-box-02__text-area {
    margin-top: 20px;
  }
  .gigarakucamera-support-box-02__in-title {
    font-size: 18px;
  }
  .gigarakucamera-support-box-02__in-title span {
    font-size: 16px;
  }
  .gigarakucamera-support-btn__wrap {
    width: 100%;
    padding: 5px 50px;
  }
  .gigarakucamera-support-lead {
    font-size: 16px;
    text-align: left;
  }
  .gigarakucamera-support-lists {
    margin-bottom: 30px;
  }
  .gigarakucamera-support-lists__item {
    padding-bottom: 5px;
  }
  .gigarakucamera-support-lists__item:not(:first-child) {
    padding-top: 3px;
  }
  .gigarakucamera-support-lists__icon {
    width: 25px;
    height: 25px;
    margin-top: 3px;
  }
  .gigarakucamera-support-lists__text {
    font-size: 16px;
  }
  .gigarakucamera-support-lists__text span {
    -webkit-text-decoration: underline #faf444 3px;
            text-decoration: underline #faf444 3px;
  }
  .gigarakucamera-support-note {
    text-align: left;
  }
  .gigarakucamera-support-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .gigarakucamera-support-section__inner-01 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gigarakucamera-support-section__inner-02 {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .gigarakucamera-support-section__content-wrap {
    margin-top: 40px;
  }
  .gigarakucamera-support-title-01 {
    font-size: 26px;
    line-height: 1.3;
  }
  .gigarakucamera-support-title-02 {
    font-size: 20px;
    border-bottom: 2px solid #0053a5;
  }
  .gigarakucamera-text-pc-center {
    text-align: left;
  }
  .gigarakucamera-text-sp-center {
    text-align: center;
  }
  .gigarakucamera-text-01 {
    font-size: 1.6rem;
    line-height: 1.875;
  }
  .gigarakucamera-text-02 {
    font-size: 1.5rem;
    line-height: 1.66667;
  }
  .gigarakucamera-title-check {
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .gigarakucamera-title-check-inner {
    display: inline-block;
    padding: 0 0 2px;
  }
  .gigarakucamera-title-check-balloon {
    bottom: 120%;
    width: 93.5px;
    padding: 7px 0;
    font-size: 2rem;
    border-radius: 5px;
    position: absolute;
    transform: translateX(-15%);
  }
  .gigarakucamera-title-check-balloon::after {
    bottom: -9px;
    border-width: 0 10px 9px 0;
  }
  .gigarakucamera-title-check-balloon-gray {
    bottom: 107%;
    width: 106px;
    padding: 7px 2px;
    font-size: 1.4rem;
    border-radius: 5px;
    position: absolute;
    transform: translateX(-28%);
  }
  .gigarakucamera-title-check-balloon-gray::after {
    bottom: -9px;
    border-width: 0 10px 9px 0;
  }
  .gigarakucamera-title-section-01 {
    margin-bottom: 15px;
    font-size: 2.4rem;
    line-height: 1.45833;
  }
  .gigarakucamera {
    flex-wrap: wrap;
  }
  .gigarakucamera-img {
    max-width: 320px;
  }
  .gigarakucamera-img img {
    width: calc(100% - 40px);
  }
  .gigarakucamera-txt {
    width: 100%;
    margin-top: 8px;
    font-size: 2.5rem;
  }
  .nav-tile__item {
    flex: 0 0 46.56716%;
  }
  .nav-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 32px;
    padding-bottom: 5px;
  }
}

@media (max-width: 1200px) {
  .camera-table-a-wrapper {
    overflow-x: scroll;
  }
  .camera-table-b-wrapper {
    overflow-x: scroll;
  }
}

@media screen and (max-width: 1053px) and (min-width: 768px) {
  .list-case-item {
    width: calc((100% - 40px) / 3);
    margin: 0 0 42px 2%;
  }
  .list-case-item:nth-child(3n + 1) {
    margin: 0 0 42px 0;
  }
}

@media screen and (max-width: 767px) {
  .list-case-item {
    width: calc((100% - 16px) / 2);
    min-height: 228px;
    margin: 0 0 18px 16px;
  }
  .list-case-item::after {
    height: calc(100% - 11px);
  }
  .list-case-item:nth-child(3n + 1) {
    margin: 0 0 18px 16px;
  }
  .list-case-item:nth-child(2n + 1) {
    margin: 0 0 18px;
  }
  .list-case-item a::before {
    right: 20px;
    bottom: 15px;
    font-size: 1.3rem;
  }
  .list-case-item a::after {
    right: 10px;
    bottom: 15px;
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem 1.3rem;
  }
  .list-case-hdg {
    min-height: 41px;
    padding: 3px 0 6px;
    font-size: 2rem;
    line-height: 1.35;
  }
  .list-case-box {
    padding: 0 0 4px;
    margin-top: -20px;
  }
  .list-case-img {
    margin-top: 10px;
  }
  .list-case-info {
    margin: 14px 10px 30px;
  }
  .list-case-txt {
    padding: 0 0 0 6px;
    font-size: 1.3rem;
    line-height: 1.65;
    letter-spacing: -1px;
  }
  .list-case-txt::before {
    top: 9px;
    left: 1px;
    width: 3px;
    height: 3px;
  }
  .gigarakucamera-swiper {
    padding-right: 0;
    padding-left: 0;
  }
  .gigarakucamera-swiper .swiper-button-next,
  .gigarakucamera-swiper .swiper-button-prev {
    display: none;
  }
}

@media (min-width: 1366px) {
  .gigarakucamera-box-c {
    background: linear-gradient(to right, #f8f8f8, #ebebeb 68%, #ffffff 68%, #ffffff 100%);
  }
  .gigarakucamera-box-c--reverse {
    background: linear-gradient(to left, #f8f8f8, #ebebeb 68%, #ffffff 68%, #ffffff 100%);
  }
}

@media (min-width: 1080px) and (max-width: 1365.98px) {
  .gigarakucamera-mv-title {
    width: 416px;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .gigarakucamera-mv-title {
    width: 40%;
    transform: translate(-68%, -50%);
  }
  .gigarakucamera-mv-title-lead {
    font-size: 18px;
  }
  .gigarakucamera-mv-image {
    left: 54%;
  }
  .gigarakucamera-mv-title-box {
    font-size: 18px;
  }
}
