@charset "utf-8";

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}a{margin:0;padding:0;vertical-align:baseline;text-decoration:none;color:inherit}img{vertical-align:bottom;line-height:1}


/* Font */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src:  url("../font/NotoSansJP-Bold.woff2") format('woff2'),
        url("../font/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: 'GenJyuu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src:  url("../font/GenJyuuGothic-Normal.woff2?2") format('woff2'),
        url("../font/GenJyuuGothic-Normal.woff?2") format("woff");
}
@font-face {
  font-family: 'GenJyuu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src:  url("../font/GenJyuuGothic-Medium.woff2?2") format('woff2'),
        url("../font/GenJyuuGothic-Medium.woff?2") format("woff");
}


body {
  font-family: 'GenJyuu';
  font-weight: 500;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: antialiased;
}
.flex1{
    display:-ms-flexbox;
    display: -webkit-flex;
    display:flex;
    webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.tc-font{
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 500;
}
.link-b {
	margin: 0;
    padding: 0;
	text-decoration: underline;
	color: #0000ee;
}
.rd{
	color: #FF0004;
}
img {
  max-width: 100%;
}

.art-link{
  text-decoration: underline;
}

.itl{
	font-style: italic;
	margin-right: 0.5em;
}


.map {
	width: 30%;
}
.ma-txt {
	width: 65%;
}
.mb5p{
	margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
.map {
	width: 100%;
	margin: 0 0 2%;
}
.ma-txt {
	width: 100%;
}
}

/* Module */
@media screen and (max-width: 767px) {
  #contents {
    margin-bottom: 70px;
  }
}
.ofi{
  object-fit: contain;
  font-family: 'object-fit: contain;'
}

.bg-red {
  /* background: #CB0033; */
  background: #b5e5ef;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

@media all and (min-width: 768px) {
  .sp,.xsp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc,.xsp {
    display: none !important;
  }
}

@media all and (max-width: 374px) {
  .xsp {
    display: block !important;
  }
}


.scroll {
  height: 51px;
  position: absolute;
  bottom: 53px;
  left: 50%;
  transform: translateX(-50%);
}
.scroll a {
  /* display: block; */
  display: none;
  height: 100%;
}
#single-head .scroll {
  bottom: 18px;
}
.scroll-text {
  line-height: 1;
  width: 79px;
  margin: 0 auto;
}
.scroll-text img {
  display: block;
}
.scroll-arrow {
  width: 42px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -21px;
  animation: scrollAnimation 2s ease infinite;
}
@keyframes scrollAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .scroll {
    height: 30px;
    bottom: 23px;
  }
  #single-head .scroll {
    bottom: 12px;
  }
  .scroll-text {
    width: 51px;
  }
  .scroll-arrow {
    width: 30px;
    margin-left: -15px;
  }
}

#pagetop {
  width: 51px;
  position: fixed;
  bottom: 48px;
  right: 48px;
  z-index: 990;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all .2s ease;
}
#pagetop.show {
  opacity: 1;
  pointer-events: auto;
}
@media all and (min-width: 768px) {
  #pagetop {
    transition: all .2s ease;
  }
  #pagetop:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #pagetop  {
    width: 41px;
    right: 10px;
    bottom: 80px;
  }
}

#wrap {
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #wrap {
    min-width: auto;
  }
}

.section-inner {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 0 6.66666%;
  }
}


/* MV */
#mv {
  position: relative;
}
#logo {
  width: 43px;
  position: absolute;
  top: 2.522523%;
  left: 50%;
  margin-left: -608px;
  z-index: 2;
}
#mv .image img {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #logo {
    top: 28px;
    left: 32px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #logo {
    width: 8%;
    top: 5.33vw;
    left: 4.266667%;
    display: none;
  }
  #mv .image img {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}


/* About */
#about {
  padding: 87px 0 52px;
  background: url(../images/bg_dot2.jpg) center top / 14px;
}
@media all and (min-width: 768px) {
  #about {
    border-top: 99px solid transparent;
    margin-top: -99px;
    position: relative;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  #about {
    padding: 61px 0 23px;
  }
  #about .section-inner {
    padding: 0 6%;
  }
}

#about .title {
  width: 567px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  #about .title {
    width: 100%;
    margin-bottom: 4px;
  }
}

#about .lead {
  margin: 0 auto;
}
#about .lead .text {
  font-size: 24px;
  line-height: 52px;
  text-align: center;
  margin-bottom: 8px;
}
#about .lead .image {
  width: 425px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #about .lead {
    width: 100%;
  }
  #about .lead .text {
    font-size: 15px;
    line-height: 33px;
    margin-bottom: 23px;
  }
  #about .lead .image {
    width: 255px;
  }
}


/* SNS */
#sns {
  padding: 180px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #sns {
    padding: 10px 0 0;
  }
}

#sns .sns-column {
  justify-content: space-between;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #sns .sns-column {
    display: block;
  }
}

