@charset "UTF-8";
/* ------------------------------
 Panettone
------------------------------ */

/* --- Google Fonts --- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');


/* --- リセット --- */
body {
  line-height:1;
}

.panettone * {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
}
 
.panettone a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

.panettone img {
  vertical-align: bottom;
  font-size:0;
  line-height: 0;
  border: 0;
}

.panettone *, .panettone *:before, .panettone *:after {
	box-sizing: border-box;
}

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



/* Common */
.panettone {
  width: 100%;
  color: #4d4d4d;
  padding-bottom: 385px;
}

.header_bg {
  display: none;
}

.panettone img {
  max-width: 100%;
  height: auto;
}

.m-panettone-heading {
  text-align: center;
}

.m-panettone-headingJp {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 12px;
}

.m-panettone-headingEn {
  display: block;
  border-top: 1px solid #cecbc9;
  border-bottom: 1px solid #cecbc9;
}

.for-sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .panettone {
    padding-top: 30px;
    padding-bottom: 120px;
  }

  .header_bg {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .m-panettone-headingJp {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }
}




/* タイトル */
.panettone-head {
  width: 100%;
}

.panettone-head_inner {
  max-width: 1280px;
  margin: 0 auto 0 auto;
  position: relative;
}

.panettone-head_title {
  width: 560px;
  text-align: center;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 0px;
  left: calc( 50% - 280px );
  z-index: 2;
}

.panettone-head_titlePop {
  display: block;
}

.panettone-head_titlePopInner {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 28px;
  position: relative;
}

.panettone-head_titlePopInner::before, 
.panettone-head_titlePopInner::after {
  content: "";
  width: 1px;
  height: 46px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: -5px;
}

.panettone-head_titlePopInner::before {
  left: -38px;
  transform: rotate(-45deg);
}

.panettone-head_titlePopInner::after {
  right: -38px;
  transform: rotate(45deg);
}

.panettone-head_titlePopInner .large {
  display: inline-block;
  font-size: 30px;
  margin: 0 3px;
  transform: translateY(4px);
}

