@charset "utf-8";

/*ページ読み込み時、フェードアウト*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*ーー*/

body,h1,h2,h3,p,ul,dt,dd {
		margin: 0px;
		padding: 0px;
}

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

main {
		display: block;
}

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

body {
		background-color: #fff;
		font-family: 'Times New Roman','NotoSerifJP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.7em;
		color: #2c2c2c;
		font-size: 14px;
    font-weight: normal;
}

h2 {
		font-family: 'BadScript',sans-serif;
		font-size: 30px;
    font-weight: normal;
    color: #555;
    margin-bottom: 50px;
}

h3 {
		font-weight: normal;
}

ul {
		list-style-type: none;
}

a {
		text-decoration: none;
    font-family: "游明朝",YuMincho,serif;
}

.wrapper {
		width: 1200px;
		margin: 0 auto;
}

.inner {
		width: 1000px;
		margin: 0 auto;
}

.link {
	padding-top: 100px;
}

.link-inner {
    	padding-top: 120px;
}

.text {
		text-align: left;
}

header {
		background-color: rgba(23,34,38,0);
		position: fixed;
		z-index: 100;
		width: 100%;
		transition: 0.4s;
}


/*スクロールフェードイン*/
 .fadein {
  opacity: 0;
  transform : translate3d(0, 100px,0);
  transition : all 1500ms;
}

.scrollin{
  opacity: 1;
  transform: translate3d(0, 0,0);
}

header:hover {
		background-color: rgba(23,34,38,1);
}

header .wrapper {
		width: 100%;
		margin: 0 auto;
}

header .inner {
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 100px;
    transition: height 0.4s;
}

header h1 {
  width: 90px;
}

header h1 a, footer .logo a {
		transition: 0.4s;
}

header h1 a:hover, footer .logo a:hover {
		opacity: 0.5;
}

header nav {
  display: inline-block;
}

header li {
		float: left;
		padding: 5px;
}

header li span {
		padding: 5px;
		display: inline-block;
		position: relative;
}

header li span:after {
		content: "";
		display: inline-block;
		background: #fff;
		padding: 3px;
		border-radius: 50%;
		position: absolute;
		top: 130%;
		left: 45%;
		opacity: 0;
		transition: 1s
}

header li a:hover span:after {
		opacity: 1;
		top: 100%;
		transition: opacity 0.3s;
}

header a {
		color: #fff;
}

header .contact span {
		display: inline-block;
		border: 1px solid #fff;
		padding: 15px;
		border-radius: 50px;
		transition: 0.3s;
}

header .contact span:before {
		content: "to Order";
		transform: translateX(-70%);
		display: inline-block;
		transition: 0.3s;
		font-size: 16px;
    height: 30px;
    line-height: 30px;
}

header .contact a {
		display: inline-block;
		padding: 5px;
		padding-left: 45px;
		border-radius: 50px;
		position: relative;
}

header .contact a:hover span {
		background-color: #fff;
		transform: rotateX(360deg);
}

header .contact a:hover span:before {
		transform: translateX(0);
		color: #172226;
}

/*scroll-ColorChange用CSS*/
.bg-is-black header {
		background-color: rgba(23,34,38,1);
}

.bg-is-black header .inner{
  height: 50px;
}

.bg-is-black header h1 {
  width: 50px;
}

.bg-is-black header .contact a {
  padding-left: calc(50px * 0.45);
}

.bg-is-black header .contact span {
		padding: calc(50px * 0.15);
}

.bg-is-black header .contact span:before {
		font-size: 14px;
    height: calc(50px * 0.3);
    line-height: calc(50px * 0.3);
}

header h1, header .contact a, header .contact span, header .contact span:before{
  transition: 0.4s;
}

/*-----------*/

.mainimage {
		padding: 0px;
		margin-bottom: -100px;
		width: 100%;
		height: 100vh;
    transform: translate3d(0,0,0);
}