#sns .title {
  align-items: center;
  color: #004275;
  font-size: 26px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #sns .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

#sns img {
  margin-right: 28px;
}
#sns .instagram .title img {
  width: 26px;
}
#sns .twitter .title img {
  width: 32px;
}
@media screen and (max-width: 767px) {
  #sns img {
    margin-right: 14px;
  }
  #sns .instagram .title img {
    width: 16px;
  }
  #sns .twitter .title img {
    width: 19px;
  }
}

#sns .instagram {
  width: 400px;
  overflow: hidden;
}
#sns .ig-box {
  width: 100%;
}
#sns .instagram .box-scroll {
  width: 100%;
  height: 415px;
  border-radius: 8px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #fff;
}
#sns .instagram iframe {
  width: 100% !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  #sns .instagram {
    width: 100%;
    margin-bottom: 28px;
  }
  #sns .instagram .box-scroll {
    height: 337px;
  }
  #sns .instagram iframe {
    min-width: auto !important;
  }
}

#sns .twitter {
  width: 400px;
  overflow: hidden;
}
#sns .tw-box {
  width: 100%;
  height: 415px;
  overflow: hidden;
}
#sns .twitter iframe {
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #sns .twitter {
    width: 100%;
    max-width: none;
  }
  #sns .tw-box {
    height: 337px;
  }
  #sns .twitter iframe {
    width: 100% !important;
    max-width: 86.66668vw !important;
    height: 337px !important;
  }
}


/* Character */
#character {
  padding: 111px 0 125px;
}
@media all and (min-width: 768px) {
  #character {
    border-top: 60px solid transparent;
    margin-top: -60px;
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #character {
    padding-top: 68px;
    padding-bottom: 59px;
  }
}

#character .title {
  width: 487px;
  margin: 0 auto 21px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #character .title  {
    width: 96.92308%;
    margin: 0 auto 29px;
  }
}

#character .title .gif-an{
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}

@media screen and (max-width: 767px) {
  #character .title .gif-an{
    width: 30%;
    /* top: -60%; */
  }
}

#character .title .gif-an1{
  left: -150px;
}

@media screen and (max-width: 767px) {
  #character .title .gif-an1{
    left: -10%;
  }
}

#character .title .gif-an2{
  right: -150px;
}

@media screen and (max-width: 767px) {
  #character .title .gif-an2{
    right: -10%;
  }
}


#character .box {
  max-width: 1080px;
  margin: 0 auto;
}

#character .box .js-modal-btn {
  width: 20.0926%;
  margin-right: 6.5432%;
  margin-bottom: 63px;
}
#character .box .js-modal-btn a {
  display: block;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  #character .box .js-modal-btn:nth-of-type(4n) {
    margin-right: 0;
  }
  #character .box .js-modal-btn a {
    transition: all .2s;
  }
  #character .box .js-modal-btn a:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 767px) {
  #character .box .js-modal-btn {
    width: 43.38461%;
    margin-right: 13.23078%;
    margin-bottom: 9.4vw;
  }
  #character .box .js-modal-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}

#character .box .js-modal-btn .image {
  max-width: 217px;
  margin: 0 auto 6px;
}
@media screen and (max-width: 767px) {
  #character .box .js-modal-btn .image {
    max-width: none;
    margin: 0 auto 4px;
  }
}

#character .box .js-modal-btn .name {
  color: #004275;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #character .box .js-modal-btn .name {
    font-size: 14px;
  }
}

#character .box .js-modal-btn.comingsoon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0;
}
@media all and (min-width: 768px) {
  #character .box .js-modal-btn.comingsoon:nth-of-type(4n - 1) {
    width: 46.7284%;
  }
  #character .box .js-modal-btn.comingsoon:nth-of-type(4n - 2) {
    width: 73.3642%;
  }
  #character .box .js-modal-btn.comingsoon:nth-of-type(4n - 3) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #character .box .js-modal-btn.comingsoon {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 0;
  }
}

#character .box .js-modal-btn.comingsoon .image {
  width: 100%;
  max-width: 295px;
  margin-top: -10px;
  /* margin-right: -44px;*/
}
@media all and (min-width: 768px) {
  #character .box .js-modal-btn.comingsoon:nth-of-type(4n) .image {
    margin-right: 0;
  }
  #character .box .js-modal-btn.comingsoon:nth-of-type(4n - 3) .image {
    margin-right: auto;
  }
}
@media all and (max-width: 1280px) {
  #character .box .js-modal-btn.comingsoon .image {
    /*margin-right: -20px;*/
  }
}
@media screen and (max-width: 767px) {
  #character .box .js-modal-btn.comingsoon .image {
    max-width: 194px;
    margin-right: auto;
  }
}


/* Character modal */
.detail {
  box-shadow: none;
  border-radius: 10px;
  z-index: 1000 !important;
}
.js-modal-btn .detail {
  display: none;
}
@media screen and (max-width: 767px) {
  .detail {
    width: calc(100% - 74px);
    max-width: 300px !important;
  }
}

