@charset "UTF-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ funk ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------	Colors	-------*/
/*-------	Sizes	-------*/
/*
#wrap h1 {
	@include mediaQuery(sp){		color: red;		}
	@include mediaQuery(sd){		color: orange;	}
	@include mediaQuery(dt){		color: pink;	}
}
*/
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ ress ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

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

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

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ util ■
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.onLoadHidden {
  display: none;
}

.onTheLazy {
  opacity: 0;
  margin: 200px auto 0;
}

.onTheLazy.loaded {
  opacity: 1;
  margin: 0 auto;
  transition: opacity 1s ease-out 0s, margin 0.777s cubic-bezier(0, 0, 0, 1) 0s;
}

.lazyyy {
  transform: translateY(100px);
  opacity: 0.1;
  transition: transform 0s linear, opacity 0s linear;
}
.lazyyy.inView {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0, 1, 0.25, 1), opacity 0.5s ease-in;
}

.bxSlider {
  margin: 0 auto;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  overflow: visible !important;
}

.bx-controls {
  text-align: center;
}

.bx-controls a:hover {
  text-decoration: none;
}

.bx-controls-direction {
  font-size: 0;
}

.bx-prev, .bx-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 20px);
  left: calc((100% - 100vw) / 2);
  display: inline-block;
  width: 30px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9) url(/img/campaign/gadgetspecialdays/pc/ui/arrow.svg) no-repeat center 50%;
  background-size: 12px auto;
  transform: rotate(180deg);
  opacity: 1;
  text-decoration: none;
}
.bx-prev:hover, .bx-prev:focus, .bx-prev:active, .bx-next:hover, .bx-next:focus, .bx-next:active {
  text-decoration: none;
}

.bx-next {
  transform: rotate(0deg);
  left: auto;
  right: calc((100% - 100vw) / 2);
}

.bx-prev.disabled,
.bx-next.disabled {
  opacity: 0.133;
  transition: all 0.5s ease-in 0s;
}

.bx-pager {
  font-size: 0;
  padding: 0;
}

.bx-pager-item {
  display: inline-block;
}

.bx-pager-link {
  display: inline-block;
  background: #c8c8c8;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin: 10px;
}

.bx-pager-link.active {
  background: #808080;
}

.bx-pager-link a {
  vertical-align: middle;
}

/*
.formError {
//	font-family: $stdFonts;

	// .radio-C2bformError.parentFormhtmlForm.formError.inline {}
	// ココでの対処を考えたがココでは済まない..!
	input[type="radio"] + & {
		position: absolute !important;
		top: 25px !important;

		+ label {
			margin-bottom: 30px;
		}
	}
}
.formError .formErrorContent {
	background: none;
	color: $gray;
	color: rgba($red, 0.5);
	font-weight: bold;
}
*/
.baseMODE {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: calc(50% - 100px);
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.777);
  color: #695f55;
  font-size: 10px;
  letter-spacing: 0;
  display: block;
  width: 200px;
  height: 20px;
  padding: 0px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
}
.iLikeDARK .baseMODE {
  background: rgba(0, 0, 0, 0.333);
  color: #fff;
}

.baseMODE .darkModeLabel {
  margin: 0;
  text-align: center;
}

.darkModeInitBtn {
  margin: 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: #e9e9e9;
  cursor: pointer;
}
.iLikeDARK .darkModeInitBtn {
  color: #4c4c4c;
}

.baseMODE a {
  position: absolute;
  width: 240px;
  left: calc(50% - 120px);
  bottom: -200%;
  bottom: -65px;
  margin: 0 0 5px;
  font-size: 10px;
  line-height: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.333);
  background: rgba(0, 0, 0, 0.777);
  transition: all 0.5s linear 0s;
  transition: all 0.5s cubic-bezier(0.777, 0.333, 0.333, 1) 0s;
}
.iLikeDARK .baseMODE a {
  background: rgba(255, 255, 255, 0.777);
  background: rgba(255, 255, 255, 0.99);
  color: #695f55;
}
@media only screen and (max-width:490px) {
  .baseMODE a {
    bottom: -400%;
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    border: 0.5px solid #000;
  }
  .iLikeDARK .baseMODE a {
    border: 0.5px solid #fff;
  }
}

.baseMODE.ON a {
  bottom: 100%;
  transition: all 0.234s cubic-bezier(0, 1.5, 0, 1) 0s;
  transition: all 0.234s cubic-bezier(0.377, 0.777, 0.5, 1.2) 0s;
}

.darkModeIsNotInUse .darkModeLabel::after {
  content: "＊";
  position: absolute;
  top: 0;
  right: 10px;
}

.darkModeSttsPlain .darkModeLabel::before {
  content: "＃";
  position: absolute;
  top: 0;
  left: 10px;
}

.TEMP {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  letter-spacing: 0;
}

#displayY {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.333);
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0 8px 0 0;
  line-height: 50px;
  text-align: right;
}

#displayINFO {
  left: 0;
  bottom: 0px;
  width: 100%;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 50px;
  background: rgba(0, 0, 0, 0.133);
  color: #e9e9e9;
}

.sampleLink {
  color: #bababa;
  font-size: 10px;
  line-height: 3;
}

.sampleLink a {
  display: block;
  color: #bababa;
}

.sampleLink a.sampleInline {
  display: inline-block;
  margin: 0 1em;
}

.DYNAMICS.on,
.DYNAMICS.on a {
  color: palevioletred;
}

