@charset "UTF-8";
/*--------------------------------------
共通
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Stick&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Marhey:wght@300;400;500;600;700&display=swap');

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tbody,
tfoot,
thead,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  clear: both;
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

.txt_center {
  text-align: center !important;
}

.block_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.txt_left {
  text-align: left !important;
}

.txt_right {
  text-align: right !important;
}

.fleft {
  display: block;
  float: left;
}

.fright {
  display: block;
  float: right;
}

.txt_red {
  color: #f33;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt75 {
  margin-top: 75px !important;
}

* {
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/* Scss Document */
.bounce:hover {
  -webkit-animation: bounce_9932 2.6s ease infinite;
  animation: bounce_9932 2.6s ease infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes bounce_9932 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  5.55556% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  11.11111% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  22.22222% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  27.77778% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  33.33333% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  44.44444% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounce_9932 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  5.55556% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  11.11111% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  22.22222% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  27.77778% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  33.33333% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  44.44444% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.main_area02_content01_box01 .horizontal {
  -webkit-animation: horizontal_8489 2.72s ease infinite;
  animation: horizontal_8489 2.72s ease infinite;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

@-webkit-keyframes horizontal_8489 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  4.41177% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }

  8.82353% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  13.23529% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }

  17.64706% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  22.05882% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  26.47059% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes horizontal_8489 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  4.41177% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }

  8.82353% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  13.23529% {
    -webkit-transform: translate(35px, 0);
    transform: translate(35px, 0);
  }

  17.64706% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  22.05882% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  26.47059% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.horizontal:hover {
  -webkit-animation: horizontal_9034 2.72s ease infinite;
  animation: horizontal_9034 2.72s ease infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes horizontal_9034 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  4.41177% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  8.82353% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  13.23529% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  17.64706% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  22.05882% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  26.47059% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes horizontal_9034 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  4.41177% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  8.82353% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  13.23529% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  17.64706% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  22.05882% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  26.47059% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.horizontal02 {
  -webkit-animation: horizontal_9035 2.72s ease;
  animation: horizontal_9035 2.72s ease;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes horizontal_9035 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  4.41177% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  8.82353% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  13.23529% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  17.64706% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  22.05882% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  26.47059% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes horizontal_9035 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  4.41177% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  8.82353% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  13.23529% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }

  17.64706% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  22.05882% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }

  26.47059% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.float {
  -webkit-animation: float_1274 4s linear infinite;
  animation: float_1274 4s linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes float_1274 {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  25% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes float_1274 {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  25% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.pulse:hover {
  -webkit-animation: pulse_2252 3s linear infinite;
  animation: pulse_2252 3s linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes pulse_2252 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  33.33333% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  66.66667% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse_2252 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  33.33333% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  66.66667% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pulse02 {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.pulse02:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fuwafuwa {
  -webkit-animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
  display: inline-block;
  -webkit-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
  width: 70px;
  height: 70px;
  margin-top: 15px;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
    transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
    transform: translate(0, 0) rotate(-7deg);
  }

  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
    transform: translate(0, -7px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
    transform: translate(0, 0) rotate(7deg);
  }
}

/* youtube */
.youtube_ctrl {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-top: 56.25%;
  border-radius: 10px;
  /* overflow: hidden; */
  z-index: 1;
}

.youtube {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}

.youtube::before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.youtube img {
  width: 100%;
}

.youtube_play {
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 26px);
  z-index: 11;
  cursor: pointer;
  width: 52px !important;
  height: 52px !important;
}

.youtube_ctrl iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* youtubeモーダル */
body {
  width: 100%;
}

main {
  position: relative;
}

.modal_youtube {
  display: none;
}

.modal_youtube {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.5);
  z-index: 99999;
}

.modal_youtube .youtube_position {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1000px;
  z-index: 999;
}

.modal_youtube .youtube_ctrl {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
  /* overflow: hidden; */
  z-index: 1;
}

.modal_youtube .youtube_ctrl iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.modal_youtube .modal_close {
  position: fixed;
  z-index: 52;
  width: 40px;
  height: 40px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.modal_youtube .modal_close::before,
.modal_youtube .modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 40px;
  background: #fff;
  z-index: 53;
  border-radius: 3px;
}

.modal_youtube .modal_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal_youtube .modal_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* 音声再生LPへの誘導バナー */
.language_bnr {
  display: block;
  margin-top: 20px;
}

/* 4カテゴリ表示 */
#upopoy_head .upopoy_anchor_wrp ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 88%;
  margin: 50px auto 0 auto;
}

#upopoy_head .upopoy_anchor_wrp ul li {
  width: 20%;
  max-width: 230px;
}

#page_en #upopoy_head .upopoy_anchor_wrp ul li {
  width: 19%;
}

#upopoy_head .upopoy_anchor_wrp ul li:nth-child(2n) {
  margin-top: 8%;
}

#upopoy_head ul li a {
  display: block;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}

#upopoy_head ul li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -18%;
  width: 136%;
  height: 80%;
  background-image: url('/mgzn/papercraft/lib/img/anchor_bg_01.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

#upopoy_head ul li a.box_wrp00:before {
  transform: scale(-1, -1);
  left: -22%;
}

#upopoy_head ul li a.box_wrp01:before {
  left: -13%;
}

#upopoy_head ul li a.box_wrp02:before {
  transform: scale(1, -1);
  bottom: -10px;
}

#page_en #upopoy_head ul li a.box_wrp02:before {
  bottom: auto;
  top: 70px;
}

#upopoy_head ul li a.box_wrp03:before {
  transform: scale(-1, -1);
  left: -30%;
}

#upopoy_head ul li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#upopoy_head ul li a .box01 {
  position: relative;
}

#upopoy_head ul li a .box01_01 img {
  margin-left: -50%;
}

#upopoy_head ul li a .box01_03 img {
  margin-right: -50%;
}

#upopoy_head ul li a .upopoy_anchor_txt01 {
  width: 120%;
  margin-left: -10%;
  line-height: 0.93;
  letter-spacing: 2.4px;
  font-size: 30px;
  font-family: "Stick", sans-serif;
  font-weight: 400;
  text-shadow: 2px 2px 14px #fff, -2px 2px 14px #fff, 2px -2px 14px #fff, -2px -2px 14px #fff;
}

#page_en #upopoy_head ul li a .upopoy_anchor_txt01 {
  font-family: 'Marhey', sans-serif;
  font-weight: 700;
}

#page_en #upopoy_head ul li a .upopoy_anchor_txt01 {
  font-size: 23px;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff, 2px 2px 14px #fff, -2px 2px 14px #fff, 2px -2px 14px #fff, -2px -2px 14px #fff;
}

#upopoy_head ul li a.box_wrp00 .upopoy_anchor_txt01 {
  color: #E44D6A;
}

#upopoy_head ul li a.box_wrp01 .upopoy_anchor_txt01 {
  color: #feab1b;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
}

#upopoy_head ul li a.box_wrp02 .upopoy_anchor_txt01 {
  color: #98b52a;
}

#page_en #upopoy_head ul li a.box_wrp02 .upopoy_anchor_txt01 {
  width: 130%;
  margin-left: -15%;
}