.detail-box {
  padding-bottom: 21px;
}

.detail-image {
  width: 260px;
  margin: 0 auto 10px;
  position: relative;
  z-index: 99999;
}
.detail-text {
  font-size: 14px;
  line-height: 23px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .detail-image {
    width: 160px;
    padding-top: 1px;
  }
}


.anime-box{
  max-width: 954px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .anime-box{
    margin-top: 13vw;
  }
}


.anime-box>p{
  width: 15%;
}

@media screen and (max-width: 767px) {
  .anime-box>p{
    width: 20%;
  }
}

.anime-box>p img{
  width: 100%;
}


/* Column */
#column {
  padding: 78px 0 118px;
  background: url(../images/bg_dot.jpg) center top / 14px;
}
#column2 {
  padding: 0 0 118px;
  background: url(../images/bg_dot.jpg) center top / 14px;
}

#tsugaru {
  padding: 78px 0 118px;
  background: url(../images/bg_dot3.jpg) center top / 14px;
}
@media all and (min-width: 768px) {
  #column,#tsugaru {
    border-top: 99px solid transparent;
    margin-top: -99px;
    position: relative;
    z-index: 1;
  }
	#column2 {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #column {
    padding: 73px 0 30px;
  }
	#tsugaru {
    padding: 60px 0 60px;
  }
	#column2 {
    padding: 0 0 60px;
  }
}

#column .title,#tsugaru .title,#column2 .title {
  width: 407px;
  margin: 0 auto 19px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #column .title,#tsugaru .title, #column2 .title {
    width: 80.76923%;
    margin: 0 auto 14px;
  }
}

#tsugaru .title .gif-an{
  width: 150px;
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
}

@media screen and (max-width: 767px) {
  #tsugaru .title .gif-an{
    width: 35%;
    /* top: -60%; */
  }
}

#tsugaru .title .gif-an1{
  left: -150px;
}

@media screen and (max-width: 767px) {
  #tsugaru .title .gif-an1{
    left: -15%;
  }
}

#tsugaru .title .gif-an2{
  right: -150px;
}

@media screen and (max-width: 767px) {
  #tsugaru .title .gif-an2{
    right: -15%;
  }
}

#column .copy,#tsugaru .copy,#column2 .copy {
  font-size: 24px;
  text-align: center;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  #column .copy,#tsugaru .copy,#column2 .copy {
    font-size: 14px;
    margin-bottom: 31px;
  }
}

#column .copy2,#column2 .copy2{
  font-size: 24px;
  text-align: center;
  margin: 58px 0;
}
@media screen and (max-width: 767px) {
  #column .copy2,#column2 .copy2{
    font-size: 14px;
    margin: 31px 0;
  }
}

#column .box,#tsugaru .box,#column2 .box {
  width: 954px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #column .box,#tsugaru .box,#column2 .box {
    width: 100%;
  }
}

#column .box .item + .item,#tsugaru .box .item + .item,#column2 .box .item + .item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #column .box .item + .item,#tsugaru .box .item + .item,#column2 .box .item + .item {
    margin-top: 30px;
  }

}

#column .box .item a,#tsugaru .box .item a,#column2 .box .item a {
  display: block;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
@media all and (min-width: 768px) {
  #column .box .item a,#tsugaru .box .item a,#column2 .box .item a {
    transition: all .2s ease;
  }
  #column .box .item a:hover,#tsugaru .box .item a:hover,#column2 .box .item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #column .box .item a,#tsugaru .box .item a,#column2 .box .item a {
    border-radius: 10px;
  }
}

#column .box .item .volume,#tsugaru .box .item .volume,#column2 .box .item .volume  {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  width: 136px;
  height: 109px;
  padding-top: 26px;
  box-sizing: border-box;
  background: url(../images/column_num_bg.png) center center / contain no-repeat;
  position: absolute;
  top: -15px;
  left: -58px;
}
@media screen and (max-width: 767px) {
  #column .box .item .volume,#tsugaru .box .item .volume,#column2 .box .item .volume {
    font-size: 15px;
    width: 68px;
    height: 54px;
    padding-top: 12px;
    box-sizing: border-box;
    left: -4%;
  }
}

#column .box .item .volume .number,#tsugaru .box .item .volume .number,#column2 .box .item .volume .number {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #column .box .item .volume .number,#tsugaru .box .item .volume .number,#column2 .box .item .volume .number {
    font-size: 18px;
  }
}

#column .box .item .image,#tsugaru .box .item .image,#column2 .box .item .image {
  width: 400px;
}
#column .box .item .image img,#tsugaru .box .item .image img,#column2 .box .item .image img {
  width: 100%;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  #column .box .item .image,#tsugaru .box .item .image,#column2 .box .item .image {
    width: 100%;
  }
  #column .box .item .image img,#tsugaru .box .item .image img,#column2 .box .item .image img {
    border-radius: 10px 10px 0 0;
  }
}

