@charset "UTF-8";
@import url("cp_add-common.css");
/* base =============================================
リセットCSS・初期設定（reset.cssの不足分を追記）
bodyやpなど、要素に直接当てる、基本スタイル
============================================= */
.page-fontstyle {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.05em;
}
:root {
  --image_line: #707070;
  --title_normal: #7B7B7B;
  --main_color1: rgba(232, 115, 45, 1);
  --main_color1-1: rgba(232, 115, 45, 0.5);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 10%;
}

html, body {
  font: 500 16px / 1.0 Montserrat, Rokkitt, Lato, "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
  background-image: none;
}

ul,ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  transition: 0.8s;
  cursor: pointer;
}

h1 {
  margin: 0!important;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

caption,th {
  text-align: left;
}

abbr,acronym {
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,textarea,select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

section > h2 {
  border-left: none!important;
}
header.global.sub ul#header_utility {
  width: 100%;
}

#container-1 {
  width: inherit;
  margin: 6px auto;
}
ul:after {
  content: none;
}
/*__text-style__*/
.pink-Txt{
  color: #fe406c;
}
.red_Txt {
  color: #FF3737;
}
/*__ btn __*/
.button, a.button, button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: rgba(255, 244, 178, 1);
  background: rgba(105, 177, 217, 1);
  width: 550px;
}
a.button--radius {
  border-radius: 100vh;
}
a.button:hover {
  background-color: rgba(105, 177, 217, 0.7);
  text-decoration: none;
}



/* Layout Module
============================================= */
.l-content_wrap {
  width: min(1070px, 99%);
  margin-inline-start: auto;
  margin-inline-end: auto;
  box-sizing: border-box
}

/* 
 Component Module
============================================= */
.c-container {
  container-type: inline-size;
}

.c-body {
  font-feature-settings: "palt";
  letter-spacing: 0.8px;
}

.c-sp-display {
  display: none;
}

.c-pc-display {
  display: block;
}
main h1 img{
	margin: auto auto 0;
}

/*ナビゲーション*/
nav{
	background: rgba(217, 242, 255, 1);
}
.nav_bg1{
	padding: 2em 0 1em;	
}
.nav_bg2{
	padding: 1em 0 5em;	
}

nav >ul {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	column-gap: 12px;     /* 上段2つの間の狭さ */
	row-gap: 24px;        /* 上段と下段の段間 */
	justify-content: center;
	width: min(100%, 600px);
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
nav li{
	text-align: center;
}
nav li a{
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(104, 178, 217, 1);
  font-weight: 600;
  text-align: center;
  /*width: 100%;*/
}

/* 上段（1〜2番目）*/
nav > ul > li:nth-child(1) { grid-column: 1 / span 3; grid-row: 1; }
nav > ul > li:nth-child(2) { grid-column: 4 / span 3; grid-row: 1; }

/* 下段（3〜5番目）*/
nav > ul > li:nth-child(3) { grid-column: 1 / span 2; grid-row: 2; }
nav > ul > li:nth-child(4) { grid-column: 3 / span 2; grid-row: 2; }
nav > ul > li:nth-child(5) { grid-column: 5 / span 2; grid-row: 2; }


/*ナビゲーションのボタン*/
.arrow_u_b {
  position: relative;
  display: inline-block;
  padding-right: 22px;
  text-decoration: underline;
  font-size: 1.25em;
}
.arrow_u_b:before { /* 丸背景の表示設定 */
  content: '';
  width: 20px;
  height: 20px;
  background:  rgba(104, 178, 217, 1);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.arrow_u_b:after { /* 矢印の表示設定 */
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 3px;
  margin: auto;
}
.nav-divider {
  max-width: 1200px;
  margin-inline: auto;
}
.nav-divider img {
  display: block;
  width: 100%;
  height: auto;
}
.content_about,.content_spec{
  display: flex;
  /*gap:24px; Yahoo!ではgapを利用したが、auではmargingで調整*/
  width: 90%;
  margin: 20px auto 0;
}
.about_img{ /*左カラム(画像)*/
	flex: 0 0 40%;
}
.about_img img,.spec_img img{
	width: 100%;
	height: auto;
	display: block;
}
.about_text{ /*右カラム(テキスト)*/
	flex: 1;
	margin-left: 24px;
}
.about_text p,.spec_text p{
	text-align: left;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.5;
}
#spec{
	margin-top: 30px;
}
.content_spec{
	/*gap:130px; Yahoo!ではgapを利用したが、auではmargingで調整*/
	flex-direction: row-reverse;
}
.spec_img{ /*右カラム(画像)*/
	flex: 0 0 25%;
}
.spec_text{ /*左カラム(テキスト)*/
	flex: 1;
	margin-right: 130px;
}
.price-Txt{
	font-size: 1.25em;
}
.content_howto{
  width: 90%;
  margin: 15px auto 0;
}
.content_howto p{
	text-align: left;
	font-size: 1.25em;
	font-weight: 500;
	margin-top: 15px;
	line-height: 1.5;
}
.img_howto{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:0 50px;
  margin: 20px auto 40px;
  width: 90%;
}
.howto_pic{ 
  min-width: 390px;
}
.howto_pic img,.howto_c img{
	width: 100%;
	height: auto;
	display: block;
}
.howto_c{
	max-width: 390px;
	margin: 20px auto 0;
}
.step03{
	margin-bottom: 30px;
}
.img_howto.step04{
	gap:15px;
}
.content_howto p .font_s{
	font-size: 0.75em;
}
.delivery{
	margin: 20px auto 0;
}
.delivery p{
	text-align: center;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.5;
}
.delivery p:nth-of-type(1) {
	color: rgba(103, 177, 214, 1);
	font-size: 1.75em;
	margin-bottom: 15px;
}
.delivery img{
	display: block;
	max-width: 680px;
	height: auto;
	margin: auto;
	margin-top: 40px;
}
.content_faq{
  width: 90%;
  margin: 20px auto 0;
}
.content_faq .titleSlide{
	margin: 0 auto 40px;
}
.content_faq .titleSlide:last-of-type{
	margin: 0 auto 20px;
}
#notes h1{
	display: flex;
	height: 60px;
	align-items: center;
	justify-content: center;
	background: rgba(105, 177, 217, 1);
	color: #fff;
	font-size: 1.68em;
	font-weight: 500;
}
#notes p{
	text-align: left;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1.5;
}
.content_notes{
	margin: 30px auto 40px;
	width: 90%;
}
.content_notes ul{
	padding-left: 1.2em;
	line-height: 1.5;
	margin: 30px auto;
}
.content_notes li{
	list-style: disc;
	font-size: 1.25em;
	font-weight: 500;
	text-align: left;
}
#notes .guide p{
	text-align: center;
}


