@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #e5e5f8;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif,'Kosugi Maru', sans-serif,'Mandali', sans-serif,'M PLUS Rounded 1c', sans-serif;
  color: #2a2a2a;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

hr {
display:block;
height:1px;
border:0;
margin:1em 0;
padding:0;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}

.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}

.loading .inner {
  position: absolute;
  width: 500px;
  height: 169px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}

.loading .inner .logo {
  width: 500px;
  height: 169px;
  background-image: url(../img/common/loading_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-bottom: 23px
}

.loading .inner .bar {
  width: 0%;
  height: 2px;
  background: linear-gradient(90deg, #ff99ff, #993d67, #993d67, #993d67, #ff9900);
  border-radius: 1px
}

.subloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 1000;
}


.content-load{
display: none;
position: relative;
}

#container {
  width: 100%;
  max-width: 1920px;
  min-width: 1060px;
  background-color: #fff;
  margin: 0 auto;
  /*overflow-x: hidden*/
}

.hide {
  transform: translateY(-100%);
}

#header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  z-index: 100;
  transition: 0.4s;
}

#header ul {
  width: 1050px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#header ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#header ul li.nav_01 {
  width: 219px;
  height: 80px
}

#header ul li.nav_01 a {
  background-image: url(../img/common/header_nav_01.png)
}

#header ul li.nav_01 a:hover {
  opacity: 0.5;
}

#header ul li.nav_02 {
  width: 108px;
  height: 40px;
}

#header ul li.nav_02 a {
  background-image: url(../img/common/header_nav_02.png)
}

#header ul li.nav_02 a:hover {
  background-image: url(../img/common/header_nav_02on.png)
}

#header ul li.nav_03 {
  width: 114px;
  height: 40px
}

#header ul li.nav_03 a {
  background-image: url(../img/common/header_nav_03.png)
}

#header ul li.nav_03 a:hover {
  background-image: url(../img/common/header_nav_03on.png)
}

#header ul li.nav_04 {
  width: 189px;
  height: 40px
}

#header ul li.nav_04 a {
  background-image: url(../img/common/header_nav_04.png)
}

#header ul li.nav_04 a:hover {
  background-image: url(../img/common/header_nav_04on.png)
}

#header ul li.nav_05 {
  width: 133px;
  height: 40px
}

#header ul li.nav_05 a {
  background-image: url(../img/common/header_nav_05.png)
}

#header ul li.nav_05 a:hover {
  background-image: url(../img/common/header_nav_05on.png)
}

#header ul li.nav_06 {
  width: 130px;
  height: 40px;
}

#header ul li.nav_06 a {
  background-image: url(../img/common/header_nav_06.png)
}

#header ul li.nav_06 a:hover {
  background-image: url(../img/common/header_nav_06on.png)
}

#header ul li.nav_06cs {
  width: 130px;
  height: 40px;
  background-image: url(../img/common/header_nav_06.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0.3;
  font-size: 0;
}

#header ul li.nav_07 {
  width: 157px;
  height: 40px
}

#header ul li.nav_07 a {
  background-image: url(../img/common/header_nav_07.png)
}

#header ul li.nav_07 a:hover {
  background-image: url(../img/common/header_nav_07on.png)
}

/*TOP*/
#keyvisual {
  position: relative;
  height: 100%;
  max-width: 1920px;
  max-height: 1358px;
  min-width: 1200px;
  background-image: url(../img/top/jumbo_chr.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
  overflow: hidden;
}

#keyvisual:before {
  content:"";
  display: block;
  padding-top: 70.73%; /* 高さと幅の比を固定。1358/1920*100=70.73 */
}


#keyvisual .inner {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 1;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

/*
#keyvisual .inner {
  position: absolute;
  width: 50%;
  min-width: 770px;
  left: 50%;
  top: 50%;
  margin-top: -15%;
  margin-left: -7%;
  z-index: 1;
}
*/

#keyvisual .copy {
  position: absolute;
  width: 256px;
  height: 763px;
  background-image: url(../img/top/jumbo_copy.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 1.5%;
  right: 1.5%;
  font-size: 0;
}