#column .box .item .text,#tsugaru .box .item .text,#column2 .box .item .text {
  align-items: center;
  width: calc(100% - 400px);
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #column .box .item .text,#tsugaru .box .item .text,#column2 .box .item .text {
    width: 100%;
    padding: 11px 15px 21px;
  }
}

#column .box .item .text .city-name,#tsugaru .box .item .text .city-name,#column2 .box .item .text .city-name {
  display: inline-block;
  color: #fff;
  line-height: 26px;
  margin-bottom: 24px;
  padding: 0 20px;
  background-color: #666666;
}
#column .box .item .text .lead,#tsugaru .box .item .text .lead,#column2 .box .item .text .lead {
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 10px;
}
#column .box .item .text .theme,#tsugaru .box .item .text .theme,#column2 .box .item .text .theme {
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  #column .box .item .text .city-name,#tsugaru .box .item .text .city-name,#column2 .box .item .text .city-name {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 0 15px;
    background-color: #666666;
  }
  #column .box .item .text .lead,#tsugaru .box .item .text .lead,#column2 .box .item .text .lead {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  #column .box .item .text .theme,#tsugaru .box .item .text .theme,#column2 .box .item .text .theme {
    font-size: 18px;
    line-height: 25px;
  }
}

#column .box .item.comingsoon div,#tsugaru .box .item.comingsoon div,#column2 .box .item.comingsoon div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  height: 50px;
}
#column .box .comingsoon-text,#tsugaru .box .comingsoon-text,#column2 .box .comingsoon-text {
  width: 276px;
}
#column .box .comingsoon-text img,#tsugaru .box .comingsoon-text img,#column2 .box .comingsoon-text img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #column .box .comingsoon-text,#tsugaru .box .comingsoon-text,#column2 .box .comingsoon-text {
    max-width: 194px;
  }
}



/* Column Singele
  =======================*/

/* Single Header */
#single-head {
  /* color: #fff; */
  color: #000;
  padding: 92px 0 118px;
  /* background: #CB0033; */
  background: #b5e5ef;
  position: relative;
}
@media screen and (max-width: 767px) {
  #single-head {
    padding: 19.8vw 0 70px;
  }
}

#single-head .section-inner {
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  #single-head .section-inner {
    padding: 0;
  }
}

#single-head .image {
  max-width: 980px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 767px) {
  #single-head .image {
    margin: 0 auto 27px;
  }
  #single-head .image img {
    width: 100%;
  }
}

#single-head .lead {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #single-head .lead {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

#single-head .lead .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #single-head .lead .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

#single-head .lead .text {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  #single-head .lead .text {
    font-size: 14px;
    line-height: 23px;
  }
}


/* Single Contents */

.single:nth-of-type(even),
.bg-gray {
  background: #F4F4F4;
}
@media all and (min-width: 768px) {
  .single:first-child {
    padding-top: 171px;
  }
}

.bg-white {
  background: #fff !important;
}

.single {
  padding: 73px 0 77px;
}
@media screen and (max-width: 767px) {
  .single {
    padding: 57px 0 51px;
  }
}

.single .lead .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.single .box {
  max-width: 805px;
  margin: 0 auto;
}

.single .box .flex + .flex {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .single .box .flex + .flex {
    margin-top: 33px;
  }
}

.single .box .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 14px;
}
.single .box .title span {
  background:linear-gradient(transparent 66%, #FFA9B8 66% , #FFA9B8 94% ,transparent 94%);
}
.single .box .title ruby {
  position: relative;
}
.single .box .title ruby rt {
  font-size: 11px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-15%);
}

.deco-ul{
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .single .box .title {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 7px;
  }
  .single .box .title ruby rt {
    font-size: 10px;
  }
}

.single .box .flex {
  justify-content: space-between;
}

.single .box .flex .image {
  width: 425px;
}
@media screen and (max-width: 767px) {
  .single .box .flex .image {
    width: 100%;
    margin-bottom: 13px;
  }
  .single .box .flex .image:only-child {
    margin-bottom: 0;
  }
}

.single .box .flex .image figure + figure {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .single .box .flex .image figure + figure {
    margin-top: 15px;
  }
}

.single .box .flex .image figure .fig {
  position: relative;
}

.single .box .flex .image figure figcaption {
  color: #231815;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .single .box .flex.right .image figure figcaption,
  .single .box .flex .image figure.add_right figcaption {
    width: 290px;
  }
  .single .box .flex.right .image figure figcaption.fw100{
    width: 100%;
  }
  
}
@media screen and (max-width: 767px) {
  .single .box .flex .image figure figcaption {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
  }
}