.mainimage img {
		width: 100%;
    height: 100vh;
    object-fit: cover;
}

section {
		padding-bottom: 120px;
		width: 100%;
}

#sec1 {
    font-family: "游明朝",YuMincho, serif;
		height: 700px;
		background-image:  url("img/bg-concept02.png"), url("img_comp60/bg-concept.jpg");
		background-attachment: scroll, fixed;
		background-repeat: no-repeat;
		background-position: center top, center;
		background-size: auto, cover;
		padding-bottom: 50px;
}

#sec1 .wrapper {
  width: 100%;
}

#sec1 .inner {
  width: 80%;
}

#sec1 .text-area {
		display: flex;
		justify-content: space-around;
		width: 40%;
}

#sec1 .catch {
		width: 4em;
		font-size: 50px;
		line-height: 1.5em;
		padding-top: 0em;
		color: #659d32;
		writing-mode: vertical-rl;
}

#sec1 .catch p {
		padding: 0.25em 0;
}

#sec1 .text {
		width: 65%;
		text-align: right;
		padding-top: 4em;
}

#sec1 .text p {
		padding: 10px 0;
		font-size: 20px;
    white-space: nowrap;
}

#sec2 h2 {
		text-align: center;
}

#sec2 .contener {
		display: flex;
		justify-content: space-between;
}

/*
#sec2 .contener .box:nth-child(3n - 1) {
		padding: 0 1em;
}
*/

#sec2 .image-area {
		position: relative;
		overflow: hidden;
    width: 275px;
    max-width: 100%;
    margin: 0 auto;
}

#sec2 .contener .image-area span {
		position: absolute;
		display: inline-block;
		top: calc(50% - 0.5em);
		left: 0;
    max-height: 275px;
		max-width: 275px;
    width: 275px;
		z-index: 10;
		opacity: 0;
		transition: 0.3s;
}

#sec2 .contener .image-area a:hover span {
		opacity: 1;
}

#sec2 .contener .image-area a {
		color: #fff;
}

#sec2 .contener .image-area a:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		transition: 0.3s;
}

#sec2 .contener .image-area a:hover:after {
		opacity: 1;
}

#sec2 .contener .image-area a img {
		transition: 0.3s;
}

#sec2 .contener .image-area a:hover img {
		filter: blur(5px);
}

#sec2 .text {
		height: 3em;
		position: relative;
		padding-bottom: 3em;
}

#sec2 .link-text {
		position: absolute;
		bottom: 0;
		right: 0;
}

#sec2 .link-text span {
		display: inline-block;
		border: 1px solid #659d32;
		padding: 0 5px;
		border-radius: 20px;
		transition: 0.1s;
}

#sec2 .link-text a {
		color: #659d32;
		font-size: 10px;
}

#sec2 .link-text a:hover span {
		border: 1px solid #659d32;
		padding: 0 5px;
		border-radius: 20px;
		background: #659d32;
}

#sec2 .contener2 {
		padding-top: 100px;
		display: none;
}

#sec2 .contener2 .box {
		float: left;
		margin-right: 8.75%;
		margin-bottom: 80px;
}

#sec2 .contener2 .box:nth-child(3n) {
		margin-right: 0px;
}

#sec2 .box {
		text-align: center;
		width: 275px;
		position: relative;
}

#sec2 .box img {
		outline: 1px solid #ccc;
		outline-offset: -1px;
}

#sec2 .box h3 {
		padding: 1em 0;
}

#sec2 .box .day {
		padding-bottom: 0.7em;
		font-size: 12px;
}

#sec2 .box .text {
		margin-bottom: 3em;
}

#sec2 .btn {
		text-align: center;
		margin-top: 80px;
}

#sec2 .btn  {
		color: #172226;
		position: relative;
}

#sec2 .btn span:first-child {
		display: inline-block;
		padding: 10px;
		border: 1px solid #172226;
		border-radius: 25px;
		transition: 0.5s;
}

