/*
@font-face {
    font-family: 'BoseText-Regular';
    src: url('/bc/c/av/bose/fonts/dnddn/BoseText/BoseText-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'BoseText-SemiBold';
    src: url('/bc/c/av/bose/fonts/dnddn/BoseText/BoseText-SemiBold.otf') format('opentype');
}

@font-face {
    font-family: 'NotoSansJp-Light';
    src: url('/bc/c/av/bose/fonts/dnddn/NotoSansJp/NotoSansJP-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansJp-Regular';
    src: url('/bc/c/av/bose/fonts/dnddn/NotoSansJp/NotoSansJP-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansJp-Bold';
    src: url('/bc/c/av/bose/fonts/dnddn/NotoSansJp/NotoSansJP-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NotoSansJp-SemiBold';
    src: url('/bc/c/av/bose/fonts/dnddn/NotoSansJp/NotoSansJP-SemiBold.ttf') format('truetype');
}
*/

#dnddnLP body {
    margin: 0;
    font-family: 'NotoSansJp-Regular', serif;
    font-size: 14px;
    line-height: 170%;
    color: #000000;
}

@media screen and (min-width: 769px) {
   #dnddnLP body {
        font-size: 16px;
    }
}

#dnddnLP a {
    text-decoration: none !important;
}

#dnddnLP img {
    width: 100%;
}

#dnddnLP .catchphrase {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 20px 0;
    font-family: 'NotoSansJp-Bold', serif;
}

@media screen and (min-width: 769px) {
    #dnddnLP .catchphrase {
        font-size: 32px;
        line-height: 56px;
    }
}

@media screen and (min-width: 1024px) {
    #dnddnLP .catchphrase {
        font-size: 48px;
        line-height: 56px;
    }
}

#dnddnLP .buy-button {
  background: #000;
  color: #fff;
  font-family: 'NotoSansJp-SemiBold', serif;
  font-size: 12px; 
  line-height: 1;
  width: 118px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0;
  margin-top: 0.8rem;
  transition-duration: 500ms;
}

#dnddnLP .buy-button:hover {
    color: #fff;
    opacity: 0.7;
}

@media screen and (min-width: 769px) {
    #dnddnLP .buy-button {
        font-size: 12px;
        width: 118px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        margin-top: 0.8rem;
        transition-duration: 500ms;
    }

    #dnddnLP .buy-button:hover {
        color: #fff;
        opacity: 0.7;
    }
}

/* product */
#dnddnLP #product {
    margin: 0 auto;
    padding: 0 20px;
}

#dnddnLP .product_image {
    display: flex;
    flex-direction: column;
    padding: 0 10%;
    gap: 0;
}

#dnddnLP .product_content {
    text-align: left;
    margin-top: 3rem;
}

#dnddnLP .product_category {
    font-family: 'NotoSansJp-SemiBold', serif;
    font-size: 1rem;
}

#dnddnLP .product_name {
    font-family: 'BoseText-SemiBold', serif;
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

#dnddnLP .product_desc {
    font-family: 'NotoSansJp-Regular', serif;
    margin-bottom: 2.5rem;
    margin-top: 1rem;
	line-height: 1.8em;
    font-size: 15px;
}

#dnddnLP .product_container {
	padding: 0 10px;
    margin: 4rem auto 0;
	max-width: 900px;
}

#dnddnLP .product-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;	
}

#dnddnLP .product-list_02 {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 1000px;
	padding: 20px 0;
}

#dnddnLP .product-list_03 {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;	
}

#dnddnLP .product-item {
  text-align: center;
  max-width: 400px;
  flex: 1 1 300px; /* 横並びで調整 */
}

#dnddnLP .product-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#dnddnLP .center-button {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
	
	#dnddnLP #product {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 40px;
    }
	
    #dnddnLP .product_container {
        padding: 50px 50px;
		margin: 5rem auto 0;
    }

    #dnddnLP .product_image {
        width: 100%;
        flex-direction: row;
        padding: 0 10% 0;
        gap: 1rem;
    }

    #dnddnLP .product_image > div {
        flex: 1;
    }

    #dnddnLP .product_image img {
        height: auto;
    }

    #dnddnLP .product_content {
        margin-top: 0;
        position: relative;
    }
}