.checkSwitch {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 102;
  padding: 0px 8px;
  line-height: 16px;
  min-width: 20px;
  min-height: 20px;
  background: palevioletred;
  border: 1px solid palevioletred;
  border-radius: 100px;
  opacity: 0.5;
  cursor: pointer;
}

.checkSwitch.on {
  opacity: 1;
}

.checkSwitch::after {
  content: "";
  font-size: 0px;
  letter-spacing: 0.2em;
  color: white;
  transition: all 0s cubic-bezier(0, 1.5, 0, 1) 0s;
}

.checkSwitch.on::after {
  content: "＼動的要素を表示中／";
  font-size: 10px;
  transition: all 0.3s cubic-bezier(0, 1.5, 0, 1) 0s;
}

@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
  }
}
body {
  -webkit-text-size-adjust: none;
} /* iPhone横持ち時の拡大ナッシング */
body {
  -webkit-text-size-adjust: 100%;
} /* iPhone横持ち時の拡大ナッシング */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} /* Androidでタップエリアが青くなるのナッシング */
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
  display: none;
}

::-moz-selection {
  background-color: #ffe000;
  text-shadow: none;
}

::selection {
  background-color: #ffe000;
  text-shadow: none;
}

@font-face {
  font-family: "YuGothicWIN M";
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  font-weight: normal;
}
html, body {
  font-size: 3.2vw;
}

body {
  background: #fff;
  color: #000;
}

#wrap {
  overflow: auto;
}

#container {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}

main {
  font-family: "Noto Sans JP", Sans-Serif, "游ゴシック Medium", "Yu Gothic Medium", "YuGothicWIN M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, "メイリオ", Meiryo, "Lucida Grande", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Lucida Sans Unicode", verdana, Sans-Serif;
  font-weight: 400;
  font-feature-settings: "palt" on;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.05em;
}

header, main, footer {
  position: relative;
}

.frameIN {
  opacity: 0;
  transform: translate(0, 60px);
  transition: all 0.37s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.frameIN.inView {
  opacity: 1;
  transform: translate(0, 0px);
}

.PCOnly {
  display: inline;
}
@media only screen and (max-width:490px) {
  .PCOnly {
    display: none;
  }
}

.SDOnly {
  display: none;
}
@media only screen and (min-width:491px) and (max-width:1280px) {
  .SDOnly {
    display: inline;
  }
}

.SPOnly {
  display: none;
}
@media only screen and (max-width:490px) {
  .SPOnly {
    display: inline;
  }
}

.d-flex {
  display: flex;
}

.flexBox,
.flexDual,
.flexTrio {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.flexBox > *,
.flexDual > *,
.flexTrio > * {
  width: 100%;
}

.flexDual.flexTrio {
  justify-content: flex-start;
}
.flexDual.flexTrio > * {
  width: 50%;
}

strong,
.strong {
  font-weight: 700;
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.txtJ {
  text-align: justify;
}

a {
  /*
  	&:link, &:visited { color: #000; }
  	&:hover, &:focus, &:active { color: #000; }
  */
}

ol,
ul {
  list-style: none;
}

dl {
  width: 100%;
  margin: 1em 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
dl dt {
  width: 100%;
  padding-right: 2em;
}
.ddBig dd {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 0.4em 0;
}

.styleModern input[type=radio],
.styleModern input[type=checkbox] {
  display: none;
}
.styleModern label {
  position: relative;
  padding-left: 2.5em;
}
.styleModern input + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 2em;
  height: 2em;
  border: 1px solid #695f55;
  border-radius: 0px;
  cursor: pointer;
}
.styleModern input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  display: block;
  margin-top: 3px;
  width: calc(2em - 6px);
  height: calc(2em - 6px);
  border-radius: 0px;
  background-color: #116ab0;
  cursor: pointer;
}

.styleModernDot input[type=radio],
.styleModernDot input[type=checkbox] {
  display: none;
}
.styleModernDot input + label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0 0 2em;
  cursor: pointer;
}
.styleModernDot input + label::before,
.styleModernDot input + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: #fff;
  margin-top: -0.8em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 100%;
}
.styleModernDot input + label::after {
  background: #116ab0;
  transform: scale(0);
  transition: all 0.333s ease-in 0s;
}
.styleModernDot input:checked + label::after {
  transform: scale(0.8);
  transition: all 0.234s cubic-bezier(0, 1.5, 0, 1) 0s;
}

.styleModernBtn input[type=radio],
.styleModernBtn input[type=checkbox] {
  display: none;
}
.styleModernBtn label {
  display: inline-block;
  text-align: center;
  min-width: 5em;
  padding: 0.5em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #695f55;
}
.styleModernBtn input:checked + label {
  background-color: #116ab0;
  border: 1px solid #fff;
  color: #fff;
  cursor: auto;
}