.single .box .flex .image .illu {
  width: 240px;
  position: absolute;
  bottom: -28px;
  left: -127px;
}
@media screen and (max-width: 767px) {
  .single .box .flex .image .illu {
    width: 36.923077%;
    bottom: calc(86.66668vw * -0.03);
    left: calc(86.66668vw * -0.07);
  }
}
.single .box .flex.right .image .illu,
.single .box .flex .image .add_right .illu {
  width: 250px;
  right: -60px;
  bottom: -100px;
  left: auto;
}
.single .box .flex.right2 .image .illu {
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .single .box .flex.right .image .illu,
  .single .box .flex .image .add_right .illu,
  .single .box .flex.right2 .image .illu {
    width: 36.923077%;
    right: calc(86.66668vw * -0.07);
    bottom: calc(86.66668vw * -0.038);
  }
}

.single .box .flex .text {
  font-weight: 500;
  line-height: 30px;
  width: 100%;
  margin-top: -4px;
}
.single .box .flex .text .red {
  color: #E40012;
}
/*0118_add*/
.single .box .flex .text .t_attention,
#overview .t_attention,
.overview .t_attention{
  font-size: 12px;
}
.t_attention{
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .t_attention{
    line-height: 1.5;
  }
}


@media all and (min-width: 768px) {
  .single .box .flex .image + .text {
    width: 347px;
    margin-top: 25px;
  }
  .no-mt .single .box .flex .image + .text {
    margin-top: -8px;
  }
}
@media screen and (max-width: 767px) {
  .single .box .flex .text {
    font-size: 13px;
    line-height: 22px;
    margin-top: -2px;
  }
  .single .box .flex .image + .text {
    margin-top: 0;
  }
}



/* Single Comment */
#comment {
  padding: 69px 0 17px;
}
@media screen and (max-width: 767px) {
  #comment {
    padding: 57px 0 17px;
  }
}

#comment .box {
  max-width: 805px;
  margin: 0 auto;
}

#comment .box .text {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  #comment .box .text {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 24px;
  }
}

#comment .box .author {
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #comment .box .author {
    font-size: 13px;
  }
}

#comment .box .bubble {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #comment .box .bubble {
    width: 100%;
    max-width: 300px;
  }
}
 
/* Single overview */
#overview,
.overview {
  padding: 80px 0 227px;
  background: url(../images/bg_dot.jpg) center top / 14px;
}
.overview {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #overview,
  .overview {
    padding: 60px 0 140px;
  }
  .overview {
    padding-bottom: 60px;
  }
}

#overview .title,
.overview .title {
  width: 407px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #overview .title,
  .overview .title {
    width: 80.769231%;
    margin-bottom: 24px;
  }
}

#overview .box,
.overview .box {
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 13px 40px 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
}
@media all and (min-width: 768px) {
  .overview.only-child .box {
    width: 600px;
  }
}
@media screen and (max-width: 767px) {
  #overview .box,
  .overview .box {
    padding: 6.153846% 6.153846% 6.923077%;
    border-radius: 10px;
  }
}

#overview .box .image,
.overview .box .image {
  width: 380px;
}
@media screen and (max-width: 767px) {
  #overview .box .image,
  .overview .box .image {
    width: 100%;
    margin-bottom: 11px;
  }
}

#overview .box .info,
.overview .box .info {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}

#overview .box .info li,
.overview .box .info li{
  word-break: break-all;
}
@media all and (min-width: 768px) {
  #overview .box .info,
  .overview .box .info {
    margin-top: -5px;
  }
  #overview .box .image + .info,
  .overview .box .image + .info {
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  #overview .box .info,
  .overview .box .info {
    font-size: 12px;
    line-height: 17px;
    width: 100%;
  }
}

#overview .box .info ul + ul
.overview .box .info ul + ul {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  #overview .box .info ul + ul,
  .overview .box .info ul + ul {
    margin-top: 17px;
  }
}

#overview .box .info a,
.overview .box .info a,
figcaption a{
  text-decoration: underline;
  word-wrap:break-word;
}
@media screen and (min-width: 768px) {
  #overview .box .info a:hover,
  .overview .box .info a:hover,
  figcaption a:hover{
    text-decoration: none;
  }
}

#overview .btn,
.overview .btn {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #overview .btn,
  .overview .btn {
    margin-top: 21px;
  }
}

#overview .btn a,
.overview .btn a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  width: 290px;
  margin: 0 auto;
  border-radius: 25px;
  background: #E50012;
  position: relative;
}
@media screen and (max-width: 767px) {
  #overview .btn a,
  .overview .btn a  {
    font-size: 15px;
    line-height: 44px;
  }
}