#keyvisual .inner h1 {
  position: relative;
  width: 770px;
  height: 230px;
  margin: 10px auto 0;
  background-image: url(../img/top/jumbo_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#keyvisual .inner .date {
  position: relative;
  width: 698px;
  height: 62px;
  margin: 0 auto 10px;
  background-image: url(../img/top/jumbo_date.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2;
}

#keyvisual .inner .nos {
  position: relative;
  width: 295px;
  height: 60px;
  margin: 0 auto 10px;
  background-image: url(../img/top/jumbo_nos.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 2;
}

#keyvisual .inner .copy2 {
  position: relative;
  width: 834px;
  height: 83px;
  margin: 0 auto 10px;
  background-image: url(../img/top/jumbo_copy2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#keyvisual .inner ul .link_bt01 {
  display: block;
  position: relative;
  width: 843px;
  height: 34px;
  margin: 0 auto;
  background-image: url(../img/top/link_bt.png);
  background-size: 843px 136px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}

#keyvisual .inner ul .link_bt02 {
  display: block;
  position: relative;
  width: 843px;
  height: 34px;
  margin: 0 auto;
  background-image: url(../img/top/link_bt.png);
  background-size: 843px 136px;
  background-position: 50% -34px;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}

#keyvisual .inner ul .link_bt03 {
  display: block;
  position: relative;
  width: 843px;
  height: 34px;
  margin: 0 auto;
  background-image: url(../img/top/link_bt.png);
  background-size: 843px 136px;
  background-position: 50% -68px;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}

#keyvisual .inner ul .link_bt04 {
  display: block;
  position: relative;
  width: 843px;
  height: 34px;
  margin: 0 auto;
  background-image: url(../img/top/link_bt.png);
  background-size: 843px 136px;
  background-position: 50% -102px;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}


#keyvisual .inner ul a {
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#keyvisual .inner ul a:hover {
  background-image: url(../img/top/link_bt_on.png);
}

#keyvisual .chr {
  position: absolute;
  width: 55%;
  height: 100%;
  left: 0;
  top: 0;
  margin-left: 0;
  background-image: url(../img/top/jumbo_chr.jpg);
  background-size: cover;
  background-position: 40% 0;
  background-repeat: no-repeat;
}

/*
@media screen and (max-width: 1800px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    margin-top: -16%;
  }
  #keyvisual .copy_box {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    top: 97px;
    left: 35px;
  }
  #news {
    margin-top: 0;
  }
}

@media screen and (max-width: 1600px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.90);
    margin-top: -17%;
  }
  #news {
    margin-top: 0;
  }
}

@media screen and (max-width: 1450px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.85);
    margin-top: -20%;
  }
  #news {
    margin-top: 0;
  }
}

@media screen and (max-width: 1340px) {
  #keyvisual .inner {
    -webkit-transform: scale(0.80);
    margin-top: -22%;
  }
}
*/

@media screen and (max-width: 1250px) {
  #keyvisual .copy {
    -webkit-transform: scale(0.9);
  }
}


/*バナー*/
#banners {
  width: 100%;
  /*background-color: #ffb2e5;*/
  background-color: #fff;
  padding: 30px 0;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

#banners .inner {
    width: 1000px;
    margin: 0 auto;

}

#banners .inner ul {
    width: 1000px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

#banners .inner li a {
    display: block;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

#banners .inner li a:hover {
    opacity: 0.5;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

#banners .inner li a img {
  border-radius: 10px;
  outline: 2px solid #4d364d;
  outline-offset: -2px;
}


/*イントロダクション*/
#intro {
  position: relative;
  width: 100%;
  padding: 60px 0 120px;
  margin: 0 auto;
}

#intro .header {
  position: relative;
  padding-top: 50px;
  z-index: 5;
}

#intro .header h2 {
  position: relative;
  width: 205px;
  height: 86px;
  margin: 0 auto;
}