.btn {
  box-sizing: border-box;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: 0 none;
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0 2em;
  letter-spacing: 0.2em;
  height: 3em;
  max-width: 300px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.btn::-webkit-search-decoration {
  display: none;
}
.btn::focus {
  outline-offset: -2px;
}

/* RWD >>> TABLET
---------------------------------------------------------------- */
@media only screen and (min-width: 491px) {
  html, body {
    font-size: 1.25vw;
  }
  #container {
    padding: 0 20px;
  }
  .btn:hover {
    opacity: 0.777;
    transition: opacity 0.1s ease-out;
  }
  input, textarea {
    padding: 0.5em 1em;
    max-width: 540px;
    margin-left: 0;
  }
  dl dt {
    width: auto;
  }
  dl dt, dl dd {
    width: 50%;
  }
  .flexBox > *,
  .flexDual > * {
    width: 50%;
  }
  .flexTrio > * {
    width: 33.3333333333%;
  }
  .flexDual.flexTrio > * {
    width: 33.3333333333%;
  }
}
/* RWD >>> PC---MAX		★どちらかを活性、他方は非活化★
---------------------------------------------------------------- */
@media only screen and (min-width: 1281px) {
  html, body {
    font-size: 16px;
  }
}
/* forUsing WebFonts
---------------------------------------------------------------- */
@media (min-width: 541px) {
  .spOnly {
    display: none;
  }
}
html, body {
  font-size: 16px;
}

body {
  background: #fff;
  color: #000;
  line-height: 1;
}

#container {
  padding: 0;
}

.mainPage {
  overflow: hidden;
}
.mainPage img:not([width]) {
  zoom: unset;
}
.mainPage button,
.mainPage a {
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.2s ease-out, background-color 1.2s ease-out;
  transition: color 0.0333s ease-out, background-color 0.2s ease-out;
}
.mainPage button:link, .mainPage button:visited,
.mainPage a:link,
.mainPage a:visited {
  text-decoration: none;
}
.mainPage button:hover, .mainPage button:focus, .mainPage button:active,
.mainPage a:hover,
.mainPage a:focus,
.mainPage a:active {
  text-decoration: underline;
  text-decoration: none;
  transition: color 0.1s ease-out, background-color 0.1s ease-out;
  transition: color 0.05s linear, background-color 0.05s linear;
  transition: color 0.0333s linear, background-color 0.0333s linear;
}
.mainPage img {
  display: block;
  width: 100%;
  height: auto;
}
.mainPage picture img {
  width: 100%;
  height: auto;
}
.mainPage input, .mainPage textarea {
  display: block;
  width: 100%;
}

.contents {
  width: 100vw;
}
.contents > section {
  position: relative;
  margin: 0 auto;
}
.contents h2 {
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
}

.morelink {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  transition: all 0.5s ease-out;
}
.morelink a {
  padding: 20px 0px;
  padding: 11.25px 0px;
  padding: 11.25px 0px;
  width: 500px;
  width: min(350px, 27.34375%);
  background-color: #D1FF2B;
  color: #000;
  color: #182A8E;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  line-height: 1.5; /* 37.5px */
  letter-spacing: 1.25px;
  border-radius: 100px;
  text-decoration: none;
}
.morelink a.fit {
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 65px;
}
.morelink a.quattro {
  font-size: 16px;
  width: 100%;
  height: 100%;
  line-height: 1.3;
  display: grid;
  place-items: center;
}
.morelink a:hover {
  text-decoration: none;
  background-color: #182A8E;
  color: #D1FF2B;
}
.morelink.end_link {
  filter: grayscale(100%);
}
.morelink.end_link:hover {
  opacity: unset;
}
.morelink.end_link a.yellow {
  background: #FFD900;
}
.morelink.end_link a.yellow:hover {
  opacity: unset;
  cursor: default;
}

.fv .keyVisual {
  aspect-ratio: 128/55;
  background: url(/img/campaign/gadgetspecialdays/pc/kv_bg@2x.png) no-repeat left top -100px/cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.fv h1 {
  width: 67.1875%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  inset: 0;
  margin: auto;
}
.fv .anker_menu {
  width: min(1000px, 100% - 20px);
  translate: 0 50%;
}
.fv ul {
  display: flex;
  border-radius: 35px;
  overflow: hidden;
  border: 1px solid #182A8E;
}
.fv li {
  flex-basis: 25%;
  background: #D1FF2B;
  text-align: center;
  font-weight: 700;
  line-height: 1.3; /* 20.8px */
  letter-spacing: 1.25px;
}
.fv li + * {
  border-left: 1px solid #182A8E;
}
.fv a {
  text-decoration: none;
  color: #182A8E;
  width: 100%;
  height: 70px;
  display: grid;
  place-items: center;
}
.fv a:focus, .fv a:hover {
  text-decoration: none;
}
.fv a:hover {
  background-color: #182A8E;
  color: #D1FF2B;
}
.fv .leadBox {
  padding: 80px 20px 60px;
  text-align: center;
  color: #0D3188;
  font-size: 22px;
  font-weight: 700;
  line-height: 180%; /* 39.6px */
  letter-spacing: 0.05em;
}
.fv .kv_endTxtBox {
  display: none;
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  height: 27%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.5) 100%);
  text-align: center;
  line-height: 1.5;
  padding: 1.5rem 1rem;
  padding: 5rem 1rem;
  top: 0;
  height: 150%;
  padding-top: 21%;
  padding-top: 16%;
}
.afterParty .fv .kv_endTxtBox {
  display: block;
}
.fv .kv_endTxtBox .kv_endTxt {
  font-size: 1.8rem;
  font-weight: 400;
  font-size: 3.2rem;
  font-size: 5rem;
  font-size: 5.5rem;
  line-height: 1.2;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 0.4em;
  text-shadow: 5px 5px 10px rgb(255, 255, 255);
}