@media screen and (min-width: 1024px) {
    #dnddnLP .product_container {
        padding: 20px 20px;
    }

    #dnddnLP .product_image {
        width: 560px;
        padding: 50px 0 0 0;
    }

    #dnddnLP .product_content {
        position: relative;
    }

    #dnddnLP .product {
        flex-direction: row;
        gap: 0;
    }
}
	
@media screen and (max-width: 768px) {
  #dnddnLP .product-list {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
	gap: 20px;
  }
	
  #dnddnLP .product-list_02 {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px;
  }	

  #dnddnLP .product-list_03 {
    flex-direction: column;
    align-items: center;
    padding: 10px 10px 60px;
	gap: 40px;  
  }	
	
	
  #dnddnLP .product-item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 0;
  }

  #dnddnLP .product-item img {
    width: 100% !important;  
    max-width: 400px;        
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #dnddnLP .center-button {
    margin-top: 1rem;
    text-align: center;
  }
}


/* 共通（PC & SP） */
#dnddnLP .highlight-box {
  background-color: #e5e5e5;
  padding: 60px 20px; /* PC時の上下余白 */
}

#dnddnLP .highlight-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

#dnddnLP .highlight-image img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

#dnddnLP .highlight-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  max-width: 400px;
  height: 100%; 
}

#dnddnLP .highlight-text .product_name {
  font-size: 1.5rem;
  font-family: 'BoseText-SemiBold', sans-serif;
  margin-bottom: 1rem;
}

#dnddnLP .highlight-text p {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  font-family: 'NotoSansJp-light', sans-serif;
}

#dnddnLP .highlight-text .note-text {
  font-size: 0.6rem;
  font-family: 'NotoSansJp-Light', sans-serif;
  line-height: 1.4;
  margin-top: -1rem; /* 本文との間隔を調整（お好みで） */
  margin-bottom: 2rem; /* ボタンとの間に余白 */
}

@media screen and (min-width: 769px) {
  #dnddnLP .highlight-inner {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
	
　#dnddnLP .highlight-image {
    max-width: 300px;
    flex-shrink: 0; 
  }	
	
  #dnddnLP .highlight-text {
    text-align: left;
	height: auto;               
    flex: 1;                    
    display: flex;
    flex-direction: column;
    justify-content: space-between;  
	align-items: stretch; 
  }
	
   #dnddnLP  .highlight-text .buy-button {
	align-self: center;	
    margin-top: auto; 
  }	
}


@media screen and (max-width: 768px) {
  #dnddnLP .highlight-box {
    padding: 40px 20px; 
  }

  #dnddnLP .buy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    width: 118px;
    height: 40px;
    margin: 0 auto;
    padding: 0;
  }
}

/* スマホ用レイアウト */
@media screen and (max-width: 768px) {
  #dnddnLP section{box-sizing:border-box}

  #dnddnLP .highlight-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;  
  }

  #dnddnLP .highlight-image {
    display: flex;
    justify-content: center; 
  }

  #dnddnLP .highlight-image img {
    margin: 0 auto;
  }

  #dnddnLP .highlight-text {
    text-align: left;
  }
}


/* ダンダダンコラボパッケージ情報 */
#dnddnLP .dandadan-section {
  padding: 80px 20px;
  background-color: #fff;	
}

#dnddnLP .dandadan-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

#dnddnLP .dandadan-title {
  text-align: left;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: 'NotoSansJp-Bold', serif;	
}

#dnddnLP .dandadan-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* スマホ：タイトルを1行に */
@media screen and (max-width: 768px) {
 #dnddnLP .dandadan-section {
  padding: 60px 20px;
  background-color: #fff;	
}	
	
  #dnddnLP .dandadan-title {
    font-size: 1.2rem;
  }

  #dnddnLP .dandadan-title .sub {
    display: inline;
    margin-left: 0.5em;
  }
}


