@charset "UTF-8";
/* common */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 10px;
  -webkit-text-size-adjust: 100%;
  overflow-x: auto;
}

body {
  width: 100%;
  height: 100%;
  color: #000000;
  font-family:'游ゴシック', 'Yu Gothic',YuGothic,'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,Verdana,sans-serif;
  font-size: 2rem;
  background: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    padding-top: 16vw;
  }
}

.mincho {
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝','Yu Mincho','MS PMincho',serif ;
}

a {
  color: #230c05;
  text-decoration: none;
  transition: 0.3s;
}
a:hover,
a *:hover {
  opacity: 0.7;
  transition: 0.3s;
}

*:focus {
	outline:0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix::after{
  content: "";
  display: block;
  clear: both;
}

/* display */
.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  br.u-sp {
    display: inline;
  }
}
sub {
  vertical-align: sub;
  font-size: 60%;
}


/* h2 */
h2 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #52206A;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 9.6vw;
  }
}

/* button */
.link_button {
  display: inline-block;
  width: auto;
  min-width: 340px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #E72410;
  text-align: center;
  background: #fff;
  border: 1px solid #E72410;
  border-radius: 30px;
  padding: 22px 80px 0 80px;
  margin-top: 23px;
  box-shadow: 0 3px 0 0 #E72410;
}
@media screen and (max-width: 768px) {
  .link_button {
    position: relative;
    display: block;
    min-width: 78.667vw;
    height: 14.667vw;
    font-size: 4.266vw;
    border: 1px solid #E72410;
    border-radius: 7.3335vw;
    padding: 5vw 0 0 0;
    margin: 8vw auto 0 auto;
    box-shadow: 0 3px 0 0 #E72410;
  }
  .item_area .link_button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 14.667vw;
    /*border: 1px solid #E72410;*/
    border-radius: 7.3335vw;
    box-shadow: 0 3px 2vw .5vw rgba(0, 0, 0, 0.2);
  }
}

/* container */
.container {
  min-width: 1400px;
}
@media screen and (max-width: 768px) {
  .container {
    min-width: auto;
    width: 100%;
    overflow: hidden;
  }
}

/* inner */
.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    overflow: hidden;
  }
}

/* header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1003;
}
header .inner {
  position: relative;
  height: 80px;
  padding-top: 19px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header .inner {
    height: 16vw;
    padding: 3.2vw 14.133vw 0 3.2vw;
    z-index: 2;
  }
}
.header_logo,
.header_title,
.header_menu{
  float: left;
}
.header_logo {
  display: block;
  width: 51px;
}
@media screen and (max-width: 768px) {
  .header_logo {
    width: 9.6vw;
  }
}
.header_title {
  width: 188px;
  margin: 10px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .header_title {
    width: 30.667vw;
    margin: 2.667vw 0 0 1.6vw;
  }
}
.header_menu {
  position: absolute;
  top: 33px;
  left: 50%;
  margin-left: -214px;
}
.header_menu li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
.header_menu li:not(:last-of-type)::after {
  content: "/";
  margin: 0 10px 0 11px;
}
.header_sns {
  float: right;
  margin-top: 5px;
}
.header_sns li {
  display: inline-block;
  width: 30px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .header_sns {
    margin-top: .533vw;
  }
  .header_sns li {
    width: 8vw;
    margin-left: 2.133vw;
  }
}
#sp_menu_switch,
.sp_menu_button {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_menu_outer {
    display: block;
    position: absolute;
    top: 5.067vw;
    right: 4.267vw;
    width: 5.866vw;
    height: 5.6vw;
  }
  #sp_menu_switch {
    display: none;
  }
  .sp_menu_button {
    position: relative;
    display: block;
    width: 100%;
    height: 5.6vw;
  }
  .sp_menu_button span,
  .sp_menu_button::before,
  .sp_menu_button::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background: #52206A;
    transition: all .2s;
    z-index: 3;
  }
  #sp_menu_switch:not(:checked) ~ .sp_menu_button span {
    top: 50%;
    margin-top: -1.5px;
    transition: none;
  }
  #sp_menu_switch:not(:checked) ~ .sp_menu_button::before {
    top: 0;
  }
  #sp_menu_switch:not(:checked) ~ .sp_menu_button::after {
    bottom: 0;
  }
  #sp_menu_switch:checked ~ .sp_menu_button span {
    position: fixed;
    top: 16vw;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    transition: none;
    z-index: 0;
  }
  #sp_menu_switch:checked ~ .sp_menu_button::before,
  #sp_menu_switch:checked ~ .sp_menu_button::after {
    width: 116%;
    top: 51%;
    left: -.5vw;
    margin-top: -.4vw;
    transform: rotate(45deg);
  }
  #sp_menu_switch:checked ~ .sp_menu_button::after {
    transform: rotate(-45deg);
  }
  .header_menu {
    float: none;
    width: 100%;
    margin: 0;
    position: fixed;
    top: 16vw;
    left: 0;
    transition: all .5s;
    z-index: 1;
    background: #8D52AA;
    z-index: 1
  }
  #sp_menu_switch:not(:checked) ~ .header_menu {
    top: -60vw;
  }
  .header_menu li {
    display: block;
    width: 100%;
    font-size: 3.733vw;
    font-weight: normal;
    line-height: 12.5vw;
    text-align: center;
  }
  .header_menu li:not(:last-of-type) {
    border-bottom: 1px solid #fff;
  }
  .header_menu li:not(:last-of-type)::after {
    display: none;
  }
  .header_menu li a {
    display: block;
    width: 100%;
    padding-top: .833vw;
    color: #fff;
  }
}

.kv {
  height: 42.3vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 144vw;
  }
}

/* slick */
.slick-slide img.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .slick-slide img.u-pc {
    display: none;
  }
  .slick-slide img.u-sp {
    display: block;
  }
}

