@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600&display=swap");
@font-face {
  font-family: "Corporate-Logo-Bold";
  src: url("css/fonts/Corporate-Logo-Bold-ver2.woff") format("woff");
}
/*--------------------------------------------------------------
# scroller
--------------------------------------------------------------*/
.scroller {
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-snap-stop: always;
}

.scroller > section {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/*------------------------------------------------------------------------------------------------------------------------------------
# Common & Layout
--------------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
}

h2,
h3,
h4,
h5,
p,
small,
span,
a {
  color: #0a2144;
}

.flex,
.flex_exclusive {
  display: flex;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.inner_m {
  width: 800px;
  margin: 0 auto;
}

/*------------------------------------------------------------------------------------------------------------------------------------
# Header
--------------------------------------------------------------------------------------------------------------------------------------*/
.site-header {
  background-color: #0a2144;
  padding: 20px 0;
}
.site-header .site-branding.inner {
  text-align: left;
}
.site-header .site-branding.inner a {
  display: block;
}
.site-header .logo {
  width: 348px;
}

.entry_header {
  margin-top: 100px;
  border-bottom: solid 1px #0a2144;
  margin-bottom: 60px;
}

.entry_title_box {
  margin-top: -40px;
}

.entry_title {
  font-family: "Corporate-Logo-Bold";
  color: #0a2144;
  font-size: 44px;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.4;
}
.entry_title .area {
  color: #fff;
  background-color: #0a2144;
  font-size: 40px;
  padding: 8px 16px;
  display: block;
  margin-right: 50px;
}
.entry_title .eng {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 80px;
  margin-right: 50px;
  font-weight: 600;
  margin-top: -16px;
}

.nvtag-box {
  text-align: left;
}

.entry_category {
  font-family: "Corporate-Logo-Bold";
  color: #0a2144;
  font-size: 44px;
  display: flex;
  align-items: center;
  margin: 0;
}

/* tglmenu
--------------------------------------------- */
.fixed_btns {
  position: fixed;
  top: 50px;
  right: 50%;
  margin-right: -640px;
  z-index: 1000;
}

.menu_open {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border: solid #0a2144;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.tw_open {
  width: 60px;
  height: 60px;
  background-color: #0a2144;
  border: solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.close_ico {
  display: none;
}

.menu_open.active .open_ico {
  display: none;
}
.menu_open.active .close_ico {
  display: block;
}

.tgl_nav {
  position: fixed;
  z-index: 300;
  top: -160%;
  left: 0;
  width: 100%;
  height: 740px;
  height: 880px;
  padding: 50px 0;
  background: #fff;
  transition: all 0.6s;
  overflow: scroll;
  box-shadow: 0px 0px 16px #eee;
}
.tgl_nav.panelactive {
  top: 0;
}
.tgl_nav .inner {
  height: 100%;
}
.tgl_nav .tgl_nav_content {
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 90px;
}
.tgl_nav .tgl_nav_logo {
  width: 420px;
  height: 101px;
}
.tgl_nav .tgl_nav_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tgl_nav .tgl_nav_menu li {
  border-top: solid 2px #0a2144;
}
.tgl_nav .tgl_nav_menu li a {
  font-family: "Corporate-Logo-Bold";
  color: #0a2144;
  width: 405px;
  font-size: 32px;
  height: 135px;
  display: flex;
  align-items: baseline;
  text-align: left;
  padding: 20px;
  text-decoration: none;
  letter-spacing: -0.25px;
}
.tgl_nav .tgl_nav_menu li a strong {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 66px;
  padding-right: 30px;
  letter-spacing: 0;
}
.tgl_nav .tgl_nav_menu li:first-child {
  border-top: none;
}
.tgl_nav .tgl_nav_menu li.shop_link {
  background-color: #0a2144;
  border-top: none;
}
.tgl_nav .tgl_nav_menu li.shop_link a {
  color: #fff;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0;
}
.tgl_nav .tgl_nav_menu li.shop_link a strong {
  font-size: 52px;
  line-height: 1;
  padding: 0;
  padding-bottom: 4px;
}

/*------------------------------------------------------------------------------------------------------------------------------------
# Footer
--------------------------------------------------------------------------------------------------------------------------------------*/
footer {
  height: 160px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
footer .footer-nav {
  height: 100px;
  border-bottom: solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-nav div {
  width: 1240px;
  text-align: left;
}
footer .footer-nav div a {
  text-decoration: none;
  font-size: 14px;
  margin-right: 30px;
}
footer .site-info {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
}
footer .site-info p {
  font-size: 12px;
  margin: 0;
}
footer * {
  position: relative;
  z-index: 1;
  color: #0a2144;
}

/*------------------------------------------------------------------------------------------------------------------------------------
# Components
-----------------------------------------------------------------------------------------------------------------------------------------------*/
.info_list {
  margin-bottom: 120px;
}
.info_list ul {
  margin: 0 auto;
  border-top: solid 2px #0a2144;
  border-bottom: solid 2px #0a2144;
  padding: 20px 0;
}
.info_list ul li {
  display: flex;
  align-items: center;
  padding: 0 20%;
}
.info_list ul li p {
  color: #0a2144;
  font-size: 18px;
  font-weight: 600;
  margin: 22px 20px;
  text-align: left;
  line-height: 1.6;
}
.info_list ul li a {
  color: #0a2144;
  text-align: left;
  line-height: 1.6;
}
.info_list ul i.info-ico {
  content: "";
  display: block;
  background-image: url(images/info_ico.png);
  background-image: image-set(url(images/info_ico.png) 1x, url(images/info_ico@2x.png) 2x);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  margin-right: 40px;
}
.info_list .more_parts a {
  color: #fff;
}

.arrow_flex {
  display: flex;
  justify-content: center;
  position: relative;
  width: 960px;
  margin: 0 auto 120px;
}
.arrow_flex > h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 82px;
  font-weight: 600;
  line-height: 0.8;
  transform: rotate(90deg);
  transform-origin: top left;
  text-align: right;
  height: auto;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.arrow_flex > h2 span {
  display: block;
  transform: rotate(-180deg);
  color: #d5d4ff;
  opacity: 0.9;
  mix-blend-mode: screen;
  text-shadow: 0 0 50px #ffffff;
  margin-top: -10px;
}
.arrow_flex > article {
  width: 800px;
}
.arrow_flex > article::before {
  content: "";
  display: block;
  background-image: url(images/title_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
  position: absolute;
}

.nvtag {
  display: inline-block;
  background-color: #0a2144 !important;
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  margin: 0;
}

.wttag {
  display: inline-block;
  background-color: #fff !important;
  color: #0a2144 !important;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 8px;
  margin: 2px 8px 2px 0 !important;
}

.more_parts {
  text-align: right;
  position: relative;
  display: flex;
  justify-content: end;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
}
.more_parts a {
  font-family: "Corporate-Logo-Bold";
  font-size: 18px;
  text-decoration: none;
  color: #0a2144;
}
.more_parts a::before {
  content: "";
  position: absolute;
  background-image: url(images/star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  right: -32px;
  top: 7px;
  margin-left: 5px;
}

.more_parts.more_arrow::after {
  margin-left: -25px;
  margin-right: 20px;
}

.more_arrow a {
  min-width: 150px;
  text-align: center;
  position: relative;
  line-height: 40px;
  padding-right: 12px;
}
.more_arrow a::after {
  content: "";
  display: block;
  background-image: url(images/more_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.txt_blue .more_parts a {
  color: #0a2144;
}
.txt_blue .more_parts a:after {
  background-image: url(images/more_arrow_navy.svg);
}

/* Topic
--------------------------------------------- */
article.topic_card {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #fff;
}
article.topic_card figure {
  flex: 1;
  margin: 0;
  position: relative;
  overflow: hidden;
}
article.topic_card figure img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
article.topic_card > div {
  flex: 1;
}
article.topic_card > div > div {
  padding: 40px;
  text-align: left;
}
article.topic_card h3 {
  font-family: "Corporate-Logo-Bold";
  padding: 5px 0;
  margin: 0;
  border-bottom: solid #000 2px;
}
article.topic_card h2 {
  font-size: 20px;
}
article.topic_card p {
  font-size: 16px;
  line-height: 2;
  margin: 10px 0;
}
article.topic_card .more_parts {
  margin-right: 10px;
}
article.topic_card .more_parts a {
  padding-right: 15px;
}
article.topic_card .more_arrow a::after {
  content: "";
  background-image: url(images/more_arrow_navy.svg);
}

/* ForFans
--------------------------------------------- */
.forfans_block article {
  border: solid 2px #fff;
}
.forfans_block article h2.title {
  margin: 0;
  padding: 15px 20px;
  text-align: left;
  border-bottom: solid #fff 2px;
}
.forfans_block article h2.title figure {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.forfans_block article h2.title figure img {
  height: 40px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.7)) drop-shadow(0 0 10px rgba(255, 255, 255, 0.7));
}
.forfans_block article h3.title {
  font-size: 16px;
}
.forfans_block .flex {
  position: relative;
  justify-content: center;
}
.forfans_block .flex .fb_460p {
  flex-basis: 460px;
  padding: 20px;
  text-align: left;
}
.forfans_block .flex .fb_460p figure {
  margin: 0 0 15px;
}
.forfans_block .flex .fb_460p figure.taiin {
  margin-right: 8px;
  width: 30%;
}
.forfans_block .flex .fb_460p figure.oshi {
  width: 70%;
}
.forfans_block .flex .fukidashi_bdr {
  padding: 20px;
  text-align: left;
  flex: 1;
}
.forfans_block .flex .fukidashi_bdr figure {
  margin: 0;
}
.forfans_block .flex .fukidashi_bdr figure img {
  width: 100%;
  height: auto;
}
.forfans_block .flex .fukidashi_bdr {
  box-sizing: border-box;
  position: relative;
}
.forfans_block .flex .fukidashi_bdr:before {
  content: "";
  display: block;
  background-image: url(images/fukidashi_bdr.svg);
  background-size: cover;
  background-position: top -25px center;
  background-repeat: no-repeat;
  height: 100%;
  width: 33px;
  bottom: 0;
  left: -33px;
  margin: auto;
  position: absolute;
}
.forfans_block .watashino_oshi {
  position: absolute;
  top: 0;
  left: 28%;
  width: 30%;
}
.forfans_block .navigator_info {
  align-items: center;
  justify-content: flex-start;
  border-bottom: solid 1px #eee;
  padding: 0 0 20px 0;
}
.forfans_block .navigator_info p {
  margin: 0;
}
.forfans_block .navigator_info .navigator_name {
  font-size: 18px;
}
.forfans_block .navigator_comment {
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.forfans_block p,
.forfans_block a,
.forfans_block h2,
.forfans_block h3,
.forfans_block h4 {
  color: #fff;
}

/* NEWS
--------------------------------------------- */
.news_block .news_articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}
.news_block .news_articles::before {
  content: "";
  display: block;
  background-image: url(images/title_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
  position: absolute;
}
.news_block .news_articles article {
  background-color: #fff;
  width: 48.5%;
  box-shadow: 0 0 10px 0 #fff;
}
.news_block .news_articles article a {
  text-decoration: none;
  height: 100%;
}
.news_block .news_articles article a > * {
  width: 100%;
  margin: 0;
  text-align: left;
}
.news_block .news_articles article a figure img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.news_block .news_articles article a div {
  position: relative;
}
.news_block .news_articles article a div .category_ttl {
  font-family: "Corporate-Logo-Bold";
  font-size: 16px;
  padding: 15px 15px 10px;
  border-bottom: solid 2px;
  margin: 0;
}
.news_block .news_articles article a div .title {
  font-size: 16px;
  margin: 15px;
  letter-spacing: -1px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.news_block .news_articles article a div .nvtag {
  margin: 0 0 4px;
}
.news_block .news_articles article a div .nvtag-box {
  margin: 1em 15px;
}
.news_block .news_articles article a div .date {
  margin: 1em 15px;
  display: block;
}
.news_block .news_articles article a div:after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #e82323;
}
.news_block .more_parts {
  width: 820px;
  position: absolute;
  bottom: -90px;
}
.news_block .more_parts a {
  color: #fff;
}

/* Goods
--------------------------------------------- */
.goods_block .goods_slider {
  display: flex;
  flex-flow: row-reverse;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods_block .goods_slider::before {
  content: "";
  display: block;
  background-image: url(images/title_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
  position: absolute;
}
.goods_block .goods_slider .fb_600p {
  flex-basis: 600px;
  background-color: #0a2144;
  padding: 20px;
  color: #fff;
  text-align: left;
  box-shadow: 0 0 10px 0 #fff;
}
.goods_block .goods_slider .fb_600p .flex {
  gap: 30px;
}
.goods_block .goods_slider .fb_600p * {
  color: inherit;
}
.goods_block .goods_slider .fb_330p {
  flex-basis: 330px;
  height: 450px;
}
.goods_block .goods_slider .fb_330p figure {
  margin: 0;
}
.goods_block .goods_slider .fb_330p figure img {
  width: 100%;
}
.goods_block .goods_slider .fb_330p h3 {
  font-family: "Corporate-Logo-Bold";
  margin: 15px 0 0;
  font-size: 20px;
}
.goods_block .goods_slider .fb_330p p {
  font-family: "Corporate-Logo-Bold";
  margin: 0 0 15px;
  font-size: 18px;
}
.goods_block .goods_slider .fb_auto {
  flex: 1;
}
.goods_block .goods_slider .fb_auto p {
  margin-top: 0;
  font-size: 16px;
  line-height: 2;
}
.goods_block .goods_slider .sl_thumb {
  display: flex;
  flex-flow: column;
  height: 500px;
  overflow-y: scroll;
  gap: 5px;
  padding-right: 10px;
}
.goods_block .goods_slider .sl_thumb button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
}
.goods_block .goods_slider .sl_thumb figure {
  margin: 0 10px;
}
.goods_block .goods_slider .sl_thumb::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.goods_block .goods_slider .sl_thumb::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 4px;
}
.goods_block .goods_slider .sl_thumb::-webkit-scrollbar-thumb {
  background: #e82323;
  border-radius: 4px;
}
.goods_block .goods_slider .sl_thumb .goods_thumb_btn {
  cursor: pointer;
}
.goods_block .goods_slider .sl_thumb .goods_thumb_btn.current img {
  outline: solid 4px #e82323;
  outline-offset: -4px;
}
.goods_block .goods_slider .goods_name_price {
  text-decoration: underline;
}
.goods_block .online_shop {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -90px;
}
.goods_block .online_shop a {
  font-family: "Corporate-Logo-Bold";
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  background-color: #e82323;
  width: 312px;
  line-height: 56px;
  display: block;
  margin: 0 auto;
}

.goods_detail_box figure {
  display: block;
}

/* Shop
--------------------------------------------- */
.shop_block .shop_list {
  background-image: url(images/shop_bg.png);
  background-size: 92%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 160px;
  justify-content: center;
}
.shop_block .shop_list::before {
  content: "";
  display: block;
  background-image: url(images/title_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
  position: absolute;
}
.shop_block .shop_list .shop_name {
  margin: -46px 0;
  z-index: 1;
}
.shop_block .shop_list .shop_name figure {
  margin: 0;
}
.shop_block .shop_list .popup_open {
  cursor: pointer;
}
.shop_block .shop_list .popup_open p {
  font-family: "Corporate-Logo-Bold";
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  text-decoration: underline;
}
.shop_block .more_parts {
  position: absolute;
  left: 0;
  right: 35px;
  bottom: -70px;
}
.shop_block .more_parts a {
  color: #fff;
}
.shop_block .meiyo {
  position: absolute;
  right: 5em;
  top: 0;
  display: flex;
  align-items: center;
}
.shop_block .meiyo button {
  font-family: "Corporate-Logo-Bold";
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144, 0 0 3px #0a2144;
  padding: 0;
  background: none;
  border: none;
  text-decoration: underline;
  cursor: pointer;
}
.shop_block .meiyo::before {
  content: "";
  display: inline-block;
  background-image: url(images/q_ico.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
.shop_block .meiyo .popup_meiyo {
  font-size: 12px;
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 12px;
  width: 286px;
  border-radius: 3px;
  top: 40px;
  left: calc(-50% - 24px);
  z-index: 5;
}
.shop_block .meiyo .popup_meiyo:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 2;
}
.shop_block .meiyo .popup_meiyo p {
  margin: 0;
  text-align: left;
}
.shop_block .meiyo .popup_meiyo.active_popup {
  display: block;
}
.shop_block .popup_shop_info {
  position: absolute;
  width: 1100px;
  height: 640px;
  margin-top: -50px;
  background-color: rgba(10, 33, 68, 0.8);
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 60px;
  z-index: 10;
}
.shop_block .popup_shop_info > div {
  width: 387px;
  position: relative;
}
.shop_block .popup_shop_info > figure {
  width: 266px;
}
.shop_block .popup_shop_info > figure img {
  max-width: 100%;
  max-height: 100%;
}
.shop_block .popup_shop_info h3 {
  font-family: "Corporate-Logo-Bold";
  font-size: 44px;
  color: #fff;
  text-align: left;
}
.shop_block .popup_shop_info .ultraman_plate {
  width: 387px;
}
.shop_block .popup_shop_info .more_parts {
  position: relative;
  bottom: 0;
  right: 0;
  margin-right: 0px;
}
.shop_block .popup_shop_info .popup_close {
  background: none;
  position: absolute;
  border: none;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.shop_block .popup_shop_info .popup_close:hover {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.8));
}

.dummy {
  display: block;
  width: 1px;
}

.popup_dummy_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}

/* Links
--------------------------------------------- */
.link_block aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 800px;
  gap: 20px 0px;
  margin: 0 auto;
}
.link_block aside .flex_exclusive {
  width: 100%;
  justify-content: space-between;
  text-align: left;
}
.link_block aside .flex_exclusive .link_app {
  width: 49%;
  color: #0a2144;
  background-color: #fff;
  text-decoration: none;
  font-size: 40px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
  padding: 25px 0;
  box-shadow: 0 0 10px 0 #fff;
}
.link_block aside .flex_exclusive .link_app::before {
  content: "";
  display: inline-block;
  background-image: url(images/link_app_rt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 148px;
  width: 73px;
}
.link_block aside .flex_exclusive .link_app b {
  flex: 1;
  justify-content: center;
  display: flex;
}
.link_block aside .flex_exclusive .link_faq {
  width: 49%;
  color: #fff;
  background-color: #0a2144;
  text-decoration: none;
  font-size: 40px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
  padding: 25px 0;
  box-shadow: 0 0 10px 0 #fff;
}
.link_block aside .flex_exclusive .link_faq::before {
  content: "";
  display: inline-block;
  background-image: url(images/link_faq_rt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 158px;
  width: 70px;
  margin-right: 20px;
}
.link_block aside .flex_exclusive .link_faq b {
  flex: 1;
  justify-content: center;
  display: flex;
}
.link_block aside .flex_exclusive .link_shop {
  width: 100%;
  color: #fff;
  background-color: #e82323;
  text-decoration: none;
  font-size: 40px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  position: relative;
  padding: 25px 0 5px;
  box-shadow: 0 0 10px 0 #fff;
}
.link_block aside .flex_exclusive .link_shop::before {
  content: "";
  background-image: url(images/link_shop.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 53px;
  width: 314px;
  position: absolute;
  top: 0;
}
.link_block aside .flex_exclusive .link_shop b {
  flex: 1;
  justify-content: center;
  display: flex;
  margin-top: 30px;
}
.link_block aside .flex_exclusive .w32 {
  width: 32%;
}
.link_block aside .flex_exclusive .w32 img {
  box-shadow: 0 0 10px 0 #fff;
}
.link_block aside .flex_exclusive a {
  font-family: "Corporate-Logo-Bold";
}

/* shop_access
--------------------------------------------- */
.shop_access {
  background-color: #0a2144;
  padding: 80px;
}
.shop_access .access_card {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #fff;
}
.shop_access .access_card > * {
  flex: 1;
}
.shop_access .access-content div {
  padding: 40px;
  text-align: left;
}
.shop_access .access-content div h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.shop_access .access-content div .tag-red {
  background-color: #e82323;
  font-size: 12.5px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 4px 8px;
  letter-spacing: -0.03em;
}

/*--------------------------------------------------------------------------------------------------------------------------------------
# frontpage
--------------------------------------------------------------------------------------------------------------------------------------*/
/* hero
--------------------------------------------- */
.front_hero {
  height: 100vh !important;
  width: 100%;
  background-color: #000;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1001;
}
.front_hero i {
  content: "";
  background-image: radial-gradient(rgb(200, 200, 200), rgb(49, 49, 49) 35%, rgb(0, 0, 0));
  mix-blend-mode: multiply;
  width: 100%;
  height: 100vh;
  display: block;
  transition: all 2.5s;
  opacity: 1;
}

.hero_logo.fadein {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(images/logo_shadow.png);
  background-repeat: no-repeat;
  background-position: 50% 79%;
  background-size: 71vh;
  background-attachment: fixed;
}

.front_hero.fadein {
  background-image: url(images/hero.jpg);
  background-image: image-set(url(images/hero.jpg) 1x, url(images/hero@2x.jpg) 2x);
  background-attachment: fixed;
}
.front_hero.fadein i {
  opacity: 0;
}

/* front_content
--------------------------------------------- */
.front_content {
  min-height: 100vh;
  width: 100%;
  background-color: #eee;
  background-image: url(images/bg.jpg);
  background-image: image-set(url(images/bg.jpg) 1x, url(images/bg@2x.jpg) 2x);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
}
.front_content .front_top_text p {
  color: #fff;
  padding: 90px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 3em;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
.front_content .info_list {
  margin-bottom: 120px;
}
.front_content .info_list ul {
  width: 1280px;
  border-color: #fff;
  padding: 10px 0;
}
.front_content .info_list ul li p,
.front_content .info_list ul li a {
  color: #fff;
}
.front_content .link_block {
  margin-top: -160px;
}
.front_content footer {
  background-image: url(images/bg.jpg);
  background-image: image-set(url(images/bg.jpg) 1x, url(images/bg@2x.jpg) 2x);
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom center;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.front_content footer:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.7019607843);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------
# news - shop - archive
-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* news
--------------------------------------------- */
#Post {
  text-align: left;
}
#Post .inner {
  text-align: left;
  width: 1100px;
}

.entry_content {
  margin: 80px 0;
}
.entry_content h2 {
  font-family: "Corporate-Logo-Bold";
  margin: 100px 0 40px;
}
.entry_content p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 2;
}

.entry_content_date {
  text-align: right;
}

.post_navi_box {
  background-color: #f2f2f2;
  padding: 50px;
  margin: 40px 0 80px;
}
.post_navi_box .post_navi_info {
  flex: 1;
}
.post_navi_box .post_navi_info * {
  margin: 0 0 8px;
  font-family: "Corporate-Logo-Bold";
}
.post_navi_box .post_navi_info h2 {
  color: #f2f2f2;
  text-shadow: 0 0 2px #0a2144, 0 0 2px #0a2144, 0 0 2px #0a2144;
  font-size: 40px;
}
.post_navi_box .post_navi_info .wttag {
  font-size: 13px;
}
.post_navi_box .post_navi_info .navigator_name {
  margin-top: 8px;
  font-size: 18px;
  color: #000;
}
.post_navi_box .fb_390p {
  flex-basis: 390px;
  padding: 0;
  margin: 10px 0 24px;
}
.post_navi_box .fb_390p figure {
  margin: 0;
}
.post_navi_box .navigator_comment {
  font-size: 16px;
  color: #000;
  margin: 0;
  padding-top: 24px;
  border-top: solid #0a2144;
}

.intro_item {
  padding: 40px 0 80px;
  font-family: "Corporate-Logo-Bold";
}
.intro_item h2 {
  font-size: 40px;
  margin-bottom: 0;
}
.intro_item .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.intro_item .items > div {
  width: 23.5%;
}
.intro_item .items h3 {
  margin: 0;
}
.intro_item .items .price {
  text-align: right;
  margin: 0;
}

.shere_box {
  padding: 100px 0;
  text-align: center;
  font-family: "Corporate-Logo-Bold";
  border-top: solid #f2f2f2;
}
.shere_box h2 {
  font-size: 40px;
}
.shere_box .flex {
  justify-content: center;
  gap: 20px;
}
.shere_box .addtoany_list a,
.shere_box .widget .addtoany_list a {
  margin: 0 6px;
}
.shere_box .addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 50% !important;
  padding: 4px;
}
.shere_box img {
  width: 60px;
  height: 60px;
}

.return_box {
  text-align: center;
}

.return {
  font-family: "Corporate-Logo-Bold";
  background-color: #0a2144;
  color: #fff !important;
  font-size: 18px;
  padding: 16px;
  width: 312px;
  text-decoration: none;
  margin: 80px auto;
  display: inline-block;
  text-align: center;
}

.related_box {
  background-color: #0a2144;
  padding: 100px 0;
  font-family: "Corporate-Logo-Bold";
}
.related_box .inner_m > h2 {
  font-size: 40px;
  color: #fff;
  margin: 0px 0 16px;
}
.related_box .news_articles:before {
  display: none;
}

/* shop
--------------------------------------------- */
.shop_img {
  position: relative;
}
.shop_img .shop_interior {
  padding: 50px 0 50px 14%;
  height: 550px;
}
.shop_img .shop_interior img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop_img .ultraman {
  position: absolute;
  top: 0;
  left: 4%;
}
.shop_img .ultraman img {
  height: 510px;
}
.shop_img .ultraman_plate {
  position: absolute;
  bottom: 70px;
  left: 16%;
}
.shop_img .ultraman_plate img {
  height: 82px;
}

.shop_page .shop_block {
  padding: 80px 0;
  text-align: center;
  background-color: #f2f2f2;
}
.shop_page .shop_block .arrow_flex > h2 span {
  color: #0a2144;
}
.shop_page .shop_block .shop_list {
  background-image: url(images/shop_bg_navy.png);
}
.shop_page .shop_block .shop_list::before {
  background-image: url(images/title_arrow_navy.svg);
}
.shop_page .shop_block .shop_list .more_parts a {
  color: #0a2144;
}
.shop_page .shop_block .shop_list .more_parts a::after {
  background-image: url(images/more_arrow_navy.svg);
}
.shop_page .news_block {
  padding: 80px 0;
  background-color: #0a2144;
}
.shop_page .news_block .news_articles::before {
  content: "";
  display: block;
  background-image: url(images/title_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 40px;
  left: 0;
  top: 0;
  position: absolute;
}
.shop_page .link_block {
  padding: 80px 0;
  background-color: #f2f2f2;
}

.bg_navy .link_block {
  padding: 80px 0;
  background-color: #0a2144;
}

.bg_gray {
  background-color: #f2f2f2;
}

/* FAQ
--------------------------------------------- */
.faq_block h2,
.faq_block p {
  position: relative;
  padding-left: 64px;
}
.faq_block div {
  border-bottom: solid #0a2144;
}
.faq_block h2:before {
  content: "Q.";
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #0a2144;
  color: #fff;
  text-align: center;
}
.faq_block h2 + p:before {
  content: "A.";
  font-size: 22px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  position: absolute;
  color: #0a2144;
  border: solid 2px;
  text-align: center;
}

.faq_contact {
  margin: 100px 0;
}

/* Information
--------------------------------------------- */
.info_content.inner_m {
  width: 1000px;
}
.info_content.inner_m .entry_content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.info_content .entry_content_date {
  text-align: left;
}
.info_content .entry_header {
  margin: 100px auto 60px;
  padding-left: 100px;
  padding-right: 100px;
}
.info_content .entry_title {
  font-size: 22px;
  padding-bottom: 50px;
}

/* archives
--------------------------------------------- */
.archive-topic {
  margin-bottom: 80px;
}

.archive-term-list {
  margin: auto;
  align-items: start;
  font-family: "Corporate-Logo-Bold";
  margin-bottom: 40px;
}
.archive-term-list h3 {
  margin: 0;
  font-size: 20px;
  width: 120px;
}
.archive-term-list ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  flex: 1;
}
.archive-term-list ul li a {
  margin-right: 40px;
  margin-bottom: 8px;
  font-size: 20px;
  display: block;
}
.archive-term-list ul li a.nvtag {
  color: #fff !important;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  margin-right: 10px;
  text-decoration: none;
}
.archive-term-list.archive-tag-list ul li a.nvtag {
  margin-top: 2px;
}

.archive_block {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.archive_block .news_block {
  margin: 80px auto;
}

.pagination {
  text-align: center;
  font-family: "Corporate-Logo-Bold";
  margin: 80px auto;
}
.pagination .page-numbers {
  text-decoration: none;
  font-size: 36px;
  margin: 20px;
  padding: 0 0.3em;
}
.pagination .page-numbers.current {
  color: #fff;
  background-color: #0a2144;
}

.shop_archive_inner {
  padding: 80px 0;
}
.shop_archive_inner .inner {
  width: 1000px;
  display: flex;
  justify-content: space-between;
}

.shop_archive_info {
  text-align: left;
  flex: 1;
  padding: 0 50px;
}
.shop_archive_info h2 {
  font-family: "Corporate-Logo-Bold";
}
.shop_archive_info h2 a {
  text-decoration: none;
}

.shop_archive_img {
  position: relative;
  transition: 0.2s;
}
.shop_archive_img .shop_interior {
  width: 500px;
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.shop_archive_img .shop_interior img {
  width: 100%;
}
.shop_archive_img .ultraman {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s;
}
.shop_archive_img .ultraman img {
  height: 320px;
  width: auto;
}
.shop_archive_img:hover {
  opacity: 0.9;
}
.shop_archive_img:hover .ultraman {
  right: 6px;
}

.shop_archive_inner:nth-child(even) {
  background-color: #f2f2f2;
}
.shop_archive_inner:nth-child(even) .inner {
  flex-direction: row-reverse;
}
.shop_archive_inner:nth-child(even) .shop_archive_img .ultraman {
  left: 0;
  right: auto;
}
.shop_archive_inner:nth-child(even) .shop_archive_img:hover {
  opacity: 0.9;
}
.shop_archive_inner:nth-child(even) .shop_archive_img:hover .ultraman {
  left: 6px;
}

.link_shop2 {
  background-color: #e82323;
  text-decoration: none;
  width: 800px;
  margin: 200px auto;
  align-items: center;
  border: solid #e82323 6px;
}
.link_shop2 .link_shop2_img {
  background-color: #fff;
  height: 220px;
  width: 28%;
  margin: 0;
  position: relative;
}
.link_shop2 .link_shop2_img img {
  height: 330px;
  position: absolute;
  top: -60px;
  left: 25%;
  right: 0;
}
.link_shop2 .link_shop2_txt {
  text-align: center;
  flex: 1;
  justify-content: center;
  display: flex;
}
.link_shop2 .link_shop2_txt p {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Source Sans Pro", sans-serif;
  font-size: 57px;
  font-weight: 600;
  text-align: left;
  margin: 0;
  line-height: 1;
}
.link_shop2 .link_shop2_txt b {
  color: #fff;
  font-family: "Corporate-Logo-Bold";
  font-size: 44px;
}

.shop_dealer {
  border-top: solid #0a2144;
  padding-bottom: 80px;
}
.shop_dealer h2 {
  font-family: "Corporate-Logo-Bold";
  font-size: 44px;
  margin: 80px 0;
}
.shop_dealer h3 {
  display: inline-block;
  background-color: #0a2144;
  padding: 10px 20px;
  margin: 40px 0;
  color: #fff;
}
.shop_dealer h2 + h3 {
  margin-top: 0;
}
.shop_dealer h4 {
  margin: 4px 0px;
}
.shop_dealer h3,
.shop_dealer h4 {
  font-family: "Corporate-Logo-Bold";
  font-size: 20px;
}
.shop_dealer p {
  margin-top: 0;
}

.archives .news_block .news_articles::before {
  display: none;
}

/* Information archives
--------------------------------------------- */
.archive_info {
  padding-bottom: 120px;
}
.archive_info .inner_m {
  width: 1000px;
}
.archive_info ul {
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.archive_info ul li {
  padding: 30px 100px;
  border-bottom: solid 1px #0a2144;
}
.archive_info ul li .info_txt {
  font-family: "Corporate-Logo-Bold";
  font-size: 22px;
  margin-bottom: 20px;
}
.archive_info ul li .info_txt a {
  text-decoration: none;
}

.archive_info + .archive_navi .inner_m .pagination {
  margin-top: 0;
}

/* hover ani
--------------------------------------------- */
a,
.topic_card,
.news_block .news_articles article,
.goods_thumb_btn,
.shop_block .shop_list .shop_name figure img,
.link_block aside .flex_exclusive a,
.link_block aside .flex_exclusive a img,
.more_arrow a::after,
.return,
.link_shop2 {
  transition: 0.2s;
}

.topic_card:hover,
.news_block .news_articles article:hover,
.link_block aside .flex_exclusive a.link_app:hover,
.link_block aside .flex_exclusive a.link_faq:hover,
.link_block aside .flex_exclusive a.link_shop:hover,
.link_block aside .flex_exclusive a:hover img {
  box-shadow: 0 0 20px 0 #fff;
}

.goods_thumb_btn:hover,
.return:hover,
.link_shop2:hover {
  opacity: 0.9;
}

.goods_block .online_shop a:hover {
  background-color: #b82b30;
}

.shop_block .shop_list .shop_name figure img:hover {
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.822));
}

.more_arrow a:hover:after {
  left: 6px;
}

.info_list ul li a:hover,
.shop_block .meiyo button:hover,
.shop_block .shop_list .popup_open p:hover {
  text-decoration: none;
}/*# sourceMappingURL=style-ultra.css.map */