#sec2 span:first-child:hover {
		background: #172226;
		color: #fff;
		padding: 10px 30px;
}

#sec3 {
		background-image:  url("img/bg-style.jpg");
		background-repeat: no-repeat;
		background-size: cover;
    background-position: center;
		width: 100%;
		color: #fff;
}

#sec3 .inner, #sec3 .text {
		text-align: right;
}

#sec3 h2 {
  color: #fefefe;
}

#sec3 h3 {
		font-weight: bold;
		font-size: 28px;
}

#sec3 h4 {
		font-size: 16px;
}

#sec3 .text-area {
    margin-top: 50px;
		line-height: 2em;
    font-family: "游明朝",YuMincho,serif;
}

#sec3 .text-area p:first-child {
  margin-bottom: 1.5em;
}

.genti {
		padding-top: 120px;
		background: #fff;
}

.genti .inner, .genti .text {
		text-align: center;
}

.genti h3 {
		padding-bottom: 30px;
}

.genti .text {
		padding-top: 2em;
		line-height: 2em;
}

#sec4 {
		background: #dfedff;
				width: 100%;
}

#sec4 .inner {
		text-align: center;
}

#sec4 .contener {
		display: flex;
		justify-content: space-around;
}

#sec4 .contener .image-area {
		position: relative;
		overflow: hidden;
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
}

#sec4 .contener .image-area span {
  position: absolute;
  display: block;
  top: calc(50% - 0.5em);
  left: 0;
  max-height: 350px;
  max-width: 350px;
  width: 350px;
  z-index: 10;
  opacity: 0;
  transition: 0.3s;
}

#sec4 .contener .image-area a:hover span {
		opacity: 1;
}

#sec4 .contener .image-area a {
		color: #fff;
}

#sec4 .contener .image-area a:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		transition: 0.3s;
}

#sec4 .contener .image-area a:hover:after {
		opacity: 1;
}

#sec4 .contener .image-area a img {
		transition: 0.3s;
}

#sec4 .contener .image-area a:hover img {
		filter: blur(5px);
}

#sec4 .box h3 {
		padding: 1em 0;
}

#sec4 .box {
		width: 350px;
}

#sec4 .text {
		height: 6em;
		position: relative;
}

#sec4 .link-text {
		position: absolute;
		bottom: 0;
		right: 0;
}

#sec4 .link-text span {
		display: inline-block;
		border: 1px solid #659d32;
		padding: 0 5px;
		border-radius: 20px;
		transition: 0.1s;
}

#sec4 .link-text a {
		color: #659d32;
		font-size: 10px;
}

#sec4 .link-text a:hover {
		color: #fff;
}

#sec4 .link-text a:hover span {
		border: 1px solid #659d32;
		padding: 0 5px;
		border-radius: 20px;
		background: #659d32;
}

#sec4 .btn {
		margin-top: 80px;
}

#sec4 .btn a {
		color: #172226;
		position: relative;
}

#sec4 .btn span:first-child {
		display: inline-block;
		padding: 10px;
		border: 1px solid #172226;
		border-radius: 25px;
		transition: 0.5s;

}

#sec4 .btn a:hover {
		color: #fff;
}

#sec4 .btn a:hover span:first-child {
		background: #172226;
		border-color: #172226;
		padding: 10px 30px;
}

/*
#sec4 .btn a:hover span:nth-child(2) {
		display: inline-block;
		width: 0px;
		height: 1px;
		transform: rotate(90deg) translateY(35px);
		background: #172226;
		border-radius: 0.5px;
		animation: bar1 0.5s ease 0.6s 1 normal forwards;
}

#sec4 .btn a:hover span:nth-child(3) {
		display: inline-block;
		width: 0px;
		height: 1px;
		transform: rotate(45deg) translateY(35px);
		background: #172226;
		border-radius: 0.5px;
		animation: bar2 0.5s ease 0.6s 1 normal forwards;
}

#sec4 .btn a:hover span:nth-child(4) {
		display: inline-block;
		width: 0px;
		height: 1px;
		transform: rotate(-45deg) translateY(35px);
		background: #172226;
		border-radius: 0.5px;
		animation: bar3 0.5s ease 0.6s 1 normal forwards;
}


@keyframes bar1 {
	0% {opacity: 0; width: 0px}
	100% {opacity: 1; width: 20px}
}

@keyframes bar2 {
	0% {opacity: 0; width: 0px}
	100% {opacity: 1; width: 15px}
}

@keyframes bar3 {
	0% {opacity: 0; width: 0px}
	100% {opacity: 1; width: 15px}
}
*/