.point {
  padding: 80px 20px 80px;
  background: url(/img/campaign/gadgetspecialdays/pc/texture_bg.png) repeat left top/contain, #D8D8D8;
}
.point h2, .point .sub_heading, .point .perspective, .point .perspective_caution {
  max-width: 770px;
  margin-inline: auto;
}
.point h2 {
  margin-bottom: 50px;
}
.point .sub_heading {
  margin-bottom: 60px;
}
.point .lead {
  text-align: center;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
  margin-bottom: 37px;
}
.point .perspective_caution {
  text-align: right;
  margin-bottom: 50px;
  font-size: 10px;
  line-height: 1.5;
}
.point .container {
  max-width: 1088px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.point .point_item {
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8; /* 28.8px */
  display: flex;
  flex-flow: row wrap;
}
.point .point_item:nth-child(1) .description {
  background: #D1FF2B;
  color: #0C37A0;
  padding-left: 40px;
}
.point .point_item:nth-child(1) .description svg {
  right: 18px;
}
.point .point_item:nth-child(2) {
  flex-direction: row-reverse;
}
.point .point_item:nth-child(2) .description {
  background: #8D30D0;
  color: #D1FF2B;
  padding-right: 40px;
  text-align: right;
}
.point .point_item:nth-child(2) .description svg {
  left: 18px;
}
.point .point_item:nth-child(3) .description {
  background: #5830D0;
  color: #fff;
  padding-left: 40px;
}
.point .point_item:nth-child(3) .description svg {
  right: 18px;
}
.point .point_item:nth-child(3) .benefit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5; /* 36px */
}
.point .point_item:nth-child(3) .bold {
  font-weight: 700;
  line-height: 1.5; /* 24px */
}
.point .point_item:nth-child(3) .medium {
  font-weight: 500;
  line-height: 1.5;
}
.point .point_item:nth-child(3) .strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.point .point_item:nth-child(3) .caution {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5; /* 15px */
}
.point .point_item > * {
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.point .description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.point .description svg {
  position: absolute;
  top: 18px;
}

.brands {
  padding: 80px 20px 80px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.brands hgroup {
  text-align: center;
}
.brands hgroup h2 {
  margin-bottom: 10px;
}
.brands hgroup p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; /* 31.2px */
}
.brands .brands_logo {
  max-width: 970px;
  margin-inline: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
}
.brands .brands_logo > * {
  width: calc(25% - 7.5px);
  min-height: 100px;
  display: grid;
  place-items: center;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.brands .brands_logo > * img {
  max-width: 150px;
  width: auto;
  max-height: 90px;
}
.brands .brands_logo > * .middle {
  max-height: 40px;
}
.brands .caution {
  max-width: 970px;
  width: 100%;
  margin-inline: auto;
  text-align: right;
  font-size: 10px;
  line-height: 1.5;
}

.info {
  padding: 80px 20px 0;
  background: url(/img/campaign/gadgetspecialdays/pc/texture_bg.png) repeat left top/contain, #D8D8D8;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.info hgroup {
  text-align: center;
}
.info hgroup h2 {
  margin-bottom: 30px;
}
.info hgroup p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; /* 31.2px */
}
.info .container {
  max-width: 720px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: repeat(5, 1fr);
  row-gap: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.info .container h3 {
  font-weight: 700;
  line-height: 1.3; /* 20.8px */
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.info .container p {
  font-weight: 400;
  line-height: 1.4; /* 22.4px */
}
.info .googleMap {
  width: 100vw;
  min-width: 1040px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1280/554;
  max-height: 555px;
}
.info iframe {
  width: 100%;
  height: 100%;
}

.coupon {
  padding: 80px 20px 20px;
  padding: 80px 20px 40px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.coupon h2 {
  text-align: center;
}
.coupon .sub_heading {
  display: flex;
  justify-content: center;
  align-items: center;
}
.coupon .sub_heading p {
  display: flex;
  align-items: center;
}
.coupon .sub_heading .medium {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3; /* 31.2px */
  margin-left: 10px;
}
.coupon .sub_heading .bold {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3; /* 52px */
  margin-left: 30px;
}
.coupon .lead {
  text-align: center;
  font-weight: 500;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.05em;
}
.coupon .container {
  max-width: 970px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 20px;
}
.coupon .container > * {
  background: #D1FF2B;
  border-radius: 30px;
  padding: 40px 30px;
  display: grid;
  gap: 15px;
  justify-items: center;
}
.coupon .container .limit {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8; /* 21.6px */
  letter-spacing: 0.05em;
}
.coupon .container .code {
  padding-block: 10px;
}
.coupon .container .code .small {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.05em;
}
.coupon .container .code .bold {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2; /* 120% */
}
.coupon button {
  background: #797979;
  color: #fff;
  padding: 1px 30px;
  font-weight: 700;
  line-height: 37.5px; /* 234.375% */
  line-height: 2.34;
  letter-spacing: 1px;
  height: auto;
}
.coupon button:focus, .coupon button:hover {
  text-decoration: none;
}
.coupon button:hover {
  background-color: #182A8E;
  color: #D1FF2B;
}
.coupon .card {
  position: relative;
  overflow: hidden;
}
.coupon .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/campaign/gadgetspecialdays/pc/coming_soon.svg) no-repeat 50% 50%/cover;
}
.coupon .card .bold {
  color: rgba(0, 0, 0, 0.123);
}
.coupon .card.publish::after {
  display: none;
}
.coupon .card.publish .bold {
  color: inherit;
}

.howto {
  padding: 0 20px 80px;
  background: #F5F5F5;
  overflow-x: hidden;
}
.howto .howto_bg {
  max-width: 970px;
  margin-inline: auto;
  padding: 40px 20px;
  border-radius: 50px;
  background: url(/img/campaign/gadgetspecialdays/pc/howto_bg.png) no-repeat center top/cover;
  display: grid;
  justify-items: center;
  gap: 30px;
  position: relative;
}
.howto hgroup {
  text-align: center;
}
.howto hgroup p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; /* 31.2px */
}
.howto figure {
  position: relative;
}
.howto figure img {
  width: 95%;
  width: 82.5%;
  margin-inline: auto;
}
.howto figure .input, .howto figure .my {
  position: absolute;
  width: 30%;
  width: 25.8064516129%;
  height: min(56px, 15%);
  height: min(64px, 20%);
  bottom: 0;
  background: red;
  opacity: 0.7;
  opacity: 0;
}
.howto figure .input {
  left: 2.5%;
  left: 81px;
}
.howto figure .my {
  left: 50%;
  translate: -50% 0;
}
.howto .coupon1 {
  width: 29.381443299%;
  height: auto;
  position: absolute;
  top: 3%;
  right: -12%;
  z-index: 1;
}
.howto .coupon2 {
  width: 29.381443299%;
  height: auto;
  position: absolute;
  bottom: -5%;
  left: -12%;
}

.feature {
  padding: 60px 20px 60px;
  background: url(/img/campaign/gadgetspecialdays/pc/texture_bg.png) repeat left top/contain, #D8D8D8;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.feature hgroup {
  text-align: center;
}
.feature hgroup h2 {
  margin-bottom: 30px;
}
.feature hgroup p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; /* 31.2px */
}
.feature .lead {
  text-align: center;
  font-weight: 500;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.8px;
  letter-spacing: 0.05em;
}
.feature .gadget_figure {
  max-width: 700px;
}