/* bnr_area */

.bnr_area {
  padding: 3vw 0;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .bnr_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .bnr_area {
    padding: 5vw;
  }
}

.bnr_item {
  display: block;
}
@media screen and (min-width: 769px) {
  .bnr_item {
    width: calc(50% - 15px);
  }
  .bnr_item:first-of-type {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bnr_item:first-of-type {
    margin-bottom: 15px;
  }
}

/* lineup */
#lineup {
  position: relative;
}
#lineup .lineup_header {
  position: relative;
  background: url(../img/lineup_bg.png) no-repeat;
  background-size: cover;
/*  z-index: 2;*/
}
@media screen and (max-width: 768px) {
  #lineup .lineup_header {
    background: none;
  }
}
#lineup .copy_area {
  position: absolute;
  top: 8%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  z-index: 1;
}
#lineup .copy_area h2 {
  font-size: 48px;
}
#lineup .copy_area h2 > span {
  display: block;
  font-size: 24px;
}
#lineup .copy_area h2 > span > span{
  font-size: 18px;
}
#lineup .copy_area .copy_01 {
  font-size: 18px;
  margin-top: 23px;
  line-height: 1.4;
}
#lineup .copy_area .copy_01 span.big {
  font-size: 32px;
  font-weight: bold;
  color: #AF8D00;
}
#lineup .copy_area .copy_02 {
  font-size: 12px;
	line-height: 1.4;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #lineup .copy_area {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 13.5vw;
  }
  #lineup .copy_area h2 {
    font-size: 11vw;
  }
  #lineup .copy_area h2 > span {
    display: block;
    font-size: 5.5vw;
  }
  #lineup .copy_area h2 > span > span{
    font-size: 5vw;
  }
  #lineup .copy_area .copy_01 {
    font-size: 4vw;
    margin-top: 8vw;
    line-height: 1.6;
  }
  #lineup .copy_area .copy_01 span.big {
    font-size: 8vw;
  }
  #lineup .copy_area .copy_02 {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
#lineup .lineup_area {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}
#lineup .lineup_box {
  position: relative;
  width: 20%;
  height: 730px;
}
#lineup .lineup_box .item {
	position: relative;
  width: 280px;
  margin: 490px auto 0;
}
#lineup .lineup_box a {
	position: relative;
	display: block;
}
#lineup .lineup_box a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.35);
}
#lineup .lineup_box.lineup_box_01 a::before {
	width: 210px;
  height: 150px;
}
#lineup .lineup_box.lineup_box_02 a::before {
	width: 199px;
  height: 150px;
}
#lineup .lineup_box.lineup_box_03 a::before {
	width: 169px;
  height: 171px
}
#lineup .lineup_box.lineup_box_04 a::before {
	width: 201px;
	height: 171px;
}
#lineup .lineup_box.lineup_box_05 a::before {
	width: 223px;
  height: 128px;
}
#lineup .lineup_box_01 {
  background: #eee5f2;
}
#lineup .lineup_box_02 {
  background: #fee0e6;
}
#lineup .lineup_box_03 {
  background: #fff9d9;
}
#lineup .lineup_box_04 {
  background: #d8e3ff;
}
#lineup .lineup_box_05 {
  background: #ffe0bd;
}
#lineup .lineup_box_01 .number,
#lineup .lineup_box_02 .number,
#lineup .lineup_box_03 .number,
#lineup .lineup_box_04 .number,
#lineup .lineup_box_05 .number {
	position: absolute;
  top: 321px;
  right: 9px;
}
#lineup .lineup_box_01 .number {
  width: 116px;
}
#lineup .lineup_box_02 .number {
  width: 132px;
}
#lineup .lineup_box_03 .number {
  width: 132px;
}
#lineup .lineup_box_04 .number {
  width: 137px;
}
#lineup .lineup_box_05 .number {
  width: 132px;
}
@media screen and (max-width: 768px) {
  #lineup .lineup_area {
    position: relative;
    width: 100%;
    display: block;
  }
  #lineup .lineup_box {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 5.333vw 26vw 5.333vw;
    z-index: 1;
  }
	#lineup .lineup_box.lineup_box_01 a::before {
		width: 73.5vw;
		height: 51.5vw;
	}
	#lineup .lineup_box.lineup_box_02 a::before {
		width: 69.8vw;
		height: 51.8vw;
	}
	#lineup .lineup_box.lineup_box_03 a::before {
		width: 58.5vw;
    height: 59vw;
	}
	#lineup .lineup_box.lineup_box_04 a::before {
		width: 70vw;
    height: 58.5vw;
	}
	#lineup .lineup_box.lineup_box_05 a::before {
		width: 78vw;
    height: 44.5vw;
	}
  #lineup .lineup_box_01 {
    margin-top: 30vw;
  }
  #lineup .lineup_box_05 {
    padding-bottom: 9vw;
  }
  #lineup .lineup_box::before,
  #lineup .lineup_box.lineup_box_05::after {
    position: absolute;
    top: -8vw;
    left: 50%;
    margin-left: -65%;
    content: "";
    display: block;
    width: 130%;
    height: 17vw;
  }
  #lineup .lineup_box.lineup_box_01::before {
    background: #eee5f2;
    transform: rotate(9deg);
  }
  #lineup .lineup_box.lineup_box_02::before {
    background: #fee0e6;
    transform: rotate(-9deg);
  }
  #lineup .lineup_box.lineup_box_03::before {
    background: #fff9d9;
    transform: rotate(9deg);
  }
  #lineup .lineup_box.lineup_box_04::before {
    background: #d8e3ff;
    transform: rotate(-9deg);
  }
	#lineup .lineup_box.lineup_box_05::before {
    background: #ffe0bd;
    transform: rotate(9deg);
  }
  #lineup .lineup_box.lineup_box_05::after {
    background: #ffe0bd;
    transform: rotate(9deg);
    top:auto;
    bottom: -8vw;
    z-index: -1;
  }
  #lineup .lineup_box_01 .number,
  #lineup .lineup_box_02 .number,
  #lineup .lineup_box_03 .number,
  #lineup .lineup_box_04 .number,
	#lineup .lineup_box_05 .number {
    position: relative;
    top: auto;
    right: auto;
    margin-top: -2.5vw;
  }
  #lineup .lineup_box_01 .number {
    width: 30.667vw;
  }
  #lineup .lineup_box_02 .number {
    width: 34.933vw;
    margin-left: auto;
  }
  #lineup .lineup_box_03 .number {
    width: 34.933vw;
  }
  #lineup .lineup_box_04 .number {
    width: 36.266vw;
    margin-left: auto;
  }
	#lineup .lineup_box_05 .number {
    width: 36.266vw;
  }
  #lineup .lineup_box .item {
		width: 98vw;
    margin: -6.5vw auto 0 -4.333vw;
  }
}