.bg-area {
		height: 200px;
		background-image:  url("img_comp60/bg-company.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position: center;
		width: 100%;
}

#sec5 {
  background-color: #fff;
}

#sec5 h2 {
  text-align: center;
}

#sec5 .table-area {
		border-top: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		width: 800px;
		margin: 0 auto;
}

#sec5 table {
		width: 100%;
		border-spacing: 30px 0 ;
}

#sec5 th, #sec5 td {
		height: 4em;
		border-bottom: 1px solid #bbb;
}

#sec5 th {
		width: 4em;
		padding: 0 3em 0 2em;
    font-weight: normal;
    color: #777;
    font-family: 'NotoSansJP',sans-serif;
}

#sec5 td {
		padding-left: 3em;
    font-family: 'Noto serif JP',serif;
}

#sec5 tr:last-of-type th, #sec5 tr:last-of-type td {
		border: none;
}



#sec6 {
		background-image:  url("img/bg-contact02.png"), url("img_comp60/bg-contact.jpg");
		background-attachment: scroll, fixed;
		background-repeat: no-repeat;
		background-position: center top, center;
		background-size: auto, cover;
		height: 700px;
		padding-bottom: 50px;
}

#sec6 .wrapper {
  width: 100%;
}

#sec6 .inner {
		width: calc(50% - 1px);
    height: 531px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#sec6 h2, #sec6 .btn {
  z-index: 88;
}

#sec6 .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20em;
  height: 120px;
  border: 1px solid #172226;
  border-radius: 75px;
  color: #172226;
  transition: 0.3s;
}

#sec6 .btn span {
  margin: 10px;
}

#sec6 .btn span:last-child {
  display: block;
  width: 100px;
  height: 20px;
  border-bottom: 1px solid #172226;
  border-right: 2px solid #172226;
  transform: skewX(60deg) translateX(-17.32px);
  transition: 0.4s;
}

#sec6 .btn a:hover {
  background-color: #172226;
  color: #fff;
}

#sec6 .btn a:hover span:last-child {
  border-bottom: 1px solid #fff;
  border-right: 2px solid #fff;
  transform: skewX(60deg) translateX(17px);
}


footer {
		background: rgba(23,34,38,1);
		color: #fff;
    font-family: "游明朝",YuMincho,serif;
}

footer .wrapper {
		width: 1200px;
		margin: 0 auto;
}

footer .inner {
		width: 1100px;
		margin: 0 auto;
		align-items: center;
		padding-top: 50px;
		padding-bottom: 100px;
}

footer a {
		color: #fff;
}

footer .contact {
		font-size: 20px;
		padding-bottom: 40px;
		text-align: center;
}

footer .contact a {
		display: inline-block;
		position: relative;
		overflow: hidden;
		height: 50px;
		line-height: 50px;
		padding: 0px 10px;
}

footer .contact span:after,
footer .contact span:before,
footer .contact a:after,
footer .contact a:before {
		content: "";
		display: inline-block;
		border-radius: 50%;
		border: 1px solid #fff;
		position: absolute;
}

footer .contact span:after {
		top: 100%;
		left: 20%;
		padding: 10px;
		transition: 0.5s;
}

footer .contact span:before {
		top: 100%;
		right: 30%;
		padding: 1px;
		transition: 0.6s;
}