@media (max-width: 640px) {
  a:hover {
    opacity: 1!important;
  }
  .c-sp-display {
    display: block;
  }
  .c-pc-display {
    display: none;
  }
  #frame_main {
    width: auto;
  }
  .button, a.button, button.button {
	max-width: 400px;
	width: 100%;
	padding: 1rem;
  }
	
/*ナビゲーション*/
  .nav_bg1{
  padding: 1.5em 0 1em;	
  }
  .nav_bg2{
  padding: 1em 0 5em;	
  }
  nav >ul{
	width: 90%;
	column-gap: 0;     /* 上段2つの間の狭さ */
	row-gap: 12px;        /* 上段と下段の段間 */
  }
  nav li{
	line-height: 1.5;
  }
  nav li a{
  }

/* 上段（1〜2番目）:全幅に広げる*/
nav > ul > li:nth-child(1) { grid-column: 1 / -1; grid-row:auto; }
nav > ul > li:nth-child(2) { grid-column: 1 / -1; }

/* 下段（3〜5番目）:全幅に広げる*/
nav > ul > li:nth-child(3) { grid-column: 1 / -1; grid-row:auto; }
nav > ul > li:nth-child(4) { grid-column: 1 / -1; grid-row:auto; }
nav > ul > li:nth-child(5) { grid-column: 1 / -1; grid-row:auto; }

/*ナビゲーションのボタン*/
  .arrow_u_b{
	font-size: 1em;
  }
  .content_about,.content_spec{
	gap:10px;
	width: 90%;
	margin: 20px auto 0;
	flex-direction: column;/* 縦積みへ */
  }
  .about_img,.spec_img {
    flex: none;
    width: 100%;
  }
  .about_text {
    margin-left: 0;
  }
  #spec{
    margin-top: 50px;
  }
  .spec_text {
    margin-right: 0;
  }
  .spec_img img{
	width: auto;
	max-height: 250px;
	margin: auto;
  }
  .about_text p,.spec_text p,.content_howto p{
	font-size: 1em;
  }
  .img_howto{
	width: 100%;
	grid-template-columns: 1fr;
	gap:20px;
  }
  .content_howto{
	width: 100%;
	margin: 10px auto 0;
  }
  .content_howto p,.howto_pic{
	width: 90%;
	margin: 0 auto;
  }
  .howto_c img{
	width: 90%;
	margin: 20px auto 0;
  }
  .howto_pic{
	min-width: 0;
  }
  .img_step{
	width: 96%;
	margin: 0 auto 15px;
  }
	
  .img_howto.step04{
	margin: 20px auto 0;
  }
	
  .delivery{
	margin: 10px auto 0;
	width: 94%;
  }
  .delivery p{
	font-size: 1em;
  }
  .delivery p:nth-of-type(1) {
	font-size: 1.35em;
	margin-bottom: 10px;
  }
  .content_faq{
	width: 100%;
  }
  .content_faq .titleSlide{
	margin: 0 auto 20px;
  }
  .content_faq .titleSlide:last-of-type{
	margin: 0 auto 0;
  }
  #notes h1{
	font-size: 1.4em;	
  }
  #notes p{
	font-size: 1em;
  }
  .content_notes{
	margin: 20px auto 30px;
  }
  .content_notes ul{
	padding-left: 1em;
	margin: 20px auto;
  }
  .content_notes li{
	font-size: 1em;
  }
  #notes .guide{
	width: 90%;
	margin: auto;
  }
}

@container (640px <= width < 1070px){
  .l-content_wrap{
     width: 90%;
  }
}