#overview .btn a:after,
.overview .btn a:after {
  display: block;
  content: "";
  width: 9px;
  height: 19px;
  background: url(../images/column/btn_arrow.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #overview .btn a:after,
  .overview .btn a:after {
    transition: all .2s ease; 
  }
  #overview .btn a:hover:after,
  .overview .btn a:hover:after {
    right: 12px;
  }
}

#overview .mb30,
.overview .mb30{
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #overview .mb30,
  .overview .mb30{
    margin-bottom: 10px;
  }
}


.overview .red{
  color: #E40012;
}



/* 中見出し */
.subhead {
  color: #fff;
  padding: 75px 0;
  background: #CB0033;
}
@media screen and (max-width: 767px) {
  .subhead {
    padding: 57px 0 51px;
  }
}

.subhead .box {
    max-width: 805px;
    margin: 0 auto;
}

.subhead .title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .subhead .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.subhead .text {
  font-size: 18px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .subhead .text {
    font-size: 14px;
    line-height: 23px;
  }
}

#comment .btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #comment .btn {
    margin-top: 30px;
  }
}

#comment .btn a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  width: 290px;
  margin: 0 auto;
  border-radius: 25px;
  background: #E50012;
  position: relative;
}
@media screen and (max-width: 767px) {
  #comment .btn a  {
    font-size: 15px;
    line-height: 44px;
  }
}

#comment .btn a:after {
  display: block;
  content: "";
  width: 9px;
  height: 19px;
  background: url(../images/column/btn_arrow.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #comment .btn a:after {
    transition: all .2s ease; 
  }
  #comment .btn a:hover:after {
    right: 12px;
  }
}



#nav {
  width: 100%;
  padding: 14px 20px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  z-index: 990;
}
@media screen and (min-width: 768px) {
  #nav {
    min-width: 1080px;
  }
  #nav.fixed {
    min-width: auto;
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #nav {
    padding: 0;
    position: fixed;
    top: auto;
    bottom: 0;
  }
}

#nav ul {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

#single-head+#nav ul li{
  width: calc(100% / 6);
}

#nav ul li {
  width: calc(100% / 7);
  /* border-left: 1px solid #CB0033; */
  border-left: 1px solid #004275;
}
#nav ul li:last-of-type {
  /* border-right: 1px solid #CB0033; */
  border-right: 1px solid #004275;
}
@media screen and (max-width: 767px) {
  #nav ul li {
    border: none !important;
  }
}

#nav ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  #nav ul li a {
    transition: all .3s ease;
  }
  #nav ul li a:hover {
    opacity: .6;
  }
}

#nav ul li a img {
  display: block;
  width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #nav ul li a img {
    width: 100%;
    max-width: 62px;
  }
}


.character-btn {
  margin-top: 5px;
}
.character-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  /* color: #E50012; */
  color: #000;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  max-width: 954px;
  margin: 0 auto;
  border-radius: 39px;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .character-btn a {
    transition: all .3s ease;
  }
  .character-btn a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .character-btn {
    margin-top: 3vw;
  }
  .character-btn a {
    display: block;
    max-width: 325px;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    padding: 8px 0;
  }
}

.character-btn a span {
  font-size: 43px;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .character-btn a span {
    font-size: 20px;
    vertical-align: text-top;
    margin-bottom: 0;
  }
}

.character-btn a:after {
  display: block;
  content: "";
  width: 11px;
  height: 27px;
  background: url(../images/btn_arrow.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .character-btn a:after {
    width: 8px;
    height: 20px;
    background: url(../images/btn_arrow_sp.svg) center center / contain no-repeat;
    right: 16px;
  }
}


/* Manga */
#manga-head {
  padding: 111px 0 176px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #manga-head {
    padding: 100px 0 121px;
  }
  #manga-head .section-inner {
    padding: 0;
  }
}

#manga-head .image {
  max-width: 830px;
  margin: 0 auto 19px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #manga-head .image {
    margin-bottom: 21px;
  }
}

#manga-head .lead {
  /* color: #fff; */
  color: #000;
}

#manga-head .lead .text {
  font-size: 24px;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #manga-head .lead .text {
    font-size: 14px;
    line-height: 24px;
  }
}


#manga-sns {
  padding: 185px 0 86px;
}
@media screen and (max-width: 767px) {
  #manga-sns {
    padding: 64px 0 53px;
  }
}

#manga-sns .box {
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #manga-sns .box {
    width: 255px;
    justify-content: center;
  }
}

#manga-sns .box > div {
  width: 290px;
}
@media screen and (max-width: 767px) {
  #manga-sns .box > div {
    width: 255px;
    margin: 0 auto;
  }
  #manga-sns .box > div + div {
    margin-top: 44px;
  }
}

#manga-sns .box > div a {
  display: block;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-indent: -0.04em;
  line-height: 50px;
  text-align: center;
  width: 100%;
  border-radius: 25px;
  background: #E50012;
  position: relative;
}
@media screen and (min-width: 768px) {
  #manga-sns .box > div a {
    transition: all .3s ease;
  }
  #manga-sns .box > div a:hover {
    opacity: .6;
  }
}
@media screen and (max-width: 767px) {
  #manga-sns .box > div a {
    font-size: 23px;
    line-height: 44px;
  }
}