footer .contact a:after {
		top: 100%;
		right: 10%;
		padding: 20px;
		transition: 0.4s;
}

footer .contact a:before {
		top: 100%;
		left: 30%;
		padding: 1px;
		transition: 0.7s;
}

footer .contact a:hover span:after {
		padding: 25px;
		top: -40%;
		left: -10%;
}

footer .contact a:hover span:before {
		padding: 5px;
		top: 10%;
		right:20%;
}

footer .contact a:hover:after {
		padding: 15px;
		top: 50%;
		right: 0%;
}

footer .contact a:hover:before {
		padding: 2px;
		top: 80%;
		left: 30%;
}

footer .nav-area {
		text-align: center;
		width: 10em;
		margin: 0 auto;
		padding-bottom: 40px;
}

footer .nav-area li {
		padding: 5px;
		height: 30px;
}

footer .nav-area a {
		display: inline-block;
		padding: 0 5px;
		line-height: 30px;
		position: relative;
}

footer .nav-area a:after {
		display: inline-block;
		content: "";
		background: #fff;
		padding: 3px;
		border-radius: 50%;
		position: absolute;
		left: -50%;
		top: 40%;
		opacity: 0;
		transition: 1s;
}

footer .nav-area a:hover:after {
		opacity: 1;
		left: -10%;
		transition: 0.4s;
}

footer .other-area {
		text-align: center;
}

footer .logo {
		padding-bottom: 3em;
}

footer .copyright {
		font-size: 10px;
}

.totop {
		display: none;
}

.totop a {
  font-family: "游明朝",YuMincho,serif;
		display: inline-block;
		width: 70px;
		height: 70px;
		position: fixed;
		bottom: 50px;
		right: 50px;
    z-index: 99;

}

.totop a .in {
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		padding: 20px;
		transition: 0.3s;
}

.totop a .out {
		display: inline-block;
		border: 1px solid #aaa;
		border-radius: 50%;
		color: #aaa;
		transition: 0.3s;
		position: absolute;
		top: 0;
		left: 0;
}

.totop a:hover .in {
		padding: 10px;
}

.totop a:hover .out {
		top: 10px;
		left: 10px;
		background: #fff;
}

.sp {
		display: none;
}

@media screen and (max-width: 1500px) {
  #sec1 .catch {
  		font-size: 40px;
  }

  #sec1 .text p {
  		font-size: 16px;
  }
}


@media screen and (max-width: 1200px) {

img {
		max-width: 100%;
}

.wrapper {
		width: 100%;
}

.inner {
		width: 83%;
}

header .wrapper, footer .wrapper {
		width: 100%;
}

header .inner, footer .inner {
		width: 91.6%;
}

#sec1 .text-area {
		width: 40%;
}

#sec1 .catch {
    font-size: 30px;
}

#sec1 .text p {
    font-size: 12px;
}

#sec2 .box {
		width: 27.5%;
}

#sec2 .contener .image-area span {
  width: calc(100vw * 0.83 * 0.275);
}

#sec4 .box {
  width: 35%;
}

#sec4 .contener .image-area span {
  width: calc(100vw * 0.83 * 0.35);
}

#sec5 .table-area {
		width: 100%;
}

}

@media screen and (max-width: 700px) {

body.no-scroll {
		overflow: hidden;
}

header .inner {
		height: 60px;
}

header h1 {
		width: 61px;
		margin: 0 auto;
		padding-left: calc(10px + 2em);
}

header h1 img {
		width: 61px;
		height: auto;
}

header .contact {
		float: right;
}

header .contact a {
  padding-left: 5px;
}

header .contact span {
		padding: 10px;
}

header .contact span:before {
		content: "注文";
		transform: translateX(0%);
    height: 20px;
    line-height: 20px;
}


#btn-menu {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 60px;
		height: 60px;
		border-radius: 20px 0 0 0;
		background: #172226;
		z-index: 9999;
}