#dnddnLP footer {
    background: #000;
    margin-top: 4rem;
    padding-top: 3rem;
}

@media screen and (min-width: 769px) {
    #dnddnLP footer {
        margin-top: 4rem;
        padding-top: 5rem;
    }

    #dnddnLP .packages {
        flex-direction: row;
        margin-top: 6rem;
        gap: 3rem;
        padding: 0 6rem;
    }
}

@media screen and (min-width: 1024px) {
    #dnddnLP .packages {
        gap: 10rem;
    }
}

#dnddnLP .text-center {
    text-align: center;
}

#dnddnLP .text-left {
    text-align: left;
}

#dnddnLP ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#dnddnLP .header_logo img {
    width: 150px;
}

#dnddnLP .cta {
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 2em 10px;
    gap: 4rem;
}

#dnddnLP .cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;     
  padding: 0 20px;      
  margin: 0 auto;      
  width: 100%;
}
@media screen and (max-width: 768px) {
	#dnddnLP .cta-inner {
		justify-content: center;
		flex-wrap: wrap;
	    gap: 5px;
	}
}



#dnddnLP .cta_heading {
    color: #fff;
    font-size: 18px;
    font-family: 'BoseText-Regular', 'NotoSansJp-SemiBold', serif;
}

#dnddnLP .cta-button {
    background-color: #fff;
    border-radius: 9999px;
    color: #000000;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'NotoSansJp-SemiBold', serif;
    border: 1px solid #fff;
    transition-duration: 500ms;
    width: 170px;
    height: 40px;
}

#dnddnLP .cta-button:hover {
    opacity: 0.7;
    color: #000;
}

@media screen and (min-width: 769px) {
    #dnddnLP .cta {
        width: 100%;
    }

    #dnddnLP .cta_heading {
        font-size: 40px;
        line-height: 115%;
    }

    #dnddnLP .cta-button {
        font-size: 1.25rem;
        width: 220px;
        height: 60px;
    }

    #dnddnLP .cta-button:hover {
        opacity: 0.7;
        color: #000;
    }
}

@media screen and (min-width: 1024px) {
    #dnddnLP .cta {
        gap: 100px;
        width: 100%;
        padding: 2em 0;
    }

    #dnddnLP .cta_heading {
        font-size: 48px;
        line-height: 115%;
    }

    #dnddnLP .cta-button {
        font-size: 1.25rem;
        margin-left: 20px;
        width: 220px;
        height: 60px;
    }
}

#dnddnLP .break-pc {
    display: none;
}

#dnddnLP .v-pc {
    display: none;
}

@media screen and (min-width: 768px) {
    #dnddnLP .v-sp {
        display: none;
    }
    #dnddnLP .v-pc {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    #dnddnLP .break-sp {
        display: none;
    }

    #dnddnLP .break-pc {
        display: inline-block;
    }

    #dnddnLP .v-sp {
        display: none;
    }

    #dnddnLP .v-pc {
        display: block;
    }
}

#banner_video {
    margin-top: -1px;
}

#dnddnLP .collaboration {
    max-width: 900px;
    margin: 4rem auto 0;
}

#dnddnLP .packages-header {
    display: flex;
    flex-direction: column;
}

#dnddnLP .packages-header-image {
    width: 100%;
}

@media screen and (min-width: 768px) {
    #dnddnLP .packages-header {
        display: flex;
        flex-direction: row;
    }

    #dnddnLP .packages-header-image {
        width: 500px;
    }
}

@media screen and (max-width: 768px) {
	#dnddnLP .catchphrase,
	#dnddnLP .product_category,
	#dnddnLP .product_name,
	#dnddnLP .product_desc {
		text-align: left;
	}
	#dnddnLP .product_container{
		padding: 0;
	}
	#dnddnLP .product_desc{
		font-size: 14px;
	}
}