#upopoy_head ul li a.box_wrp03 .upopoy_anchor_txt01 {
  color: #4a7dd0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
}

#page_en #upopoy_head ul li a.box_wrp03 .upopoy_anchor_txt01 {
  width: 105%;
}

#upopoy_head ul li a .upopoy_anchor_txt02 {
  margin: 10px 0 5px 0;
  line-height: 1.56;
  letter-spacing: 1.44px;
  text-align: center;
  font-weight: 600;
  color: #72504c;
  text-shadow: 2px 2px 14px #fff, -2px 2px 14px #fff, 2px -2px 14px #fff, -2px -2px 14px #fff;
  width: 118%;
  margin-left: -11%;
}

#page_en #upopoy_head ul li a .upopoy_anchor_txt02 {
  width: 126%;
  margin-left: -13%;
  text-shadow: 2px 2px 5px #fff, -2px 2px 5px #fff, 2px -2px 5px #fff, -2px -2px 5px #fff, 2px 2px 14px #fff, -2px 2px 14px #fff, 2px -2px 14px #fff, -2px -2px 14px #fff;
}

#upopoy_head ul li a .upopoy_anchor_arrow {
  width: 40px;
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 5px #fff);
}

.new {
  font-size: 0.9rem;
  display: block;
  width: fit-content;
  font-family: 'Kiwi Maru';
  font-weight: bold;
  margin-bottom: 0.2em;
  background: red;
  line-height: 1;
  padding: 0.2em 0.2em 0.3em 0.5em;
  color: #fff;
  margin-right: auto;
  position: relative;
  z-index: 1;
  transform: rotate(-15deg);
}

.new::before,
.new::after {
  content: '';
  position: absolute;
  z-index: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
}

.new::before {
  border-color: red rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
  border-width: 20px 10px 0 0;
  top: 0;
}

.new::after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) red;
  border-width: 20px 0 0 10px;
  bottom: 0;
}

.word {
  display: inline-block;
}

#contents_wrp #contents_inner ul li .upopoy_contents01_list_txt01:not(:has(span.new)) {
  padding-top: 1.5rem;
}

@media print,
screen and (max-width: 1041px) {
  .header-lang {
    position: absolute;
  }

  #upopoy_head .upopoy_anchor_wrp ul {
    max-width: 700px;
  }

  #upopoy_head .upopoy_anchor_wrp ul li,
  #page_en #upopoy_head .upopoy_anchor_wrp ul li {
    width: 33%;
  }

  #upopoy_head .upopoy_anchor_wrp ul li.upopoy_anchor00 {
    margin-right: 20%;
  }

  #upopoy_head .upopoy_anchor_wrp ul li.upopoy_anchor01 {
    margin-left: 19%;
  }

  #upopoy_head .upopoy_anchor_wrp ul li:nth-child(2n) {
    margin-top: 0;
  }
}

@media print,
screen and (max-width: 640px) {
  #upopoy_head .upopoy_anchor_wrp ul {
    width: 80%;
  }

  #page_en #upopoy_head .upopoy_anchor_wrp ul {
    margin-top: 30px;
  }

  #upopoy_head .upopoy_anchor_wrp ul li {
    width: 42%;
  }

  #page_en #upopoy_head .upopoy_anchor_wrp ul li {
    width: 44%;
  }

  #upopoy_head .upopoy_anchor_wrp ul li.upopoy_anchor00,
  #upopoy_head .upopoy_anchor_wrp ul li.upopoy_anchor01,
  #upopoy_head .upopoy_anchor_wrp ul li.upopoy_anchor03 {
    margin: 0;
  }

  #page_en #upopoy_head ul li.upopoy_anchor01 {
    margin-top: -20%;
  }

  #page_en #upopoy_head ul li.upopoy_anchor00 {
    margin-top: 20%;
  }

  #page_en #upopoy_head ul li.upopoy_anchor02 {
    margin-top: 10%;
  }

  #upopoy_head ul li a .upopoy_anchor_txt01 {
    font-size: 4.5vw;
  }

  #page_en #upopoy_head ul li a .upopoy_anchor_txt01 {
    font-size: 4vw;
  }

  #upopoy_head ul li a .upopoy_anchor_txt02 {
    font-size: 2.8vw;
  }

  #page_en #upopoy_head ul li a .upopoy_anchor_txt02 {
    font-size: 2.5vw;
  }

  #page_en #upopoy_head ul li a.box_wrp02:before {
    top: 8%;
  }

  #page_en #upopoy_head ul li a .box01_01 img {
    margin-left: -20%;
  }

  #upopoy_head ul li a .upopoy_anchor_arrow {
    width: 25px;
  }
}