/* lineup item_area */
#lineup .item_area {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  background: #fff;
  z-index: 0;
}
#lineup .item_area::before {
  content: "";
  display: block;
  width: 150%;
  height: 725px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -75%;
  transform: rotate(-9deg);
}
#lineup .item_area.item_01::before {
  height: 425px;
  top: 88px;
}
#lineup .item_area.item_02::before {
  top: -277px;
  transform: rotate(9deg);
}
#lineup .item_area.item_03::before {
  top: -306px;
}
#lineup .item_area.item_04::before {
  top: -268px;
  transform: rotate(9deg);
}
#lineup .item_area.item_05::before {
  top: -306px;
}
#lineup .item_area.item_01 {
  background: url(../img/lineup_item_01_bg.jpg) no-repeat;
  background-size: 2400px 2000px;
  background-position: center 320px;
}
#lineup .item_area.item_02 {
  background: #CC0C35;
}
#lineup .item_area.item_03 {
  background: #C6B13C;
}
#lineup .item_area.item_04 {
  background: #0B2463;
}
#lineup .item_area.item_05 {
  background: #FF8900;
}
@media screen and (max-width: 768px) {
  #lineup .item_area .inner {
    padding: 0 8vw 5vw 8vw;
  }
  #lineup .item_area {
    padding: 0 0 22.667vw 0;
    margin-top: 7.467vw;
  }
  #lineup .item_area.item_01 {
    margin-top: 21.333vw;
    padding-bottom: 13.667vw;
  }
  #lineup .item_area.item_02 {
    margin-top: 15.867vw;
  }
  #lineup .item_area.item_01::before {
    height: 200vw;
    top: -12.5vw;
  }
  #lineup .item_area.item_02::before {
    height: 203vw;
    top: -9vw;
  }
  #lineup .item_area.item_03::before {
    height: 186vw;
    top: -9vw;
  }
  #lineup .item_area.item_04::before {
    height: 198vw;
    top: -9vw;
  }
	#lineup .item_area.item_05::before {
    height: 186vw;
    top: -9vw;
  }
  #lineup .item_area.item_02::after,
  #lineup .item_area.item_03::after,
  #lineup .item_area.item_04::after,
	#lineup .item_area.item_05::after {
    position: absolute;
    bottom: -9vw;
    left: 50%;
    margin-left: -75%;
    content: "";
    display: block;
    width: 150%;
    height: 17vw;
    background: #fff;
    transform: rotate(9deg);
    z-index: 1;
  }
  #lineup .item_area.item_03::after,
	#lineup .item_area.item_05::after {
    transform: rotate(-9deg);
  }
  #lineup .item_area.item_01 {
    background: url(../img/lineup_item_01_bg_sp.jpg) no-repeat;
    background-size: 100vw auto;
    background-position: center bottom;
  }
  #lineup .item_area.item_02 {
    background: #CC0C35;
  }
  #lineup .item_area.item_03 {
    background: #AF8D00;
  }
  #lineup .item_area.item_04 {
    background: #0B2463;
  }
	#lineup .item_area.item_05 {
    background: #FF8900;
  }
}
#lineup .item_area .item_number {
  position: absolute;
  top: 0;
  left: 16px;
  width: 142px;
}
#lineup .item_area.item_01 .item_number {
  left: 0;
  width: 112px;
}
#lineup .item_area.item_03 .item_number {
  left: auto;
  right: 16px;
}
#lineup .item_area.item_04 .item_number {
  width: 148px;
}
#lineup .item_area.item_05 .item_number {
  left: auto;
  right: 16px;
}
@media screen and (max-width: 768px) {
  #lineup .item_area .item_number {
    position: relative;
    top: auto;
    left: auto;
    width: 22.667vw;
    margin: 0 auto;
  }
  #lineup .item_area.item_01 .item_number {
    left: auto;
    width: 20vw;
  }
  #lineup .item_area.item_03 .item_number {
    left: auto;
    right: auto;
  }
  #lineup .item_area.item_04 .item_number {
    width: 23.467vw;
  }
	#lineup .item_area.item_05 .item_number {
    left: auto;
    right: auto;
  }
}
#lineup .item_area.item_02 .item_package_box,
#lineup .item_area.item_04 .item_package_box {
  padding-left: 50%;
}
#lineup .item_area.item_01 .item_title_box {
  padding-left: 164px;
}
@media screen and (max-width: 768px) {
  #lineup .item_area.item_02 .item_package_box,
  #lineup .item_area.item_04 .item_package_box,
  #lineup .item_area.item_01 .item_title_box {
    padding-left: 0;
  }
}
#lineup .item_area .item_title_box .copy {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
	line-height: 1.3;
  color: #fff;
  padding: 7px 35px 6px 35px;
}
#lineup .item_area.item_01 .item_title_box .copy {
  font-size: 30px;
  padding: 8px 12px 6px 12px;
  background: #8D52AA;
}
#lineup .item_area.item_01 .item_title_box .copy .fsmall {
  font-size: 15px;
}
#lineup .item_area.item_02 .item_title_box .copy {
  background: #CC0C35;
}
#lineup .item_area.item_03 .item_title_box .copy {
	background: #C6B13C;
}
#lineup .item_area.item_04 .item_title_box .copy {
  background: #0B2463;
}
#lineup .item_area.item_05 .item_title_box .copy {
  background: #FF8900;
}
#lineup .item_area .item_title_box h3 {
  font-size: 54px;
  font-weight: bold;
  margin-top: 19px;
}
#lineup .item_area.item_01 .item_title_box h3 {
  font-size: 75px;
  color: #8D52AA;
  margin-top: 23px;
}
#lineup .item_area.item_02 .item_title_box h3 {
  color: #CC0C35;
}
#lineup .item_area.item_03 .item_title_box h3 {
  color: #C6B13C;
}
#lineup .item_area.item_04 .item_title_box h3 {
  color: #0B2463;
}
#lineup .item_area.item_05 .item_title_box h3 {
  color: #FF8900;
}
@media screen and (max-width: 768px) {
  #lineup .item_area .item_title_box .copy,
  #lineup .item_area.item_01 .item_title_box .copy {
    display: block;
    font-size: 4.8vw;
    text-align: center;
    padding: 3vw 0 2.5vw 0;
    margin-top: 5.067vw;
  }
  #lineup .item_area.item_01 .item_title_box .copy {
    font-size: 5.867vw;
  }
	#lineup .item_area.item_01 .item_title_box .copy .fsmall {
    font-size: 3vw;
  }
  #lineup .item_area .item_title_box h3 {
    font-size: 11.467vw;
    line-height: 1.2;
    text-align: center;
    margin: 4vw -8vw 0 -8vw;
  }
  #lineup .item_area.item_01 .item_title_box h3 {
    font-size: 17.333vw;
    margin-top: 4vw;
  }
}
#lineup .item_area .item_package_img {
	position: relative;
	display: block;
	width: 530px;
  margin-top: 7px;
}
#lineup .item_area .item_package_img::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: block;
	box-shadow: 0 0 8px 3px rgb(0 0 0 / 35%);
}
#lineup .item_area .item_package_img img {
	position: relative;
	width: 100%;
}
@media screen and (min-width: 769px) {
	#lineup .item_area.item_01 .item_package_img {
		margin-top: 20px;
		margin-left: -50px;
	}
	#lineup .item_area.item_02 .item_package_img {
		margin-left: -75px;
	}
	#lineup .item_area.item_03 .item_package_img {
		margin-left: -104px;
	}
	#lineup .item_area.item_04 .item_package_img {
		margin-left: -74px;
	}
	#lineup .item_area.item_05 .item_package_img {
		margin-left: -50px;
	}
	#lineup .item_area.item_01 .item_package_img::before {
		width: 396px;
    height: 278px;
	}
	#lineup .item_area.item_02 .item_package_img::before {
		width: 374px;
    height: 280px;
	}
	#lineup .item_area.item_03 .item_package_img::before {
		width: 319px;
    height: 316px;
	}
	#lineup .item_area.item_04 .item_package_img::before {
		width: 378px;
    height: 320px;
	}
	#lineup .item_area.item_05 .item_package_img::before {
		width: 422px;
    height: 243px;
	}
}
@media screen and (max-width: 768px) {
  #lineup .item_area .item_package_img {
		width: 108vw;
    margin-top: 7vw;
		margin-left: -12vw;
  }
	#lineup .item_area.item_01 .item_package_img::before {
		width: 80.5vw;
    height: 57;
	}
	#lineup .item_area.item_02 .item_package_img::before {
		width: 76.8vw;
    height: 56vw;
	}
	#lineup .item_area.item_03 .item_package_img::before {
		width: 65vw;
    height: 65vw;
	}
	#lineup .item_area.item_04 .item_package_img::before {
		width: 77vw;
    height: 64vw;
	}
	#lineup .item_area.item_05 .item_package_img::before {
		width: 86vw;
    height: 49.5vw;
	}
}
#lineup .item_area.item_01 .item_chopsticks {
  position: absolute;
  top: -113px;
  right: -404px;
  width: 892px;
}
@media screen and (min-width: 1800px) {
  #lineup .item_area.item_01 .item_chopsticks {
    right: calc(-404px - ((100vw - 1800px) / 2));
  }
}
@media screen and (max-width: 768px) {
  #lineup .item_area.item_01 .item_chopsticks {
    position: relative;
    top: auto;
    right: auto;
    width: 133vw;
    margin: -27vw 0 0 5vw;
  }
}
#lineup .item_area.item_02 .item_chopsticks {
  position: absolute;
  top: 85px;
  left: -459px;
  width: 918px;
}
@media screen and (min-width: 1900px) {
  #lineup .item_area.item_02 .item_chopsticks {
    left: calc(-459px - ((100vw - 1900px) / 2));
  }
}
@media screen and (max-width: 768px) {
  #lineup .item_area.item_02 .item_chopsticks {
    position: relative;
    top: auto;
    left: auto;
    width: 136vw;
    margin: -6vw 0 0 -54vw;
  }
}
#lineup .item_area.item_03 .item_chopsticks {
  position: absolute;
  top: 23px;
  right: -456px;
  width: 977px;
}
@media screen and (min-width: 1900px) {
  #lineup .item_area.item_03 .item_chopsticks {
    right: calc(-456px - ((100vw - 1900px) / 2));
  }
}
@media screen and (max-width: 768px) {
  #lineup .item_area.item_03 .item_chopsticks {
    position: relative;
    top: auto;
    right: auto;
    width: 145vw;
    margin: -19vw 0 0 3vw;
  }
}
#lineup .item_area.item_04 .item_chopsticks {
  position: absolute;
  top: 45px;
  left: -483px;
  width: 900px;
}
@media screen and (min-width: 1980px) {
  #lineup .item_area.item_04 .item_chopsticks {
    left: calc(-483px - ((100vw - 1980px) / 2));
  }
}
@media screen and (max-width: 768px) {
  #lineup .item_area.item_04 .item_chopsticks {
    position: relative;
    top: auto;
    left: auto;
    width: 133vw;
    margin: -15vw 0 0 -52vw;
  }
}
#lineup .item_area.item_05 .item_chopsticks {
  position: absolute;
  top: 142px;
  right: -289px;
  width: 721px;
}
@media screen and (min-width: 1570px) {
  #lineup .item_area.item_05 .item_chopsticks {
    right: calc(-289px - ((100vw - 1570px) / 2));
  }
}
@media screen and (max-width: 768px) {
  #lineup .item_area.item_05 .item_chopsticks {
    position: relative;
    top: auto;
    right: auto;
    width: 108vw;
    margin: 0 0 0 5vw;
  }
}
#lineup .item_area .annotation {
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
	#lineup .item_area .annotation {
  	font-size: 3.2vw;
	}
}
#lineup .item_area.item_01 .annotation {
  position: absolute;
  top: 580px;
  left: 400px;
}
#lineup .item_area.item_03 .annotation {
  position: absolute;
  bottom: 18px;
  left: 400px;
}
@media screen and (max-width: 768px) {
	#lineup .item_area.item_01 .annotation,
  #lineup .item_area.item_03 .annotation {
    position: relative;
		top: auto;
    bottom: auto;
    left: auto;
		text-align: center;
    margin-top: 9vw;
  }
}
#lineup .item_area .comment {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0 0 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lineup .item_area .comment {
    font-size: 4.267vw;
    margin: 2.667vw -8vw 0 -8vw;
    line-height: 1.8;
    text-align: center;
  }
  #lineup .item_area.item_01 .link_button {
    margin-top: 4vw;
  }
}
#lineup .item_area .catch {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin-top: 66px;
}
#lineup .item_area .catch .big {
  position: relative;
  font-size: 52px;
}
#lineup .item_area .catch .big::before {
  position: absolute;
  bottom: 9px;
  left: 56px;
  content: "";
  display: block;
  width: 96px;
  height: 10px;
  background: rgba(185,177,0,0.7);
  z-index: -1;
}
@media all and (-ms-high-contrast: none){/* IE */
  #lineup .item_area .catch .big::before {
    bottom: 27px;
  }
}
.ipod #lineup .item_area .catch .big::before,
.iphone #lineup .item_area .catch .big::before,
.ipad #lineup .item_area .catch .big::before,
.mac #lineup .item_area .catch .big::before {/* Mac */
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  #lineup .item_area .catch {
    font-size: 9.867vw;
    margin: 10.5vw -8vw 0 -8vw;
  }
  #lineup .item_area .catch .big {
    font-size: 11.733vw;
  }
  #lineup .item_area .catch .big::before {
    bottom: 2.4vw;
    left: 13vw;
    width: calc(100% - 25.5vw);
    height: 1.867vw;
  }
  .android #lineup .item_area .catch .big::before {
    bottom: -0.2vw;
  }
}
#lineup .item_area .pr_box_01 {
  height: 553px;
  margin-top: 28px;
  padding: 61px 41px 61px 41px;
  background: url(../img/lineup_item_01_scene_01.jpg) no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #lineup .item_area .pr_box_01 {
    height: auto;
    margin: 4.5vw -4vw 0 -4vw;
    padding: 11.2vw 5.333vw 16vw 5.333vw;
    background: #fff url(../img/lineup_item_01_scene_01_sp.jpg) no-repeat;
    background-size: contain;
    font-size: 4.267vw;
    line-height: 1.6;
    color: #000;
  }
}
#lineup .item_area .pr_box_01 .title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  padding-left: 32px;
  background: url(../img/lineup_01_icon.png) no-repeat 0 4px;
  background-size: 42px 42px;
}
#lineup .item_area .pr_box_01 .title [data-ruby] {
    position: relative;
}
#lineup .item_area .pr_box_01 .title [data-ruby]::after {
    content: attr(data-ruby);
    position: absolute;
    top: -30px;
    left: -7px;
    display: block;
    font-size: 24px;
    line-height: 1;
}
#lineup .item_area .pr_box_01 .title [data-ruby]::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -8px;
    display: block;
    width: 47px;
    height: 5px;
    background: rgba(185,177,0,0.7);
}
@media screen and (max-width: 768px) {
  #lineup .item_area .pr_box_01 .title {
    font-size: 9.6vw;
    color: #fff;
    margin-right: -5.333vw;
    padding-left: 8.5vw;
    background-position: 0 1.2vw;
    background-size: 11.2vw 11.2vw;
  }
  #lineup .item_area .pr_box_01 .title [data-ruby]::after {
      top: -7.3vw;
      left: -2vw;
      font-size: 6.4vw;
  }
  #lineup .item_area .pr_box_01 .title [data-ruby]::before {
      top: -2.5vw;
      left: -1vw;
      width: 11vw;
      height: 1.5vw;
  }
  .android #lineup .item_area .pr_box_01 .title [data-ruby]::before {
      top: -2vw;
  }
  #lineup .item_area .pr_box_01 .title .margin {
    margin-left: 32vw;
  }
}
#lineup .item_area .pr_box_01 .copy {
  margin-top: 1.5em;
}
#lineup .item_area .pr_box_01 .age + .copy {
  margin-top: 2.2em;
}
#lineup .item_area .pr_box_01 .age {
  display: inline-block;
  margin-top: 10px;
  background: rgba(152,123,1,0.8);
  padding: 12px 40px 12px 20px;
}
#lineup .item_area .pr_box_01 .age li{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
#lineup .item_area .pr_box_01 .age li span::after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 7px;
  border-top: 1px dotted #fff;
  margin: 0 3px 0 10px;
}
@media screen and (max-width: 768px) {
  #lineup .item_area .pr_box_01 .copy {
    margin-top: 5vw;
  }
  #lineup .item_area .pr_box_01 .title + .copy {
    margin-top: 52vw;
  }
  #lineup .item_area .pr_box_01 .age + .copy {
    margin-top: 5vw;
  }
  #lineup .item_area .pr_box_01 .age {
    display: block;
    margin-top: 5vw;
    padding: 3.2vw 5vw 3.2vw 5vw;
    color: #fff;
  }
  #lineup .item_area .pr_box_01 .age li{
    font-size: 4vw;
  }
  #lineup .item_area .pr_box_01 .age li span::after{
    width: 4.8vw;
    height: 1.8vw;
    border-top: 1px dotted #fff;
    margin: 0 .8vw 0 2.667vw;
  }
}
/*#lineup .item_area .number {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  font-size: 31px;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
  color: #fff;
  background: #8D52AA;
  padding-top: 7px;
}
@media all and (-ms-high-contrast: none){
  #lineup .item_area .number {
    top: 0;
    padding-top: 11px;
  }
}
@-moz-document url-prefix() {
	#lineup .item_area .number span {
		padding-top: 3px;
	}
}

@media screen and (max-width: 768px) {
  #lineup .item_area .number {
    width: 11.2vw;
    font-size: 8.267vw;
    line-height: 10.2vw;
    padding-top: 1vw;
    vertical-align: 1.333vw;
  }
}*/
#lineup .item_area .pr_box_02_outer {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 40px 61px;
}
#lineup .item_area .pr_box_02 {
  width: 420px;
}
#lineup .item_area .pr_box_02 .title {
  position: relative;
  margin-top: 35px;
  font-size: 27px;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 32px;
  background: url(../img/lineup_02_icon.png) no-repeat 0 4px;
  background-size: 42px 42px;
}
#lineup .item_area .pr_box_02:nth-child(2) .title {
  padding-left: 48px;
  background: url(../img/lineup_03_icon.png) no-repeat 0 4px;
  background-size: 42px 42px;
}
#lineup .item_area .pr_box_02 .title [data-ruby],
#lineup .item_area .pr_box_02 .title .big {
  position: relative;
  font-size: 48px;
}
#lineup .item_area .pr_box_02 .title [data-ruby]::after {
  content: attr(data-ruby);
  display: block;
  position: absolute;
  top: -19px;
  left: -1px;
  font-size: 18px;
  line-height: 1;
}
#lineup .item_area .pr_box_02 .title [data-ruby]::before {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  position: absolute;
  top: -6px;
  left: -1px;
  background: rgba(185,177,0,0.7);
}
#lineup .item_area .pr_box_02 .title [data-ruby]::after {
  content: attr(data-ruby);
  display: block;
  position: absolute;
  top: -19px;
  left: 4px;
  font-size: 18px;
  line-height: 1;
}
@media all and (-ms-high-contrast: none){/* IE */
  #lineup .item_area .pr_box_02 .title [data-ruby]::after {
    top: -13px;
  }
}
.ipod #lineup .item_area .pr_box_02 .title [data-ruby]::after,
.iphone #lineup .item_area .pr_box_02 .title [data-ruby]::after,
.ipad #lineup .item_area .pr_box_02 .title [data-ruby]::after,
.mac #lineup .item_area .pr_box_02 .title [data-ruby]::after {/* Mac */
  top: -23px;
}
#lineup .item_area .pr_box_02 .title [data-ruby]::before {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  position: absolute;
  top: -6px;
  left: 4px;
  background: rgba(185,177,0,0.7);
}
@media all and (-ms-high-contrast: none){/* IE */
  #lineup .item_area .pr_box_02 .title [data-ruby]::before {
    top: -3px;
  }
}
.ipod #lineup .item_area .pr_box_02 .title [data-ruby]::before,
.iphone #lineup .item_area .pr_box_02 .title [data-ruby]::before,
.ipad #lineup .item_area .pr_box_02 .title [data-ruby]::before,
.mac #lineup .item_area .pr_box_02 .title [data-ruby]::before {/* Mac */
  top: -10px;
}
#lineup .item_area .pr_box_02 .title .big span {
  position: relative;
  z-index: 1
}
#lineup .item_area .pr_box_02 .title .big::before {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 9px;
  display: block;
  width: 81px;
  height: 6px;
  background: rgba(185,177,0,0.7);
}
@media all and (-ms-high-contrast: none){/* IE */
  #lineup .item_area .pr_box_02 .title .big::before {
    bottom: 26px;
  }
}
.ipod #lineup .item_area .pr_box_02 .title .big::before,
.iphone #lineup .item_area .pr_box_02 .title .big::before,
.ipad #lineup .item_area .pr_box_02 .title .big::before,
.mac #lineup .item_area .pr_box_02 .title .big::before {/* Mac */
  bottom: 0px;
}
.mac.gecko #lineup .item_area .pr_box_02 .title .big::before {/* Mac Firefox */
  bottom: 2px;
}
#lineup .item_area .pr_box_02 .copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #lineup .item_area .pr_box_02_outer {
    display: block;
    margin: 0 -4vw;
    padding: 0 5.333vw 0 5.333vw;
  }
  #lineup .item_area .pr_box_02 {
    width: 100%;
    padding-bottom: 10.667vw;
  }
  #lineup .item_area .pr_box_02 .title {
    margin-top: 8vw;
    font-size: 7.467vw;
    line-height: 1.4;
    padding-left: 9.2vw;
    background-position: 0 1.2vw;
    background-size: 11.2vw 11.2vw;
  }
  #lineup .item_area .pr_box_02:nth-child(2) .title {
    padding-left: 13vw;
    background-position: 0 1.2vw;
    background-size: 11.2vw 11.2vw;
  }
  #lineup .item_area .pr_box_02 .title [data-ruby],
  #lineup .item_area .pr_box_02 .title .big {
    font-size: 10.133vw;
  }
  #lineup .item_area .pr_box_02 .title [data-ruby]::after {
    top: -4.5vw;
    left: -0.5vw;
    font-size: 5.067vw;
  }
  .android #lineup .item_area .pr_box_02 .title [data-ruby]::after {
    top: -6.1vw;
  }
  #lineup .item_area .pr_box_02 .title [data-ruby]::before {
    width: 10vw;
    height: 1.3vw;
    top: -1vw;
    left: -0.5vw;
  }
  .android #lineup .item_area .pr_box_02 .title [data-ruby]::before {
    top: -2.2vw;
  }
  #lineup .item_area .pr_box_02 .title .margin {
    margin-left: 10vw;
  }
  #lineup .item_area .pr_box_02 .title .big::before {
    bottom: 2vw;
    left: 1vw;
    width: 18vw;
    height: 1.6vw;
    background: rgba(185,177,0,0.7);
  }
  .android #lineup .item_area .pr_box_02 .title .big::before {
    bottom: -0.2vw;
  }
  #lineup .item_area .pr_box_02 .copy {
    font-size: 4.267vw;
    margin-top: 2.667vw;
  }
}