#btn-menu span {
		display: inline-block;
		height: 1px;
		width: 30px;
		background: #fff;
		position: absolute;
		transition: 0.5s;
}

#btn-menu span:nth-child(1) {
		top: 23px;
		left: 15px;
}

#btn-menu span:nth-child(2) {
		top: 31px;
		left: 15px;
}

#btn-menu span:nth-child(3) {
		top: 39px;
		left: 15px;
}

#btn-menu.close-btn span:nth-child(1) {
		transform: rotate(45deg);
		top: 30px;
}

#btn-menu.close-btn span:nth-child(3) {
		transform: rotate(-45deg);
		top: 30px;
}

#btn-menu.close-btn span:nth-child(2) {
		opacity: 0;
}

header nav {
		text-align: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		visibility: hidden;
		opacity: 0;
		background: #172226;
		transition: 0.6s;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

nav.open {
		visibility: visible;
		opacity: 1;
		z-index: 9998;
}

nav ul {
	padding-bottom: 40px;
}

nav li {
		float: none;
}

header li span:after {
		display: none;
}

header nav .order {
		padding-bottom: 40px;
}

header .order span {
		display: inline-block;
		border: 1px solid #fff;
		padding: 15px;
		border-radius: 50px;
		background: #fff;
}

header .order span:before {
		content: "to Order";
		display: inline-block;
		font-size: 16px;
		color: #172226;
}

header .order a {
		display: inline-block;
		padding: 5px;
		border-radius: 50px;
		position: relative;
}


#sec1 {
		background-position: left -30px, center;
    background-size: auto 75%, cover;
    background-attachment: scroll, scroll;
}

#sec1 .catch {
  width: 2.5em;
}

#sec1 .text {
		width: auto;
}

#sec1 .text-area {
		width: 100%;
		margin: 0 auto;
    justify-content: center;
}

#sec2 .contener {
		flex-direction: column;
}

#sec2 .box {
		width: auto;
		margin: 0 auto 30px;
}

#sec2 .contener .image-area span {
  width: 100%;
}

#sec2 .contener2 .text{
  display:inline-block;
}

#sec2 .contener2 .box {
		float: none;
    width: auto;
		margin: 0 auto 30px;
}

#sec2 .contener2 .box:nth-child(3n) {
    width: auto;
		margin: 0 auto 30px;
}

#sec3 {
  position: relative;
  height: 370px;
}

#sec3::after {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

#sec3 .wrapper {
  z-index: 2;
  position: absolute;
  top: 120px;
  left: 0;
}

#sec3 .inner, #sec3 .text {
		text-align: left;
}

#sec4 .contener {
		flex-direction: column;
}

#sec4 .box {
		width: auto;
		margin: 0 auto 50px;
}

#sec4 .contener .image-area span {
  width: 100%;
}

.bg-area {
		background-attachment: scroll;
}

#sec5 {
  padding-bottom: 0;
}

#sec5 .table-area {
		width: 100%;
}

#sec5 table {
		border-spacing: initial ;
}

#sec5 th {
		width: initial;
		padding: 0 1em;
}

#sec6 {
		background-position: right -30px, center;
    background-attachment: scroll, scroll;
}

#sec6 .inner {
		width: 100%;
    margin: 0;
}

.totop a {
		bottom: 0px;
		right: 0px;
		width: 60px;
		padding-bottom: 60px;
		height: 60px;
		border-radius: 20px 0 0 0;
		background: #aaa;
}

.totop a .in {
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		padding: 0px;
}

.totop a .out {
		border: none;
		color: #fff;
}

.totop a:hover .in {
		padding: 0px;
}

.totop a:hover .out {
		top: 0px;
		left: 0px;
		background: #aaa;
}

.pc {
		display: none;
}

.sp {
		display: block;
}

}

@media screen and (max-width: 414px) {
  #sec2 .box {
    width: 95%;
  }

  #sec4 .box {
    width: 95%;
  }
}