@media print,
screen and (min-width: 1041px) {
  body {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  .sp {
    display: none !important;
  }

  a {
    text-decoration: none;
  }

  #contents_wrp {
    padding: 120px 0;
    background-image: url("/mgzn/papercraft/lib/img/beige_bg.png");
    background-size: contain;
    /* 共通 */
    /* 共通 */
    /* #contents_wrp */
  }

  #contents_wrp .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_01_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 580px;
    height: 68px;
    display: inline-block;
    font-size: 44px;
    color: #72504c;
    line-height: 61px;
    letter-spacing: 0.68px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }

  #page_en #contents_wrp .htxt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    line-height: 76px;
  }

  #page_en #contents_wrp .upopoy_contents02 .htxt01 {
    line-height: 1.1em;
    background-position-y: center;
    height: auto;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_01_parts@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp .htxt01 span {
    font-size: 24px;
  }

  #contents_wrp .gifffer-play-button {
    opacity: 0 !important;
  }

  #contents_wrp .pagetop_btn {
    position: fixed;
    bottom: 30px;
    left: auto;
    display: none;
    z-index: 9999;
  }

  #contents_wrp .pagetop_btn a {
    position: relative;
    display: inline-block;
  }

  #contents_wrp .pagetop_btn span {
    line-height: 1.14;
    position: absolute;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.12px;
    font-weight: 600;
    width: 100%;
    left: 47%;
    bottom: 26px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  #contents_wrp .pagetop_btn img {
    width: 90px;
  }

  #contents_wrp .pagetop_active {
    position: absolute !important;
    bottom: auto !important;
    top: -63px !important;
  }

  #contents_wrp #contents_inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    /* #contents_inner */
  }

  #contents_wrp #contents_inner #upopoy_head {
    background-image: url("/mgzn/papercraft/lib/img/green_bg.png");
    background-position: center top;
    padding-bottom: 160px;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    /* 春用背景画像 */
    /* 夏用背景画像 */
    /* 秋用背景画像 */
    /* 冬用背景画像 */
    /* #upopoy_head */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_spring {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_spring_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_spring {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_spring_pc@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_summer {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_summer_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_summer {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_summer_pc@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_autumn {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_autumn_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_autumn {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_autumn_pc@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_winter {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_winter_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_winter {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_winter_pc@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-position: center top;
    background-size: cover;
    padding-top: 50px;
    min-height: 1400px;
    /* .upopoy_head_inner */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 {
    /* .upopoy_head_htxt01 */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner {
    position: relative;
    display: inline-block;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img01 {
    position: absolute;
    left: -85px;
    top: 0;
    width: 113px;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img01 {
    left: -45px;
    top: -30px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img02 {
    position: absolute;
    right: -65px;
    top: 0;
    width: 113px;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img02 {
    right: -25px;
    top: -30px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    background-image: url("/mgzn/papercraft/lib/img/ttl_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 380px;
    height: 48px;
    display: inline-block;
    font-size: 34px;
    color: #72504c;
    line-height: 43px;
    letter-spacing: 0.68px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    line-height: 55px;
  }


}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    background-image: url("/mgzn/papercraft/lib/img/ttl_parts@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 span {
    font-size: 24px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt02 {
    margin-top: 22px;
    font-size: 46px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.92px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 14px rgba(54, 39, 39, 0.5), -2px 2px 14px rgba(54, 39, 39, 0.5), 2px -2px 14px rgba(54, 39, 39, 0.5), -2px -2px 14px rgba(54, 39, 39, 0.5);
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt02 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    margin-top: 20px;
    font-size: 80px;
    color: #fff;
    line-height: 1.03;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 12px rgba(54, 39, 39, 0.5), -2px 2px 12px rgba(54, 39, 39, 0.5), 2px -2px 12px rgba(54, 39, 39, 0.5), -2px -2px 12px rgba(54, 39, 39, 0.5);
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

}

@media print and (max-width: 1040px),
screen and (min-width: 1041px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    font-size: 10.41667vw;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 span {
    font-size: 50px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01_txt04 {
    margin-top: 42px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2.8px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_anchor_wrp {
    /* .upopoy_anchor_wrp */
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    margin-top: -330px;
    /* .upopoy_head_box01 */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/howto_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 520px;
    height: 55px;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    line-height: 51px;
    letter-spacing: 1.12px;
    font-family: "Stick", sans-serif;
    font-weight: 400;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 63px;
  }

}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/howto_parts@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_txt01 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2.8px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp {
    margin: 0 -18px;
    margin-top: -24px;
    margin-bottom: -60px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn {
    text-align: center;
    margin-top: 30px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: 1;
    display: inline-block;
    color: #72504c;
    border-radius: 25px;
    border: solid 1px #72504c;
    padding: 13px 30px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding-left: 55px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_05.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a:hover {
    background-color: #72504c;
    color: #fff;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a:hover:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_01@2x.png");
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul {
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li {
    display: inline-block;
    margin: 0 18px;
    max-width: 200px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li img {
    min-width: 190px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li:last-child {
    max-width: 240px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 .upopoy_head_box01_txtbox01_txt01 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: 46px;
    color: #72504c;
    line-height: 1;
    margin-right: 10px;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 .upopoy_head_box01_txtbox01_txt01 {
    font-family: 'Marhey', cursive;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 .upopoy_head_box01_txtbox01_txt02 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.44px;
    color: #72504c;
    text-align: left;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txt02 {
    font-size: 28px;
    letter-spacing: 2.24px;
    font-weight: 600;
    color: #72504c;
    margin-top: 8px;
    position: relative;
    top: -8px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 {
    background-image: url('/mgzn/papercraft/lib/img/white_bg.png');
    text-align: center;
    padding: 80px 30px;
    position: relative;
    /* #upopoy_contents01 */
  }

  #contents_wrp #contents_inner .upopoy_contents01:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1300px;
    height: 42px;
    left: 50%;
    top: -22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner {
    max-width: 800px;
    margin: 0 auto;
    /* #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.12px;
    color: #72504c;
    margin-top: 30px;
    margin-bottom: 100px;
    position: relative;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01:before {
    content: "";
    position: absolute;
    width: 84px;
    height: 18px;
    background-image: url("/mgzn/papercraft/lib/img/line_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -56px;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_02@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt02 {
    line-height: 1.56;
    letter-spacing: 1.44px;
    font-weight: 600;
    color: #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp {
    margin-top: 40px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    margin: 0 -18px;
    margin-bottom: -40px;
    /* 非アクティブ時 */
    /* 非アクティブ時 */
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul .non-active {
    pointer-events: none;
    opacity: 0.6;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li {
    width: 33%;
    max-width: 230px;
    margin: 0 18px;
    margin-bottom: 40px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .zoom_txt {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01 {
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.52px;
    line-height: 1.08;
    color: #72504c;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 228px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/contents_itemparts.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 228px;
    height: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01:before {
    background-image: url("/mgzn/papercraft/lib/img/contents_itemparts@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt02 {
    text-align: justify;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #72504c;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt02 {
    text-align: left;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 {
    margin: 10px 0;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 1.22;
    color: #72504c;
    font-weight: 600;
    text-align: center;
    position: relative;
    background-color: #fbd340;
    border-radius: 50px;
    width: 100%;
    padding: 6px 0;
    padding-left: 50px;
    padding-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a:hover {
    background-color: #fb9840;
    color: #fff;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_01.svg");
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a div {
    display: inline-block;
    text-align: center;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a div {
    font-size: 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a span {
    font-size: 16px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a span {
    font-size: 13px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 1.22;
    color: #72504c;
    font-weight: 600;
    text-align: left;
    position: relative;
    border: 1px solid #72504c;
    border-radius: 28px;
    width: 100%;
    padding: 5px 0;
    padding-left: 65px;
    padding-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a {
    font-size: 16px;
    padding-left: 62px;
    font-weight: bold;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a:hover {
    background-color: #fb9840;
    border: 1px solid #fb9840;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_02.svg");
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a div {
    display: inline-block;
    text-align: center;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a div {
    font-size: 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a span {
    font-size: 16px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a span {
    font-size: 13px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 {
    height: 180px;
    min-height: 180px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 button {
    height: 180px !important;
    min-height: 180px;
    width: auto !important;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 button canvas {
    height: 180px !important;
    min-height: 180px;
    width: auto !important;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 .zoom_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 180px !important;
    min-height: 180px;
    width: auto !important;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #contents_wrp #contents_inner .upopoy_contents02 {
    background-image: url("/mgzn/papercraft/lib/img/green_bg.png") !important;
    /* #upopoy_contents02 */
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents02 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_02_parts@2x.png") !important;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner {
    max-width: 800px !important;
    /* .upopoy_contents02 #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a {
    background-color: #b1ca57 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a:hover {
    background-color: #85bc1c !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:hover {
    border: 1px solid #85bc1c !important;
    background-color: #85bc1c !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_03.svg") !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 {
    /* #upopoy_contents03 */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_03_parts.png") !important;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents03 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_03_parts@2x.png") !important;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner {
    max-width: 1060px !important;
    /* .upopoy_contents03 #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a {
    background-color: #7da7d5 !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a:hover {
    background-color: #2880e0 !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01_02 a {
    background-color: #9ccbff !important;
    font-size: 16px !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01_02 a:hover {
    background-color: #2880e0 !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:hover {
    border: 1px solid #2880e0 !important;
    background-color: #2880e0 !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_04.svg") !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 890px;
    margin: 0 auto;
    text-align: left;
    padding-top: 50px;
    margin-top: 45px;
    position: relative;
    /* #upopoy_contents03_box01 */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/mgzn/papercraft/lib/img/line_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 890px;
    height: 12px;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_03@2x.png") !important;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_txt01 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.88px;
    font-weight: 600;
    color: #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_txt02 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.64px;
    color: #72504c;
    font-weight: 600;
    margin-top: 10px;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_left {
    width: 55%;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_right {
    width: 38%;
  }

  #contents_wrp #contents_inner .upopoy_contents04 {
    position: relative;
    /* 春用背景画像 */
    /* 夏用背景画像 */
    /* 秋用背景画像 */
    /* 冬用背景画像 */
    /* .upopoy_contents04 */
  }

  #contents_wrp #contents_inner .upopoy_contents04:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1300px;
    height: 42px;
    left: 50%;
    top: -22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04:before {
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc@2x.png");
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_spring {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_spring {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_summer {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_summer_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_summer {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_summer_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_autumn {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_autumn_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_autumn {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_autumn_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_winter {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_winter_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_winter {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_winter_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 1041px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp {
    min-height: 980px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    /* #upopoy_contents04_banner_wrp */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul {
    max-width: 914px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li {
    max-width: 280px;
    margin: 0 12px;
    margin-bottom: 60px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li div {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li div:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1 !important;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li a {
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li a:hover {
    opacity: 0.6;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li a img {
    vertical-align: bottom;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li p {
    font-size: 15px;
    letter-spacing: 0.31px;
    line-height: 1.84;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox {
    text-align: center;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner {
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a {
    display: inline-block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a:first-child {
    margin-right: 20px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a:hover {
    opacity: 0.6;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner img {
    vertical-align: bottom;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other {
    position: relative;
    /* .upopoy_contents04_other */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 {
    background-image: url("/mgzn/papercraft/lib/img/white_bg.png");
    padding-top: 50px;
    padding-bottom: 54px;
    /* .upopoy_contents04_other */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner h3 {
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    width: 306px;
    text-align: center;
    margin: 0 auto;
    color: #72504c;
    border-bottom: 2px dotted #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner p {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 1.13;
    color: #72504c;
    font-weight: 600;
    margin-top: 26px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box02 {
    background-color: #133457;
    padding-top: 50px;
    padding-bottom: 74px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    /* .upopoy_contents04_other_box02 */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box02 p {
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    color: #d0c397;
    font-weight: 500;
  }

  #contents_wrp #contents_inner .movie-wrap {
    width: 80%;
    margin-top: 30px;
  }

  #contents_wrp #contents_inner .movie-wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  #contents_wrp #contents_inner .movie-wrap .youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  body {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  .sp {
    display: none !important;
  }

  a {
    text-decoration: none;
  }

  #contents_wrp {
    padding: 120px 0;
    background-image: url("/mgzn/papercraft/lib/img/beige_bg.png");
    background-size: contain;
    /* 共通 */
    /* 共通 */
    /* #contents_wrp */
  }

  #contents_wrp .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_01_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 580px;
    height: 68px;
    display: inline-block;
    font-size: 44px;
    color: #72504c;
    line-height: 61px;
    letter-spacing: 0.68px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }

  #page_en #contents_wrp .htxt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    line-height: 76px;
  }

  #page_en #contents_wrp .upopoy_contents02 .htxt01 {
    line-height: 1.1em;
    background-position-y: center;
    height: auto;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_01_parts@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp .htxt01 span {
    font-size: 24px;
  }

  #contents_wrp .gifffer-play-button {
    opacity: 0 !important;
  }

  #contents_wrp .pagetop_btn {
    position: fixed;
    bottom: 30px;
    left: auto;
    display: none;
    z-index: 9999;
  }

  #contents_wrp .pagetop_btn a {
    position: relative;
    display: inline-block;
  }

  #contents_wrp .pagetop_btn span {
    line-height: 1.14;
    position: absolute;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1.12px;
    font-weight: 600;
    width: 100%;
    left: 47%;
    bottom: 26px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  #contents_wrp .pagetop_btn img {
    width: 90px;
  }

  #contents_wrp .pagetop_active {
    position: absolute !important;
    bottom: auto !important;
    top: -63px !important;
  }

  #contents_wrp #contents_inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    /* #contents_inner */
  }

  #contents_wrp #contents_inner #upopoy_head {
    background-image: url("/mgzn/papercraft/lib/img/green_bg.png");
    background-position: center top;
    padding-bottom: 160px;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    position: relative;
    /* 春用背景画像 */
    /* 夏用背景画像 */
    /* 秋用背景画像 */
    /* 冬用背景画像 */
    /* #upopoy_head */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_spring {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_spring_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_spring {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_spring_pc@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_summer {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_summer_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_summer {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_summer_pc@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_autumn {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_autumn_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_autumn {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_autumn_pc@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_winter {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_winter_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_winter {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_winter_pc@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-position: center top;
    background-size: cover;
    padding-top: 50px;
    min-height: 1400px;
    /* .upopoy_head_inner */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 {
    /* .upopoy_head_htxt01 */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner {
    position: relative;
    display: inline-block;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img01 {
    position: absolute;
    left: -85px;
    top: 0;
    width: 113px;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img01 {
    left: 15px;
    top: -45px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img02 {
    position: absolute;
    right: -65px;
    top: 0;
    width: 113px;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img02 {
    right: 15px;
    top: -45px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    background-image: url("/mgzn/papercraft/lib/img/ttl_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 380px;
    height: 48px;
    display: inline-block;
    font-size: 34px;
    color: #72504c;
    line-height: 43px;
    letter-spacing: 0.68px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    line-height: 55px;
  }

}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    background-image: url("/mgzn/papercraft/lib/img/ttl_parts@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 span {
    font-size: 24px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt02 {
    margin-top: 22px;
    font-size: 46px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.92px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 14px rgba(54, 39, 39, 0.5), -2px 2px 14px rgba(54, 39, 39, 0.5), 2px -2px 14px rgba(54, 39, 39, 0.5), -2px -2px 14px rgba(54, 39, 39, 0.5);
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt02 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    margin-top: 20px;
    font-size: 80px;
    color: #fff;
    line-height: 1.03;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 12px rgba(54, 39, 39, 0.5), -2px 2px 12px rgba(54, 39, 39, 0.5), 2px -2px 12px rgba(54, 39, 39, 0.5), -2px -2px 12px rgba(54, 39, 39, 0.5);
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

}

@media print and (max-width: 1040px),
screen and (min-width: 768px) and (max-width: 1040px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    font-size: 7.69231vw;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 span {
    font-size: 50px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01_txt04 {
    margin-top: 42px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2.8px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_anchor_wrp {
    /* .upopoy_anchor_wrp */
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 {
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
    margin-top: -330px;
    /* .upopoy_head_box01 */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/howto_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 520px;
    height: 55px;
    display: inline-block;
    font-size: 28px;
    color: #fff;
    line-height: 51px;
    letter-spacing: 1.12px;
    font-family: "Stick", sans-serif;
    font-weight: 400;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 63px;
  }

}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/howto_parts@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_txt01 {
    margin-top: 12px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2.8px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp {
    margin: 0 -18px;
    margin-top: -24px;
    margin-bottom: -60px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn {
    text-align: center;
    margin-top: 30px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: 1;
    display: inline-block;
    color: #72504c;
    border-radius: 25px;
    border: solid 1px #72504c;
    padding: 13px 30px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    padding-left: 55px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_05.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a:hover {
    background-color: #72504c;
    color: #fff;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a:hover:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_01@2x.png");
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul {
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li {
    display: inline-block;
    margin: 0 18px;
    max-width: 200px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li img {
    min-width: 190px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li:last-child {
    max-width: 240px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 .upopoy_head_box01_txtbox01_txt01 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: 46px;
    color: #72504c;
    line-height: 1;
    margin-right: 10px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 .upopoy_head_box01_txtbox01_txt02 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: 1.44px;
    color: #72504c;
    text-align: left;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txt02 {
    font-size: 28px;
    letter-spacing: 2.24px;
    font-weight: 600;
    color: #72504c;
    margin-top: 8px;
    position: relative;
    top: -8px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 {
    text-align: center;
    background-image: url("/mgzn/papercraft/lib/img/white_bg.png");
    padding: 80px 30px;
    position: relative;
    /* #upopoy_contents01 */
  }

  #contents_wrp #contents_inner .upopoy_contents01:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1300px;
    height: 42px;
    left: 50%;
    top: -22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner {
    max-width: 800px;
    margin: 0 auto;
    /* #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1.12px;
    color: #72504c;
    margin-top: 30px;
    margin-bottom: 100px;
    position: relative;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01:before {
    content: "";
    position: absolute;
    width: 84px;
    height: 18px;
    background-image: url("/mgzn/papercraft/lib/img/line_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -56px;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_02@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt02 {
    line-height: 1.56;
    letter-spacing: 1.44px;
    font-weight: 600;
    color: #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp {
    margin-top: 40px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    margin: 0 -18px;
    margin-bottom: -40px;
    /* 非アクティブ時 */
    /* 非アクティブ時 */
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul .non-active {
    pointer-events: none;
    opacity: 0.6;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li {
    width: 33%;
    max-width: 230px;
    margin: 0 18px;
    margin-bottom: 40px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .zoom_txt {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01 {
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: 0.52px;
    line-height: 1.08;
    color: #72504c;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-width: 228px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/contents_itemparts.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 228px;
    height: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01:before {
    background-image: url("/mgzn/papercraft/lib/img/contents_itemparts@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt02 {
    text-align: justify;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: 0.64px;
    color: #72504c;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt02 {
    text-align: left;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 {
    margin: 10px 0;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 1.22;
    color: #72504c;
    font-weight: 600;
    text-align: center;
    position: relative;
    background-color: #fbd340;
    border-radius: 50px;
    width: 100%;
    padding: 6px 0;
    padding-left: 50px;
    padding-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a:hover {
    background-color: #fb9840;
    color: #fff;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_01.svg");
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a div {
    display: inline-block;
    text-align: center;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a div {
    font-size: 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a span {
    font-size: 16px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a span {
    font-size: 13px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.72px;
    line-height: 1.22;
    color: #72504c;
    font-weight: 600;
    text-align: left;
    position: relative;
    border: 1px solid #72504c;
    border-radius: 28px;
    width: 100%;
    padding: 5px 0;
    padding-left: 65px;
    padding-right: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a {
    padding-left: 62px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a:hover {
    background-color: #fb9840;
    border: 1px solid #fb9840;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_02.svg");
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a div {
    display: inline-block;
    text-align: center;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a div {
    font-size: 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a span {
    font-size: 16px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a span {
    font-size: 13px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 {
    height: 180px;
    min-height: 180px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 button {
    height: 180px !important;
    min-height: 180px;
    width: auto !important;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 button canvas {
    height: 180px !important;
    min-height: 180px;
    width: auto !important;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 .zoom_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 180px !important;
    min-height: 180px;
    width: auto !important;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  #contents_wrp #contents_inner .upopoy_contents02 {
    background-image: url("/mgzn/papercraft/lib/img/green_bg.png") !important;
    /* #upopoy_contents02 */
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents02 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_02_parts@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner {
    max-width: 1060px !important;
    /* .upopoy_contents02 #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a {
    background-color: #b1ca57 !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a:hover {
    background-color: #85bc1c !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:hover {
    border: 1px solid #85bc1c !important;
    background-color: #85bc1c !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_03.svg") !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 {
    /* #upopoy_contents03 */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_03_parts.png") !important;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents03 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_03_parts@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner {
    /* .upopoy_contents03 #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a {
    background-color: #7da7d5 !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a:hover {
    background-color: #2880e0 !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01_02 a {
    background-color: #9ccbff !important;
    font-size: 16px !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01_02 a:hover {
    background-color: #2880e0 !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:hover {
    border: 1px solid #2880e0 !important;
    background-color: #2880e0 !important;
    color: #fff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_04.svg") !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 890px;
    margin: 0 auto;
    text-align: left;
    padding-top: 50px;
    margin-top: 45px;
    position: relative;
    /* #upopoy_contents03_box01 */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("/mgzn/papercraft/lib/img/line_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 890px;
    height: 12px;
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_03@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_txt01 {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: 0.88px;
    font-weight: 600;
    color: #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_txt02 {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.64px;
    color: #72504c;
    font-weight: 600;
    margin-top: 10px;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_left {
    width: 55%;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_right {
    width: 38%;
  }

  #contents_wrp #contents_inner .upopoy_contents04 {
    position: relative;
    /* 春用背景画像 */
    /* 夏用背景画像 */
    /* 秋用背景画像 */
    /* 冬用背景画像 */
    /* .upopoy_contents04 */
  }

  #contents_wrp #contents_inner .upopoy_contents04:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1300px;
    height: 42px;
    left: 50%;
    top: -22px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04:before {
    background-image: url("/mgzn/papercraft/lib/img/line_01_pc@2x.png");
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_spring {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_spring {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_summer {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_summer_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_summer {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_summer_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_autumn {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_autumn_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_autumn {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_autumn_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_winter {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_winter_pc.png");
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_winter {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_winter_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp {
    min-height: 980px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    /* #upopoy_contents04_banner_wrp */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul {
    max-width: 914px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li {
    max-width: 280px;
    margin: 0 12px;
    margin-bottom: 60px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li div {
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li div:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 11px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 1 !important;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li a {
    display: inline-block;
    border-radius: 10px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li a:hover {
    opacity: 0.6;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li a img {
    vertical-align: bottom;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li p {
    font-size: 15px;
    letter-spacing: 0.31px;
    line-height: 1.84;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox {
    text-align: center;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner {
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a {
    display: inline-block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a:first-child {
    margin-right: 20px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a:hover {
    opacity: 0.6;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner img {
    vertical-align: bottom;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other {
    position: relative;
    /* .upopoy_contents04_other */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 {
    background-image: url("/mgzn/papercraft/lib/img/white_bg.png");
    padding-top: 50px;
    padding-bottom: 54px;
    /* .upopoy_contents04_other */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner {
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner h3 {
    padding-bottom: 12px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.8px;
    width: 306px;
    text-align: center;
    margin: 0 auto;
    color: #72504c;
    border-bottom: 2px dotted #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner p {
    font-size: 16px;
    letter-spacing: 0.64px;
    line-height: 1.13;
    color: #72504c;
    font-weight: 600;
    margin-top: 26px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box02 {
    background-color: #133457;
    padding-top: 50px;
    padding-bottom: 74px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    /* .upopoy_contents04_other_box02 */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box02 p {
    font-size: 16px;
    text-align: center;
    line-height: 1.75;
    color: #d0c397;
    font-weight: 500;
  }

  #contents_wrp #contents_inner .movie-wrap {
    width: 80%;
    margin-top: 30px;
  }

  #contents_wrp #contents_inner .movie-wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  #contents_wrp #contents_inner .movie-wrap .youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  #upopoy_head {
    padding-bottom: 0 !important;
  }

  .upopoy_head_htxt01_img01 {
    left: -8.17308vw;
    width: 10.86538vw !important;
  }

  .upopoy_head_htxt01_img02 {
    width: 10.86538vw !important;
    right: -6.25vw;
  }

  .upopoy_head_htxt01_txt01 {
    width: 36.53846vw;
    height: 4.61538vw;
    font-size: 3.26923vw;
    line-height: 4.13462vw;
  }

  .upopoy_head_htxt01_txt02 {
    font-size: 4.42308vw !important;
  }

  .upopoy_head_htxt01_txt03 {
    font-size: 7.69231vw;
  }

  .upopoy_head_htxt01_txt03 span {
    font-size: 4.80769vw;
  }

  .upopoy_anchor_wrp {
    /* .upopoy_anchor_wrp */
  }

  .upopoy_anchor_wrp ul {
    margin-top: 20px !important;
    /* .upopoy_anchor_wrp ul */
  }

  .upopoy_anchor_wrp ul li {
    position: relative;
    /* .upopoy_anchor_wrp li */
  }

  .upopoy_head_box01 {
    margin-top: -175px !important;
    position: relative !important;
    padding-bottom: 80px;
    /* .upopoy_head_box01 */
  }

  .upopoy_head_box01 .upopoy_head_box01_btn {
    text-align: center !important;
  }

  .upopoy_head_box01 .upopoy_head_box01_ul_wrp {
    margin: 0 -18px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 500px;
    margin: 0 auto !important;
  }

  .upopoy_head_box01 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px !important;
    height: auto !important;
  }

  .upopoy_head_box01 ul li {
    display: inline-block;
    width: 40%;
    margin-bottom: 30px !important;
    max-width: 240px !important;
  }

  .upopoy_head_box01 ul li img {
    width: 100%;
    max-width: 190px;
  }

  .upopoy_contents04_banner_wrp {
    min-height: 980px;
    background-image: url("/mgzn/papercraft/lib/img/under_bg_img_pc.png");
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    /* #upopoy_contents04_banner_wrp */
  }
}

@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (max-width: 1040px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 768px) and (max-width: 1040px) and (min-resolution: 2dppx) {
  .upopoy_contents04_banner_wrp {
    background-image: url("/mgzn/papercraft/lib/img/under_bg_img_pc@2x.png") !important;
  }
}

@media print,
screen and (min-width: 768px) and (max-width: 1040px) {
  .upopoy_contents04_banner_wrp ul {
    max-width: 610px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    position: relative;
    z-index: 2;
    overflow-x: hidden;
  }

  html {
    overflow-x: hidden;
  }

  img {
    width: 100%;
  }

  .pc {
    display: none !important;
  }

  #contents_wrp {
    background-image: url("/mgzn/papercraft/lib/img/beige_bg.png");
    background-size: contain;
    /* 共通 */
    /* 共通 */
    /* #contents_wrp */
  }

  #contents_wrp .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_01_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    width: 325px;
    height: 40px;
    display: inline-block;
    font-size: 25px;
    color: #72504c;
    line-height: 36px;
    letter-spacing: 0.68px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }

  #page_en #contents_wrp .htxt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    line-height: 49px;
  }

  #page_en #contents_wrp .upopoy_contents02 .htxt01 {
    line-height: 1.1em;
    background-position-y: center;
    height: auto;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_01_parts@2x.png");
  }
}

@media screen and (max-width: 767px) and (max-width: 350px) {
  #contents_wrp .htxt01 {
    width: 270px;
    height: 34px;
    line-height: 30px;
  }

  #page_en #contents_wrp .upopoy_contents02 .htxt01 {
    line-height: 1.1em;
    background-position-y: center;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp .htxt01 span {
    font-size: 24px;
  }

  #contents_wrp .pagetop_btn {
    position: fixed;
    bottom: 30px;
    left: auto;
    display: none;
    z-index: 9999;
  }

  #contents_wrp .pagetop_btn a {
    position: relative;
    display: inline-block;
  }

  #contents_wrp .pagetop_btn span {
    line-height: 1.14;
    position: absolute;
    font-size: 10px;
    color: #fff;
    letter-spacing: 1.12px;
    font-weight: 600;
    width: 100%;
    left: 46%;
    bottom: 21px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
  }

  #contents_wrp .pagetop_btn img {
    width: 70px;
  }

  #contents_wrp .pagetop_active {
    position: absolute !important;
    bottom: auto !important;
    top: -15px !important;
  }

  #contents_wrp .gifffer-play-button {
    opacity: 0 !important;
  }

  #contents_wrp #contents_inner {
    width: 100%;
    margin: 0 auto;
    /* #contents_inner */
  }

  #contents_wrp #contents_inner #upopoy_head {
    background-image: url("/mgzn/papercraft/lib/img/green_bg.png");
    text-align: center;
    position: relative;
    /* 夏用背景画像 */
    /* 秋用背景画像 */
    /* 冬用背景画像 */
    /* #upopoy_head */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_spring {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_spring_sp.png");
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_spring {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_spring_sp@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_summer {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_summer_sp.png");
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_summer {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_summer_sp@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_autumn {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_autumn_sp.png");
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_autumn {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_autumn_sp@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_winter {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_winter_sp.png");
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_winter {
    background-image: url("/mgzn/papercraft/lib/img/main_bg_top_winter_sp@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: center top;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 110px;
    /* .upopoy_head_inner */
  }

  .header-lang {
    top: 5vw;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 {
    /* .upopoy_head_htxt01 */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner {
    position: relative;
    display: inline-block;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img01 {
    position: absolute;
    left: -30px;
    top: -15px;
    width: 58px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img02 {
    position: absolute;
    right: -30px;
    top: -15px;
    width: 58px;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_inner .upopoy_head_htxt01_img02 {
    right: 5px;
    top: -25px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    background-image: url("/mgzn/papercraft/lib/img/ttl_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
    height: 24px;
    display: inline-block;
    font-size: 16px;
    color: #72504c;
    line-height: 21px;
    letter-spacing: 0.68px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    line-height: 28px;
  }

}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 {
    background-image: url("/mgzn/papercraft/lib/img/ttl_parts@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt01 span {
    font-size: 12px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt02 {
    margin-top: 12px;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.92px;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 14px rgba(54, 39, 39, 0.5), -2px 2px 14px rgba(54, 39, 39, 0.5), 2px -2px 14px rgba(54, 39, 39, 0.5), -2px -2px 14px rgba(54, 39, 39, 0.5);
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt02 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    padding: 0 0;
    margin-top: 12px;
    font-size: 35px;
    color: #fff;
    line-height: 1.03;
    font-family: "Stick", sans-serif;
    text-shadow: 2px 2px 12px rgba(54, 39, 39, 0.5), -2px 2px 12px rgba(54, 39, 39, 0.5), 2px -2px 12px rgba(54, 39, 39, 0.5), -2px -2px 12px rgba(54, 39, 39, 0.5);
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

}

@media screen and (max-width: 767px) and (max-width: 350px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01 .upopoy_head_htxt01_txt03 span {
    font-size: 20px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_head_htxt01_txt04 {
    padding: 0 30px;
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.38;
    letter-spacing: 1.8px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_inner .upopoy_anchor_wrp {
    /* .upopoy_anchor_wrp */
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 {
    width: 100%;
    padding: 0 10px;
    padding-bottom: 50px;
    margin-top: -30px;
    /* .upopoy_head_box01 */
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/howto_parts.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 330px;
    height: 35px;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 34px;
    letter-spacing: 0.72px;
    font-family: "Stick", sans-serif;
    font-weight: 400;
  }

  #page_en #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
    line-height: 40px;
  }

}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/howto_parts@2x.png");
  }
}

@media screen and (max-width: 767px) and (max-width: 350px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_htxt01 {
    width: 300px;
    height: 32px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_txt01 {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 1.8px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp {
    margin: 0 -18px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn {
    text-align: center;
    margin-top: 18px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.56px;
    line-height: 1;
    display: inline-block;
    color: #72504c;
    border-radius: 16px;
    border: solid 1px #72504c;
    padding: 9px 20px 9px;
    position: relative;
    padding-left: 38px;
  }
}

@media screen and (max-width: 767px) and (max-width: 360px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 .upopoy_head_box01_ul_wrp .upopoy_head_box01_btn a:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_05.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul {
    margin-top: 15px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li {
    display: inline-block;
    margin: 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: 0 !important;
    margin-left: 25px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li:last-child img {
    width: 50% !important;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li img {
    width: 40%;
    display: block;
    margin-right: 25px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 46%;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 .upopoy_head_box01_txtbox01_txt01 {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 800;
    font-size: 36px;
    color: #72504c;
    line-height: 1;
    margin-right: 15px;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txtbox01 .upopoy_head_box01_txtbox01_txt02 {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.33;
    letter-spacing: 1.44px;
    color: #72504c;
    text-align: left;
  }

  #contents_wrp #contents_inner #upopoy_head .upopoy_head_box01 ul li .upopoy_head_box01_txt02 {
    font-size: 24px;
    letter-spacing: 1.8px;
    font-weight: 600;
    color: #72504c;
    margin-top: 20px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 {
    text-align: center;
    background-image: url("/mgzn/papercraft/lib/img/white_bg.png");
    padding: 50px 25px;
    position: relative;
    /* #upopoy_contents01 */
  }

  #contents_wrp #contents_inner .upopoy_contents01:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/line_01_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 8.46354vw;
    left: 50%;
    top: -3.64583vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_01_sp@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner {
    margin: 0 auto;
    /* #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.72px;
    color: #72504c;
    margin-top: 12px;
    margin-bottom: 60px;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01:before {
    content: "";
    position: absolute;
    width: 76px;
    height: 16px;
    background-image: url("/mgzn/papercraft/lib/img/line_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -36px;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_02@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_txt02 {
    line-height: 1.36;
    letter-spacing: 1.12px;
    font-weight: 600;
    color: #72504c;
    text-align: left;
    font-size: 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp {
    margin-top: 40px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul {
    /* 非アクティブ時 */
    /* 非アクティブ時 */
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul .non-active {
    pointer-events: none;
    opacity: 0.6;
    display: none;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li:last-child {
    margin-bottom: 0;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .zoom_txt {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01 {
    margin: 0 auto;
    font-family: "Stick", sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.52px;
    line-height: 1.08;
    color: #72504c;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 30px;
    max-width: 226px;
    max-width: 228px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01 {
    font-family: 'Marhey', sans-serif;
    font-weight: 700;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/contents_itemparts.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 228px;
    height: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt01:before {
    background-image: url("/mgzn/papercraft/lib/img/contents_itemparts@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt02 {
    text-align: justify;
    line-height: 1.31;
    font-size: 13px;
    letter-spacing: 0.64px;
    color: #72504c;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_txt02 {
    text-align: left;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 {
    margin: 10px 0;
    text-align: center;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a {
    text-align: center;
    min-width: 230px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.72px;
    line-height: 1.22;
    color: #72504c;
    font-weight: 600;
    position: relative;
    background-color: #fbd340;
    border-radius: 50px;
    padding: 6px 0;
    padding-left: 50px;
    padding-right: 15px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_01.svg");
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a div {
    display: inline-block;
    text-align: center;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a div {
    font-size: 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a span {
    font-size: 14px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn01 a span {
    font-size: 13px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a {
    text-align: center;
    min-width: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.72px;
    line-height: 1.22;
    color: #72504c;
    font-weight: 600;
    position: relative;
    border: 1px solid #72504c;
    border-radius: 28px;
    padding: 5px 0;
    padding-left: 65px;
    padding-right: 50px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_02.svg");
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a div {
    display: inline-block;
    text-align: center;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a span {
    font-size: 14px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_btn02 a span {
    font-size: 13px;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 button {
    max-width: 228px !important;
    width: 228px !important;
    height: 180px !important;
    min-height: auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 canvas {
    max-width: 228px !important;
    width: 59.375vw !important;
    height: auto !important;
    min-height: auto !important;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 .zoom_img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents01 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li .upopoy_contents01_list_img01 img {
    height: auto !important;
    max-width: 220px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #contents_wrp #contents_inner .upopoy_contents02 {
    background-image: url("/mgzn/papercraft/lib/img/green_bg.png") !important;
    /* #upopoy_contents02 */
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents02 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_02_parts@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner {
    max-width: 1060px !important;
    /* .upopoy_contents02 #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a {
    background-color: #b1ca57 !important;
  }

  #contents_wrp #contents_inner .upopoy_contents02 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_03.svg") !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 {
    /* #upopoy_contents03 */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_03_parts.png") !important;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents03 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_03_parts@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner {
    /* .upopoy_contents03 #upopoy_contents01_inner */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a {
    background-color: #7da7d5 !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn01_02 a {
    background-color: #9ccbff !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:before {
    background-image: url("/mgzn/papercraft/lib/img/dl_aicon_04.svg") !important;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 {
    margin: 0 auto;
    text-align: left;
    padding-top: 30px;
    margin-top: 40px;
    position: relative;
    /* #upopoy_contents03_box01 */
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    background-image: url("/mgzn/papercraft/lib/img/line_03_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 84.63542vw;
    height: 2.60417vw;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01:before {
    background-image: url("/mgzn/papercraft/lib/img/line_03_sp@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_txt01 {
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0.6px;
    font-weight: 600;
    color: #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_txt02 {
    font-size: 13px;
    line-height: 1.31;
    letter-spacing: 0.54px;
    color: #72504c;
    font-weight: 600;
    margin-top: 22px;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_left {
    width: 100%;
  }

  #contents_wrp #contents_inner .upopoy_contents03 .upopoy_contents03_box01 .upopoy_contents03_box01_right {
    width: 100%;
    margin-top: 20px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 {
    position: relative;
    /* 春用背景画像 */
    /* 夏用背景画像 */
    /* 秋用背景画像 */
    /* 冬用背景画像 */
    /* .upopoy_contents04 */
  }

  #contents_wrp #contents_inner .upopoy_contents04:before {
    position: absolute;
    content: "";
    background-image: url("/mgzn/papercraft/lib/img/line_01_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 8.46354vw;
    left: 50%;
    top: -3.64583vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04:before {
    background-image: url("/mgzn/papercraft/lib/img/line_01_sp@2x.png");
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp {
    min-height: 130.20833vw;
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_sp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 50px;
    /* #upopoy_contents04_banner_wrp */
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_sp@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li {
    width: 46%;
    margin-bottom: 20px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li a {
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp ul li p {
    font-size: 15px;
    letter-spacing: 0.31px;
    line-height: 1.84;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px rgba(54, 39, 39, 0.5), -2px 2px 8px rgba(54, 39, 39, 0.5), 2px -2px 8px rgba(54, 39, 39, 0.5), -2px -2px 8px rgba(54, 39, 39, 0.5);
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_spring {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_sp.png") !important;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_spring {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_spring_sp@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_summer {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_summer_sp.png") !important;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_summer {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_summer_sp@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_autumn {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_autumn_sp.png") !important;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_autumn {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_autumn_sp@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_winter {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_winter_sp.png") !important;
  }
}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 767px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_banner_wrp_winter {
    background-image: url("/mgzn/papercraft/lib/img/bg_bottom_winter_sp@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox {
    text-align: center;
    margin-top: 30px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner {
    display: inline-block;
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 14px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a {
    display: inline-block;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner a:first-child {
    margin-right: 20px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_snsbox .upopoy_contents04_snsbox_inner img {
    vertical-align: bottom;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other {
    position: relative;
    /* .upopoy_contents04_other */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 {
    background-image: url("/mgzn/papercraft/lib/img/white_bg.png");
    padding-top: 30px;
    padding-bottom: 18px;
    /* .upopoy_contents04_other */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner {
    padding: 0 25px;
    margin: 0 auto;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner h3 {
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.6px;
    width: 160px;
    text-align: center;
    margin: 0 auto;
    color: #72504c;
    border-bottom: 1px dotted #72504c;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box01 .upopoy_contents04_other_box01_inner p {
    font-size: 12px;
    letter-spacing: 0.45px;
    line-height: 1.33;
    color: #72504c;
    font-weight: 600;
    margin-top: 13px;
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box02 {
    background-color: #133457;
    padding: 0 25px;
    padding-top: 35px;
    padding-bottom: 35px;
    /* .upopoy_contents04_other_box02 */
  }

  #contents_wrp #contents_inner .upopoy_contents04 .upopoy_contents04_other .upopoy_contents04_other_box02 p {
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
    color: #d0c397;
    font-weight: 500;
  }

  #contents_wrp #contents_inner .movie-wrap {
    width: 100%;
    margin-top: 30px;
  }

  #contents_wrp #contents_inner .movie-wrap .upopoy_contents01_txt02 {
    text-align: center !important;
  }

  #contents_wrp #contents_inner .movie-wrap .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  #contents_wrp #contents_inner .movie-wrap .youtube iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */


#contents_wrp #contents_inner .upopoy_contents00 {
  background-image: url('/mgzn/papercraft/lib/img/pink_bg.png');
}

#contents_wrp #contents_inner .upopoy_contents00 .htxt01 {
  background-image: url("/mgzn/papercraft/lib/img/contents_00_parts.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  width: 580px;
  height: 68px;
  display: inline-block;
  font-size: 44px;
  color: #72504c;
  line-height: 61px;
  letter-spacing: 0.68px;
  font-family: "Stick", sans-serif;
  text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
}

#page_en #contents_wrp #contents_inner .upopoy_contents00 .htxt01 {
  font-family: 'Marhey', sans-serif;
  font-weight: 700;
  line-height: 74px;
}

#contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner .upopoy_contents01_list_btn01 a {
  background-color: #ef90a2 !important;
}

#contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner .upopoy_contents01_list_btn02 a:before {
  background-image: url('/mgzn/papercraft/lib/img/dl_aicon_00.svg') !important;
}

#contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner a {
  max-width: 220px !important;
  margin: auto !important;
}

#contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner a:hover {
  background-color: #E64868 !important;
}

#contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li {
  width: 50%;
  max-width: 500px;
  margin: auto;
}

@media print,
screen and (max-width: 768px) {
  #contents_wrp #contents_inner .upopoy_contents00 .htxt01 {
    width: 325px;
    height: 40px;
    font-size: 25px;
    line-height: 36px;
  }

  #page_en #contents_wrp #contents_inner .upopoy_contents00 .htxt01 {
    line-height: 38px !important;
  }
}

@media screen and (max-width: 767px),
screen and (max-width: 350px) {
  #contents_wrp #contents_inner .upopoy_contents00 .htxt01 {
    width: 270px;
    height: 34px;
    line-height: 30px;
  }
}

@media print,
screen and (min-width: 1041px),
screen and (min-width: 768px) {
  #contents_wrp #contents_inner .upopoy_contents00 {
    background-image: url('/mgzn/papercraft/lib/img/pink_bg.png');
  }

  #contents_wrp #contents_inner .upopoy_contents00 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_00_parts.png");
  }
}

/* レティーナ対応 */
@media print and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 1041px) and (-webkit-min-device-pixel-ratio: 2),
print and (min-resolution: 2dppx),
screen and (min-width: 1041px) and (min-resolution: 2dppx),
screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
screen and (min-width: 768px) and (min-resolution: 2dppx) {
  #contents_wrp #contents_inner .upopoy_contents00 {
    background-image: url('/mgzn/papercraft/lib/img/pink_bg@2x.png') !important;
  }

  #contents_wrp #contents_inner .upopoy_contents00 .htxt01 {
    background-image: url("/mgzn/papercraft/lib/img/contents_00_parts@2x.png") !important;
  }
}

@media screen and (max-width: 767px) {
  #contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner .upopoy_contents01_list_wrp ul li {
    width: 100%;
    max-width: none;
  }
}

#contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner a.tureppon_banner {
  display: block !important;
  width: 100% !important;
  max-width: 700px !important;
  margin: 30px auto 0 auto !important;
}

#contents_wrp #contents_inner .upopoy_contents00 .upopoy_contents01_inner a.tureppon_banner:hover {
  background-color: rgb(0, 0, 0, 0) !important;
}