/* recipe / article / movie */
#recipe,
#movie {
  padding: 0 0 81px 0;
  margin-top: 60px;
}
#article {
  padding: 60px 0 81px 0;
}
#article {
  background: #dccae5;
}
#recipe h2 span {
  display: block;
  font-size: 20px;
}
#recipe .recipe_slide,
#article .article_slide {
  position: relative;
  margin-top: 44px;
  margin-right: -30px;
}
#article .article_slide {
  margin-right: -32px;
}
#recipe .recipe_slide::after,
#article .article_slide::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 30px;
  height: 195px;
  background: #fff;
  z-index: 1001;
}
#article .article_slide::after {
  width: 32px;
  height: 230px;
  background: #dccae5;
}
#recipe .recipe_slide_box {
  width: 176px;
  margin-right: 30px;
}
#article .article_slide_box {
  width: 226px;
  margin-right: 32px;
}
#recipe .recipe_slide_box p,
#article .article_slide_box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-top: 12px;
}
#article .article_slide_box p {
  text-align: left;
}
#recipe .recipe_link,
#article .article_link {
  text-align: center;
}
#recipe .recipe_link .link_button,
#article .article_link .link_button {
  margin-top: 50px;
}
#movie .movie_container {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
  margin: 44px auto 0 auto;
}
#movie .movie_container .movie_box_wrap {
	width: 100%;
}
#movie .movie_container .movie_box_wrap:not(:first-of-type) {
	margin: 0 0 0 52px;
}
#movie .movie_container .movie_box iframe {
	width: 100%;
}
#movie .movie_title {
  font-size: 16;
  font-weight: bold;
  text-align: center;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #recipe,
  #movie {
    padding: 0 5.333vw 0 5.333vw;
    margin-top: 11.467vw;
  }
  #article {
    padding: 11.467vw 5.333vw 0 5.333vw;
  }
  #recipe .inner,
  #movie .inner,
  #article .inner {
    padding-bottom: 16vw;
  }
  #recipe h2 span {
    font-size: 4.8vw;
  }
  #recipe .recipe_slide,
  #article .article_slide {
    margin-top: 8vw;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #article .article_slide {
    margin-right: 0;
  }
  #recipe .recipe_slide::after,
  #article .article_slide::after {
    display: none;
  }
  #recipe .recipe_slide_box,
  #article .article_slide_box {
    width: 42.133vw;
    margin-right: 0;
  }
  #recipe .recipe_slide_box:nth-child(n+3),
  #article .article_slide_box:nth-child(n+3) {
    margin-top: 6vw;
  }
  #recipe .recipe_slide_box p,
  #article .article_slide_box p {
    font-size: 3.733vw;
    margin-top: 3.733vw;
  }
  #article .article_slide_box p {
    font-weight: normal;
  }
  #recipe .recipe_link .link_button {
    margin-top: 4vw;
  }
  #article .article_link .link_button {
    margin-top: 5vw;
    padding-top: 3.4vw;
  }
  #movie .movie_container {
		flex-direction: column;
    margin: 10.133vw auto 0 auto;
  }
	#movie .movie_container .movie_box_wrap:not(:first-of-type) {
    margin: 7.03vw 0 0;
  }
  #movie .movie_container .movie_box iframe {
    height: 50.321vw;
  }
  #movie .movie_title {
    font-size: 4.267vw;
    margin-top: 4.267vw;
  }
}