#manga-sns .box > div a:after,
#manga-sns .box > div.ig-btn a:before,
#manga-sns .box > div.tw-btn a:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#manga-sns .box > div a:after {
  width: 17px;
  height: 15px;
  background: url(../images/manga/sns_arrow.svg) center center / contain no-repeat;
  right: 17px;
}
@media screen and (max-width: 767px) {
  #manga-sns .box > div a:after {
    width: 15px;
    height: 13px;
    right: 16px;
  }
}

#manga-sns .box > div.ig-btn a:before {
  width: 27px;
  height: 27px;
  background: url(../images/manga/ico_ig.svg) center center / contain no-repeat;
  left: 31px;
}
@media screen and (max-width: 767px) {
  #manga-sns .box > div.ig-btn a:before {
    width: 24px;
    height: 24px;
    left: 27px;
  }
}

#manga-sns .box > div.tw-btn a:before {
  width: 32px;
  height: 26px;
  background: url(../images/manga/ico_tw.svg) center center / contain no-repeat;
  left: 30px;
}
@media screen and (max-width: 767px) {
  #manga-sns .box > div.tw-btn a:before {
    width: 29px;
    height: 23px;
    left: 26px;
  }
}


#manga {
  padding-bottom: 95px;
}
@media screen and (max-width: 767px) {
  #manga {
    padding-bottom: 76px;
  }
  #manga .section-inner {
    padding: 0 8.1%;
  }
}

#manga .box {
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

#manga .box .js-modal-btn {
  width: 260px;
  margin-bottom: 38px;
  cursor: pointer;
}
#manga .box .js-modal-btn a {
  display: block;
}
.js-modal-btn.non-btn {
  pointer-events: none !important;
}
@media screen and (min-width: 768px) {
  #manga .box .js-modal-btn a {
    transition: all .3s ease;
  }
  #manga .box .js-modal-btn a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 767px) {
  #manga .box .js-modal-btn {
    width: 41.401274%;
    margin-bottom: 17%;
  }
}

#manga .box .js-modal-btn.comingsoon {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media all and (min-width: 768px) {
  #manga .box .js-modal-btn.comingsoon:nth-of-type(3n-2) {
    width: 100%;
    margin-top: 50px;
  }
  #manga .box .js-modal-btn.comingsoon:nth-of-type(3n-1) {
    width: 530px;
  }
}

@media screen and (max-width: 767px) {
  #manga .box .js-modal-btn.comingsoon {
    width: 100%;
    margin-top: -4%;
    margin-bottom: 0;
  }
}

#manga .box .js-modal-btn.comingsoon .image {
  width: 295px;
}
@media screen and (max-width: 767px) {
  #manga .box .js-modal-btn.comingsoon .image {
    width: 190px;
  }
}

.iziModal.manga-detail {
  max-width: 300px !important;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .iziModal.manga-detail {
    width: 240px !important;
  }
}

.iziModal.manga-detail .detail-box {
  padding: 21px 0;
}

.iziModal.manga-detail .detail-image {
  width: auto;
  height: 600px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .iziModal.manga-detail .detail-image {
    height: 570px;
  }
}

.iziModal.manga-detail .detail-image img {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
  margin: 0 auto;
}

/*0125 add*/
#manga .title {
  width: 406px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  #manga .title  {
    width: 96.92308%;
    margin: 0 auto 20px;
  }
}
#manga .section-inner:first-of-type {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #manga .section-inner:first-of-type {
    margin-bottom: 80px;
  } 
}






/* Button module */
.btn {
  margin-top: 114px;
}
@media screen and (max-width: 767px) {
  .btn {
    margin-top: 36px;
  }
}

.btn a {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  width: 290px;
  margin: 0 auto;
  border-radius: 25px;
  background: #E50012;
  position: relative;
}
@media screen and (max-width: 767px) {
  .btn a  {
    font-size: 15px;
    line-height: 44px;
  }
}

@media screen and (max-width: 340px) {
  .btn a  {
    width: 100%;
  }
}

.btn a:after {
  display: block;
  content: "";
  width: 9px;
  height: 19px;
  background: url(../images/column/btn_arrow.svg) center center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn a:after {
    transition: all .2s ease; 
  }
  .btn a:hover:after {
    right: 12px;
  }
}


/* Button column */
.manga-detail .btn {
  margin-top: 18px;
}
.manga-detail .btn a {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .manga-detail .btn a  {
    font-size: 23px;
    width: 255px;
    max-width: 100%;
  }
  .iziModal.manga-detail {
    max-width: calc(100% - 100px) !important;
  }
  .iziModal.manga-detail .iziModal-navigate > button {
    height: 50%;
    top: 25%;
  }
}


/* colum links */
#links {
  padding: 74px 0 118px;
}
@media screen and (max-width: 767px) {
  #links {
    padding: 37px 0 60px;
  }
}

#links .title {
  width: 410px;
  margin: 0 auto 31px;
}
@media screen and (max-width: 767px) {
  #links .title {
    width: 99.384615%;
    margin: 0 auto 7px;
  }
}