.panettone-head_titleLead {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

.panettone-head_titleMain {
  display: block;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.panettone-head_titleMain .large {
  font-size: 38px;
  font-weight: 700;
}

.panettone-head_titleBg {
  width: 560px;
  height: 213px;
  background-color: #a6bb91;
  position: absolute;
  bottom: -25px;
  left: calc( 50% - 280px );
  z-index: 1;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 767px) {
  .panettone-head_img img {
    width: 100%;
  }

  .panettone-head_title {
    width: 330px;
    padding-top: 0px;
    padding-bottom: 0px;
    left: calc( 50% - 165px );
  }

  .panettone-head_titlePopInner {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .panettone-head_titlePopInner::before, 
  .panettone-head_titlePopInner::after {
    height: 26px;
    top: 2px;
  }

  .panettone-head_titlePopInner::before {
    left: -20px;
    transform: rotate(-30deg);
  }

  .panettone-head_titlePopInner::after {
    right: -20px;
    transform: rotate(30deg);
  }

  .panettone-head_titlePopInner .large {
    font-size: 24px;
    transform: translateY(3px);
  }

  .panettone-head_titleLead {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }

  .panettone-head_titleMain {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }

  .panettone-head_titleMain .large {
    font-size: 26px;
    letter-spacing: 0;
  }

  .panettone-head_titleBg {
    width: 330px;
    height: 213px;
    bottom: -25px;
    left: calc( 50% - 165px );
  }
}



/* イントロ */
.panettone-intro {
  width: 100%;
  margin-top: 190px;
  padding-bottom: 190px;
}

.panettone-intro_inner {
  max-width: 1320px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

.panettone-intro_heading {
  text-align: center;
}

.panettone-intro_headingEn {
  display: block;
  margin-bottom: 15px;
}

.panettone-intro_headingEn img {
  width: 262px;
}

.panettone-intro_headingJp {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #cecbc9;
  margin-bottom: 55px;
  padding: 8px 0;
  border-top: 1px solid #cecbc9;
  border-bottom: 1px solid #cecbc9;
}

.panettone-intro_text {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 35px auto;
}

.panettone-intro_img {
  max-width: 640px;
  margin: 60px auto 0 auto;
}

@media only screen and (max-width: 767px) {
  .panettone-intro {
    margin-top: 90px;
    padding-bottom: 120px;
  }

  .panettone-intro_headingJp {
    margin-bottom: 25px;
  }

  .panettone-intro_text {
    font-size: 14px;
    margin: 0 auto 30px auto;
  }

  .panettone-intro_img {
    max-width: 640px;
  }
  
  .panettone-intro_img img {
    max-width: calc( 100% + 40px );
    width: calc( 100% + 40px );
    margin: 0 -20px;
  }
}



/* パネットーネができるまで */
.panettone-story {
  width: 100%;
  background-color: #f9f6ed;
  padding: 160px 0 125px 0;
}

.panettone-story_inner {
  max-width: 1320px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

.panettone-story .m-panettone-headingEn {
  padding: 8px 0 4px 0;
}

.panettone-story .m-panettone-headingEn img {
  width: 438px;
}

.panettone-story_flow {
  max-width: 900px;
  margin: 70px auto 0 auto;
}

.panettone-story_flowItem {
  position: relative;
}

.panettone-story_flowItem.second {
  margin-top: 15px;
}

.panettone-story_flowItem.third {
  margin-top: 25px;
}

.panettone-story_flowItem.fourth {
  margin-top: 15px;
}

.panettone-story_flowItem.fifth {
  margin-top: 10px;
}

.panettone-story_flowItem.fifth img {
  max-width: calc( 100% * ( 1000 / 900 ) );
  width: calc( 100% * ( 1000 / 900 ) );
  margin-left: calc( 100% - ( 100% * ( 1000 / 900 ) ) );
}

@media only screen and (max-width: 767px) {
  .panettone-story {
    padding: 50px 0 80px 0;
  }

  .panettone-story_inner {
    max-width: 540px;
  }

  .panettone-story .m-panettone-headingEn {
    padding: 7px 0 5px 0;
  }

  .panettone-story .m-panettone-headingEn img {
    width: 293px;
  }

  .panettone-story_flow {
    margin: 45px -20px 0 -20px;
  }

  .panettone-story_flowItem {
    position: relative;
  }

  .panettone-story_flowItem.second {
    margin-top: 0px;
  }

  .panettone-story_flowItem.third {
    margin-top: 0px;
  }

  .panettone-story_flowItem.fourth {
    margin-top: 0px;
  }

  .panettone-story_flowItem.fifth {
    margin-top: 0px;
  }

  .panettone-story_flowItem.fifth img {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}



/* ヴァンダラストのパネットーネ */
.panettone-ours {
  width: 100%;
  margin: 230px 0 0 0;
}

.panettone-ours_inner {
  max-width: 1320px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

.panettone-ours .m-panettone-headingEn {
  padding: 8px 0;
  margin-bottom: 35px;
}

.panettone-ours .m-panettone-headingEn img {
  width: 292px;
}

.panettone-ours_intro {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 35px;
}

.panettone-ours_text {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 35px auto;
}

.panettone-ours_pagePc {
  max-width: 900px;
  border: 1px solid #020202;
  margin: 0 auto 60px auto;
}

.panettone-ours_pageSp {
  display: none;
}

.panettone-ours_magazine {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
}

.panettone-ours_magazineImg {
  width: 300px;
  border: 1px solid #020202;
  margin-top: 10px;
}

.panettone-ours_magazineInfo {
  margin-left: 50px;
}

.panettone-ours_magazineHeading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 23px;
}

.panettone-ours_magazineText {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 25px auto;
}

.panettone-ours_magazinePrice {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 35px;
}

.panettone-ours_magazinePrice span {
  font-size: 12px;
  font-weight: 500;
}

.panettone-ours_magazineBtn {
}

.panettone-ours_magazineBtnLink {
  display: block;
  width: 200px;
  height: 42px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: none;
  outline: none;
  border: 1px solid #4d4d4d;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.panettone-ours_magazineBtnLink:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .panettone-ours {
    margin: 140px 0 0 0;
  }

  .panettone-ours .m-panettone-headingJp {
    letter-spacing: -0.1em;
  }

  .panettone-ours .m-panettone-headingEn {
    padding: 4px 0 8px 0;
    margin-bottom: 16px;
  }

  .panettone-ours .m-panettone-headingEn img {
    width: 196px;
  }

  .panettone-ours_intro {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .panettone-ours_text {
    font-size: 14px;
    margin: 0 auto 20px auto;
  }

  .panettone-ours_pagePc {
    display: none;
  }

  .panettone-ours_pageSp {
    display: block;
    max-width: 331px;
    margin: 0 auto 40px auto;
  }

  .panettone-ours_magazine {
    display: block;
  }

  .panettone-ours_magazineImg {
    width: 220px;
    margin: 0px auto;
  }

  .panettone-ours_magazineInfo {
    margin-left: 0px;
    margin-top: 25px;
  }

  .panettone-ours_magazineHeading {
    text-align: center;
    font-size: 16px;
    margin-bottom: 18px;
  }

  .panettone-ours_magazineText {
    text-align: center;
    font-size: 14px;
    margin: 0 auto 18px auto;
  }

  .panettone-ours_magazinePrice {
    text-align: center;
    margin-bottom: 25px;
  }

  .panettone-ours_magazineBtn {
    max-width: 290px;
    margin: 0 auto;
  }

  .panettone-ours_magazineBtnLink {
    width: 100%;
  }
}



/* パネットーネの贈り物 */
.panettone-gift {
  width: 100%;
  margin: 310px 0 0 0;
}

.panettone-gift_inner {
  max-width: 1320px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

.panettone-gift .m-panettone-headingEn {
  padding: 8px 0;
}

.panettone-gift .m-panettone-headingEn img {
  width: 148px;
}

.panettone-gift_img {
  max-width: 1010px;
  margin: 48px auto 80px auto;
}

.panettone-gift_detail {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 20px;
  border-top: 1px solid #cecbc9;
}

.panettone-gift_detail + .panettone-gift_detail {
  margin-top: 120px;
}

.panettone-gift_detailMain {
  display: flex;
  align-items: center;
}

.panettone-gift_detailInfo {
  width: 40%;
  position: relative;
  z-index: 2;
}

.panettone-gift_detailHeading {
  margin-bottom: 32px;
}

.panettone-gift_detailHeadingJp {
  display: block;
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.1em;
  margin-bottom: 10px;
}

.panettone-gift_detailHeadingEn {
  display: block;
}

.panettone-gift_detailHeadingEn.first img {
  width: 100px;
}

.panettone-gift_detailHeadingEn.second img {
  width: 162px;
}

.panettone-gift_detailImgSp {
  display: none;
}

.panettone-gift_detailText {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 18px auto;
}

.panettone-gift_detailPrice {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.panettone-gift_detailPrice span {
  font-size: 12px;
  font-weight: 500;
}

.panettone-gift_detailImg {
  width: 60%;
  position: relative;
  z-index: 1;
}

.panettone-gift_detailImg img {
  max-width: calc( 100% * ( 480 / 420 ) );
  width: calc( 100% * ( 480 / 420 ) );
  margin-left: -4%;
}

.panettone-gift_detailBtn {
  width: 300px;
  margin: 40px auto 0 auto;
}

.panettone-gift_detailBtnLink {
  display: block;
  width: 100%;
  height: 42px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  text-decoration: none;
  outline: none;
  border: 1px solid #4d4d4d;
  border-radius: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

.panettone-gift_detailBtnLink:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .panettone-gift {
    margin: 140px 0 0 0;
  }

  .panettone-gift .m-panettone-headingEn {
    padding: 4px 0 8px 0;
  }

  .panettone-gift .m-panettone-headingEn img {
    width: 99px;
  }

  .panettone-gift_img {
    max-width: 500px;
    margin: 20px auto 40px auto;
  }

  .panettone-gift_img img {
    max-width: calc( 100% + 40px );
    width: calc( 100% + 40px );
    margin: 0px -20px;
  }

  .panettone-gift_detail + .panettone-gift_detail {
    margin-top: 70px;
  }

  .panettone-gift_detailMain {
    display: block;
  }

  .panettone-gift_detailInfo {
    width: 100%;
  }

  .panettone-gift_detailHeading {
    text-align: center;
  }

  .panettone-gift_detailImgSp {
    display: block;
    margin: 0px -20px 10px -20px;
  }

  .panettone-gift_detailText {
    font-size: 14px;
  }

  .panettone-gift_detailPrice {
    text-align: center;
  }

  .panettone-gift_detailImg {
    display: none;
  }

  .panettone-gift_detailBtn {
    max-width: 300px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
}



/* パネットーネの楽しみ方 */
.panettone-enjoy {
  width: 100%;
  margin: 360px 0 0 0;
}

.panettone-enjoy_inner {
  max-width: 1320px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

.panettone-enjoy .m-panettone-headingEn {
  padding: 8px 0 4px 0;
  margin-bottom: 38px;
}

.panettone-enjoy .m-panettone-headingEn img {
  width: 166px;
}

.panettone-enjoy_intro {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 40px;
}

.panettone-enjoy_img {
  max-width: 900px;
  margin: 0 auto 35px auto;
}

.panettone-enjoy_text {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 35px auto;
}

.panettone-enjoy_point {
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid #cecbc9;
}

.panettone-enjoy_pointItem {
  padding: 40px 0;
  border-bottom: 1px solid #cecbc9;
  position: relative;
  z-index: 1;
}

.panettone-enjoy_pointItem.first::after {
  content: "";
  width: 164px;
  height: 97px;
  display: block;
  background-image: url("../../images/panettone/enjoy_illust01.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 55px;
  z-index: -1;
}

.panettone-enjoy_pointItem.second::after {
  content: "";
  width: 187px;
  height: 137px;
  display: block;
  background-image: url("../../images/panettone/enjoy_illust02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -50px;
  right: 13px;
  z-index: -1;
}

.panettone-enjoy_pointItem.third::after {
  content: "";
  width: 139px;
  height: 124px;
  display: block;
  background-image: url("../../images/panettone/enjoy_illust03.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 26px;
  right: 72px;
  z-index: -1;
}

.panettone-enjoy_pointHeading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.panettone-enjoy_pointText {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 2;
  margin-top: 18px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .panettone-enjoy {
    margin: 150px 0 0 0;
  }

  .panettone-enjoy .m-panettone-headingEn {
    padding: 7px 0 5px 0;
    margin-bottom: 20px;
  }

  .panettone-enjoy .m-panettone-headingEn img {
    width: 110px;
  }

  .panettone-enjoy_intro {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }

  .panettone-enjoy_img {
    margin: 0 auto 12px auto;
  }

  .panettone-enjoy_text {
    font-size: 14px;
    margin: 0 auto 20px auto;
  }

  .panettone-enjoy_pointItem {
    padding: 20px 0;
  }

  .panettone-enjoy_pointItem.first::after {
    content: none;
  }

  .panettone-enjoy_pointItem.second::after {
    width: 114px;
    height: 120px;
    background-image: url("../../images/panettone/enjoy_illust02_sp.png");
    top: -37px;
    right: -7px;
  }

  .panettone-enjoy_pointItem.third::after {
    width: 134px;
    height: 130px;
    background-image: url("../../images/panettone/enjoy_illust03_sp.png");
    top: 81px;
    right: 14px;
  }

  .panettone-enjoy_pointHeading {
    font-size: 16px;
  }

  .panettone-enjoy_pointHeading span {
    display: block;
    margin: 15px 0 0 15px;
  }

  .panettone-enjoy_pointText {
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
    margin-left: 0px;
  }
}



/* 食べていただきました */
.panettone-voice {
  width: 100%;
  margin: 310px 0 0 0;
}

.panettone-voice_inner {
  max-width: 1320px;
  margin: 0 auto 0 auto;
  padding: 0 20px;
}

.panettone-voice .m-panettone-headingEn {
  padding: 8px 0;
  margin-bottom: 40px;
}

.panettone-voice .m-panettone-headingEn img {
  width: 53px;
}

.panettone-voice_intro {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.panettone-voice_introInner {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  position: relative;
}

.panettone-voice_introInner::before {
  content: "";
  width: 28px;
  height: 71px;
  display: block;
  background-image: url("../../images/panettone/voice_intro_left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
}

.panettone-voice_introInner::after {
  content: "";
  width: 35px;
  height: 65px;
  display: block;
  background-image: url("../../images/panettone/voice_intro_right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}

.panettone-voice_body {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
}

.panettone-voice_bodyImg {
  width: calc( 100% * ( 370 / 900 ) );
  margin-top: 10px;
}

.panettone-voice_bodyInfo {
  width: calc( 100% -  ( 100% * ( 370 / 900 ) ) );
  padding-left: 50px;
}

.panettone-voice_bodyText {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.1em;
  line-height: 2;
}

.panettone-voice_bodyName {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .panettone-voice {
    width: 100%;
    margin: 170px 0 0 0;
  }

  .panettone-voice .m-panettone-headingEn {
    padding: 4px 0 8px 0;
    margin-bottom: 20px;
  }

  .panettone-voice .m-panettone-headingEn img {
    width: 36px;
  }

  .panettone-voice_intro {
    margin-bottom: 20px;
  }

  .panettone-voice_introInner {
    font-size: 16px;
  }

  .panettone-voice_body {
    max-width: 900px;
    margin: 0 auto;
    display: block;
  }

  .panettone-voice_bodyImg {
    max-width: 400px;
    width: 100%;
    margin: 10px auto;
  }

  .panettone-voice_bodyInfo {
    width: 100%;
    padding-left: 0px;
  }

  .panettone-voice_bodyText {
    font-size: 14px;
  }

  .panettone-voice_bodyName {
    font-size: 14px;
  }
}