/* assoc */
#assoc {
  padding: 70px 0 67px 0;
  background: #dccae5;
}
#assoc .inner {
  width: 760px;
}
#assoc .h2_box {
  float: left;
}
#assoc h2 {
  text-align: left;
}
#assoc p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 10px;
}
#assoc .link_button{
  float: right;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #assoc {
    padding: 11.467vw 5.333vw 0 5.333vw;
  }
  #assoc .inner {
    width: 100%;
    padding-bottom: 16vw;
  }
  #assoc .h2_box {
    float: none;
  }
  #assoc h2 {
    text-align: center;
  }
  #assoc p {
    font-size: 4.267vw;
    font-weight: normal;
    text-align: center;
    margin-top: 4.267vw
  }
  #assoc .link_button{
    float: none;
    margin-top: 8vw;
  }
}

/* slick button */
.slider .prev,
.slider .next {
  position: absolute;
  top: 45px;
  left: -45px;
  width: 20px;
  height: 26px;
  background: url(../img/slide_prev.png) no-repeat center center;
  cursor: pointer;
  z-index: 1002;
}
.article_slide.slider .prev,
.article_slide.slider .next {
  top: 62px;
}
.slider .next {
  left: auto;
  right: -15px;
  background: url(../img/slide_next.png) no-repeat center center;
}