#intro .header h2 .en {
  display: block;
  position: relative;
  width: 205px;
  height: 54px;
  margin: 0 auto;
  background-image: url(../img/intro/intro_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#intro .header h2 .bk {
  display: block;
  position: absolute;
  width: 196px;
  height: 27px;
  bottom: 0;
  left: 50%;
  margin-left: -98px;
  background-image: url(../img/intro/intro_h2_bk.png);
  background-size: 196px 27px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#intro .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  z-index: 5;
}

#intro .inner .text {
  display: block;
  width: 1000px;
  /*color: #4d364d;*/
  color: #fff;
  font-size: 22px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
  line-height: 33px;
  /*text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;*/
  text-shadow: 2px 0 2px #4d364d, 0 2px 2px #4d364d, -2px 0 2px #4d364d, 0 -2px 2px #4d364d;
}

#intro .inner .text span {
  color: #e65cb8;
  font-weight: bold;
}

#intro .inner .text_01 {
  height: 35px;
  background-image: url(../img/intro/intro_text1.png);
  background-size: 1000px 105px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin-top: 40px;
}

#intro .inner .text_02 {
  height: 35px;
  background-image: url(../img/intro/intro_text1.png);
  background-size: 1000px 105px;
  background-position: 0 -35px;
  background-repeat: no-repeat;
  font-size: 0;
  margin-top: 5px;
}

#intro .inner .text_03 {
  height: 35px;
  background-image: url(../img/intro/intro_text1.png);
  background-size: 1000px 105px;
  background-position: 0 -70px;
  background-repeat: no-repeat;
  font-size: 0;
  margin-top: 5px;
}

#intro .inner .text_04 {
  margin-top: 40px;
  text-align: center;
}

#intro .inner .text_05 {
  text-align: center;
}

#intro .inner .text_06 {
  text-align: center;
}

#intro .inner .text_07 {
  margin-top: 20px;
  text-align: center;
}

#intro .inner .text_08 {
  width: 850px;
  margin: 20px auto 0;
}

#intro .inner .text_09 {
  width: 850px;
  margin: 0 auto;
}

#intro .inner .text_10 {
  width: 850px;
  margin: 0 auto;
}

#intro .inner .text_11 {
  width: 850px;
  margin: 0 auto;
}

#intro .inner .text_12 {
  text-align: center;
}

#intro .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 1;
}

#intro .bg ul{
}

#intro .bg li{
  position: relative;
  width: calc(100% / 4);
  height: 100%;
  margin: 0 auto;
  float: left;
  list-style:none;
  /*border-right: 1px solid #000;
  border-left: 1px solid #000;*/
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

#intro .bg li.bg1{
  background-image: url(../img/intro/intro_bg1.jpg);
}

#intro .bg li.bg2{
  background-image: url(../img/intro/intro_bg2.jpg);
}

#intro .bg li.bg3{
  background-image: url(../img/intro/intro_bg3.jpg);
}

#intro .bg li.bg4{
  background-image: url(../img/intro/intro_bg4.jpg);
}


/*収録作品一覧*/
#list {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}


#list .header {
  padding-top: 50px;
  padding-bottom: 40px;
}

#list .header h2 {
  position: relative;
  width: 304px;
  height: 86px;
  margin: 0 auto;
}

#list .header h2 .en {
  display: block;
  position: relative;
  width: 304px;
  height: 54px;
  margin: 0 auto;
  background-image: url(../img/list/list_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#list .header h2 .bk {
  display: block;
  position: absolute;
  width: 183px;
  height: 27px;
  bottom: 0;
  left: 50%;
  margin-left: -92px;
  background-image: url(../img/list/list_h2_bk.png);
  background-size: 183px 27px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}


#list .inner {
  width: 100%;
  margin: 0 auto;
}

#list .inner a {
  position: absolute;
  display:inline-block;
  -webkit-transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  left: 50%;
  margin-left: -500px;
}

#list .inner a:hover {
  opacity: 0.5;
}

#list .inner .img_box {
  width: 1000px;
  height: 300px;
  padding-left: 40px;
  color: #fff;
  border-radius: 10px;
  margin: 0 auto;
}

#list .inner .img_box .img {
  float: left;
}