.about {
  padding: 80px 20px 80px;
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.about h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 45px */
  display: flex;
  align-items: center;
  gap: 15px;
}
.about .lead {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 43.2px */
  letter-spacing: 1.2px;
  letter-spacing: 0.05em;
}
.about .description {
  font-weight: 400;
  line-height: 2; /* 32px */
}
.about h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3; /* 31.2px */
  letter-spacing: 1.2px;
  letter-spacing: 0.05em;
}
.about figure {
  max-width: 712px;
}
.about figure img {
  width: 100%;
  height: auto;
}
.about .links {
  max-width: 700px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
}
.projects {
  padding-inline: 16px;
  background: #FCEAE2;
}
.afterParty .projects > * {
  display: none;
}
.projects .genre {
  max-width: 1152px;
  padding: 40px 0 60px;
  margin-inline: auto;
}
.projects p {
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 40px;
}
.projects p span {
  font-size: 12px;
}
.preParty .projects .morelink {
  opacity: 0.5;
}
.preParty .projects .morelink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.projects .morelink a {
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  padding-inline: 65px;
}

.tabs {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  text-align: center;
  margin-bottom: 40px;
}
.tabs > * {
  display: grid;
  place-items: center;
  flex: 1;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  line-height: 1.2;
  padding: 0.5em;
  height: 80px;
  cursor: pointer;
  position: relative;
  transition: all 0.37s cubic-bezier(0.5, 0, 0, 1) 0s;
}
.tabs > * div {
  position: relative;
}
.tabs > *::before {
  content: "";
  background-color: #fff;
  opacity: 0;
  width: 24px;
  height: 15px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  translate: -50% 0;
  transition: top 0.25s cubic-bezier(0.25, 0, 0, 1) 0s;
}
.tabs > *.ON {
  background: rgba(41, 165, 21, 0.73);
  color: #fff;
  transition: all 0.1s cubic-bezier(0, 0, 0, 1) 0s;
}
.tabs > *.active {
  background: #29A515;
  color: #fff;
  transition: all 0.1s cubic-bezier(0, 0, 0, 1) 0s;
}
.tabs > *.active::before {
  background-color: #29A515;
  opacity: 1;
  top: 100%;
}

.preParty #campaign2503_container::before {
  content: "「Makuake新生活応援Days」は、3/24（月）にスタートします。\a 4日間毎日、プロジェクトのジャンル別で利用できる\aクーポンを日替わりで配布しますので楽しみにお待ちください！";
  white-space: pre;
  display: block;
  background: rgba(255, 255, 255, 0.777);
  padding: 2em;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  opacity: 0.5;
}

.campaign2503_projects {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start;
  -moz-column-gap: 10.6666666667px;
       column-gap: 10.6666666667px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  -moz-column-gap: 15px;
       column-gap: 15px;
  column-gap: 15px;
  row-gap: 30px;
  margin-inline: auto;
  margin-bottom: 30px;
  margin-bottom: 0px;
  height: 0;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0s linear 0s;
}
.campaign2503_projects .campaign2503_pjItem {
  overflow: hidden;
  position: relative;
  width: calc((100% - 30px) / 4);
  width: calc((100% - 30px) / 3);
  min-width: 240px;
  height: 250px;
  height: 273px;
}
.campaign2503_projects .campaign2503_pjItem a:hover {
  opacity: 0.7;
}
.campaign2503_projects .campaign2503_pjItem a:hover .campaign2503_title {
  text-decoration: underline;
}
.campaign2503_projects .campaign2503_link {
  display: block;
  color: #333;
  height: 100%;
  text-decoration: none;
}
.campaign2503_projects .campaign2503_image {
  position: relative;
  margin-bottom: 5px;
}
.campaign2503_projects .campaign2503_title {
  font-weight: 400;
  font-weight: 500;
  line-height: 1.8;
}
.campaign2503_projects.active {
  display: grid;
  display: flex;
  height: auto;
  max-height: 586px;
}
.campaign2503_projects.active.viewAll {
  align-content: flex-start;
  max-height: 10000px;
  transition: max-height 0.73s cubic-bezier(0.75, 0, 0, 1.2) 0s;
}