/* footer */
footer {
  padding: 28px 0 20px 0;
  color: #fff;
  text-align: center;
  background: #52206A;
}
footer .inner {
  width: 1400px;
}
footer .footer_logo {
  display: inline-block;
  width: 220px;
}
footer ul {
	width: 850px;
	margin: 25px auto;
}
footer li {
  display: inline-block;
  font-size: 14px;
	margin-top: 4px;
}
footer li a,
footer li a * {
  color: #fff;
}
footer .copyright {
  font-size: 12px;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
	footer li {
		display: inline-block;
		margin-top: 4px;
	}

	footer li:not(.is-no-line):after {
		content: "｜";
		display: inline-block;
		margin: 0 0.5em;
		color: #fff;
		font-size: 14px;
	}
}
@media screen and (max-width: 768px) {
  footer {
    padding: 10.133vw 0 6.933vw 0;
  }
  footer .inner {
    width: 100%;
  }
  footer .footer_logo {
    width: 58.667vw;
  }
  footer ul {
		width: 100%;
    margin: 8vw 0 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-wrap: wrap;
  }
  footer li {
    display: table;
		border-bottom: 1px solid #fff;
    font-size: 3.2vw;
    line-height: 1.4;
    width: 50%;
  }
  footer li:nth-child(odd):last-child {
    width: 50%;
    border-right: none;
  }
	footer li:nth-of-type(2n):last-child {
    border-bottom: none;
  }
	footer li:nth-of-type(2n+1):not(:nth-last-child(n+3)) {
    border-bottom: none;
  }
	footer li:not(:last-of-type)::after {
    display: none;
  }
  footer li a {
    display: table-cell;
    width: 100%;
    height: 12.267vw;
    vertical-align: middle;
    overflow: hidden;
  }
  footer li a.reg {
    padding-top: 2vw;
  }
  footer .copyright {
    font-size: 3.2vw;
    line-height: 1.8;
    margin-top: 7.467vw;
  }
}