#list .inner .img_box .logo {
  width: 455px;
  height: 170px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  padding-left: 20px;
  float: left;
}

#list .inner .img_box .cast {
  padding-left: 20px;
  line-height: 23px;
  float: left;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#list .inner .text_box {
  clear:both;
  margin: 320px auto 0;
}

#list .inner .text_box p {
  width: 880px;
  margin: 0 auto;
  font-size: 0;
}


#list .inner #list1 {
  /*padding-top: 60px;*/
  padding-bottom: 50px;
  margin: 0 auto;
  background-attachment: fixed;
  background-image: url(../img/list/list1_bg.jpg);
  background-size: cover;
}

#list .inner #list1 .img_box{
  background-color: #0d1633;
}

#list .inner #list1 .logo{
  background-image: url(../img/list/list1_logo.png);
}

#list .inner #list1 p.text1{
  height: 160px;
  background-image: url(../img/list/list1_text1.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list1 p.text2{
  height: 160px;
  background-image: url(../img/list/list1_text2.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list1 p.text3{
  height: 220px;
  background-image: url(../img/list/list1_text3.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list1 p.text4{
  height: 160px;
  background-image: url(../img/list/list1_text4.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}


#list .inner #list2 {
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-attachment: fixed;
  background-image: url(../img/list/list2_bg.jpg);
  background-size: cover;
}

#list .inner #list2 .img_box{
  background-color: #2b1d41;
}

#list .inner #list2 .logo{
  background-image: url(../img/list/list2_logo.png);
}

#list .inner #list2 p.text1{
  height: 160px;
  background-image: url(../img/list/list2_text1.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list2 p.text2{
  height: 160px;
  background-image: url(../img/list/list2_text2.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list2 p.text3{
  height: 180px;
  background-image: url(../img/list/list2_text3.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list2 p.text4{
  height: 160px;
  background-image: url(../img/list/list2_text4.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}


#list .inner #list3 {
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-attachment: fixed;
  background-image: url(../img/list/list3_bg.jpg);
  background-size: cover;
}

#list .inner #list3 .img_box{
  background-color: #401024;
}

#list .inner #list3 .logo{
  background-image: url(../img/list/list3_logo.png);
}

#list .inner #list3 p.text1{
  height: 160px;
  background-image: url(../img/list/list3_text1.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list3 p.text2{
  height: 160px;
  background-image: url(../img/list/list3_text2.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list3 p.text3{
  height: 220px;
  background-image: url(../img/list/list3_text3.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list3 p.text4{
  height: 160px;
  background-image: url(../img/list/list3_text4.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}


#list .inner #list4 {
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0 auto;
  background-attachment: fixed;
  background-image: url(../img/list/list4_bg.jpg);
  background-size: cover;
}

#list .inner #list4 .img_box{
  background-color: #ffb2e5;
  color: #4d364d;
}

#list .inner #list4 .logo{
  width: 600px;
  height: 185px;
  background-image: url(../img/list/list4_logo.png);
}

#list .inner #list4 p.text1{
  height: 160px;
  background-image: url(../img/list/list4_text1.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list4 p.text2{
  height: 160px;
  background-image: url(../img/list/list4_text2.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list4 p.text3{
  height: 160px;
  background-image: url(../img/list/list4_text3.png),url(../img/list/icon_a.png);
  background-position: left center,right center;
  background-repeat: no-repeat,no-repeat;
}

#list .inner #list4 p.text4{
  height: 160px;
  background-image: url(../img/list/list4_text4.png),url(../img/list/icon_o.png);
  background-position: left 30px center,right center;
  background-repeat: no-repeat,no-repeat;
}

/*プロダクト*/
#product {
  position: relative;
  width: 100%;
  background-image: url(../img/product/product_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  z-index: 3;
}

#product .header {
  padding-top: 50px;
  padding-bottom: 40px;
}

#product .header h2 {
  position: relative;
  width: 204px;
  height: 86px;
  margin: 0 auto;
}

#product .header h2 .en {
  display: block;
  position: relative;
  width: 205px;
  height: 54px;
  margin: 0 auto;
  background-image: url(../img/product/product_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#product .header h2 .bk {
  display: block;
  position: absolute;
  width: 128px;
  height: 27px;
  bottom: 0;
  left: 50%;
  margin-left: -64px;
  background-image: url(../img/product/product_h2_bk.png);
  background-size: 128px 27px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#product .image {
  display: block;
  width: 750px;
  height: 530px;
  background-image: url(../img/product/package.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0 auto;
}

#product .inner {
  width: 980px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}

#product .inner .product_group {
  width: 480px;
  z-index: 10;
}

#product .inner .spec_group {
  width: 480px;
  z-index: 10;
}

#product .inner dl {
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#product .inner dt {
  display: inline-block;
  position: relative;
  width: 120px;
  height: 22px;
  margin: 0 10px 0 0;
  padding-top: 8px;
  background-color: #f26dc6;
  border-radius: 15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

#product .inner dl dd {
  color: #4d364d;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
  text-shadow: 2px 0 2px #fff, 0 2px 2px #fff, -2px 0 2px #fff, 0 -2px 2px #fff;
}


#product .inner .product_group .tips .strong {
  color: #ff668c;
}

#product .inner .product_group dd {
  width: 350px;
}

#product .inner .spec_group dd {
  width: 350px;
}

#product .inner .image {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 530px;
  height: 750px;
  border-radius: 5px;
  background-image: url(../img/product/package.jpg);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0
}

/*フッター*/
#footer {
  width: 100%;
  min-width: 1200px;
  font-family: 'Mandali','Kosugi Maru', sans-serif,'Zen Maru Gothic', serif;
}


#footer .inner{
  width: 100%;
  padding: 50px 0 60px;
  background-color: #4d364d;
}

