/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}


@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New&display=swap');

:root { 
  --key-Color: #005bac;
  --blue: #0c1a96;
  --red: #8f1d22;
  --violet: #36114c;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --h1 :1.910vw;
  --h2 : 1.9666666666666666vw;
  --h3 : 1.85rem;
  --h4 : 1.45rem;
  --flex_hurf : calc((100% -  2.4583333333333333vw )/ 2);
  --flex_third : calc((100% - 2.864583333333333vw) / 3);
  --flex_fourth : calc((100% - 2.864583333333333vw) / 4);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --Montserrat: "Montserrat";
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --h3: 1.2rem;
      --h4: 1.1rem;
      --row-space : 4vw;
      --col-space : 5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_fourth : 100%;
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      }
      .sp{
        display: none !important;
      }
  
  }

  p{
    color:#060606;
    line-height: 2.0;
    font-size: 1.0rem;
  }

  p.wh{
    color:#fff;
    line-height: 2.2;
  }

  p.name{
    font-size: 1.25rem;
    font-weight: bold;
    font-family: 'Noto Serif JP', "ヒラギノ明朝 ProN W6", HiraMinProN-W6, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

@media only screen and (min-width: 1070px) and (max-width: 1100px) {	
    :root { 
      --row-space : 2vw;
      --col-space : 5vh;
    }
}
  @media only screen and (min-width: 768px) and (max-width: 1069px) {

    :root { 
      --row-space : 2vw;
      --col-space : 5vh;
    }
    div, p{
      font-size: 0.9rem;
    }
  }

  @media screen and (min-width: 768px) {
    .pc{
    display:none !important;
    }
  }
  
  form a{
    color: var(--key-Color);
  }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html *{
  box-sizing: border-box;
}

html, body{
  margin: 0;
}

body {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #010101;
  background:#fff;
  overflow-x: hidden;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p, li, a, div{
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p{
  font-size: 16px;
}


img{
  max-width: 100%;
  vertical-align: bottom;
}
.aligncenter {
    clear: both;
    margin: auto;
    display: block;
}
a{
  transition: 0.4s;
}


picture img, iframe{
  vertical-align: bottom;
}

section{
  padding: var(--row-space);
}

.contents__wrap{
  max-width: 1000px;
  margin: 0 auto;
  padding:clamp(1em,2vw,2.2vw);
  background: #fff;
}


/******************** LP ********************/

p.list-products-text{
  font-size: clamp(16px,17px,18px);
}

section#lp .contents .price{
  font-size: 1.25rem;
}

#lp.pickup-page .contents picture{
  width: 40%;
}

#lp.pickup-page .contents .Text{
  width: 58%;
}

section#lp .contents{
  align-items: flex-start;
}

section#lp .contents:nth-of-type(even){
  flex-direction: row-reverse;
}

section#lp .contents + .contents{
  margin-top: var(--row-space);
}

@media screen and (max-width: 767px) {
    #lp.pickup-page .contents picture{
      width: 90%;
      margin: 0 auto 1em;
    }
    #lp.pickup-page .contents .Text{
    width: 100%;
  }
  section#lp .contents:nth-of-type(even){
  flex-direction: column;
}
}

.event__title{
  background: #222;
  color:#fff;
  font-size: 1.15rem;
  position: relative;
  margin-bottom: 1em;
  padding: .75em;
  text-align: center;
  display: flex;
  width: max-content;
}


.event__title::after {
  content: '';
  display: block;
  position: absolute;
  bottom:-12px;
  left:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 16px solid #222222;
  border-bottom: 0;
  z-index: 0;
}

h3.products__name{
  font-weight: 900;
}

.pickup-page .contents .Text p.story{
  font-size: 0.9rem;
}

section#lp .contents p.price{
  font-size: 0.9rem;
  font-weight: bold;
}

section#lp .contents p.price span.tax{
  font-size: 0.7rem;
  font-weight: 300;
  display: inline-block;
  margin-left: .35em;
}

section#lp .contents p.set{
  font-size: 0.8rem;
}

section#lp .contents:nth-of-type(even).flex__row{
  flex-direction: row;
  align-items: center;
}
section#lp .contents.flex__row{
  align-items: flex-start;
}
.flex__row h3.products__name{
  margin-top: 0;
  margin-bottom: 0;
}

.center__image{
  background: #fff;
  text-align: center;
  margin-top: var(--row-space);
  margin-bottom: 2em;
}

p.Center {
    text-align: center;
}
.list-products-text {
    padding: 1em;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 1) 100%);
    font-size: 0.9rem;
    font-weight: 300;
    color: #252525;
    max-width: 1000px;
    margin: 0 auto var(--row-space);
    border-bottom: 1px solid #eee;
}

iframe{
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .event__title{
    max-width: 100%;
  }
  .brandlogo{
    max-width: 150px;
  }

  h1.page-title{
    font-size: 20px;
  }

  .event__title{
    font-size: 1.0rem;
  }
  section#lp .contents.column__reverse{
    flex-direction: column-reverse;
  }
  section.lp__top{
    padding-bottom: 0;
  }
  p.list-products-text{
    font-size: 0.9rem;
    margin-bottom: var(--col-space);
  }

  h3.products__name{
    font-size: 19px;
  }
  section.pickup-page + section.pickup-page{
    padding-top: 0;
  }
}
iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
}
footer{
  padding: var(--row-space);
}

.copy{
  font-size: 10px;
  text-align: center;
  color:#aaa;
}

.btn {
  display: block;
  margin: 2em auto;
  padding:1em 1em;
  background-color: #06C755; /* 背景色 */
box-shadow: 0 5px 1px #2e9232;
  border-radius: 60px;
	font-size:1.5rem;
	font-weight:bold;
  max-width: 400px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none; /* 文字の下線を消す */
}
.btn i{
	font-weight:normal;
}
/* ホバー時 */
.btn:hover {
  box-shadow: none;
  transform: translateY(5px);
}

@media screen and (max-width: 767px) {
  .btn {
    padding:1em;
  }
}