.viewSW {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 30px;
  overflow: hidden;
  opacity: 1;
  transition: all 0.5s linear 0s;
}
.viewSW a {
  position: relative;
  bottom: 0px;
  transition: all 0.73s cubic-bezier(0.75, 0, 0, 1) 0s;
}
.viewSW.swON {
  opacity: 0;
  margin-bottom: -80px;
}
.viewSW.swON a {
  bottom: -100px;
}

@media (max-width: 540px) {
  .PCOnly {
    display: none;
  }
  .mainPage {
    padding-top: 48px;
    font-size: 12px;
  }
  .mainPage a:hover, .mainPage a:focus, .mainPage a:active {
    text-decoration: none;
  }
  .contents h2 {
    font-size: 24px;
  }
  .morelink a {
    width: min(350px, 27.34375%);
    width: min(350px, 80vw);
    font-size: 16px;
    font-size: 20px;
  }
  .morelink a.fit {
    width: -moz-fit-content;
    width: fit-content;
    width: min(350px, 80vw);
    padding-inline: 65px;
    padding-inline: unset;
  }
  .fv .keyVisual {
    aspect-ratio: 128/55;
    aspect-ratio: 375/397;
    background: url(/img/campaign/gadgetspecialdays/pc/kv_bg@2x.png) no-repeat left top -100px/cover;
    background: url(/img/campaign/gadgetspecialdays/pc/kv_bg-sp@2x.png) no-repeat left top/cover;
  }
  .fv h1 {
    width: 67.1875%;
    width: 78.6666666667%;
  }
  .fv .anker_menu {
    width: min(1000px, 100% - 20px);
    width: min(500px, 80%);
    translate: 0 50%;
    translate: 0 75%;
  }
  .fv ul {
    flex-direction: column;
  }
  .fv li {
    flex-basis: 25%;
    height: 50px;
    background: #D1FF2B;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }
  .fv li + * {
    border-left: 1px solid #182A8E;
    border-left: unset;
    border-top: 1px solid #182A8E;
  }
  .fv a {
    height: 70px;
    height: 50px;
  }
  .fv .leadBox {
    padding: 80px 20px 60px;
    padding: 170px 20px 40px;
    font-size: 22px;
    font-size: 16px;
  }
  .fv .kv_endTxtBox {
    display: none;
    height: 200%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.5) 100%);
    padding-top: 30vh;
  }
  .afterParty .fv .kv_endTxtBox {
    display: block;
  }
  .fv .kv_endTxtBox .kv_endTxt {
    font-size: 1.8rem;
    font-size: 1.2rem;
    font-size: 3em;
    font-size: 2.6em;
    font-weight: 700;
    padding-left: 0.4em;
    letter-spacing: 0;
    line-height: 1.5;
  }
  .point {
    padding: 80px 20px 80px;
    padding: 60px 20px 60px;
  }
  .point h2 {
    margin-bottom: 50px;
    margin-bottom: 25px;
  }
  .point .sub_heading {
    margin-bottom: 60px;
    margin-bottom: 30px;
  }
  .point .lead {
    text-align: center;
    font-weight: 500;
    line-height: 180%; /* 28.8px */
    margin-bottom: 37px;
    margin-bottom: 20px;
  }
  .point .perspective_caution {
    margin-bottom: 50px;
    margin-bottom: 25px;
  }
  .point .container {
    gap: 30px;
    gap: 15px;
  }
  .point .point_item:nth-child(1) .description {
    padding-left: 40px;
    padding-left: 16px;
  }
  .point .point_item:nth-child(1) .description p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .point .point_item:nth-child(1) .description svg {
    right: 18px;
    right: 10px;
  }
  .point .point_item:nth-child(2) p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .point .point_item:nth-child(2) .description {
    background: #8D30D0;
    color: #D1FF2B;
    padding-right: 40px;
    padding-right: 16px;
    text-align: right;
  }
  .point .point_item:nth-child(2) .description svg {
    left: 18px;
    left: 10px;
  }
  .point .point_item:nth-child(3) .description {
    background: #5830D0;
    color: #fff;
    padding-left: unset;
    padding: 10px 20px;
    padding: 10px 16px 16px;
    gap: 8px;
  }
  .point .point_item:nth-child(3) .description svg {
    right: 18px;
    right: 10px;
  }
  .point .point_item:nth-child(3) .benefit {
    font-size: 24px;
    font-size: 17px;
    line-height: 1.5;
    line-height: 1.3;
  }
  .point .point_item:nth-child(3) .bold {
    line-height: 1.5;
    line-height: 1.3;
  }
  .point .point_item:nth-child(3) .medium {
    font-size: 15px;
    line-height: 1.5;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .point .point_item:nth-child(3) .strong {
    font-size: 20px;
    font-size: 16px;
    line-height: 1.5;
    line-height: 1.3;
  }
  .point .point_item:nth-child(3) .caution {
    font-size: 10px;
    line-height: 1.5;
    line-height: 1.3;
  }
  .point .point_item > * {
    width: 50%;
    width: 100%;
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .point .description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .point .description svg {
    width: 18%;
    height: auto;
    top: 18px;
    top: 10px;
  }
  .brands {
    padding: 80px 20px 80px;
    padding: 60px 20px 60px;
    gap: 20px;
    gap: 10px;
  }
  .brands hgroup {
    text-align: center;
  }
  .brands hgroup h2 {
    margin-bottom: 10px;
  }
  .brands hgroup h2 svg {
    width: 100%;
    height: auto;
  }
  .brands hgroup p {
    font-size: 24px;
    font-size: 20px;
  }
  .brands .brands_logo {
    max-width: 970px;
    margin-inline: auto;
    display: flex;
    flex-flow: row wrap;
    gap: 10px;
  }
  .brands .brands_logo > * {
    width: calc(25% - 7.5px);
    width: calc(33.3333333333% - 6.6666666667px);
    min-height: 100px;
    min-height: 60px;
  }
  .brands .brands_logo > * img {
    max-width: 150px;
    max-width: 80px;
    width: auto;
    max-height: 90px;
    max-height: 50px;
  }
  .brands .brands_logo > * .middle {
    max-height: 40px;
    max-height: 25px;
  }
  .brands .brands_logo .caution {
    width: 100%;
  }
  .info {
    padding: 80px 20px 80px;
    padding: 60px 20px 0;
    background: url(/img/campaign/gadgetspecialdays/pc/texture_bg.png) repeat left top/contain, #D8D8D8;
    display: flex;
    flex-direction: column;
    gap: 30px;
    gap: 20px;
  }
  .info hgroup {
    text-align: center;
  }
  .info hgroup h2 {
    margin-bottom: 30px;
    margin-bottom: 20px;
  }
  .info hgroup h2 svg {
    width: 100%;
    height: auto;
  }
  .info hgroup p {
    font-size: 24px;
    font-size: 20px;
  }
  .info .container {
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(5, 1fr);
    row-gap: 10px;
    row-gap: 6px;
    -moz-column-gap: 15px;
         column-gap: 15px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    display: flex;
    flex-flow: row wrap;
  }
  .info .container h3 {
    font-weight: 700;
    line-height: 1.3; /* 20.8px */
    line-height: 1.4;
    letter-spacing: 0.05em;
    width: 5em;
  }
  .info .container p {
    font-weight: 400;
    line-height: 1.4; /* 22.4px */
    width: calc(100% - 5em - 10px);
  }
  .info .container p:nth-of-type(4) {
    grid-row: 4/6;
  }
  .info .container p:nth-of-type(5) {
    grid-row: 6/8;
  }
  .info .googleMap {
    aspect-ratio: 1;
    max-height: 375px;
  }
  .info iframe {
    width: 100%;
    height: 100%;
  }
  .coupon {
    padding: 80px 20px 20px;
    padding: 60px 20px 100px;
    padding: 60px 20px 50px;
  }
  .coupon h2 svg {
    width: 100%;
    height: auto;
  }
  .coupon .sub_heading svg {
    width: 30%;
    height: auto;
  }
  .coupon .sub_heading .medium {
    font-size: 24px;
    font-size: 12px;
    margin-left: 10px;
    margin-left: 4px;
  }
  .coupon .sub_heading .bold {
    font-size: 40px;
    font-size: 20px;
    margin-left: 30px;
    margin-left: 12px;
  }
  .coupon .container {
    margin-top: 20px;
  }
  .coupon .container .limit {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8; /* 21.6px */
    letter-spacing: 0.05em;
  }
  .coupon .container .code {
    padding-block: 10px;
  }
  .coupon .container .code .small {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 21.6px */
    letter-spacing: 0.05em;
  }
  .coupon .container .code .bold {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2; /* 120% */
    letter-spacing: 0.05em;
  }
  .coupon button {
    padding: 1px 30px;
    font-weight: 700;
    line-height: 37.5px; /* 234.375% */
    line-height: 2.34;
    letter-spacing: 1px;
  }
  .coupon button:focus, .coupon button:active, .coupon button:hover {
    text-decoration: none;
    background: #797979;
    color: #fff;
  }
  .howto {
    padding: 0 20px 80px;
    padding: 0 0 100px;
    padding: 0 0 50px;
  }
  .howto .howto_bg {
    padding: 40px 20px;
    padding: 50px 10px;
    padding: 70px 20px;
    border-radius: unset;
    gap: 30px;
    gap: 40px;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 85%, #fafafa 98.1%);
    background: url(/img/campaign/gadgetspecialdays/pc/howto_bg.png) no-repeat center top/cover;
    background: linear-gradient(180deg, rgba(250, 250, 250, 0) 85%, #fafafa 98.1%), url(/img/campaign/gadgetspecialdays/pc/howto_bg.png) no-repeat center top/100% 100%;
    background: linear-gradient(180deg, #fafafa 2%, rgba(250, 250, 250, 0) 15%), linear-gradient(180deg, rgba(250, 250, 250, 0) 85%, #fafafa 98.1%), url(/img/campaign/gadgetspecialdays/pc/howto_bg.png) no-repeat center top/100% 100%;
    background: linear-gradient(180deg, #f5f5f5 2%, rgba(250, 250, 250, 0) 15%), linear-gradient(180deg, rgba(250, 250, 250, 0) 85%, #f5f5f5 98.1%), url(/img/campaign/gadgetspecialdays/pc/howto_bg.png) no-repeat center top/100% 100%;
  }
  .howto hgroup {
    text-align: center;
  }
  .howto hgroup h2 svg {
    width: 100%;
    width: 60%;
    height: auto;
  }
  .howto hgroup p {
    font-size: 24px;
    font-size: 20px;
  }
  .howto figure img {
    width: 95%;
  }
  .howto figure .input, .howto figure .my {
    width: 30%;
  }
  .howto figure .input {
    left: 2.5%;
  }
  .howto .coupon1 {
    width: 29.381443299%;
    width: min(100px, 22%);
    top: 3%;
    top: 10%;
    right: -12%;
    right: 1%;
    z-index: 1;
  }
  .howto .coupon2 {
    width: 29.381443299%;
    width: min(100px, 20%);
    bottom: -5%;
    bottom: unset;
    top: 4%;
    left: -12%;
    left: 0;
    rotate: 30deg;
  }
  .feature {
    padding: 60px 20px 60px;
    padding: 40px 20px 40px;
    padding: 60px 20px 40px;
    gap: 30px;
    gap: 20px;
  }
  .feature hgroup {
    text-align: center;
  }
  .feature hgroup h2 {
    margin-bottom: 30px;
    margin-bottom: 10px;
  }
  .feature hgroup h2 svg {
    width: 100%;
    height: auto;
  }
  .feature hgroup p {
    font-size: 24px;
    font-size: 20px;
  }
  .feature .lead {
    font-weight: 500;
    line-height: 1.8; /* 28.8px */
    letter-spacing: 0.8px;
    letter-spacing: 0.05em;
  }
  .feature .gadget_figure {
    max-width: 700px;
  }
  .about {
    padding: 60px 20px 60px;
    gap: 40px;
    gap: 25px;
  }
  .about h2 {
    font-size: 30px;
    font-size: 20px;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    gap: 15px;
  }
  .about h2 svg {
    width: 60%;
    height: auto;
  }
  .about .lead {
    font-size: 24px;
    font-size: 20px;
  }
  .about h3 {
    font-size: 24px;
    font-size: 20px;
  }
  .about figure svg {
    width: 100%;
    height: auto;
  }
  .about .links {
    gap: 15px;
    gap: 8px;
  }
  .about .links a {
    font-size: 12px;
  }
  .projects .genre {
    padding: 40px 0 60px;
    padding: 40px 0 80px;
  }
  .projects p {
    margin-bottom: 30px;
  }
  .projects p span {
    font-size: 9px;
  }
  .projects .tabs {
    margin-bottom: 30px;
    gap: 4px;
  }
  .projects .tabs > * {
    font-size: 12px;
    font-size: 10px;
    letter-spacing: 0em;
    padding: 0.5em;
    padding: 8px 4px;
    padding: 0;
    height: auto;
    height: 48px;
  }
  .projects .tabs > *.active::before {
    content: "";
    background-color: #29A515;
    width: 24px;
    height: 15px;
    width: 16px;
    height: 10px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    left: 50%;
    top: 100%;
    translate: -50% 0;
  }
  .projects .tabs.tabsB {
    margin-bottom: 30px;
    gap: 10px;
  }
  .projects .tabs.tabsB > * {
    font-size: 16px;
    letter-spacing: 0em;
    padding: 0.5em;
    padding: 1.5em 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: center;
  }
  .projects .tabs.tabsB > * div {
    writing-mode: vertical-rl;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    white-space: nowrap;
    padding: 1.5em 0;
    max-height: 120px;
    overflow: hidden;
    overflow: auto;
  }
  .projects .tabs.tabsB > * span {
    display: inline-block;
    rotate: -90deg;
    padding: 0 0 0 1em;
  }
  .preParty #campaign2503_container::before {
    white-space: wrap;
    font-size: 1rem;
  }
  .campaign2503_projects {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 15px;
  }
  .campaign2503_projects .campaign2503_pjItem {
    width: calc((100% - 10px) / 2);
    min-width: unset;
    height: auto;
    height: 154px;
  }
  .campaign2503_projects .campaign2503_title {
    line-height: 1.5;
    font-weight: 400;
  }
  .campaign2503_projects.active {
    max-height: 500px;
  }
  .viewSW {
    width: auto;
  }
}
/* for MakuakeGlobalENV
---------------------------------------------------------------- */
header * {
  line-height: inherit;
}
header input, header textarea {
  margin: 0;
}
header input[type=submit], header input[type=button], header button {
  padding: 0;
  letter-spacing: 0em;
  line-height: normal;
}

/* makuake 追加分 */
.findFormHeaderSubmit-txt {
  top: 6px;
}

.header-like > i {
  height: 18px;
}
/* /makuake 追加分 */

.footer {
  background: url(/img/campaign/gadgetspecialdays/pc/texture_bg.png) repeat left top/contain, #D8D8D8;
}
.footer .banner-section {
  margin-bottom: 50px;
}
.footer .footer-column {
  margin-top: 34px;
}
.footer .footer_contents {
  padding-top: 0.5px;
}
.footer .footer_app_banner,
.footer .appBanner,
.footer .footer-apply-link, .footer .footer-help-link {
  display: none;
}

/* for PC Only
---------------------------------------------------------------- */
.contents {
  min-width: 1040px;
}