#footer .page_top {
  display: block;
  position: relative;
  width: 82px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../img/common/footer_pagetop_text.png);
  background-size: 81px 12px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#footer .page_top::after {
  display: block;
  position: absolute;
  width: 82px;
  height: 37px;
  left: 0;
  top: 4px;
  background-image: url(../img/common/footer_pagetop_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  content: "";
}

#footer .page_top:hover {
  background-image: url(../img/common/footer_pagetop_text_on.png);
  /*opacity: 0.5;*/
}

#footer .page_top:hover::after {
  background-image: url(../img/common/footer_pagetop_icon_on.png);
  top: 0px;
}

#footer .inner ul {
  width: 240px;
  height: 60px;
  margin: 40px auto 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center
}

#footer .mtb {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(../img/common/footer_mtb.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}

#footer .mtb:hover {
  background-color: #f26dc6;
  background-image: url(../img/common/footer_mtb_on.png);
}

#footer .mtb-x {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(../img/common/footer_x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}

#footer .mtb-x:hover {
  background-color: #f26dc6;
  background-image: url(../img/common/footer_x_on.png);
}

#footer .mtb-yt {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #fff;
  background-image: url(../img/common/footer_yt.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease background-color;
  transition: 0.2s ease background-color;
}

#footer .mtb-yt:hover {
  background-color: #f26dc6;
  background-image: url(../img/common/footer_yt_on.png);
}

#footer .copyright {
  width: 100%;
  height: 14px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #fff;
  text-align: center;
}


#page_top {
  position: fixed;
  width: 100px;
  height: 100px;
  right: 1%;
  bottom: -100px;
  background-color: #4d364d;
  border-radius: 50px;
  z-index: 50;
}

#page_top .page_top {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom : 15px;
  margin:  auto;
  width: 82px;
  height: 60px;
  background-image: url(../img/common/footer_pagetop_text.png);
  background-size: 81px 12px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#page_top .page_top::after {
  display: block;
  position: absolute;
  width: 82px;
  height: 37px;
  left: 0;
  top: 4px;
  background-image: url(../img/common/footer_pagetop_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  content: "";
}

#page_top .page_top:hover {
  background-image: url(../img/common/footer_pagetop_text_on.png);
  /*opacity: 0.5;*/
}

#page_top .page_top:hover::after {
  background-image: url(../img/common/footer_pagetop_icon_on.png);
  top: 0px;
}