#links .box {
  justify-content: space-between;
  width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #links .box {
    display: block;
    width: 100%;
  }
}

#links .box .link {
  width: 260px;
}
@media screen and (max-width: 767px) {
  #links .box .link {
    margin: 0 auto;
  }
  #links .box .link + .link {
    margin-top: 11px;
  }
}

#links .box .link a {
  display: block;
}
@media screen and (min-width: 768px) {
  #links .box .link a {
    transition: all .3s ease;
  }
  #links .box .link a:hover {
    opacity: .6;
  }
}

#links .box .link a img {
  display: block;
}

.credit{
  font-weight: normal;
  font-size: 11px;
}

.single .mb10{
  margin-bottom: 10px;
}


/* goods */

#goods{
  padding: 140px 0 125px;
  background-color: #FFFFE8;
  position: relative;
  z-index: 2;
}

#goods .title {
  width: 407px;
  margin: 0 auto 19px;
}

#goods .copy {
  font-size: 24px;
  text-align: center;
  margin-bottom: 58px;
}

.goods-area{
  width: 954px;
  margin: 0 auto;
}

.goods-box{
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-bottom: 100px;
  padding-bottom: 100px;
  border-bottom: 1px dashed #828282;
}

.goods-box:nth-last-child(1){
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.goods-box>p,.good-txt{
  -ms-flex-item-align: center;
	align-self: center;
}

.goods-box>p{
  width: 49%;
}

.good-txt{
  width: 48%;
}

.goods-btn{
  width: 100%;
  margin-top: 100px;
}

.goods-btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 78px;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  max-width: 954px;
  margin: 0 auto;
  border-radius: 39px;
  background: #FFD500;
  position: relative;
  transition: all .3s ease;
}

.goods-btn a:hover {
  opacity: 0.6;
}

#goods h3 {
  font-size: 24px;
  line-height: 36px;
  margin: 10px 0;
}

#goods .goods-txt p {
  font-size: 20px;
  line-height: 20px;
}


@media screen and (max-width: 767px) {

  #goods {
    padding-top: 68px;
    padding-bottom: 59px;
  }

  .goods-area,.goods-box>p,.good-txt{
    width: 100%;
  }

  #goods .title {
    width: 80.76923%;
    margin: 0 auto 14px;
  }

  #goods .copy {
    font-size: 15px;
    margin-bottom: 31px;
  }

  .goods-box{
    margin-bottom: 10%;
    padding-bottom: 10%;
  }

  .goods-box:nth-last-child(1) {
    padding-bottom: 0;
  }

  .goods-btn{
    margin-top: 10%;
  }

  .goods-btn a {
    display: block;
    max-width: 325px;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    padding: 8px 0;
  }

  #goods h3 {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0;
  }

  #goods .goods-txt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
}

/* lang-btn */

.lang-btn{
  display: flex;
  -ms-flex-direction: column;
  position: fixed;
  top: 184px;
  right: 0;
  z-index: 1000;
}

.lang-btn li{
  margin-bottom: 5px;
}

.lang-btn a{
  display: block;
  background: #004275;
  color: #fff;
  padding: 10px;
}

#column .lang-tit,#column2 .lang-tit{
  padding-top: 140px;
}
.categori-menu {
    width: 1100px;
    margin: 80px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 1em 2em;
}
.categori-menu li.active {
    color: #e50012;
}
.categori-menu li {
    cursor: pointer;
    font-weight: 600;
	transition: 0.3s ease-in-out all;
	opacity: 1;
}
.categori-menu li:hover {
	opacity: 0.6;
}

@media screen and (max-width: 767px) {
	.categori-menu{
	width: 100%;
	margin: 0 auto 10%;
	background: none;
	border-radius: 0;
	padding: 0;
	}
	.categori-menu li {
        width: 49%;
        text-align: center;
        padding: 5px 0;
        background: #e50012;
        color: #fff;
        font-size: 3vw;
        margin-bottom: 2%;
    }
	.categori-menu li.active {
        color: #fff;
        background: #000;
    }
	.categori-menu li:hover{
		opacity: 1;
	}
  .lang-btn{
    top: 180px;
  }

  .lang-btn a{
    padding: 12px;
    font-size: 0.8em;
  }

  .lang-btn li {
    margin-bottom: 15px;
  }

  #column .lang-tit{
    padding-top: 68px;
  }
	#column2 .lang-tit{
    padding-top: 60px;
  }
  
}


.panf-box{
  width: 954px;
  margin: 50px auto 100px;
  text-align: center;
}

.panf-area{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto;
}

.panf-box p{
  margin-bottom: 10px;
}

.panf-box a{
  display: block;
  width: 250px;
  border: 1px solid #000;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .panf-box{
    width: 100%;
    margin: 10% auto;
  }

  .panf-box p{
    font-size: 14px;
  }

  .panf-box a{
    width: 100%;
  }

  .panf-area{
    width: 100%;
  }

  .panf-area>div{
    width: 48%;
  }
}